@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");

/*
	Dimension by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
::-webkit-scrollbar-track {
    background-color: #000000;
}
::-webkit-scrollbar {
    width: 8px;
    background: #000000;
}
::-webkit-scrollbar-thumb {
    background: #6e6f71;
}
html {
	font-size: 15pt;
	font-family: "Oxanium", sans-serif;
}
body {
    background: #0a0b0d;
}
a {
    text-decoration: none;
    border-bottom: 0;
}
label {
    color: #b3b3b3;
    font-size: 0.6rem;
}
input#name, input#email, textarea#message {
    border: 1px solid #b3b3b3 !important;
}
input[type="submit"] {
    box-shadow: inset 0 0 0 1px #b3b3b3;
    color: #b3b3b3;
}
input[type="submit"].primary {
    background-color: #b3b3b3;
}
input[type="reset"] {
    box-shadow: inset 0 0 0 1px #b3b3b3;
}
ul.icons li a {
    border-radius: 2%;
    box-shadow: inset 0 0 0 1px #b3b3b3;
    color: #b3b3b3;
    font-size: 0.8rem;
}
blockquote {
    padding: 0.5rem 0 0.5rem 2rem;
    letter-spacing: 0.1rem;
    font-family: "Oxanium", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2rem;
    font-size: 8.8pt;
}
header#header {
    background-image: none;
}
#bg:after {
    background-size: 100% 100%;
    filter: grayscale(1);
    -moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#main article {
    background-color: rgba(30, 32, 35, 0.65);
}
img.hand {
    width: 65%;
    margin-top: 0.55rem;
    margin-left: 5px;
}
#header .logo {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1%;
    line-height: 4.5rem;
}
#header .content .inner {   
    padding: 3.8rem 2rem;
}
h1.home-name {
    font-size: 3.46rem;
    margin-bottom: 25px;
    font-family: "The Laker";
    letter-spacing: 0.45rem;
    font-weight: 600;
    line-height: 4rem;
    color: #fff;
    text-transform: uppercase;
}
#header .content p {
    font-size: 9pt;
    text-align: center;
    line-height: 1rem;
    letter-spacing: 0.2rem;
    margin-left: -2px;
    font-weight: 400;
}
#header nav ul li a {
    min-width: 7.75rem;
    height: 2.5rem;
    font-size: 7.5pt;
    font-weight: 500;
}
p.text.align {
    text-align: justify;
    letter-spacing: 0.08em;
    color: #b2b2b2;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5rem;
    margin: 0 0 1.4rem 0;
    font-size: 10.9pt;
}
p.text.align strong {
    font-size: 1.3em;
}
p.text.align.assinatura {
    font-family: "Seville Script Alt Slant";
    text-transform: none;
    color: #c3c3c3;
    padding: 30px 0px 30px 0px;
}
.b {
    color: #c3c3c3;
} 
h2.major.home-name {
    border-bottom: 0;
    color: #fff;
    line-height: 2px;
    letter-spacing: 0.12rem;
    padding-bottom: 22px;
    font-size: 1.6rem;
    font-family: "Oxanium", sans-serif;
}
img.perfil {
    border-radius: 0px;
    display: block;
    filter: saturate(0%) brightness(0.9) contrast(1.1);
    width: 50% !important;
    padding: 0 30px 5px 0px;
}
.image.main img {
    opacity: 75%;
}
ul.actions.acessar.life {
    margin-top: 0rem;
}
a.button.small {
    letter-spacing: 0.1rem;
    font-size: 8.8pt;
    font-weight: 400;
    padding: 0.06rem 1.1rem 0 1.1rem;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0.7px inset;
    border-radius: 0px;

}
li.elluria {
    text-align: initial !important;
    line-height: 1.9rem !important;
    color: #b2b2b2 !important;
    letter-spacing: 0.08em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.75rem;
     font-size: 10.85pt;
}
p.link-rodape {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: row;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: stretch;
    max-width: 60%;
    text-align: center;
    justify-content: space-between;
    font-size: 0.55rem;
    letter-spacing: 0.15rem;
    vertical-align: baseline;
    flex-wrap: nowrap;
    align-content: center;
    color: #fff;
}
p.link-rodape a {
    border-bottom: 0;
    font-weight: 500;
}
#footer .copyright {
    letter-spacing: 0.09rem;
    font-size: 0.5rem !important;
    opacity: 0.9;
    font-weight: 700;
    color: #8d8d8d;
}
@media screen and (max-width: 1680px) {
html {
	font-size: 12pt;
}
#main article {
    background-color: rgba(30, 32, 35, 0.75);
}   
blockquote {
    font-size: 7pt !important;
    line-height: 1.5rem;
}
#header .content p {
    font-size: 7pt;
}
h1.home-name {
    font-size: 3.5rem;
}
#header nav ul li a {
    font-size: 7pt;
    padding: 0 1.45rem 0 1.45rem;
}
p.text.align {
    font-size: 9.8pt;
}
ul.icons li a {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
}
li.elluria{
    font-size: 10pt;
}
p.link-rodape {
    font-size: 0.53rem;
    font-weight: bolder;
    max-width: 66%;
    letter-spacing: 0.15rem;
}
#footer .copyright {
    letter-spacing: 0.09rem;
    font-size: 0.58rem !important;
}
}
@media screen and (max-width: 736px) {
#wrapper {
    padding: 0rem 1rem;
}
#bg:after {
    background-size: cover;
}

#main article {
    background-color: rgba(30, 32, 35, 0.7);
}
#header {
    margin-top: -5px;
}
#header .content {
    max-width: 97.5% !important;
}
#header .content .inner {
    padding: 2.5rem 0.2rem;
}
#header .content p {
    letter-spacing: 0.2rem !important;
    line-height: 1.5rem;
    font-size: 8pt;
    margin-left: 0px;
}
#header nav ul li a {
    font-size: 0.5rem !important;
    padding: 0 1.45rem 0 1.45rem;
}
h1.home-name {
    font-weight: 600;
    font-size: 44pt;
    line-height: 1.5rem;
    letter-spacing: 0.4rem;
    margin-bottom: 0.75em;
    margin-top: 22px;
} 
blockquote {
    font-size: 7pt !important;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: solid 2px #ffffff;
    letter-spacing: 0.14rem;
    line-height: 1.5rem;
}
img.perfil {
    width: 100% !important;
    padding: 0 0 20px 0;
    margin-bottom: 2rem;
}
p.text.align {
        line-height: 2rem;
        letter-spacing: 0.10rem;
        margin: 0 0 1.3rem 0;
}
ul.icons li a {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
}
ul.actions.acessar {
    width: 40% !important;
    box-shadow: none;
    color: #b3b3b3 !important;
}
li.elluria {
    text-align: initial !important;
    line-height: 1.8rem !important;
    letter-spacing: 0.10rem !important;
    font-size: 10pt;
}
a.button.small {
    font-size: 0.65rem;
    padding: 0 1.1rem 0 1.1rem;
}
p.link-rodape {
    max-width: 80%;
    font-size: 0.65rem;
    letter-spacing: 0.15rem;
    font-weight: bolder;
}
#footer {
    margin-bottom: 1rem;
}
#footer .copyright {
    font-size: 0.62rem;
}
}
@media screen and (max-width: 480px) {
#wrapper {
    padding: 0rem 1rem;
}
blockquote {
    font-size: 7pt !important;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: solid 2px #ffffff;
    letter-spacing: 0.14rem;
}
#bg:after {
    background-size: cover;
}
#main article {
    background-color: rgba(30, 32, 35, 0.7);
}
#header {
    margin-top: -5px;
}
#header .content {
    max-width: 97%;
}
#header .content p {
    font-size: 0.8rem !important;
    letter-spacing: 0.15rem !important;
    margin-left: 0px;
}
#header .content .inner {
    padding: 2.5rem 0.2rem;
}
#header nav ul li a {
   font-size: 0.75rem !important;
   letter-spacing: 0.09rem;
   font-weight: 300 !important;
}
h1.home-name {
    font-weight: 600;
    font-size: 27pt;
    line-height: 1.5rem;
    letter-spacing: 0.4rem;
    margin-bottom: 0.75em;
    margin-top: 15px;
} 
img.perfil {
    width: 100% !important;
    padding: 0 0 20px 0;
    margin-bottom: 2rem;
}
p.text.align {
    line-height: 1.9rem;
    font-size: 10.7pt;
    letter-spacing: 0.08rem;
    margin: 0 0 1.4rem 0;
    font-weight: 300;
}
p.text.align strong {
    font-size: 1.15em;
}
ul.icons li a {
    height: 2.7rem;
    width: 2.7rem;
    line-height: 2.7rem;
    font-size: 1rem;
}
ul.actions.acessar {
    width: 35% !important;
    box-shadow: none;
}
.button.small {
    width: 95% !important;
}
a.button.small {
    font-size: 0.72rem;
    padding: 0 0rem 0 0rem;
}
li.elluria {
    text-align: initial !important;
    line-height: 1.8rem !important;
    letter-spacing: 0.09rem !important;
    font-size: 10.5pt;
    font-weight: 300;
}
ul.actions.btnwp {
    width: 75% !important;
}
ul.actions.btnwp li {
    text-align: left;
}
a.button.chamarwt.icon.brands.fa-whatsapp {
    font-size: 0.72rem !important;
    font-weight: 400;
}
a.button.chamarwt.icon.brands.fa-whatsapp:before {
    margin-left: 0px;
}        
p.link-rodape {
    max-width: 100%;
}
p.link-rodape a {
    font-weight: 300 !important;
    font-size: 0.65rem;
    letter-spacing: 0.095rem;
}
#footer {
    margin-bottom: 1rem;
}
#footer .copyright {
    font-size: 0.62rem;
}
}