:root{
    --verde: #29905c;
    --azul: #1f3049;
    --azul2: #051b35;
    --gris: #f5f5f5;
}



/* Slider Home */
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover, .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    background: #f7b846;
    border: 1px solid #f7b846;
}


@media screen and (max-width:764px) {
   .ocultar-phone{display: none;}
   .img-banner-responsive{display: block !important;}


    .intro-carousel{
        min-height: 60vh;
    }
    .pleca1 {
    margin-top: -10px;
}
.layer-2 p{
    margin-top: 0px !important;
}
}
.layer-2 p{
    font-size: 30px;
    line-height: normal;
    margin-top: -40px;
}
.intro-content::after{
    display: none;
}
@media screen and (max-width:764px) {
    /*.intro-content,
    .slider-images img{
        min-height: 100vh;
    }*/
}
.slider-content{
    z-index: 2;
}
.slider-content .title2{
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 64px;
    text-transform: uppercase;
    max-width: 100%;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px){
    .slider-content .title2{
        font-size: 27px;
        line-height: 36px;
        max-width: 360px;
    }
    .fh-latest-post .post-list {
    transform: translateX(0%);
    }
    .intro-bg{
    display: none;
}
.intro-content {
    width: 100%;
    height: 100%;
    height: 480px;
    object-fit: cover;
}
.slider-images img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
}
.layer-1 h1 {
    font-size: 27px;
    line-height: 36px;
}
.layer-2 p {
    color: #ddd;
    font-size: 16px;
    letter-spacing: 0.60px;
    line-height: 26px;
    max-width: 700px;
}
.ready-btn {
    padding: 10px 20px;
}
.slider-content {
    margin-top: -110px;
}
.section-headline h3 {
    font-size: 30px;
    line-height: 40px;
}

} 
.slider-content .title2 .strong{
    font-weight: 800;
}
.slider-content .title2 .color{
    color: #f7b846;
}
.slider-images{
    position: relative;
}
.slider-images:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(101 95 98 / 30%);
    z-index: 1;
}



.owl-theme .owl-controls {
    margin-top: -10px !important;
}