@charset "UTF-8";
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
body{
	background-image: linear-gradient(to left, #660051, #00042E);
	/*background:rgba(0,0,0,1.00);*/
	background-attachment:fixed;
	font-size: 20px;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
}
main{
	padding-top: 95px;
	height: auto;
}
/*-------------------------Letrero coronavirus----------*/
.aviso{
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.80);
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	position:fixed;
	z-index: 10000;
	padding: 00px;
	align-items: center;
	text-align: center;
}
.signo{
	width: 180px;
}
.aviso_texto{
	background: rgba(0,0,0,0.92);
	width: 85%;
	padding: 50px 320px 80px;
}
.aviso_texto p{
	font-family: helvetica;
	color: white;
	text-align:center;
	font-size: 20px;
	margin-bottom: 50px;
	margin-top: 10px;
}
.btn_cerrar{
	width: 50px;
	background: rgba(91,4,137,1.00);
	font-family: helvetica;
	color: white;
	padding: 10px 15px;
	font-size: 18px;
	border-radius: 5px
}
.btn_cerrar:hover{
	background: rgba(255,255,255,1.00);
	color: black;
	transition: 0.2s ease-out;
}
/*---------------------xper-------------------*/
.xper{
	background-image: url("img/vxp/mancha_vxp.png");
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	padding: 30px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
}
.texto_vxp{
	width: 100%;
	height: auto;
	padding: 10px 300px;
	margin: 15px 0px 0px;
	font-family: helvetica;
	font-size: 23px;
	color: white;
	text-align: center;
}
.cuadro_uno{
	width: 580px;
	height: auto;
	padding:0;
	margin: 0px 0px 5px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.logos1{
	width: 100%;
	align-self: center;
}

.cuadro_dos{
	width:550px;
	height: auto;
	margin: 0px 20px 5px;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}
.cuadro_dos img{
	width: 100%;
	align-self: center;
}

/*---------------Mai tai---------------*/
.maitai{
	background-image: url("img/maitai/mancha_maitai.png");
	background-position: center;
	background-size: cover;
	width: 100%;
	padding: 50px 0px 50px 4%;
	height: 100%;
	margin: 30px 0px 5px;
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
}
.mai_logo{
	width: 600px;
	height: auto;
	padding: 0px 80px 0px;
	margin: 0;
}
.mai_logo img{
	width: 100%;
	align-self: center;
}
.texto_mai{
	width: 60%;
	color: white;
	font-size: 18px;
	padding: 0px 300px 0px 0px;
	font-family: helvetica;
	margin: 0px 0px;
	text-align: center;
}
.texto_mai p{
	margin: 12px 0px;
}
.btn_mai{
	background: rgba(211,122,21,1.00);
	width: 150px;
	height: 100%;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	align-self: center;
	margin-left: 10px;
}

.btn_mai p{
	margin: 0;
	color: white;
	font-size: 18px;
	font-family: helvetica;
	
}
.btn_mai:hover{
	background: rgba(150,85,11,1.00);
}
/* -------------------------------------------------------------------------Header-----------------------------------------------------------------------------*/
.menu{
	/*background-image: linear-gradient(to left, #4E0040, #4A0000);*/
	background: black;
	width: 100%;
	position: -webkit-sticky;
	position:sticky;
	top:80px;
	text-align: center;
	margin: 0;
	overflow: hidden;
	display: block;
	box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.8);
}
.menu a{
	color: white;
	text-decoration: none;
	font-size: 20px;
	font-family: helvetica;
	display: inline-block;
	padding: 8px 15px;
	position: relative;
}
.menu a:hover{
	background:#5F5F5F;
	color: white;
	border-radius: 5px 5px 0px 0px;
}
.header {
	/*background-image: linear-gradient(to left, #4E0040, #4A0000);*/
	background: black;
	width: 100%;
	height: 80px;
	padding: 0;
	margin: 0;
	position:fixed;
	z-index: 10;
	display: block;
	text-align: center;
	box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.5);
}
.logo{
	width: 250px;
	margin: 15px 0px 0px;
}
/* -------------------------------------------------------------------------Main-----------------------------------------------------------------------------*/
.social{
	position: fixed;
	right: 0;
	top: 28%;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
	
}
.icon{
	color: white;
	text-decoration: none;
	padding: 10px;
	display: flex;
	transition: all .4s;
	
	}

