@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Varela+Round);

html,body{
	height:100%;
	margin:0px; 
	padding:0px;
}
body{
	background: #F3F3F3;
    color: #2F363B;
    font-family: 'Varela Round', sans-serif;
	width: 100%;
	height:100%;
	margin:0px; 
	padding:0px;
	left:0px;
	right:0px;
	font-size:100%;
}
h1,h2,h3,h4,h5{
	
}
a{
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}

html ::selection, 
body ::selection, 
button ::selection, 
input ::selection, 
select ::selection, 
textarea ::selection {
	background: #fff;
	color: rgb(36,38,41);
}
.main-container{
    height: 100%;
    min-height:calc(640px + 80px);
    overflow: hidden;
    padding:0px 0px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}
.index-header{
    background-color: #fff;
    height: 80px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.inner-mc{
    height: 100%;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.left-article,
.right-article{
    background-color: #fff;
    box-sizing: border-box;
    height: 50%;
    margin: 0px;
    min-height: 320px;
    position: relative;
    transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
    top: 0px; 
    width: 100%;
}
.left-article{
    background-image:url(../img/bg-1-index.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.right-article{
    background-image:url(../img/bg-2-index.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.right-article:hover{
    background-image:url(../img/bg-2-index.jpg);
}*/
.mask-1,.mask-2{
    background-color: rgba(28,30,32,0.0);
    box-sizing: border-box;
    height: 100%;
    left: 0px;
    padding: 40px;
    position: absolute;
    top: 0px;
    width: 100%;
    transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
    z-index: 5;
}
.mask-1:hover{
    background: rgba(28,30,32,0.05);
}
.mask-2:hover{
    background: rgba(28,30,32,0.00);
}
.big-circle{
    background-color: rgba(28,30,32,0.95);
    border-radius: 50%;
    height: 400px;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    position: absolute;
    top: 50%;
    width: 400px;
    z-index: 20;
}
.inner-mc article div:hover .inner-mc  .big-circle{
    background-color: rgba(28,30,32,0);
    left: 75%;
}
.text-div{
    bottom: 20%;
    margin: 0px;
    position: absolute;
    width: 95%;
}
.mask-1 .text-div h2,
.mask-2 .text-div h2{
    color: #f2f2f2;
    font-size: 21px;
    letter-spacing: 0.05em;
    margin:0px 0px 0px 5px;
    padding: 5px 20px;
}
.mask-1 .text-div h1,
.mask-2 .text-div h1{
   color: #f2f2f2;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    letter-spacing: -0.01em;
    line-height: 1em;
    margin: 0px;
    padding: 25px 20px 5px;
    transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
    vertical-align: middle;
}
.button {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    float: left;
    height: 44px;
    clear: left;
    width: 130px;
    margin-top: 20px;
    margin-left: 25px;
    display: inline-block;
    z-index: 200;
}
.button span {
    background-image: url("../img/right.png");
    background-color: #53B4C7;
    background-position: right center;
    background-size: 30px auto;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #FFF;
    height: 44px;
    float: left;
    clear: left;
    font: 15px/44px 'Varela Round', sans-serif;
    letter-spacing: 0.12em;
    padding: 0px 0px 0px 20px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    text-decoration: none;
    transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
    width: 100%;
}
.button:hover {
    width: 145px;
}
.button:hover span{
    background-color: #48A7C0;
}

.border-top,
.border-bottom,
.border-left,
.border-right{
    z-index: 10;
}
    
.border-top {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.border-bottom {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.border-bottom-innersite {
    height: 60px;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
}
.border-left {
    height: 100%;
    width: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.border-right {
    height: 100%;
    width: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.border-right-innersite {
    height: 100%;
    width: 40px;
    position: fixed;
    right: 0px;
    top: 0px;
}
.title-container{
    box-sizing: border-box;
    margin: 0;
    max-width: 400px;
    position: absolute;
    width: 100%;
    z-index: 15;
}
.title-container.left{
    top: 0;
    left: 0;
}
.title-container.right{
    bottom: 0;
    right: 0;
}
.title-container.right h1{
    color: #f2f2f2;
    text-align: right;
}

.title-container.left h1{
    color: #575756;
    text-align: left;
}
.title-container h1{
    /*color: #575756;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    letter-spacing: -0.01em;
    line-height: 1em;
    margin: 0px;
    padding: 25px 20px;
    transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
    vertical-align: middle;
}
/* ------- LOGO INDEX EMOVER ----*/
.emover-container{
    height: 80px;
    margin: 0px;
    position: absolute;
    left: 20px;
    top: 50px;
    width: 200px;
}
.emover-container a{
    display: block;
    text-align: center;
}
.emover-container img{
    vertical-align: bottom;
    width: 90%;
}

/* ------- LOGO INDEX EZ ----*/
.ez-container{
    height: 80px;
    margin: 0px;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 150px;
}
.ez-container a{
    display: block;
    text-align: center;
}
.ez-container img{
    vertical-align: bottom;
    width: 90%;
}

/*--------------------- LOGOS ---------------------*/
.logo{
    border-radius: 50%;
    height: 80px;
    max-width: 115px;
    position: absolute;
    width: 80px;
}
.logo-e{
    border-radius: 50%;
    height: 80px;
    max-width: 215px;
    position: absolute;
    width: 120px;
}
.eulises-logo,
.emover-logo{
    float: left;
}
.eulises-logo a{
    background-image: url("../img/ez.png");
    background-position: center center;
    background-size: 65px;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
}
.emover-logo a{
    background-image: url("../img/emover-logo.png");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
}
/*---------------------------- SOON ----------------------*/
.coming-soon{
    background-image: url("../img/soon.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}
.soon-title-container{
    bottom: 50px;
    position: absolute;
}

.soon-social-container{
    position: relative;
}
.soon-title-container h1{
    color: #fff;
    font-size: 3em;
    margin: 0px;
    padding: 35px 50px;
    text-shadow: -3px 3px 10px rgba(39,65,129,0.5);
}
.soon-social-container li{
    color: #fff;
    display: block;
    font-size: 1.6em;
    list-style: none;
    margin: 0px;
    padding: 35px 50px;
    text-shadow: -2px 2px 8px rgba(39,65,129,0.5);
}
.soon-social-container img{
    margin-bottom: -18px;
    margin-left: 30px;
}
