.grecaptcha-badge { 
    visibility: hidden;
}

.boton-principal, .boton-principal2, .boton-principal1 {
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  font-family: Poppins;
  font-weight: 400;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
  line-height: 24px;
}
.boton-principal1 {
  background: #F9234E;
  color: white;
}
.boton-principal1:hover {
  background: #DD1D43;
  transition: 0.5s;
}
.boton-principal2 {
  background: #1479FF;
  color: white;
}
.boton-principal2:hover {
  background: #1564CD;
  transition: 0.5s;
}

.boton-secundario, .boton-secundario2, .boton-secundario1 {
  padding: 10px 14px;
  border-radius: 8px;
  font-family: Poppins;
  font-weight: 300;
  line-height: 24px;
  background: none;
}
.boton-secundario1 {
  color: #1479FF;
  border: 1px solid #1479FF;
}
.boton-secundario1:hover {
  background: #DFEDFF;
  transition: 0.5s;
}
.boton-secundario2 {
  border: 1px solid white;
  color: white;
}
.boton-secundario2:hover {
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}

label {
  display: flex;
  flex-direction: column;
  width: min(350px, 100%);
  font-family: Poppins;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
  line-height: 16px;
  color: #6D808F;
}

.label-number {
  width: min(100px, 100%);
}

.input {
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid #DDE6EE;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
  width: min(350px, 100%);
  margin-top: 0.75rem;
  height: 45px;
}
.input:focus {
  border: 1px solid #1479FF;
  outline: 0;
}

input[type=date] {
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid #DDE6EE;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
  width: min(200px, 100%);
  margin-top: 0.75rem;
  height: 45px;
}
input[type=date]:focus {
  border: 1px solid #1479FF;
  outline: 0;
}

.date {
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid #DDE6EE;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
  width: min(200px, 100%);
  margin-top: 0.75rem;
  height: 45px;
}
.date:focus {
  border: 1px solid #1479FF;
  outline: 0;
}

.number {
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid #DDE6EE;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
  width: min(200px, 100%);
  margin-top: 0.75rem;
  height: 45px;
}
.number:focus {
  border: 1px solid #1479FF;
  outline: 0;
}

.textarea {
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid #DDE6EE;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 1.5;
  resize: none;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
  margin-top: 0.75rem;
}
.textarea:focus {
  border: 1px solid #1479FF;
  outline: 0;
}

h1, .h1 {
  font-family: Poppins;
  font-size: clamp(1.5rem, 1.5rem + 3vw, 3.5rem);
  line-height: 1.5;
  color: #051B2E;
  margin-top: 1.5vh;
}

h2, .h2 {
  font-family: Poppins;
  font-size: clamp(1.25rem, 1rem + 2vw, 2rem);
  line-height: clamp(2.5rem, 2rem + 1vw, 3rem);
  color: #051B2E;
  margin: 2vh 0;
}

h3, .h3 {
  font-family: Poppins;
  font-size: clamp(1rem, 1rem + 1vw, 1.25rem);
  line-height: 32px;
  color: #FFFFFF;
}

h4, .h4 {
  font-family: Poppins;
  font-size: clamp(14px, 10px + 0.6vw, 1rem);
  line-height: 32px;
  color: #F9234E;
  margin-top: 2vh;
}

h5, .h5 {
  font-family: Poppins;
  font-size: clamp(14px, 10px + 0.6vw, 1rem);
  line-height: 32px;
  color: #6D808F;
}

em {
  font-weight: 600;
}

p, .p {
  font-family: Poppins;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
  line-height: 24px;
  color: #051B2E;
}

.p-grande {
  font-family: Poppins;
  font-size: clamp(14px, 10px + 0.6vw, 1rem);
  line-height: 24px;
  color: #051B2E;
}

.cuerpoprincipal__seccion {
  height: auto;
  padding: 0 max(4vw, 35px);
  position: relative;
}

.centrar-boton {
  display: flex;
  flex: row;
  justify-content: center;
}
.centrar-boton a {
  text-decoration: none;
}

header {
  height: 10vh;
  min-height: 60px;
  width: auto;
}

.menu {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  height: 10vh;
  min-height: 58px;
  width: 100%;
  z-index: 1000;
  position: fixed;
}
.menu::before {
  content: "";
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
}

.menu-arealogo {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
  padding-left: max(4vw, 35px);
}

.menu-logo-contenedor {
  height: 70%;
  max-width: 150px;
}

