@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');


/* CSS Document */
a {
    transition: all 0.5s ease 0s;
}
html,
body
{
	background:#fff;
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
.title-responsive,
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
}

.title-responsive{
	font-weight: 500;
	text-align: center;
	color:rgba(245,127,24,1);
	padding:60px 0 0;
	line-height: 1.1;
}
.title-responsive-logo{ padding-bottom: 10px;}
.title-responsive-logo img{ width: 30px;}
.title-responsive-1{ font-size: 37px; }
.title-responsive-2{font-size: 27px;}
.cajas-container{
	padding: 20px;
}
.caja{
	border: 1px solid #e6e6e6;
	background:#FFF;
	width: 400px;
	max-width: 100%;
    margin: 0 auto;
}
.caja-naranja{
	border: 1px solid rgba(245,127,24,1);
}
.caja + .caja {
	margin-top: 30px;
}
.caja-title{
	padding: 10px 20px;
	background:#e6e6e6;
	color:rgba(245,127,24,1);
	font-size: 20px;
	font-weight: 700;
}
.caja-naranja .caja-title{
	color:#fff;
	background:rgba(245,127,24,1);
	min-height: 45px;
	padding: 10px 20px 5px;
}
.caja-body{
	font-weight: 500;
	padding: 15px 10px;
	font-size: 16px;
	color:#666;
}
.caja-naranja .caja-body{
	font-size: 16px;
	padding: 20px 20px 20px;
}
.caja-body > div{
	background-size: 11px;
	background-image: url('../img/login-check.png');
	background-position: left 9px;
	background-repeat: no-repeat;

	margin-left: 7px;
	padding-left: 24px;
}
.caja-body > div img{
	margin-right: 5px;
}
.div-img-responsive{
	text-align: center;
}
.div-img-responsive img{
	max-width: 100%;
}



h1{
	display: none;
	line-height: 1;
	margin: 0;
}
h1 small{ 
	color:inherit; 
	display: block;
	line-height: 1;
	font-size: 80%;
}
h2{ 
	font-size: 24px;
	color: #f57f18;
	font-weight: 500; 
	margin: 0 0 14px;
 }
.input{
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 11px;
}
#error span{ 
	color: #D00104;
	font-weight: 500;
	margin-bottom: 7px; 
	display: block; 
}
#submit{ 
	padding-top: 2px; 
}
#submit input{
	background-color: #f57f18;
    width: 108px;
    padding: 10px 0 9px;
    border-radius: 8px;
    border: 2px solid #f57f18;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    line-height: 1.2;
}
#submit input:hover{
	background-color: #fff;
	color: #f57f18;
}
#recordar{ 
	padding-top: 5px;
	font-size: 14px;
}
#recordar label{ 
	font-weight: 100; 
	cursor: pointer; 
	margin: 0;
	display: inline;
}
#recordar input{
	cursor: pointer;
}
.label_check *{
	vertical-align: middle;
	line-height: 1;
}
.div_check{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.div_check .input_check{ 
	width: 100%; 
	height: 100%; 
	opacity: 0; 
	position: absolute; 
	top:0; 
	left: 0; 
	cursor: pointer; 
	z-index: 2; 
	margin:0; 
}
.div_check img{
	display: block;
}
.div_check .check_on{ display: none; }
.div_check .input_check:checked + div .check_off{ display: none; }
.div_check .input_check:checked + div .check_on{ display: block; }
.botones{
	padding-top: 10px;
	font-weight: 100;
}
.botones a{ color:rgb(51, 51, 51); text-decoration: none; }
.botones a:hover{ color:#f57f18; }


@media (min-width: 768px){
	h1 { display: block;}
	#container-t{
		display: table;
		width: 100%;
		height: 100%;
		background-image: url('../img/login-2024.jpg');
		background-size: cover;
		background-position: center;
	}
	#container-tc{
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.title-responsive,
	.div-img-responsive{
		display: none;
	}
}

@media (max-width: 767px) {
	.cajas-container {
		padding: 20px 10px;
	}

	.caja {
		margin-left: auto;
		margin-right: auto;
	}
}