@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Roboto', sans-serif!important;
}

.header {
    background-image: url("https://quero-regularizar.hiperdomestica.com.br/wp-content/uploads/2025/10/header.png");
    background-size: cover;
    background-position: center;
    height: 900px;
    padding-top: 80px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif!important;
}

.header .text {
    max-width: 770px;
    margin-left: 75px;
    margin-top: 50px;
}

.header h1 {
    font-size: 55px;
    font-weight: 900;
    line-height: 55px;
    color: #fff;
}

.header p {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    max-width: 535px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.header .btn {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    max-width: 580px;
    width: 100%;
    line-height: 24px;
    text-decoration: none;
    background-color: #fba105;
    padding: 26px 40px;
    border-radius: 70px;
}

.header .btn:hover {
    background-color: #112d47;
    color: #fff;
}

.satisfacao {
    background-color: #112d47;
    padding: 50px 0 30px 0;
}

.satisfacao p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
}

.satisfacao h2 {
    font-size: 45px;
    font-weight: 900;
    line-height: 55px;
    color: #fff;
}

.satisfacao .btn {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    max-width: 400px;
    width: 100%;
    line-height: 24px;
    text-decoration: none;
    background-color: #fba105;
    padding: 26px 40px;
    border-radius: 70px;
    margin: 30px auto;
}

.satisfacao .btn:hover {
    background-color: #fba105d2;
    color: #fff;
}

.satisfacao .logo {
    margin-bottom: 30px;
}

.satisfacao .col-lg-3, .satisfacao .col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.passos-auditoria {
    background-color: #eaf3f5;
    padding: 50px 0 80px 0;
    text-align: center;
}

.passos-auditoria h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 55px;
    color: #112d47;
    letter-spacing: -3px;
}

.passos-auditoria p{
    font-size: 24px;
    font-weight: 500;
    color: #112d47;
    line-height: 34px;
    display: flex;
    margin: 40px auto;
    max-width: 980px;
}

.passos-auditoria h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
    color: #112d47;
    margin-bottom: 30px;
}

.passos p{
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    line-height: 34px;
}

.passos-auditoria .box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    height: 90px;
    padding: 0 60px;
}

.passos-auditoria .passos {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.passos-auditoria .box.box1 {
    background-color: #9bcad7;
}

.passos-auditoria .box.box2 {
    background-color: #58a2b6;
}

.passos-auditoria .box.box3 {
    background-color: #378195;
}

.beneficios{
    padding: 50px 0;
    text-align: center;
}

.beneficios h2{
    font-size: 60px;
    font-weight: 900;
    line-height: 55px;
    color: #112d47;
    letter-spacing: -3px;
}

.beneficios .beneficios-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
}

.beneficios .box{
    border: solid 1px #9bcad7;
    padding: 40px;
    border-radius: 28px;
    max-width: 490px;
    width: 100%;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
}

.beneficios .box h3{
    margin-top: 20px;
    color: #112d47;
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
}

.beneficios .box h3 span{
    font-size: 30px;
    font-weight: 400;
    color: #112d47;
    line-height: 34px;
}

.beneficios .btn {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    max-width: 360px;
    width: 100%;
    line-height: 34px;
    text-decoration: none;
    background-color: #fba105;
    padding: 10px 40px;
    border-radius: 40px;
    margin: 30px auto;
}

.beneficios .btn:hover {
    background-color: #fba105d2;
    color: #fff;
}

.burocracia{
    padding: 50px 0 300px 0;
    text-align: center;
    background-color: #eaf3f5;
}

.burocracia h2{
    font-size: 60px;
    font-weight: 900;
    line-height: 65px;
    color: #112d47;
    letter-spacing: -3px;
}

.burocracia h3{
    font-size: 50px;
    font-weight: 900;
    line-height: 55px;
    color: #112d47;
    letter-spacing: -3px;
    margin: 40px 0 30px 0;
}

.burocracia p{
    font-size: 24px;
    font-weight: 500;
    color: #112d47;
    line-height: 34px;
    margin: 30px 0;
}

