/* *Theme Name: Speaking Spanish School
 * *Theme URI: https://www.xlogam.com
 * *Author: Crea Logo
 * *Author URI: https://www.xlogam.com
 * *Description: WordPress Theme for Speaking Spanish School.
 * *Requires at least: 6.1
 * *Tested up to: 6.3
 * *Requires PHP: 5.6
 * *Version: 1.0
 * *License: All Rights Reserved.
 * *License URI: https://www.xlogam.com
 * *Text Domain: speakingspanishschool
 * *Tags: custom-design */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

.testimonies * {
  max-width: none;
}

header {
  background-color: #024731;
}

header {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  z-index: 9999;
  overflow-x: hidden;
}

.header-container {
  width: 95%;
  margin: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #93CE20;
  font-weight: 700;
  font-size: 40px;
  gap: 20px;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.carousel-control-next-icon {
  background-image: url("img/flecha_banner_der.svg");
  width: 40px;
  height: 40px;
}

.carousel-control-prev-icon {
  background-image: url("img/flecha_banner_izq.svg");
  width: 40px;
  height: 40px;
}

.carousel {
  background-color: #000000;
}

.cards-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-flow: dense;
  grid-auto-rows: 1fr;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.card-container {
  width: 100%;
  height: 245px;
}
.card-container:hover .card {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.card .front,
.card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.card .front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  position: relative;
}
.card .front img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card .front .front-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card .front .front-text h2 {
  color: #93CE20;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  font-size: 20px;
  text-shadow: 0px 0px 4px rgb(0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.card .front p {
  color: #006099;
  text-align: center;
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  line-height: 1em;
}

.card .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 5px;
  padding-top: 0px;
  background-color: #eeeeee;
  overflow-y: auto;
  -webkit-transform: rotateY(180deg) scaleX(-1);
          transform: rotateY(180deg) scaleX(-1);
}
.card .back h2 {
  color: #006099;
  text-align: center;
  font-family: Exo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 18px;
  max-width: 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.card .back h3 {
  color: #006099;
  text-align: center;
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.card .back p {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  color: #4E4E4E;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 600px;
  line-height: 1.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
.card .back ul {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card .back ul li {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 600px;
  line-height: 1.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
}

.testimonies-slider {
  max-width: 1000px;
  margin: auto;
}

.testimony {
  width: 400px;
  margin: 20px;
  overflow: hidden;
}

.testimony-text {
  background-color: #E3E2E7;
  position: relative;
  margin-bottom: 60px;
  background-image: url(img/comment_icon.svg);
  background-repeat: no-repeat;
  background-position: 30px 10px;
  background-size: 35px 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  padding-top: 55px;
  min-height: 240px;
}
.testimony-text p {
  text-align: justify;
  color: #000;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
.testimony-text::after {
  content: " ";
  background-image: url(img/testimony_triangle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 68px;
  height: 37px;
  position: absolute;
  bottom: -36px;
  left: 30px;
}

.testimony-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.testimony-person-text {
  padding-left: 20px;
}
.testimony-person-text h2 {
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 6px;
}
.testimony-person-text h2:first-of-type {
  padding-top: 8px;
}
.testimony-person-text h3 {
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-size: 16px;
  color: #93CE20;
  margin-bottom: 1em;
}

.llamado-a-la-accion {
  background-color: #F6F6F6;
}

.llamado-a-la-accion-content {
  width: 95%;
  margin: auto;
  max-width: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.llamado-a-la-accion-content h2 {
  color: #ff0000;
  text-align: center;
  font-weight: 800;
  font-size: 44px;
  line-height: 1em;
  margin-bottom: 0.7em;
  text-transform: uppercase;
}
.llamado-a-la-accion-content h3 {
  color: #767676;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 0.7em;
  text-transform: uppercase;
}
.llamado-a-la-accion-content p {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 600px;
  line-height: 1.6em;
}
.llamado-a-la-accion-content hr {
  max-width: 500px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.llamado-a-la-accion-content h4 {
  background-color: #024731;
  color: #ffffff;
  text-align: center;
  width: 90%;
  margin: auto;
  font-size: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 10px;
  line-height: 1.4em;
}
.llamado-a-la-accion-content .llamado-a-la-accion-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.llamado-a-la-accion-content .llamado-a-la-accion-action span {
  color: #024731;
  font-size: 22px;
  display: block;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
}
.llamado-a-la-accion-content .llamado-a-la-accion-action a {
  color: #ff0000;
  font-weight: 800;
  margin: 0px;
  text-align: center;
  line-height: 1em;
  font-size: 33px;
  margin-top: 30px;
}
.llamado-a-la-accion-content .llamado-a-la-accion-action a:hover {
  text-decoration: none;
}

h2 {
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  line-height: 1em;
  margin: 40px 0px;
  padding: 0px;
}

form {
  background-color: #FFFFFF;
  width: 100%;
  height: 300px;
  display: block;
}

map {
  background-color: #F5F3F3;
  width: 100%;
  height: 300px;
  display: block;
}

.slick-prev, .slick-next {
  height: 60px;
  width: 60px;
}
.slick-prev::before, .slick-next::before {
  display: none;
}

.slick-next {
  background-image: url(img/testimony_arrow_right.svg);
  background-size: 100% auto;
  right: -60px;
}
.slick-next:hover, .slick-next:active, .slick-next:focus {
  background-image: url(img/testimony_arrow_right.svg);
}

.slick-prev {
  background-image: url(img/testimony_arrow_left.svg);
  background-size: 100% auto;
  left: -60px;
}
.slick-prev:hover, .slick-prev:active, .slick-prev:focus {
  background-image: url(img/testimony_arrow_left.svg);
}

.copy-intermedio {
  width: 80%;
  max-width: 800px;
  margin: auto;
}
.copy-intermedio hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.copy-intermedio p {
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 400;
}

.consulta-visitanos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
}
.consulta-visitanos > div {
  background-color: #024731;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
.consulta-visitanos > div p {
  text-align: justify;
  font-weight: 400;
  font-size: 16px;
}

.consulta-visitanos-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.consulta-visitanos-header > img {
  margin-right: 10px;
}
.consulta-visitanos-header h2 {
  margin: 0px;
  padding: 0px;
  font-size: 35px;
  font-weight: 400;
  text-align: left;
}

.map-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  width: 100%;
  margin-bottom: 25px;
}

#map-canvas {
  min-height: 300px;
  height: 100%;
}
#map-canvas * {
  max-width: none;
}

.visitanos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.consulta-visitanos .visitanos p {
  color: yellow;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2em;
}

footer {
  color: #ffffff;
}

.footer-top {
  background-color: #2E1A1A;
  overflow: hidden;
  padding: 30px 0px;
}

.footer-top-cols {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 130px;
}

.footertop-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}

.footertop-col-1 h2 {
  font-size: 18px;
  color: #93CE20;
  text-align: left;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
}
.footertop-col-1 h3 {
  color: #93CE20;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
.footertop-col-1 p {
  font-size: 12px;
  color: #fff;
  text-align: justify;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

.footertop-col-2 {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footertop-col-2 h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}
.footertop-col-2 h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.footertop-col-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  text-decoration: none;
  color: #ff0000;
  margin: 0px;
  padding: 0px;
  border-radius: 30px;
  padding: 10px 30px;
  margin: 20px 0px;
  -webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0);
          box-shadow: 0px 0px 10px rgb(0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.footertop-col-2 a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.footertop-col-2 a h2 {
  font-size: 29px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
.footertop-col-2 a h3 {
  font-size: 19px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

.footer-bottom {
  background-color: #241E1E;
  overflow: hidden;
  padding: 10px 0px;
}

.footer-bottom-content {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.footer-bottom-content .footer-derechos span {
  font-weight: 400;
  font-size: 11px;
}
.footer-bottom-content .header-social {
  position: relative;
  z-index: 777;
}
.footer-bottom-content .header-social img {
  height: 20px;
  width: auto;
}

.form-container {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
  max-height: 395px;
}

.header-phone {
  color: red;
}
.header-phone a {
  font-size: 30px;
  color: red;
}
.header-phone a:hover {
  color: red;
  text-decoration: none;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
.header-left .ciudad h2 {
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

header {
  padding: 10px 0px;
}

.btn-whatsapp {
  background-color: #25d366;
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  z-index: 99999999;
}
.btn-whatsapp img {
  width: 50%;
}

.btn-llamar {
  background-color: #ff0000;
  position: fixed;
  bottom: 30px;
  left: 15px;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  z-index: 99999999;
}
.btn-llamar p {
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1em;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}
.btn-llamar p span {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

.testimonios-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.texto-video {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.texto-video p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-bottom: 30px;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  color: #767676;
  line-height: 1.6em;
}
.texto-video p span {
  text-decoration: underline;
}
.texto-video h2 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #024731;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2em;
}

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.video video {
  width: 100%;
  margin: auto;
  max-width: 300px;
}

.carousel-control-next, .carousel-control-prev {
  width: 20%;
}

.carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}

.carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
}

.carousel-container {
  max-width: 1200px;
  margin: auto;
}

.llamado-a-la-accion-action-container {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.pop-up {
  background-color: rgba(195, 0, 117, 0.86);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  display: none;
}

.pop-up-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.pop-up-box {
  overflow: hidden;
  width: 90%;
  background-image: url(img/popup_fnd.png);
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 360px;
  border-radius: 30px;
  padding: 20px 20px;
}
.pop-up-box .pop-up-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.pop-up-box .pop-up-close img {
  cursor: pointer;
}
.pop-up-box h2 {
  color: #fff;
  font-size: 37px;
  text-shadow: -2px -2px 0 #C837AB, 2px -2px 0 #C837AB, -2px 2px 0 #C837AB, 2px 2px 0 #C837AB, -2px 0px 0 #C837AB, 2px 0px 0 #C837AB, 0px 2px 0 #C837AB, 0px -2px 0 #C837AB;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 30px;
}
.pop-up-box p {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 30px;
}
.pop-up-box p strong {
  font-weight: 700;
  color: #FF0000;
  font-size: 25px;
}
.pop-up-box .pop-up-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.pop-up-box .pop-up-action a {
  background-color: #CE2020;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  padding: 10px 20px;
}

.banner-promo {
  display: block;
  margin: auto;
  max-width: 1280px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.banner-promo img {
  width: 100%;
  height: auto;
}
.banner-promo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.banner-promo.top {
  margin: auto;
  margin-top: 30px;
}
.banner-promo.top-bottom {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ver-mas-reviews {
  text-align: center;
  padding: 40px 0px;
}
.ver-mas-reviews a {
  color: #8e8e8e;
  font-size: 14px;
}

.pulse-div {
  -webkit-animation: pulse 4s infinite;
          animation: pulse 4s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.politicas {
  padding-top: 20px;
}
.politicas p a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.politicas p a:hover {
  color: #fff;
}

.politicas-content {
  max-width: 800px;
  width: 95%;
  margin: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}
.politicas-content h1 {
  text-align: center;
  font-size: 30px;
}
.politicas-content h2 {
  font-size: 18px;
  text-align: left;
  margin: 1em 0px;
}
.politicas-content p {
  font-size: 14px;
  text-align: justify;
}
.politicas-content ul {
  padding-left: 20px;
}
.politicas-content ul li {
  text-align: justify;
  margin-bottom: 1em;
  font-size: 14px;
}
.politicas-content .return-link {
  text-align: center;
}
.politicas-content .return-link a {
  color: #024731;
  font-weight: 500;
}

.logo-link {
  text-decoration: none;
}
.logo-link:hover {
  text-decoration: none;
}

.google-reviews {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.google-reviews .google-review {
  background-color: #f4f4f4;
  width: 320px;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.google-reviews .google-review h2 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
}
.google-reviews .google-review h3 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  text-align: left;
  padding: 5px 0px;
}
.google-reviews .google-review p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  text-align: justify;
}

.google-reviews-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.google-reviews-logo h2 {
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}

.banner-privacidad {
  width: 90%;
  max-width: 500px;
  margin: auto;
  background-color: rgb(147, 206, 32);
  color: #fff;
  padding: 20px 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.banner-privacidad h2 {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #024731;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.banner-privacidad h3 {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 1em;
}
.banner-privacidad h3:last-of-type {
  margin-bottom: 0px;
}

@media screen and (max-width: 1090px) {
  .testimonies-slider {
    max-width: 920px;
  }
  .testimony-text {
    min-height: 260px;
  }
  .consulta-visitanos-header h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 820px) {
  .header-right {
    font-size: 30px;
  }
  .card .front .front-text h2 {
    font-size: 14px;
  }
  .card .back p {
    font-size: 14px;
  }
  .testimony-text {
    min-height: 300px;
  }
  .consulta-visitanos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .testimony-text {
    min-height: auto;
  }
  header {
    padding: 0px 0px;
  }
  .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .header-left {
    gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-left > img {
    width: 90%;
  }
  .header-left .ciudad h2 {
    color: #fff;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
  }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .header-right .header-phone {
    line-height: 1em;
  }
  .header-right .header-phone a {
    line-height: 1em;
    font-size: 40px;
  }
  .header-social {
    gap: 20px;
  }
  .header-social img {
    width: 20px;
  }
}
@media screen and (max-width: 500px) {
  .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
  }
  .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 20%;
  }
  .carousel-control-next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .carousel-control-prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .llamado-a-la-accion-content h2 {
    font-size: 24px;
    margin-top: 0px;
  }
  .llamado-a-la-accion-content h3 {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 1em;
  }
  .llamado-a-la-accion-content p {
    font-size: 16px;
    line-height: 1.3em;
  }
  .llamado-a-la-accion-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cards-container {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer-top-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .footer-bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
/*# sourceMappingURL=style.css.map */