*:focus{
	outline: 0 !important;
}

a{
	color:#4E4E4E;
}

body{
	overflow-x: hidden;
}

h1{
    color: #3c3c3c;
    text-align: center;
}

.centrado{
	text-align: center;
}
.Titulo{
	color: #003479;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	margin-top: 80px;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.Subtitulo{
	font-size: 50px;
	text-align: center;
	color: #003479;
	font-weight: bold;
	padding-bottom: 90px;
}

.Boton_a{
	background: #A3B2BF;	
}
.Boton_b{
	background: #F56954;
}
.Boton_c{
	background: #00C0EF;
}
.Boton_d{
	background: #96CE8A;
}

.Botones_iniciales{
	width: 365px;
	color: white;
	height: 170px;
	border-radius: 10px;
	border: none;
	padding-top: 45px;
	padding-bottom: 30px;
	margin: 8px;
	font-size: 45px;
	font-weight: bold;
}

.btn_sesion{
	background: white; 
	border: none; 
	border-radius: 6px; 
	width: 230px; 
	height: 60px; 
	font-size: 25px; 
	font-weight: bold; 
	color: #003479;
}
.Botones_iniciales:hover{
	-webkit-box-shadow: 5px 6px 13px 0px rgba(122,122,122,1);
	-moz-box-shadow: 5px 6px 13px 0px rgba(122,122,122,1);
	box-shadow: 5px 6px 13px 0px rgba(122,122,122,1);
}

.terminos{
	padding-top: 150px;
}

