* {
  color: #386280;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  transition: all 1s;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 15px;
  background-color: #71C4FF4d;
}

::-webkit-scrollbar-thumb {
  background-color: #1C3140;
  border-radius: 30px;
}

body {
  background-color: #ffffff;
}

img {
  max-width: 100%;
  max-height: 100%;
}

button {
  color: #71C4FF;
  min-width: 200px;
  width: 200px;
  max-width: 200px;
  height: 50px;
  text-align: center;
  background-color: #1C3140;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0 10px;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
}

.contenedor-padre {
  margin-top: 80px;
}

.menu-adaptable {
  display: none;
}

.menu-escritorio {
  background-color: #286895;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 100;
}
.menu-escritorio .imagen-menu-escritorio {
  position: absolute;
  left: 20px;
}
.menu-escritorio h3 {
  color: #ffffff;
  font-size: 1.125rem;
  display: inline;
  margin: 0 10px;
}

.sseccion-inicio {
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.sseccion-inicio .sseccion-inicio-textos {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 25px;
}
.sseccion-inicio .sseccion-inicio-textos h2 {
  color: #386280;
  font-size: 2.1875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.sseccion-inicio .sseccion-inicio-imagen {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sseccion-inicio .sseccion-inicio-imagen img {
  min-width: 516.19px;
  width: 516.19px;
  min-height: 585.22px;
  height: 585.22px;
}

.seccion-podras {
  background-color: #1C3140;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.seccion-podras .contenedor-numeros {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 15px 0;
}
.seccion-podras h3 {
  color: #ffffff;
  font-size: 2.1875rem;
  text-align: center;
  margin-bottom: 25px;
}
.seccion-podras .contenedor-raya {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0.1;
}
.seccion-podras .contenedor-raya .raya {
  width: 100%;
  height: 0;
  border: #71C4FF 4px dashed;
}
.seccion-podras .contenedor-raya-2-y-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 3.5;
}
.seccion-podras .contenedor-raya-2-y-5 .raya {
  width: 100%;
  height: 0;
  border: #71C4FF 4px dashed;
}
.seccion-podras .contenedor-raya-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 10;
}
.seccion-podras .contenedor-raya-4 .raya {
  width: 100%;
  height: 0;
  border: #71C4FF 4px dashed;
}
.seccion-podras .contenedor-puntos {
  flex: 9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 14px;
}
.seccion-podras .contenedor-puntos .numeros {
  background-color: #71C4FF4d;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #71C4FF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.1875rem;
  border: #71C4FF 4px solid;
}
.seccion-podras .contenedor-puntos .contenedor-puntos-texto {
  width: 300px;
  height: 70px;
  margin-left: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.seccion-podras .contenedor-puntos .contenedor-puntos-texto .raya-vertical {
  background-color: #71C4FF;
  min-width: 10px !important;
  width: 10px !important;
  height: 70px;
  border-radius: 30px;
}
.seccion-podras .contenedor-puntos .contenedor-puntos-texto p {
  color: #ffffff;
  font-size: 0.875rem;
  padding-left: 12px;
}

.seccion-modulos {
  background-color: #386280;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.seccion-modulos h3 {
  color: #ffffff;
  font-size: 2.1875rem;
  text-align: center;
  margin-bottom: 25px;
}
.seccion-modulos .contenedor-modulos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.seccion-modulos .contenedor-modulos .modulo-personalizacion {
  height: 300px;
  border-top: #ffffff 1px solid;
  border-bottom: #ffffff 1px solid;
  border-right: #ffffff 1px solid;
  flex: 4;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.seccion-modulos .contenedor-modulos .modulo-personalizacion p {
  color: #ffffff;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: bold;
  margin: 20px 0 0 0;
}

.seccion-slider {
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.seccion-slider h3 {
  color: #1C3140;
  font-size: 2.1875rem;
  text-align: center;
}
.seccion-slider .slider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 40px auto;
}

.pie-de-pagina {
  background-color: #386280;
  width: 100%;
  height: 180px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.pie-de-pagina h3 {
  color: #ffffff;
  font-size: 2.1875rem;
  text-align: center;
}
.pie-de-pagina .datos-de-contacto {
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  margin-bottom: 10px;
}
.pie-de-pagina .datos-de-contacto .links-pie-de-pagina {
  display: flex;
  flex-direction: row;
}
.pie-de-pagina .datos-de-contacto p {
  color: #ffffff;
  text-align: center;
  margin: 10px 20px 10px 5px;
}
.pie-de-pagina .derechos-reservados {
  background-color: #1C3140;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pie-de-pagina .derechos-reservados p {
  color: #71C4FF;
  font-weight: bold;
}

.fab {
  color: #1C3140;
  margin-top: 12px;
}

.fas {
  color: #1C3140;
  margin-top: 12px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  height: auto;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}
.mySlides img {
  display: inline-block;
}
.mySlides .contenedor-inforrmacion-slider {
  display: inline-block;
  text-align: left;
  width: 500px;
  vertical-align: top;
  margin-left: 50px;
  margin-top: 55px;
}
.mySlides .contenedor-inforrmacion-slider h2 {
  margin: 20px 0 5px 0;
}
.mySlides .contenedor-inforrmacion-slider li {
  list-style: disc;
}

/* Next & previous buttons */
.prev {
  cursor: pointer;
  color: #386280;
  font-weight: bold;
  font-size: 2rem;
  user-select: none;
  border-right: 25px solid #386280;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  position: absolute;
  left: 10%;
  z-index: 3;
}

.next {
  cursor: pointer;
  color: #386280;
  font-weight: bold;
  font-size: 2rem;
  user-select: none;
  border-left: 25px solid #386280;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  position: absolute;
  right: 10%;
  z-index: 3;
}

/* Position the "next button" to the right */
/* On hover, add a black background color with a little bit see-through */
/* Caption text */
/* Number text (1/3 etc) */
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #71C4FF4d;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot:active, .dot:hover, .dot:focus, .dot:checked {
  background-color: #386280;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 678px) {
  .sseccion-inicio {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .sseccion-inicio .sseccion-inicio-textos {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sseccion-inicio .sseccion-inicio-textos h2 {
    color: #386280;
  }
  .sseccion-inicio .sseccion-inicio-textos button {
    margin: 0 auto 40px auto;
  }
  .sseccion-inicio .sseccion-inicio-imagen img {
    min-width: 258.095px;
    width: 258.095px;
    min-height: 292.61px;
    height: 292.61px;
  }

  .seccion-podras {
    height: auto;
    padding: 2rem 0;
  }
  .seccion-podras .contenedor-numeros {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px 0;
  }
  .seccion-podras h3 {
    color: #ffffff;
    font-size: 2.1875rem;
    text-align: center;
    margin-bottom: 25px;
  }
  .seccion-podras .contenedor-raya {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0.1;
  }
  .seccion-podras .contenedor-raya .raya {
    width: 100%;
    height: 0;
    border: #71C4FF 4px dashed;
  }
  .seccion-podras .contenedor-raya-2-y-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0.1;
  }
  .seccion-podras .contenedor-raya-2-y-5 .raya {
    width: 100%;
    height: 0;
    border: #71C4FF 4px dashed;
  }
  .seccion-podras .contenedor-raya-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0.1;
  }
  .seccion-podras .contenedor-raya-4 .raya {
    width: 100%;
    height: 0;
    border: #71C4FF 4px dashed;
  }
  .seccion-podras .contenedor-puntos {
    flex: 9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 14px;
  }
  .seccion-podras .contenedor-puntos .numeros {
    background-color: #71C4FF4d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #71C4FF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    border: #71C4FF 4px solid;
  }
  .seccion-podras .contenedor-puntos .contenedor-puntos-texto {
    width: 250px;
    height: 70px;
    margin-left: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .seccion-podras .contenedor-puntos .contenedor-puntos-texto .raya-vertical {
    background-color: #71C4FF;
    min-width: 5px !important;
    width: 5px !important;
    height: 70px;
    border-radius: 30px;
  }
  .seccion-podras .contenedor-puntos .contenedor-puntos-texto p {
    color: #ffffff;
    font-size: 0.875rem;
    padding-left: 12px;
  }

  .seccion-modulos {
    background-color: #386280;
    width: 100%;
    height: auto;
    padding: 2rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .seccion-modulos h3 {
    color: #ffffff;
    font-size: 2.1875rem;
    text-align: center;
    margin-bottom: 25px;
  }
  .seccion-modulos .contenedor-modulos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .seccion-modulos .contenedor-modulos .modulo-personalizacion {
    height: 300px;
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    flex: 4;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .seccion-modulos .contenedor-modulos .modulo-personalizacion p {
    color: #ffffff;
    text-align: center;
    font-size: 1.3125rem;
    font-weight: bold;
    margin: 20px 0 0 0;
  }

  /* Hide the images by default */
  .mySlides {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
  }
  .mySlides img {
    display: inline-block;
    transform: scale(0.5);
    margin: -60px auto;
  }
  .mySlides .contenedor-inforrmacion-slider {
    display: inline-block;
    text-align: center;
    width: 250px;
    vertical-align: top;
    margin: 0 auto;
  }
  .mySlides .contenedor-inforrmacion-slider h2 {
    margin: 20px 0 5px 0;
  }
  .mySlides .contenedor-inforrmacion-slider li {
    list-style: disc;
  }

  /* Next & previous buttons */
  .prev {
    cursor: pointer;
    color: #386280;
    font-weight: bold;
    font-size: 2rem;
    user-select: none;
    border-right: 25px solid #386280;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    position: absolute;
    left: 5%;
    z-index: 3;
  }

  .next {
    cursor: pointer;
    color: #386280;
    font-weight: bold;
    font-size: 2rem;
    user-select: none;
    border-left: 25px solid #386280;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    position: absolute;
    right: 5%;
    z-index: 3;
  }

  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Caption text */
  /* Number text (1/3 etc) */
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #71C4FF4d;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .dot:active, .dot:hover, .dot:focus, .dot:checked {
    background-color: #386280;
  }

  .seccion-slider {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .seccion-slider h3 {
    color: #1C3140;
    font-size: 2.1875rem;
    text-align: center;
  }
  .seccion-slider .slider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
  }

  .dots {
    text-align: center;
    margin-top: 20px;
  }

  .pie-de-pagina {
    background-color: #386280;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding: 2rem 0 0 0;
  }
  .pie-de-pagina h3 {
    color: #ffffff;
    font-size: 2.1875rem;
    text-align: center;
  }
  .pie-de-pagina .datos-de-contacto {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 2rem 0;
  }
  .pie-de-pagina .datos-de-contacto .fab {
    color: #1C3140;
    margin-top: 12px;
    font-size: 2.5rem;
  }
  .pie-de-pagina .datos-de-contacto .fas {
    color: #1C3140;
    margin-top: 12px;
    font-size: 2.5rem;
  }
  .pie-de-pagina .datos-de-contacto .links-pie-de-pagina {
    display: flex;
    flex-direction: column;
  }
  .pie-de-pagina .datos-de-contacto p {
    color: #ffffff;
    text-align: center;
    margin: 10px;
  }
  .pie-de-pagina .derechos-reservados {
    background-color: #1C3140;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
  }
  .pie-de-pagina .derechos-reservados p {
    color: #71C4FF;
    font-weight: bold;
  }

  .menu-escritorio {
    display: none;
  }

  .menu-responsivo {
    background-color: #286895;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
  }
  .menu-responsivo #menu-hamburguesa {
    display: none;
  }
  .menu-responsivo label .fas {
    color: #ffffff;
    font-size: 2rem;
    margin: -4px 5px 0 20px;
    cursor: pointer;
  }
  .menu-responsivo .secciones-responsivas {
    background-color: #386280;
    width: 100%;
    height: auto;
    position: fixed;
    top: 80px;
    left: 0;
    display: none;
  }
  .menu-responsivo .secciones-responsivas h3 {
    color: #ffffff;
    font-size: 1.125rem;
    padding: 10px 5px;
    border-top: #71C4FF 0.5px solid;
    border-bottom-left-radius: #71C4FF 0.5px solid;
    width: 100%;
    text-align: center;
  }
  .menu-responsivo .contenedor-menu-hamburguesa {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu-responsivo .contenedor-menu-hamburguesa img {
    margin: 0 10px;
  }
  .menu-responsivo .contenedor-menu-hamburguesa button {
    position: absolute;
    right: 10px;
  }

  #checa {
    display: none;
  }

  label {
    cursor: pointer;
    z-index: 100 !important;
  }
  label .fas {
    color: #ffffff;
    font-size: 2rem;
    margin: -2px 10px 0 15px;
  }

  .menu-celulares {
    display: none;
    background-color: #2868959d;
    width: 100%;
    height: auto;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 100;
    text-align: center;
  }
  .menu-celulares h3 {
    padding: 10px;
    border-top: #ffffff 0.5px solid;
    border-bottom: #ffffff 0.5px solid;
    color: #ffffff;
  }

  #checa:checked ~ .menu-celulares {
    display: block;
  }

  .menu-adaptable {
    background-color: #286895;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 10px;
    z-index: 100;
  }

  .boton-menu-celular {
    position: absolute;
    right: 10px !important;
  }
  .boton-menu-celular a {
    position: absolute;
    right: 10px !important;
  }
}

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