/*
Theme Name: Education Base Child (Adagio)
Template: education-base
Description: Tema hijo de Education Base. Hereda todo el diseño del tema padre y añade la plantilla de página "Solicitud de matrícula".
Author: Adagio Cantabile
Version: 0.1
*/

/*
 * CSS adicional, trasladado desde Personalizar → CSS adicional
 * del tema education-base. Al vivir aquí, en un archivo del tema
 * hijo, ya no depende de qué tema esté activo ni se pierde al
 * actualizar education-base.
 */

.widget {
    font-size: 18px;
}

body {
  font-size: 19px;
}

.entry-content p {
    margin-top: 27px;
}

.footer-sidebar .widget li a {
    color: #fff;
}
.footer-sidebar .widget li :hover {
  color: #ff6900;
}
/* Cambiar el color de fuente del pie de página a blanco y al pasar el raton a naranja */

/* Diapositiva 1 */
.acme-owl-carausel .owl-item:nth-child(1) .banner-title {
  color: #000000; /* Cambiar el color del título */
}
.acme-owl-carausel .owl-item:nth-child(1) .image-slider-caption {
  color: #000000; /* Cambiar el color del texto */
}

/* Diapositiva 2 */
.acme-owl-carausel .owl-item:nth-child(2) .banner-title {
  color: #000000;
}
.acme-owl-carausel .owl-item:nth-child(2) .image-slider-caption {
  color: #000000;
}

/* Diapositiva 3 */
.acme-owl-carausel .owl-item:nth-child(3) .banner-title {
  color: #000000;
}
.acme-owl-carausel .owl-item:nth-child(3) .image-slider-caption {
  color: #000000;
}

/* Diapositiva 4 */
.acme-owl-carausel .owl-item:nth-child(4) .banner-title {
  color: #000000;
}
.acme-owl-carausel .owl-item:nth-child(4) .image-slider-caption {
  color: #000000;
}

/* Diapositiva 5 */
.acme-owl-carausel .owl-item:nth-child(5) .banner-title {
  color: #000000;
}
.acme-owl-carausel .owl-item:nth-child(5) .image-slider-caption {
  color: #000000;
}
/* Diapositiva 6 */
.acme-owl-carausel .owl-item:nth-child(6) .banner-title {
  color: #000000;
}
.acme-owl-carausel .owl-item:nth-child(6) .image-slider-caption {
  color: #000000;
}

 .acme-owl-carausel .image-slider-caption {
  font-size: 26px;
  font-weight: bold;
}

.acme-owl-carausel .banner-title, .acme-owl-carausel .image-slider-caption {
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
}

 .acme-owl-carausel .image-slider-caption {
  display: none;
}
