:root {
    --creme: #f3ebe2;
    --azul: #161e25;
    --amarelo: #ffaa22;
    --rosa: #fc3d8e;
    --branco: #fff;
    --preto: #000;
}

.floatleft {
    float: left;
}
.floatright {
    float: right;
}

/* .fadein {
    margin-top: 100rem;
    opacity: 0;
    display: block;
} */

a,
a:active,
a:focus,
a:active {
    text-decoration: none !important;
    outline: 0px solid;
    color: var(--branco);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
.fix:after {
    content: "";
    display: table;
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 15px;
    font-family: "Barlow Semi Condensed", sans-serif;
}

h1,
h2 {
    font-size: 3.5rem;
}

p,
button {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 100;
    font-size: 2rem !important;
}

.column {
    max-width: 95%;
    width: 1250px;
    margin: 0 auto;
    display: block;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* util classes */
.center {
    margin: auto !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Barlow Condensed", sans-serif;
}

/* Dinamyc components */
.appdisplay {
    display: none;
}

.webdisplay {
    display: initial;
}

/* Header section */
.container-header {
    width: 30%;
    margin: 0 auto 0 0;
    text-align: center !important;
}

.subheader,
.titles {
    text-align: center !important;
}

.header-area {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--branco);
    padding-top: 2rem;
}
.header-area h1 {
    width: 90%;
    margin: 40px auto;
    text-transform: uppercase;
    font-weight: 900;
}
.header-area p {
    font-size: 42px;
}
.titles {
    width: 75vw;
}

.video-area {
    height: auto !important;
    margin-top: 5rem;
}

.video {
    z-index: 10;
}

.ceo-area {
    background: rgb(243, 235, 226);
    background: linear-gradient(
        180deg,
        rgba(243, 235, 226, 1) 10%,
        rgba(245, 245, 245, 1) 50%,
        rgba(243, 235, 226, 1) 90%
    );
    background-size: 100% 100%;
    padding-top: 5rem;
    padding-bottom: 80px;
    margin-top: -110px;
}

.ceo-area > .column > .fix,
.ceo-right-area > img {
    height: 60rem;
}

.ceo-link {
    text-align: center;
    margin-bottom: 10rem;
}
.ceo-link a {
    display: block;
    width: 35vw;
    margin: auto;
    border-radius: 1rem;
    background: rgb(243, 114, 3);
    background: linear-gradient(20deg, rgba(243, 114, 3, 1) 20%, rgba(247, 172, 2, 1) 50%);
    font-size: 62px;
    font-weight: 700;
    color: var(--branco);
    background-size: 100% 100%;
    text-transform: uppercase;
    cursor: pointer;
}

.ceo-left-area {
    max-width: 930px;
    height: 40rem;
    margin: 10rem auto;
}

.title-ceo {
    font-size: 100px;
    color: var(--preto);
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 200px;
}

.ceo-left-area > h2 {
    color: var(--preto);
    margin-bottom: 3rem;
}

.ceo-left-area p {
    font-size: 42px;
    font-weight: 300;
}
.ceo-left-area {
    max-width: 750px;
}
.ceo-right-area {
    max-width: 500px;
}

/* Technology area */
.grey-box-topics {
    background-color: #e9e9e9;
}
.dark-grey-box-topics {
    background-color: #d2d1d1;
}

.grey-box-topics,
.dark-grey-box-topics {
    display: relative;
}

.desc-topic {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    transition: 0.2s;
    cursor: pointer;
}

.desc-topic > p {
    color: #fff;
    height: 50%;
    margin: 30% 1rem 0 1rem;
    display: block;
    font-size: 1.5rem !important;
}

.tacnology-area {
    background: rgb(3, 11, 15);
    background: linear-gradient(180deg, rgba(3, 11, 15, 1) 10%, rgba(9, 24, 32, 1) 50%, rgba(3, 11, 15, 1) 90%);
    padding-top: 150px;
    padding-bottom: 120px;
    text-align: center;
    color: var(--branco);
}
.tacnology-area h2 {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 100px;
}

.lifetime-access-area {
    margin-top: 135px;
}
.lifetime-access-area h3 {
    font-size: 60px;
    color: var(--amarelo);
    font-weight: 700;
    text-transform: uppercase;
}
.lifetime-access-area p {
    font-size: 60px;
    margin-bottom: 100px;
    margin-top: 0px;
}
.price-area {
    padding: 5rem 0;
    background-color: var(--preto);
    color: var(--branco);
    text-align: center;
}
.price-area h4 {
    margin: 0px;
    font-weight: 500;
}
.price-area p {
    margin-top: 0px;
    font-weight: 500;
}
.price-left-area {
    width: 49%;
}
.price-range-area p {
    font-size: 47px;
    margin: 0px;
}
.price-range-area h2 {
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
}
.price-range-area h2 sub {
    font-size: 90px;
    vertical-align: baseline;
}
.price-area h3 {
    font-size: 68px;
    margin-bottom: 0px;
    margin-top: 150px;
    font-weight: 700;
}
.price-left-area {
    background-image: url(../images/angil1.png);
    background-repeat: no-repeat;
    color: var(--branco);
    padding: 60px 100px;
    background-size: 100% 100%;
    margin-bottom: 60px;
}
.price-right-area {
    background: rgb(243, 114, 3);
    background: linear-gradient(20deg, rgba(243, 114, 3, 1) 20%, rgba(247, 172, 2, 1) 50%);
    padding: 60px 100px;
    margin-bottom: 60px;
    border-radius: 1rem;
    background-size: 100% 100%;
}
.gar-link a {
    background: rgb(243, 114, 3);
    background: linear-gradient(20deg, rgba(243, 114, 3, 1) 20%, rgba(247, 172, 2, 1) 50%);
    border-radius: 1rem;
    font-size: 3rem;
    display: block;
    width: 40vw;
    margin: auto;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--branco);
    background-size: 100% 100%;
    transition: 0.5s;
    transform: scale(1);
}

