@import url('https://fonts.cdnfonts.com/css/neo-sans-pro');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
    box-sizing: border-box;
}

.color-azul {
    color: #00ABB7
}

.background-azul {
    background-color: #00ABB7 !important;
}

h1,h2{
    font-family: Neo Sans Pro;
    font-size: 44px;
    font-weight: 900;  
    text-align: start;  
}
h2{
    font-size: 30px;
    margin: 4px 0 15px  0;
}

.bloco-2{
    width: 100%;
    justify-content: center;
    display: flex;
    color: #fff;
    padding: 64px 0;
}
.bloco-2>div{
    max-width: 1075px;
    width: 100%;
    border-radius: 16px;
    display: flex; 
}
.bloco-2>div>div{
    display: flex;
    width: 50%;
    flex-direction: column;
}
.bloco-2>div>div h1{
    line-height: 1;    
    margin: 82px 0 0 0;
}
.bloco-2>div>div p{
    color: #000;
    padding: 0 74px 40px 0;
    font-size: 14px;
    line-height: 1.6;
}
.bloco-2 img{
    position: relative;
    float: left;
    margin-bottom: -93px;
    margin-right: 12px;
    top: 52px;
    height: 417px;
}

.bloco-3{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 64px 52px;
    background: #F8F8F8;
    flex-direction: column;
    margin-top: 46px;
}


.bloco-4-row {
    display: flex;
    flex-direction: row;
    width: 1074px;  
    justify-content: space-between;  
}

.bloco-4-row-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bloco-4-row-col-bl {
    background: #ffffff;
    padding: 36px;
    border-radius: 16px;
    height: 233px;
    flex: auto;
}

.bloco-4-row-col-bl text:nth-child(2) {
    margin-bottom: 16px;
}

.bloco-4-row-col-bl text:nth-child(3) {
    line-height: 1.5;
}

.bloco-4-row .bloco1800 {
    background: #00ABB7;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    display: flex;
    flex-direction: column;    
    color: #fff;
    text-align: start !important;
    padding: 37px;
    padding-top: 24px;
}
.bloco-4-row .bloco1800 h1{
    font-size: 60px;
}

.bloco-4-row>div{
    display: flex;
    flex: 1;
    
    
    max-width: calc(33% - 8px);
    min-width: calc(33% - 8px);
}

.bloco-4{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    margin: 54px 0;    
}
.bloco-4>div {
    width: 1075px;
    max-width: 1075px;
    background: #00ABB7;
    height: 346px;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.bloco-4 .bloquinhos {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-right: 11px;
}

.bloco-4>div .bloquinhos>.bloquinho {
    display: flex;
    width: 160px;
    min-width: 160px;
    height: 70px;
    min-height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

.textos-bloco-3 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: start;
    justify-content: center;
    width: calc(50% - 170px);
    margin-left: 38px;
}
.textos-bloco-3 text{
    text-align: start;
    margin: 17px 0 56px;
    color: #fff;
}


.bloco-7{
    background-color: #F8F8F8;
}
.bloco-7>div>div p{
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.bloco-7>div>div:nth-child(2) p {
    line-height: 1.5;
}


.bloco-coleta-gratis {
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    /*height: 441px;*/
    overflow: hidden;
    margin-top: 46px;
    gap: 16px;
    width: 1072px;
}


text, p {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
}


.blw {
    width: 1200px;
}

.bl-padrao{
    width: 100%;
    display: flex;
    justify-content: center;
}

.linha-cabecalho {
    height: 1px;
    justify-content: center;
    display: flex;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}


.bloco-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(../imgs/bg-azul-1.png) no-repeat;
    background-position: calc(50vw - -175px) 76px;
    height: 600px;    
}

.bloco-11 h1{
    text-align: start;
}



.a-recarga-e span {
    color: #00ABB7;
}

#btn-whatsApp {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 24px;
    width: 348px;
    top: 452px;    
    background: #37AF4A;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;   
    height: 76.2px; 
}

#btn-whatsApp span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}

a:-webkit-any-link{
    text-decoration: none;
}

.fundo-azul-1 {
    position: relative;
    width: 410px;
    height: 513px;
    background: #00ABB7;
    border-radius: 0px 0px 0px 64px;
}

.bloco-azul-2 {
    flex-direction: column;    
    max-width: 310px;    
    height: 397px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 0 0 0 37px;
}

.blocao-cinza {
    display: flex;
    flex-direction: column;
    padding: 62px;
    background: #f8f8f8;
}



.blocao-cinza>h1 {
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin: 0
}


.bloco3-bl {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    display: flex;
    flex-direction: column;
}

.row-vantagens-icons {
    display: flex;
    flex-wrap: wrap;
}

.row-vantagens-icons>div{
    margin: 0 0 0 40px;
}

.bloco {
    
    display: flex;
    justify-content: end;
    margin: 26px 0;
}

.bloco>div:nth-child(1) {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloco>div:nth-child(2) {
    padding: 0 0 0 16px;
    border-left: dotted 1px #bdbdbd;
    max-width: 236px;
}

.t1,
.t2 {
    font-family: 'Roboto';
}

.cabecalho {
    justify-content: center;
    display: flex;
    position: fixed;
    z-index: 1;
    background: #fff;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.cabecalho .mob{
    display: none;
}



.bloco>div:nth-child(2)>.t1,
.t1 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    margin: 0 0 13px 0;
}

