:root {
    /* Fontes */

    /* Cores */
    --mainColor:#9B702E;
    --secundaryColor:#b88944;
    --text-body:#ffffff;
    --preto:#000000;
    --cinza-escuro:#333333;
    --cinza-medio:#666666;
    --cinza-claro:#999999;
}


/* Fontes */
@font-face {
    font-family: Proxima;
    src: url('../fonts/ProximaNova-Regular.otf'); 
}
@font-face {
    font-family: ProximaThin;
    src: url('../fonts/Proxima%20Nova%20Alt%20Thin.otf');
}
@font-face {
    font-family: ProximaBold;
    src: url('../fonts/Proxima%20Nova%20Bold.otf');
}
@font-face {
    font-family: ProximaExtraBold;
    src: url('../fonts/Proxima%20Nova%20Extrabold.otf');
}

body {
    background-color: var(--preto);
    color: var(--text-body);
    font-family: 'Proxima', Arial, Helvetica, sans-serif;
}

footer {
    background-color: var(--cinza-escuro);
    padding-top: 30px;
}

footer a {
    font-size: 14px;
}

.ct-footer {
    padding-bottom: 30px;
}

.iframe-vimeo {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 8px;
    z-index: 50;
    background-color: var(--preto);
}

.disclaimer {
    background-color: var(--preto);
    color: var(--cinza-medio);
    font-size: 10px;
    text-align: center;
    padding: 20px;
}

main section {
    padding: 50px 20px;
    background-color: var(--cinza-medio);
}

.logo-footer img {
    max-width: 100%;
    width: 180px;
}

a {
    color: var(--mainColor);
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
    color: var(--mainColor);
    filter: brightness(150%);
}

button {
    background-color: var(--mainColor);
    color: var(--text-body);
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    max-width: 100%;
    transition: 1s;
    animation: access 1s ease-in-out infinite;
    font-family: 'ProximaBold', Arial, Helvetica, sans-serif;
}

button:hover {
    cursor: pointer;
    filter: brightness(150%);
}

button:focus {
    outline:0;
}

@keyframes access {
    0% {
        transform: scale(1.00);
    }  
    50% {
        transform: scale(1.02);
    }  
    100% {
        transform: scale(1.00);
    }
  }

#comments-facebook {
    background-color: var(--preto);
    color: var(--preto);
}

#comments-facebook .container {
    background-color: white;
    padding: 10px 20px;
    border-radius: 7px;
}

.fb-footer img {
    width: 20px;
    margin-right: 10px;
}

.fb-footer  {
    color: #666666;
    font-weight: lighter;
    font-size: 14px;
    margin-bottom: 8px;
}

.cmt-img {
    float: left;
    margin-right: 20px;
}

.cmt-fb-img {
    max-width: 60px;
}

.cmt-fb-status img {
    width: 13px;
    margin-top: -2px;
    margin-right: 5px;
}

.cmt-fb-status span {
    margin-right: 5px;
}

.cmt-fb {
    display: grid;
}

.cmt-fb-status {
    font-size: 13px;
    font-weight: lighter;
    color: #999999;
    margin-top: 8px;
}

.cmt-fb-numlike {
    color: #3b5998;
    font-weight: bold;
}

.cmt-fb-name {
    font-weight: bold;
    color: #3b5998;
}

.cmt-fb-comment {
    color: #333333;
    font-size: 15px;
}

.cmt-user {
    margin-bottom: 10px;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    padding-bottom: 10px;
}

.last-cmt {
    border-bottom: none;
}

.cmt-resposta {
    border-left:  1px dotted rgba(0, 0, 0, 0.301);
    padding: 10px 0px 10px 15px;
    
}

.first-resposta {
    margin-top: 10px;
}

.bar-city {
    background-color: var(--preto);
    color: #FFFFFF;
    padding: 10px 5px;
    font-size: 15px;
}

.bar-etapa {
    background-color: #c30000;
    color: #FFFFFF;
    padding: 10px 5px;
    font-size: 15px;
}

.bar-city span {
    color: var(--mainColor);
    font-weight: bold;
} 

#hero-video, #hero, #compra-realizada {
    background-image: url(../images/bg-video.jpg);
    background-size: cover;
    background-position: bottom  center;
    background-repeat: no-repeat;
    background-color: #1D1E20;
}

#sobre {
    background-image: url(../images/bg-sobre.jpg);
    background-size: cover;
    background-position: bottom  center;
    background-repeat: no-repeat;
    background-color: #FFF; 
}

#hero-video h1 {
    font-family: 'ProximaThin';
    font-size: 41px;
}

#hero-video h1 b {
    font-family: 'ProximaBold';
}

.btn-ct .line {
    margin: 6px 0px;
    width: 128px;
    height: 2px;
    background-color: #9B702E;
}

.btn-ct .last-child {
    display: inline-block;
}

.btn-ct {
    margin: 40px 0px;
}

.icon-bandeiras {
    border-radius: 5px;
}

.logo-row {
    margin-bottom: 50px !important;
}


.arrow-row {
    margin-top: 50px !important;
}