.icon-facebook{
	background: #244495;
}
.icon-instagram{
	background-image: linear-gradient(to bottom right,#8134AF, #DD2A7B, #F58529)
}
.icon-twitter{
	background: #339DC5;
}
.icon-whatsapp{
	background: #25D366;
}
.icon-youtube{
	background: #FF0000;
}


.icon:first-child{
	border-radius: 12px 0 0 0;
}
.icon:last-child{
	border-radius: 0 0 0 12px;
}
.icon:hover{
	padding-right: 30px;
	border-radius: 12px 0 0 12px;
	box-shadow: 0 0 6px rgba(0,0,0,0.42);
}
/*--------------Eventos------------*/
.area_video{
	
	width: 100%;
	height: auto;
	margin: 0px 0px 0px;
	padding: 5px 0px;
	
	
}
.video{
	width: 100%;
	height: 100%;
	box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.8);
}
.hashtag{
	/*background: black;*/
	width: 100%;
	height: 90px;
	text-align: center;
	padding: 15px 0px;
	margin:0;
}
.hash{
	width: 320px;
	height: auto;
}
.eventos{
	
	background:none;
	width: 100%;
	padding: 0px 10px;
	display: flex;
	justify-content:space-around;
	flex-flow:row wrap;
	/*box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.5);*/
	margin-bottom: 10px;
}
.eventos a{
	width: auto;
	height: auto;
	transition: all 0.2s ease;
}
.tipo{
	text-decoration: none;
	background: white;
	width: 525px;
	height: 265px;
	position: relative;
	margin: 10px;
	padding: 3px;
	box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.8);
	transition: 0.3s ease;
}
.eventos a:hover{
	opacity: 0.5;
	cursor: pointer;
}

/*-----------Videos-------------*/

.tv{
	width: 100%;
	height: auto;
	margin: 0px 0px 20px;
	padding: 0px 200px 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	
}
.tele_titulo{
	width: 100%;
	padding: 10px 0px;
	margin: 0;
	text-align: center;
	
}
.tele_titulo h3{
	color: white;
	font-family: helvetica;
	font-size: 43px;
	margin: 10px 0px;
	font-weight: 500;
}
.reproductor{
	width: 70%;
	background: #2F2F2F;
	padding: 10px;
	margin: 0;
	box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.8);
}
.reproductor iframe{
	width: 100%;
	height: 100%;
	display: none;
}
.lista{
	background:#2F2F2F;
	width: 30%;
	height: 500px;
	padding: 0px 5px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	overflow: scroll;
	overflow: auto;
	box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.8);
}
.reproductor iframe:first-child{
	display: block;
}


.lista li{
	text-decoration: none;
	width: 100%;
	color: white;
	font-family: helvetica;
	font-size: 18px;
	padding: 5px 15px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	opacity: 0.6;
	
}
.lista li:hover{
	opacity: 1;
}

.lista img{
	width: 100%;
	height: auto;
}

.opcion{
	width: 100%;
	background: black;
	padding: 10px 15px;
	margin: 3px 0px;
	
	
}

/*------------Ubicacion---------*/
.ubicar{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0;
	margin:0;
}
.ubica_titulo{
	width: 100%;
	text-align: center;
	padding: 30px 0px 10px;
}
.ubica_titulo h3{
	font-size: 45px;
	margin: 0;
	font-weight: 500;
	color: white;
	font-family: helvetica;

}
.ubica_texto{
	width: 100%;
	height: auto;
	color: white;
	font-size: 23px;
	font-family: helvetica;
	text-align: center;
}
.foto{
	width: 680px;
	display: inline-block;
	height: auto;
	padding: 20px;
	align-self: center;
	margin: 0;
	text-align: center;
}
.fachada{
	width: 100%;
	height: auto;
	box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.8);
}
.direccion{
	width: 680px;
	display: inline-block;
	background:none;
	text-align: center;
	padding: 20px;
	margin: 0;
}

.contenedor_mapa{
	background: none;
	width: 100%;
	height: 100%;
	text-align: center;
}
.mapa{
	box-shadow: 0px 2px 20px 5px rgba(0,0,0,1);
	width: 100%;
	height:100%;
}
/*---------------------------------------------------------------------------Slideshow-----------------------------------------------------------------------------*/
.galeria{
	width: 100%;
	height: auto;
	margin: 25px 0px 10px;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 0;
}
.galeria h3{
	font-size: 45px;
	margin: 0;
	font-weight: 500;
	color: white;
	font-family: helvetica;
}
.swiper1 {	
	width: 100%;
	height: auto;
	padding-top: 50px;	 
	padding-bottom: 50px;
    } 
.area {
	width: auto;
	margin: 0px 15px;
	background-position: center;
	background: rgba(0,0,0,0.00);
    }
.area .imgBx{
	width: 100%;
}
.area .imgBx img{
	height: 410px;
}

/*---------------------------------------------------------------------------Contacto------------------------------------------------------------------------------*/
.contacto{
	background:none;
	width:100%;
	padding: 25px 50px 20px;
	z-index: 11;
	margin: 0px 0px 0px 0px;
	font-family: Helvetica;
	color:#fff;
	float: left;
	/*box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.5);*/
}
.titulo_contacto{
	background:rgba(0,0,0,0);
	width: 58%;
	float: left;
	padding: 35px 150px;
	text-align: center;
	display: inline-block;
	font-family: helvetica;
	color: white;
	text-decoration-color: white;
	
} 
.titulo_contacto a:link{
	color: white;
}
.titulo_contacto a:visited{
	color: white;
}
.titulo_contacto h3{
	font-size: 65px;
	font-weight: 500;
	margin: 0px 0px;
	position: relative;
}
.titulo_contacto article{
	margin: 20px;
	font-size: 28px;
	position: relative;
	font-family: helvetica;
}

