
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;700;800;900&display=swap');

:root{
    --green-brand: #2DCF7D;
    --blue-brand: #0E49DE;
    --brand-blue-light:#8AE5F0;

    --dark: #1C494E;
    --light: #ffffff;

    --red: #FF5757;
    --yellow: #FFC657;
    --orange: #FF9457;

    --bold: 700;
    --semibold: 500;
    --regular: 400;
}

.body{
    font-family: 'Poppins', sans-serif;
}
.no-link{
    text-decoration: none;
}
.cursor-pointer{
    cursor: pointer;
}

.spaceMin{
    padding: 3rem 0;
}

.spaceMiddle{
    padding: 6rem 0;
}

.spaceMiddleTop{
    padding-top: 6rem;
}

.spaceMax{
    padding: 12rem 0;
}

.brand{
    margin-left: 22%;
    padding: 24px;
}
.slogan{
    margin-left: 25%;
    margin-top: 10%;
}

@media (min-width:280px) and (max-width:640px) {
    .spaceMiddle{
        padding: 2rem 0;
    }
    .spaceMiddleTop{
        padding-top: 2rem;
    }
}
/*** Colors ***/
.bg-green-brand{
    background-color: var(--green-brand)
}
.bg-blue-brand{
    background-color: var(--blue-brand);
}

.bg-brand{
    background-color: #0232aa;
}

/*** Fonts ***/
.money{
    font-size: 20px;
}
.bold{
    font-weight: var(--bold)!important;
}
.text-blue{
    color: var(--blue-brand);
}
.text-green{
    color: var(--green-brand);
}
.text-dark{
    color: var(--dark)!Important;
}

.title{
    font-weight: var(--bold);
    font-size: 48px;
}
.subtitle{
    font-weight: var(--bold);
    font-size: 32px;
}
.subtitle2{
    font-weight: var(--bold);
    font-size: 22px;
}
.pragraph-gg{
    font-weight: var(--semibold);
    font-size: 24px;
    line-height: 26px;
}

.title-ator{
    color: var(--green-brand);
    font-size: 14px;
    font-weight: var(--semibold);
}
.name-ator{
    font-size: 16px;
    font-weight: var(--bold);
}
.icon-star{
    content: url('../img/star.png');
    margin-right: 5px;
}
.rank-ator{
    font-size: 12px;
}
.icon-arrow-down{
    content: url('../img/seta_down.png');
    margin-left: 5px;
}
@media (min-width:280px) and (max-width:640px) {
    .title{
        font-weight: var(--bold);
        font-size: 24px;
    }
    .subtitle{
        font-weight: var(--bold);
        font-size: 18px;
    }
    .pragraph-gg{
        font-weight: var(--semibold);
        font-size: 16px;
        line-height: 19px;
    }
}

/*** Buttons ***/
.btn{
        display: inline-block;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 1rem 2rem;
        font-size: 1rem;
        border-radius: 2rem;
}
.btn-primary{
    background-color: var(--green-brand)!important;
    border-color: var(--green-brand)!important;
}

/*** Component Header ***/
.hero{
    /* min-height: 546px; */
    width: 100%;
}

.figures{
    background: url("../img/ilustra-left.png") no-repeat left bottom, url("../img/ilustra-right.png") no-repeat right bottom 100%; 
}

.hero-success{
    height: 100vh;
    width: 100%;
}

.hero-success-figure{
    background: url("../img/pattern.png") no-repeat left top, url("../img/young_smiles.png") no-repeat right; 
}

.hero-blue{
    background-color: var(--blue-brand);
}


/*** Componente card beneficios***/
.card-beneficio{
    background-color: #0e49de;
    color: #dee2e6;
    border-radius: 16px;
    text-align: left;
}

.card-beneficio h4{
    font-size: 20px;
    font-weight: var(--semibold);
}

.card-beneficio p{
    font-size: 16px;
    font-weight: var(--regular);
}

