.LP-OPMaps *{
    clear: both !important;
    float: none !important;
    font-family: 'Mustica Pro', 'Arial' !important;
}
.LP-OPMaps img{margin: 0 !important;}
.LP-OPMaps .booking-form img{margin: 0 !important;}
.LP-OPMaps .form-header h1{
    margin: 0 !important;
    color: #fff !important;
    font-size: 1rem !important;
    padding: 0 !important;
}
.bg-white{
    background-color: #FFF !important;
    display: inline-block !important;
    clear: both !important;
    float: none !important;
    width: 100% !important;
}
.LP-titulo{
    color: #004489 !important;
    /* line-height: 83px !important;
    font-size: 60px !important; */
    height: auto !important;
    font-style: italic;
    line-height: clamp(50px, 3.3vw, 83px) !important;
    font-size: clamp(30px, 2.8vw, 60px) !important;
    padding: 0 !important;
    font-weight: 700 !important; 
}
.LP-titulo2{
    color: #004489 !important;
    /* line-height: 69px !important;
    font-size: 55px !important; */
    line-height: clamp(41px, 3.3vw, 54px) !important;
    font-size: clamp(28px, 2.8vw, 37px) !important;
    height: auto !important;
    font-style: italic;
    padding: 0 !important;
    font-weight: 700 !important;
}
.LP-titulo3{
    color: #1887C4 !important;
    /* line-height: 55px !important;
    font-size: 40px !important; */
    line-height: clamp(35px, 2.9vw, 47px) !important;
    font-size: clamp(20px, 2.2vw, 32px) !important;
    height: auto !important;
    padding: 0 !important;
    font-weight: 600 !important;
}
.LP-texto{
    color: #636165 !important;
    /* font-size: 25px !important;
    line-height: 40px !important; */
    line-height: clamp(29px, 1.8vw, 40px) !important;
    font-size: clamp(19px, 1.6vw, 25px) !important;
    padding: 0 !important;
} 
.LP-texto-p{
    color: #636165 !important;
    /* font-size: 22px !important;
    line-height: 30px !important; */
    line-height: clamp(20px, 1.6vw, 30px) !important;
    font-size: clamp(12px, 1.4vw, 22px) !important;
    font-weight: 600 !important;
    padding: 0 !important;
} 
.LP-text-center{text-align: center !important;}

.LP-white{color: #FFF !important;}
.LP-yellow{color: #FFD500 !important;}

.LP-opmaps-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.LP-opmaps-cards > div{
    max-width: 16%;
    flex: 1;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.LP-opmaps-cards > div svg{
    width: 20vw;
    max-height: 9vw;
    min-height: 90px;
    min-width: 90px;
}

.LP-OPMaps-passos{
    background-size: cover;
    border-bottom: 10px solid #FFD500;
    position: relative;
    padding-top: 75px;
    overflow: hidden;
}
.LP-OPMaps-passos::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 22%;
    height: 33%;
    width: 150%;
    background-color: #1887C4;
    transform: rotate(348deg) translatex(-50%);
}
.LP-OPMaps-passos-itens > div{
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}
.LP-OPMaps-passos-itens > div p{
    width: 37% !important;
}
.LP-OPMaps-passos-itens > div.LP-reverse{flex-wrap: wrap-reverse;}
.LP-OPMaps-passos-itens > div.LP-reverse img{
    height: 20vw;
    max-height: 350px;
}
.LP-OPMaps-passos-itens > div img{
    width: auto;
    height: 30vw;
    max-height: 500px;
    margin: 0 !important;
}

.owl-carousel-home img{object-fit: cover !important;}

.LP-mb-15{margin-bottom: 15px !important;}
.LP-mb-20{margin-bottom: 20px !important;}
.LP-mb-30{margin-bottom: 30px !important;}
.LP-mb-40{margin-bottom: 40px !important;}
.LP-mb-50{margin-bottom: 50px !important;}
.LP-mb-60{margin-bottom: 60px !important;}
.LP-mb-75{margin-bottom: 75px !important;}

.LP-pb-60{padding-bottom: 60px !important;}

.rodosoft-bg.compra-link{display: none;}

.LP-link-youtube{
    display: inline-block;
    margin: 0 auto;
    width: 75%;
}

@media (max-width:700px) {
    .LP-OPMaps-passos-itens > div p{width: auto !important;}
    .LP-OPMaps-passos-itens > div img{
        height: auto !important;
        max-height: unset !important;
        width: 80% !important;
        max-width: 300px !important;
    }
    .LP-OPMaps-passos-itens > div.LP-reverse img{max-width: 400px !important;}
    .LP-OPMaps-passos-itens > div{flex-direction: column;}
    .LP-OPMaps-passos-itens > div.LP-reverse{flex-direction: column-reverse;} 
}

.row {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1260px;
}
@media (max-width: 1370px) {
    .row {
        width: 90%;
        margin: 0 5%;
    }
}