#santoamor-banner {
  height: 100vh;
  width: 100%;
  background: black;
  position: relative;
}
#santoamor-banner > img {
  height: 100%;
  width: 100%;
  opacity: 0.75;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#santoamor-banner > #banner-text {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 50%;
  font-family: "BodoniFLFItalic", "Times New Roman", Times, serif;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: banner-slide-text 1.5s forwards;
  animation: banner-slide-text 1.5s forwards;
}
#santoamor-banner > #banner-text > h1 {
  font-size: calc(2.5em + 2.5vw);
  color: white;
}
#santoamor-banner > #banner-text > #light-pink-line {
  position: absolute;
  width: 20%;
  height: 2px;
  margin-top: 1em;
  background-color: var(--rosa-claro);
}
#santoamor-banner > #banner-text > img {
  position: absolute;
  top: -2.5vh;
  left: calc(100% - 2.5vh);
  height: 15vh;
}
#santoamor-banner > #social-icons {
  position: absolute;
  top: 50%;
  right: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 2em;
  grid-template-rows: 2em;
  row-gap: 2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#santoamor-banner > #social-icons > a {
  height: 2em;
  width: 2em;
  padding: 0.25em;
  background: var(--rosa-claro);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#santoamor-banner > #social-icons > a:hover > img {
  opacity: 0.8;
}
#santoamor-banner > #social-icons > a > img {
  height: 1.5em;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#efecto-wow {
  position: relative;
  height: 100vh;
  width: 100%;
  background: var(--morado-oscuro);
  color: white;
}
#efecto-wow > #frame {
  position: absolute;
  top: 10vh;
  left: 20vw;
  height: 80vh;
  width: 60vw;
  border: 1px solid white;
  opacity: 0.75;
}
#efecto-wow > #text-section {
  position: absolute;
  top: 50%;
  right: 10vw;
  background: var(--morado-oscuro);
  padding: 3em 0;
  width: 35vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#efecto-wow > #text-section > h1 {
  font-size: calc(2.5em + 2.5vw);
  font-family: "BodoniFLFItalic", "Times New Roman", Times, serif;
}
#efecto-wow > #text-section > #white-line {
  width: 10%;
  height: 1px;
  background: white;
  margin: 1em 0;
}
#efecto-wow > #text-section > p {
  font-size: calc(0.6em + 0.5vw);
  font-family: "LibreCaslonTextRegular", Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.5;
}
#efecto-wow > #images {
  position: absolute;
}
#efecto-wow > #images > img:first-child {
  position: absolute;
  height: 100vh;
  top: 0vh;
  left: -10vh;
  opacity: 0;
}
#efecto-wow > #images > img:last-child {
  position: absolute;
  height: 50vh;
  top: 20vh;
  left: 35vh;
  opacity: 0;
}
#mensaje-directora {
  position: relative;
  height: 100vh;
  width: 100%;
  background: var(--rosa-claro);
}
#mensaje-directora > #frame {
  position: absolute;
  top: 10vh;
  left: 20vw;
  height: 80vh;
  width: 60vw;
  border: 1px solid var(--gris-medio);
  opacity: 0.75;
}
#mensaje-directora > #text-section {
  position: absolute;
  top: 50%;
  left: 20vh;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40vw;
  padding: 1em 0;
  background-color: var(--rosa-claro);
}
#mensaje-directora > #text-section > h1 {
  font-size: calc(2em + 2.5vw);
  font-family: "BodoniFLFItalic", "Times New Roman", Times, serif;
  line-height: 0.9;
}
#mensaje-directora > #text-section > h2 {
  font-size: calc(1em + 1.25vw);
  font-family: "BodoniFLFBold", "Times New Roman", Times, serif;
  margin: 0.5em 0;
}
#mensaje-directora > #text-section > p {
  font-size: calc(0.5em + 0.5vw);
  font-family: "LibreCaslonTextRegular", Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.3;
}
#mensaje-directora > img {
  position: absolute;
  top: 8vh;
  right: 15vw;
  height: 66vh;
}
#certificaciones {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url(../img/Certificaciones-Background.jpg);
  background-position: center;
  background-size: 100%;
}
#certificaciones > #text-section {
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  width: 75vw;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2em 0;
}
#certificaciones > #text-section > img {
  height: calc(3em + 5vh);
}
#certificaciones > #text-section > #grey-line {
  position: relative;
  left: 45%;
  width: 10%;
  height: 2px;
  background: var(--gris-medio);
  margin: 1em 0;
}
#certificaciones > #text-section > h1 {
  font-size: calc(1.5em + 1.5vw);
  font-family: "DidotRegular", "Times New Roman", Times, serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#certificaciones > #text-section > #certificaciones-list {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8% 32% 5% 8% 32%;
  grid-template-columns: 8% 32% 5% 8% 32%;
  -webkit-column-gap: 2em;
  column-gap: 2em;
  padding: 2em 3em;
}
#certificaciones > #text-section > #certificaciones-list > img {
  width: 100%;
}
#certificaciones
  > #text-section
  > #certificaciones-list
  > #certificaciones-text {
  text-align: left;
}
#certificaciones
  > #text-section
  > #certificaciones-list
  > #certificaciones-text
  > #text-section {
  font-size: calc(1em + 1vw);
  font-family: "BodoniFLFBold", "Times New Roman", Times, serif;
}
#certificaciones
  > #text-section
  > #certificaciones-list
  > #certificaciones-text
  > #grey-line {
  width: 10%;
  height: 2px;
  background: var(--gris-medio);
  margin: 1em 0;
}
#certificaciones
  > #text-section
  > #certificaciones-list
  > #certificaciones-text
  > p {
  font-size: calc(0.5em + 0.5vw);
  font-family: "LibreCaslonTextRegular", Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.3;
}
#certificaciones > #text-section > #certificaciones-table {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#certificaciones > #text-section > #certificaciones-table tr td {
  vertical-align: middle;
  padding-bottom: 1.5em;
}
#certificaciones > #text-section > #certificaciones-table tr td > img {
  width: 8vw;
  padding-right: 2em;
}
#certificaciones
  > #text-section
  > #certificaciones-table
  tr
  td
  > #certificaciones-text {
  text-align: left;
}
#certificaciones
  > #text-section
  > #certificaciones-table
  tr
  td
  > #certificaciones-text
  > #text-section {
  font-size: calc(1em + 1vw);
  font-family: "BodoniFLFBold", "Times New Roman", Times, serif;
}
#certificaciones
  > #text-section
  > #certificaciones-table
  tr
  td
  > #certificaciones-text
  > #grey-line {
  width: 10%;
  height: 2px;
  background: var(--gris-medio);
  margin: 1em 0;
}
#certificaciones
  > #text-section
  > #certificaciones-table
  tr
  td
  > #certificaciones-text
  > p {
  font-size: calc(0.5em + 0.5vw);
  font-family: "LibreCaslonTextRegular", Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.3;
}
#certificaciones > #text-section > #guanajuato-safe {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (min-content) [3];
  grid-template-columns: repeat(3, -webkit-min-content);
  grid-template-columns: repeat(3, min-content);
  -webkit-column-gap: 2em;
  column-gap: 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em 0;
}
#certificaciones > #text-section > #guanajuato-safe img {
  height: 10vh;
}
#creamos-historias {
  position: relative;
  height: 60vh;
  width: 100%;
  background: black;
}
#creamos-historias > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.8;
}
#creamos-historias > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60vw;
  font-size: calc(1em + 2.5vw);
  font-family: "BodoniFLFItalic", "Times New Roman", Times, serif;
  color: white;
  text-align: center;
  border: solid 1px white;
  padding: 1.75em 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#testimonios {
  position: relative;
}
#testimonios > .swiper-container {
  position: relative;
  width: 100%;
  height: 100vh;
}
#testimonios > .swiper-container > .swiper-wrapper > .swiper-slide {
  position: relative;
  top: 10%;
  width: 60%;
  height: 80%;
  border: solid 1px var(--gris-medio);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em;
  text-align: center;
}
#testimonios
  > .swiper-container
  > .swiper-wrapper
  > .swiper-slide
  > #grey-line {
  position: relative;
  left: 40%;
  width: 20%;
  height: 2px;
  background: var(--gris-medio);
  margin-bottom: 1em;
}
#testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > h1 {
  font-size: calc(1em + 1vw);
  font-family: "BodoniFLFBold", "Times New Roman", Times, serif;
  margin-bottom: 1em;
}
#testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > img {
  border-radius: 50%;
  padding: 1em;
  border: solid 1px var(--gris-medio);
  height: 50%;
}
#testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > p,
#testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > span {
  font-size: calc(0.5em + 0.5vw);
  font-family: "LibreCaslonTextRegular", Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.3;
  width: 70%;
}
#testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > p {
  position: relative;
  left: 15%;
  color: var(--gris-medio);
  margin: 1em 0;
}
#testimonios > .swiper-container > .swiper-button-next::after,
#testimonios > .swiper-container > .swiper-button-prev::after {
  font-size: 1.5em;
  font-weight: 900;
  color: black;
}
#testimonios > .swiper-container > .swiper-button-next {
  right: 22.5%;
}
#testimonios > .swiper-container > .swiper-button-prev {
  left: 22.5%;
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  #santoamor-banner > img {
    height: 100%;
    width: 100%;
    opacity: 0.75;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 80% center;
    object-position: 80% center;
  }
  #santoamor-banner > #banner-text {
    position: absolute;
    top: 55%;
    left: 5%;
    width: 75%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #santoamor-banner > #banner-text > h1 {
    font-size: calc(2em + 2vw);
  }
  #santoamor-banner > #banner-text > #light-pink-line {
    display: none;
  }
  #santoamor-banner > #banner-text > img {
    top: -10vh;
    left: calc(100% - 7.5vh);
    height: 10vh;
  }
  #santoamor-banner > #social-icons {
    display: none;
  }
  #efecto-wow > #frame {
    position: absolute;
    top: 20vh;
    left: 0vw;
    height: 75vh;
    width: 100%;
    border: none;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  #efecto-wow > #text-section {
    top: 40%;
    right: 5%;
    width: 90%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #efecto-wow > #text-section > h1 {
    font-size: calc(4em + 4vw);
  }
  #efecto-wow > #text-section > #white-line {
    width: 40%;
  }
  #efecto-wow > #text-section > p {
    font-size: calc(1em + 1vw);
  }
  #efecto-wow > #images {
    width: 100%;
  }
  #efecto-wow > #images > img:first-child {
    height: unset;
    top: 20vh;
    left: 0;
    opacity: 1;
    height: unset;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #efecto-wow > #images > img:last-child {
    height: 50vh;
    top: 20vh;
    right: unset;
    left: 50%;
    opacity: 1;
    height: 30vh;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
  #mensaje-directora {
    height: 200vh;
    width: 100vw;
  }
  #mensaje-directora > #frame {
    left: 0;
    height: 150vh;
    width: 100vw;
    border: none;
    border-top: 1px solid var(--gris-medio);
    border-bottom: 1px solid var(--gris-medio);
  }
  #mensaje-directora > #text-section {
    position: absolute;
    top: 10vh;
    left: 5%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 90%;
  }
  #mensaje-directora > #text-section > h1 {
    font-size: calc(3.75em + 3.75vw);
  }
  #mensaje-directora > #text-section > h2 {
    font-size: calc(1.75em + 1.75vw);
    line-height: 1.5;
  }
  #mensaje-directora > #text-section > #grey-line {
    background: var(--gris-medio);
    height: 2px;
    width: 40%;
    margin: 1em 0;
  }
  #mensaje-directora > #text-section > p {
    font-size: calc(0.95em + 0.95vw);
    line-height: 1.5;
  }
  #mensaje-directora > img {
    top: 150vh;
    right: 10%;
    height: unset;
    width: 80%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  #certificaciones > #text-section {
    width: 100%;
  }
  #certificaciones > #text-section > img {
    height: calc(3em + 3vh);
  }
  #certificaciones > #text-section > #grey-line {
    left: 30%;
    width: 40%;
  }
  #certificaciones > #text-section > h1 {
    font-size: calc(1.75em + 1.75vw);
    font-weight: 400;
  }
  #certificaciones > #text-section > #certificaciones-list {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(calc(-50%));
    transform: translateX(calc(-50%));
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 75%;
    grid-template-columns: 25% 75%;
    padding: 1em 2em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }
  #certificaciones > #text-section > #certificaciones-list > #gap {
    display: none;
  }
  #certificaciones > #text-section > #certificaciones-list > img {
    width: 100%;
  }
  #certificaciones
    > #text-section
    > #certificaciones-list
    > #certificaciones-text
    > #text-section {
    font-size: calc(1.5em + 1.5vw);
    line-height: 1.1;
  }
  #certificaciones
    > #text-section
    > #certificaciones-list
    > #certificaciones-text
    > #grey-line {
    width: 50%;
  }
  #certificaciones
    > #text-section
    > #certificaciones-list
    > #certificaciones-text
    > p {
    font-size: calc(0.75em + 0.75vw);
  }
  #certificaciones > #text-section > #guanajuato-safe {
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }
  #certificaciones > #text-section > #guanajuato-safe img {
    height: 10vh;
  }
  #creamos-historias > img {
    -o-object-position: 55% center;
    object-position: 55% center;
  }
  #creamos-historias > span {
    width: 90%;
    font-size: calc(3.5em + 3.5vw);
    border: none;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #testimonios > .swiper-container > .swiper-wrapper > .swiper-slide {
    top: 0%;
    width: 100%;
    height: 100%;
    border: none;
  }
  #testimonios
    > .swiper-container
    > .swiper-wrapper
    > .swiper-slide
    > #grey-line {
    left: 25%;
    width: 50%;
    margin-bottom: 2em;
  }
  #testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > h1 {
    font-size: calc(2em + 2vw);
  }
  #testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > img {
    height: 25vh;
    margin-bottom: 1em;
  }
  #testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > p,
  #testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > span {
    font-size: calc(1em + 1vw);
  }
  #testimonios > .swiper-container > .swiper-button-next,
  #testimonios > .swiper-container > .swiper-button-prev {
    top: calc(25vh + 3em);
  }
  #testimonios > .swiper-container > .swiper-button-next::after,
  #testimonios > .swiper-container > .swiper-button-prev::after {
    font-size: 1.5em;
    font-weight: 900;
    color: black;
  }
  #testimonios > .swiper-container > .swiper-button-next {
    right: 5%;
  }
  #testimonios > .swiper-container > .swiper-button-prev {
    left: 5%;
  }
}