.gar-link a:hover,
.ceo-link a:hover {
    transition: 0.5s;
    transform: scale(1.2);
}

.price-area h5 {
    font-weight: 300;
    margin: 0px;
}

#titlePriceArea {
    margin-bottom: 5rem;
}

/* Start Faq section */
.faq-area {
    background-color: var(--preto);
}

.duvidas-freq {
    padding: 2rem 0;
}

.footer-area {
    height: 40vh;
    padding-top: 115px;
    padding-bottom: 200px;
    background-color: var(--preto);
    color: var(--branco);
    position: relative;
}

.talk-img-box > img {
    height: 5rem;
    margin-right: 1rem;
}

.contact-left-area {
    background-color: #d2d1d1;
    padding: 30px;
    max-width: 725px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.contact-left-area input {
    width: 100%;
    background-color: var(--branco);
    font-size: 36px;
    color: #d2d1d1;
    height: 60px;
    border: 0px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding-left: 25px;
    outline: 0px;
}
.contact-left-area textarea {
    width: 100%;
    background-color: #fff;
    font-size: 36px;
    color: #d2d1d1;
    height: 240px;
    border: 0px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding-left: 25px;
    outline: 0px;
    padding-top: 10px;
}
.contact-left-area button {
    background-image: url(../images/link-button.png);
    font-size: 48px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    height: 95px;
    max-width: 400px;
    width: 100%;
    background-size: 100% 100%;
    border: 0px;
    background-color: transparent;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.contact-right-area {
    max-width: 100vw;
    width: 100%;
    margin-top: 2rem;
}
.contact-right-area ul li a {
    color: #fff;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 30px;
}
.contact-right-area ul li a img {
    vertical-align: middle;
}
.slider-area {
    background-image: url(../images/back3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--preto);
    padding: 200px 0;
    background-size: cover;
}

#sliderTitle {
    color: #fff;
    margin: 1rem auto;
    text-align: center;
}

.active .itam img {
    filter: brightness(75%);
    transform: scale(1.7, 1.7);
    -webkit-transform: scale(1.7, 1.7);
    -moz-transform: scale(1.7, 1.7);
    -ms-transform: scale(1.7, 1.7);
    -o-transform: scale(1.7, 1.7);
}

.active > span {
    background-color: #ffaa22 !important;
}

.itam {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}

.center .itam img {
    filter: brightness(100%);
    transform: scale(2.2, 2.2);
    -webkit-transform: scale(2.2, 2.2);
    -moz-transform: scale(2.2, 2.2);
    -ms-transform: scale(2.2, 2.2);
    -o-transform: scale(2.2, 2.2);
}
#t_slider .owl-prev {
    background-color: transparent;
    border: 0px;
    position: absolute;
    left: 12%;
    top: 28%;
}
#t_slider .owl-next {
    background-color: transparent;
    border: 0px;
    position: absolute;
    right: 12%;
    top: 28%;
}
.owl-stage .owl-item.firstActiveItem {
    transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -o-transform: scale(0.4, 0.4);
}

.owl-stage .owl-item.lastActiveItem {
    transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -o-transform: scale(0.4, 0.4);
}
.owl-stage .owl-item.lastActiveItem,
.owl-stage .owl-item.firstActiveItem {
    z-index: -1;
    position: relative;
}

.owl-stage .owl-item.center {
    position: relative;
    z-index: 99;
}
.shap1 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 850px;
    z-index: 0;
}
.shap2 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 950px;
    z-index: 0;
}

.shap1,
.shap2 {
    height: 100%;
}

.shap1 > img,
.shap2 > img {
    height: 100%;
}

.position-relative {
    position: relative;
}
.z-index {
    position: relative;
    z-index: 2;
}

/* Footer section */
.box-social-share {
    display: block;
    width: fit-content;
    height: 6rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: transparent solid 1px;
    cursor: pointer;
}

.box-social-share:hover {
    border: var(--rosa) solid 1px;
}