.bloco>div:nth-child(2)>.t2,
.t2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #989898;
}

.wrap-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 53px;
    justify-content: space-between;
    padding: 0 62px 0 62px;

}

.cartuchos-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0 16px;
}

.cartucho-card {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    width: 25%;
}

.cartucho-card .ml{
    display: block;
    font-weight: normal;

}

.cartucho-card .tts{
    display: flex;
    justify-content: space-between;
}

.cartucho-img {
    display: flex;
    height: 225px;
    align-items: center;
    justify-content: center;
    margin: 10.5px 0;
    background: url(../imgs/bg-recarga.png) no-repeat;
    background-size: contain;
}

.cartucho-img.color {
    background: url(../imgs/bg-color.png) no-repeat;
}

.cartucho-card .status-bar {
    display: flex;
    background: #E0E0E0;
    border-radius: 8px;
    height: 11px;
    overflow: hidden;
    margin-bottom: 10px;
}

.cartucho-card .status-bar .mark {
    height: 11px;
    background: #282828;
}

.super-recarga {
    background: #005359;
    background-image:
        url(../imgs/rapaz-bg\ 1.png);
    height: 380px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
}

.super-recarga .content {
    display: flex;
    flex-direction: column;
    padding: 34px 0 50px 550px;
    color: #FFFFFF;
    justify-content: space-between;
    height: 280px;
}

.super-recarga .content h1 {
    margin: 0;
}

.bloco-coleta-gratis>div:nth-child(1) {
    width: 256px;
    max-width: 256px;
    color: #fff;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bloco-coleta-gratis>div:nth-child(2),
.bloco-coleta-gratis>div:nth-child(3) {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px;
    width: 40%;
    max-height: 477px;
}

.blocao-branco {
    display: flex;
    flex-direction: column;
    padding: 55px 155px 62px 155px;
    background: #F8F8F8;
}

.blocao-branco>h1 {
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin: 0
}

.blocao-branco>div {
    display: flex;
    gap: 16px;
    flex-direction: row;
    margin-top: 60px;
}

.blocao-branco label {
    display: flex;
    align-items: center;
}

.blocao-branco .tx-x {
    margin-left: 16px;
}

.card-avaliacao {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    background: #fff;
}

.card-avaliacao p {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
}

.card-avaliacao>label>img {
    margin-right: 16px;
}

.col-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quem-somos {
    display: flex;
    flex-direction: row;
    padding: 62px 155px;
    background: #00ABB7;
    color: #fff;
    font-family: Roboto;
    font-size: 22px;
}

.quem-somos>div:nth-child(1) {

    display: flex;
    align-items: center;
    justify-content: center;
}

.quem-somos>div:nth-child(1)>img {
    overflow: hidden;
    border-radius: 16px;
    margin-left: -46px;
}

.quem-somos>div:nth-child(2) {
    margin-left: 54px;
}

.quem-somos h1 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
}
.quem-somos-tx1 p{
    line-height: 0.5;
}

.blocao-perguntas {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 6px;
    background-color: #F8F8F8;

}

.perguntas {
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 100%;
}

.bloco-fale-conosco {
    display: flex;
    flex-direction: row;
    padding: 42px 0px;
    gap: 16px;
    color: #fff;
}

.bloco-fale-conosco>div:nth-child(1) {
    display: block;
    height: 440px;
    width: 710px;
    background-image: url(../imgs/mocinha\ 2.png);
    background-size: cover;
    background-position-y: -32px;
}

.bloco-11.bl-padrao h1 {
    font-size: 36px;
    line-height: 1.2;
}

.bloco-fale-conosco>div {
    background: #00ABB7;
    border-radius: 16px;
}

.bloco-fale-conosco h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 33px;
    padding: 17px 0 35px;
}

.perguntas_open{
    background: rgba(0, 171, 183, 0.05) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.perguntas_open p{
    color: #00ABB7;
    font-weight: bold;    
}

.perguntas_open span{
    color: #000;

}


.perguntas .campo-pergunda {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-weight: normal;
    padding: 16px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    line-height: 0.4;
    overflow: hidden;
    max-width: 716px;
    max-height: 50px;
    width: 716px;
    transition: max-height 1s;
    padding-top: 8px;
}

.campo-pergunda.t1 p {
    font-size: 16px;
}


.perguntas .campo-pergunda div{
    display: flex;
    flex-direction: row;
}
.perguntas .campo-pergunda p{
    display: flex;
    align-items: center;
    margin: 0;
}

.perguntas .campo-pergunda .tx-pergunta{        
    line-height: 1.5;
    margin-top: 10px;
    overflow-y: hidden;  
}

.campo-pergunda span{
    display: block;
    width: 8px;
    padding: 8px;
    cursor: pointer;
    font-size: 24px;
    transition: transform 1s;
    margin: -10px  11px -10px 0;
}

a:visited,a:active,a:focus,a:hover{
    text-decoration: none;
}

#cookieblock{
    background: #000;
    width: 350px;
    max-width: calc(100vw - 36px);
    padding: 15px;
    color: #fff;
    border-radius: 16px;
    position: fixed;
    bottom: 30px;
    left: 5vw;
}
#cookieblock>p{
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}
#cookieblock button{
    background: #2C2D31;
    padding: 10px;
    width: fit-content;
    border-radius: 4px;
    margin-top: 14px;
    border: none;
    color: #fff;
}

@media screen and (max-width: 1290px) {}