.menu-logo {
  height: 100%;
  max-width: 150px;
}

.menu-arealinks {
  display: flex;
  align-items: center;
  height: 10vh;
  margin-left: auto;
  padding-left: 3vw;
  padding-right: max(4vw, 35px);
}
.menu-arealinks .boton-secundario1 {
  font-size: clamp(14px, 10px + 0.6vw, 1rem);
}
.menu-arealinks .menu-links:last-of-type a {
  margin: 0;
}

.menu-links {
  display: inline-block;
  text-align: center;
}
.menu-links a {
  margin-right: 3.3vw;
  color: #374552;
  text-decoration: none;
  font-size: clamp(14px, 10px + 0.6vw, 1rem);
  font-weight: 400;
}
.menu-links:hover > a {
  color: #1479FF;
  transition: 0.3s ease-in-out;
}

.menu-redessociales {
  display: none;
}

.menu-boton {
  display: none;
}

@media (max-width: 60em) {
  #link-ingresar {
    display: none;
  }

  .menu-boton {
    display: flex;
    align-items: center;
    height: 10vh;
    position: absolute;
    right: 0;
    margin-right: max(4vw, 35px);
    font-size: clamp(1rem, 1rem + 1vw, 1.25rem);
    color: #374552;
  }

  .menu-arealinks {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    z-index: 9990;
    height: 90vh;
    width: min(60%, 300px);
    min-width: 200px;
    margin-top: 10vh;
    padding-top: 5vh;
    padding-bottom: 3vh;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
    transition: transform 350ms ease;
  }

  #menu-botonicono {
    transition: ease 2s;
  }

  .menu-arealinks[data-visible=true] {
    transform: translateX(0%);
  }

  .menu-links {
    display: flex;
    justify-content: right;
    width: 100%;
    margin: 5vh 0;
  }
  .menu-links a {
    margin-right: 0;
  }

  .menu-redessociales {
    display: flex;
    margin-top: auto;
    margin-left: auto;
    justify-content: right;
  }
  .menu-redessociales a {
    margin-left: max(4.5vw, 3.5vh);
    font-size: 130%;
    color: #374552;
  }
  .menu-redessociales a:visited {
    color: #374552;
  }
}
.Inicio-texto {
  display: inline-block;
  flex-direction: column;
  position: absolute;
  padding-top: 8vw;
  padding-right: max(4vw, 35px);
  padding-left: max(20vw, 2.5rem);
  z-index: 10;
  width: 100%;
}
.Inicio-texto h3 {
  font-size: clamp(1rem, 14px + 4vw, 4rem);
  line-height: 1.35;
  text-align: right;
  color: #0257B2;
  width: fit-content;
  margin-left: auto;
  font-weight: 700;
}
.Inicio-texto h3 span {
  background-image: linear-gradient(0, rgba(17, 187, 236, 0.8) 45%, transparent 45%);
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-weight: 700;
}
.Inicio-texto h4 {
  margin-top: 1.5rem;
  font-size: clamp(1.2rem, 8px + 2vw, 2rem);
  line-height: 1.1;
  text-align: right;
  color: #F9234E;
  width: fit-content;
  margin-left: auto;
  font-weight: 600;
}
.Inicio-texto p {
  margin-top: 2rem;
  font-size: clamp(14px, 0.5rem + 0.75vw, 0.875rem);
  line-height: 1.7;
  text-align: right;
  color: #051B2E;
  width: 75%;
  margin-left: auto;
}
.Inicio-texto .boton-principal1 {
  margin-top: calc(1rem + 2vw);
  width: fit-content;
  display: block;
  min-width: 13vw;
  padding: calc(8px + 0.2vw);
  padding-right: 16px;
  padding-left: 16px;
  margin-left: auto;
}