@media screen and (max-width: 1000px) and (orientation: portrait) and (min-width: 451px) {
  #santoamor-banner > img {
    height: 100%;
    width: 100%;
    opacity: 0.75;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 80% center;
    object-position: 80% center;
  }
  #santoamor-banner > #banner-text {
    position: absolute;
    top: 55%;
    left: 5%;
    width: 75%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #santoamor-banner > #banner-text > h1 {
    font-size: calc(2em + 2vw);
  }
  #santoamor-banner > #banner-text > #light-pink-line {
    display: none;
  }
  #santoamor-banner > #banner-text > img {
    top: -10vh;
    left: calc(100% - 7.5vh);
    height: 10vh;
  }
  #santoamor-banner > #social-icons {
    display: none;
  }
  #efecto-wow > #frame {
    position: absolute;
    top: 20vh;
    left: 0vw;
    height: 75vh;
    width: 100%;
    border: none;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  #efecto-wow > #text-section {
    top: 40%;
    right: 5%;
    width: 90%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #efecto-wow > #text-section > h1 {
    font-size: calc(4em + 4vw);
  }
  #efecto-wow > #text-section > #white-line {
    width: 40%;
  }
  #efecto-wow > #text-section > p {
    font-size: calc(1em + 1vw);
  }
  #efecto-wow > #images {
    width: 100%;
  }
  #efecto-wow > #images > img:first-child {
    height: unset;
    top: 20vh;
    left: 0;
    opacity: 1;
    height: unset;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #efecto-wow > #images > img:last-child {
    height: 50vh;
    top: 20vh;
    right: unset;
    left: 50%;
    opacity: 1;
    height: 30vh;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
  #mensaje-directora {
    height: 190vh;
    width: 100vw;
  }
  #mensaje-directora > #frame {
    left: 0;
    height: 150vh;
    width: 100vw;
    border: none;
    border-top: 1px solid var(--gris-medio);
    border-bottom: 1px solid var(--gris-medio);
  }
  #mensaje-directora > #text-section {
    position: absolute;
    top: 20vh;
    left: 5%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 90%;
  }
  #mensaje-directora > #text-section > h1 {
    font-size: calc(3.75em + 3.75vw);
  }
  #mensaje-directora > #text-section > h2 {
    font-size: calc(1.75em + 1.75vw);
    line-height: 1.5;
  }
  #mensaje-directora > #text-section > #grey-line {
    background: var(--gris-medio);
    height: 2px;
    width: 40%;
    margin: 1em 0;
  }
  #mensaje-directora > #text-section > p {
    font-size: calc(0.95em + 0.95vw);
    line-height: 1.5;
  }
  #mensaje-directora > img {
    top: 130vh;
    right: 10%;
    height: unset;
    width: 80%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  #certificaciones > #text-section {
    width: 100%;
  }
  #certificaciones > #text-section > img {
    height: calc(3em + 3vh);
  }
  #certificaciones > #text-section > #grey-line {
    left: 30%;
    width: 40%;
  }
  #certificaciones > #text-section > h1 {
    font-size: calc(1.75em + 1.75vw);
    font-weight: 400;
  }
  #certificaciones > #text-section > #certificaciones-list {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(calc(-50%));
    transform: translateX(calc(-50%));
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 75%;
    grid-template-columns: 25% 75%;
    padding: 1em 2em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }
  #certificaciones > #text-section > #certificaciones-list > #gap {
    display: none;
  }
  #certificaciones > #text-section > #certificaciones-list > img {
    width: 100%;
  }
  #certificaciones
    > #text-section
    > #certificaciones-list
    > #certificaciones-text
    > #text-section {
    font-size: calc(1.5em + 1.5vw);
    line-height: 1.1;
  }
  #certificaciones
    > #text-section
    > #certificaciones-list
    > #certificaciones-text
    > #grey-line {
    width: 50%;
  }
  #certificaciones
    > #text-section
    > #certificaciones-list
    > #certificaciones-text
    > p {
    font-size: calc(0.75em + 0.75vw);
  }
  #certificaciones > #text-section > #guanajuato-safe {
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }
  #certificaciones > #text-section > #guanajuato-safe img {
    height: 10vh;
  }
  #creamos-historias > img {
    -o-object-position: 55% center;
    object-position: 55% center;
  }
  #creamos-historias > span {
    width: 90%;
    font-size: calc(3.5em + 3.5vw);
    border: none;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #testimonios > .swiper-container > .swiper-wrapper > .swiper-slide {
    top: 0%;
    width: 100%;
    height: 100%;
    border: none;
  }
  #testimonios
    > .swiper-container
    > .swiper-wrapper
    > .swiper-slide
    > #grey-line {
    left: 25%;
    width: 50%;
    margin-bottom: 2em;
  }
  #testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > h1 {
    font-size: calc(2em + 2vw);
  }
  #testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > img {
    height: 25vh;
    margin-bottom: 1em;
  }
  #testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > p,
  #testimonios > .swiper-container > .swiper-wrapper > .swiper-slide > span {
    font-size: calc(1em + 1vw);
  }
  #testimonios > .swiper-container > .swiper-button-next,
  #testimonios > .swiper-container > .swiper-button-prev {
    top: calc(25vh + 3em);
  }
  #testimonios > .swiper-container > .swiper-button-next::after,
  #testimonios > .swiper-container > .swiper-button-prev::after {
    font-size: 1.5em;
    font-weight: 900;
    color: black;
  }
  #testimonios > .swiper-container > .swiper-button-next {
    right: 5%;
  }
  #testimonios > .swiper-container > .swiper-button-prev {
    left: 5%;
  }
}
/*# sourceMappingURL=sa.santoamor.min.css.map */
