@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');


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

  background: url(../img/fondo_contenido.png) fixed no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;

  width: 100vw;
}

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

.fondo_login {
  text-align: center;
}

.logo_login {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

.fondo_login .container {
  max-width: 800px;
  margin-top: 50px;
  padding-bottom: 60px;
}

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

.clear {
  clear: both;
}

.activo {
  /*text-decoration: underline;*/
  color: #FF2842 !important;
}

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

.col_derecha {
  position: relative;
  min-height: calc(100vh - 0px);
  background-color: #06B0AE;

}

.col_derecha .formulario_login {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 220px;

}

.col_izquierda {
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: calc(100vh - 0px);
}

.titulo_registro {
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  margin-left: 5px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.titulo_login {
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left;
}

.formulario_login {
  padding-right: 30px;
  padding-bottom: 50px;
}

.formulario_recuperar {
  text-align: left;
}

#registro-form .form-group {
  padding-left: 5px;
  padding-right: 5px;
}

.caja_registro {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: center;
  padding: 0px;
}

.logo_htg {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.textos_logo {
  font-weight: 700;
  text-align: left;
}

.textos_logo .sup {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.0;
}

.hr_verde {
  color: #7DC9D3;
  height: 3px !important;
  opacity: 1;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.hr_lila {
  color: #A29CC3;
  height: 3px !important;
  opacity: 1;
  margin: 10px;
  margin-top: 5px;
}

.fecha {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 10px;
  text-align: left;
  padding-left: 10px;
}

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

.logo:hover {
  color: #000000;
}

.logos_pie {
  width: 275px;
  text-align: center;
}

.logos_org {
  position: absolute;
  top: 20px;
  right: 15px;
}

.cordoba_fondo {
  position: absolute;
  top: 107px;
  right: 0px;
  z-index: 0;
}

.bot_inicio {
  float: right;
  background-color: #479FAD;
  color: #ffffff;
  font-size: 14px;
  padding: 8px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  cursor: pointer;
}

.bot_registro {
  float: right;
  color: #ffffff;
  font-size: 14px;
  padding: 8px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  cursor: pointer;
}

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

.titulo_video {
  position: relative;
  z-index: 1;
  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-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: #ffffff;
  font-size: 12px;
  width: 100%;
  cursor: pointer;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
}


#boton-recuperar {
  background: none;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #007AFF;
  border-radius: 0px;
  padding: 10px;
}

#enviar {
  background: none;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #007AFF;
  border-radius: 0px;
  padding: 10px;
}

#registro {
  background: none;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #007AFF;
  border-radius: 0px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.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: 10px !important;
  font-size: 12px;
}

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

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

.form-error {
  color: #fbff01 !important;
}

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

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




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

.formulario_recuperar .form-control {
  padding-left: 13px;
}

.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;
  max-width: 100%;
}

.container_web {
  position: relative;
  margin-top: 0px !important;
  width: 100% !important;
  min-height: calc(100vh - 0px);
  flex-grow: 1;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

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


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



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

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


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

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



.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: 14px;
  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: 11px;
  top: 6px;
  left: 20px;
  color: #000000;
}

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

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

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

select option {
  color: black;
  /* Color de las opciones en el desplegable */
}

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

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

.caja_descarga {
  margin-top: 60px;
  margin-bottom: 60px;
}

.caja_descarga #descarga {
  background: none;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #645A9C;
  border-radius: 10px;
  padding: 10px;
}

.acreditacion_texto {
  font-size: 13px;
  margin-top: 30px;
}

.logo_ferrer_login {
  position: absolute;
  bottom: 20px;
  left: 40px;
}

.logo_sea_login {
  position: absolute;
  bottom: 10px;
  right: 15px;
}


input[type="text"] {
  color: black !important;
  /* Cambia el color del texto a negro */
}



@media (max-width: 990px) {
  .container_web {
    text-align: center;
    padding-bottom: 0px;
  }

  .col_izquierda {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col_derecha {
    min-height: 550px;
  }

  .logos_org {
    position: relative;
    text-align: center;
  }

  .col_derecha .formulario_login {
    margin-top: 50px;
  }

  .cordoba_fondo {
    display: none;
  }

  .caja_registro {
    width: 100%;
    max-width: 410px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }

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

}

@media (max-width: 400px) {

  .textos_logo {
    font-size: 14px;
  }

  .fecha {
    font-size: 12px;
  }

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

  .fondo_login img {
    margin-left: 35px;
    padding-right: 50px;
  }

  .formulario_login {
    padding-right: 0px;
  }

  .col-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}