@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #230F0F;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  padding: 0 !important;
  margin: 0px !important;
  color: white;

}

section {
  scroll-margin-top: 120px;
}

.clear {
  clear: both;
}

.activo {
  /*text-decoration: underline;*/
  color: #1F3664 !important;
  font-weight: 700;
}

.activo .underlink {
  display: block;
}

.activo a {
  color: #1F3664 !important;
  font-weight: 700;
}

.head {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  z-index: 10;
}

.head_interior {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  line-height: 1.1;
  padding-left: 180px;
  padding-top: 24px;
}

.logo:hover {
  color: #000000;
}

.logo_retos {
  float: left;
  margin-left: 15px;
  margin-top: 5px;
  width: 100px;
}

.titulo_logo {
  font-family: "Prompt", sans-serif;
  position: relative;
  margin-left: 130px;
  margin-top: -5px;
  font-size: 25px;
  font-weight: 400;
  color: #000000;
  max-width: 400px;
}

.subtitulo_logo {
  font-family: "Prompt", sans-serif;
  position: relative;
  margin-left: 130px;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 200;
  color: #000000;
  max-width: 400px;
}

.logo_akira {
  position: absolute;
  right: 40px;
  top: 18px;
  width: 153px;
}

.logo_akira_movil {
  display: none;
}

.menu_central {
  position: sticky;
  top: 120px;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
  z-index: 9;
  text-align: center;
}

.menu_central ul {
  list-style: none;
  margin: 0;
  margin-top: 40px;
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;

}

.menu_central ul>li {
  display: inline-block;
  margin-left: 22px;
  margin-right: 22px;
  font-size: 18px;
  vertical-align: top;
  min-width: 240px;
  height: 0px;
  text-align: center;

}

.underlink {
  display: none;
  margin-top: -15px;
}

.hover:hover .underlink {
  display: block;

}

.menu_central a {
  color: #1F3664;
  text-decoration: none;
}

.menu_central a:hover {
  color: #1F3664;
}

.menu_central_sticky {
  background-color: #ffffff;
  height: 80px;
  padding-top: 6px;
}

.menu_central_sticky_2 {
  margin-top: 0px !important;
}


.menu_movil {
  font-size: 18px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.menu_movil ul {
  list-style: none;
  margin: 0;
  margin-top: 38px;
}

.menu_movil ul>li {
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.menu_movil a {
  color: #726060;
  text-decoration: none;
}

.menu_movil a:hover {
  color: #726060;
}

.logo_vivactis_movil {
  width: 250px;
  margin-bottom: 30px;
  margin-left: 30px;
}


.head_video {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  height: 600px;
  margin-top: 160px;
  background: linear-gradient(90.26deg, #754618 0.25%, #B99152 25.27%, #FADDA6 52.43%, #FBEDC9 86.44%, #9B6631 98.38%);
  border-radius: 20px;
}

.head_video_interior {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 20px;
}

.head_video .titulo {
  position: relative;
  font-size: 65px;
  font-weight: 900;
  color: #ffffff;
  max-width: 700px;
  line-height: 1.2;
  margin-top: 30px;
  z-index: 5;
}

.head_video .sub_titulo {
  font-size: 40px;
  font-weight: 500;
  color: #1F3664;
  max-width: 630px;
  line-height: 1.2;
  margin-top: 20px;
}

.head_video .imagen_banner {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 530px;
  border-radius: 600px;
  z-index: 0;
}

.bot_registro2 {
  max-width: 165px;
  background-color: #1F3664;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  margin-left: 0px;
  margin-top: 50px;
  border: 1px solid #1F3664;
  cursor: pointer;
}

.menu_login {
  width: 100%;
  float: right;
  margin-right: 20px;
  margin-top: -90px;
  padding: 20px;
  transition: all 0.5s;
  z-index: 2;
}

.menu_login_fondo {
  width: 100%;
  background-color: #E1E1E1;
  padding: 10px;
  padding-right: 20px;
}




.bot_inicio {
  float: right;
  background-color: #1F3664;
  color: #ffffff;
  font-size: 16px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  border: 1px solid #1F3664;
  cursor: pointer;
}

.bot_registro {
  float: right;
  color: #1F3664;
  font-size: 16px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  margin-left: 10px;
  border: 1px solid #1F3664;
  cursor: pointer;
}

.caja_video_head {
  position: absolute;
  top: 105px;
  right: 70px;
  width: 465px;
  text-align: left;
}

.titulo_video {
  position: relative;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  padding-top: 180px;
  padding-left: 30px;
  padding-right: 30px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.624);
}

.coordinadora {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin-top: 17px;
}



.video {
  cursor: pointer;
}

.no_border {
  border-bottom-style: none !important;
}

.barra_movil {
  display: none;
  position: absolute;
  right: 30px;
  top: 40px;
  color: #000000;
}


#recuperar {
  color: #495057;
  font-size: 12px;
  width: 100%;
  cursor: pointer;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 30px;
}


#boton-recuperar {
  background: none;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #1F3664;
  border-radius: 8px;
  padding: 10px;
}