/* Responsivo */
@media only screen and (max-width: 400px) {
    #hero-video h1 {
        font-size: 24px;
        margin-bottom: 39px;
    }

    .title-section-upsell {
        font-size: 22px;
        font-weight: bold;
        line-height: initial;
    }

    .title-section-upsell {
        line-height: normal;
    }

    .key-video {
        width: 80px;
        top: -20px;
        right: -20px;
    }

    .som-line  {
        font-size: 10px !important;
    }

    .arrow-row {
        margin-top: 0px !important;
    }
  }

.key-video {
    position: absolute;
    z-index: 700;
    right: -10px;
    top: -10px;
    transform: rotate(21deg);
}

.quadrado-video {
    position: absolute;
    top: -13px;
    right: 3px;
    width: 50%;
    height: 90%;
    border: 1px solid var(--mainColor);
    border-radius: 8px;
    z-index: 3;
    opacity: .8;
}

.arrow-down {
    max-width:  20px;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    50% {
        transform: translateY(-10px);
   }
}

.som-line img {
    width: 15px;
    margin-right: 20px;
}

.som-line  {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 25px;
}

#sobre {
    background-color: white;
    color: #1b1C1E;
}

.title-section {
    font-family: 'ProximaBold', Arial, Helvetica, sans-serif;
    color: #1b1c1e;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 34px;
}

#sobre p {
    font-family: 'Proxima', Arial, Helvetica, sans-serif;
    color: #1b1c1e;
    font-size: 16px;
}

.destaque {
    color: var(--mainColor);
}

#beneficios {
    background-color: #1b1c1e;
    color: #f6f6f6;
}

#beneficios .title-section {
    color: #f6f6f6;
    max-width: 308px;
}

hr {
    height: 2px !important;
    opacity: 1;
    background-color: var(--mainColor);
    display: block;
}

.card-beneficios {
    background-color: #1b1c1e;
    color: #d8d7d7;
    padding: 28px;
    border-radius: 18px;
    box-shadow: -10px -10px 30px #212121, 10px 10px 30px #151515;
    text-align: center;
    min-height: 350px;
}

.card-modulos {
    background: #F0F0F3;
    box-shadow: -10px -10px 30px #FFFFFF, 10px 10px 30px rgba(174, 174, 192, 0.4);
    padding: 28px;
    border-radius: 18px;
    text-align: center;
    color: #666666;
    display: inline-block;
}

.card-modulos .title-card {
    color: #333333;
    line-height: normal;
}

.title-card {
    font-size: 26px;
    font-weight: 700;
    color: #f6f6f6;
    margin:34px 0px 34px 0px;
}

.hr-small {
    width: 128px;
}

.key-modulos {

}

#modulos {
    background-color: #F0F0F2;
    position: relative;
}

#oferta {
    background-color: #F0F0F2;
    color: #666666;
}

.card-valor {
    background: #F0F0F3;
    box-shadow: -10px -10px 30px #ffffff, 10px 10px 30px rgb(174 174 192 / 40%);
    padding: 28px;
    border-radius: 18px;
    text-align: center;
    color: #666666;
    width: max-content;
    font-size: 20px;
    display: inline-block;
}

.card-valor-destaque {
    color: var(--mainColor);
    font-size: 44px;
    font-weight: bold;
}

#comments-facebook .container {
    max-width: 1000px;
}

.modal-content {
    color: #666;
}

footer a:hover{
    cursor: pointer;
}

.modal {
    backdrop-filter: blur(10px);
}

.title-section-upsell {
    font-size: 28px;
    font-weight: bold;
}

#price {
    background-color: #1b1c1e;
    color: #f6f6f6;
}

.progress-bar {
    text-align: right;
    padding-right: 10px;
}

.ct-upsell {
    background-color: white;
    border-radius: 10px;
    color: #666;
    line-height: inherit;
    max-width: 800px;
}

.title-upsell {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    color: red;
    text-transform: uppercase;
    line-height: 26px;
}

.valor-upsell {
    font-weight: bold;
    font-size: 27px;
}

.ul-upsell {
    padding: 0px;
    list-style: none;
    margin-top: 20px;
    font-weight: bold;
}

.ul-upsell li {
    line-height: inherit;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    padding-left: 44px;
    min-height: 32px;
    margin-top: 20px;
}

.list-price-upsell li {
    line-height: normal;
}

.check {
    color: #5dff5d;
    font-weight: bold;
    font-size: 22px;
}

.box-price {
    background-color: black;
    -webkit-border-radius: 5px;
    color: white;
}

.box-price-total {
    font-weight: 700;
    font-size: 38px;
}

.headline {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 106.69%;
    margin-top: 19px;
    margin-bottom: 16px;
    padding: 0px 20px;
    text-align: center;
    color: #f6f6f6;
}

.container.disclaimer-text-upsell {
    font-size: 12px;
    color: #bfbfbf;
}

#bonus {
    background-color: black;
}

.box-compra-realizada {
    background-color: #0000006e;
    border-radius: 10px;
}

#compra-realizada li {
    text-align: left;
    margin: 10px 0px;
    color: #bfbfbf;
}