@charset "utf-8";
/* LINK SISTEMAS WEB - CSS Document COLOR: #D53439 */


/* ----------------- */
/* --- PRINCIPAL --- */
/* ----------------- */

/* trampa para formularios */
.ciudad {
	display: none;
}

/* botones */
.primary-btn {
    background: #D53439;
}

/* header */
#logo img {
	max-height: 30px;
}
@media (max-width: 768px) {
    #header #logo img {
        max-height: 30px;
    }
}

/* menu */
.header-top .header-top-left a:hover i {
    color: #D53439;
}
.header-top .header-top-right a:hover {
    color: #D53439;
}
.nav-menu li:hover > a {
    color: #D53439;
}
.nav-menu ul li:hover > a {
    color: #D53439;
}
.nav-menu .active {
    color: #D53439;
}
#mobile-nav ul li .active {
    color: #D53439;
}
#mobile-nav ul .menu-item-active {
    color: #D53439;
}

/* carrusel */
.banner-content .primary-btn {
    background-color: #D53439;
}
.banner-content .primary-btn:hover {
    color: #D53439;
}

/* diferenciadores */
.single-feature:hover .title {
    background: #D53439;
}
.single-feature:hover .desc-wrap a {
    color: #D53439;
}
@media (max-width: 991px) {
    .single-feature .title {
        background: #D53439;
    }
}

/* titulos hover oferta académica */
.single-popular-carusel .details h4:hover {
    color: #D53439 !important;
}

/* indicadores de carruseles, oferta academica */
.popular-course-area .owl-dot.active {
    background: #D53439;
}

/* buscar curso */
.search-course-area .details-content .single-detials span {
    color: #D53439;
}

/* titulos hover comunidad */
.single-carusel .detials h4:hover {
    color: #D53439;
}

/* indicadores de carruseles, oferta academica */
.active-upcoming-event-carusel .owl-dot.active {
    background: #D53439;
}

/* testimonios imagenes 
.single-review img {
    max-width: 220px;
}
*/
/* testimonios indicador carrusel */
.review-area .owl-dot.active {
    background: #D53439;
}

/* noticias, flechita */
.single-blog .details-btn .details {
    margin-left: -63px;
}

/* contacto pagina inicial bg */
.cta-two-area {
    background: #D53439;
}

/* footer redes */
.footer-bottom .footer-social a:hover {
    background-color: #D53439;
}

/* footer links menus */
.single-footer-widget ul li a:hover {
    color: #D53439;
}

/* footer links bottom */
.footer-bottom .lnr, .footer-bottom a {
    color: #D53439;
}


/* ------------------ */
/* ---- CONTACTO----- */
/* ------------------ */

/* mapa */
.mapa-responsivo iframe {
    /*
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
    */
	height: 450px;
	width: 100%;
}
/* ESTOS RATIOS NO SIRVEN CHECARLOS */
.mapa-ratio-1-1 {
    padding-bottom: 100%;
}
.mapa-ratio-4-3 {
    padding-bottom: 75%;
}
.mapa-ratio-16-9 {
    padding-bottom: 56.25%;
}
.mapa-ratio-21-9 {
    padding-bottom: 42.85%;
}

/* iconos color */
.contact-page-area .address-wrap .single-contact-address .lnr {
    color: #D53439;
}

/* enlaces contacto */
.single-contact-address a {
    color: #D53439;
}

/* boton form contacto */
.genric-btn.primary {
    background: #D53439;
}
.contact-page-area .form-area .genric-btn:hover {
    border: 1px solid #D53439;
    color: #D53439 !important;
}


/* ----------------------- */
/* --- LISTACONTENIDOS --- */
/* ----------------------- */

/* metadata de contenido */
.post-content-area .single-post .meta-details .tags li a:hover, .post-content-area .single-post .user-name a:hover, .post-content-area .single-post .date a:hover, .post-content-area .single-post .view a:hover, .post-content-area .single-post .comments a:hover {
    color: #D53439;
}
/* titulo contenido */
.posts-list .posts-title h3:hover {
    color: #D53439;
}

/* video imagen 16:9 resp */
.video-wrapper {
    position: relative;
    padding-bottom: 56.2%;
}
.video-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-decoration: none;
    font-size: 50px; /* Tamaño del ícono */
    background: rgba(0, 0, 0, 0.6); /* Fondo semitransparente */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.play-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #FF0000;
}
.play-btn i {
    pointer-events: none; /* Para evitar problemas de clics */
}

/* boton leer mas hover */
.post-content-area .single-post .primary-btn:hover {
    background: #D53439 !important;
    color: #fff !important;
}

/* paginacion movil */
#SoloMovil {
    display: none;
    line-height: 28px;
}
@media (max-width: 768px) {
	#hide {
	display:none;
	}
	#SoloMovil {
	display:inline;
	}
}
/* paginacion full */
.blog-pagination .page-item.active .page-link {
    background-color: #D53439;
}
.blog-pagination .page-link:hover {
    background-color: #D53439;
}
.page-item.disabled .page-link {
    background-color: transparent;
}


/* ----------------------- */
/* ------- SIDEBAR ------- */
/* ----------------------- */

/* buscar */
.widget-wrap .search-widget form.search-form input[type="text"] {
    background: #D53439;
}
.widget-wrap .search-widget form.search-form button {
    background: #D53439;
}

/* acerca */
.single-sidebar-widget a {
    color: #D53439;
}

/* iconos redes */
.widget-wrap .user-info-widget .social-links li a:hover {
    color: #D53439;
}

/* titulos bg */
.widget-wrap .popular-post-widget .popular-title, .widget-wrap .post-category-widget .category-title, .widget-wrap .tag-cloud-widget .tagcloud-title {
    background: #D53439;
}

/* hovers titulos populares */
.widget-wrap .popular-post-widget .single-post-list .details h6:hover, .widget-wrap .post-category-widget .cat-list li:hover, .widget-wrap .tag-cloud-widget ul li:hover {
    color: #D53439;
}
/* hovers titulos categorias */
.widget-wrap .post-category-widget .cat-list li:hover p {
    color: #D53439;
}
.widget-wrap .post-category-widget .cat-list li:hover {
    border-color: #D53439;
}
/* temas populares */
.widget-wrap .tag-cloud-widget ul li:hover {
    background: #D53439;
}

/* contenedor de las fotos de notas populares */
.thumb {
    max-width: 100px;
}


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

/* icos compartir */
.single-post-area .social-links li a:hover {
    color: #D53439;
}

/* navegador de contenidos */
.miniatura-60-60 {
    object-fit: cover;
    width: 60px;
    height: 60px;
}
.navigation-area p {
    margin-bottom: 0px;
}

/* boton formulario contacto */
.genric-btn.primary:hover {
    color: #D53439;
    border: 1px solid #D53439;
}

/* texto summernote defaults listas */
.texto-summernote ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.texto-summernote ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.texto-summernote ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.texto-summernote ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

/* boton pregunta por whatsapp */
.genric-btn.primary-border.wa-btn {
    color: #25d366;
    border: 1px solid #25d366;
}
.genric-btn.primary-border.wa-btn:hover {
    color: #fff;
    background: #25d366;
}












