#contenedorCarruselServicios .owl-carousel {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 64px;
    margin-top: 32px;

}


.contenedorTituloModuloInteresa {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedorTituloModuloInteresa .title-carousel {
    color: #2C2C2C;
    text-align: center;
    font-family: "IberPangeaText-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
#contenedorCarruselServicios .owl-theme .owl-dots .owl-dot.active span{
    background: #00733F !important;
    
}
#contenedorCarruselServicios .owl-theme .owl-dots .owl-dot span{
    border: 1px solid #2f6852;
}

.itemServicios {

display: flex;
gap: 16px;

border-radius: 16px;

background-color: #FFF5EC;

color: #fff;

position: relative;

padding: 24px 16px;

width: 304px;

height: 148px;
}


.contenedorTituloServicioInteresa {
    position: relative;
    width: 228px;
    color: #2C2C2C;
    font-family: "IberPangeaText-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;

    margin-bottom: 4px;
}

.contenedorDescripcionServicioInteresa {
    color: #707070;
    font-family: 'IberPangeaText-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* margin-left: 30px; */
}

.contenedorTarjetaServicios {
    display: flex;
    width: auto;
    flex-direction: row;
}

.icon {
    width: 24px !important;
    height: 24px !important;
    margin: 6px;
    margin-top: 0;
    
    display: inline-block !important;
    vertical-align: top;
}

#contenedorCarruselServicios .contenedor-boton {
    margin: 24px auto 0px;
    display: flex;
}

#contenedorCarruselServicios .btn.contratalo {
    text-transform: none;
    color: #ffffff;
    font-size: 19px;
    margin: 0;
    background-color: #2F6852;
    height: 56px;
    margin-right: auto;
    margin-left: auto;
    min-width: 200px;
    max-width: 328px;
}

.title-text-servicio {
    clear: left;
    text-align: right;
    vertical-align: middle;
    line-height: 25px;
}
#carrusel-que-incluye{
    height: 200px;
}
#carrusel-que-incluye .swiper-button-prev,
    #carrusel-que-incluye .swiper-button-next {
        display: none;    
        width: 64px;
        height: 64px;
        z-index: 10;
        border: none;
        background: transparent;
        padding: 0;
        top: 72px;
    }

    

    #carrusel-que-incluye .swiper-button-prev::after {
        background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/ico_swiper_button_prev_trustpilot-home.svg');
        background-size: contain;
        width: 64px;
        height: 64px;
        background-repeat: no-repeat;
        text-indent: -9999px;

    }
    #carrusel-que-incluye .swiper-button-next::after {
        background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/ico_swiper_button_next_trustpilot-home.svg');
        background-size: contain;
        width: 64px;
        height: 64px;
        background-repeat: no-repeat;
        text-indent: -9999px;
        
    }


   .contenedorTarjetaServicios {
        margin-left: 10px;
    }

    #contenedorCarruselServicios .owl-carousel {
        flex-direction: column;
        gap: 12px;
        justify-content: initial;
        align-items: initial;
        margin: 0;
    }
#contenedorCarruselServicios{
    padding: 24px 0 40px 0;
}

@media (min-width:576px) {
    #carrusel-que-incluye .swiper-slide:first-child {
    margin-left: 32px; 
}



}

@media(min-width: 768px){
 #carrusel-que-incluye .swiper-slide:first-child {
    margin-left: 40px; 
}   
}

@media (min-width:992px){
#carrusel-que-incluye .swiper-slide:first-child {
    margin-left: 74px; 
}
    #carrusel-que-incluye .swiper-button-prev,
    #carrusel-que-incluye .swiper-button-next {
        display: flex;    
    }

    


}

@media (min-width:1200px) {
#carrusel-que-incluye .swiper-slide:first-child {
    margin-left: 94px; 
}   
    .itemServicios {
        width: 316px;
        height: 148px;
    }
#carrusel-que-incluye .swiper-button-prev{
        left: 16px;
        top: 60px;
    }
    #carrusel-que-incluye .swiper-button-next{
        right: 30px;
        top: 60px;
    }
}


@media (min-width:1920px) {
    
    .itemServicios {
        width: 408px;
        height: 130px;
    }

 #carrusel-que-incluye .swiper-slide:first-child {
    margin-left: 316px; 
}      
#carrusel-que-incluye .swiper-button-prev{
        left: 260px;
    }
    #carrusel-que-incluye .swiper-button-next{
        right: 262px;
    }
    
}