/** VARIABLES **/
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;400;700&display=swap");
/**************/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #2b2b2b;
  font-family: Dosis;
  color: #e5e5e5;
}

body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

body a {
  color: #e5e5e5;
  text-decoration: none;
  font-size: 1.2em;
}

body .copyright {
  position: fixed;
  opacity: 0.3;
  width: 1.5em;
  bottom: 0.5em;
  right: 0.5em;
}

body .copyright img {
  width: 100%;
}

body .copyright:hover {
  opacity: 1;
}

body .home-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .home-container .logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body .home-container .logo img {
  width: 100%;
}

body .home-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

body .home-container ul li {
  margin: 0em 1em;
}

body .home-container ul #medio {
  padding: 1em;
  border-left: 3px solid #e5e5e5;
  border-right: 3px solid #e5e5e5;
}

body .home-container .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .home-container .social-media .sm {
  width: 7%;
  margin: 0em 1em;
}

body .home-container .social-media .sm img {
  width: 100%;
}

body .flex-container {
  height: 100vh;
}

body .flex-container .section-nav {
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0em 3em;
}

body .flex-container .section-nav .logo {
  height: 100%;
}

body .flex-container .section-nav .logo img {
  height: 100%;
}

body .flex-container .section-nav li {
  margin: 1em;
  padding: 0.5em 0em;
}

body .flex-container .section-nav .separador {
  padding: 0.5em 1em;
}

body .mision-container .separador {
  border-left: 3px solid #b5196c;
  border-right: 3px solid #b5196c;
}

body .mision-container .mision-vision .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0em 5em;
}

body .mision-container .mision-vision .section .izquierda {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0em 3em;
}

body .mision-container .mision-vision .section .izquierda h2 {
  font-size: 2.5em;
  margin-bottom: 1em;
}

body .mision-container .mision-vision .section .izquierda p {
  overflow: hidden;
  line-height: 1.6em;
  font-size: 18px;
  text-align: justify;
}

body .mision-container .mision-vision .section .derecha {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .mision-container .mision-vision .section .derecha video {
  height: 90%;
  width: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body .mision-vision-video {
  display: none;
}

body .servicios-display {
  height: 100vh;
}

body .servicios-display .separador {
  border-left: 3px solid #9bbdd4;
  border-right: 3px solid #9bbdd4;
}

body .servicios-display .section {
  margin: 0em 6em;
}

body .servicios-display .section h2 {
  text-align: center;
  font-size: 2.5em;
}

body .servicios-display .section h3 {
  text-align: center;
  margin-bottom: 2em;
  font-weight: 400;
}

body .servicios-display .section .tipo-servicios {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .servicios-display .section .tipo-servicios .servicio {
  width: 15%;
  margin: 1em 5em;
  text-align: center;
}

body .servicios-display .section .tipo-servicios .servicio img {
  width: 100%;
  border-radius: 50px;
}

body .contacto-container {
  height: 100vh;
}

body .contacto-container .separador {
  border-left: 3px solid #e3976a;
  border-right: 3px solid #e3976a;
}

body .contacto-container .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80vh;
}

body .contacto-container .section .izq-contacto {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 3px solid #e3976a;
}

body .contacto-container .section .izq-contacto ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 15em;
}

body .contacto-container .section .izq-contacto ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .contacto-container .section .izq-contacto ul li img {
  width: 5%;
  margin: 1em 1em;
}

body .contacto-container .section .izq-contacto h2 {
  font-size: 3em;
  text-align: center;
  margin-bottom: 2em;
}

body .contacto-container .section .der-contacto {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
}

body .contacto-container .section .der-contacto img {
  width: 50%;
}

body .contacto-container .section .der-contacto p {
  margin-top: 1em;
}

/** MEDIA QUERIES **/
@media (max-width: 600px) {
  .flex-container {
    height: auto;
  }
  body .mision-container .mision-vision .section {
    height: 100vh;
    width: 100%;
    padding: 0em;
  }
  body .flex-container .section-nav {
    display: none;
  }
  body .mision-container .mision-vision .section .izquierda {
    width: 100%;
  }
  body .mision-container .mision-vision .section .derecha {
    display: none;
  }
  body .mision-vision-video {
    display: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .servicios-display .section .title {
    margin-top: 3em;
  }
  body .servicios-display .section {
    padding: 0;
    margin: 0;
    height: 100vh;
  }
  body .servicios-display .section h2 {
    text-align: center;
    font-size: 1.8em;
  }
  body .servicios-display .section h3 {
    text-align: center;
  }
  body .servicios-display .section .tipo-servicios {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body .servicios-display .section .tipo-servicios .servicio {
    width: 25%;
    margin: 1em;
  }
  body .servicios-display .section .tipo-servicios .servicio img {
    border-radius: 10px;
  }
  body .contacto-container .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
  }
  body .contacto-container .section .izq-contacto {
    width: 100%;
    border: none;
  }
  body .contacto-container .section .izq-contacto h2 {
    margin-bottom: 1em;
    padding: 0;
  }
  body .contacto-container .section .izq-contacto ul {
    margin: 0;
    padding: 0em 1em;
    font-size: 0.9em;
  }
  body .contacto-container .section .der-contacto {
    width: 100%;
    margin-bottom: 2em;
  }
}
/*# sourceMappingURL=style.css.map */