#enviar {
  background: none;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #1F3664;
  border-radius: 8px;
  padding: 10px;
}

.color-botones:hover {
  background: #fda02f;
}

.color-botones-registro {
  font-size: 14px;
  font-weight: 700;
  color: #FF8B01 !important;
  text-align: center;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #FF8B01 !important;
  border-radius: 8px;
}

.color-botones-registro:hover {
  background: #f5e2d3;
}

.color_cabeceras {
  background: #FF8B01 !important;
  color: rgb(250, 250, 250) !important;
}

.btn {
  border-radius: 8px;
}

.btn-primary {
  color: #fff;
  border: none;
}

.privacidad {
  font-size: 12px;
  margin-left: 55px;
  padding-top: 5px;
}

.privacidad a {
  color: #000000;
  text-decoration: underline;
}

.mgc-switch {
  float: left;
  margin-left: 0px;
}

.mgc-switch:checked {
  border-color: #e5e4e9 !important;
  background: #f08225 !important;
}

.form-error {
  margin-bottom: 0px !important;
  font-size: 12px;
}

#recuperar-form .form-error {
  color: #ff0101 !important;
  margin-bottom: 0px !important;
}

#login-form .form-error {
  color: #ff0000 !important;
  margin-bottom: 0px !important;
}

#mensaje_error {
  display: none;
  position: absolute;
  font-size: 12px;
  top: 75px;
  left: 20px;
}


.form-control {
  font-size: 14px;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #474747;
  padding: 0.7rem 1.2rem;
  background-color: rgb(255, 255, 255) !important;
  background-clip: padding-box;
  border-radius: 4px;
  border-color: #72606082;
  margin-top: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057 !important;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
}

.container_web {
  margin-top: 0px !important;
  width: 100% !important;
  min-height: calc(100vh - 50px);
  flex-grow: 1;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
  /*min-height: 100vh;*/
  width: 100%;
}


/* Página Login ******/

