/*Inicio resetear estilos de navegador*/
*{
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
  font-family: 'OpenSans', sans-serif;
	vertical-align: baseline;
  box-sizing: border-box;
}

*::after,
*::before{
  box-sizing: border-box;
}

html{
  color: rgb(255, 255, 255);
}

footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Fin resetear estilos de navegador*/

/*Inicio estilos section*/
::-webkit-input-placeholder{
  color: rgb(255, 255, 255);
}

html{
  background: rgb(249, 249, 250);
}

.ok{
  background-image: url("/assets/img/iconos/new_fondo_login.png");
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
}

.contenedor_global{
  
  display: flex;
  flex-direction: column;
  align-items: center;
  
  background: #FFFFFF;
  background-position: center;
  
  height: 800px;
  width: 100%;
}

.contenedor_global2{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  height: 100%;
  width: 100%;
}

.new_logo_google{
  background-repeat:no-repeat;
  margin-top: 5px;
  height:20px;
  width:20px;
  margin-left: 5px;
  background-position:center;
}

.imagen_global{
  margin-top: 100px;
  width: 100%;
  height: 70%;
  opacity: 0.5;
}

.imagen_back{
  
  
  display: none;
}

.contenedor_login{
  width: 1000px;
  height: 650px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: right;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 3px 78px 0 rgba(0, 0, 0, 0.16);
}

.contenedor_imagen{
  border-radius:20px 0px 0px 20px;
  box-shadow: 0 3px 78px 0 rgba(0, 0, 0, 0.16);
}

.centrado_especial {
  margin: 0;
  position: absolute;
  transform: translateY(13%);
}

.menu{
  margin: 0;
  position: absolute;
  transform: translateY(150%);
  display: block;
}

.columna1 {
  position:absolute;
  top:0px;
  left:0px;
  width:500px;
  margin-top:0px;
  
}

.columna2 {
  position:absolute;
  top:00px;
  left:540px;
  width:400px;
  margin-top:0px;
  
}

.encabezado{
  top:00px;
  margin-top: 25px !important;
}

.columna2_1 {
  position:absolute;
  top:00px;
  left:540px;
  width:400px;
  margin-top:0px;
  
}

.columna2_2 {
  position:absolute;
  top:330px;
  left:540px;
  width:400px;
  margin-top:100px;
  
}

.saludo1{
  visibility: visible;
}

.saludo2{
  display: none;
}

.prueba{
  left:-800px;
  text-size-adjust: 5px;
  
  text-align: center;
  padding: 10px 0;
  background: #00BF5D;
  color: #f7f8f8;
  width: 30%;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 8px;
  height: 40px;
  width: 400px;
  display: none;
}

.back_button{
  display: none;
}

.i_cbox{
  display: block;
}

#form_facebook,
div{
  margin: 0 !important;
}

.msg_opcion1-ingreso{
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.38px;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #1E2432;
}

.msg_opcion1_1-ingreso{
  font-size: 32px;
  letter-spacing: 0.38px;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #1E2432;
}

.msg_opcion2-ingreso{
  margin: 4px 0;
  text-align: center;
  font-size: 12px;
  color: #BEC2CE;
  margin: 4px 0;
  text-decoration: none;
}

.msg_opcion3-ingreso{
  text-align: left;
  font-size: 15px;
  color: black;
  margin-right: 10px;
  border-bottom: 0px !important;
}

.msg_opcion4-ingreso{
  text-align: right;
  font-size: 15px;
  color: #FF2D55;
}

.msg_opcion5-ingreso{
  text-align: right;
  font-size: 10px;
  color: #16191c;
  border-bottom: 0px !important;
}

