/* Sobreescribir estilos para el theme Colegio Esperanza Valparaíso  */

.carousel .carousel-inner > .item > img {
  width: 100% !important;
}

body.page-template-page-home blockquote {
  margin: 4em;
  padding-left: 2em;
  font-size: 1.4em;
  border-left: 5px solid #202147;
}
body.page-template-page-home .wp-block-pullquote p {
  font-size: 1.2em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body.page-template-page-home blockquote {
    margin: 1em 0 1em 0;
    padding-left: 1em;
    font-size: 1.1em;
    border-left: 3px solid #202147;
  }
  body.page-template-page-home .wp-block-pullquote p {
    font-size: 1em;
    line-height: 1.2;
  }
}
