/* Sobreescribir estilos para el theme ITPoint  */

.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 #c51c10;
}
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 #c51c10;
  }
  body.page-template-page-home .wp-block-pullquote p {
    font-size: 1em;
    line-height: 1.2;
  }
}
/* body.page-template-default */
body.page-id-20 .wp-block-media-text .wp-block-media-text__content {
  padding: 0 3em 0 1em;
}
