@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");
.navigation li {
  list-style: none;
  transition: 0.5s;
  transform: scale(0);
}

.navigation.active li {
  transition: 0.75s;
  display: flex;
  transform: scale(1);
}

.navigation li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #8faadc;
  letter-spacing: 0.12em;
  padding: 5px 15px;
  border-radius: 20px;
  transition: 0.5s;
}

.navigation li a:hover {
  background: #8faadc;
  color: #203864;
}

.container {
  width: 100%;
  min-height: 100vh;
}

.container .menu {
  padding-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 25%;
}

.navigation {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.5s;
  transition-delay: 0.5s;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
}

.navigation.active {
  width: 650px;
}

.navigation .toggleMenu {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-delay: 0.5s;
  transform: translateX(-18px);
}

.navigation.active .toggleMenu {
  background-color: #ff4181;
  transition-delay: 0s;
  transform: translateY(60px);
  width: 30px;
  height: 30px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

.navigation .toggleMenu::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #333;
  transform: translateY(-5px);
  transition: 0.5s;
  transition-delay: 0.5s;
}

.navigation .toggleMenu::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #333;
  transform: translateY(5px);
  transition: 0.5s;
  transition-delay: 0.5s;
}

.navigation.active .toggleMenu::before {
  background: #fff;
  transform: translateY(0px) rotate(45deg) scale(0.6);
}

.navigation.active .toggleMenu::after {
  background: #fff;
  transform: translateY(0px) rotate(315deg) scale(0.6);
}

.imagen {
  margin-top: -60px;
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagen img {
  position: absolute;
}

.contenido {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cont-imagen-mision {
  z-index: 1;
}

.cont-imagen-mision img {
  border-radius: 15px;
}

.cont-imagen {
  flex-basis: 40%;
  z-index: 1;
}

.cont-imagen img {
  width: 600px;
  height: 400px;
  border-radius: 15px;
  text-align: center;
}

.cont-texto {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}

.cont-texto h1 {
  color: #8faadc;
  text-align: right;
  font-size: 8em;
}

.cont-texto p {
  text-align: right;
  font-size: 1.5em;
}

.mision {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mision .cont-mision {
  width: 100%;
  height: 100%;
  z-index: 1;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.mision .cont-mision h1 {
  color: #8faadc;
  font-size: 8em;
}

.mision .cont-mision p {
  font-size: 1.5em;
}

.card {
  z-index: 1;
}

.icono {
  text-align: center;
  color: #fff;
  z-index: 1;
}

.gap {
  padding: 4%;
}

.seccion {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.seccion .columna-1 {
  padding-right: 15px;
  z-index: 1;
}

.seccion .columna-2 {
  z-index: 1;
}

.seccion-2 .tarjeta {
  z-index: 1;
}

.tarjeta p {
  text-align: left;
}

.contacto-cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacto-cont .colu-1 {
  padding: 20px;
  z-index: 1;
}

.colu-1-imagen img {
  border-radius: 15px;
}

.colu-1-contenido h1 {
  padding: 10px;
  font-size: 6em;
  color: #8faadc;
}

.colu-2 {
  width: 100%;
  z-index: 1;
}

.colu-2 .card-title {
  color: #fff;
}

.colu-2 .card-text a {
  color: #fff;
}

.colu-2 .row-1 {
  z-index: 1;
  color: #fff;
}

.colu-2 .row-1 i {
  color: #fff;
}

.icono-2 {
  text-align: center;
  color: #fff;
}

@media (max-width: 800px) {
  .imagen {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .imagen img {
    width: 100%;
  }
  .footer2 {
    width: 100%;
  }
  .footer2 h2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contenido {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
  }
  .contenido .cont-imagen {
    margin: auto 0;
    max-width: 100%;
    height: 100%;
  }
  .contenido .cont-texto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contenido .cont-texto h1 {
    text-align: center;
  }
  .contenido .cont-texto p {
    text-align: justify;
  }
  .mision {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
  }
  .mision h1 {
    text-align: center;
  }
  .mision p {
    text-align: justify;
  }
  .cont-ser {
    max-width: 100%;
    overflow: hidden;
  }
  .seccion {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .contacto-cont {
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.footer {
  width: 100%;
  height: 60px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-logo {
  z-index: 1;
}

.footer .footer-logo img {
  width: 234px;
  height: 73px;
}

.footer2 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.footer2 h2 {
  font-size: 3em;
  z-index: 1;
}

.footer2 span {
  color: #8faadc;
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 2em;
  color: #fff;
}

p {
  font-size: 1.2em;
  color: #fff;
}

.bg-inicio {
  background-image: url(/images/hero-ini.png);
  width: 100%;
  background-size: cover;
  position: relative;
}

.bg-inicio::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #203864;
  opacity: 0.7;
}

.bg-nosotros {
  background-image: url(/images/hero-nos.png);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
}

.bg-nosotros::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #203864;
  opacity: 0.7;
}

.bg-valores {
  background-image: url(/images/hero-val.png);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
}

.bg-valores::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #203864;
  opacity: 0.7;
}

.bg-servicios {
  background-image: url(/images/hero-ser.png);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
}

.bg-servicios::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #203864;
  opacity: 0.7;
}

.bg-contacto {
  background-image: url(/images/hero-cont.png);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
}

.bg-contacto::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #203864;
  opacity: 0.7;
}

.titulo {
  margin-top: 20px;
  color: #8faadc;
  font-size: 6em;
  z-index: 1;
}

.titulo-3 {
  padding: 10px;
  color: #8faadc;
  font-size: 1.6em;
}

.titulo-3 span {
  text-decoration-line: underline;
  text-decoration-color: red;
  text-decoration-style: solid 3px;
}

.lista {
  z-index: 1;
}

.lista li {
  color: #fff;
}

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