@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap');


body {
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #000000;

  background-image: linear-gradient(90deg, #FFBF25 0%, #F26409 100%);
}

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: #FF2842 !important;
}

.activo a {
  color: #FF2842 !important;
}

.head {
  width: 100%;
  text-align: center;
  padding: 15px;

}

.head img {
  width: 100%;
  max-width: 577px;

}

.formulario_recuperar {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 10px;
  background: #FFFFFF;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  padding: 30px;
}

.titulo_formulario {
  font-size: 34px;
  color: #C53E17;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer {
  background-color: white;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.footer img {

  width: 100%;
  max-width: 566px;
}

.logo {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  line-height: 1.1;
  width: 800px;
  padding-left: 120px;
  padding-top: 20px;
}

.logo_titulo {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  padding-left: 120px;
  padding-right: 20px;
}

.logo_titulo2 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #40A73E;
  text-decoration: none;
  padding-left: 120px;
  padding-right: 20px;
}

.logo:hover {
  color: #000000;
}

.logo_retos {
  position: absolute;
  left: 18px;
  top: 15px;
  width: 100px;
}

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

.logo_akira_movil {
  display: none;
}

.menu_central {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 100%;


  margin-top: -63px;
  z-index: 11;
}

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

}

.menu_central ul>li {
  float: left;
  margin-left: 0px;
  margin-right: 44px;
  box-sizing: border-box;
  /* display: flex; */
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  /* position: absolute; */
  /* width: 155px; */
  height: 46px;
  left: 795px;
  top: 0px;
  background: #FFFFFF;
  border: 1px solid #009999;
}

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

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

.menu_central_sticky {
  background-color: #99CC33;
  height: 67px;
  padding-top: 6px;
}

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


.menu_movil {
  font-family: 'Montserrat', sans-serif;
  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%;
  height: 350px;
  margin-top: 100px;
  border-bottom: 1px solid #ffffff;
  background-image: url(../img/fondo.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

.head_video .logo_head_video {
  position: absolute;
  top: 60px;
  left: 30px;
  width: 700px;
}

.head_video .logo_head_movil {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  max-width: 500px;
}

.head_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menu_login {
  width: 100%;
  position: fixed;
  right: 0px;
  z-index: 10;
  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;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  cursor: pointer;
  border-right-color: #000000;
  border-right-width: 1px;
  border-right-style: solid;
}

.bot_registro {
  float: right;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  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: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #479FAD;
  border-radius: 40px;
  padding: 10px;
}

#enviar {
  background: none;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background: #40A73E;
  border-radius: 10px;
  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;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.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;
  font-family: 'Montserrat', sans-serif;
}

.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;
}






@media (max-width: 990px) {

  .barra_movil {
    display: block;

  }

  .menu_central {
    font-size: 13px;
    top: 120px;
  }


  .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_titulo {
    font-size: 14px;
    padding-left: 90px;
  }

  .logo_titulo2 {
    font-size: 14px;
    padding-left: 90px;
    margin-top: 5px;
  }

  .logo_retos {
    position: absolute;
    left: 15px;
    top: 18px;
    width: 70px;
  }

  .logo_akira {
    display: none;
  }

  .menu_central ul {
    padding-left: 15px;
    padding-right: 0px;

  }

  .menu_central ul>li {
    width: 42%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    background: #FFFFFF;
    border: 1px solid #009999;
    height: 35px;
  }

  .modulos1 {
    font-size: 11px;
  }

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

  .menu_central_sticky {
    height: 105px;
    padding-top: 6px;
  }

  .bot_registro {
    margin-right: 40px;
  }


  .head_video {
    position: relative;
    width: 100%;
    height: 310px;
    margin-top: 80px;
    background-color: #8BC832;
    background-image: none;
  }

  .caja_video_head {
    position: relative;
    top: 80px;
    right: 0px;
    width: 100%;
    padding: 15px;
  }

  .caja_video_head img {
    width: 100%;
  }

  .head_video .logo_head_video {
    display: none;
  }

  .head_video .logo_head_movil {
    display: block;
  }

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

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

}