/*colores logotipo
  verde fuerte: #008B45
  verde claro: #31B44A
  gris oscuro: #211D1E
  gris claro: #E8E8E8 */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;1,400;1,500&display=swap');

body{
	/*background:  #CBEFF1 ;*/
	/*background-color: rgb(28,91,171);*/
	/*background-color: rgb(38,124,235);*/
	/*background-color: white;*/
	/*background:url("../img/fondo2.jpg") no-repeat;*/
	/*background-size: cover;*/
	/*font-family: 'Ubuntu', sans-serif;*/

}
 /*h2{
 	color: #05596C;
 	text-align: center;
 }*/
 nav{
 	/*background-color: rgb(38,124,235);*/
 	/*background-color: white;*/
 	background: #008B45;
 }
 a{
	color:  #008B45;
}
 .navbar{
 	padding: 0px;
 }
 .navbar_logo{
 	background-color:#E8E8E8;
 	margin: 0px;
 	padding-left: 60px;
 	padding-right: 60px;
 }


 /*#img-logo{
 	width: 150px;
 }*/

 /*formularios*/
	.container{
	 	/*background: rgba(255,255,255, 0.9);*/
	 	background-color: #E8E8E8;
	 	/*background-color: rgb(28,91,171);*/
	 	font-size: 20px;
	 	border-radius: 40px;
	 }
	 .row{
	 	margin-bottom: 10px;
	 }
	 form{
	 	/*background-color: rgba(49, 180, 7, .3);*/
	 	/*background-color: rgba(33, 29, 30, .1);*/
	 	/*background-color: #E8E8E8 ;*/
	 	border-radius: 10px;
	 	padding: 20px 40px;
	 }
	 h2, h3{
	 	text-align: center;
	 }
	 .form-floating label{
	 	font-size: 15px;
	 	padding-left: 25px;
	 }
	 input[type="submit"]{
	 	text-align: center;
	 }
	 #respuesta{
	 	display: none;
	 	width: 100%;
	 	text-align: center;
	 }
	 #datos{
	 	background: white;
	 }

	.oculto{
	 		display: none;
	 	}

	 
	 footer{
	 	background: rgba(255,255,255, 0.9);
	 	position: relative;
	 	bottom: 0;
	 }

 /*encabezado y menu*/

 #menu{
 	background-color: #E8E8E8;
 }
 #opciones-menu{
 		position: fixed;
 }
 .nav-link{
 	color: black;
 	/*text-shadow: 0px 0px 2px green;*/
 }
 .nav-link:hover{
 	color: white;
 	background-color: gray;
 }
 .collapse{
 	padding-left: 20px;
 }
 #foto_usuario{
 	width: 40px;
 	height: 40px;
 	border-radius: 50%;
 }

.btn-atajo{
	width: 100%;
}

/*documentos*/
#div_contrato p{
	font-size: 12px;
}
#div_contrato, #div_seguro{
	margin: 50px 5%;
}

.accordion-item{
	background-color: white;
}
.ver-print{
	display: none;
}

.notificacion{
	background: #BFF0D7;
	margin: 20px;
	padding-top: 10px;
}

#btn_regresar{
		position: fixed;
		z-index: 2000;
		top: 100px;
		right: 2%;
	}

/* 
@media (max-width: 1200px){
	 .bi{
	 	font-size: 50px;
	 }
	 h2{
	 	font-size: 40px;
	 }
	 h5{
	 	font-size: 35px;
	 }
	 body, table, label, .btn, #respuesta, input[type="text"], 
	 input[type="password"],input[type="number"], nav, li,
	 input[type="date"], input[type="time"], textarea, select,
	 strong, .input-group-text, input[type="radio"], .form-control 
	 {
	 	font-size: 35px;
	 }
	 .form-floating label{
	 	font-size: 30px;
	 }
	 #img-personaje{
	 	width: 120px;
	 }
	 #img-nombre{
	 	width: 350px;
	 }
	 .navbar-toggler{
	 	font-size: 50px;
	 }
}