@import url(https://fonts.googleapis.com/css?family=Varela+Round);

body {
  display: flex;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      background: linear-gradient(152deg, #bbbbbb 0%, #ffffff 50%, #ffffff 50%, #aeaeae 100%);
      margin: 0;
      line-height: 18px;
      font-size: 14px;
      flex-direction: column;
  }

body.dark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(150deg, #000000 0%, #4a4a48 50%, #4a4a4a 50%, #000000 100%);
  margin: 0;
  line-height: 18px;
  font-size: 14px;
}

/* Fonts */
@font-face {
  font-family: Montserrat-Black;
  src: url(../fuentes/Montserrat-Black.otf);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fuentes/Montserrat-Bold.otf);
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(../fuentes/Montserrat-ExtraBold.otf);
}

@font-face {
  font-family: Montserrat-Light;
  src: url(../fuentes/Montserrat-Light.otf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fuentes/Montserrat-Regular.otf);
}

@font-face {
  font-family: Aller_Bd;
  src: url(../fuentes/Aller_Bd.ttf);
}

/* Fonts */

.contenedor {
  background-color: #f1f1f1;
  color: #333;
  width: 100%;
  height: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.recuadro {
  width: 100px;
  height: 100px;
  background-color: #333;
}

.contendor-slide {
  padding: 50px;
}

h1 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #f3be27;
}

body.dark h1 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #ffc828;
}

h2 {
  font-family: "Montserrat-bold", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #3f3f3f;
}
body.dark h2 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

h3 {
  font-family: "Montserrat-Regular", sans-serif;
  color: #a6a6a6;
  line-height: 19px;
  font-size: 13px;
  text-align: center;
}

body.dark h3 {
  font-family: "Montserrat-Regular", sans-serif;
  color: #a6a6a6;
  line-height: 19px;
  font-size: 13px;
  text-align: center;
}

body.dark strong {
  font-weight: bolder;
  color: rgb(255, 255, 255);
  font: icon;
  /* border: black; */
}
strong {
  font-weight: bold;
  color: black;
  font: icon;
}

ul {
  font-family: "Montserrat-Light", sans-serif;
  color: #535353;
}

.body.dark ul {
  font-family: "Montserrat-Light", sans-serif;
  color: #FFF !important;
}

