body{margin: 0; font-family: 'Poppins', sans-serif !important;}

.section{display: flex;}

.head{background: #fff; text-align: center; padding: 0px 15px; box-shadow: -3px -5px 3px 0px #000; height: 120px; max-height: 120px; display: flex; position: relative; z-index: 99; justify-content: center; align-items: center; -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);}
.head img{width: 210px;}
.home1{position: relative;background: url('../archivos/seleg-mexico.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; width: 50%;     height: calc(100vh - 120px);}
.home2{position: relative;background: url('../archivos/seleg-espana.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; width: 50%;     height: calc(100vh - 120px);}


/*Logos*/
.cont-logo{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99; text-align: center;}
.logo-lago, .logo-interlomas{width: 210px; height: auto;}
.btn-transparent{font-size: 22px; background-color: rgb(8 59 114 / .75); text-decoration: none; color: #FFF; position: relative; padding: 17px 40px; border: 0px solid #fff; display: block; top: 25px; text-align: center; max-width: 180px; margin: 0 auto;}
.btn-transparent-v{font-size: 22px; background-color: rgb(0 128 71 / .75); text-decoration: none; color: #FFF; position: relative; padding: 17px 40px; border: 0px solid #fff; display: block; top: 25px; text-align: center; max-width: 180px; margin: 0 auto;}




/*hover*/


@media only screen and (max-width: 800px){
	.head{height: 16vh; max-height: 16vh;}
	.head img{max-width: 100%;}
	.section{display: block;}
	.home1, .home2{width: 100%;}
	.home1:hover .blend-left, .home2:hover .blend-right{width: 100%; height: 100%;}
	.border-left, .border-right{display: none;}
	.head img{width: 175px;}
	.home1:hover .logo-lago, .home1:hover .btn-transparent, .home2:hover .logo-interlomas, .home2:hover .btn-transparent{transform: none;}
	.cont-logo{width: 100%; text-align: center;}

}


/* Mobile */
@media only screen and (max-width: 767px) {

	.home1 {
    height: 42vh;
}

.home2 {
    height: 42vh;
}
.logo-lago, .logo-interlomas{
    width: 110px !important;
}
.btn-transparent {
    max-width: 180px !important;
    top: 25px !important;
}
}