@media (max-width: 60em) {
 
}
.seccion-inicio-video {
  height: auto;
  max-height: 90vh;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  object-fit: cover;
  overflow: hidden;
  z-index: 1;
  display: flex;
  position: relative;
  flex-direction: column;
}
/*
.seccion-inicio-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFF;
  opacity: 0.2;
}
*/
.seccion-inicio-video::after {
}
.seccion-inicio-slider {
  max-height: 90vh;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.slider {
  width: 400%;
  display: flex;
  margin-left: -100vw;
}
/*
.slider ::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFF;
  opacity: 0.25;
}
  */
.slider-after {
  filter: saturate(75%);
  filter: blur(2px);
  background: #FFFF;
  opacity: 0.25;
}

.slider-imagen {
  object-fit: cover;
  width: 100vw;
  aspect-ratio: 16/9;
}

@media (max-width: 60em) {

.slider-imagen {
  width: ;
  min-height:55vh;
}

.seccion-inicio-slider {
  max-height: ;
  min-height: 55vh;
}

  }


.slider-boton {
  position: absolute;
  color: #FFFFFF;
  font-size: 120%;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 15;
}
.slider-boton:hover {
  color: #6D808F;
  transition: 0.3s;
}

.slider-boton-izquierdo {
  left: max(0.75rem, 1.5vw);
}

.slider-boton-derecho {
  right: max(0.75rem, 1.5vw);
}

* {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.seccion-conocenos {
  min-height: 90vh;
  padding: 0 max(4vw, 35px);
}

.conocenos-background {
  position: absolute;
  width: 100vw;
  overflow: hidden;
  min-height: 105%;
  top: 0;
  right: 0;
}

.conocenos-residencia {
  display: grid;
  grid-template-columns: minmax(400px, 450px) 1fr;
  grid-column-gap: 3rem;
}

@media (max-width: 750px) {
  .conocenos-residencia {
    grid-template-columns: 1fr;
  }
}
.conocenos-residencia-texto {
  position: relative;
}

.conocenos-residencia-parrafo {
  position: sticky;
  top: 0;
  padding-top: 13vh;
}
.conocenos-residencia-parrafo p {
  color: #6D808F;
  text-align: justify;
  font-weight: 300;
}
.conocenos-residencia-parrafo h2 {
  margin-top: 0;
}

.conocenos-residencia-grid {
  padding-top: 15vh;
  display: grid;
  grid-auto-rows: max-content;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 3rem;
  justify-items: center;
}

@media (max-width: 750px) {
  .conocenos-residencia-grid {
    padding-top: 5vh;
  }
}
.conocenos-grid-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  justify-content: center;
  position: relative;
  max-width: 275px;
  min-width: 275px;
}
.conocenos-grid-card:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  transition: 0.3s ease-in-out;
}

.conocenos-grid-contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 50;
  width: 100%;
}

.conocenos-grid-imagen {
  height: 200px;
  width: 100%;
}
.conocenos-grid-imagen img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px 20px 0 0;
}

.conocenos-grid-texto {
  padding-top: 15px;
  text-align: center;
  padding: 20px;
}

.conocenos-grid-titulo {
  font-weight: 300;
  color: #1479FF;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
}

.conocenos-grid-nombre {
  font-weight: 600;
  font-size: clamp(14px, 10px + 0.6vw, 1rem);
}

.conocenos-grid-descripcion {
  margin-top: 0.5rem;
  color: #6D808F;
  font-size: 11px;
  text-align: justify;
  line-height: 1.5;
}

.conocenos-staff {
  margin-top: max(10vw, 10vh);
  margin-bottom: 5vh;
}
.conocenos-staff h3 {
  color: #1564CD;
  margin-bottom: 1vh;
  text-align: center;
}

.swiper {
/*  
    width: 95%;
  padding: 0 30px !important;
*/
  width: 100%;
}

.conocenos-staff-contenedor {
  width: 85% !important;
  height: 275px !important;
  padding: 30px 0;
}

.conocenos-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  justify-content: center;
  position: relative;
  width: 210px;
  justify-self: center;
  transition: 1s;
}
.conocenos-card::before {
  content: " ";
  position: absolute;
  height: 40%;
  width: 100%;
  background: #DFEDFF;
  border-radius: 20px 20px 0 0;
}
.conocenos-card:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  transition: 0.4s ease-in-out;
  transform: scale(1.015);
}
.conocenos-card:target {
  background-color: red;
}

.conocenos-card-contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 50;
}

.conocenos-card-imagen {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  padding: 3px;
  background-color: #1479FF;
}
.conocenos-card-imagen img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffff;
}

.conocenos-card-texto {
  padding-top: 15px;
  text-align: center;
}

.conocenos-card-titulo {
  font-weight: 300;
  color: #1479FF;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
}

.conocenos-card-nombre {
  font-weight: 600;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
}

.conocenos-card-profesion {
  color: #374552;
  font-size: clamp(12px, 0.5rem + 0.75vw, 0.875rem);
}