.accesible {
  background-color: #dcdcdc;
  width: 150px;
  height: auto;
  margin: auto;
  top: 0;
  position: fixed;
  z-index: 1000;
  border-radius: 0 0 5px 5px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.home-button-container {
  display: flex; /* Asegura alineación centrada */
  justify-content: center; /* Centra horizontalmente */
  margin-top: 30px; /* Espaciado con los slides */
  position: relative; /* Posiciona en relación con el contenedor */
  bottom: -30px; /* Ajusta la altura para alinearse debajo */
}

.home-button {
  background-color: #dcdcdc; /* Gris claro */
  border: 1px solid #bbb; /* Borde gris */
  color: #333; /* Texto gris oscuro */
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px; /* Espacio entre el ícono y el texto */
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.home-button:hover {
  background-color: #bbb; /* Gris más oscuro al pasar el mouse */
  color: #000; /* Texto negro */
}

.home-button i {
  font-size: 18px; /* Tamaño del ícono */
}

body.dark .accesible {
  background-color: #000;
  width: 150px;
  height: auto;
  margin: auto;
  top: 0;
  position: fixed;
  z-index: 1000;
  border-radius: 0 0 5px 5px;
  border-left: solid 1px #272727;
  border-right: solid 1px #272727;
  border-bottom: solid 1px #272727;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.botones-ayudas {
  background-color: #dcdcdc;
  border: none;
  text-align: center;
  color: #535353;
  font-size: 14px;
}

body.dark .botones-ayudas {
  background-color: #000;
  border: none;
  text-align: center;
  color: #fff;
}

.botones-ayudas:hover {
  background-color: #535353;
  border: none;
  color: #fff;
  border-radius: 50px;
}

body.dark .botones-ayudas:hover {
  background-color: #fff;
  border: none;
  color: #000;
  border-radius: 50px;
}

@media (min-width: 0) and (max-width: 519px) {
  p {
    font-family: "Montserrat-Light", sans-serif;
    color: #535353;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
  }


  body.dark p {
    color: #fff;
  }

  ul {
    font-family: "Montserrat-Light", sans-serif;
    color: #535353;
    font-size: 13px;
    line-height: 17px;
    margin: 0 -30px;
  }

  body.dark ul {
    color: #FFF;
  }

  .slides {
    padding: 0;
    width: 310px;
    height: 500px;
    display: block;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    background: linear-gradient(0deg, #cacaca, #fff);
  }

  body.dark .slides {
    padding: 0;
    width: 310px;
    height: 500px;
    display: block;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    background: transparent;
    background-color: #373535 !important;
  }

  .slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }

  .slides input {
    display: none;
  }

  .slide-container {
    display: block;
  }

  .slide {
    top: 0;
    opacity: 0;
    width: 310px;
    height: 500px;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all 0.7s ease-in-out;
  }

  .fuente {
    font-size: 11px;
    line-height: 16px;
    text-align: Left;
    padding-left: 5px;
  }
}

@media (min-width: 520px) and (max-width: 3000px) {
  p {
    font-family: "Montserrat-Light", sans-serif;
    color: #535353;
    text-align: center;
  }

  body.dark p {
    color: #fff;
  }

  ul {
    font-family: "Montserrat-Light", sans-serif;
    color: #535353;
    padding: 0 10px;
  }

  body.dark ul {
    color: #FFF;
  }

  .slides {
    padding: 0;
    width: 500px;
    height: 500px;
    display: block;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    background: linear-gradient(0deg, #ffffff, #fff);
  }

  body.dark .slides {
    padding: 0;
    width: 500px;
    height: 500px;
    display: block;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    background: transparent;
    background-color: #262626 !important;
  }

  .slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }

  .slides input {
    display: none;
  }

  .slide-container {
    display: block;
  }

  .slide {
    top: 0;
    opacity: 0;
    width: 500px;
    height: 500px;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all 0.7s ease-in-out;
  }

  body.dark .slide {
    top: 0;
    opacity: 0;
    width: 500px;
    height: 500px;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all 0.7s ease-in-out;
  }

  .fuente {
    font-size: 13px;
    line-height: 19px;
    text-align: Left;
    padding-left: 20px;
  }
}

.slide img {
  height: 100%;
}

.nav label {
  width: 100px;
  height: 100%;
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  transition: opacity 0.2s;
  color: #fff;
  font-size: 50pt;
  text-align: center;
  line-height: 500px;
  font-family: "Varela Round", sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label {
  opacity: 0.5;
}

.nav label:hover {
  opacity: 1;
}

.nav .next {
  right: 0;
}

input:checked + .slide-container .slide {
  opacity: 1;

  transform: scale(1);

  transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label {
  display: block;
}

.nav-dots {
  width: 100%;
  bottom: -40px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}

.nav-dots .nav-dot {
  top: -5px;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: rgb(17, 104, 255);
}

.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: rgb(74, 77, 254);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6,
input#img-7:checked ~ .nav-dots label#img-dot-7,
input#img-8:checked ~ .nav-dots label#img-dot-8,
input#img-9:checked ~ .nav-dots label#img-dot-9,
input#img-10:checked ~ .nav-dots label#img-dot-10,
input#img-11:checked ~ .nav-dots label#img-dot-11,
input#img-12:checked ~ .nav-dots label#img-dot-12,
input#img-13:checked ~ .nav-dots label#img-dot-13,
input#img-14:checked ~ .nav-dots label#img-dot-14,
input#img-15:checked ~ .nav-dots label#img-dot-15,
input#img-16:checked ~ .nav-dots label#img-dot-16 {
  background:rgb(0, 4, 255);
}


.logos {
  content: url(../images/logos.svg);
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 40px
}

body.dark .logos {
  content: url(../images/logos_black.svg);
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 40px
}