.burocracia ul{
    display: flex;
    justify-content: center;
    padding-left: initial;
    gap: 50px;
    flex-wrap: wrap;
}

.burocracia ul li{
    font-size: 26px;
    font-weight: 900;
    color: #112d47;
    line-height: 34px;
}

.burocracia ul li::marker {
    color: #fba105;
}

.burocracia .planos{
    display: flex;
    background-color: #fff;
    padding: 50px 50px 120px 50px;
    border-radius: 20px;
    border: solid 1px #9bcad7;
    align-items: flex-start;
    position: relative;
}

.burocracia .planos ul{
    display: flex;
    padding-left: 2rem;
    gap: 20px;
    flex-direction: column;
    justify-content: initial;
    width: 50%;
}

.burocracia .planos ul li{
    font-size: 21px;
    font-weight: 500;
    color: #112d47;
    line-height: 24px;
    text-align: initial;
}

.burocracia .planos ul li::marker {
    color: #9bcad7;
}

.burocracia .planos .valores{
    position: absolute;
    bottom: -230px;
    display: flex;
    width: 100%;
    justify-content: center;
    left: 0px;
    gap: 30px;
}

.burocracia .planos .valores .box{
    max-width: 420px;
    width: 100%;
    color: #fff;
    border-radius: 30px;
    padding: 30px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.burocracia .planos .valores .box p{
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: initial;
}

.burocracia .planos .valores .box h4{
    font-size: 16px;
    margin: 15px;
}

.burocracia .planos .valores .box .price h3{
    font-size: 85px;
    font-weight: 900;
    line-height: 85px;
    color: #fff;
    margin: initial;
}

.burocracia .planos .valores .box .price span{
    font-size: 46px;
    font-weight: 900;
    color: #fff;
    line-height: 36px;
}

.burocracia .planos .valores .box .mes{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.burocracia .planos .valores .box.box1{
    background-color: #9bcad7;    
}
.burocracia .planos .valores .box.box2{
    background-color: #438a9d;
}
.burocracia .planos .valores .box.box3{
    background-color: #112d47;
}

.burocracia .planos .valores .box .price{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.burocracia .planos .valores .box .btn{
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    max-width: 250px;
    line-height: 24px;
    text-decoration: none;
    background-color: #fba105;
    padding: 20px;
    border-radius: 15px;
    margin: 30px auto;
    position: absolute;
    bottom: -65px;
}

.depoimentos{
    padding: 80px 0;
}

.depoimentos .depoimentos-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.depoimentos h2{
    font-size: 60px;
    font-weight: 900;
    line-height: 55px;
    color: #112d47;
    letter-spacing: -3px;
    text-align: center;
    margin-bottom: 40px;
}

.depoimentos .box{
    background-color: #eaf3f5;
    padding: 30px;
    max-width: 410px;
    width: 100%;
    border-radius: 20px;
    height: 100%;
}

.depoimentos .box h4{
    font-size: 22px;
    font-weight: 500;
    color: #112d47;
    line-height: 30px;
    margin-bottom: 20px;
}

.depoimentos .box span{
    font-size: 22px;
    font-weight: 900;
    color: #112d47;
    line-height: 34px;
    margin-bottom: 10px;
}

.depoimentos .box p{
    font-size: 18px;
    font-weight: 500;
    color: #112d47;
    line-height: 34px;
}

.contato{
    background-color: #82b1ba;
    padding-top: 50px;
    position: relative;
    text-align: center;
}

.contato h2{
    font-size: 60px;
    font-weight: 900;
    line-height: 55px;
    color: #112d47;
    letter-spacing: -3px;
    text-align: center;
    margin-bottom: 40px;
}

.contato img{
    position: absolute;
    left: 0;
    bottom: 0;
}

.contato .wpcf7{
    display: flex    ;
    justify-content: center;
}

.contato form{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9999;
    gap: 20px;
    max-width: 975px;
    flex-wrap: wrap;
}

.contato form input{
    padding: 20px 15px;
    border-radius: 10px;
    border: none;
    max-width: 305px;
}

.contato .wpcf7 .wpcf7-submit{
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    max-width: 250px;
    width: 100%;
    line-height: 24px;
    text-decoration: none;
    background-color: #fba105;
    padding: 22px 50px;
    border-radius: 40px;
}

.contato .wpcf7 .wpcf7-submit:hover{
    background-color: #34c4f8;
}

.rodape{
    padding: 50px 0 30px 0;
    text-align: center;
    background-color: #112d47;
    color: #fff;
}

.links{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.links a{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 15px;
    text-decoration: none;
    padding-left: 25px;
    border-left: solid 1px #84b7c5;
}

.links a:first-child{
    border-left: initial;
}

.rodape p{
    font-size: 10px;
    font-weight: 400;
    color: #84b7c5;
    line-height: 15px;
    margin: 25px 0;
}

.whats{
    position: fixed;
    right: 50px;
    bottom: 100px;
    max-width: 350px;
    background-image: url("https://novo.hiperprev.com.br/wp-content/uploads/sites/3/2025/09/bg-whatsapp.png");
    z-index: 999999999999;
    border-radius: 20px;
    display: none;
}

.whats .topo{
    display: flex;
    background-color: #F6F6F6;
    color: #000;
    align-items: center;
    text-align: initial;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    gap: 10px;
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / .5);
    margin-bottom: 30px;
}

.whats .topo img{
    width: 31px;
    height: 31px;
}

.whats .topo h4{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.whats .topo h4 span{
    font-size: 13px;
    font-weight: 400;
}

.whats .text{
    margin: 0 20px;
    border-radius: 15px;
    background-color: #fff;
    padding: 10px;
    text-align: initial;
    margin-bottom: 5px;
}

.whats p{
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #7A7A7A;
    line-height: 20px;
    margin: initial;
}

.whats input{
    margin: 5px 0;
    border-radius: 15px;
    background-color: #fff;
    padding: 20px;
    border: none;
    max-width: 308px;
}

.whats .wpcf7 .wpcf7-submit{
    width: 100%;
    background-color: #fba105;
    padding: 20px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 5px 20px;
}

.whats .wpcf7 .wpcf7-submit:hover{
    background-color: #34c4f8;
}

.whats .screen-reader-response{
    display: none;
}

.whats .wpcf7-response-output{
    padding: 0 20px;
    color: #000;
}

.whatsapp-icon{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 80px;
    cursor: pointer;
    z-index: 999999999999;
    animation-name: myAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes myAnimation {
    0% {transform: scale(0.8);}
    50% {transform: scale(1);}
    100% {transform: scale(0.8);}
}

#widget-whatsapp{
    display: none;
}
.wpcf7-response-output{
    position: absolute;
    bottom: 90px;
}

.screen-reader-response{
    display: none;
}
#wpcf7-f559-o2 .wpcf7-response-output{
    position: initial;
}

#btn-whatsapp{
    display: none;
}
@media (max-width: 1400px) {
    .passos p{
        font-size: 25px;
    }
    .depoimentos .box{
        max-width: 290px;
        padding: 30px 20px;
    }
    .depoimentos .box h4{
        font-size: 16px;
        line-height: 26px;
    }
    .depoimentos .box span{
        font-size: 18px;
    }
    
}

@media (max-width: 1024px) {
    .passos-auditoria .passos{
        flex-wrap: wrap;
    }
    .header .text{
        max-width: 500px;
        margin-left: initial;
    }
    .satisfacao .col-lg-3, .satisfacao .col-lg-4:last-child{
        justify-content: flex-end;
    }
    .passos-auditoria h2{
        font-size: 50px;
        line-height: 50px;
    }
    .burocracia p{
        font-size: 21px;
    }
    .burocracia h2{
        font-size: 50px;
        line-height: 55px;
    }
    .burocracia .planos .valores{
        bottom: -250px;
    }
    .contato h2{
        font-size: 50px;
    }
    .contato img{
        left: -50px;
    }
    .contato form input{
        max-width: 230px;
    }
    .burocracia .planos .valores .box .price h3{
        font-size: 50px;
        font-weight: 900;
        line-height: initial;
        color: #fff;
        letter-spacing: initial;
        margin: initial;
    }
    .burocracia .planos .valores .box p{
        font-size: 33px;
    }
    .burocracia .planos .valores .box .price{
        align-items: center;
    }
    .burocracia ul li{
        font-size: 21px;
    }
    .burocracia .planos .valores .box .price .mes span{
        font-size: 32px;
        line-height: 25px;
    }
}

@media (max-width: 992px) {
    .passos-auditoria .passos{
        flex-direction: column;
        align-items: center;
    }
    .header{
        height: 1000px;
    }
    .header h1{
        font-size: 33px;
        line-height: 36px;
    }
    .satisfacao{
        text-align: center;
    }
    .satisfacao .col-lg-3, .satisfacao .col-lg-4{
        gap: 20px;
    }
    .passos-auditoria h2 {
        font-size: 40px;
    }
    .beneficios .btn{
        font-size: 24px;
        line-height: 26px;
    }
    .burocracia{
        padding: 50px 0 100px 0;
    }
    .satisfacao-logo{
        margin: 40px 0;
    }
    .burocracia h2{
        font-size: 42px;
        line-height: 50px;
    }
    .burocracia ul{
        display: flex;
        justify-content: center;
        padding-left: initial;
        gap: 5px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        max-width: 200px;
        margin: 0 auto;
    }
    .burocracia .planos ul{
        flex-wrap: initial;
        align-items: initial;
        max-width: initial;
        margin: initial;
    }
    .burocracia .planos{
        height: initial;
        flex-wrap: wrap;
    }
    .burocracia .planos .valores{
        position: initial;
        bottom: initial;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
        gap: 70px;
    }
    .burocracia .planos .valores .box{
        padding: 30px;
    }
    .depoimentos .box{
        min-height: initial;
    }
    .links{
        flex-direction: column;
    }
    .links a{
        border-left: none;
    }
    .contato img{
        max-width: 300px;
    }
    .screen-reader-response{
        display: none;
    }
    .contato form{
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }
    .contato form input{
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .header {
        background-image: url("https://quero-regularizar.hiperdomestica.com.br/wp-content/uploads/2025/10/header-mobile-1.png");
        background-position: top;
        position: relative;
    }
    .header p{
        max-width: 315px;
    }
    .depoimentos .depoimentos-box{
        flex-direction: column;
        align-items: center;
    }
    .header .btn{
        position: absolute;
        bottom: 50px;
    }
}

@media (max-width: 425px) {
    .header p{
        max-width: 225px;
        font-size: 20px;
    }
    .header .btn{
        font-size: 20px;
    }
    .header .text{
        margin-top: 22px;
    }
    .header .btn{
        left: 0;
    }
    .header .btn{
        max-width: initial;
        width: initial;
    }
    .passos-auditoria h2{
        line-height: 40px;
    }
    .passos-auditoria h3{
        line-height: 40px;
    }
    .burocracia .planos{
        flex-direction: column;
        align-items: center;
    }
    .burocracia .planos ul{
        width: 100%;
    }
    .depoimentos h2{
        font-size: 40px;
    }
    .contato h2{
        font-size: 40px;
    }
    .contato img{
        max-width: 100px;
        left: 0;
    }
    .beneficios .box{
        height: initial;
    }
}

@media (max-width: 375px) {
    .header .btn{
        font-size: 16px;
    }
    .burocracia .planos .valores .box .price h3{
        font-size: 35px;
    }
    .burocracia .planos .valores .box .price span{
        font-size: 35px;
    }
    .burocracia .planos .valores .box .btn{
        font-size: 22px;
    }
}

.valores h4{
    color: #fff!important;
}






