.center_div {
  height: 30px;
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.center_div2 {
  height: 100px;
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.center_div3 {
  height: 20px;
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedor_login--logo img{
  width: 100%;
  height: 100%;
}

.contenedor_login--logo{
  width: 170px;
  height: 80px;
  margin: 10% 30%  !important;
  align-items: center;
}

.contenedor_login--logo2{
  width: 230px;
  height: 80px;
  
  align-items: center;
}

.contenedor_login *{
  
}

form{
  width: 100%;
}

.contenedor_login--link{
  display: block;
  margin-top: 3px;
  width: 100%;
  height: 40px;
  text-decoration: none;
  border: 1px solid #00BF5D;
  padding: 5px 5px;
  color: #BEC2CE;
  border-radius: 5px;
  
  background: #fdfdfdfa;
  
}

.Trazado-6405 {

  width: 14.1px;

  height: 7px;

  margin: 0 2.9px 0.2px 0px;

  

}

.Connect-with-Faceboo {
  width: 218px;
  height: 20px;
  margin: 0 0 0 74.4px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.24px;
  text-align: center;
  color: #bec2ce;
}


.totopo{
  display: none !important;
}

.facebook_link{
  border-color: #4267b2;
  background: #4267b2;
  /* display:none; */
}

/* .facebook_link::before{
  content: "\f09a";
}

.google_link::before{
  content: "\f0d5";
} */

.google_link::before,
.facebook_link::before{
  /* font-family: "Font Awesome 5 Free"; */
  width: 20px;
  height: 20px;
  color: rgb(255, 255, 255);
  margin-right: 7px;
}

.contenedor_login--input,
.custom-input,
.contenedor_login--input-captcha,
.contenedor_login--imagen-captcha{
  width: 100%;
  height: 17px;
  background: transparent;
  
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 !important;
}

.contenedor_division{
  width: 100%;
  height: 40px;
  background: transparent;
  
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 !important;
}

.espacio{
  width: 100%;
  height: 40px;
  background: transparent;
  
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 !important;
}

.espacio_oculto{
  
  
}

.linea {
  margin:0px 20px;
  width:180px;    
  border-top:1px solid rgb(189, 187, 187);
  position: relative;
  top:15px;
  float:left;
  }

.leyenda {
  float:left;
  color: #BEC2CE;
  margin: 8px !important;
 }

.icono{
  margin-left: 20px;
}

.icono img{
  margin: 0;
}

.captcha{
  margin-left: 10px !important;
}

.icono-container{
  width: 15%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedor_login--input > input,
.custom-input > input,
.contenedor_login--input-captcha{
  height: 100%;
  width: 100%;
  margin: 0;
  background: transparent;
  color: #1E2432;
  outline: none;
}

.contenedor_login--submit,
.custom-submit-v1 {
  text-size-adjust: 3px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  background: #00BF5D;
  color: #f7f8f8;
  margin-top: 20px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 13px;
  width: 125px;
  height: 35px;
  font-size: 11px;
}



.contenedor_login--imagen-captcha{
  height: 42px;
  margin: 4px 0 !important;
  padding: 0 10px;
}

.contenedor_login--input-captcha{
  display: flex;
  align-items: center;
  margin: 1px 0 !important;
  color: rgb(255, 255, 255) !important;
}

.contenedor_login--imagen-captcha{
  margin: 1px 0 !important;
}

.contenedor_login--imagen-captcha,
.contenedor_login--input-captcha{
  width: 48.5%;
  height: 40px;
}

.contenedor_login--input-captcha .icono-fake-container{
  width: 25%;
}

.input-captcha{
  width: 75%;
  height: 100%;
  background: transparent;
  outline: none;
  color: rgb(255, 255, 255) !important;
}

.contenedor_login--promocion{
  padding-top: 10px;
  text-align: center;
  color: rgb(255, 255, 255);;
  font-size: 7px;
  width: 100%;
}

.contenedor_login--promocion a{
  text-decoration: none;
  
  color: #FF2D55;
}

.contenedor_login--promocion .contenedor_login--link-cuenta{
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 30px;
}

.contenedor_global--login{
  height: 100vh;
}
/*Fin estilos section*/

/*Inicio estilos footer*/
footer{
  margin: 0;
  position: absolute;
  transform: translateY(90%);

  background: rgba(251, 252, 253, 0);
  width: 350px;
  height: 50px;
  border-top: 1px solid rgba(248, 249, 250, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

footer p{
  font-size: .6rem;
}

#mensaje_error_login{
  color: red;
  font-size: .85rem;
  text-align: center;
}
/*Fin estilos footer*/



@media (max-width:900px){
  .contenedor_global{
    
    margin: 50 !important;
    
    
    font-size: 100%;
    font: inherit;
    font-family: 'OpenSans', sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;

    
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    background-position: center;
    
    width: 100%;
    height: 100%;
    padding: 200px 200px ;
  }

  .contenedor_global2{
    display: flex;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    padding: 150px 0px ;
  }

  .new_logo_google{
    background-repeat:no-repeat;
    margin-top: 10px;
    height:20px;
    width:20px;
    margin-left: 10px;
    background-position:center;
  }

  .imagen_global{
    
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }

  .imagen_back{
    alt: 00px;
    width: 25px;
    height: 25px;
    display: block;
  }
  
  .contenedor_login{
    width: 90%;
    height: 650px;
    
    display: flex;
    flex-direction: column;
    align-items: right;
    border-radius: 20px;
    background: #ffffff04;
    box-shadow: 0 3px 78px 0 rgba(0, 0, 0, 0);
    
  }
  
  .contenedor_imagen{
    border-radius:20px 0px 0px 20px;
  }
  
  .centrado_especial {
    transform: translateY(0%);
    width: 90%;
    height: 100%;
  }
  
  .menu{
    display: none;
  }
  
  .columna1 {
    display: none;
    
  }
  
  .columna2 {
    position:absolute;
    top:00px;
    left:0px;
    width:100%;
    padding: 70px 0px ;
    height: 50%;
  }

  .encabezado{
    position:absolute;
    top: 650px;
    width:100%;
    
  }

  .columna2_1 {
    position:absolute;
    top:00px;
    left:100px;
    width:100%;
    margin-top:10px;
  }
  
  .columna2_2 {
    position:absolute;
    top:00px;
    left:0px;
    width:100%;
    
    margin-top:00px;
    display: none;
  }

  .saludo1{
    visibility: hidden;
  }

  .saludo2{
    width: 500px;
    display: block;
  }

  .prueba{
    left:0px;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    background: #00BF5D;
    color: #f7f8f8;
    width: 20%;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 8px;
    height: 50px;
    width: 100%;
    display: block;
  }

  .back_button{
    position:absolute;
    top:60px;
    left:20px;
    width:400px;
    margin-top:0px;
    display: none;
  }

  .i_cbox{
    display: none;
  }
  
  #form_facebook,
  div{
    margin: 10 !important;
  }
  
  .msg_opcion1-ingreso{
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.38px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #1E2432;
  }

  .msg_opcion1_1-ingreso{
    font-size: 35px;
    letter-spacing: 0.30px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #1E2432;
  }
  
  .msg_opcion2-ingreso{
    margin: 4px 0;
    text-align: center;
    font-size: 20px;
    color: #BEC2CE;
    margin: 4px 0;
  }
  
  .msg_opcion3-ingreso{
    text-align: left;
    font-size: 18px;
    color: black;
    border-bottom: 0px !important;

  }
  
  .msg_opcion4-ingreso{
    text-align: right;
    font-size: 18px;
    color: #FF2D55;
  }
  
  .msg_opcion5-ingreso{
    text-align: right;
    font-size: 20px;
    color: #16191c;
    border-bottom: 0px !important;
  }
  
  .center_div {
    height: 30px;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .center_div2 {
    height: 100px;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .center_div3 {
    height: 20px;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contenedor_login--logo img{
    width: 100%;
    height: 100%;
  }
  
  .contenedor_login--logo{
    width: 80%;
    height: 60%;
    margin: 10% 10% 10% !important;
    align-items: center;
  }
  
  .contenedor_login--logo2{
    width: 100%;
    height: 80px;
    
    align-items: center;
  }
  
  .contenedor_login {
    width: 100%;
   
  }
  
  form{
    width: 100%;
  }
  
  .contenedor_login--link{
    height: auto;
    padding: 10px 10px;
    font-size: 15px;
  }

  .Connect-with-Faceboo {
    width: 100%;
    
    margin: 0 0 0 10%;
    font-size: 17px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.24px;
    text-align: center;
    color: #bec2ce;
    
  }

  footer{
    margin: 0;
    position: absolute;
    transform: translateY(0%);
  
    background: rgba(251, 252, 253, 0);
    width: -350px;
    height: -50px;
    border-top: 1px solid rgba(248, 249, 250, 0);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contenedor_division{
    position:absolute;
    top:00px;
    left:-800px;
    width:400px;
    margin-top:0px;
    
  }

  .espacio{
    width: 100%;
    height: 55px;
    background: transparent;
    
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 !important;
  }

  .espacio_oculto{
    width: 100%;
    height: 4px;
    background: transparent;
    
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0 !important;
    display: block;
  }

  .contenedor_login--submit,
  .custom-submit-v1{
    height: 50px;
    width: 1200px;
    font-size: 18px;
  }

  .contenedor_login--input,
  .custom-input,
  .contenedor_login--input-captcha,
  .contenedor_login--imagen-captcha{
    width: 100%;
    height: 100%;
    background: transparent;
  
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 !important;
  }

  .contenedor_login--link-cuenta{
    
    font-size: 18px;
  }

  .txt_header_modal_usuario_formul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 5px;
    margin-top: 20px !important;
  }
  
  .txt_header_modal_usuario_formul a,
  .txt_header_modal_usuario_formul span{
    font-size: 10px;
    text-decoration: none;
    width: max-content;
    color: black;
  }

  
}