@charset "utf-8";
/* CSS LINK SISTEMAS WEB Document */


/* FIX BOTONES DEFAULT */
.default-btn {
	color: #fff!important;
}
.default-btn:hover {
    color: #fff!important;
    border-bottom: none!important;
}



/* MENU */

/* imagen menu */
.navbar-brand img {
    max-height: 42px;
}
@media only screen and (max-width: 991px) {
    .mobile-responsive-nav .logo {
        width: 96px;
    }
}


/* SLIDER */
.owl-carousel .owl-item img {
    object-fit: cover;
    aspect-ratio: 51/43;
}


/* ACERCA */
.about-content-two p a {
    color: var(--greenColor);
}

/* 4 PASOS */
.work-card:hover .content {
    background-color: rgba(130, 191, 84, .6);
}
.work-card.work-bg1::before {
    background-image: url(../imagenes/paso-1.jpg);
}
.work-card.work-bg2::before {
    background-image: url(../imagenes/paso-2.jpg);
}
.work-card.work-bg3::before {
    background-image: url(../imagenes/paso-3.jpg);
}
.work-card.work-bg4::before {
    background-image: url(../imagenes/paso-4.jpg);
}


/* DIFERENCIADORES */
.choose-area {
    background-image: url(../imagenes/diferenciadores-fondo.jpg);
}
.content p a {
    color: var(--greenColor);
}


/* TESTIMONIOS */
.testimonials-area {
    background-image: url(../imagenes/testimonios-fondo.jpg);
}
.testimonials-item p a {
    color: var(--greenColor);
}
.testimonials-area .owl-dots .owl-dot span {
    background-color: #e5e5e5!important;
}


/* CALCULA TU IMC */
.resaltado {
    font-weight: bold;
    color: #fff;
}
.bajo {
    background-color: #17a2b8; /* azul suave */
}
.saludable {
    background-color: #28a745; /* verde */
}
.sobrepeso {
    background-color: #ffc107; /* amarillo */
}
.obesidad {
    background-color: #dc3545; /* rojo */
}



/* ------- LISTA DE CONTENIDOS ------- */

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

/* paginación */
#SoloMovil {
    display: none;
    padding: 0 15px;
}
@media (max-width: 768px) {
	#ocultar {
	display:none;
	}
	#SoloMovil {
	display:inline;
	}
}
.pagination-area span.disabled {
    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;
    padding-left: 2rem !important;
    margin: 0 !important;
}
.texto-summernote ul li {
    list-style-type: disc !important;
}
.texto-summernote ol {
    list-style-type: decimal !important;
    padding-left: 2rem !important;
    margin: 0 !important;
}
.texto-summernote ol li {
    list-style-type: decimal !important;
}
.texto-summernote ul li, .texto-summernote ol li {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.texto-summernote ul li::marker, .texto-summernote ol li::marker {
    color: var(--greenColor);
}
/* clip de ANEXOS */
.blog-details-content .blockquote i {
    bottom: inherit;
    top: 30px;
}


/* ----- SIDEBAR CONTENIDOS ----- */
.side-bar-widget .widget-popular-post .item img {
    width: 85px;
    aspect-ratio: 1/1;
    object-fit: cover;
}


/* ----- SIDEBAR CONTENIDOS ----- */
.appointment-area {
    background-image: url(../imagenes/cita-fondo.jpg);
}

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


/* FOOTER */


/* logo footer */
.footer-logo img {
    max-width: 240px;
}
/* contacto footer */
.footer-widget .footer-contact li {
    padding-bottom: unset;
}










