/* 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: 2;
}

.fullscreen-video-wrap video{
	min-width: 100%;
	min-height: 100%;
	
}

.header-overlay{
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	background: #0D2D4B;
	z-index: 4;
	opacity: .95;
}

.header-content{
	z-index: 4;
}

.header-content img{
	position:relative;
	width: 200px;
	top: 0;
}

.header-content h1{
	font-size: 3.3rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.header-content p{
	color: #ffffff;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.header-content h3{
	font-size:1.3 rem;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #ffffff;
	/* font-size: 1.6rem;
	padding-left: 1rem;
	padding-right: 1rem;  */
}



.topbtn{
	background: #D3AF7E;
	color: #0D2D4B;
	font-size: 1.2rem;
	padding: 0.6rem 1.2rem;
	
}

.topbtn:hover{
	background: #0D2D4B;
	color: white;
}

#menu-phone{
	position: fixed;
	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;
}

.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: 3.1vw;
}

.ins_icon .ins_hover{
	display: none;
	position: absolute;
	top: 0;
	right: 1px;
	/*left: 0px;*/
	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: -10px;
}

.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: 1;
}

/* ****visibility test position end ****  */

.top-of-main{		
	margin-top: 1rem;
	padding-top: 4rem;
}

.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: 450px;
	background-image: url(../images/nosotros-img.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: #0D2D4B;
	padding: 0 1.5rem 0 1.5rem;
}

.art-principal h2{
	color: #0D2D4B;
	padding: 0 2.5rem 0.5rem 2.5rem;
}

.instlnk{
	background-color: #161930;
	height: 90px;
}

.instlnk h1{
	color: #D3AF7E;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 400px; 
  height: 0;
  background-color: #161930;
  
}
.iframe-container iframe{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  width: 98%;
}

.englnk{
	background-color: #7CC242;
	height: 90px;
}

.englnk h1{
	color: #16193;
}

.iframe-container2{
  position: relative;
  width: 100%;
  padding-bottom: 400px; 
  height: 0;
  background-color: #7CC242;
  
}
.iframe-container2 iframe{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  width: 98%;
}

.ICON-wrap{
	margin: 0 0.5rem;
}

.ICON-wrap img{
	padding: 2rem 1.5rem 0 1.5rem;
}

.iframe-container-gall {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 90vh; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe-gall {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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: 1;
	}
	
	.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: 70vh;
	}
	
	.art-texto{
		flex: 1.5;
	}
	
	.art-texto h2{
		font-size: 1rem;
	}
	
	.art-texto p{
		font-size: .8rem;
	}
	
	.feature-images-3{
		display: flex;
	}
	
	.iframe-container{
 	 	position: relative;
 	 	width: 100%;
 	 	padding-bottom: 400px; 
 	 	height: 0;
		z-index: 0;
  	}
	
	.iframe-container iframe{
 		 display: block;
 		 margin-left: auto;
 		 margin-right: auto;
		 height: 350px;
 		 width: 99%;
	}
	
	
	.iframe-container2{
 	 	position: relative;
 	 	width: 100%;
 	 	padding-bottom: 400px; 
 	 	height: 0;
		z-index: 0;
  	}
	
	.iframe-container2 iframe{
 		 display: block;
 		 margin-left: auto;
 		 margin-right: auto;
		 height: 350px;
 		 width: 99%;
	}
	
	.ICON-wrap{
		flex: 1;
		margin: 0 .3rem;
	}

	.ICON-wrap img{
		padding: 1rem .5rem 0 .5rem;
	}
	
}


@media screen and (min-width:635px){
	

	.ICON-wrap{
		flex: 1;
		margin: 0 1rem;
	}

	.ICON-wrap img{
		padding: 1rem .6rem 0 .6rem;
	}
	
	.art-texto h2{
		font-size: 1rem;
	}
	
	.art-texto p{
		font-size: .9rem;
	}
	
	.iframe-container{
 	 	position: relative;
 	 	width: 100%;
 	 	padding-bottom: 400px; 
 	 	height: 0;
  	}
	
	.iframe-container iframe{
 		 display: block;
 		 margin-left: auto;
 		 margin-right: auto;
		 height: 350px;
 		 width: 95%;
	}
	
	.iframe-container2{
 	 	position: relative;
 	 	width: 100%;
 	 	padding-bottom: 400px; 
 	 	height: 0;
  	}
	
	.iframe-container2 iframe{
 		 display: block;
 		 margin-left: auto;
 		 margin-right: auto;
		 height: 350px;
 		 width: 95%;
	}
	
}
@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 .8rem 0 .8rem;
	}
	
		.art-texto h2{
		font-size: 1.3rem;
	}
	
	.art-texto p{
		font-size: .9rem;
	}
	
	.iframe-container{
 	 	position: relative;
 	 	width: 100%;
 	 	padding-bottom: 400px; 
 	 	height: 0;
  	}
	
	.iframe-container iframe{
 		 display: block;
 		 margin-left: auto;
 		 margin-right: auto;
		 height: 350px;
 		 width: 80%;
	}
	
	.iframe-container2{
 	 	position: relative;
 	 	width: 100%;
 	 	padding-bottom: 400px; 
 	 	height: 0;
  	}
	
	.iframe-container2 iframe{
 		 display: block;
 		 margin-left: auto;
 		 margin-right: auto;
		 height: 350px;
 		 width: 80%;
	}
	

	
}

@media screen and (min-width:850px){
		
	.art-texto h2{
		font-size: 2rem;
	}
	
	.art-texto p{
		font-size: 1rem;
	}
	
	.iframe-container{
 	 	position: relative;
 	 	width: 100%;
 	 	padding-bottom: 400px; 
 	 	height: 0;
  	}
	
	.iframe-container iframe{
 		 display: block;
 		 margin-left: auto;
 		 margin-right: auto;
		 height: 350px;
 		 width: 65%;
	}
	
	.iframe-container2{
 	 	position: relative;
 	 	width: 100%;
 	 	padding-bottom: 400px; 
 	 	height: 0;
  	}
	
	.iframe-container2 iframe{
 		 display: block;
 		 margin-left: auto;
 		 margin-right: auto;
		 height: 350px;
 		 width: 65%;
	}
	
}

@media screen and (min-width:1150px){
	
	.iframe-container{
 	 	position: relative;
 	 	width: 100%;
 	 	padding-bottom: 400px; 
 	 	height: 0;
  	}
	
	.iframe-container iframe{
 		 display: block;
 		 margin-left: auto;
 		 margin-right: auto;
		 height: 350px;
 		 width: 40%;
	}
	
	.iframe-container2{
 	 	position: relative;
 	 	width: 100%;
 	 	padding-bottom: 400px; 
 	 	height: 0;
  	}
	
	.iframe-container2 iframe{
 		 display: block;
 		 margin-left: auto;
 		 margin-right: auto;
		 height: 350px;
 		 width: 40%;
	}
	
}



