*{
    margin: 0;
    padding: 0;
    font-family: 'Inter',sans-serif;
}

body{
    background-color: rgba(251, 251, 251, 1);
    overflow-x: hidden;
}

header{
 display: none;
}

nav{
    display: none;
}

.rotate > img{
    display: none;
}

.primaryBanner{
    display: none;
}

.rotate{
    display: none;
}

.infosC{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    top: 90%;
    left: 45vw;
}

.contentBar{
    width: 75px;
    height: 99%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(18, 18, 18, 1);
    z-index: 999;
    position: fixed;
    top: 5px;
    left: 94vw;
    border-radius: 16px;
    gap: 30px;
    z-index: 1000;
}

.menuIconC{
    margin-top: 60px;
    margin-bottom: 70px;
}

.contentBar > a > img {
    height: 42px;
    width: 42px;
}

.contentBar > a > button {
    height: 57px;
    width: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(25, 201, 63, 1);
    border: none;
    border-radius: 10px;
    margin-top: 345px;
    cursor: pointer;
}

.contentBar > a > button > img {
    height: 50px;
    width: 50px;
}

.main-page{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(130deg, rgba(137, 216, 255, 1) 22%, rgba(4, 129, 206, 1) 100%);
}

.imgBack{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
}

.headerMain{
    height: 275px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -40px;
    z-index: 999;
}

.logoMain{
    margin-right: 20%;
}

.logo-header{
    width: 290px;
    height: 290px;
}

.categorias{
    width: 500px;
    display: flex;
    justify-content: space-around;
}

.categorias > a{
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.contentHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
    margin-top: 5%;
    z-index: 999;
}

.textContent{
    color: white;
}

.textContent > h2{
    max-width: 900px;
    font-size: 42px;
    font-weight: 800;
    font-style: italic;
}

.textContent > h3{
    max-width: 700px;
    font-size: 36px;
    font-weight: 200;
    font-style: italic;
}

.textContent > h3 > span{
    font-weight: 600;
}

.buttonsContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-right: 10%;
}

.buttonsContent > a > button{
    height: 70px;
    width: 280px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
    color: white;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 14px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.contWhat{
    height: 55px;
    width: 55px;
    margin-right: 2px;
}

.contCall{
    height: 41px;
    width: 41px;
    margin-left: 10px;
    margin-right: 10px;
}

.menu{
    display: none;
}

.logoHeaderC{
    display: none;
}

.menuC{
    display: none;
}

.logo-c{
    display: none;
}

.logoHeader{
    height: 95px;
}

.txtlogoHeader{
    width: 239px;
    height: 123px;
}

.number-whatsapp{
    font-style: italic;
}

.topics{
    display: flex;
}

.topic{
    color: rgba(18, 18, 18, 1);
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
}

a{
    text-decoration: none;
}

.division{
    background-color: rgba(43, 169, 220, 1);
    width: 5px;
    height: 23px;
    margin-left: 18px;
    margin-right: 18px;
}

.primaryBanner{
    display: none;
}

.block{
    width: 135px;
    height: 170px;
    background-color: rgba(43, 169, 220, 1);
    margin-bottom: 120px;
}

.buttons-banner{
 padding-left: 64px;
}

.logo-banner{
    height: 64px;
}

.icon-banner{
    height: 40px;
}

.buttons{
    display: flex;
}

.buttons > button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(43, 169, 220, 1);
    border: none;
    border-radius: 5px;
    color: rgba(251, 251, 251, 1);
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    cursor: pointer;
}

.bt-w{
    height: 80px;
    width: 415px;
    margin-right: 32px;
}

.bt-c{
    height: 80px;
    width: 280px;
}

.bt-c > img{
    margin-right: 18px;
}

.text-banner{
    display: flex;
    flex-direction: column;
    text-align: end;
    padding: 65px 65px 155px 0;
}

.text-banner > h1{
    font-size: 48px;
    font-weight: 800;
    font-style: italic;
    max-width: 820px;
    color: rgba(251, 251, 251, 1);
}

.text-banner > h2{
    font-size: 40px;
    font-weight: 200;
    font-style: italic;
    max-width: 820px;
    color: rgba(43, 169, 220, 1);
}

.text-banner-c{
    display: none;
}

.contact{
    display: none;
}