.contacto input{
	
	display: block;
}
.contenedor_contacto{
	background: rgba(0,0,0,0);
	padding: 15px;
	width: 42%;
	float: left;
	display: inline-block;
	
}
.contenedor_contacto input[type="text"],
.contenedor_contacto input[type="email"],
.contenedor_contacto textarea {
	width:70%;
	padding: 15px;
	margin-bottom: 15px;
	border: none;
	border-radius: 5px;
	font-family: helvetica;
	font-size: 16px;
}
.contenedor_contacto textarea{
	min-width: 70%;
	min-height: 100px;
	max-height: 150px;
	max-width: 70%;
	
}
.contenedor_contacto input[type="submit"]{
	width: 20%;
	padding: 15px 0px;
	margin: 0px 0px 0px 25%;
	border: none;
	border-radius: 5px;
	font-family: helvetica;
	font-size: 18px;
	cursor: pointer;
	
}
.contenedor_contacto input[type="submit"]:hover{
	background:#FFBE00;
	color: white;
}
.wlogo{
	position: relative;
	top:6px;
	width: 35px;
}

/*--------------------------------------------------------------Nosotros------------------------------------------------------------------------------*/
.info{
	width: 100%;
	background:black;
	padding: 40px 480px;
	margin:30px 0px 0px;
	text-align: center;
	box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.5);
	
}
.info p{
	font-size: 20px;
	margin: 0;
	color: white;
	font-family: helvetica;
	text-decoration: none;
	
}
a:link{
	text-decoration: none;
}
.btn_info{
	width: 150px;
	margin: auto 18px;
	margin-top: 15px;
	padding: 10px;
	display: inline-block;
	background: rgba(211,122,21,1.00);
	border-radius: 3px;
	
}
.btn_info p{
	color: white;
	font-size: 20px;
	font-family: helvetica;
	
	
}
.btn_info:hover{
	text-decoration:none;
	background: rgba(150,85,11,1.00);
	}

/*--------------------------------------------------------------Footer------------------------------------------------------------------------------*/
.footer{
	background: black;
	width: 100%;
	padding: 20px;
	display: inline-block;
	text-align: center;
	border-radius: 120px 120px 0px 0px;
	box-shadow: 0px 2px 20px 5px rgba(0,0,0,0.5);
}

.footer a{
	font-size: 18px;
	color: white;
	font-family: helvetica;
	text-decoration: none;
	padding: 10px;
}
.footer a:hover{
	background: rgba(46,46,46,1.00);
	color: white;
}
.vlogo{
	width: 50px;
	margin: 15px 0px 0px;
	padding: 2px;
	background: white;
	border-radius: 100px;
}

/*------------------------------------------------------------------MEDIA QUERIES-------------------------------------------------------------------*/


