#pag-home{
	margin: 0;

	position: absolute;
	width: 100%;
	height: 100%;
}



/* CAJA GENERAL -------------------------------------------------------- */
.caja{
	background-color: #ccc;
	position: relative;
	height: 50%;
	float: left;

	display: table;
}
.caja-cel{
	display: table-cell;
	vertical-align: middle;
}
.caja-2{
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
    padding-right: 15px;
}
.caja1-lista li{
	border-bottom:1px dashed #fff;
	padding:0.2em 0.1em;
}
.caja1-lista li:last-child{
	border-bottom:none;
}
.caja1-lista li a{
	color:#fff;
}
.caja1-lista li a:hover{
	color:#90dfff;
}
.h2-home{
	color:#fff;
	font-size: 2em !important;
}

/* CAJA DISTRIBUCIÓN -------------------------------------------------------- */
.caja.uno{
	width: 75%;
}
.caja.uno .caja-2{
	margin-left: 60px;
}
.caja.dos{
	width: 25%;
}
.caja.tres{
	width: 50%;
}
.caja.tres .caja-2{
	margin-left: 60px;
}
.caja.cuatro{
	width: 25%;
}
.caja.cinco{
	width: 25%;
}
/*@media (max-width: 767px) {
	.caja.uno{
		width: 100%;
		height: 40%;
	}
	.caja.dos{
		width: 50%;
		height: 30%;
	}
	.caja.tres{
		width: 50%;
		height: 30%;
	}
	.caja.cuatro{
		width: 50%;
		height: 30%;
	}
	.caja.cinco{
		width: 50%;
		height: 30%;
	}
}*/



/* CAJA CONTENIDO -------------------------------------------------------- */
.caja{
	font-family: 'Stag Sans';
	font-size: 100%;
}



.caja.uno{
	background-color: #90dfff;
}
.caja.uno h1{
	font-weight: 100;
	font-size: 70px;
	font-size: 3.9em;
	color: #005192;
}
.caja.uno .stripe{
	position: relative;
	width: 45%;
	display: table;

	margin-bottom: 20px;
}
.caja.uno .stripe > span{
	min-height: 5px;
}
.caja.uno img{
	height: 1.722em;
}



.caja.dos{
	/*background-image: url(../img/home/tcr.jpg);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	text-align: center;
}
.caja.dos > .caja-cel{
	/*background-color: #005192;
	background-color: rgba(0, 81, 146, 0.85);*/
	background-color: #001355;
	background-color: rgba(0, 19, 85, 0.75);

	position: relative;
	z-index: 9;
}
.caja.dos:hover > .caja-cel{
	background-color: rgba(0, 19, 85, 0.65);
}
.caja.dos h2,
.caja.dos p{
	font-weight: 300;
	color: #fff;
}
.caja.dos h2{
	font-size: 100px;
	font-size: 5.5em;
}
.caja.dos p{
	font-size: 22px;
	font-size: 1.2em;
}



.caja.tres{
	background-image: url(../img/home/video.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.caja.tres > .caja-cel{
	background-color: rgba(0, 0, 0, 0.85);
}
.caja.tres:hover > .caja-cel{
	background-color: rgba(0, 0, 0, 0.75);
}
.caja.tres h2,
.caja.tres a{
	font-weight: 300;
	color: #fff;
}
.caja.tres h2{
	font-size: 36px;
	font-size: 2em;
}
.caja.tres a{
	font-weight: 600;
	font-size: 22px;
	font-size: 1.2em;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.caja.tres img{
	height: 6.3em;
	margin-left: 30px;
	margin-left: 1.65em;
}



.caja.cuatro{
	background-color: #0076c2;
}
.caja.cuatro:hover{
	background-color: #028ce4;
}
.caja.cinco{
	background-color: #6ac72a;
}
.caja.cinco:hover{
	background-color: #76dc2f;
}
.caja.cuatro,
.caja.cinco{
	text-align: center;

	-webkit-transition: all 0.3s ease; 
           -moz-transition: all 0.3s ease; 
            -ms-transition: all 0.3s ease; 
             -o-transition: all 0.3s ease; 
                transition: all 0.3s ease; 
}
.caja.cuatro img,
.caja.cinco img{
	height: 5.75em
}
.caja.cuatro h2,
.caja.cinco h2{
	font-weight: 300;
	color: #fff;
	font-size: 36px;
	font-size: 2em;
}





/* CAJA ANIMACION -------------------------------------------------------- */
.caja{
	overflow: hidden;
}
/* Grow */
.hvr-grow {
    transition-duration: 0.3s;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.075);
}



/* MEDIA QUERYS -------------------------------------------------------- */
/*landscape*/
@media (max-width: 1280px) {
	.caja{
		font-size: 85%;
	}
}
@media (max-width: 1024px) {
	.caja{
		font-size: 75%;
	}
}
@media (max-width: 930px) {
	.caja.uno,
	.caja.tres{
		font-size: 65%;
	}
}
@media (max-width: 800px) {
	.caja.uno,
	.caja.tres{
		font-size: 60%;
	}
	.caja{
		font-size: 70%;
	}
}
@media (max-width: 768px) {
	.caja.uno .caja-2,
	.caja.tres .caja-2 {
		margin-left: auto;
	}
}
/*@media (max-width: 640px) {
	.caja{
		font-size: 55%;
	}
}*/
@media (max-width: 600px) {
	/*.caja{
		font-size: 60%;
	}*/
	.caja.tres img{
		display: none;
	}
}
/*@media (max-width: 540px) {
	.caja{
		font-size: 45%;
	}
}*/
@media (max-width: 480px) {
	.caja{
		font-size: 60%;
	}
	.caja.uno{
		font-size: 45%;
	}
	.caja.dos h2,
	.caja.dos ul{
		margin-top: 0;
		margin-bottom: 0;
	}
	.caja.tres h2 {
		display: table-caption;
	}
}
/*@media (max-width: 430px) {
	.caja{
		font-size: 35%;
	}
}*/
/*@media (max-width: 360px) {
	.caja{
		font-size: 50%;
	}
}*/

/*portrait*/
/*@media only screen and (max-width: 768px) and (orientation: portrait){
@media (orientation: portrait)*/
@media (max-width: 768px){
	.caja.uno{
		width: 100%;
		height: 40%;
	}
	/*.caja.uno .caja-2,
	.caja.tres .caja-2{
		margin-left: auto;
	}*/
	.caja.dos{
		width: 50%;
		height: 30%;
	}
	.caja.tres{
		width: 50%;
		height: 30%;
	}
	.caja.cuatro{
		width: 50%;
		height: 30%;
	}
	.caja.cinco{
		width: 50%;
		height: 30%;
	}
}
