@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

body {
	background: #FFF;
	padding: 0 0px;
}

/* $$$$$$$$$$$$$$$$$ seción del index-opciones $$$$$$$$$$$$ */
.opciones {
	display: flex;
	flex-direction: column;
	border: 1px solid #757575;
	max-width: 550px;
	width: 100%;
	background: #FFF;
	margin: 20px auto;
	padding: 30px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.125);
	border-radius: 3px;
}

.opciones .botones_op {
	background-color: #00b3e4;
	width: 100%;
	padding: 20px;
	margin: 5px;
	border-radius: 3px;
}

.opciones .botones_op:hover {
	background-color: #39cef7;
}

.opciones .botones_op a {
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
}


.opciones .btn-index{
	background-color: #00b3e4;
	font-size: 20px;
	color: #FFF;
	border: 10px;
	padding: 15px 32px;
	text-align: center;
	border-radius:3px;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 15px;
}

/* $$$$$$$$$$$$$$$$$ fin seción del index-opciones $$$$$$$$$$$ */

/* ////////////////// sección del login-ingreso ///////////// */


.tit_usureg {
	font-size: 15px;
	max-width: 400px;
	margin: auto;
	text-align: left;
}

.login-box {
	display: flex;
	flex-direction: column;
	border: 1px solid #757575;
	max-width: 400px;
	width: 100%;
	background: #FFF;
	margin: 5px auto;
	padding: 15px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.125);
	border-radius: 3px;
}

/*
.login-box {
	position: relative;
	border: 1px solid #757575;
	top:18%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.125);
	background: #fff;
	border-radius: 5px;
}
*/
.login-box h1 {
	text-align: center;
	color: #003C5E;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #E5E2E1;
}

.login-box form {
	padding: 0 40px;
	box-sizing: border-box;
}

form .input-box {
	position: relative;
	border-bottom: 2px solid #adadad;
	margin: 30px 0;
}

.input-box input {
	width: 100%;
	padding: 0 5px;
	height: 40px;
	font-size: 16px;
	border: none;
	background: none;
	outline: none;
}

.input-box label {
	position: absolute;
	top: 10px;
	left: 5px;
	color: #adadad;
	margin-bottom: 3px;
	/*transform: translateY(-50%);*/
	/*font-size: 16px;*/
	pointer-events: none;
	transition: 0.3s ease;
}
/*
.input-box span::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #6c3483;
	transition: .5s;
}
*/
/*.input-box input:focus + label,*/
.input-box input:valid + label {
	top: -12px;
	font-size: 14px;
	color: #003C5E;
}

.input-box input:focus + label::before {
	top: -12px;
	font-size: 14px;
	color: #003C5E;
}

/*
.input-box input:focus ~ label::before,
.input-box input:focus ~ label::before {
	width: 100%;
	top: -5px;
}
*/


.login-box .btn-box .boton2 {
	width: 100%;
	height: 40px;
	padding: 8px 10px;
	font-size: 15px;
	border: 0;
	background: #00b3e4;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
}

.login-box .form .input_field:last-child{
	margin-bottom: 0;
}

.login-box .btn-box .boton2:hover{
	background: #5CDCFF;
}

/*
input[type="submit"]{
	width: 100%;
	height: 50px;
	border: 1px solid;
	background: #003C5E;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	outline: none;
	margin-bottom: 10px;
}

input[type="submit"]:hover{
	border-color: #004A75;
	transition: .5s;
}
*/

/* //////////// fin de la sección del login-ingreso ///////// */

/* ############## Sección del Formulario Registro ########### */
.header-logo {
  /*overflow: hidden;*/
  background-color: #003C5E; 
  padding: 10px 10px;
  margin: 0px 0px 30px 0px;
  width: 100%;
  left: 0;
  top: 0;
 position: relative;
}

.titulo_prog {
	font-size: 14px;
	color: #00395e;
	text-align: center;
	margin-bottom: 15px;
}

.tit_registro {
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}

.tit_regresar {
	font-size: 15px;
	max-width: 650px;
	margin: auto;
	text-align: right;
}

.contenedor-1{
	border: 1px solid #757575;
	max-width: 650px;
	width: 100%;
	background: #fff;
	margin: 2px auto;
	padding: 30px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.125);
	border-radius: 3px;
}

.titulo-obligat{
	font-size: 12px;
	max-width: 650px;
	margin: auto;
	text-align: left;
}


.contenedor-1 .titulo-infalum{
	background: #00395e;
	font-size: 18px;
	padding: 10px 2px 10px 5px;
	margin-bottom: 15px;
	color: #fff;

}