.swiper-button-next {
  width: 40px !important;
  position: relative;
  right: -15px !important;
  color: #1479FF;
  font-size: 120%;
  text-shadow: -3px 3px 5px rgba(0, 0, 0, 0.3);
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-next:hover {
  color: #1564CD;
  transition: 0.3s ease-in-out;
}

.swiper-button-prev {
  width: 40px !important;
  left: -15px !important;
  color: #1479FF;
  font-size: 120%;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev:hover {
  color: #1564CD;
  transition: 0.3s ease-in-out;
}

.circulo-conocenos1 {
  background: #F9234E;
  opacity: 0.15;
  filter: blur(min(40px, 10vw));
  border-radius: 50%;
  width: max(20vw, 200px);
  height: max(20vw, 200px);
  position: absolute;
  animation-direction: alternate;
  animation-name: movimiento-conocenos1;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes movimiento-conocenos1 {
  0% {
    left: 0vw;
    top: 20vh;
  }
  25% {
    left: 10vw;
    top: 30vh;
    opacity: 0.15;
  }
  50% {
    left: -5vw;
    top: 35vh;
  }
  100% {
    left: 0vw;
    top: 25vh;
    opacity: 0.1;
  }
}
.circulo-conocenos2 {
  background: #1479FF;
  opacity: 0.15;
  filter: blur(min(40px, 7vw));
  border-radius: 50%;
  width: max(20vw, 200px);
  height: max(20vw, 200px);
  position: absolute;
  animation-direction: alternate;
  animation-name: movimiento-conocenos2;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes movimiento-conocenos2 {
  0% {
    left: 80vw;
    top: -5vh;
  }
  25% {
    left: 70vw;
    top: 0vh;
    opacity: 0.15;
  }
  50% {
    left: 75vw;
    top: 10vh;
  }
  100% {
    left: 90vw;
    top: 0vh;
    opacity: 0.2;
  }
}
.circulo-conocenos3 {
  background: #F9234E;
  opacity: 0.15;
  filter: blur(min(75px, 10vw));
  border-radius: 50%;
  width: max(20vw, 225px);
  height: max(20vw, 225px);
  position: absolute;
  animation-direction: alternate;
  animation-name: movimiento-conocenos3;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes movimiento-conocenos3 {
  0% {
    left: 50vw;
    top: 60vh;
  }
  25% {
    left: 40vw;
    top: 70vh;
    opacity: 0.15;
  }
  50% {
    left: 55vw;
    top: 65vh;
  }
  100% {
    left: 50vw;
    top: 70vh;
    opacity: 0.1;
  }
}
.circulo-conocenos4 {
  background: #1479FF;
  opacity: 0.15;
  filter: blur(min(75px, 10vw));
  border-radius: 50%;
  width: max(25vw, 225px);
  height: max(25vw, 225px);
  position: absolute;
  animation-direction: alternate;
  animation-name: movimiento-conocenos4;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes movimiento-conocenos4 {
  0% {
    left: 10vw;
    bottom: 30vh;
  }
  25% {
    left: 20vw;
    bottom: 35vh;
    opacity: 0.15;
  }
  50% {
    left: 5vw;
    bottom: 30vh;
  }
  100% {
    left: 10vw;
    bottom: 35vh;
    opacity: 0.1;
  }
}
.circulo-conocenos5 {
  background: #F9234E;
  opacity: 0.15;
  filter: blur(min(75px, 10vw));
  border-radius: 50%;
  width: max(25vw, 225px);
  height: max(25vw, 225px);
  position: absolute;
  animation-direction: alternate;
  animation-name: movimiento-conocenos5;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes movimiento-conocenos5 {
  0% {
    left: 80vw;
    bottom: 15vh;
  }
  25% {
    left: 70vw;
    bottom: 10vh;
    opacity: 0.15;
  }
  50% {
    left: 75vw;
    bottom: 15vh;
  }
  100% {
    left: 90vw;
    bottom: 20vh;
    opacity: 0.1;
  }
}
.circulo-conocenos6 {
  display: none;
  background: #1479FF;
  opacity: 0.15;
  filter: blur(min(50px, 7vw));
  border-radius: 50%;
  width: max(25vw, 250px);
  height: max(25vw, 250px);
  position: absolute;
  animation-direction: alternate;
  animation-name: movimiento-conocenos6;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes movimiento-conocenos6 {
  0% {
    left: 10%;
    bottom: 50%;
  }
  25% {
    left: 15%;
    bottom: 55%;
    opacity: 0.15;
  }
  50% {
    left: 5%;
    bottom: 50%;
  }
  100% {
    left: 20%;
    bottom: 50%;
    opacity: 0.1;
  }
}
.circulo-conocenos7 {
  display: none;
  background: #F9234E;
  opacity: 0.15;
  filter: blur(min(50px, 7vw));
  border-radius: 50%;
  width: max(25vw, 250px);
  height: max(25vw, 250px);
  position: absolute;
  animation-direction: alternate;
  animation-name: movimiento-conocenos7;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes movimiento-conocenos7 {
  0% {
    left: 90%;
    bottom: 25%;
  }
  25% {
    left: 85%;
    bottom: 30%;
    opacity: 0.15;
  }
  50% {
    left: 95%;
    bottom: 35%;
  }
  100% {
    left: 80%;
    bottom: 20%;
    opacity: 0.2;
  }
}
@media (max-width: 750px) {
  .circulo-conocenos6 {
    display: block;
  }

  .circulo-conocenos7 {
    display: block;
  }
}
.seccion-informacion {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 10vh;
  min-height: max(42rem, 85vh);
  max-width: 100vw;
}

.contenedor-informacion a.boton-secundario1 {
-webkit-appearance: none!important;
-moz-appearance: none!important;
appearance: none!important;
}

.seccion-informacion > p {
  text-align: center;
  max-width: 85%;
  margin-bottom: 1vh;
}

.contenedor-informacion {
  height: 4rem;
  width: clamp(350px, 75%, 700px);
  background: white;
  border: 1px solid #DDE6EE;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 4vh;
}
.contenedor-informacion:hover {
  box-shadow: 0px 6px 20px -4px rgba(79, 115, 159, 0.15);
  transition: 0.3s ease-in-out;
}
.contenedor-informacion__titulo, .contenedor-informacion__titulo4, .contenedor-informacion__titulo3, .contenedor-informacion__titulo2, .contenedor-informacion__titulo1 {
  margin-left: 1.5rem;
  width: 60%;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #374552;
}
.contenedor-informacion__circulo, .contenedor-informacion__circulo4, .contenedor-informacion__circulo3, .contenedor-informacion__circulo2, .contenedor-informacion__circulo1 {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
}
.contenedor-informacion__circulo1 {
  background: #DCF7FF;
}
.contenedor-informacion__circulo2 {
  background: #FFE5B3;
}
.contenedor-informacion__circulo3 {
  background: #CEF5E6;
}
.contenedor-informacion__circulo4 {
  background: #FFDADD;
}
.contenedor-informacion ion-icon {
  font-size: 170%;
  color: #374552;
}
.contenedor-informacion .boton-secundario1 {
  position: absolute;
  right: 1.75vh;
}
.contenedor-informacion .boton-descarga-small {
  display: none;
}

.contenedor-informacion a.boton-secundario1 {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
}

.circulo-informacion1 {
  background: #F9234E;
  opacity: 0.2;
  filter: blur(min(100px, 15vw));
  border-radius: 50%;
  width: max(25vw, 175px);
  height: max(25vw, 175px);
  position: absolute;
  left: 5vw;
  top: 5;
  overflow: hidden;
  animation-direction: alternate;
  animation-name: movimiento-informacion1;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes movimiento-informacion1 {
  0% {
    left: 12vw;
    top: 20vw;
  }
  25% {
    left: 8vw;
    top: 15vh;
    height: max(25vw, 175px);
    width: max(25vw, 175px);
    opacity: 0.25;
  }
  50% {
    left: 0vw;
    top: 20vh;
    height: max(15vw, 125px);
    width: max(15vw, 125px);
  }
  100% {
    left: 10vw;
    top: 17vw;
    opacity: 0.2;
  }
}
.circulo-informacion2 {
  background: #1479FF;
  opacity: 0.25;
  filter: blur(min(100px, 15vw));
  border-radius: 50%;
  width: max(20vw, 150px);
  height: max(20vw, 150px);
  position: absolute;
  animation-direction: alternate;
  animation-name: movimiento-informacion2;
  animation-duration: 13s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes movimiento-informacion2 {
  0% {
    left: 75vw;
    top: 27vw;
  }
  25% {
    left: 85vw;
    top: 25vw;
    opacity: 0.3;
  }
  50% {
    left: 60vw;
    top: 30vw;
  }
  100% {
    left: 80vw;
    top: 25vw;
    opacity: 0.25;
  }
}
@media (max-width: 60em) {
  .contenedor-informacion__circulo1 {
    display: none;
  }
  .contenedor-informacion__circulo2 {
    display: none;
  }
  .contenedor-informacion__circulo3 {
    display: none;
  }
  .contenedor-informacion__circulo4 {
    display: none;
  }
  .contenedor-informacion__titulo, .contenedor-informacion__titulo1, .contenedor-informacion__titulo2, .contenedor-informacion__titulo3, .contenedor-informacion__titulo4 {
    margin-left: 1rem;
  }
  .contenedor-informacion__titulo-before, .contenedor-informacion__titulo4::before, .contenedor-informacion__titulo3::before, .contenedor-informacion__titulo2::before, .contenedor-informacion__titulo1::before {
    content: "";
    height: 3rem;
    min-width: 0.3rem;
    display: inline-block;
    border-radius: 8px;
    margin-right: .75rem;
  }
  .contenedor-informacion__titulo1::before {
    background: #DCF7FF;
  }
  .contenedor-informacion__titulo2::before {
    background: #FFE5B3;
  }
  .contenedor-informacion__titulo3::before {
    background: #CEF5E6;
  }
  .contenedor-informacion__titulo4::before {
    background: #FFDADD;
  }
  .contenedor-informacion .boton-secundario1 {
    display: none;
  }
  .contenedor-informacion .boton-descarga-small {
    display: flex;
    border: none;
    background: none;
    font-size: 1.3rem;
    position: absolute;
    right: 2rem;
    color: #6D808F;
    display: flex;
    text-decoration: none;
  }
  .contenedor-informacion .boton-descarga-small:hover {
    color: #374552;
  }

  @keyframes movimiento-informacion2 {
    0% {
      left: 75vw;
      top: 65vh;
    }
    25% {
      left: 85vw;
      top: 55vh;
      opacity: 0.4;
    }
    50% {
      left: 60vw;
      top: 65vh;
    }
    100% {
      left: 80vw;
      top: 45vh;
    }
  }
}
.seccion-rotaciones {
  padding-top: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: max(33rem, 35vw);
}
.seccion-rotaciones .boton-principal1 {
  margin-top: max(3.5rem, 5vh);
  margin-bottom: min(8rem, 10vh);
}
.seccion-rotaciones .boton-principal1 a {
  color: #ffff;
}
.seccion-rotaciones .boton-principal1 a:visited {
  color: #ffff;
}
.seccion-rotaciones .h4 {
  font-size: clamp(1rem, 1rem + 1vw, 1.25rem);
}
.seccion-rotaciones hr {
  width: 5%;
  border: 1px solid #051B2E;
  opacity: 0.5;
  position: relative;
  top: -6vh;
}
.seccion-rotaciones p {
  margin-top: 3vh;
  text-align: center;
  width: min(90%, 45.25rem);
}
.seccion-rotaciones a:visited {
  color: #ffff;
}

.circulo-rotaciones {
  background: #F9234E;
  opacity: 0.15;
  filter: blur(70px);
  border-radius: 50%;
  width: max(40vw, 300px);
  height: max(40vw, 300px);
  position: absolute;
  animation-direction: alternate;
  animation-name: movimiento1;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes movimiento1 {
  0% {
    left: 17vw;
    top: 20vh;
  }
  25% {
    left: 24vw;
    top: 30vh;
    opacity: 0.25;
  }
  50% {
    left: 5vw;
    top: 18vh;
  }
  100% {
    left: 35vw;
    top: 15vh;
    opacity: 0.2;
  }
}
.seccion-videos {
  padding: 0;
}
.seccion-videos .contenedor-grilla-videos {
  padding: 0 max(4vw, 35px);
  padding-top: min(7vh, 15vw);
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  transition: 1s ease-in-out;
  opacity: 0;
  top: 100px;
}
.seccion-videos .contenedor-grilla-videos p {
  color: #374552;
}
.seccion-videos .contenedor-grilla-videos .grilla-videos {
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr));
  grid-gap: 5vw;
}
.seccion-videos .contenedor-grilla-videos .contenedor-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.seccion-videos .contenedor-grilla-videos .contenedor-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}
.seccion-videos .contenedor-grilla-videos .contenedor-video-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.seccion-videos .contenedor-grilla-videos .boton-secundario1 {
  font-size: clamp(14px, 10px + 0.6vw, 1rem);
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.seccion-videos .circulo-videos1 {
  background: #1479FF;
  filter: blur(min(100px, 15vw));
  border-radius: 50%;
  width: max(25vw, 250px);
  height: max(25vw, 250px);
  position: absolute;
  animation-name: movimiento-videos1;
  animation-duration: 29s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: -1;
}
@keyframes movimiento-videos1 {
  0% {
    left: 55vw;
    top: 5vh;
    opacity: 0.3;
  }
  25% {
    left: 65vw;
    top: -10vh;
    opacity: 0.35;
  }
  50% {
    left: 45vw;
    top: 10vh;
    opacity: 0.3;
  }
  75% {
    left: 60vw;
    top: 0vh;
    opacity: 0.35;
  }
  100% {
    left: 50vw;
    top: 10vh;
    opacity: 0.4;
  }
}
.seccion-videos .circulo-videos2 {
  display: none;
}
.seccion-videos .circulo-videos3 {
  display: none;
}

@media (max-width: 60em) {
  .seccion-videos .contenedor-grilla-videos {
    padding-top: 12vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .seccion-videos .contenedor-grilla-videos p {
    text-align: center;
  }
  .seccion-videos .contenedor-grilla-videos .grilla-videos {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: min(90%, 400px);
    grid-gap: 2.5rem;
  }

  @keyframes movimiento-videos1 {
    0% {
      left: 5vw;
      top: 5vh;
      opacity: 0.3;
    }
    25% {
      left: 15vw;
      top: 0vh;
      opacity: 0.35;
    }
    50% {
      left: 5vw;
      top: 10vh;
      opacity: 0.3;
    }
    75% {
      left: 20vw;
      top: 0vh;
      opacity: 0.35;
    }
    100% {
      left: 15vw;
      top: 10vh;
      opacity: 0.3;
    }
  }
  .circulo-videos2 {
    display: flex !important;
    background: #F9234E;
    filter: blur(min(100px, 15vw));
    border-radius: 50%;
    width: max(20vw, 250px);
    height: max(20vw, 250px);
    position: absolute;
    animation-name: movimiento-videos2;
    animation-duration: 29s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: -1;
  }

  @keyframes movimiento-videos2 {
    0% {
      left: 30vw;
      top: 20vh;
      opacity: 0.35;
    }
    25% {
      left: 45vw;
      top: 30vh;
      opacity: 0.3;
    }
    50% {
      left: 25vw;
      top: 35vh;
      opacity: 0.35;
    }
    75% {
      left: 40vw;
      top: 25vh;
      opacity: 0.3;
    }
    100% {
      left: 45vw;
      top: 35vh;
      opacity: 0.35;
    }
  }
  .circulo-videos3 {
    display: flex !important;
    background: #1479FF;
    filter: blur(min(100px, 15vw));
    border-radius: 50%;
    width: max(20vw, 200px);
    height: max(20vw, 200px);
    position: absolute;
    animation-name: movimiento-videos3;
    animation-duration: 29s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: -1;
  }

  @keyframes movimiento-videos3 {
    0% {
      left: 15vw;
      top: 55vh;
      opacity: 0.4;
    }
    25% {
      left: 25vw;
      top: 70vh;
      opacity: 0.35;
    }
    50% {
      left: 5vw;
      top: 80vh;
      opacity: 0.4;
    }
    75% {
      left: 20vw;
      top: 70vh;
      opacity: 0.35;
    }
    100% {
      left: 10vw;
      top: 80vh;
      opacity: 0.4;
    }
  }
}
.seccion-contacto {
  padding-top: 7.5vh;
  height: auto;
  min-height: 80vh;
}
.seccion-contacto p {
  margin-top: clamp(2vw, 2vh, 2vh);
}
.seccion-contacto h2 {
  margin-top: 0;
  margin-bottom: min(5vh, 5vw);
}
.seccion-contacto form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
 /* margin-bottom: max(3vh, 3vw);*/
  width: 100%;
}
.seccion-contacto .input {
  width: min(500px, 80vw);
  background-color: rgba(255, 255, 255, 0.6);
}
.seccion-contacto .textarea {
  width: min(500px, 80vw);
  background-color: rgba(255, 255, 255, 0.6);
  height: 150px;
}
.seccion-contacto .boton-principal2 {
  min-width: 150px;
  margin-top: min(4vh, 4vw);
  margin-bottom: max(3vh, 3vw);
}

.contenedor-circulo-contacto1 {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.circulo-contacto1 {
  background: #1479FF;
  filter: blur(min(100px, 15vw));
  border-radius: 50%;
  width: max(50vw, 175px);
  height: max(50vw, 175px);
  position: absolute;
  animation-name: movimiento-contacto1;
  animation-duration: 33s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: -1;
}

@keyframes movimiento-contacto1 {
  0% {
    left: 85vw;
    top: 45vh;
    opacity: 0.25;
  }
  25% {
    left: 50vw;
    top: 30vh;
    opacity: 0.3;
  }
  50% {
    left: 80vw;
    top: 50vh;
    opacity: 0.35;
  }
  75% {
    left: 85vw;
    top: 35vh;
    opacity: 0.3;
  }
  100% {
    left: 40vw;
    top: 45vh;
    opacity: 0.35;
    width: 50vw;
    height: 50vw;
  }
}
.circulo-contacto2 {
  background: #1479FF;
  filter: blur(min(100px, 10vw));
  border-radius: 50%;
  width: max(20vw, 125px);
  height: max(20vw, 125px);
  position: absolute;
  animation-name: movimiento-contacto2;
  animation-duration: 22s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: -1;
}

@keyframes movimiento-contacto2 {
  0% {
    left: 5vw;
    top: 10vh;
    opacity: 0.25;
  }
  25% {
    left: 10vw;
    top: 20vh;
    opacity: 0.2;
  }
  50% {
    left: 20vw;
    top: 10vh;
    opacity: 0.25;
  }
  75% {
    left: 10vw;
    top: 20vh;
    opacity: 0.15;
  }
  100% {
    left: 20vw;
    top: 35vh;
    opacity: 0.25;
  }
}
.circulo-contacto3 {
  background: #F9234E;
  filter: blur(min(100px, 15vw));
  border-radius: 50%;
  width: max(20vw, 175px);
  height: max(20vw, 175px);
  position: absolute;
  animation-name: movimiento-contacto3;
  animation-duration: 31s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: -1;
}

@keyframes movimiento-contacto3 {
  0% {
    left: 60vw;
    top: 0vh;
    opacity: 0.35;
  }
  25% {
    left: 70vw;
    top: -15vh;
    opacity: 0.3;
  }
  50% {
    left: 50vw;
    top: 5vh;
    opacity: 0.35;
  }
  75% {
    left: 65vw;
    top: -20vh;
    opacity: 0.25;
  }
  100% {
    left: 55vw;
    top: 5vh;
    opacity: 0.35;
  }
}
@media (max-width: 60em) {
  .seccion-contacto .textarea {
    height: max(130px, 20vh);
  }
}
.piedepagina {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 10vh;
  min-height: 80px;
  background: #051B2E;
  width: auto;
  z-index: 20;
  padding: 0 max(4vw, 35px);
}
.piedepagina-arealogo {
  display: flex;
  align-items: center;
  height: 10vh;
}
.piedepagina-arealogo-logo {
  height: 40%;
}
.piedepagina-redessociales {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
  letter-spacing: 4vw;
  opacity: 0.8;
}
.piedepagina-redessociales a {
  color: white;
}
.piedepagina-redessociales a:hover {
  color: white;
  opacity: 0.5;
  transition: 0.3s;
}
.piedepagina-datos {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.piedepagina-datos p {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: min(0.7em, 0.2em + 2vw);
  line-height: 1.5;
  text-align: right;
}
.piedepagina-ciudadpais {
  display: none;
}
.piedepagina-direccion2 {
  display: none;
}


@media (max-width: 60em) {
  .piedepagina {
    grid-template-columns: 1fr 1fr;
  }
  .piedepagina-arealogo {
    display: none;
  }
  .piedepagina-redessociales {
    justify-content: left;
    align-items: center;
    letter-spacing: max(7vw, 35px);
  }

  .piedepagina-pais {
    display: none;
  }
  .piedepagina-ciudad {
    display: none;
  }
  .piedepagina-ciudadpais {
    display: inline;
    text-align: right;
  }
  .piedepagina-direccion {
    display: none;
  }
  .piedepagina-direccion2 {
    display: inline;
    text-align: right;
  }
}
* {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.cuerpoprincipal {
  overflow: hidden;
}

/*# sourceMappingURL=WebPublica.css.map */