.fondos{
	max-width: 100%;
	text-align: center;
	padding-left: 7%;
	padding-right: 7%;
	overflow-y: auto;
	padding-bottom: 2%;
}
.cerrar_sesion{
	padding-top: 70px; text-align: right; padding-right: 8%;
}
.logotipo_contraste{
	padding-top: 50px; padding-left: 8%;
}
.parrafos{
	padding: 24px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.logo_A{
	text-align: center;
	padding: 120px 0 80px 0;
}

.logo_contraste {
	width: 24%;
}
.logo_principal{
	width: 500px;
}

.Success{
	background: #00A2EA;
	color: white;
	width: 370px;
	height: 50px;
	border-radius: 4px;
	border: none;
}

.Success:hover{
	background: #525061;
	color: white;
	width: 370px;
	height: 50px;
	border-radius: 4px;
	border: none;
}

.input_style{
	width: 400px;
}

footer{
	background: #003479; height: 214px;
}
.form-control {
	position: relative;
	z-index: 1;
	border-radius: 0;
	border-width: 0 0 1px;
	border-bottom-color: rgba(0,0,0,0.25);
	height: auto;
	padding: 3px 0 5px;
	&:focus {
		box-shadow: none;
		border-bottom-color: rgba(0,0,0,0.12);
		~ .animated-label {
			top: 0;
			opacity: 1;
			color: #8e44ad;
			font-size: 12px;
			&:after {
				visibility: visible;
				width: 100%;
				left: 0;
			}
		}
	}
}

.custom-control-label::before{
	border-radius: 4px;
}

.custom-control-input:checked~.custom-control-label::before{
	border-color: #003479;
	background-color: #003479;
}   

.custom-control-input:focus~.custom-control-label::before{
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
	border-color: #bfbfbf;
}

.bread{
	font-size: 28px;
}


/*RESPONSIVE*/
@media screen and (max-width: 1900px){
	.fondos{
		padding-left: 6%;
		padding-right: 6%;
		    padding-bottom: 10%;
	}
}

@media screen and (max-width: 1600px) {
	.logotipo_contraste {
		padding-top: 3%;
		padding-left: 8%;
	}
	.cerrar_sesion {
		padding-top: 4%;
		text-align: right;
		padding-right: 8%;
	}

	.Subtitulo{
		padding-bottom: 0px;
	}
	.Titulo{
		margin-top: 0px;
	}

	footer{
		height: 120px;
	}
}

@media screen and (max-width: 1366px) {
	.btn_sesion{
		width: 150px;
		height: 48px;
		font-size: 20px;
	}
	.Botones_iniciales{
		width: 260px;
		height: 150px;
		font-size: 35px;
	}
	.cerrar_sesion{
		padding-top: 3%;
	}
	.logo_A{
		padding-top: 34px;
	}
	.logo_contraste{
		width: 20%;
	}
	.Subtitulo{
		font-size: 42px;
	}
	.terminos
	{
		padding-top: 40px;
	}
	.Titulo{
		font-size: 48px;
	}
}

@media screen and (max-width: 1100px) {
	.logotipo_contraste {
		padding-top: 3%;
		padding-left: 8%;
	}
	.cerrar_sesion {
		padding-top: 4%;
		text-align: right;
		padding-right: 8%;
	}

	footer{
		height: 120px;
	}
}

@media screen and (max-width: 800px) {
	.Botones_iniciales{
		width: 240px;
	}
	.btn_sesion{
		width: 124px;
		height: 30px;
		font-size: 12px;
	}
	.cerrar_sesion{
		padding-top: 4%;
		text-align: right;
		padding-right: 12%;
	}
	.fondos{
		padding-bottom: 35%;
	}
	.logo_contraste {
		width: 50%;
	}
	.logotipo_contraste{
		padding-top:2%; 
		padding-left: 8%;
	}
	.Subtitulo{
		font-size: 40px;
		padding-bottom: 0;
	}
	.parrafos{
		padding:0;
	}
	.Titulo{
		font-size: 30px;
		margin-top: 4%;
	}
	
	footer{
		height: 80px;
	}
	.ocultar{
		display: none;
	}
}

@media screen and (max-width: 420px) {
	.logo_A {
		padding: 20px 0 41px 0;
	}
	.logo_principal {
		width: 140px;
	}
	.logo_contraste {
		width: 81%;
		padding: 8px;
	}
	footer{
		height: 66px;
	}
	h1{
		font-size: 24px;
	}
	.bread{
		font-size: 16px;
	}

}

/*TABLAS*/

.Bordereau_header{
	background-color: rgb(189,215,238);
} 

.Bordereau_css{
	border-bottom: dashed;
	border-right: solid;
	border-left: solid;
	border-width: 1px;
	border-color: grey;
}

.estados{
	color: #003379;
	font-weight: 500;
}


th{

	border: 1px solid white;
	text-align: center;
	height: 40px;
	width: 2%;
}

td{
	padding: 12px;
	text-align: justify;
}

/*tfoot tr{

	border-top: 12px solid white;
	border-bottom: 12px solid white;
}
*/
.encabezados{
	background: #003479;
	color: white;
}

.menu_color{
	color: white;
}

.navbar-toggler-icon {
	background-image: url('../../assets/imgs/data_image.svg');
}

.progress-bar{
	background-color: #003479;
}


/*tabla con bordes irregulares*/


/*tbody{
	border: 1px solid grey;
	}*/

	tfoot:before{
		content:"_";
		color:white;
		display:block;
	}

	.footer_color{
		background-color: rgb(217,217,217);
		border-bottom: 9px solid white;
		font-weight: bold;
		text-align: right;
	}

	.footer_color_b{
		background-color: rgb(242,242,242);
		border-bottom: 9px solid white;
		font-weight: bold;
		text-align: right;
	}

	.Expediente-table{
		width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.Expediente_header{
		width: 2%;
		background: #F0F0F7;
		color: #516379;
		border: 1px solid #707070;
		border-bottom: 2px solid #003479;
	}
	.Expediente_css{
		border: 1px solid #707070;
		text-align: center;
	}

	.left{
		border-left: 1px solid #707070;
	}

	.right{
		border-right: 1px solid #707070;
	}


	/*tabs*/
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #003479;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: bold;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #A3B2BF;
    margin-right: 12px;
        color: white;
        font-weight: bold;
}




.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    background: #516379;
    font-weight: bold;
}

.nav-link {
    padding: 0.2rem 1rem;
}