@font-face {
  font-family: "poppins-black";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "poppins-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "poppins-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-italic";
  src: url(../fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-black";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "poppins-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "poppins-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-italic";
  src: url(../fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.navbar {
  padding: 0 !important;
  background-color: white;
  position: fixed !important;
  top: 0;
  overflow: hidden;
  width: 100vw;
  z-index: 500000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.navbar .logoNavbar {
  width: 80px;
  margin-left: 50%;
}

.navbar .navbar-nav {
  width: 90%;
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
  column-gap: 5%;
  list-style: none;
}

.navbar .nav-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

.navbar .nav-item .nav-link {
  text-decoration: none;
  color: #007462 !important;
  font-family: "poppins-medium" !important;
  font-size: 0.9rem !important;
}

.navbar .nav-item .nav-link .botonResultados {
  width: 150px;
  height: 40px;
  margin: 0%;
  background: linear-gradient(270.1deg, #007462 19.07%, #1d71b8 185.03%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
  border: none;
}

.navbar .nav-item .nav-link .botonResultados:hover {
  background: white;
  border: 2px solid #007462;
  color: #007462;
}

.navbar .nav-item .nav__link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.navbar .nav-item .nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #007462;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.navbar .nav-item .nav__link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar {
    padding: 0 !important;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    position: fixed !important;
    top: 0;
    overflow: hidden;
    width: 100vw;
    z-index: 500000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .navbar .logoNavbar {
    width: 60px;
    margin-left: 50%;
  }
  .navbar .navbar-nav {
    width: 90%;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    column-gap: 5%;
  }
  .navbar .nav-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
  }
  .navbar .nav-item .nav-link {
    text-decoration: none;
    color: #007462 !important;
    font-family: "poppins-medium" !important;
    font-size: 0.8rem !important;
  }
  .navbar .nav-item .nav-link .botonResultados {
    width: 150px;
    height: 40px;
    margin: 0%;
    background: linear-gradient(270.1deg, #007462 19.07%, #1d71b8 185.03%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
    border: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
  .navbar div {
    padding: 0;
  }
  .navbar-collapse {
    width: 100% !important;
  }
  .navbar-collapse ul {
    justify-content: center !important;
    padding-right: 2%;
    width: 95% !important;
    height: 50vh;
    margin: 0% !important;
  }
  .navbar-collapse ul li {
    text-align: end;
  }
  .logoNavbar {
    width: 50px !important;
  }
  /* Remove border from toggler */
  .navbar-toggler {
    border: 0 !important;
  }
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }
  /* Lines of the Toggler */
  .toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #007462;
    display: block;
    transition: all 0.2s;
  }
  /* Adds Space between the lines */
  .middle-bar {
    margin: 5px auto;
  }
  /* State when navbar is opened (START) */
  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  /* State when navbar is opened (END) */
  /* State when navbar is collapsed (START) */
  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }
  /* State when navbar is collapsed (END) */
  /* Color of Toggler when collapsed */
  .navbar-toggler.collapsed .toggler-icon {
    background-color: #007462;
  }
  .navbar-collapse {
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}

@font-face {
  font-family: "poppins-black";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "poppins-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "poppins-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-italic";
  src: url(../fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.carousel {
  height: 100% !important;
}

.carousel .carousel-indicators button {
  width: 0.8em;
  height: 1.5em;
  margin: 0 20px;
  position: relative;
  background-color: white;
}

.carousel .carousel-indicators button:before {
  background: inherit;
  content: "";
  height: 100%;
  position: absolute;
  transform: rotate(-60deg);
  transform-origin: 50% 50%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel .carousel-indicators button:after {
  background: inherit;
  content: "";
  height: 100%;
  position: absolute;
  transform: rotate(60deg);
  transform-origin: 50% 50%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel .carousel-inner .carousel-item img {
  width: 100vw !important;
  height: 100vh !important;
  display: none;
  object-fit: cover;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
  margin-bottom: 5%;
  margin-left: -11%;
  width: 500px;
  height: 60vh;
  border-left: 4px solid white;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}

.carousel .carousel-inner .carousel-item .carousel-caption h5 {
  font-family: "poppins-black";
  font-size: 4rem;
  font-weight: 700;
  color: white;
  text-align: start;
  margin-bottom: 30px;
  margin-left: 20px;
}

.carousel .carousel-inner .carousel-item .carousel-caption p {
  font-family: "poppins-regular";
  font-size: 1.2rem;
  font-weight: 400;
  color: white;
  text-align: start;
  margin-left: 20px;
}

.carousel .carousel-inner .carousel-item .fotoMobile {
  display: none !important;
}

.carousel .carousel-control-prev {
  top: 88%;
  left: 30%;
  z-index: 10000;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../images/left-arrow.png");
}

.carousel .carousel-control-next {
  top: 88%;
  right: 30%;
  z-index: 10000;
}

.carousel .carousel-control-next-icon {
  background-image: url("../images/right-arrow.png");
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .carousel {
    height: 100% !important;
    margin-top: 2.4%;
  }
  .carousel .carousel-indicators button {
    width: 1em;
    height: 1.7em;
    margin: 0 20px;
    position: relative;
    background-color: white;
  }
  .carousel .carousel-indicators button:before {
    background: inherit;
    content: "";
    height: 95%;
    position: absolute;
    transform: rotate(-60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .carousel .carousel-indicators button:after {
    background: inherit;
    content: "";
    height: 95%;
    position: absolute;
    transform: rotate(60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .carousel .carousel-inner .carousel-item img {
    width: 100vw !important;
    height: 95vh !important;
    display: none;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption {
    margin-bottom: 5%;
    margin-left: -11%;
    width: 500px;
    height: 60vh;
    border-left: 3px solid white;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    width: 70%;
    font-family: "poppins-black";
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    text-align: start;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p {
    width: 80%;
    font-family: "poppins-regular";
    font-size: 0.9rem;
    font-weight: 400;
    color: white;
    text-align: start;
    margin-left: 20px;
  }
  .carousel .carousel-inner .carousel-item .fotoMobile {
    display: none;
  }
  .carousel .carousel-control-prev {
    top: 85%;
    left: 30%;
    z-index: 10000;
  }
  .carousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../images/left-arrow.png");
  }
  .carousel .carousel-control-next {
    top: 85%;
    right: 30%;
    z-index: 10000;
  }
  .carousel .carousel-control-next-icon {
    background-image: url("../images/right-arrow.png");
  }
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
  .carousel {
    height: auto !important;
    margin-top: 2.4%;
  }
  .carousel .carousel-indicators button {
    width: 0.5em;
    height: 1em;
    margin: 0 20px 30% 20px;
    position: relative;
    background-color: white;
  }
  .carousel .carousel-indicators button:before {
    background: inherit;
    content: "";
    height: 100%;
    position: absolute;
    transform: rotate(-60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .carousel .carousel-indicators button:after {
    background: inherit;
    content: "";
    height: 100%;
    position: absolute;
    transform: rotate(60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .carousel .carousel-inner .carousel-item img {
    object-fit: cover;
    width: 100% !important;
    height: 100vh !important;
    display: none;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption {
    margin-bottom: 250px;
    margin-left: -5%;
    width: 80%;
    height: 300px;
    border-left: none;
    border-bottom: 3px solid white;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-family: "poppins-black";
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    text-align: center !important;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-family: "poppins-regular";
    font-size: 1rem;
    font-weight: 400;
    color: white;
    text-align: center;
    margin-left: 0px;
  }
  .carousel .carousel-inner .carousel-item .fotoMobile {
    display: block !important;
  }
  .carousel .carousel-inner .carousel-item .fotoDesk {
    display: none !important;
  }
  .carousel .carousel-control-prev {
    top: 88%;
    left: 30%;
    z-index: 10000;
    display: none;
  }
  .carousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../images/left-arrow.png");
  }
  .carousel .carousel-control-next {
    top: 88%;
    right: 30%;
    z-index: 10000;
    display: none;
  }
  .carousel .carousel-control-next-icon {
    background-image: url("../images/right-arrow.png");
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .carousel {
    height: 100% !important;
    margin-top: 2.4%;
  }
  .carousel .carousel-indicators button {
    width: 0.7em;
    height: 1.3em;
    margin: 0 20px;
    position: relative;
    background-color: white;
  }
  .carousel .carousel-indicators button:before {
    background: inherit;
    content: "";
    height: 100%;
    position: absolute;
    transform: rotate(-60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .carousel .carousel-indicators button:after {
    background: inherit;
    content: "";
    height: 100%;
    position: absolute;
    transform: rotate(60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .carousel .carousel-inner .carousel-item img {
    object-fit: cover;
    width: 100vw !important;
    height: 100vh !important;
    display: none;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption {
    margin-bottom: 170px;
    margin-left: -5%;
    width: 80%;
    height: 300px;
    border-left: none;
    border-bottom: 3px solid white;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-family: "poppins-black";
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    text-align: center !important;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-family: "poppins-regular";
    font-size: 1rem;
    font-weight: 400;
    color: white;
    text-align: center;
    margin-left: 0px;
  }
  .carousel .carousel-inner .carousel-item .fotoMobile {
    display: block !important;
  }
  .carousel .carousel-inner .carousel-item .fotoDesk {
    display: none !important;
  }
  .carousel .carousel-control-prev {
    top: 88%;
    left: 25%;
    z-index: 10000;
    display: none;
  }
  .carousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../images/left-arrow.png");
  }
  .carousel .carousel-control-next {
    top: 88%;
    right: 25%;
    z-index: 10000;
    display: none;
  }
  .carousel .carousel-control-next-icon {
    background-image: url("../images/right-arrow.png");
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .carousel {
    height: 100% !important;
    margin-top: 8%;
  }
  .carousel .carousel-indicators button {
    width: 0.7em;
    height: 1.3em;
    margin: 0 20px;
    position: relative;
    background-color: white;
  }
  .carousel .carousel-indicators button:before {
    background: inherit;
    content: "";
    height: 100%;
    position: absolute;
    transform: rotate(-60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .carousel .carousel-indicators button:after {
    background: inherit;
    content: "";
    height: 100%;
    position: absolute;
    transform: rotate(60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .carousel .carousel-inner .carousel-item img {
    width: 100vw !important;
    height: auto !important;
    display: none;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption {
    margin-bottom: 50px;
    margin-left: -11%;
    width: 500px;
    height: 60vh;
    border-left: 3px solid white;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    width: 70%;
    font-family: "poppins-black";
    font-size: 3.3rem;
    font-weight: 700;
    color: white;
    text-align: start;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p {
    width: 80%;
    font-family: "poppins-regular";
    font-size: 0.9rem;
    font-weight: 400;
    color: white;
    text-align: start;
    margin-left: 20px;
  }
  .carousel .carousel-inner .carousel-item .fotoMobile {
    display: none;
  }
  .carousel .carousel-control-prev {
    top: 88%;
    left: 25%;
    z-index: 10000;
    display: none;
  }
  .carousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../images/left-arrow.png");
  }
  .carousel .carousel-control-next {
    top: 88%;
    right: 25%;
    z-index: 10000;
    display: none;
  }
  .carousel .carousel-control-next-icon {
    background-image: url("../images/right-arrow.png");
  }
}

@font-face {
  font-family: "poppins-black";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "poppins-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "poppins-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-italic";
  src: url(../fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.mision {
  height: auto;
  margin-bottom: 100px;
}

.mision .contenedorMision {
  border-left: 4px solid #1d1d1b;
  margin: 10% 0 10% 4%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 45% 55%;
  grid-template-rows: 0.6fr 10% 60% 15%;
  grid-template-areas: "titulo imagen" "subtitulo imagen" "texto imagen" "certificado imagen";
  justify-content: center;
  align-items: center;
  align-content: center;
}

.mision .contenedorMision .tituloMision {
  margin-left: 20px;
  grid-area: titulo;
  font-family: "poppins-black";
  font-size: 4rem;
  margin-bottom: 0px;
}

.mision .contenedorMision .subtituloMision {
  margin-left: 20px;
  grid-area: subtitulo;
  font-family: "poppins-bold";
  font-size: 1.3rem;
}

.mision .contenedorMision .contenedorTextos {
  grid-area: texto;
  font-family: "poppins-regular";
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0px 20px 0px;
}

.mision .contenedorMision .contenedorTextos h6 {
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: "poppins-regular";
  color: #007462;
  font-weight: bold;
}

.mision .contenedorMision .contenedorTextos p {
  margin-left: 20px;
}

.mision .contenedorMision .contenedorTextos p .negrita {
  font-weight: bold;
  color: #1d1d1b;
}

.mision .contenedorMision .certificado {
  grid-area: certificado;
  width: 250px;
  margin: 10px 20px;
}

.mision .contenedorMision .imagenMision {
  grid-area: imagen;
  margin-left: 5%;
  height: 80%;
  object-fit: contain;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mision {
    height: auto;
    margin-bottom: 100px;
  }
  .mision .contenedorMision {
    border-left: 4px solid #1d1d1b;
    margin: 5% 0 5% 4%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: 0.5fr 10% 50% 15%;
    grid-template-areas: "titulo imagen" "subtitulo imagen" "texto imagen" "certificado imagen";
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .mision .contenedorMision .tituloMision {
    margin-left: 20px;
    grid-area: titulo;
    font-family: "poppins-black";
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
  .mision .contenedorMision .subtituloMision {
    margin-left: 20px;
    grid-area: 1.1rem;
    font-family: "poppins-bold";
    font-size: 1.3rem;
  }
  .mision .contenedorMision .contenedorTextos {
    grid-area: texto;
    font-family: "poppins-regular";
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0px;
  }
  .mision .contenedorMision .contenedorTextos h6 {
    margin-left: 20px;
    font-family: "poppins-regular";
    font-weight: bold;
  }
  .mision .contenedorMision .contenedorTextos p {
    margin-left: 20px;
  }
  .mision .contenedorMision .certificado {
    grid-area: certificado;
    width: 250px;
    margin: 20px 20px;
  }
  .mision .contenedorMision .imagenMision {
    grid-area: imagen;
    margin-left: 5%;
    height: 100%;
    object-fit: contain;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mision {
    height: auto;
    margin-bottom: 100px;
  }
  .mision .contenedorMision {
    border-left: none;
    margin: 5% 5%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "imagen" "titulo" "subtitulo" "texto" "certificado";
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .mision .contenedorMision .tituloMision {
    margin-left: 0px;
    grid-area: titulo;
    font-family: "poppins-black";
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .mision .contenedorMision .subtituloMision {
    margin-left: 0px;
    font-family: "poppins-bold";
    font-size: 1rem;
    text-align: center;
  }
  .mision .contenedorMision .contenedorTextos {
    grid-area: texto;
    font-family: "poppins-regular";
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 20px 0px;
  }
  .mision .contenedorMision .contenedorTextos h6 {
    margin-left: 0px;
    font-family: "poppins-regular";
    font-weight: bold;
  }
  .mision .contenedorMision .contenedorTextos p {
    margin-left: 0px;
    text-align: justify;
  }
  .mision .contenedorMision .certificado {
    grid-area: certificado;
    width: 250px;
    margin: 20px 20px;
    justify-self: center;
  }
  .mision .contenedorMision .imagenMision {
    grid-area: imagen;
    margin-left: 5%;
    width: 80%;
    height: 100%;
    object-fit: contain;
    justify-self: center;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .mision {
    height: auto;
    margin-bottom: 100px;
  }
  .mision .contenedorMision {
    border-left: 4px solid #1d1d1b;
    margin: 5% 0 5% 4%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: auto;
    grid-template-areas: "titulo imagen" "subtitulo imagen" "texto imagen" "certificado imagen";
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .mision .contenedorMision .tituloMision {
    margin-left: 20px;
    grid-area: titulo;
    font-family: "poppins-black";
    font-size: 3rem;
    margin-bottom: 20px;
    width: 100%;
  }
  .mision .contenedorMision .subtituloMision {
    margin-left: 20px;
    grid-area: 1.1rem;
    font-family: "poppins-bold";
    font-size: 1rem;
  }
  .mision .contenedorMision .contenedorTextos {
    grid-area: texto;
    font-family: "poppins-regular";
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 10px 0px;
  }
  .mision .contenedorMision .contenedorTextos p {
    margin-left: 20px;
  }
  .mision .contenedorMision .certificado {
    grid-area: certificado;
    width: 250px;
    margin: 20px 20px;
  }
  .mision .contenedorMision .imagenMision {
    grid-area: imagen;
    margin-left: 5%;
    height: 100%;
    object-fit: contain;
  }
}

@font-face {
  font-family: "poppins-black";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "poppins-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "poppins-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-italic";
  src: url(../fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.servicios {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

.servicios h2 {
  font-family: "poppins-black";
  font-size: 4rem;
  margin: 50px 0 20px;
  text-align: center;
}

.servicios p {
  width: 70%;
  text-align: center;
  margin-left: 20px;
  grid-area: subtitulo;
  font-family: "poppins-bold";
  font-size: 1.3rem;
  margin-bottom: 50px;
}

.servicios .contenedorServicios {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 3%;
  flex-wrap: wrap;
  justify-items: center;
  margin-bottom: 50px;
}

.servicios .contenedorServicios .servicio {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.servicios .contenedorServicios .servicio .imagenServicio {
  width: 150px;
  filter: drop-shadow(3px 1px 2px #000);
}

.servicios .contenedorServicios .servicio .tituloServicio {
  width: 200px;
  text-align: center;
  font-family: "poppins-regular";
  font-size: 1.1rem;
  margin: 10px 0;
}

@media only screen and (min-width: 320px) and (max-width: 708px) {
  .servicios {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    background-color: #f6f6f6;
  }
  .servicios h2 {
    font-family: "poppins-black";
    font-size: 2.5rem;
    margin: 50px 0 20px;
    text-align: center;
  }
  .servicios p {
    width: 90%;
    text-align: center;
    margin-left: 0px;
    grid-area: subtitulo;
    font-family: "poppins-bold";
    font-size: 1rem;
    margin-bottom: 50px;
  }
  .servicios .contenedorServicios {
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
    justify-items: center;
    margin-bottom: 3%;
  }
  .servicios .contenedorServicios .servicio {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .servicios .contenedorServicios .servicio .imagenServicio {
    width: 150px;
    filter: drop-shadow(3px 1px 2px #000);
  }
  .servicios .contenedorServicios .servicio .tituloServicio {
    width: 200px;
    text-align: center;
    font-family: "poppins-regular";
    font-size: 1.1rem;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 709px) and (max-width: 992px) {
  .servicios {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    background-color: #f6f6f6;
  }
  .servicios h2 {
    font-family: "poppins-black";
    font-size: 4rem;
    margin: 50px 0 20px;
    text-align: center;
  }
  .servicios p {
    width: 70%;
    text-align: center;
    margin-left: 20px;
    grid-area: subtitulo;
    font-family: "poppins-bold";
    font-size: 1.3rem;
    margin-bottom: 50px;
  }
  .servicios .contenedorServicios {
    width: 80%;
    display: flex;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
    justify-items: center;
    margin-bottom: 50px;
  }
  .servicios .contenedorServicios .servicio {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .servicios .contenedorServicios .servicio .imagenServicio {
    width: 150px;
    filter: drop-shadow(3px 1px 2px #000);
  }
  .servicios .contenedorServicios .servicio .tituloServicio {
    width: 200px;
    text-align: center;
    font-family: "poppins-regular";
    font-size: 1.1rem;
    margin: 10px 0;
  }
}

@font-face {
  font-family: "poppins-black";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "poppins-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "poppins-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-italic";
  src: url(../fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.resultados {
  height: auto;
  background: #007462;
  backdrop-filter: blur(41px);
  padding-bottom: 5%;
}

.resultados .tituloResultados {
  padding: 5% 0 15px 0;
  font-family: "poppins-black";
  font-size: 4rem;
  text-align: center;
  color: white;
  width: 80%;
  margin: 0 auto;
}

.resultados .subtituloResultados {
  padding: 0 0 15px 0;
  font-family: "poppins-bold";
  font-size: 1.3rem;
  text-align: center;
  color: white;
  width: 50%;
  margin: 0 auto;
}

.resultados .contenedorAnimacion {
  padding: 95px 0;
}

.resultados .contenedorAnimacion .center {
  margin: 0 auto;
}

.resultados .contenedorAnimacion .heart-rate {
  transform: scale(2.5);
  width: 200px;
  height: 40px;
  position: relative;
  margin: -40px auto 0;
  overflow: hidden;
}

.resultados .contenedorAnimacion .heart-rate-mobile {
  display: none;
}

.resultados .contenedorAnimacion .fadeIn {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #007462;
  top: 0;
  right: 0;
  animation: heartRateIn 2.5s linear infinite;
}

.resultados .contenedorAnimacion .fadeOut {
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: -120%;
  animation: heartRateOut 2.5s linear infinite;
  background: #007462;
}

@keyframes heartRateIn {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

@keyframes heartRateOut {
  0% {
    left: -120%;
  }
  30% {
    left: -120%;
  }
  100% {
    left: 0;
  }
}

@media (max-width: 767px) {
  .resultados .contenedorAnimacion .heart-rate {
    transform: scale(1);
  }
}

.resultados .carouselResultados {
  display: none;
}

.resultados .contenedorCards {
  display: flex;
  justify-content: center;
  column-gap: 3%;
}

.resultados .contenedorCards .card {
  width: 25%;
  height: fit-content;
  border: 3px solid white;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resultados .contenedorCards .card h6 {
  font-family: "poppins-bold";
  font-size: 1.8rem;
  color: #007462;
  text-align: center;
  margin: 10% auto 5% auto;
}

.resultados .contenedorCards .card p {
  font-family: "poppins-regular";
  font-size: 1rem;
  color: #1d1d1b;
  text-align: center;
  margin: 0% auto 8%;
  width: 85%;
  height: 100%;
  min-height: 80px;
}

.resultados .contenedorCards .card a {
  width: 100%;
  display: flex;
  justify-content: center;
}

.resultados .contenedorCards .card a button {
  padding: 0 auto;
  margin-bottom: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 80%;
  font-weight: 600;
  height: 40px;
  border: 3px solid #007462;
  background-color: transparent;
  cursor: pointer;
  color: white;
  font-size: 1rem;
  transition: background-color 0.25s, padding-right 0.25s;
  text-align: center;
}

.resultados .contenedorCards .card a button p {
  width: 50%;
  margin: 0%;
  margin-left: 20px;
  color: #007462;
  min-height: 0;
  margin-top: 10px;
}

.resultados .contenedorCards .card a button:hover p {
  color: #007462;
}

.resultados .contenedorCards .card button:hover {
  background-color: white;
  color: #007462;
}

.resultados .contenedorCards .card button::after {
  content: "\F138";
  position: relative;
  top: 33%;
  margin-left: 4%;
  transform: translate(-17px, -50%);
  display: inline-block;
  font-family: "Bootstrap-icons";
  font-weight: 100;
  opacity: 0;
  transition: transform 0.25s;
  opacity: 0.25s;
}

.resultados .contenedorCards .card button:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .resultados {
    height: auto;
    background: #007462;
    backdrop-filter: blur(41px);
    padding-bottom: 5%;
  }
  .resultados .tituloResultados {
    padding: 5% 0 15px 0;
    font-family: "poppins-black";
    font-size: 3.5rem;
    text-align: center;
    color: white;
    width: 80%;
    margin: 0 auto;
  }
  .resultados .subtituloResultados {
    padding: 0 0 15px 0;
    font-family: "poppins-bold";
    font-size: 1.1rem;
    text-align: center;
    color: white;
    width: 60%;
    margin: 0 auto;
  }
  .resultados .contenedorAnimacion {
    padding: 65px 0;
  }
  .resultados .contenedorAnimacion .center {
    margin: 0 auto;
  }
  .resultados .contenedorAnimacion .heart-rate {
    transform: scale(2.5);
    width: 200px;
    height: 40px;
    position: relative;
    margin: -40px auto 0;
    overflow: hidden;
  }
  .resultados .contenedorAnimacion .fadeIn {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #007462;
    top: 0;
    right: 0;
    animation: heartRateIn 2.5s linear infinite;
  }
  .resultados .contenedorAnimacion .fadeOut {
    position: absolute;
    width: 120%;
    height: 100%;
    top: 0;
    left: -120%;
    animation: heartRateOut 2.5s linear infinite;
    background: #007462;
  }
  @keyframes heartRateIn {
    0% {
      width: 100%;
    }
    50% {
      width: 0;
    }
    100% {
      width: 0;
    }
  }
  @keyframes heartRateOut {
    0% {
      left: -120%;
    }
    30% {
      left: -120%;
    }
    100% {
      left: 0;
    }
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) and (max-width: 767px) {
  .resultados .contenedorAnimacion .heart-rate {
    transform: scale(1);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .resultados .carouselResultados {
    display: none;
  }
  .resultados .contenedorCards {
    display: flex;
    justify-content: center;
    column-gap: 3%;
  }
  .resultados .contenedorCards .card {
    width: 25%;
    height: fit-content;
    border: 3px solid white;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .resultados .contenedorCards .card h6 {
    font-family: "poppins-bold";
    font-size: 1.6rem;
    color: #007462;
    text-align: center;
    margin: 10% auto;
  }
  .resultados .contenedorCards .card p {
    font-family: "poppins-regular";
    font-size: 0.8rem;
    color: #007462;
    text-align: center;
    margin: 0% auto 5%;
    width: 85%;
    min-height: 80px;
  }
  .resultados .contenedorCards .card a {
    width: 100%;
    margin: 0 auto;
  }
  .resultados .contenedorCards .card a button {
    padding: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    font-weight: 600;
    height: 40px;
    border: 3px solid #007462;
    background-color: transparent;
    cursor: pointer;
    color: white;
    font-size: 1rem;
    transition: background-color 0.25s, padding-right 0.25s;
    text-align: center;
  }
  .resultados .contenedorCards .card a button p {
    width: 50%;
    margin: 0%;
    margin-left: 20px;
    min-height: 0px;
    margin-top: 15px;
  }
  .resultados .contenedorCards .card a button:hover p {
    color: #007462;
  }
  .resultados .contenedorCards .card button:hover {
    background-color: white;
    color: #007462;
    padding-right: 35px;
  }
  .resultados .contenedorCards .card button::after {
    content: "\F138";
    position: relative;
    top: 33%;
    margin-left: 4%;
    transform: translate(-17px, -50%);
    display: inline-block;
    font-family: "Bootstrap-icons";
    font-weight: 100;
    opacity: 0;
    transition: transform 0.25s;
    opacity: 0.25s;
  }
  .resultados .contenedorCards .card button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .resultados {
    height: auto;
    background: #007462;
    backdrop-filter: blur(41px);
    padding-bottom: 5%;
  }
  .resultados .tituloResultados {
    padding: 5% 0 15px 0;
    font-family: "poppins-black";
    font-size: 3.5rem;
    text-align: center;
    color: white;
    width: 80%;
    margin: 0 auto;
  }
  .resultados .subtituloResultados {
    padding: 0 0 15px 0;
    font-family: "poppins-bold";
    font-size: 1.1rem;
    text-align: center;
    color: white;
    width: 60%;
    margin: 0 auto;
  }
  .resultados .contenedorAnimacion {
    padding: 65px 0;
  }
  .resultados .contenedorAnimacion .center {
    margin: 0 auto;
  }
  .resultados .contenedorAnimacion .heart-rate {
    transform: scale(2.5);
    width: 200px;
    height: 40px;
    position: relative;
    margin: -40px auto 0;
    overflow: hidden;
  }
  .resultados .contenedorAnimacion .fadeIn {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #007462;
    top: 0;
    right: 0;
    animation: heartRateIn 2.5s linear infinite;
  }
  .resultados .contenedorAnimacion .fadeOut {
    position: absolute;
    width: 120%;
    height: 100%;
    top: 0;
    left: -120%;
    animation: heartRateOut 2.5s linear infinite;
    background: #007462;
  }
  @keyframes heartRateIn {
    0% {
      width: 100%;
    }
    50% {
      width: 0;
    }
    100% {
      width: 0;
    }
  }
  @keyframes heartRateOut {
    0% {
      left: -120%;
    }
    30% {
      left: -120%;
    }
    100% {
      left: 0;
    }
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) and (max-width: 767px) {
  .resultados .contenedorAnimacion .heart-rate {
    transform: scale(1);
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .resultados .carouselResultados {
    display: none;
  }
  .resultados .contenedorCards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 2%;
    margin: 0 auto;
  }
  .resultados .contenedorCards .card {
    width: 30%;
    height: fit-content;
    border: 3px solid white;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .resultados .contenedorCards .card h6 {
    font-family: "poppins-bold";
    font-size: 1.6rem;
    color: #007462;
    text-align: center;
    margin: 10% auto;
  }
  .resultados .contenedorCards .card p {
    font-family: "poppins-regular";
    font-size: 0.8rem;
    color: #007462;
    text-align: center;
    margin: 0% auto 5%;
    width: 85%;
    min-height: 80px;
  }
  .resultados .contenedorCards .card a {
    width: 100%;
    margin: 0 auto;
  }
  .resultados .contenedorCards .card a button {
    padding: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    font-weight: 600;
    height: 40px;
    border: 3px solid #007462;
    background-color: transparent;
    cursor: pointer;
    color: white;
    font-size: 1rem;
    transition: background-color 0.25s, padding-right 0.25s;
    text-align: center;
  }
  .resultados .contenedorCards .card a button p {
    width: 50%;
    margin-left: 20px;
    margin-top: 15px;
    min-height: 0px;
  }
  .resultados .contenedorCards .card a button:hover p {
    color: #007462;
  }
  .resultados .contenedorCards .card button:hover {
    background-color: white;
    color: #007462;
    padding-right: 35px;
  }
  .resultados .contenedorCards .card button::after {
    content: "\F138";
    position: relative;
    top: 33%;
    margin-left: 4%;
    transform: translate(-17px, -50%);
    display: inline-block;
    font-family: "Bootstrap-icons";
    font-weight: 100;
    opacity: 0;
    transition: transform 0.25s;
    opacity: 0.25s;
  }
  .resultados .contenedorCards .card button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resultados {
    height: auto;
    background: #007462;
    backdrop-filter: blur(41px);
    padding-bottom: 15%;
  }
  .resultados .tituloResultados {
    padding: 5% 0 15px 0;
    font-family: "poppins-black";
    font-size: 2.5rem;
    text-align: center;
    color: white;
    width: 95%;
    margin: 0 auto;
  }
  .resultados .subtituloResultados {
    padding: 0 0 15px 0;
    font-family: "poppins-bold";
    font-size: 1rem;
    text-align: center;
    color: white;
    width: 90%;
    margin: 0 auto;
  }
  .resultados .contenedorAnimacion {
    padding: 35px 0;
  }
  .resultados .contenedorAnimacion .center {
    margin: 0 auto;
  }
  .resultados .contenedorAnimacion .heart-rate {
    display: none;
    transform: scale(2.5);
    width: 200px;
    height: 40px;
    position: relative;
    margin: -40px auto 0;
    overflow: hidden;
  }
  .resultados .contenedorAnimacion .heart-rate-mobile {
    display: inline;
    transform: scale(2.5);
    width: 300px;
    height: 80px;
    position: relative;
    margin: -40px auto 0;
    overflow: hidden;
  }
  .resultados .contenedorAnimacion .heart-rate-mobile .fadeIn {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #007462;
    top: -115%;
    right: 0;
    animation: heartRateIn 2.5s linear infinite;
  }
  .resultados .contenedorAnimacion .heart-rate-mobile .fadeOut {
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #007462;
    top: -115%;
    left: -120%;
    animation: heartRateOut 2.5s linear infinite;
    background: #007462;
  }
  @keyframes heartRateIn {
    0% {
      width: 100%;
    }
    50% {
      width: 0;
    }
    100% {
      width: 0;
    }
  }
  @keyframes heartRateOut {
    0% {
      left: -120%;
    }
    30% {
      left: -120%;
    }
    100% {
      left: 0;
    }
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) and (max-width: 767px) {
  .resultados .contenedorAnimacion .heart-rate {
    transform: scale(1);
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resultados .carouselResultados {
    display: inline;
  }
  .resultados .contenedorCards {
    display: none;
    justify-content: center;
    column-gap: 3%;
  }
  .resultados .cardCarousel {
    margin: 0 10px;
    min-height: 269px;
    height: fit-content;
    border: 3px solid white;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .resultados .cardCarousel h6 {
    font-family: "poppins-bold";
    font-size: 1.8rem;
    color: #007462;
    text-align: center;
    margin: 5% auto;
  }
  .resultados .cardCarousel p {
    font-family: "poppins-regular";
    font-size: 1rem;
    color: #007462;
    text-align: center;
    margin: 10px auto 10px;
    width: 85%;
    min-height: 100px;
  }
  .resultados .cardCarousel a {
    width: 100%;
    margin: 0 auto 5%;
  }
  .resultados .cardCarousel a button {
    padding: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    font-weight: 600;
    height: 40px;
    border: 3px solid #007462;
    background-color: transparent;
    cursor: pointer;
    color: white;
    font-size: 1rem;
    transition: background-color 0.25s, padding-right 0.25s;
    text-align: center;
  }
  .resultados .cardCarousel a button .textoBotonResultados {
    min-height: 0;
    width: 50%;
    margin: 0%;
    margin-left: 20px;
    top: 50px;
  }
  .resultados .cardCarousel a button:hover p {
    color: #007462;
  }
  .resultados .cardCarousel button:hover {
    background-color: white;
    color: #007462;
    padding-right: 35px;
  }
  .resultados .cardCarousel button::after {
    content: "\F138";
    position: relative;
    top: 33%;
    margin-left: 4%;
    transform: translate(-17px, -50%);
    display: inline-block;
    font-family: "Bootstrap-icons";
    font-weight: 100;
    opacity: 0;
    transition: transform 0.25s;
    opacity: 0.25s;
  }
  .resultados .cardCarousel button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1;
  }
}

@font-face {
  font-family: "poppins-black";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "poppins-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "poppins-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-italic";
  src: url(../fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.sucursales {
  height: 100%;
}

.sucursales h2 {
  margin: 5% auto 15px auto;
  font-family: "poppins-black";
  text-align: center;
  font-size: 4rem;
  color: #1d1d1b;
}

.sucursales h6 {
  margin: 0% auto 5% auto;
  font-family: "poppins-bold";
  text-align: center;
  font-size: 1.3rem;
  color: #1d1d1b;
}

.sucursales .contenedorSucursales {
  margin: 5% 4% 10% 4%;
}

.sucursales .contenedorSucursales .cardSucursales {
  display: flex;
  flex-direction: row;
  column-gap: 5%;
  justify-content: center;
  align-items: center;
  margin: 5% 0;
}

.sucursales .contenedorSucursales .cardSucursales img {
  width: 30%;
  height: auto;
  object-fit: cover;
}

.sucursales .contenedorSucursales .cardSucursales .imagenSucursal {
  filter: drop-shadow(3px 1px 2px #000);
}

.sucursales .contenedorSucursales .cardSucursales .contenedorHorarios {
  width: 100%;
}

.sucursales .contenedorSucursales .cardSucursales .contenedorHorarios h5 {
  margin-left: 5%;
  font-family: "poppins-bold";
  font-size: 1.3rem;
}

.sucursales .contenedorSucursales .cardSucursales .contenedorHorarios p {
  margin: 3px 0px 0px 5% !important;
}

.sucursales .contenedorSucursales .cardSucursales .infoSucursales {
  width: 60%;
  height: 100%;
  border-left: 3px solid #007462;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sucursales .contenedorSucursales .cardSucursales .infoSucursales h4 {
  margin-left: 4%;
  margin-bottom: 3%;
  font-family: "poppins-bold";
  font-size: 2rem;
  color: #007462;
}

.sucursales .contenedorSucursales .cardSucursales .infoSucursales p {
  margin-left: 5%;
  margin-bottom: 3%;
  font-family: "poppins-regular";
  font-size: 1rem;
  width: 80%;
}

.sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 5%;
}

.sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion h5 {
  font-family: "poppins-bold";
  font-size: 1.3rem;
  margin-top: 10px;
}

.sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a {
  text-decoration: none;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007462;
}

.sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div i {
  font-size: 1.3rem;
}

.sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007462;
}

.sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div img {
  width: 1.4rem;
}

.sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a p {
  padding-left: 10px;
  margin: 0;
  color: black;
  font-family: "poppins-regular";
  font-size: 1rem;
}

.sucursales .contenedorSucursales .cardSucursalesDos {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 5%;
  justify-content: center;
  align-items: center;
  margin: 5% 0;
}

.sucursales .contenedorSucursales .cardSucursalesDos img {
  width: 30%;
  height: 100%;
  object-fit: cover;
}

.sucursales .contenedorSucursales .cardSucursalesDos .imagenSucursal {
  filter: drop-shadow(3px 1px 2px #000);
}

.sucursales .contenedorSucursales .cardSucursalesDos .contenedorHorarios {
  width: 100%;
}

.sucursales .contenedorSucursales .cardSucursalesDos .contenedorHorarios h5 {
  margin-left: 11%;
  font-family: "poppins-bold";
  font-size: 1.3rem;
}

.sucursales .contenedorSucursales .cardSucursalesDos .contenedorHorarios p {
  margin: 3px 0px 0px 11% !important;
}

.sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales {
  width: 60%;
  height: 100%;
  border-right: 3px solid #007462;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales h4 {
  margin-left: 10.5%;
  margin-right: 5%;
  margin-bottom: 3%;
  font-family: "poppins-bold";
  font-size: 2rem;
  color: #007462;
}

.sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales p {
  margin-left: 11.5%;
  margin-right: 5%;
  margin-bottom: 3%;
  font-family: "poppins-regular";
  font-size: 1rem;
  width: 80%;
}

.sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 11%;
  margin-right: 5%;
}

.sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion h5 {
  font-family: "poppins-bold";
  font-size: 1.3rem;
  margin-top: 10px;
}

.sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a {
  text-decoration: none;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007462;
}

.sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div i {
  font-size: 1.3rem;
}

.sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007462;
}

.sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div img {
  width: 1.4rem;
}

.sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a p {
  padding-left: 10px;
  margin: 0;
  color: black;
  font-family: "poppins-regular";
  font-size: 1rem;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sucursales {
    height: 100%;
  }
  .sucursales h2 {
    margin: 5% auto 15px auto;
    font-family: "poppins-black";
    text-align: center;
    font-size: 4rem;
    color: #1d1d1b;
  }
  .sucursales h6 {
    margin: 0% auto 5% auto;
    font-family: "poppins-bold";
    text-align: center;
    font-size: 1.3rem;
    color: #1d1d1b;
  }
  .sucursales .contenedorSucursales {
    margin: 5% 4% 10% 4%;
  }
  .sucursales .contenedorSucursales .cardSucursales {
    display: flex;
    flex-direction: row;
    column-gap: 5%;
    justify-content: center;
    align-items: center;
    margin: 5% 0;
  }
  .sucursales .contenedorSucursales .cardSucursales img {
    width: 30%;
    height: auto;
    object-fit: cover;
  }
  .sucursales .contenedorSucursales .cardSucursales .contenedorHorarios {
    width: 100%;
  }
  .sucursales .contenedorSucursales .cardSucursales .contenedorHorarios h5 {
    margin-left: 5%;
    font-family: "poppins-bold";
    font-size: 1.3rem;
  }
  .sucursales .contenedorSucursales .cardSucursales .contenedorHorarios p {
    margin: 3px 0px 0px 5% !important;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales {
    width: 60%;
    height: 100%;
    border-left: 3px solid #007462;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales h4 {
    margin-left: 4%;
    margin-bottom: 3%;
    font-family: "poppins-bold";
    font-size: 2rem;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales p {
    margin-left: 5%;
    margin-bottom: 3%;
    font-family: "poppins-regular";
    font-size: 1rem;
    width: 80%;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 5%;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion h5 {
    font-family: "poppins-bold";
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a {
    text-decoration: none;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div i {
    font-size: 1.3rem;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div img {
    width: 1.4rem;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a p {
    padding-left: 10px;
    margin: 0;
    color: black;
    font-family: "poppins-regular";
    font-size: 1rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 5%;
    justify-content: center;
    align-items: center;
    margin: 5% 0;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos img {
    width: 30%;
    height: 100%;
    object-fit: cover;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .contenedorHorarios {
    width: 100%;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .contenedorHorarios h5 {
    margin-left: 11%;
    font-family: "poppins-bold";
    font-size: 1.3rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .contenedorHorarios p {
    margin: 3px 0px 0px 11% !important;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales {
    width: 60%;
    height: 100%;
    border-right: 3px solid #007462;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales h4 {
    margin-left: 10.5%;
    margin-right: 5%;
    margin-bottom: 3%;
    font-family: "poppins-bold";
    font-size: 2rem;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales p {
    margin-left: 11.5%;
    margin-right: 5%;
    margin-bottom: 3%;
    font-family: "poppins-regular";
    font-size: 1rem;
    width: 80%;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 11%;
    margin-right: 5%;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion h5 {
    font-family: "poppins-bold";
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a {
    text-decoration: none;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div i {
    font-size: 1.3rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div img {
    width: 1.4rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a p {
    padding-left: 10px;
    margin: 0;
    color: black;
    font-family: "poppins-regular";
    font-size: 1rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .sucursales {
    overflow: hidden !important;
    height: 100%;
    margin: 20% 0% 0% 0%;
  }
  .sucursales h2 {
    width: 95%;
    margin: 5% auto 15px auto;
    font-family: "poppins-black";
    text-align: center;
    font-size: 2.5rem;
    color: #1d1d1b;
  }
  .sucursales h6 {
    width: 95%;
    margin: 0% auto 5% auto;
    font-family: "poppins-bold";
    text-align: center;
    font-size: 1rem;
    color: #1d1d1b;
  }
  .sucursales .contenedorSucursales {
    overflow: hidden;
    margin: 5% 4% 5% 4%;
  }
  .sucursales .contenedorSucursales .cardSucursales {
    overflow: hidden !important;
    display: flex;
    flex-direction: row;
    column-gap: 5%;
    justify-content: center;
    align-items: center;
    margin: 25% 0;
  }
  .sucursales .contenedorSucursales .cardSucursales img {
    overflow: hidden !important;
    width: 80vw;
    height: auto;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    left: 0%;
    max-width: 300px;
  }
  .sucursales .contenedorSucursales .cardSucursales .contenedorHorarios {
    width: 100%;
  }
  .sucursales .contenedorSucursales .cardSucursales .contenedorHorarios h5 {
    margin-left: 3%;
    font-family: "poppins-bold";
    font-size: 1.3rem;
  }
  .sucursales .contenedorSucursales .cardSucursales .contenedorHorarios p {
    margin: 3px 0px 0px 3% !important;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales {
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.7);
    width: auto;
    height: 100%;
    border-left: 3px solid #1d1d1b;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    align-items: flex-start;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales h4 {
    width: 100%;
    margin-left: 3%;
    margin-bottom: 3%;
    font-family: "poppins-bold";
    font-size: 1.3rem;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales p {
    margin-left: 3%;
    margin-bottom: 3%;
    font-family: "poppins-regular";
    font-size: 0.8rem;
    width: 90%;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 3%;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a {
    text-decoration: none;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div i {
    font-size: 1.1rem;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div img {
    width: 1.3rem;
    margin-left: 3.5%;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a p {
    padding-left: 5px;
    margin: 0;
    color: black;
    font-family: "poppins-regular";
    font-size: 0.8rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 5%;
    justify-content: center;
    align-items: center;
    margin: 15% 0;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos img {
    width: 80vw;
    height: auto;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    right: 0%;
    max-width: 300px;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .contenedorHorarios {
    width: 100%;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .contenedorHorarios h5 {
    margin-left: 3% !important;
    font-family: "poppins-bold";
    font-size: 1.3rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .contenedorHorarios p {
    margin: 3px 0px 0px 3% !important;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales {
    background: rgba(255, 255, 255, 0.7);
    width: auto;
    height: 100%;
    border-right: 3px solid #1d1d1b;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    align-items: flex-start;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales h4 {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 3%;
    font-family: "poppins-bold";
    font-size: 1.3rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales p {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 3%;
    font-family: "poppins-regular";
    font-size: 0.8rem;
    width: 90%;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 3%;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a {
    text-decoration: none;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div i {
    font-size: 1.1rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div img {
    width: 1.3rem;
    margin-right: 88%;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a p {
    padding-left: 5px;
    margin: 0;
    color: black;
    font-family: "poppins-regular";
    font-size: 0.8rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a p {
    padding-left: 5px;
    margin: 0;
    color: black;
    font-family: "poppins-regular";
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .sucursales {
    height: 100%;
  }
  .sucursales h2 {
    margin: 5% auto 15px auto;
    font-family: "poppins-black";
    text-align: center;
    font-size: 3.5rem;
    color: #1d1d1b;
  }
  .sucursales h6 {
    margin: 0% auto 5% auto;
    font-family: "poppins-bold";
    text-align: center;
    font-size: 1.1rem;
    color: #1d1d1b;
    width: 70%;
  }
  .sucursales .contenedorSucursales {
    margin: 5% 4% 10% 4%;
  }
  .sucursales .contenedorSucursales .cardSucursales {
    display: flex;
    flex-direction: row;
    column-gap: 5%;
    justify-content: center;
    align-items: center;
    margin: 5% 0;
  }
  .sucursales .contenedorSucursales .cardSucursales img {
    width: 30%;
    height: auto;
    object-fit: cover;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales {
    width: 60%;
    height: 100%;
    border-left: 3px solid #1d1d1b;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales h4 {
    margin-left: 5%;
    margin-bottom: 3%;
    font-family: "poppins-bold";
    font-size: 1.6rem;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales p {
    margin-left: 5%;
    margin-bottom: 3%;
    font-family: "poppins-regular";
    font-size: 0.8rem;
    width: 80%;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 5%;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a {
    text-decoration: none;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a div {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursales .infoSucursales .contenedorInformacion div a p {
    padding-left: 5px;
    margin: 0;
    color: black;
    font-family: "poppins-regular";
    font-size: 0.8rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 5%;
    justify-content: center;
    align-items: center;
    margin: 5% 0;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos img {
    width: 30%;
    height: 100%;
    object-fit: cover;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales {
    width: 20%;
    height: 100%;
    border-right: 3px solid #1d1d1b;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales h4 {
    margin-left: 10%;
    margin-right: 5%;
    margin-bottom: 3%;
    font-family: "poppins-bold";
    font-size: 1.6rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales p {
    margin-left: 10%;
    margin-right: 5%;
    margin-bottom: 3%;
    font-family: "poppins-regular";
    font-size: 0.8rem;
    width: 80%;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 10%;
    margin-right: 5%;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a {
    text-decoration: none;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007462;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a div i {
    font-size: 1.1rem;
  }
  .sucursales .contenedorSucursales .cardSucursalesDos .infoSucursales .contenedorInformacion div a p {
    padding-left: 5px;
    margin: 0;
    color: black;
    font-family: "poppins-regular";
    font-size: 0.8rem;
  }
}

@font-face {
  font-family: "poppins-black";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "poppins-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "poppins-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-italic";
  src: url(../fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.contactoForm {
  background-image: url("../images/mapa.png");
  background-size: cover;
  height: 100vh;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactoForm .formulario {
  width: 45%;
  height: 97%;
  background: linear-gradient(89.43deg, #007462 0.54%, #1d71b8 155.21%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.contactoForm .formulario form {
  height: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.contactoForm .formulario form h2 {
  font-family: "poppins-black";
  font-size: 2.3rem;
  color: #1d1d1b;
  margin: 2% 0 15px 0;
  text-align: center;
  color: white;
}

.contactoForm .formulario form h6 {
  font-family: "poppins-bold";
  width: 90%;
  text-align: center;
  margin: 0% auto 3% auto;
  color: white;
  font-size: 1.3rem;
}

.contactoForm .formulario .contenedorInputs {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

.contactoForm .formulario .contenedorInputs .form-control {
  width: 100%;
  margin: 0% auto;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid white;
  border-radius: 0%;
  color: white;
  font-family: "poppins-regular";
  font-size: 1rem;
  display: block;
}

.contactoForm .formulario .contenedorInputs .form-control::placeholder {
  color: white !important;
}

.contactoForm .formulario .contenedorInputs .form-control:focus,
.contactoForm .formulario .contenedorInputs .form-control:valid {
  outline: 0;
  border-bottom: 3px solid white;
  background-color: transparent !important;
}

.contactoForm .formulario .contenedorInputs label {
  position: absolute;
  top: 14px;
  left: 0;
  pointer-events: none;
}

.contactoForm .formulario .contacto-formulario-boton {
  margin: 0% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 200px;
  font-weight: 600;
  height: 40px;
  border: 3px solid white;
  background-color: transparent;
  cursor: pointer;
  color: white;
  font-size: 1rem;
  transition: background-color 0.25s, padding-right 0.25s;
  text-align: center;
}

.contactoForm .formulario .contacto-formulario-boton:hover {
  background-color: white;
  color: #007462;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contactoForm {
    background-image: url("../images/mapa.png");
    background-size: cover;
    height: 100vh;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contactoForm .formulario {
    width: 45%;
    height: 97%;
    background: linear-gradient(89.43deg, #007462 0.54%, #1d71b8 155.21%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .contactoForm .formulario form {
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .contactoForm .formulario form h2 {
    font-family: "poppins-black";
    font-size: 3.5rem;
    color: #1d1d1b;
    margin: 2% 0 10px 0;
    text-align: center;
    color: white;
  }
  .contactoForm .formulario form h6 {
    font-family: "poppins-bold";
    width: 90%;
    text-align: center;
    margin: 0% auto 5% auto;
    color: white;
    font-size: 1.1rem;
  }
  .contactoForm .formulario .contenedorInputs {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
  }
  .contactoForm .formulario .contenedorInputs .form-control {
    width: 100%;
    margin: 0% auto;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid white;
    border-radius: 0%;
    color: white;
    font-family: "poppins-regular";
    font-size: 1rem;
    display: block;
  }
  .contactoForm .formulario .contenedorInputs .form-control:focus,
  .contactoForm .formulario .contenedorInputs .form-control:valid {
    outline: 0;
    border-bottom: 3px solid white;
    background-color: transparent !important;
  }
  .contactoForm .formulario .contenedorInputs label {
    position: absolute;
    top: 14px;
    left: 0;
    pointer-events: none;
  }
  .contactoForm .formulario .contenedorInputs label span {
    display: inline-block;
    font-family: "poppins-regular";
    font-size: 14px;
    color: white;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .contactoForm .formulario .contenedorInputs input:focus + label span,
  .contactoForm .formulario .contenedorInputs input:valid + label span {
    color: white;
    font-size: 1rem;
    transform: translateY(-30px);
  }
  .contactoForm .formulario .contenedorInputs textarea:focus + label span,
  .contactoForm .formulario .contenedorInputs textarea:valid + label span {
    color: white;
    font-size: 1rem;
    transform: translateY(-30px);
  }
  .contactoForm .formulario .contacto-formulario-boton {
    margin: 0% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 200px;
    font-weight: 600;
    height: 40px;
    border: 3px solid white;
    background-color: transparent;
    cursor: pointer;
    color: white;
    font-size: 1rem;
    transition: background-color 0.25s, padding-right 0.25s;
    text-align: center;
  }
  .contactoForm .formulario .contacto-formulario-boton:hover {
    background-color: white;
    color: #007462;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contactoForm {
    background-image: url("../images/mapa.png");
    background-size: cover;
    height: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .contactoForm .formulario {
    width: 90%;
    height: fit-content;
    background: linear-gradient(89.43deg, #007462 0.54%, #1d71b8 155.21%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 10% 0;
  }
  .contactoForm .formulario form {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
  }
  .contactoForm .formulario form h2 {
    font-family: "poppins-black";
    font-size: 2.5rem;
    color: #1d1d1b;
    margin: 10% 0 30px 0;
    text-align: center;
    color: white;
  }
  .contactoForm .formulario form h6 {
    font-family: "poppins-bold";
    width: 90%;
    text-align: center;
    margin: 0% auto 30px auto;
    color: white;
    font-size: 0.9rem;
  }
  .contactoForm .formulario .contenedorInputs {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
  }
  .contactoForm .formulario .contenedorInputs .form-control {
    width: 100%;
    margin: 0% auto;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid white;
    border-radius: 0%;
    color: white;
    font-family: "poppins-regular";
    font-size: 1rem;
    display: block;
  }
  .contactoForm .formulario .contenedorInputs .form-control:focus,
  .contactoForm .formulario .contenedorInputs .form-control:valid {
    outline: 0;
    border-bottom: 3px solid white;
    background-color: transparent !important;
  }
  .contactoForm .formulario .contenedorInputs label {
    position: absolute;
    top: 14px;
    left: 0;
    pointer-events: none;
  }
  .contactoForm .formulario .contenedorInputs label span {
    display: inline-block;
    font-family: "poppins-regular";
    font-size: 0.8rem;
    color: white;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .contactoForm .formulario .contenedorInputs input:focus + label span,
  .contactoForm .formulario .contenedorInputs input:valid + label span {
    color: white;
    font-size: 0.8rem;
    transform: translateY(-30px);
  }
  .contactoForm .formulario .contenedorInputs textarea:focus + label span,
  .contactoForm .formulario .contenedorInputs textarea:valid + label span {
    color: white;
    font-size: 0.8rem;
    transform: translateY(-30px);
  }
  .contactoForm .formulario .contacto-formulario-boton {
    margin: 5% auto 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 200px;
    font-weight: 600;
    height: 40px;
    border: 3px solid white;
    background-color: transparent;
    cursor: pointer;
    color: white;
    font-size: 1rem;
    transition: background-color 0.25s, padding-right 0.25s;
    text-align: center;
  }
  .contactoForm .formulario .contacto-formulario-boton:hover {
    background-color: white;
    color: #007462;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .contactoForm {
    background-image: url("../images/mapa.png");
    background-size: cover;
    height: 120vh;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contactoForm .formulario {
    width: 60%;
    height: 80%;
    background: linear-gradient(89.43deg, #007462 0.54%, #1d71b8 155.21%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .contactoForm .formulario form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .contactoForm .formulario form h2 {
    font-family: "poppins-black";
    font-size: 3.5rem;
    color: #1d1d1b;
    margin: 3% 0 10px 0;
    text-align: center;
    color: white;
  }
  .contactoForm .formulario form h6 {
    font-family: "poppins-bold";
    width: 90%;
    text-align: center;
    margin: 0% auto 3% auto;
    color: white;
    font-size: 1.1rem;
  }
  .contactoForm .formulario .contenedorInputs {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
  }
  .contactoForm .formulario .contenedorInputs .form-control {
    width: 100%;
    margin: 0% auto;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid white;
    border-radius: 0%;
    color: white;
    font-family: "poppins-regular";
    font-size: 1rem;
    display: block;
  }
  .contactoForm .formulario .contenedorInputs .form-control:focus,
  .contactoForm .formulario .contenedorInputs .form-control:valid {
    outline: 0;
    border-bottom: 3px solid white;
    background-color: transparent !important;
  }
  .contactoForm .formulario .contenedorInputs label {
    position: absolute;
    top: 14px;
    left: 0;
    pointer-events: none;
  }
  .contactoForm .formulario .contenedorInputs label span {
    display: inline-block;
    font-family: "poppins-regular";
    font-size: 0.8rem;
    color: white;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .contactoForm .formulario .contenedorInputs input:focus + label span,
  .contactoForm .formulario .contenedorInputs input:valid + label span {
    color: white;
    font-size: 0.8rem;
    transform: translateY(-30px);
  }
  .contactoForm .formulario .contenedorInputs textarea:focus + label span,
  .contactoForm .formulario .contenedorInputs textarea:valid + label span {
    color: white;
    font-size: 0.8rem;
    transform: translateY(-30px);
  }
  .contactoForm .formulario .contacto-formulario-boton {
    margin: 0% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 200px;
    font-weight: 600;
    height: 40px;
    border: 3px solid white;
    background-color: transparent;
    cursor: pointer;
    color: white;
    font-size: 1rem;
    transition: background-color 0.25s, padding-right 0.25s;
    text-align: center;
  }
  .contactoForm .formulario .contacto-formulario-boton:hover {
    background-color: white;
    color: #007462;
  }
}

@font-face {
  font-family: "poppins-black";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "poppins-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "poppins-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-italic";
  src: url(../fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

footer {
  background: linear-gradient(89.43deg, #007462 0.54%, #1d71b8 155.21%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 30px;
}

footer .credito {
  text-align: center;
  text-decoration: none;
  color: white;
}

footer .credito h6 {
  font-family: "poppins-regular";
  font-size: 1.2rem;
}

footer .credito:hover {
  text-decoration: none;
  color: white;
}

footer .footer {
  height: 40vh;
  background: linear-gradient(89.43deg, #007462 0.54%, #1d71b8 155.21%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 3%;
}

footer .footer img {
  width: 10%;
  align-self: flex-start;
}

footer .footer .linksFooter {
  font-family: "poppins-regular";
  color: white;
  font-size: 1rem;
  align-self: flex-start;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer .footer .linksFooter h6 {
  font-size: 1.1rem;
  font-family: "poppins-bold";
}

footer .footer .linksFooter ul {
  padding: 0% !important;
}

footer .footer .linksFooter ul li {
  text-decoration: none;
  list-style-type: none;
  text-align: center;
}

footer .footer .linksFooter ul li a {
  color: white;
  text-decoration: none;
}

footer .footer .redesFooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}

footer .footer .redesFooter h6 {
  font-size: 1.1rem;
  font-family: "poppins-bold";
  color: white;
}

footer .footer .redesFooter .containerRedesFooter {
  margin-top: 10%;
  display: flex;
}

footer .footer .redesFooter .containerRedesFooter .divRedesFooter {
  width: 1.1em;
  height: 2em;
  margin: 0 20px;
  position: relative;
  background-color: white;
}

footer .footer .redesFooter .containerRedesFooter .divRedesFooter a i {
  z-index: 200;
  color: #007462;
  position: relative;
  font-size: 1.4rem;
  margin: auto;
  bottom: 5%;
  right: 12%;
}

footer .footer .redesFooter .containerRedesFooter .divRedesFooter a .faceFooter {
  z-index: 200;
  color: #007462;
  position: relative;
  font-size: 1.4rem;
  margin: auto;
  bottom: -15%;
  right: -5%;
}

footer .footer .redesFooter .containerRedesFooter .divRedesFooter:before {
  background: inherit;
  content: "";
  height: 100%;
  position: absolute;
  transform: rotate(-60deg);
  transform-origin: 50% 50%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

footer .footer .redesFooter .containerRedesFooter .divRedesFooter:after {
  background: inherit;
  content: "";
  height: 100%;
  position: absolute;
  transform: rotate(60deg);
  transform-origin: 50% 50%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer {
    background: linear-gradient(89.43deg, #007462 0.54%, #1d71b8 155.21%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding-bottom: 60px;
  }
  footer .credito {
    text-align: start;
    text-decoration: none;
    color: white;
  }
  footer .credito h6 {
    font-family: "poppins-regular";
    font-size: 0.8rem;
  }
  footer .credito:hover {
    text-decoration: none;
    color: white;
  }
  footer .footer {
    height: 35vh;
    background: linear-gradient(89.43deg, #007462 0.54%, #1d71b8 155.21%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 3%;
  }
  footer .footer img {
    width: 10%;
    align-self: flex-start;
  }
  footer .footer .linksFooter {
    font-family: "poppins-regular";
    color: white;
    font-size: 1rem;
    align-self: flex-start;
  }
  footer .footer .linksFooter h6 {
    font-size: 1rem;
    font-family: "poppins-bold";
  }
  footer .footer .linksFooter ul {
    padding: 0% !important;
  }
  footer .footer .linksFooter ul li {
    text-decoration: none;
    list-style-type: none;
    font-size: 0.8rem;
  }
  footer .footer .redesFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
  }
  footer .footer .redesFooter h6 {
    font-size: 1rem;
    font-family: "poppins-bold";
    color: white;
  }
  footer .footer .redesFooter .containerRedesFooter {
    margin-top: 10%;
    display: flex;
  }
  footer .footer .redesFooter .containerRedesFooter .divRedesFooter {
    width: 1.1em;
    height: 2em;
    margin: 0 20px;
    position: relative;
    background-color: white;
  }
  footer .footer .redesFooter .containerRedesFooter .divRedesFooter a i {
    z-index: 200;
    color: #007462;
    position: relative;
    font-size: 1.4rem;
    margin: auto;
    bottom: 5%;
    right: 12%;
  }
  footer .footer .redesFooter .containerRedesFooter .divRedesFooter a .faceFooter {
    z-index: 200;
    color: #007462;
    position: relative;
    font-size: 1.4rem;
    margin: auto;
    bottom: -15%;
    right: -5%;
  }
  footer .footer .redesFooter .containerRedesFooter .divRedesFooter:before {
    background: inherit;
    content: "";
    height: 100%;
    position: absolute;
    transform: rotate(-60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  footer .footer .redesFooter .containerRedesFooter .divRedesFooter:after {
    background: inherit;
    content: "";
    height: 100%;
    position: absolute;
    transform: rotate(60deg);
    transform-origin: 50% 50%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer {
    background: linear-gradient(89.43deg, #007462 0.54%, #1d71b8 155.21%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding-bottom: 70px;
  }
  footer .credito {
    text-align: center;
    text-decoration: none;
    color: white;
  }
  footer .credito h6 {
    font-family: "poppins-regular";
    font-size: 1rem;
  }
  footer .credito:hover {
    text-decoration: none;
    color: white;
  }
  footer .footer {
    height: 100%;
    background: linear-gradient(89.43deg, #007462 0.54%, #1d71b8 155.21%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-top: 3%;
    padding-bottom: 10%;
  }
  footer .footer img {
    width: 30%;
    align-self: flex-start;
    margin: 0 auto;
  }
  footer .footer .linksFooter {
    display: none;
  }
  footer .footer .redesFooter {
    display: none;
  }
}

@font-face {
  font-family: "poppins-black";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "poppins-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "poppins-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-italic";
  src: url(../fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.iconosFlotantes {
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 40vh;
  position: fixed;
  margin: auto;
  top: 40%;
  right: 3%;
  gap: 5%;
  z-index: 1000000;
}

.iconosFlotantes .iconoFlotante {
  background-image: url("../images/hexa.png");
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  filter: drop-shadow(1.5px 1.5px 1.5px #222);
}

.iconosFlotantes .iconoFlotante a .face {
  z-index: 200;
  color: white;
  position: relative;
  font-size: 1.8rem;
  bottom: -20%;
  right: 20%;
  color: #007462;
}

.iconosFlotantes .iconoFlotante a .insta {
  z-index: 200;
  color: white;
  position: relative;
  font-size: 1.8rem;
  right: 12%;
  color: #007462;
}

.iconosFlotantes .iconoFlotante a .whats {
  z-index: 200;
  color: white;
  position: relative;
  font-size: 1.8rem;
  right: 10%;
  color: #007462;
}

.iconosFlotantes .iconoFlotante:hover {
  background-image: url("../images/hexaColor.png");
}

.iconosFlotantes .iconoFlotante:hover a .face {
  color: white;
}

.iconosFlotantes .iconoFlotante:hover a .insta {
  color: white;
}

.iconosFlotantes .iconoFlotante:hover a .whats {
  color: white;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
  .iconosFlotantes {
    display: none;
  }
}

@font-face {
  font-family: "poppins-black";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "poppins-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "poppins-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-italic";
  src: url(../fonts/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.bottomBar {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
  .bottomBar {
    display: inline;
    width: 100%;
    height: 10vh;
    position: fixed;
    bottom: 0px;
    z-index: 1000000;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
    background-color: white;
    display: flex;
    justify-content: center;
    gap: 4%;
    align-items: center;
  }
  .bottomBar a i {
    color: #007462;
    font-size: 1.5rem;
  }
  .bottomBar a .botonresultadosMobile {
    width: 180px;
    height: 40px;
    margin: 0%;
    background: linear-gradient(270.1deg, #007462 19.07%, #1d71b8 185.03%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
    border: none;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
select,
input.form-control:focus,
textarea.form-control:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
