* {
  font-family: RobotoRegular;
}
@font-face {
  font-family: RobotoBlack;
  src: url(../font/Roboto-Black.ttf);
}

@font-face {
  font-family: RobotoBold;
  src: url(../font/Roboto-Bold.ttf);
}
@font-face {
  font-family: RobotoLight;
  src: url(../font/Roboto-Light.ttf);
}
@font-face {
  font-family: RobotoRegular;
  src: url(../font/Roboto-Regular.ttf);
}
@font-face {
  font-family: RobotoItalic;
  src: url(../font/Roboto-BlackItalic.ttf);
}
.button {
  background-color: #06247e;
  opacity: 1;
  height: 6vw;
  width: 16vw;
  border: 0;
  font-family: Roboto;
  color: white;
  text-decoration: none;
  font-size: 1.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.button:hover {
  color: white;
  text-decoration: none;
}

/* Header */
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
}
.list-header {
  color: white;
  text-decoration: none;
  font-family: RobotoRegular;
}
.list-header:hover {
  color: white;
  font-family: RobotoBold;
}
.bg-header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header__container {
  background-color: #00000069;
  margin-top: 10% !important;
  padding-top: 2% !important;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.__tituloHeader {
  font-size: 40px;
  color: white;
  font-family: RobotoBold;
}
.subtitulo__header {
  font-size: 30px;
  color: white;
  font-family: RobotoBold;
}
.caja-reloj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.caja-reloj ._1 {
  font-size: 60px;
  font-family: RobotoBold;
}
.caja-reloj ._2 {
  font-size: 20px;
  font-family: RobotoRegular;
}
.caja-mitad {
  border-top-left-radius: 67px;
  border-top-right-radius: 67px;
  background-color: white;
  width: 100%;
  padding: 20px;
}
.caja-info {
  font-family: RobotoRegular;
  color: black;
  font-size: 20px;
  padding: 20px;
}
.header_iconos {
  font-size: 60px;
}
.mi-div {
  background: linear-gradient(to bottom, transparent 50%, white 50%);
  display: flex;
  justify-content: center;
}
/* Fin Header */
/* Pasos para la ventura  */
.__paso {
  font-size: 70px;
  font-weight: bold;
}
.__pasoSub {
  font-family: RobotoBold;
  font-size: 20px;
}
.__pasoText {
  font-family: RobotoRegular;
  /* font-size: 20px; */
  text-align: start !important;
}
/* Fin pasos para la aventura */
/* Preguntas frecuentes */
.pftitulo {
  font-family: RobotoBold;
  font-size: 17px;
  color: black;
}
.pftext {
  font-family: RobotoRegular;
  color: black;
  font-size: 16px;
}
/* Fin Preguntas frecuentes */
/* Form */
.form-control,
.form-control:focus {
  border-left: 0px !important;
  border-top: 0px !important;
  border-right: 0px !important;
  border-radius: 0px !important;
}
.form-control:focus {
  border-left: 0px !important;
  border-top: 0px !important;
  border-right: 0px !important;
  border-radius: 0px !important;
  border-color: black !important;
  box-shadow: none !important;
}
/* Fin Form */
.texto-normal-2 {
  font-size: 18px;
}
.subtitulo {
  font-family: RobotoRegular;
  color: black;
  font-size: 27px;
}
.img-banner-2 {
  background: url('../../img/Tec-camp.png') center center no-repeat;
  height: 116%;
  /* background-attachment: fixed; */
  overflow: auto;
  position: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Footer */
.footer {
  text-align: center;
  color: #ffffff;
  background: #181937;
}
.footer__title {
  font-family: RobotoBold;
  color: white;
  font-size: 24px;
}
.footer__copyright {
  font-family: RobotoBold;
  color: white;
  font-size: 15px;
}
.footer__copyright a {
  font-family: RobotoBold;
  color: white;
  font-size: 15px;
}
/* Fin Footer */
.section {
  padding: 50px 0 40px;
}
.container {
  padding: 0;
}
.footer__social {
  padding: 25px 0 15px;
}
.social a:hover {
  background-color: #181937;
  border-color: white;
  color: white;
}

.social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #181937;
  font-size: 18px;
  line-height: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 3px;
  color: #181937;
  background-color: white;
}
.lado-derecho {
  background: #f7f7f7;
  /* width: 400px; */
  /* height: 300px; */
  /* background-color: #090; */
  position: absolute;
  left: 50%;
}
.img-banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
}
.texto-normal {
  font-size: 15px;
}
.texto-pequeño {
  font-size: 12px;
  font-family: RobotoRegular;
}
.azul {
  font-family: RobotoBold;
  color: #06247e;
}
.titulo {
  font-size: 30px;
  font-family: RobotoBold;
  color: black;
}
.texto-input-file {
  font-size: 15px;
  color: white;
}
.iti.iti--allow-dropdown {
  width: 100%;
}
.container-input {
  text-align: center;
  background: #06247e;
  /* border-top: 5px solid #c39f77; */
  /* padding: 50px 0; */
  border-radius: 6px;
  width: 50%;
  /* margin: 0 auto;
    margin-bottom: 20px; */
  width: 100%;
  height: 100%;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.iborrainputfile {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Lato';
  color: white;
}

.caja-sombra {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 8px;
  opacity: 1;

  border-radius: 20px;
  margin: 20px;
  padding: 20px;
}
/* style 6 */

/* .inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    color: #9f8465;
} */

.inputfile-6 + label figure {
  display: block;
  position: relative;
  padding: 15%;
  margin: 0 auto 10px;
}

/* .inputfile-6:focus + label figure,
.inputfile-6.has-focus + label figure,
.inputfile-6 + label:hover figure {
    background-color: #9f8465;
} */

.inputfile-6 + label figure::before,
.inputfile-6 + label figure::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
figure {
  display: block;
  position: relative;
  padding: 15%;
  margin: 0 auto 10px;
}
.label-img {
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}
.img-descarga {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.inputfile-6 + label figure::before {
  /* border-top: 20px solid #282828; */
  border-left: 20px solid transparent;
}

.inputfile-6 + label figure::after {
  /* border-bottom: 20px solid #9f8465; */
  border-right: 20px solid transparent;
}

.inputfile-6 + label svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.error {
  color: red;
  font-weight: bold;
}
.__buttonMovil {
  display: none;
}

/* TYP Buttons */
.typ-button {
  border-radius: 100px !important;
  font-size: 20px !important;
  font-family: RobotoBold !important;
  background-color: #558CC0;
  color: white;
}

.typ-button:hover {
  background-color: #436d94;
  color: white;
}

@media screen and (max-width: 50em) {
  .inputfile-7 + label strong {
    display: block;
  }
}
@media screen and (max-width: 50em) {
  .inputfile-7 + label strong {
    display: block;
  }
}
/* Estilos para dispositivos pequeños (teléfonos móviles) */
@media (max-width: 767px) {
  .header__container {
    margin: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 0px;
  }
  .button {
    width: 80%;
    font-size: 18px;
    height: auto;
  }
  .__button {
    width: auto;
    height: auto;
    padding: 10px;
  }
  .__subtitulo {
    font-size: 20px;
  }
  .header__logo {
    padding: 0px;
    background: black;
    border-radius: 0px;
  }
  .caja-reloj ._1 {
    font-size: 20px;
    font-family: RobotoBold;
  }
  .caja-mitad {
    padding: 0px;
    flex-wrap: wrap;
  }
  .caja-info {
    font-size: 18px;
    border-right: 0px !important;
  }
  .objetivo {
    width: 100% !important;
  }
  .iframe {
    height: 500px !important;
  }
  .introduccion {
    font-size: 4.6vw !important;
  }
  .card-deck {
    height: auto !important;
  }
  .card-title {
    font-size: 4.6vw;
  }
  .buttonMovil {
    display: none;
  }
  .__buttonMovil {
    display: block;
  }
}
@media (max-width: 376px) {
  .__tituloHeader {
    font-size: 30px;
  }
  .caja-reloj ._1 {
    font-size: 15px;
  }
  .caja-reloj ._2 {
    font-size: 15px;
  }
}

/**********End File Inputs**********/
