@import url(https://fonts.googleapis.com/css?family=Satisfy);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300,800);
body{
	color: #fff;
	/*background: #adaab1;*/
}
.movil{
	display: block;
}
.desktop{
	display: none !important;
}
.cont{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.navbar-default{
	background-color: #efe8e9;
	border-bottom-color:#efe8e9;
}

.navbar-default .navbar-nav>li>a{
	color: #2e2e2e;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color:#c4c6c6;
}
.logoec img{
	width: 100%;
}

.frases{

	color: #613536;
	text-align: center;
	font-family: 'Satisfy', cursive;
	min-height: 160px;
	padding-top: 46px;
}
.frases h4{
	font-size: 25px;
}
.black{
	background: #000;
	color: #EFE8E9;
}

.fa-quote-left, .fa-quote-right{
	padding: 6px 10px;
	font-size: 15px !important;
}
.seccion1{
	text-align: center;	
	color: #2e2e2e;
}
.seccion1 .col-md-4{
	padding: 0;
	cursor: pointer;
}
.seccion1 .col-md-4 img{
	width: 100%;
}

#seccion1{
	margin-top: 50px;
}
.seccion1 img{
	width: 70vh;
	margin: 0 auto;
}

.sk{	
	border-right: 4px double #2c2723;
}
.sk2{	
	border-right: 4px double #ddccba;
}
.seccion2{
	background: #000;
}
.seccion2 .col-md-6 video{
	width: 100%;
	margin-top: 15%;
}

.seccion4{
	background: #000;
	position: relative;
}
.seccion4 .col-md-6{
	padding: 0;
	margin: 0;
}
.seccion4 .col-md-6 video{
	position: relative;
	min-width: 100%;
	min-height: 39vh;
	width: auto;
	height: auto;
	top: 25%;
	max-width: 100%;
}


.anima{
	visibility: hidden;
}
video{
	cursor: pointer;
}
.navbar-default .navbar-brand{
			color: #0d0319;
}
.navbar-toggle{
	    margin-top: 20px;
}
.navbar-brand{
	height: 81px;
    font-size: 45px;
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.navbar-brand span{
	display: block;
	font-size: 0.32em;
	line-height: 3;
	font-weight: lighter;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color: #fff;
}


.fin{
	height: 250px;
}

@media (min-width: 768px){
	.fin{
		height: auto;
	}

	.seccion4 .col-md-6 video{
		position: absolute;
		min-width: 100%;
		min-height: 39vh;
		width: auto;
		height: auto;
		top: 25%;
		max-width: 100%;
	}
	.seccion1, .seccion2, .seccion3, .seccion4{
		height: 100vh;
	}
	.seccion1 .col-md-6{
		height: 100vh;
	}
	.seccion4 .col-md-6{
		height: 100vh;
	}
	.seccion3 .col-md-6{
	height: 100vh;
	}
	.seccion2 .col-md-6{
		height: 100vh;
	}
	.navbar-nav>li>a{
		padding-top: 35px;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
		padding-top: 0;
	}
	.navbar-nav {
	    float: left;
	    margin: 0 0 0 7%;
	}
	.movil{
		display: none;
	}
	.desktop{
		display: block !important;
	}
}
@media (min-width: 992px){
	.navbar-nav {
	    float: left;
	    margin: 0 0 0 16%;
	}
}

/******animaciones*********/

/*
==============================================
slideLeft
==============================================
*/

/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

.red{
	font-size: 20px;
	padding:0;
	margin: 0; 
}
.red a{
	padding:35px 2px 0 0 !important;
	margin: 0;

}
.logoec{
	padding: 0;
	margin:0; 
}
.logoec a{
	padding: 0;
	margin: 0;
}