.logo_login {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.logo_login img {
  max-width: 470px;
  width: 100%;
}

.caja_login {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.caja_registro {
  display: none;
  padding: 20px;
}

.color_login {
  background-color: #FCC42D;
}

.color_registro {
  background-color: #607B57;
}



.caja_contenedor {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  color: #4A4A4A;

}

.caja_contenedor a {
  color: #4A4A4A !important;
}

#registration-form {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}



.titulo_login {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #4A4A4A;
  text-align: center;
}


.logo-inicio {
  padding: 15px;
  width: 100%;
  max-width: 440px;
}

.logo-inicio img {
  width: 100%;
}

.recordar_pass {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.recordar_pass a {
  text-decoration: none;
  color: #212529;
}

/* enable absolute positioning */

.inner-addon {
  position: relative;
}

/* style glyph */

.inner-addon .fas {
  position: absolute;
  padding-top: 12px;
  padding-left: 10px;
  pointer-events: none;
  color: #a6a6a6;
}

/* align glyph */

.left-addon .fas {
  left: 0px;
}

.right-addon .fas {
  right: 0px;
}

/* add padding  */


.caja_fondo {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding-bottom: 40px;
  transition: all 1s;
}

.logos-organizadoras {
  float: left;
  text-align: left;
  padding-left: 15px;
}

input.error,
input.valid,
select.error,
select.valid {
  background-position: right 20px center !important;
  background-repeat: no-repeat;
}

.form-check {
  margin-left: 20px;
}

.form-check label {
  color: #726060;
}

.form-check a {
  color: #726060;
}



.modal-content {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background-color: white;
  border: none;
  border-radius: 0px;
  color: #726060;
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.37);
}

.modal-body {
  padding-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.modal-header {
  border-bottom: none;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
}

.input_container {
  position: relative;
}

.modal-title {
  font-size: 24px;
}

.input_container .icon {
  position: absolute;
  top: 35px;
  right: 54px;
  width: 24px;
  height: 24px;
}

.input_container2 .icon {
  position: absolute;
  top: 16px;
  right: 40px;
  width: 24px;
  height: 24px;
}

.logo_semergen {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.form-group label {
  position: absolute;
  font-size: 12px;
  top: 25px;
  left: 20px;
}

.form-group {
  position: relative;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.form-group input {
  padding-top: 20px;
}

.form-group select {
  padding-top: 20px;
}

.form-check input {
  padding-top: 0px;
}

.form-check label {
  top: 0px;
  left: 0px;
  position: relative;
}

.no_registrado {
  text-align: center;
  color: #495057;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
}

.abrir_login {
  width: 140px;
  background-color: #1F3664;
  color: #ffffff;
  font-size: 16px;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 30px;
  border-radius: 8px;
  border: 1px solid #1F3664;
  cursor: pointer;
}

@media (max-width: 1350px) {

  .container_web {
    padding-left: 0px;
    padding-right: 0px;
  }

  .head_video {
    border-radius: 0px;
  }

}


@media (max-width: 1100px) {
  .head_video {
    height: 500px;
  }

  .head_video .titulo {
    font-size: 40px;
    font-weight: 900;
    max-width: 50%;
    line-height: 1.2;
    margin-top: 30px;
  }

  .head_video .sub_titulo {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    max-width: 50%;
    line-height: 1.2;
    margin-top: 20px;
    z-index: 5;
  }

  .head_video .imagen_banner {
    max-width: 40%;
  }

  .titulo_logo {
    margin-left: 125px;
    margin-top: 10px;
  }

  .subtitulo_logo {
    margin-left: 126px;
    margin-top: 3px;
  }


  .barra_movil {
    display: block;

  }

  .logo {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    line-height: 1.1;
    width: 340px;
    padding-left: 170px;
    padding-top: 18px;
  }

  .logo_akira {
    display: none;
  }



  .logo_akira_movil {
    position: absolute;
    display: block;
    z-index: 2;
    bottom: 24px;
    right: 0px;
    width: 154px;
  }

  .titulo_apartados {
    font-size: 26px !important;
    margin-bottom: 30px;
  }

}

@media (max-width: 790px) {

  .fondo_azul {
    background-image: url(../img/fondo_azul_movil.png) !important;
    background-size: 100% 100%;
  }

  .head_video {
    height: 420px;
    margin-top: 240px;
  }

  .menu_central {
    display: none;
  }

  .head {
    height: 210px;
  }

  .menu_login {
    float: none;
    margin-top: 30px;
  }

  .head_video .titulo {
    font-size: 30px;
    max-width: 100%;
  }

  .head_video .imagen_banner {
    max-width: 250px;
    margin-right: -90px;
    margin-top: 100px;
  }

  .head_video .sub_titulo {
    font-size: 18px;
    max-width: 180px;
  }

  .head_video_interior {
    padding-top: 20px;
  }

  .modulos .titulo_apartados {

    margin-bottom: 0px !important;
  }

  .modal-body {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }

  .modal-header {
    border-bottom: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 450px) {

  .head {
    height: 100px;
  }

  .logo_retos {
    width: 60px;
    margin-top: 10px;
  }

  .titulo_logo {
    margin-left: 10px;
    margin-top: 0px;
    font-size: 20px;
  }

  .subtitulo_logo {
    position: absolute;
    padding-right: 140px;
    margin-left: 77px;
    top: 35px;
    font-size: 13px;
  }

  .menu_login {
    position: absolute;
    margin-top: 5px;
    top: 5px;
    padding-top: 5px;
  }

  .bot_registro {
    width: 115px;
    text-align: center;
    float: right;
    color: #1F3664;
    font-size: 15px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    margin-left: 10px;
    border: 1px solid #1F3664;
    cursor: pointer;
  }

  .bot_inicio {
    position: absolute;
    width: 115px;
    right: 19px;
    top: 45px;
    float: none;
    background-color: #1F3664;
    color: #ffffff;
    font-size: 15px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    border: 1px solid #1F3664;
    cursor: pointer;
  }

  .head_video {
    margin-top: 105px;
  }

}