.contenedor-1 .subtitulo-infalum{
	background: #00395e;
	padding: 10px 2px 10px 5px;
	margin-bottom: 15px;
	color: #fff;
}

.contenedor-1 .form{
	width: 100%;
}

.contenedor-1 .form .input_field{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.contenedor-1 .form .input_field label{
	width: 200px;
	color: #757575;
	margin-right: 10px;
	font-size: 14px;
}

.contenedor-1 .texto-nota {
	font-size: 12px;
	margin-bottom: 5px;
}

input[type=radio]{
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #757575;
	border-radius: 50%;
}

input[type=radio]:checked::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #010;
	display: block;
	border-radius: 50%;
}

input[type=checkbox]{
	appearance: auto;
	width: 20px;
	height: 20px;
	border: 2px solid #757575;
	border-radius: 3px;
	padding-top: 5px;
}

input[type=checkbox]:checked::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #010;
	display: block;
}

.contenedor-1 .form .input_field .input, 
.contenedor-1 .form .input_field .textarea{
	width: 100%;
	outline: none;
	border: 1px solid #d5dbd9;
	font-size: 15px;
	padding: 8px 10px;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.contenedor-1 .form .input_field .input_check{
	width: 20px;
	text-align: center;
}

.contenedor-1 .form .input_field .custom_select{
	position: relative;
	width: 100%;
	height: 37px;
}

.contenedor-1 .form .input_field .custom_select select{
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #d5dbd9;
	width: 100%;
	height: 100%;
	padding: 8px 10px;
	border-radius: 3px;
	outline: none;
}

.contenedor-1 .form .input_field .custom_select:before{
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	border: 8px solid;
	border-color: #d5dbd9 transparent transparent transparent;
	pointer-events: none;
}

.contenedor-1 .form .input_field .input:focus,
.contenedor-1 .form .input_field .textarea:focus,
.contenedor-1 .form .input_field select:focus{
	border: 1px solid #07869C;
}



.contenedor-1 .form .input_field .texto-alinea label{
	width: 200px;
	color: #757575;
	margin-right: 10px;
	font-size: 14px;
	justify-content: flex-end;
}

.contenedor-1 .form .input_field .boton1{
	width: 100%;
	padding: 8px 10px;
	font-size: 15px;
	border: 0;
	background: #00b3e4;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
}

.contenedor-1 .form .input_field:last-child{
	margin-bottom: 0;
}

.contenedor-1 .form .input_field .boton1:hover{
	background: #5CDCFF;
}

.recaptcha-box {
	transform: scale(0.85); 
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.recaptcha-box .texto-captcha {
	color: #757575;
	margin-bottom: 10px;
	font-size: 15px;

}

/* ############### fin de la sección del formulario ################ */

/* ################### seccion de resultados #################### */

 .resbtn-box{
 	/*border: 1px solid #757575;*/
	max-width: 650px;
	width: 100%;
	background: #fff;
	margin: 2px auto;
	padding: 30px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.125);
	border-radius: 3px;
 }



 .resbtn-box .boton3{
	width: 100%;
	padding: 8px 10px;
	font-size: 15px;
	border: 0;
	background: #00b3e4;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
	margin: auto;
 }


/*
.login-box .btn-box .boton2 {
	width: 100%;
	padding: 8px 10px;
	font-size: 15px;
	border: 0;
	background: #00b3e4;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
}

.login-box .form .input_field:last-child{
	margin-bottom: 0;
}

.login-box .btn-box .boton2:hover{
	background: #5CDCFF;
}
*/

/* ############### fin de la seccion de resultados ############### */

/* %%%%%%%%%%%% Inicio de sección de menu vertical sesion %%%%%%%%%% */
.menu-izq {
	list-style:none outside url(../imagenes/vineta.gif);
	margin-left:50px;
}

.menu-izq .texto-menu {
	font-weight: bold;
}

/* %%%%%%%%%%%% Inicio de sección de menu vertical sesion %%%%%%%%%%* /


/* %%%%%%%%%%%%%%%%%%%%%%%% responsive %%%%%%%%%%%%%%%%%%%%%%%%%%%*/
@media (max-width: 420px){
	body{
		padding: 0 10px;
	}
	.contenedor-1 .form .input_field{
		flex-direction: column;
		align-items: flex-start;
	}
	.contenedor-1 .form .input_field label{
		margin-bottom: 5px;
	}
	.contenedor-1 .form .input_field.terms{
		flex-direction: row;
	}
	.header a {
    float: none;
    display: block;
    text-align: center;
  }

  .tit_regresar {
  	padding-bottom: 12px;
  }
  .menu-izq {
  	font-size: 13px;
  }
}