main{
    padding-right: 5vw;
}

.infos{
    display: none;
}

.service-text{
    display: flex;
    align-items: center;
    padding: 40px 64px;
}

.serviceH{
    font-size: 48px;
    font-weight: 800;
    font-style: italic;
    margin-right: 140px;
}

.serviceP{
    font-size: 20px;
    font-style: italic;
}

.line-services{
    width: 100%;
    height: 10px;
    background-color: rgba(43, 169, 220, 1);
}

.blocks-services{
    display: flex;
}

.block-services1{
    width: 165px;
    height: 129px;
    background-color: rgba(43, 169, 220, 1);
    margin-left: 48px;
    margin-right: 20px;
}

.block-services2{
    width: 215px;
    height: 265px;
    background-color: rgba(43, 169, 220, 1);
    margin-right: 20px;
}

.block-services3{
    width: 198px;
    height: 51px;
    background-color: rgba(43, 169, 220, 1);
}

.services-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}

.services{
    text-align: end;
    margin-right: 95px;
}

.services > h1{
    font-size: 48px;
    font-weight: 800;
    font-style: italic;
    color: rgba(43, 169, 220, 1);
    max-width: 650px;
}

.cards-services{
    display: flex;
    justify-content: space-evenly;
}

.titleCard{
    margin-top: -50px;
    margin-left: 10px;
    color: white;
}

.card1,
.card2,
.card3{
    width: 550px;
    height: 405px;
    border-radius: 20px;
    background-color: rgba(251, 251, 251, 1);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
}