.icone {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.icone-sem-fidelidade{
    width: 55px;
    height: 55px;
    margin-bottom: 24px;
    background-image: url('../img/weakness.png');
    background-size: contain;
}
.icone-internet{
    width: 55px;
    height: 55px;
    margin-bottom: 24px;
    background-image: url('../img/restart.png');
    background-size: contain;
}
.icone-internet-4g{
    width: 55px;
    height: 55px;
    margin-bottom: 24px;
    background-image: url('../img/wifi-signal.png');
    background-size: contain;
}
.icone-atendimento{
    width: 55px;
    height: 55px;
    margin-bottom: 24px;
    background-image: url('../img/live-chat.png');
    background-size: contain;
}
.icone-cobertura{
    width: 55px;
    height: 55px;
    margin-bottom: 24px;
    background-image: url('../img/brazil.png');
    background-size: contain;
}
.icone-whatsapp{
    width: 55px;
    height: 55px;
    margin-bottom: 24px;
    background-image: url('../img/whatsapp.png');
    background-size: contain;
}
.icone-bonus {
    width: 55px;
    height: 55px;
    margin-bottom: 24px;
    background-image: url(../img/bonus.png);
    background-size: contain;
}

.motion{
    margin-left: 40%;
    margin-top: -15%;
}

.lista-razoes{
    list-style: none;
    padding: 30px 0;
}
.lista-razoes li{
    font-size: 20px;
    padding: 10px 0;
}
.icone_check{
    content: url('../img/icone_checked.png');
    position: relative;
    top: 10px;
    margin-right: 16px;
}

.icone_check_blue{
    content: url('../img/checked.png');
    position: relative;
    top: 10px;
    margin-right: 16px;
}

@media (min-width:280px) and (max-width:640px) {
    .lista-razoes{
        list-style: none;
        padding: 16px 0;
    }
    .lista-razoes li{
        font-size: 16px;
        padding: 8px 0;
    } 
}

.btn-custom{
    display: flex;
}
.square-blink{
    width: 70px;
    height: 70px;
    padding: 12px;
    margin-right: 24px;
    border-radius: 24px;
    background: var(--green-brand);
}


/*** Nav ***/
.box-nav{
    background-color: var(--light);
    border-radius: 24px;
    padding: 8px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    border-radius: 24px;
}


/*** Componente card planos ***/
.card-plano{
    border-color: rgba(24, 40, 66, 0.32)
}

.card-plano:hover{
    background-color: #8AE5F0;
    transition:ease-in 3ms;
}

.border-special{
    border-radius: 25px;
}

.lista-beneficios-plano{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
.lista-beneficios-plano li{
    margin: 0px;
    padding: 3px 0px;
}

.texto-recorrencia{
    font-size: 10px;
    line-height: 14px;
    color: var(--dark);
}

.b-whats, .b-phone, .b-plus, .b-globo, .b-waze{
   margin-right: 8px;
}

.b-waze {
    margin: -3px 8px;
    width: 16px;
}

.b-whats{
   content: url('../img/icone_whats.png');
}
.b-globo{
    content: url('../img/icone_globo.png');
 }
.b-phone{
    content: url('../img/icone_phone.png');
 }
 .b-plus{
    content: url('../img/icone_plus.png');
 }
 .b-waze{
    content: url('../img/icone_waze.png');
 }
 .icon-next{
    content: url('../img/seta.png');
    margin-left: 24px;
    top: 3px;
    position: relative;
 }

 .figureChip{
    content: url('../img/chips.png');
    position: relative;
    bottom: 0px;
    left: 130px;
    height:473px ;
    width: 346px;
 }
 .figure-homem{
    content: url('../img/cartao2.png');
    position: relative;
    bottom: 0px;
    /* width: 608px; */
    /* left: -60px; */
    /* left: -60px; */
 }

 .blue{
    background: url('../img/blue.png');
    background-repeat: no-repeat;
 }

 /*** Forms ***/
 .form-control{
    border: none;
    padding: 0px;
    font-size:14px;
    display: flex;
}
.form-label{
    font-size: 10px;
    line-height: 110%;
    font-weight: 500;
    opacity: 60%;
    display: flex;
}
 .box-form-dados{
    border:1px solid #EFEFEF;
    border-radius: 6px;
    background-color: var(--light);
}
.box-form-dados{
    padding: 12px 12px;
}

.iclock{
    content: url('../img/clock.svg');
    top: 4px;
    position: relative;
}
.bg-gray{
    background-color: #D9D9D9;
}

.label-style{
    color: #FFF;
}

.whatsapp-button {
    -webkit-animation: updown 1.5s infinite ease-in-out;
    animation: updown 1.5s infinite ease-in-out;
    background-image: url('../img/whatsapp_logo.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 30px;
    height: 60px;
    position: fixed;
    right: 30px;
    width: 60px;
    z-index: 500;
}
@media screen and (max-width:575px){
    .whatsapp-button{
        -webkit-animation:updown_small 1.5s infinite ease-in;
        animation:updown_small 1.5s infinite ease-in;
        bottom:15px;
        height:50px;
        right:15px;
        width:50px
    }
}

@-webkit-keyframes updown{
    0%{
        bottom:35px
    }
    50%{
        bottom:25px
    }
    to{
        bottom:35px
    }
}
@keyframes updown{
    0%{
        bottom:35px
    }
    50%{
        bottom:25px
    }
    to{
        bottom:35px
    }
}
@-webkit-keyframes updown_small{
    0%{
        bottom:10px
    }
    50%{
        bottom:20px
    }
    to{
        bottom:10px
    }
}
@keyframes updown_small{
    0%{
        bottom:10px
    }
    50%{
        bottom:20px
    }
    to{
        bottom:10px
    }
}