@media screen and (max-width: 1450px){
	
	
	.logo{
		width: 230px;
		margin: 20px 0px 0px;
	}
/*-------------------------Letrero coronavirus----------*/
	.signo{
		width: 150px;
	}
	.aviso_texto{
		width: 85%;
		padding: 30px 11%;
	}
	.aviso_texto p{
		text-align:center;
		font-size: 18px;
		margin-bottom: 40px;
	}
	.btn_cerrar{
		width: 50px;
		padding: 7px 12px;
		font-size: 17px;
		border-radius: 5px
	}
	/*-------------menu----------*/
	.menu a{
		font-size: 19px;
	}
	.social{
		font-size: 25px;
	}
	
	/*-------------Eventos------------*/
	.eventos{
		margin-bottom: 20px;
	}
	.hashtag{
		height: 70px;
		padding: 8px 0px;
	}
	.hash{
		width: 280px;
	}
	.tipo{
		width: 390px;
		height: 200px;
	}
	/*-------------Vandari tv-----------*/
	.tv{
		padding: 0px 140px 15px;
	}
	.lista{
		height: 420px;
	}
	.lista li{
		font-size: 16px;
	}
	/*--------------Nosotros-------------*/
	
	.info{
		padding: 35px 300px;
		margin:35px 0px 0px;
	}
	.info p{
		font-size: 18px;
	}
	/*-----------------Ubicación-------------*/
	
	.direccion{
		width: 500px;
		padding: 15px;
	}
	.foto{
		width: 500px;
		padding: 15px;
	}
	.ubica_titulo h3{
		font-size: 40px;
	}
	.ubica_texto{
		font-size: 18px;
	}
	.mapa{
		width: 100%;
	}
	/*--------------Redes------------------*/
	.sugerencia article{
		font-size: 18px;
	}
	.imagen{
		width: 60px;
		height: 60px;
	}
	/*------------Galeria-----------------*/
	.galeria{
		margin: 25px 0px 10px;
	}
	.galeria h3{
		font-size: 40px;
	}
	.area {
	margin: 0px 15px;
    }
	.area .imgBx img{
	height: 320px;
	}
	/*------------VXP------------------*/
	
	.xper{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 30px 0px;
	padding: 20px 0px ;
	}
	.texto_vxp{
		padding:0px 200px;
		font-size: 19.5px;
		margin: 0px;
	}
	.texto_vxp p{
		margin: 10px 0px;
	}
	.cuadro_uno{
		width: 35%;
		height: auto;
		margin: 5px 20px;
	}
	.logos1{
		width: 100%;
		height: auto;
	}
	.cuadro_dos{
		width: 35%;
		height: auto;
		margin: 5px 0px;
		padding: 0;
	}
	.cuadro_dos img{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	/*---------------Mai tai---------------*/
	.maitai{
		background-size: cover;
		padding: 50px 0px 50px 3%;
		margin: 30px 0px 5px;
		justify-content: left;
	}
	.mai_logo{
		width: 43%;
		padding: 0px 50px 0px;
	}
	.texto_mai{
		width: 55%;
		padding-right: 80px;
		font-size: 17px;
	}
	.texto_mai p{
		margin: 10px 0px;
	}
	.btn_mai{
		width: 120px;
		padding: 8px;
		margin-left: 10px;
	}
	.btn_mai p{
		font-size: 15px;
	}
	/*-----------Contacto----------------*/
	.whats{
		width: 170px;
	}
	 .contacto {
		padding: 10px 30px;
	}
	.titulo_contacto{
		padding: 20px 70px;
		width: 52%
	}
	.titulo_contacto h3{
		font-size: 50px;
	}
	.titulo_contacto article{
		font-size: 21px;
	}
	.contenedor_contacto{
		padding: 15px;
		width: 48%;
	}
	.contenedor_contacto input[type="text"],
	.contenedor_contacto input[type="email"],
	.contenedor_contacto textarea {
		width: 83%;
		padding: 10px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.contenedor_contacto textarea {
		min-width: 83%;
		min-height: 100px;
		max-height: 120px;
		max-width: 83%;
	}
	.contenedor_contacto input[type="submit"]{
		padding: 12px;
		font-size: 15px;
	}
	.wlogo{
		top:5px;
		width: 26px;
	}
	/*-----------------footer-----------------*/
	.footer{
		height: auto;
		padding: 8px
	}
	.footer a{
		font-size: 17px;
	}
	.vlogo{
		width:45px;
		margin: 15px 0px 0px;
	}
}
@media screen and (max-width:1100px){
	.logo{
		width: 210px;
		margin: 20px 0px 0px;
	}
	/*-------------------------Letrero coronavirus----------*/
	.signo{
		width: 120px;
	}
	.aviso_texto{
		width: 85%;
		padding: 30px 9%;
	}
	.aviso_texto p{
		text-align:center;
		font-size: 17px;
		margin-bottom: 30px;
	}
	.btn_cerrar{
		padding: 7px 11px;
		font-size: 15.5px;
		border-radius: 5px
	}
	/*-------------menu----------*/
	.menu a{
		font-size: 18px;
	}
	.social{
		font-size: 26px;
	}
	/*-------------Eventos------------*/
	.eventos{
		margin-bottom: 20px;
	}
	.hashtag{
		height: 65px;
		padding: 5px 0px;
	}
	.hash{
		width: 250px;
	}
	.tipo{
		width: 365px;
		height: 190px;
	}
	/*-------------Vandari tv-----------*/
	.tv{
		padding: 0px 70px 15px;
	}
	.lista{
		height: 350px;
	}
	.lista li{
		font-size: 15px;
		padding: 5px 10px;
	}
	/*--------------Nosotros-------------*/
	
	.info{
		padding: 25px 150px;
		margin:40px 0px 0px;
	}
	.info p{
		font-size: 17px;
	}
	/*-----------------Ubicación-------------*/
	.direccion{
		width: 380px;
		padding: 10px;
	}
	.foto{
		width: 380px;
		padding: 10px;
	}
	.ubica_titulo h3{
		font-size: 35px;
	}
	.ubica_texto{
		font-size: 16px;
	}
	
	/*--------------Redes------------------*/
	.sugerencia article{
		font-size: 17px;
	}
	.sugerencia {
		padding-top: 25px;
	}
	.imagen{
		width: 55px;
		height: 55px;
	}
	/*------------Galeria-----------------*/
	.galeria{
		margin: 25px 0px 10px;
	}
	.galeria h3{
		font-size: 35px;
	}
	.area {
	margin: 0px 15px;
    }
	.area .imgBx img{
	height: 280px;
	}
	
	/*------------VXP------------------*/
	
	.xper{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 30px 0px;
	padding: 15px 0px;
	}
	.texto_vxp{
		padding:0px 80px;
		font-size: 18px;
		margin: 0px;
	}
	.texto_vxp p{
		margin: 10px 0px;
	}
	.cuadro_uno{
		width: 40%;
		height: auto;
		margin: 5px 0px;
	}
	.logos1{
		width: 100%;
		height: auto;
	}
	.cuadro_dos{
		width: 38%;
		height: auto;
		margin: 5px 20px;
		padding: 0;
	}
	.cuadro_dos img{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	/*---------------Mai tai---------------*/
	.maitai{
		background-size: cover;
		padding: 50px 0px 50px 40px;
		margin: 30px 0px 5px;
		justify-content: left;
	}
	.mai_logo{
		width: 43%;
		padding: 0px 30px 0px;
	}
	.texto_mai{
		width: 58%;
		padding-right: 0px;
		font-size: 15px;
	}
	.texto_mai p{
		margin: 10px 0px;
	}
	.btn_mai{
		width: 100px;
		padding: 6px;
		margin-left: 10px;
	}
	.btn_mai p{
		font-size: 14px;
	}
	/*-----------Contacto----------------*/
	.contacto {
		padding: 5px 20px;
	}
	.titulo_contacto{
		padding: 20px 70px;
		width: 52%
	}
	.titulo_contacto h3{
		font-size: 35px;
	}
	.titulo_contacto article{
		font-size: 19px;
	}
	.contenedor_contacto{
		padding: 12px;
		width: 48%;
	}
	.contenedor_contacto input[type="text"],
	.contenedor_contacto input[type="email"],
	.contenedor_contacto textarea {
		width: 87%;
		padding: 8px;
		margin-bottom: 15px auto;
		font-size: 14px;

	}
	.contenedor_contacto textarea {
		min-width: 87%;
		min-height: 100px;
		max-height: 120px;
		max-width: 80%;
	}
	.contenedor_contacto input[type="submit"]{
		padding: 15px;
		font-size: 15px;
		width: 100px;
	}
	.wlogo{
		top:5px;
		width: 23px;
	}
	/*-----------------footer-----------------*/
	.footer{
		height: auto;
		padding: 8px
	}
	.footer a{
		font-size: 16px;
	}
	.vlogo{
		width:45px;
		margin: 15px 0px 0px;
	}
}
@media screen and (max-width: 800px){
	
	.logo{
		width: 200px;
		margin: 10px 0px 0px;
	}
	.header{
		height: 65px;
	}
	main{
		padding-top: 90px;
	}
	/*-------------------------Letrero coronavirus----------*/
	.signo{
		width: 100px;
	}
	.aviso_texto{
		width: 90%;
		padding: 15px 4% 20px;
	}
	.aviso_texto p{
		text-align:center;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.btn_cerrar{
		padding: 6px 11px;
		font-size: 14px;
		border-radius: 5px
	}
	/*-------------menu----------*/
	.menu a{
		font-size: 18px;
		padding: 8px 8px;
	}
	.menu{
		top:65px;
	}
	.social{
		font-size: 25px;
	}
	/*-------------Eventos------------*/
	.eventos{
		margin-bottom: 20px;
	}
	.area_video{
	padding: 0px;
	
}
	.hashtag{
		height: 50px;
		padding: 3px 0px;
	}
	.hash{
		width: 200px;
	}
	.tipo{
		width: 490px;
		height: 255px;
	}
	
	/*-------------Vandari tv-----------*/
	.tv{
		padding: 0px 30px 15px;
	}
	.lista{
		height: 250px;
	}
	.lista li{
		font-size: 13px;
		padding: 5px 5px;
	}
	/*--------------Nosotros-------------*/
	
	.info{
		padding: 25px 100px;
		margin: 25px 0px 0px;
	}
	.info p{
		font-size: 15px;
	}
	/*-----------------Ubicación-------------*/
	.direccion{
		width: 520px;
		padding: 10px;
	}
	.contenedor_mapa{
		height: 270px;
	}
	.foto{
		width: 520px;
		padding: 10px;
	}
	.ubica_titulo h3{
		font-size: 30px;
	}
	.ubica_texto{
		font-size: 15px;
	}
	
	/*--------------Redes------------------*/
	.sugerencia{
		padding-top: 20px;
	}
	.sugerencia article{
		font-size: 18px;
	}
	.imagen{
		width: 50px;
		height: 50px;
	}
	/*------------Galeria-----------------*/
	.galeria{
		margin: 25px 0px 10px;
	}
	.galeria h3{
		font-size: 30px;
	}
	.area {
	margin: 0px 15px;
    }
	.area .imgBx img{
	height: 300px;
	}
	/*------------VXP------------------*/
	
	.xper{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 25px 0px;
	padding: 25px 0px 0px;
	}
	.texto_vxp{
		padding:0px 60px;
		font-size: 16px;
		margin: 0px;
	}
	.texto_vxp p{
		margin: 10px 0px;
	}
	.cuadro_uno{
		width: 49%;
		height: auto;
		margin: 5px 0px;
	}
	.logos1{
		width: 100%;
		height: auto;
	}
	.cuadro_dos{
		width: 40%;
		height: auto;
		margin: 5px 0px;
		padding: 0;
	}
	.cuadro_dos img{
		width: 100%;
		height: auto;
		margin: 0;
		margin-right: 10px;
		padding: 0;
	}
	/*---------------Mai tai---------------*/
	.maitai{
		background-size: cover;
		padding: 50px 0px 50px 20px;
		margin: 30px 0px 5px;
		justify-content: left;
	}
	.mai_logo{
		width: 43%;
		padding: 0px 20px 0px;
	}
	.texto_mai{
		width: 55%;
		padding-right: 0px;
		font-size: 13.5px;
	}
	.texto_mai p{
		margin: 10px 0px;
	}
	.btn_mai{
		width: 90px;
		padding: 6px;
		margin-left: 10px;
	}
	.btn_mai p{
		font-size: 13px;
	}
	/*---------------Contacto-------------*/
	.whats{
		width: 130px;
	}
	.contacto {
		padding: 10px 20px;
	}
	.titulo_contacto{
		padding: 10px 20px;
		width: 45%
	}
	.titulo_contacto h3{
		font-size: 30px;
	}
	.titulo_contacto article{
		font-size: 16px;
	}
	.contenedor_contacto{
		padding: 10px;
		width: 55%;
	}
	
	.contenedor_contacto input[type="text"],
	.contenedor_contacto input[type="email"],
	.contenedor_contacto textarea {
		width: 95%;
		padding: 7px;
		margin-bottom: 15px;
		font-size: 13px;
	}
	.contenedor_contacto textarea {
		min-width: 95%;
		min-height: 100px;
		max-height: 120px;
		max-width: 95%;
	}
	.contenedor_contacto input[type="submit"]{
		padding: 8px;
		font-size: 13px;
		margin: 0px 0px 0px 35%;
	}
	.wlogo{
		top:4px;
		width: 21px;
	}
/*-----------------footer-----------------*/
	.footer{
		height: auto;
		padding: 8px
	}
	.footer a{
		font-size: 14px;
	}
	.vlogo{
		width:40px;
		margin: 15px 0px 0px;
	}
	
	
}
@media screen and (max-width: 550px){
	.logo{
		width: 180px;
		margin: 10px 0px 0px;
	}
	.header{
		height: 60px;
	}
	main{
		padding-top: 80px;
	}
	/*-------------------------Letrero coronavirus----------*/
	.signo{
		width: 70px;
	}
	.aviso_texto{
		width: 92%;
		padding: 10px 15px 20px;
	}
	.aviso_texto p{
		text-align:center;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.btn_cerrar{
		padding: 5px 10px;
		font-size: 13.5px;
		border-radius: 5px
	}
	/*-------------menu----------*/
	.menu a{
		font-size: 15px;
		padding: 8px 5px;
	}
	.menu{
		top:60px;
	}
	.social{
		position: -webkit-sticky;
		position:sticky;
		flex-direction: row;
		top: 0;
		font-size: 23px;
		width: 100%;
		z-index: 50;
	}
	.icon{
		width: 25%;
		
	}
	.icon-facebook, .icon-instagram, .icon-twitter, .icon-whatsapp, .icon-youtube{
	padding-left: 8%;	
	}
	.icon:first-child{
		border-radius: 0px 0 0 0;
	}
	.icon:last-child{
		border-radius: 0px 0 0 0;
	}
	.icon:hover{
		color:black;
		border-radius: 0 0 0 0px;
	}
	/*-------------Eventos------------*/
	.eventos{
		margin-bottom: 15px;
	}
	.area_video{
		padding: 5px 0px 0px;
	}
	.hashtag{
		height: 40px;
		padding: 3px 0px;
	}
	.hash{
		width: 150px;
	}
	.tipo{
		width: 390px;
		height: 207px;
	}
	/*-------------Vandari tv-----------*/
	.tv{
		padding: 0px 30px 15px;
	}
	.lista{
		width: 100%;
		height: 200px;
		padding: 5px 3px 0px;
	}
	.reproductor{
		width: 100%;
		height: 250px;
	}
	.lista li{
		width: 49%;
		font-size: 12px;
		padding: 5px 5px;
	}
	.opcion{
		margin: 1px;
	}
	/*--------------Nosotros-------------*/
	
	.info{
		padding: 18px 50px;
	}
	.info p{
		font-size: 14px;
	}
	/*-----------------Ubicación-------------*/
	.direccion{
		width: 95%;
		padding: 10px;
	}
	.contenedor_mapa{
		height: 250px;
	}
	.foto{
		width: 95%;
		padding: 10px;
	}
	.ubica_titulo h3{
		font-size: 28px;
	}
	.ubica_texto{
		font-size: 14px;
		padding: 0px 20px;
	}
	/*------------Galeria-----------------*/
	.swiper1{
		padding: 15px 0px 35px;
	}
	.galeria{
		margin: 25px 0px 10px;
	}
	.galeria h3{
		font-size: 28px;
	}
	.area {
	margin: 0px 15px;
    }
	.area .imgBx img{
	width: 370px;
	height: auto;
	}
	/*--------------Redes------------------*/
	.sugerencia{
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.sugerencia article{
		font-size: 17px;
	}
	.imagen{
		width: 50px;
		height: 50px;
	}
	
		/*------------VXP------------------*/
	
	.xper{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 15px 0px 10px;
	padding: 0;
	}
	.flex:nth-child(3){
		order: 2;
	}
	.flex:nth-child(2){
		order: 0;
	}
	.flex:nth-child(4){
		order: 1;
	}
	.flex:nth-child(5){
		order: 3;
	}
	.flex:nth-child(6){
		order:4;
	}
	.texto_vxp{
		padding:0px 20px;
		font-size: 15px;
		margin: 0px;
	}
	.texto_vxp p{
		margin: 10px 0px;
	}
	.cuadro_uno{
		width: 80%;
		height: auto;
		margin: 5px 0px;
	}
	.logos1{
		width: 100%;
		height: auto;
	}
	.cuadro_dos{
		width: 70%;
		height: auto;
		margin: 5px 0px;
		padding: 0;
		justify-content: center;
	}
	.cuadro_dos img{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	/*---------------Mai tai---------------*/
	.maitai{
		background-size: cover;
		background-position:center;
		padding: 20px 0px 20px 20px;
		margin: 20px 0px 0px;
		justify-content: left;
	}
	.mai_logo{
		width: 43%;
		padding: 0px 5px 0px;
	}
	.texto_mai{
		width: 60%;
		padding-right: 0px;
		font-size: 12.5px;
	}
	.texto_mai p{
		margin: 5px 0px 5px;
	}
	.btn_mai{
		width: 85px;
		padding: 5px;
		margin-left: 5px;
	}
	.btn_mai p{
		font-size: 12.5px;
	}
	/*--------------Contacto------------------*/
	.whats{
		width: 160px;
	}
	.contacto {
		padding: 10px 15px;
	}
	.titulo_contacto{
		padding: 10px 30px;
		width: 100%
	}
	.titulo_contacto h3{
		font-size:30px;
		z-index: 1;
	}
	.titulo_contacto article{
		font-size: 18px;
	}
	.contenedor_contacto{
		padding: 10px 40px;
		margin-top: 10px;
		width: 100%;
	}
	
	.contenedor_contacto input[type="text"],
	.contenedor_contacto input[type="email"],
	.contenedor_contacto textarea {
		width: 100%;
		padding: 8px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.contenedor_contacto textarea {
		min-width: 100%;
		min-height: 100px;
		max-height: 120px;
		max-width: 100%;
	}
	.contenedor_contacto input[type="submit"]{
		padding: 8px;
		font-size: 15px;
		margin: 0px 0px 0px 40%;
	}
	.wlogo{
		top:6px;
		width: 25px;
	}
/*-----------------footer-----------------*/
	.footer{
		height: auto;
		padding: 8px
	}
	.footer a{
		font-size: 14px;
	}
	.vlogo{
		width:35px;
		margin: 15px 0px 0px;
	}
	
}
@media screen and (max-width: 400px){
	.logo{
		width: 180px;
		margin: 10px 0px 0px;
	}
	.header{
		height: 60px;
	}
	main{
		padding-top: 70px;
	}
	/*-------------------------Letrero coronavirus----------*/
	.signo{
		width: 70px;
	}
	.aviso_texto{
		width: 92%;
		padding: 10px 10px 20px;
	}
	.aviso_texto p{
		text-align:center;
		font-size: 14px;
		margin-bottom: 15px;
		margin-top: 0px;
	}
	.btn_cerrar{
		padding: 5px 10px;
		font-size: 13.5px;
		border-radius: 5px
	}
	/*-------------menu----------*/
	.menu a{
		font-size: 12px;
		padding: 3px 3px;
		
	}
	.menu{
		top:60px;
	}
	.social{
		position: -webkit-sticky;
		position:sticky;
		flex-direction: row;
		top: 0;
		font-size: 20px;
		width: 100%;
		z-index: 50;
	}
	.icon{
		width: 25%;
		padding: 5px 10px;
	}
	.icon-facebook, .icon-instagram, .icon-twitter, .icon-whatsapp, .icon-youtube{
	padding-left: 7%;	
	}
	.icon:first-child{
		border-radius: 0px 0 0 0;
	}
	.icon:last-child{
		border-radius: 0px 0 0 0;
	}
	/*-------------Eventos------------*/
	.eventos{
		margin-bottom: 15px;
	}
	.area_video{
		padding: 5px 0px 0px;
	}
	.hashtag{
		height: 40px;
		padding: 5px 0px;
	}
	.hash{
		width: 180px;
	}
	.tipo{
		width: 300px;
		height: 152px;
	}

	
	/*-------------Vandari tv-----------*/
	.tv{
		padding: 0px 15px 15px;
	}
	.lista{
		width: 100%;
		height: 180px;
		padding: 5px 3px 0px;
	}
	.reproductor{
		width: 100%;
		height: 200px;
	}
	.lista li{
		width: 49%;
		font-size: 11.5px;
		padding: 3px;
	}
	.opcion{
		margin: 1px;
	}
	/*--------------Nosotros-------------*/
	
	.info{
		padding: 15px 20px;
	}
	.info p{
		font-size: 13px;
	}
	.btn_info{
		width: 110px;
		height: auto;
	}
	/*-----------------Ubicación-------------*/
	.direccion{
		width:310px;
		padding: 10px;
	}
	.contenedor_mapa{
		height: 160px;
	}
	.foto{
		width: 310px;
		padding: 10px;
	}
	.ubica_titulo h3{
		font-size: 25px;
	}
	.ubica_texto{
		font-size: 13px;
		padding: 0px 20px;
	}
	/*------------Galeria-----------------*/
	.galeria{
		margin: 15px 0px 10px;
		
	}
	.galeria h3{
		font-size: 25px;
	}
	.area {
	margin: 0px 15px;
    }
	.area .imgBx img{
	width: 330px;
	height: auto;
	}
	/*--------------Redes------------------*/
	.sugerencia{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.sugerencia article{
		font-size: 17px;
	}
	.imagen{
		width: 50px;
		height: 50px;
	}
	
	
	/*------------VXP------------------*/
	
	.xper{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 15px 0px 10px;
	padding: 0;
	}
	.flex:nth-child(3){
		order: 2;
	}
	.flex:nth-child(2){
		order: 0;
	}
	.flex:nth-child(4){
		order: 1;
	}
	.flex:nth-child(5){
		order: 3;
	}
	.flex:nth-child(6){
		order:4;
	}
	.texto_vxp{
		padding:0px 20px;
		font-size: 13px;
		margin: 0px;
	}
	.texto_vxp p{
		margin: 10px 0px;
	}
	.cuadro_uno{
		width: 80%;
		height: auto;
		margin: 10px 10px;
	}
	.logos1{
		width: 100%;
		height: auto;
	}
	.cuadro_dos{
		width: 70%;
		height: auto;
		margin: 5px 0px;
		padding: 0;
		justify-content: center;
	}
	.cuadro_dos img{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	/*---------------Mai tai---------------*/
	.maitai{
		background-size: cover;
		background-position:center;
		padding: 10px 0px 10px 10px;
		margin: 10px 0px 0px;
		justify-content: left;
	}
	.mai_logo{
		width: 50%;
		padding: 0px 5px 0px;
	}
	.texto_mai{
		width: 70%;
		padding-right: 0px;
		font-size: 11.5px;
	}
	.texto_mai p{
		margin: 5px 0px 5px;
	}
	.btn_mai{
		width: 80px;
		padding: 5px;
		margin-left: 20px;
	}
	.btn_mai p{
		font-size: 12px;
	}
	/*--------------Contacto------------------*/
	.contacto {
		padding: 10px 10px;
	}
	.titulo_contacto{
		padding: 5px 15px;
		width: 100%
	}
	.titulo_contacto h3{
		font-size: 28px;
	}
	.titulo_contacto article{
		font-size: 18px;
	}
	.contenedor_contacto{
		padding: 10px 15px;
		margin-top: 20px;
		width: 100%;
	}

	.contenedor_contacto input[type="text"],
	.contenedor_contacto input[type="email"],
	.contenedor_contacto textarea {
		width: 100%;
		padding: 8px;
		margin-bottom: 15px;
		font-size: 13px;
	}
	.contenedor_contacto textarea {
		min-width: 100%;
		min-height: 100px;
		max-height: 120px;
		max-width: 100%;
	}
	.contenedor_contacto input[type="submit"]{
		padding: 10px;
		font-size: 15px;
		width: 40%;
		margin: 0px auto 0px;
	}
	.wlogo{
		top:5px;
		width: 23px;
	}
/*-----------------footer-----------------*/
	.footer{
		height: auto;
		padding: 5px
	}
	.footer a{
		font-size: 14px;
	}
	.vlogo{
		width:35px;
		margin: 15px 0px 0px;
	}

  

	
}
