/* CSS Document */

*{
	box-sizing: border-box;
	text-decoration: none;
}

body{
	font-family: 'News Cycle', sans-serif;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
	color:#333;
	overflow-x: hidden;
}

.v-header{
	height: 100vh;
	display: flex;
	align-items: center;
	color: #7CC242;
}

.contenedor{
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
	
}

.fullscreen-video-wrap{
	position:absolute;
	align-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}

.fullscreen-video-wrap video{
	min-width: 100%;
	min-height: 100%;
	
}

.header-overlay{
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: 4;
	opacity: 0.75;
}

.header-content{
	z-index: 4;
}

.header-content img{
	position:relative;
	width: 200px;
	top: 0;
}

.header-content h1{
	font-size: 1.6rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.header-content p{
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #F9A13A;
}

.topbtn{
	background: #D3AF7E;
	color: #0D2D4B;
	font-size: 1.2rem;
	padding: 0.6rem 1.2rem;
	
}

.topbtn:hover{
	background: #0D2D4B;
	color: white;
}

#menu-phone{
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	background-color: rgba(13,45,75,0.95);
	/*background-color: #0D2D4B;*/
	height: 100%;
	overflow: hidden;
	transition: 0.8s;
}

#abrir{
	position: fixed;
	top: 8px;
	left: 12px;
	z-index: 2;
}

.fas{
	font-size: 1.5rem;
	width: 50px;
	height: 50px;
	background-color: #F9A13A;
	color: #0D2D4B;
	border-radius: 50%;
	padding-top: 13px;
}

nav ul li a{
	color: #0D2D4B;
	background-color: #F9A13A;
	display: block;
	padding: 0.5rem 0 .5rem 0;
	margin-bottom: .3rem;
}

nav ul li a:hover{
	background-color: #7CC242;
}

nav ul{
	list-style: none;
	padding-left: 0;
}

main{
	padding: 0;
}

.fb_icon{
	position: absolute;
	z-index: 4;
	top: 1rem;
	right: 3vw;
}

.fb_icon .fb_hover{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.fb_icon:hover .fb_hover{
	display: inline;
}

.yt_icon{ 
	position: absolute;
	z-index: 4;
	top: 3rem;
	right: 3vw;
}

.yt_icon .yt_hover{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.yt_icon:hover .yt_hover{
	display: inline;
}

.ins_icon{ 
	position: absolute;
	z-index: 4;
	top: 4.8rem;
	right: 2.7vw;
}

.ins_icon .ins_hover{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.ins_icon:hover .ins_hover{
	display: inline;
}

.tw_icon{ 
	position: absolute;
	z-index: 4;
	top: 6.9rem;
	right: 2.4vw;
}

.tw_icon .tw_hover{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.tw_icon:hover .tw_hover{
	display: inline;
}


.fixed-logo{
	width: 100%;
	height: 30vw;
	position: fixed;
	top: -10vw;
	align-content: center;
	z-index: 0;
	opacity: 0.80;
	
}

.fixedlogo_overlay{
	background-color:#7CC242;
	position: sticky;
	border-radius: 0%;
	margin-top: -20px;
}

.fixed-logo img{
	width: 30vw;
	margin-top: 60px;
	opacity: 0;
	
}

.fixed-logo-logo{
	background-size: 100%;
	width: 35%;
	position: fixed;
	top: 0vw;
	left: 35vw;
	align-content: center;
	z-index: 0;
}

/* ****visibility test position end ****  */

.top-of-main{		
	margin-top: 1rem;
	padding-top: 4rem;
}

.contact-div{
	width: 100vw;
	height:1300px;
}

.image-feat{
	margin: 1.5rem 0 0 0;
	padding: 0 0.6rem;
}

.image-feat img{
	width: 72vw;
	padding: 1rem 1.5rem 0 1.5rem;
}

.art-princ-img{
	width: 100%;
	height: 220px;
	background-image: url(../images/ezp-1.jpg);
	background-size: cover;
	background-position: center;
}

.art-principal{
	background-color: #D3AF7E;
	padding-bottom: 0.5rem;
}

.dialetras{
	padding-top: 1.5rem;
}

.art-principal p{
	color: #FFFFFF;
	padding: 0 1.5rem 0 1.5rem;
}

.art-principal h2{
	color: #0D2D4B;
	padding: 0 2.5rem 0.5rem 2.5rem;
}

.ICON-wrap{
	margin: 0 4.5rem;
}

.ICON-wrap img{
	padding: 2rem 3.5rem 0 3.5rem;
}

footer{
	background-color: #7CC242;
	padding: 2rem 0 0 0;
}

footer p{
	padding: 0.6rem 0;
}


@media screen and (min-width:555px){
	
	/*nav ul{
		display: flex
	}
	nav ul li{
		flex: 1;
		margin: 1vw;
	}*/
	
	.header-content img{
		position:relative;
		width: 350px;
		top: 0;
	}
	
	.header-content h1{
		font-size: 2.5rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.header-content p{
		padding-bottom: 1rem;
		padding-left: 2rem;
		padding-right: 2rem;
		color: #F9A13A
	}
	
	.fixed-logo{
		width: 100%;
		height: 40px;
		position: fixed;
		top: -50px;
		align-content: center;
		z-index: 0;
		opacity: 0.70;
	}

	.fixedlogo_overlay{
		background-color:#7CC242;
		height: 193px;
		position: sticky;
		border-radius: 0%;
		margin-top: -75px;
	}

	.fixed-logo-logo{
		background-size: 100%;
		width: 130px;
		position: fixed;
		margin-top: 3px;
		top: 0vw;
		left: 11vw;
		align-content: center;
		z-index: 0;
	}
	
	.feature-images{
		display: flex;
	}
	
	.image-feat{
		flex: 1;
		padding: 0;
		
	}
	
	.image-feat img{
		width: 22vw;
		padding: 0;
	}
	
	.image-feat p{
		margin: 0 3px 0 3px;
	}
	
	.art-principal{
		display: flex;
		padding: 0;
	}
	
	.art-princ-img{
		flex: 1;
		height: 300px;
	}
	
	.art-texto{
		flex: 1.5;
	}
	
	.art-texto h2{
		font-size: 1rem;
	}
	
	.art-texto p{
		font-size: .8rem;
	}
	
	.feature-images-3{
		display: flex;
	}
	
	.ICON-wrap{
		flex: 1;
		margin: 0 .3rem;
	}

	.ICON-wrap img{
		padding: 1rem 2rem 0 2rem;
	}
	
}


@media screen and (min-width:635px){
	

	.ICON-wrap{
		flex: 1;
		margin: 0 1rem;
	}

	.ICON-wrap img{
		padding: 1rem 1.5rem 0 1.5rem;
	}
	
	.art-princ-img{
		flex: 1;
		height: 420px;
	}
	
	.art-texto h2{
		font-size: 1rem;
	}
	
	.art-texto p{
		font-size: .9rem;
	}
	
}
@media screen and (min-width:705px){
	
	.header-content img{
	position:relative;
	width: 550px;
	top: 0;
	}
	
	.ICON-wrap{
		flex: 1;
		margin: 0 2rem;
	}

	.ICON-wrap img{
		padding: 1rem 1.5rem 0 1.6rem;
	}
	
		.art-texto h2{
		font-size: 1.3rem;
	}
	
	.art-texto p{
		font-size: .9rem;
	}
	

	
}

@media screen and (min-width:850px){
		
	.art-texto h2{
		font-size: 2rem;
	}
	
	.art-texto p{
		font-size: 1rem;
	}
}