.card1 > img,
.card2 > img{
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card3 > img{
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center 20%;
}

.card1 > p,
.card2 > p,
.card3 > p{
    padding: 45px 30px 60px 30px;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    color: rgba(18, 18, 18, 1);
    margin-top: -20px;
}

.geoFone{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.exGeoFone{
    display: none;
}

.blockTxtFone1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(18, 18, 18, 1);
    padding: 20px;
}

.blockTxtFone1 > h1{
    font-size: 42px;
    font-weight: 800;
    font-style: italic;
    color: white;
    max-width: 600px;
}

.blockTxtFone1 > p{
    max-width: 500px;
    color: white;
}

.imgGeofone{
    height: 450px;
    position: absolute;
    left: 77vw;
    top: 92vh;
}

.imgGeofoneCel{
    display: none;
}

.CardsGeoFone{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 97%;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    gap: 20px;  
}

.blockTxtFone{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 150px;
    border-radius: 20px;
    background-color: rgba(251, 251, 251, 1);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
    padding: 10px;
}

.blockTxtFone > h3{
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    color: rgba(18, 18, 18, 1);
    margin-bottom: 10px;
}

.blockTxtFone > p{
    text-align: center;
    font-size: 14px;
    height: 85px;
}

.blockTxtFone2{
    width: 90vw;
    background-color: rgba(18, 18, 18, 1);
    border-radius: 15px;
    padding: 1%;
    color: white;
}

.blockTxtFone2 > p{
    margin-left: 10px;
}

.region{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.region > h1{
    display: none;
}

.regionh1{
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
    color: rgba(18, 18, 18, 1);
    margin-bottom: 20px;
    margin-top: 40px;
    margin-left: 43%;
}

.region > p{
    display: none;
}

.regU{
    z-index: -999;
    opacity: 0;
    transition: 1s;
    width: 50vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.regD{
    z-index: -999;
    opacity: 0;
    transition: 1s;
    width: 50vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 15px;
}

.visibleR{
    opacity: 1;
    transform: scale(1.05);
    transition: 1s;
}

.araraquara, .matao, .americo, .saoCarlos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.araraquara > p, .matao > p, .americo > p, .saoCarlos > p{
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    color: rgba(18, 18, 18, 1);
}

.araraquara > img, .matao > img, .americo > img, .saoCarlos > img{
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}

.serviceBar{
        display: flex;
        align-items: center;
        background-color: rgba(43, 169, 220, 1);
        width: 100%;
        height: 140px;
        margin-top: 100px;
        gap: 20px;
    }

    .client{
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(251, 251, 251, 1);
        font-size: 25px;
        font-style: italic;
        font-weight: 700;
        border: 10px solid rgb(255, 255, 255);
        width: 100px;
        height: 100px;
        background-color: transparent;
        border-radius: 100%;
        margin-left: 28vw;
    }

    .bClient{
        color: rgba(251, 251, 251, 1);
        font-style: italic;
        font-weight: 800;
        font-size: 25px;
    }

    .client-text{
        color: rgba(251, 251, 251, 1);
        font-style: italic;
        font-weight: 300;
        font-size: 23px;
        margin-left: 10px;
    }

    .time{
        height: 120px;
        width: 120px;
    }

    .time-text{
        color: rgba(251, 251, 251, 1);
        font-style: italic;
        font-weight: 800;
        font-size: 25px;
        max-width: 250px;
    }

    .cards-works{
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }

    .cards-works-Up{
        z-index: -999;
        opacity: 0;
        transition: 1s;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    
    .cards-works-Up > h1{
        font-size: 52px;
        width: 41vw;
        height: 180px;
        font-weight: 800;
        font-style: italic;
        color: rgba(18, 18, 18, 1);
        text-align: start;
        margin-bottom: 20px;
        margin-right: 85px;
    }

    .cards-works-Down{
        z-index: -999;
        opacity: 0;
        transition: 1s;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .visibleCardW{
        opacity: 1;
        transition: 1s;
    }

    .cardW1,
    .cardW2,
    .cardW3{
        width: 40vw;
        height: 160px;
        border-radius: 5px;
        margin-bottom: 20px;
        background-color: rgba(251, 251, 251, 1);
        box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
        padding: 15px;
    }

    .cardW1 > p,
    .cardW2 > p,
    .cardW3 > p{
        font-size: 18px;
        font-style: italic;
        font-weight: 500;
        color: rgba(18, 18, 18, 1);
        margin-top: 10px;
    }

    .cardW1 > h3,
    .cardW2 > h3,
    .cardW3 > h3{
        font-size: 20px;
        font-style: italic;
        font-weight: 700;
        color: rgba(43, 169, 220, 1);
    }

    .contactUs{
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 420px;
        background-color: rgba(18, 18, 18, 1);
        margin-top: 20px;
    }

    .contactUs-text > h1{
        font-size: 60px;
        max-width: 500px;
        font-weight: 800;
        font-style: italic;
        color: rgba(251, 251, 251, 1);
    }

    .contactUs-buttons{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .contactUs-buttons > p{
        font-size: 20px;
        max-width: 500px;
        font-weight: 300;
        font-style: italic;
        color: rgba(251, 251, 251, 1);
        margin-bottom: 10px;
    }

    .WhatsAppContactUs{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        border: none;
        border-radius: 5px;
        background-color: rgba(43, 169, 220, 1);
        width: 220px;
        height: 55px;
        color: rgba(251, 251, 251, 1);
        font-size: 15px;
        padding-right: 20px;
    }

    .whatsimgContactUs{
        height: 60px;
        width: 60px; 
    }

    .social{
        margin-left: 25px;
        margin-right: 25px;
    }

    .social > h1{
        font-size: 40px;
        max-width: 140px;
        font-weight: 800;
        font-style: italic;
        color: rgba(18, 18, 18, 1);  
        margin-top: 35px;
    }

    .social > p{
        font-size: 15px;
        font-weight: 500;
        font-style: italic;
        color: rgba(18, 18, 18, 1);
        margin-bottom: 10px;
    }

    .socialWhatsApp{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 110px;
        background-color: rgba(43, 169, 220, 1);
    }

    .socialWhatsApp > img{
        height: 75px;
        width: 75px;
        margin-right: 100px;
        margin-left: 0px;
    }

    .socialWhatsApp > a > button{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        width: 200px;
        border: none;
        border-radius: 5px;
        background-color: rgba(251, 251, 251, 1);
        color: rgba(43, 169, 220, 1);
        font-size: 15px;
        font-weight: 500;
        font-style: italic;
        padding-right: 10px;
        padding: 5px;
        margin-right: 50px;
        cursor: pointer;
    }

    .socialWhatsApp > a > button > img{
        height: 40px;
        width: 40px;
        margin-right: 10px;
    }

    .socialMidia{
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 50px;
    }

    .socialLogos{
        height: 32px;
        margin-right: 2px;
    }

    .instagramSocial,
    .facebookSocial,
    .callSocial{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .instagramSocial > a,
    .facebookSocial > a, 
    .callSocial > a{
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .instagramSocial > a > p,
    .facebookSocial > a > p,
    .callSocial > a > p{
        font-size: 15px;
        color: rgba(18, 18, 18, 1);
        font-weight: 600;
        font-style: italic;
    }


footer{
        background-color: rgba(18, 18, 18, 1);
        height: 405px;
        margin-top: 50px;
        padding-right: 7vw;
    }
    
    .line-footer{
        width: 100vw;
        height: 4px;
        background-color: rgba(43, 169, 220, 1);
        margin-bottom: 30px;
    }
    
    .sub-footer{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
    }

    .geral-footer{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .topicF > p,
    .contactF > p{
        color: rgba(43, 169, 220, 1);
        font-size: 20px;
        font-weight: 800;
        font-style: italic;
        margin-bottom: 5px;
        margin-left: -15px;
    }

    ul{
        color: rgba(207, 207, 207, 1);
        font-size: 15px;
        margin-bottom: 40px;
    }

    li > a{
        text-decoration: none;
        color: rgba(207, 207, 207, 1);
        font-size: 12px;
        font-style: italic;
        font-weight: 800;
    }

    .contactF > ul > li > a{
        text-decoration: none;
        color: rgba(207, 207, 207, 1);
        font-size: 12px;
        font-style: italic;
        font-weight: 800;
    }

    .logo-footer{
        width: 235px;
        height: 85px;
    }
    
    .lineDown-footer{
        width: 100vw;
        height: 1px;
        background-color: rgba(126, 126, 126, 1);
    }
    
    .copyright{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    
    .copyright > p{
        font-size: 12px;
        font-style: italic;
        color: rgba(126, 126, 126, 1);
    }
    


@media (max-width: 1000px) {

    header{
        transition: 0.2s;
        width: 90vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 25px 0 25px;
        position: fixed;
        top: 0;
        left: 0;
    }

    header.menuPrincipal{
        transition: 0.2s;
        background-color: rgba(18, 18, 18, 1);
    }

    .main-page{
        display: none;
    }

    .contentBar{
        display: none;
    }

    main{
    padding-right: 0;
    }

    .infosC{
        display: none;
    }

    .menu{
        display: none;
        pointer-events: none;
        position: absolute;
        top: 35px;
        left: 57%;
        background-color: rgba(251, 251, 251, 1);
        width: 150px;
        height: 205px;
    }

    .header-menu{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

    .header-menu > p{
        font-weight: 700;
        font-style: italic;
    }

    .topics-menu{
        display: flex;
        flex-direction: column;
        margin-top: 25px;
    }

    .topicC{
        color: rgb(31, 31, 31);
        font-style: italic;
        font-weight: 800;
        font-size: 14px;
        margin-right: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: end;
    }

    .divisionC{
        width: 100%;
        height: 2px;
        background-color: rgba(217, 217, 217, 1);
    }

    .logoHeaderC{
        display: flex;
        height: 127px;
    }

    .menuC{
        display: flex;
        margin-right: 20px;
    }

    .logoHeader{
        display: none;
    }
    
    .txtlogoHeader{
        display: none;
    }

    .number-whatsapp{
        display: none;
    }

    nav{
        display: none;
    }

    .nav-line{
        display: none;
    }

    .rest{
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(18, 18, 18, 1);
        width: 100vw;
        height: 100vh;
        pointer-events: none;
        position: fixed;
        top: 0;
    }

    .rotate{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .rotate > img{
        width: 70px;
        height: 85px;
    }

    .rotate > p{
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        font-style: italic;
        color: rgba(251, 251, 251, 1);
        max-width: 310px;
    }
    
    .primaryBanner{
        display: block;
        align-items: center;
        width: 100%;
        height: 100vh;
        background-color: rgba(18, 18, 18, 1);
        background-image: url(imgs/bannerC.png);
        background-size: cover;
    }

    .logo-c{
        display: flex;
        justify-content: center;
        padding-top: 200px;
        margin-bottom: 20px;
    }

    .logoC{
        height: 85px;
    }

    .txtlogoC{
        width: 199px;
        height: 100px;
    }

    .block{
        display: none;
    }

    .buttons{
        display: none;
    }

    .text-banner{
        display: none;
    }

    .text-banner-c{
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 25%;
    }
    
    .text-banner-c > h1{
        font-size: 12px;
        font-weight: 200;
        font-style: italic;
        max-width: 820px;
        color: rgba(251, 251, 251, 1);
    }
    
    .text-banner-c > h2{
        font-size: 12px;
        font-weight: 200;
        font-style: italic;
        max-width: 820px;
        color: rgba(43, 169, 220, 1);
    }

    .text-banner-c > b{
        font-size: 18px;
        font-weight: 700;
        font-style: italic;
        max-width: 820px;
        color: rgba(43, 169, 220, 1);
    }

    .infos{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        top: 65%;
        left: 30.5%;
    }

    .invisibleInfo{
        transition: 0.7s;
        display: none;
    }

    .textInfo{
        font-size: 10px;
        font-weight: 200;
        font-style: italic;
        color: rgba(251, 251, 251, 1);
    }

    .arrowInfo{
        width: 24px;
        height: 24px;
    }

    .contact{
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background-color: rgba(251, 251, 251, 1);
        border-radius: 5px 5px 0 0;
        width: 100vw;
        height: 70px;
        position: fixed;
        bottom: 0;
    }

    .contact-buttons{
        display: flex;
        justify-content: space-between;
        width: 130px;
    }

    .WhatsAppCallC{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 56px;
        height: 56px;
        border: none;
        background-color: rgba(25, 201, 63, 1);
        border-radius: 10px;
        margin-top: -45px;
    }

    .TelCallC{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        border: none;
        background-color: rgba(43, 169, 220, 1);
        border-radius: 10px;
        margin-top: -45px;
    }

    .TellPhoneC{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 157px;
        height: 56px;
        border: none;
        background-color: rgba(43, 169, 220, 1);
        border-radius: 10px;
        margin-top: -45px;
        color: rgba(251, 251, 251, 1);
        font-weight: 500;
        font-style: italic;
    }

    .telimg{
        height: 40px;
        width: 40px;
        margin-bottom: 4px;
    }

    .whatsimg{
        height: 35px;
        width: 35px;
    }

    .geoFone{
        margin-top: 20px;
    }

    .exGeoFone{
        display: flex;
        margin-top: 20px;
        height: 150px;
        border-radius: 10px;
    }

    .blockTxtFone1{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .blockTxtFone1 > h1{
        font-size: 12px;
    }

    .blockTxtFone1 > p{
        padding: 2%;
        font-size: 9px;
    }

    .imgGeofone{
    z-index: -999;
    height: 450px;
    position: absolute;
    left: 79vw;
    top: 130vh;
    }   

    .imgGeofoneCel{
    display: flex;
    z-index: -999;
    height: 350px;
    position: absolute;
    right: 70vw;
    top: 138vh;
    } 

    .CardsGeoFone{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
        gap: 15px;
    }

    .blockTxtFone{
        width: 300px;
        height: 80px;
        border-radius: 5px;
        padding: 0 10px 10px 10px;
    }

    .blockTxtFone > h3{
        font-size: 12px;
    }

    .blockTxtFone > p{
        font-size: 9px;
        height: 45px;
    }

    .blockTxtFone2{
        width: 95vw;
        font-size: 9px;
        border-radius: 9px;
        padding: 8px;
    }

    .service-text{
        padding: 22px 22px;
    }
    
    .serviceH{
        font-size: 20px;
        margin-right: 35px;
    }
    
    .serviceP{
        font-size: 9px;
    }

    .line-services{
        height: 2px;
    }
    
    .services-div{
        margin-bottom: 15px;
    }
    
    .block-services1{
        width: 56px;
        height: 36px;
        background-color: rgba(43, 169, 220, 1);
        margin-left: 8px;
        margin-right: 4px;
    }
    
    .block-services2{
        width: 56px;
        height: 72px;
        background-color: rgba(43, 169, 220, 1);
        margin-right: 4px;
    }
    
    .block-services3{
        width: 56px;
        height: 14px;
        background-color: rgba(43, 169, 220, 1);
    }

    .services{
        text-align: end;
        margin-right: 30px;
    }

    .services > p{
        font-size: 7px;
    }
    
    .services > h1{
        font-size: 16px;
        font-weight: 800;
        font-style: italic;
        color: rgba(43, 169, 220, 1);
        max-width: 160px;
    }

    .cards-services{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .titleCard{
        margin-top: 0px;
        margin-left: 0px;
    }

    .card1,
    .card2,
    .card3{
        z-index: -999;
        opacity: 0;
        transition: 1s;
        width: 80vw;
        height: 230px;
        border-radius: 5px;
        margin-bottom: 25px;
    }

    .visibleCard{
        z-index: -999;
        transform: scale(1.05);
        transition: 1s;
        opacity: 1;
    }

    .titleCard{
        font-size: 18px;
        color: rgba(18, 18, 18, 1);
        font-style: italic;
        margin-left: 10px;
    }

    .card1 > img,
    .card2 > img{
        border-radius: 5px 5px 0 0;
        width: 100%;
        height: 120px;
        object-fit: cover;
    }

    .card3 > img{
        border-radius: 5px 5px 0 0;
        width: 100%;
        height: 120px;
        object-fit: cover;
        object-position: center 20%;
    }

    .card1 > p,
    .card2 > p,
    .card3 > p{
        font-size: 8px;
        padding: 5px 10px 10px 10px;
        margin: 0;
    }

    .region{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 20px;
    }

    .region > h1{
        font-size: 24px;
        font-weight: 800;
        font-style: italic;
        color: rgba(18, 18, 18, 1);
        margin-bottom: 20px;
    }

    .region > p{
        font-size: 10px;
        font-weight: 500;
        font-style: italic;
        color: rgba(18, 18, 18, 1);
        margin-bottom: 20px;
        text-align: start;
        padding: 0 20px;
    }

    .regU{
        z-index: -999;
        opacity: 0;
        transition: 1s;
        width: 90vw;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 20px;
    }

    .regD{
        z-index: -999;
        opacity: 0;
        transition: 1s;
        width: 90vw;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 15px;
    }

    .visibleR{
        opacity: 1;
        transform: scale(1.05);
        transition: 1s;
    }

    .araraquara, .matao, .americo, .saoCarlos{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .araraquara > p, .matao > p, .americo > p, .saoCarlos > p{
        font-size: 11px;
        font-weight: 800;
        font-style: italic;
        color: rgba(18, 18, 18, 1);
    }

    .araraquara > img, .matao > img, .americo > img, .saoCarlos > img{
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .serviceBar{
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: rgba(43, 169, 220, 1);
        width: 100vw;
        height: 70px;
        margin-top: 20px;
    }

    .client{
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(251, 251, 251, 1);
        font-size: 12px;
        font-style: italic;
        font-weight: 700;
        border: 5px solid rgb(255, 255, 255);
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 100%;
        margin-left: 0;
    }

    .bClient{
        color: rgba(251, 251, 251, 1);
        font-style: italic;
        font-weight: 800;
        font-size: 12px;
    }

    .client-text{
        color: rgba(251, 251, 251, 1);
        font-style: italic;
        font-weight: 300;
        font-size: 12px;
        margin-left: 10px;
    }

    .time{
        height: 60px;
        width: 60px;
    }

    .time-text{
        color: rgba(251, 251, 251, 1);
        font-style: italic;
        font-weight: 800;
        font-size: 12px;
        max-width: 110px;
    }

    .cards-works{
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    .cards-works-Up{
        z-index: -999;
        opacity: 0;
        transition: 1s;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    
    .cards-works-Up > h1{
        font-size: 25px;
        width: 41vw;
        height: 180px;
        font-weight: 800;
        font-style: italic;
        color: rgba(18, 18, 18, 1);
        text-align: start;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .cards-works-Down{
        z-index: -999;
        opacity: 0;
        transition: 1s;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .visibleCardW{
        opacity: 1;
        transition: 1s;
    }

    .cardW1,
    .cardW2,
    .cardW3{
        width: 40vw;
        height: 160px;
        border-radius: 5px;
        margin-bottom: 20px;
        background-color: rgba(251, 251, 251, 1);
        box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
        padding: 15px;
    }

    .cardW1 > p,
    .cardW2 > p,
    .cardW3 > p{
        font-size: 10px;
        font-style: italic;
        font-weight: 500;
        color: rgba(18, 18, 18, 1);
        margin-top: 0;
    }

    .cardW1 > h3,
    .cardW2 > h3,
    .cardW3 > h3{
        font-size: 15px;
        font-style: italic;
        font-weight: 700;
        color: rgba(43, 169, 220, 1);
    }

    .contactUs{
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100vw;
        height: 120px;
        background-color: rgba(18, 18, 18, 1);
        margin-top: 20px;
    }

    .contactUs-text > h1{
        font-size: 20px;
        max-width: 140px;
        font-weight: 800;
        font-style: italic;
        color: rgba(251, 251, 251, 1);
    }

    .contactUs-buttons{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .contactUs-buttons > p{
        font-size: 7px;
        max-width: 100px;
        font-weight: 300;
        font-style: italic;
        color: rgba(251, 251, 251, 1);
        margin-bottom: 10px;
    }

    .WhatsAppContactUs{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        border: none;
        border-radius: 5px;
        background-color: rgba(43, 169, 220, 1);
        width: 100px;
        height: 25px;
        color: rgba(251, 251, 251, 1);
        font-size: 8px;
    }

    .whatsimgContactUs{
        height: 15px;
        width: 15px; 
    }

    .social{
        margin-left: 25px;
        margin-right: 25px;
    }

    .social > h1{
        font-size: 20px;
        max-width: 140px;
        font-weight: 800;
        font-style: italic;
        color: rgba(18, 18, 18, 1);  
        margin-top: 35px;
    }

    .social > p{
        font-size: 10px;
        font-weight: 500;
        font-style: italic;
        color: rgba(18, 18, 18, 1);
        margin-bottom: 10px;
    }

    .socialWhatsApp{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 40px;
        background-color: rgba(43, 169, 220, 1);
    }

    .socialWhatsApp > img{
        height: 25px;
        width: 25px;
        margin-right: 100px;
    }

    .socialWhatsApp > a > button{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 30px;
        width: 100px;
        border: none;
        border-radius: 5px;
        background-color: rgba(251, 251, 251, 1);
        color: rgba(43, 169, 220, 1);
        font-size: 8px;
        font-weight: 500;
        font-style: italic;
        padding-right: 10px;
        padding: 5px;
    }

    .socialWhatsApp > a > button > img{
        height: 20px;
        width: 20px;
        margin-right: 10px;
    }

    .socialMidia{
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 50px;
    }

    .socialLogos{
        height: 22px;
        margin-right: 2px;
    }

    .instagramSocial,
    .facebookSocial,
    .callSocial{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .instagramSocial > a,
    .facebookSocial > a, 
    .callSocial > a{
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .instagramSocial > a > p,
    .facebookSocial > a > p,
    .callSocial > a > p{
        font-size: 8px;
        color: rgba(18, 18, 18, 1);
        font-weight: 600;
        font-style: italic;
    }

    footer{
        background-color: rgba(18, 18, 18, 1);
        height: 405px;
        margin-top: 50px;
    }
    
    .line-footer{
        width: 100vw;
        height: 4px;
        background-color: rgba(43, 169, 220, 1);
        margin-bottom: 30px;
    }
    
    .sub-footer{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
    }

    .geral-footer{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .topicF > p,
    .contactF > p{
        color: rgba(43, 169, 220, 1);
        font-size: 18px;
        font-weight: 800;
        font-style: italic;
        margin-bottom: 5px;
        margin-left: -15px;
    }

    ul{
        color: rgba(207, 207, 207, 1);
        font-size: 8px;
        margin-bottom: 40px;
    }

    li > a{
        text-decoration: none;
        color: rgba(207, 207, 207, 1);
        font-size: 12px;
        font-style: italic;
        font-weight: 800;
    }

    .contactF > ul > li > a{
        text-decoration: none;
        color: rgba(207, 207, 207, 1);
        font-size: 8px;
        font-style: italic;
        font-weight: 800;
    }

    .logo-footer{
        width: 135px;
        height: 45px;
    }
    
    .lineDown-footer{
        width: 100vw;
        height: 1px;
        background-color: rgba(126, 126, 126, 1);
    }
    
    .copyright{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    
    .copyright > p{
        font-size: 7px;
        font-style: italic;
        color: rgba(126, 126, 126, 1);
    }
    
}