@charset "utf-8";
/* CSS Document */

/* ----- PAGINA INICIAL ----- */

/* menu */
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    width: 210px;
}

/* imagen menu */
.mobile-nav img {
    height: 40px;
}

/* slider imagen */
.banner-img-area img {
    aspect-ratio: 170/111;
    object-fit: cover;
}

/* clientes imagen */
.brand-logo-area img {
    width: 150px;
}

/* acreditaciones */
.acreditaciones-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.acreditaciones-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -55px;
}
.acreditaciones-carousel .owl-nav .owl-next {
    position: absolute;
    right: -55px;
}
.acreditaciones-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
    color: var(--mainColor) !important;
    background-color: var(--whiteColor) !important;
    box-shadow: var(--boxShadow);
}
@media only screen and (max-width: 767px) {
    .acreditaciones-carousel .owl-nav {
        top: 0px;
        bottom: 0px;
        position: relative;
        transform: translateY(0%);
        margin-top: 0px;
        text-align: center;
    }
    .acreditaciones-carousel .owl-nav .owl-prev {
        left: unset;
        position: relative;
        margin-right: 5px;
    }
    .acreditaciones-carousel .owl-nav .owl-next {
        right: unset;
        position: relative;
        margin-left: 5px;
    }
}

/* acerca, nada */
.about-img-2 {
	aspect-ratio: 487 / 523;
}
.about-img-2 img {
	aspect-ratio: 487 / 523;
	object-fit: cover;
}

/* servicios, nada */

/* testimonial imagen */
.testimonial-s2-img img {
    aspect-ratio: 5/4;
    object-fit: cover;
}

/* casos de éxito, proyectos */
.casos-img img {
	aspect-ratio: 26/25;
	object-fit: cover;
}
.project-card .project-card-text {
	bottom: -150px
}

/* diferenciadores, nada */
.why-we-img-2 img {
	aspect-ratio: 243 / 257;
	object-fit: cover;
}

/* preguntas frecuentes */
.accordion-header .fas {
    min-width: 50px;
}
.faq-img img {
    border-radius: 50px 0px;
    aspect-ratio: 56/51;
    object-fit: cover;
}

/* noticias */


/* ------- LISTA DE CONTENIDOS ------- */
.video-wrapper img {
    aspect-ratio: 16/9;
    object-fit: cover;
}
.blog-card .blog-text {
    border-radius: 0 0 10px 10px;
}


/* ------- LISTA DE CONTENIDOS - PAGINACIÓN ------- */
#SoloMovil {
    display: none;
}
@media (max-width: 768px) {
	#ocultar {
	display:none;
	}
	#SoloMovil {
	display:inline;
	}
}
.pagination li.disabled a {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; /* Opcional: da una apariencia visual de deshabilitado */
}


/* ------- CONTENIDO ------- */

/* default listas summernote */
.texto-summernote ul {
    list-style-type: disc !important; /* Fuerza viñetas tipo disco */
    padding-left: 2rem !important; /* Asegura sangría */
    margin: 0 !important;
}
.texto-summernote ul li {
    list-style-type: disc !important; /* Recupera las viñetas */
}
.texto-summernote ol {
    list-style-type: decimal !important; /* Fuerza numeración */
    padding-left: 2rem !important;
    margin: 0 !important;
}
.texto-summernote ol li {
    list-style-type: decimal !important; /* Recupera la numeración */
}
.texto-summernote ul li, .texto-summernote ol li {
    margin-left: 0 !important; /* Evita márgenes negativos que puedan afectar */
    padding-left: 0 !important; /* Evita sobrescrituras de la plantilla */
}






/* ----- PAGINA CONTACTO ----- */
/* trampa para robots */
.ciudad {
    display: none;
}
/* error formulario */
.error {
    text-align: inherit;
    padding-top: unset !important;
}
















