* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Merriweather', serif;
}
/**************************CONTENEDOR GENERAL**********************************/
.main_container{
	margin: auto;
	width: 100%;
}
/**************************CONTENEDOR DEL HEADER*******************************/
.contenedor-superior{
	width: 100%;
	height: 100vh;
}
header{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
video{
	position: relative;
	min-width: 100%;
	min-height: 100vh;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.absolute{
	width: 100%;
	height: 100vh;
	top:0;
	right: 0;
	position: absolute;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
/**************************OVERLAY*******************************/
.overlay{
	width: 100%;
	height: 100vh;
	position: absolute;
	background: rgba(0, 0, 0, 0.475);
	z-index: 1;
}
/**************************BARRA DE NAVEGACION*******************************/
.navbar{
	width: 100%;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	position: fixed;
	z-index: 299;
	background-color: transparent;
}
.navbar__logo{
	margin: 5px;
	background-color: transparent;
	width: 28%;
	height: 6.5vh;
	background-image: url("../images/logoheader2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.navbar__menu--lista{
	background-color: transparent;
	display: inline-flex;
}
.navbar__menu--elemento{
	list-style-type: none;
}
/*************************************SUBRAYADO MENU*******************************/
.navbar__menu--item{
    text-decoration: none;
    margin: 10px;
    color: #fff;
	font-size: 15px;
	font-weight: 400;
	background-color: transparent;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
.navbar__menu--item:hover, a:focus {
    background-size: 100% 2px;
    cursor: pointer;
}
/***************************RESPONSIVE BOTON MENU***********************************/
.navbar__responsive{
	display: none;
	position: fixed;
	color: #fff;
	z-index: 399;
	padding: 10px;
}
.navbar__responsive--item:hover{	
	cursor: pointer;
}
#cerrar{
	display: none;	
	font-size: 20px;
}
/*******************************SCROLL OUT DE LA BARRA DE NAVEGACION***************/
header [data-scroll="out"]{	
	background-color: rgba(0,0,0,0.9);			
}/****************************************BOTON CIRCULAR***************************/
.circle{
    border: 0;
    position: relative;
}
.circle::before,
.circle::after{
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.spin{
    height: 200px;
    width: 200px;
}
.spin::before,
.spin::after{
    top: 0;
    left: 0;
}
.spin::before {
    border: 2px solid transparent;
}
.spin:hover::before{
    border-top-color: #0eb7da;
    border-right-color: #0eb7da;
    border-bottom-color: #0eb7da;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}
.spin::after{
    border: 0 solid transparent;
}
.spin:hover::after{
    border-top: 2px solid #0eb7da;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.circle{
    border-radius: 100%;
    box-shadow: none;
}
.circle::before,
.circle::after{
    border-radius: 100%;
}
#demo{
	background-color: black;
	width: 70px;
	height: 70px;	
	position: absolute;
	z-index: 498;
	bottom: 10px;
	left: 50%;
	border-radius: 50%;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}
/**************************WHATSAPP*******************************/
.contenedor_whatsapp{
	position: fixed;
	border-radius: 50%;
	right: 10px;
	bottom: 30px;
	background-color: #25D366;
	width: 50px;	
	height: 50px;
	z-index: 2000;
}
.contenedor_whatsapp a{
	display: block;
	margin: auto;
}
.contenedor_whatsapp .fa-whatsapp{	
	font-size: 30px;
	color: #fff;
	 position: absolute;
  	top:50%;
  	left: 48%;
  	transform: translate(-50%,-50%);
  	max-width: 50%;
  	text-align: center;
}
/**************************BARRA SOCIAL*******************************/
.social-bar{
	position: fixed;
	right: 0;
	top: 25%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 299;
}
.social-bar i{
	color: #ffffff;
	padding: 1rem;
	display: flex;
	transition: all .5s;
}
.social-bar a{
	text-decoration: none;
}
.fa-facebook-square{
 background-color: #2E406E;
 border-radius: 1rem 0 0 0;
}
.fa-twitter-square{
	background-color: #00ACEE;
}
.fa-youtube-square{
	background-color: #c4302b;
}
.fa-instagram{
	background-color: #DD2A7B;
	border-radius: 0 0 0 1rem;
}
.social-bar i:hover{
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}
/**************************INFORMACION*******************************/
.modal-info .info-logo{
	background-color: darkblue;
	color: #ffffff;
	position: fixed;
	z-index: 399;
	top: 50%;
	left: -68px;
	transform: rotate(270deg);
	text-decoration: none;
	font-size: 25px;
	padding: 5px;
	display: inline-flex;
	border-radius: 0 1.5rem;
}
.modal{
	background-color: rgba(0,0,0, #ffffff);
	position: fixed;
	width:200px;
	top: 35%;
	left: 6%;
	opacity: 0;
	pointer-events: none;
	z-index: 4998;
}
.modal-contenedor{
	background-color: #292828;
	width: 300px;
	height: 400px;
	margin: 20% auto;
	top: -49px;
	position: relative;
	border-radius: 1.5rem 0;
	padding: 20px;
	color: #ffffff;
}
.modal-contenedor a{
	text-decoration: none;
}
.modal-contenedor p:target{
	display: block;
}
#modalingresar:target{
	opacity: 1;
	pointer-events: auto;
	transition: all 1s;
}
.cerrar{
	position: absolute;
	color: #ffffff;
	background-color: darkred;
	padding: 3px;
	font-size: 15px;
	border-radius: 3px;
	right: 5px;
	top: 2px;
	border: solid 1px #ffffff;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 1px 1px 1px 1px #fff;
}
.formulario .msgbox{
	width: 250px;
	height: 80px;
}
#formulario #enviar{
	background-color: darkred; 
	color: #fff; 
	padding: 5px;"
}
/**************************EVENTOS*******************************/
.eventos{	
	width: 80%;
	height: 100%;
	margin: auto;			
}
.eventos_title{
	position: relative;
	width: 100%;
	height: 100px;	
	margin-top: 50px;
}
.eventos_title h1::before{
	content: "";
	position: absolute;
	width: 200px;
	height: 3px;
	background: blue;
	top: 60px;	
	left: 0px;
}
.eventos-slider{
	margin-top: 50px;
	width: 100%;
	height: 100%;
}
.carousel__contenedor{
	margin: auto;
	width: 95%;
	height: 95%;	
}
.carousel__elemento--img{
	width: 	95%;
	padding: 5%;		
}
.carousel__elemento h2,p{
	color: #000;
	padding: 10px;		
	font-size: 20px;
	text-align: justify;
}
/*****************NOTICIAS************/
.noticias{	
	width: 80%;
	height: 100%;
	margin: auto;
	margin-bottom: 150px;
}
.noticias_title{
	width: 100%;
	height: 100px;		
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;	
}
.noticia{
	width: 100%;
	height: 60%;
	margin: auto;	
}
.noticia_imagen{
	position: relative;
	width: 95%;
}
.noticia_imagen img{	
	width: 100%;	
}
/**************************TARJETAS*******************************/
.seccion-tarjetas{	
	width: 95%;
	display: block;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 60px;		
}
.contenedor-tarjetas{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	width: 100%;
	margin: auto;
}
.imagen1{
	width: 100%;
	height: 70%;	
	transition: .2s;					
}
.imagen1 img{	
	width: 100%;
	height: 100%;	
}
.imagen2{
	width: 100%;
	height: 70%;	
	transition: .2s;	
}
.imagen2 img{	
	width: 100%;
	height: 100%;
}
.imagen3{
	width: 100%;
	height: 70%;	
	transition: .2s;	
}
.imagen3 img{	
	width: 100%;
	height: 100%;
}
.imagen4{
	width: 100%;
	height: 70%;	
	transition: .2s;		
}
.imagen4 img{	
	width: 100%;
	height: 100%;
}
.tarjeta{
	overflow: hidden;
	transition: .2s;
	border-radius: 10px;
}
.tarjeta:hover{
	-webkit-box-shadow: 12px 9px 16px 2px rgba(0,0,0,0.48);	
}
.tarjeta .imagen1:hover,
.tarjeta .imagen2:hover,
.tarjeta .imagen3:hover,
.tarjeta .imagen4:hover{
	transform: scale(1.03);
}
.texto_tarjeta{
	padding: 15px;
	text-align: center;
}
.texto_tarjeta span{
	display: inline-block;
	color: #999;
	margin-top: 10px;
}
.texto_tarjeta h2{
	margin-bottom: 15px;
}
.texto_tarjeta{
	line-height: 1.5;
	margin-bottom: 20px;
}
.texto_tarjeta p{
	font-weight: bold;
	padding-bottom: 10px;
}
.texto_tarjeta a{
	display: block;
	overflow: hidden;
	text-decoration: none;
	padding: 10px;
	background: #011C39;
	color: #ffffff;	
	width: 65%;
	margin: auto;
	border-radius: 10px 0px 10px 0px;
	box-shadow: 1px 2px 6px 1px rgba(0,0,0,.2);
	transition: .2s;
}
.texto_tarjeta a:hover{
	background-color: #535BFA;
}
/**************************PARALLAX*****************************/
.parallax{
	display: flex;
	align-items: center;
  	background-image: url("../images/bg_parallax.png");  
  	height: 500px;   
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin-top: 100px;
  	margin-bottom: 100px;
}
.parallax__contenido{
	margin-left: 100px;
	display: flex;
	flex-direction: column;
	width: auto;
	background-color: transparent;
	width: 42%;
}
.parallax__banner{	
	background-color: transparent;
}
.parallax__banner img{
	width: 100%;
}
.parallax__button{
	text-align: center;
	margin: 15px;
}
.parallax__button--item{
	background-color: darkred;
	color: #fff;
	font-size: 20px;
	padding: 5px;
	border: none;
	border-radius: 2px;
}
.parallax__button--item:hover{
	cursor: pointer;
	background-color: #fff;
	color: #000;	
}
/**************************FOOTER*******************************/
footer{
	background-image: url("../images/bg-footer.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px;
	font-family: 'Raleway', sans-serif;
}
footer ul{
	list-style: none;
	font-weight: normal;
}
footer ul li i{
	color: #ffffff;
	padding: 3px 10px;
	font-size: 20px;
}
footer ul li a{
	color: #ffffff;
	padding: 0px 10px;
	font-size: 15px;
}
footer ul li h6{
	color: #ffffff;
}
footer ul li .fa-envelope{
	color: #ffffff;
	padding-bottom: 15px;
	font-weight: normal;
}
.contenedor-footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;		
}
.logo-footer{
	width: 15%;
}
.logo-footer img{
	width: 100%
}
/*****************************RESPONSIVE DESING*********************************************/
@media (max-width: 1200px){
.parallax{	  	
	margin-top: 75px;   
  	margin-bottom: 75px;
  	}
  	.contenedor-noticia{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 1000px){
	.navbar{
		flex-direction: column;
	}
}
@media (max-width: 800px){		
	.logo-footer{
		width: 27%;
		margin-top: 25px;
	}		
	.texto-video{
	font-size: 60px;
	font-weight: 250;
	}
	.navbar{
		width: auto;
	}
	.navbar__logo{
		display: none;
	}
	.navbar__responsive{
		display: flex;
	}
	.menu__responsive{
		display: block;
		z-index: 399;
	}
	.navbar__menu--lista{
		display: none;
		flex-direction: column;
		margin-top: 40px;
		text-align: initial;
		font-size: 30px;		
	}
	.navbar__menu--elemento{
		border-bottom:solid 2px darkred;		
	}
	.navbar__menu--elemento:last-child{
		border-bottom: none;
	}
	.parallax{	
  	background-image: url("../images/bg_parallax400x163.png");
  	background-size: contain;
  	background-attachment: unset;
  	margin-top: 50px;   
  	margin-bottom: 50px;
	}
}
@media (max-width: 680px){
	.contenedor-footer{
		flex-direction: column;
	}

	.contenedor-tarjetas{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 500px){
	.contenedor-noticia{
		grid-template-columns: repeat(1, 1fr);
	}
	.contenedor__carousel{
		width: 100%;
	}	
	.navbar__menu--item:hover{
	border-radius: 0 0 0 0;
	background-color: blue;		
	}
	.parallax{	
	height: 210px;
  	background-image: url("../images/bg_parallax400x163.png");
  	background-size: contain;
  	background-attachment: unset;
  	margin-top: 25px;   
  	margin-bottom: 25px;
	}
	.logo-footer{
		width: 50%;
	}
}