@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Vedilab
Autor: Omar De Luna
actualización: julio 2018 */



img{border:0; margin: 0; padding: 0;}

* { margin: 0; padding: 0; font-family: 'AcuminProLight', Helvetica, Arial sans-serif; list-style: none;}

a, input{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

body , html{
	background: #e6e6e6;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-style: normal;
}


main {
	width: 100%;
	margin: 0 auto;
	background: white;
	overflow: hidden;
}

video{
	display: block;
}

.logo{
	position: absolute;
	padding: 30px 50px;
	background:white;
	left: 50%;
	margin-left: -150px;
	z-index: 9;
	top: 0;
}

.LogoAnima{
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	margin-top: 20%;
}

.LogoAnima img{
	width: 25%;
}

header{
	position: relative;
	z-index: 1;
	padding-top: 60px;
}

header.home{
	padding-top: 0;
}

header img{
	display: block;
}


nav{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 45px;
	background: #de2787;
	padding: 40px 30px;
	position: absolute;
	right: 0;
	z-index: 4;
}

nav a{
	display: block;
	margin-bottom: 20px;
}

nav a:last-child{
	margin-bottom: 0;
}

nav a:hover{
	transform: scale(1.2);
	filter: invert(100%);
}

nav a.active, #Bmenu.active img{
	filter: invert(100%);
}

main.home .menu, main.home nav{
	opacity: 0.4;
}

main.home .menu:hover, main.home nav:hover{
	opacity: 1;
}

.menu{
	position: absolute;
	z-index: 4;
	left: -200px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.menu.active{
	left: 0;
}

#Bmenu{
	padding: 30px;
	background: #de2787;
	display: block;
	width: 45px;
	float: right;
}

#Bmenu:hover img{
	transform: scale(1.2);
	filter: invert(100%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.menu ul{
	float: left;
	background: #d1257f;
	width: 200px;
	overflow: hidden;
}

.menu ul li{
	display: block;
	padding: 20px 30px;
	border-bottom: solid white 1px;
}

.menu ul li:last-child{
	border: 0;
}

.menu ul li a{
	color: white;
	font-size: 14px;
	line-height: 40px;
	display: block;
	text-decoration: none;
	font-family: 'RosellaSolid';
	letter-spacing: 2px;
}

.menu ul li a:hover{
	color: black;
}

.Mcategorias{
	text-align: center;
	width: 100%;
}

.Mcategorias ul li{
	display: inline-table;
	background: #e9b400;
	width: 12%;
	height: 220px;
	margin: 0 5px;
	overflow: hidden;
}

.Mcategorias ul li a{
	font-family: 'RosellaSolid';
	color: white;
	display: block;
	margin-top: 20%;
	padding: 20px 0;
	font-size: 15px;
	line-height: 23px;
}

.Mcategorias ul li a:hover{
	color: black;
}


.Mcategorias ul li:nth-child(2){
	background: #e62249;
}

.Mcategorias ul li:nth-child(3){
	background: #007c66;
}

.Mcategorias ul li:nth-child(4){
	background: #f39200;
}

.Mcategorias ul li:nth-child(5){
	background: #0578bd;
}


.santacruz.Mcategorias ul li:nth-child(3){
	background: #de2787;
}

.santacruz.Mcategorias ul li:nth-child(4){
	background: #0578bd;
}

.navegacion, .navegacion2, .navegacion3{
	position: absolute;
	top: 60px;
	height: 95vh;
	width: 0%;
	background: #1a1a1a;
	z-index: 3;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

main.home .navegacion, main.home .navegacion2, main.home .navegacion3{
	top:0;
	height: 100vh;
}

main.home .navegacion3 iframe{
	height: 100vh;
}

.navegacion.active, .navegacion2.active, .navegacion3.active{
	width: 100%;
}

.content{
	padding: 130px 15%;
}

.navegacion2 input{
	width: 100%;
	border: 0;
	outline: 0;
	border-bottom: solid 1px #333;
	background: #1a1a1a;
	padding: 40px 0;
	font-size: 40px;
	color: white;
}

.navegacion2 input::placeholder{
	color: #666;
}

.navegacion2 input:focus{
	border-bottom: solid 1px white;
}

.navegacion2 input::placeholder:focus{
	color: #999;
}

.navegacion3 iframe{
	height: 95vh;
}

.navegacion h5{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

.navegacion a{
	color: white;
	font-size: 14px;
	line-height: 22px;
}

.navegacion a span{
	font-family: 'RosellaSolid';
	margin-right: 10px;
}


.navegacion ul{
	display: inline-table;
	margin-right: 50px;
	margin-bottom: 20px;
}

.navegacion hr{
	border-top: solid 1px white;
	border-bottom: 0;
	margin: 40px 0;
}

.navegacion{
	overflow-y: auto;
}


.bienvenida{
	width: 50%;
	padding: 100px 25%;
	text-align: center;
}


.destacados{
	width: 84%;
	padding: 100px 8%;
}

.destacado{
	width: 31%;
	height: 640px;
	margin: 40px 1%;
	background: #e62249;
	display: inline-table;
}

.destacado img{
	object-fit: cover;
	height: 400px;
}

.destacado p{
	color: white;
}

.pad{
	padding: 30px 40px;
}

.link{
	width: 100%;
	padding: 30px 0;
	background: white;
	text-align: right;
}

.link a{
	color: #de2787;
	padding: 10px 20px;
	border: solid 1px #de2787;
	font-family: 'RosellaSolid';
}

.link a:hover{
	color: #000;
	border: solid 1px #000;
}


/*÷÷÷÷÷÷÷÷÷÷÷colores categorias÷÷÷÷÷÷÷÷÷÷÷÷*/


.culinario{
	background: #e9b400;
}

.experiencia{
	background: #e62249;
}

.diseno{
	background: #007c66;
}

.streetfood{
	background: #f39200;
}

.youmust{
	background: #0578bd;
}


.culinarioC{
	color: #e9b400;
}

.experienciaC{
	color: #e62249;
}

.disenoC{
	color: #007c66;
}

.dondeC{
	color: #de2787;
}

.streetfoodC{
	color: #f39200;
}

.youmustC{
	color: #0578bd;
}


.culinarioI{
	fill: #e9b400;
}

.experienciaI{
	fill: #e62249;
}

.disenoI{
	fill: #007c66;
}

.streetfoodI{
	fill: #f39200;
}

.youmustI{
	fill: #0578bd;
}

/*÷÷÷÷÷÷÷÷÷÷÷fin colores categorias÷÷÷÷÷÷÷÷÷÷÷÷*/


.proyecto{
	width: 70%;
	padding: 100px 15%;
}

.columna{
	width: 48%;
	margin: 0 1%;
	float: left;
}



footer{
	background: #000000;
	width: 84%;
	padding: 20px 8%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

footer li{
}

footer li:nth-child(3){
	border-left: 0;
	padding-left: 3%;
	padding-top: 20px;
}

footer li:nth-child(2){
	padding-top: 20px;
}

footer p{
	color: white;
	font-size: 15px;
	line-height: 23px;
}

footer a{
	font-family: 'RosellaSolid';
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 22px;
	display: inline-block;
}

.patrocinadores{
	width: 84%;
	padding: 40px 8%;
	background: #333;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.patrocinadores img{
	height: 70px;
}



h1{
	font-size: 30px;
	line-height: 40px;
	border-top: solid #de2787 2px;
	border-bottom: solid #de2787 2px;
	color: #de2787;
	font-family: 'RosellaSolid';
	letter-spacing: 2px;
	margin: auto;
	margin-bottom: 50px;
	display:table;
}

h2{
	font-family: "Turbinado Light W00 Regular";
	font-size: 47px;
	line-height: 55px;
	color: white;
	font-style: normal;
	font-weight: normal;
}


p{
	font-size: 18px;
	line-height: 26px;
	color: #333;
}


a{
	font-size: 18px;
	line-height: 26px;
	color: #333;
	text-decoration: none;
}

.cleare{
	display: block;
	clear: both;
}



/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷categorias÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

.categorias{
	width: calc(100% - 105px);
	padding-top: 187px;
	position: relative;
}

.categorias ul li{
	display: inline-table;
	background: #e9b400;
	width: 20%;
	height: 95px;
	margin: 0;
	overflow: hidden;
	float: left;
}


.santacruz.categorias ul li{
	width: 25%;
}

.categorias ul li a{
	font-family: 'RosellaSolid';
	color: white;
	display: block;
	margin-top: 0%;
	padding: 10px 0;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
}

.categorias ul li a:hover{
	color: black;
}


.categorias ul li:nth-child(2){
	background: #e62249;
}

.categorias ul li:nth-child(3){
	background: #007c66;
}

.categorias ul li:nth-child(4){
	background: #f39200;
}

.categorias ul li:nth-child(5){
	background: #0578bd;
}


.santacruz.categorias ul li:nth-child(3){
	background: #de2787;
}

.santacruz.categorias ul li:nth-child(4){
	background: #0578bd;
}


.categorias ul li:nth-child(1) a, .categorias ul li:nth-child(2) a{
	margin-top: 15px;
}

h3{
	font-size: 40px;
	line-height: 120px;
	color: white;
	font-family: 'RosellaSolid';
	letter-spacing: 2px;
	display:block;
	padding-left: 4%;
}

.paginacion{
	width: 80%;
	padding: 40px 10%;
	text-align: right;
	font-family: 'RosellaHatched';
	font-size: 40px;
	color: #de2787;
}



/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷detalle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.atras{
	background: #de2787;
	display: block;
	line-height: 60px;
	padding: 10px 30px 0 5%;
	width: 45px;
	float: left;
}

.atras img{
	margin-top: 19px;
}


h4{
	font-size: 60px;
	line-height: 95px;
	color: white;
	font-family: "Turbinado Light W00 Regular";
}

h5{
	font-size: 30px;
	line-height: 36px;
	color: #333;
	font-family: 'RosellaSolid';
	letter-spacing: 1px;
}

.categorias h4{
	padding-left: 4%;
	float: left;
	display: block;
	width: calc(91% - 75px);
}


.ColDetalle1 h4{
	line-height: 60px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.ColDetalle1 p strong{
	font-size: 30px;
	line-height: 36px;
	color: #333;
	font-family: 'RosellaSolid';
	letter-spacing: 1px;
}

.contenidoDetalle{
	width: calc(100% - 105px);
}

.ColDetalle1{
	width: 70%;
	padding: 60px 0 40px 5%;
	float: left;
}

.ColDetalle2{
	width: 20%;
	padding: 100px 0 40px 5%;
	float: left;
}

.ColDetalle1 img.minis{
	max-height: 250px;
	margin-right: 3px;
}

.ColDetalle1 .link{
	text-align: left;
	background: none;
}

.ColDetalle2 iframe{
	filter: grayscale(100%);
}

.quote{
	position: absolute;
	z-index: 2;
	background: white;
	padding: 20px 25px;
	left: 4%;
	width: 27%;
	margin-top: -120px;
}

.iconos{
	position: absolute;
	right: 0;
	width: 105px;
	top: 0;
	padding-top: 290px;
}

.iconos h5{
	transform: rotate(-90deg);
	margin-bottom: 50px;
}

.iconos img{
	width: 65px;
	padding: 10px 0 10px 20px;
}

.iconos svg{
	width: 65px;
	padding: 10px 0 10px 20px;
}


/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷mapa÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.mapa iframe{
	height: 70vh;
}


/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷contacto÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.contacto{
	width: 84%;
	padding: 100px 8%;
}


.headerDos{
	width: calc(100% - 105px);
	padding-top: 60px;
	position: relative;
}

.seccion{
	position: absolute;
	right: -100px;
	bottom: 40px;
	text-align: right;
	width: 105px;
}

.seccion h5{
	color: #de2787;
	font-family: 'RosellaHatched';
	transform: rotate(-90deg);
}


.contacto input[type=text]{
	width: 94%;
	background: #e6e6e6;
	border: 0;
	outline: none;
	font-size: 14px;
	line-height: 40px;
	padding: 15px 3%;
	margin-bottom: 15px;
	color: #333;
}

.contacto textarea{
	width: 94%;
	height: 100px;
	background: #e6e6e6;
	border: 0;
	outline: none;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 3%;
	margin-bottom: 15px;
	color: #333;
}

.contacto input[type=submit]{
	color: #de2787;
	padding: 10px 20px;
	border: solid 1px #de2787;
	font-family: 'RosellaSolid';
	font-size: 18px;
	background: white;
	cursor: pointer;
}


.contacto input[type=text]:focus, textarea:focus{
	background: #de2787;
	color: white;
}


/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷acerca÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

.acerca{
	text-align: left;
	padding: 20px 15%;
}

.acerca h1{
	text-align: left;
	margin: 0;
}



/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷fichasMApa÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

#content a{
	font-family: 'RosellaSolid';
	font-size: 15px;
}

#content span{
	font-family: 'RosellaSolid';
}

#content span.nombre{
	font-family: "Turbinado Light W00 Regular";
	font-size: 40px;
}

#content{
	text-align: center;
}

#content img{
	object-fit: cover;
	height: 200px;
}

#content button{
	font-size: 22px !important;
}



@media only screen and (min-width:0px) and (max-width:767px){

.logo{
	padding: 15px 30px;
	left: 50%;
	margin-left: -90px;
	z-index: 1;
	top: 0;
	position: relative;
}
	
.logo img{
	width: 120px;
}
	
.LogoAnima img{
	width: 40%;
}

header{
	padding-top: 0px;
}


nav{
	width: 35px;
	padding: 20px 10px;
	right: 0;
	top: 0;
}
	
nav img{
	width: 35px;
}

nav a{
	display: block;
	margin-bottom: 20px;
}


.menu{
	left: -150px;
	top: 0;
}

.menu.active{
	left: 0;
}
	
main.home .menu, main.home nav{
	opacity: 1;
}

#Bmenu{
	padding: 5px 10px;
	width: 35px;
}
	
#Bmenu img{
	width: 35px;
}


.menu ul{
	float: left;
	width: 150px;
}

.menu ul li{
	padding: 20px 20px;
}

.menu ul li a{
	font-size: 10px;
	line-height: 30px;
	letter-spacing: 2px;
}

.Mcategorias{
	width: 100%;
}

.Mcategorias ul li{
	width: 100%;
	height: auto;
	margin: 0 0px;
	display: block;
}

.Mcategorias ul li a{
	margin-top: 0;
	padding: 15px 0;
	font-size: 11px;
	line-height: 17px;
}
	
.Mcategorias ul li a br{
	display: none;
}


.navegacion, .navegacion2, .navegacion3{
	top: 0px;
	height: 100vh;
	width: 0%;
}

.navegacion.active, .navegacion2.active, .navegacion3.active{
	width: 100%;
}

.content{
	padding: 80px 18% 0 18%;
}

.navegacion2 input{
	width: 100%;
	padding: 40px 0;
	font-size: 20px;
}
	

.bienvenida{
	width: 84%;
	padding: 40px 8%;
	text-align: center;
}


.destacados{
	width: 84%;
	padding: 40px 8%;
}

.destacado{
	width: 80%;
	height: auto;
	margin: 20px 10%;
}

	
.destacado img{
	object-fit: cover;
	height: 280px;
}

.pad{
	padding: 20px 30px;
}

.link{
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

.link a{
	padding: 10px 20px;
}


.proyecto{
	width: 84%;
	padding: 40px 8%;
}

.columna{
	width: 100%;
	margin: 0 0%;
	text-align: center;
}



footer{
	width: 84%;
	padding: 40px 8%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

footer li{
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
	
	
footer li:nth-child(1) img{
	width: 150px;
}

footer li:nth-child(3){
	border-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

footer li:nth-child(2){
	
}

footer p{
	font-size: 13px;
	line-height: 20px;
}

footer a{
	font-size: 13px;
	margin-bottom: 25px;
	line-height: 20px;
}

.patrocinadores{
	width: 84%;
	padding: 40px 8%;
	flex-direction: column;
	text-align: center;
	display: block;
}


.patrocinadores img{
	height: 50px;
}


h1{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	margin-bottom: 30px;	
}

h2{
	font-size: 40px;
	line-height: 47px;
	font-weight: normal;
	font-style: normal;
}


p{
	font-size: 14px;
	line-height: 21px;
}


a{
	font-size: 14px;
	line-height: 21px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷categorias÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

.categorias{
	width: calc(100% - 55px);
	padding-top: 0px;

}
	

.categorias ul li{
	display: inline-block;
	width: 33%;
	height: 53px;
	margin: 0;
}
	
	
.santacruz.categorias ul li{
	width: 50%;
}

.categorias ul li a{
	margin-top: 0%;
	padding: 10px 0;
	font-size: 9px;
	line-height: 13px;
}


.categorias ul li:nth-child(1) a, .categorias ul li:nth-child(2) a{
	margin-top: 7px;
}
	
.categorias ul li:nth-child(1){
	width: 34%;
}
	
	
.categorias ul li:nth-child(4), .categorias ul li:nth-child(5){
	width: 50%;
}
	
	
.santacruz.categorias ul li:nth-child(1){
	width: 50%;
}
	


h3{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	padding-left: 4%;
	padding-top: 25px;
	padding-bottom: 25px;
}

.paginacion{
	width: 80%;
	padding: 0px 10% 40 10%;
	font-size: 40px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷detalle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.atras{
	line-height: 26px;
	padding: 5px 10px 0 10%;
	width: 45px;
}

.atras img{
	margin-top: 15px;
}


h4{
	font-size: 30px;
	line-height: 70px;
}

h5{
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 1px;
}
	

.categorias h4{
	padding-left: 4%;
	width: calc(86% - 55px);
}
	
.ColDetalle1 p strong{
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 1px;
}


.contenidoDetalle{
	width: calc(100% - 55px);
}

.ColDetalle1{
	width: 90%;
	padding: 60px 5% 40px 5%;
}

.ColDetalle2{
	width: 90%;
	padding: 0px 5% 40px 5%;
}

.ColDetalle1 img.minis{
	max-height: 130px;
}
	
.ColDetalle1 h4{
	line-height: 30px;
	margin-bottom: 15px;
}
	
.ColDetalle2 iframe{
	height: 200px;
}


.quote{
	position: relative;
	z-index: 2;
	background: white;
	padding: 20px 5% 0 5%;
	left: 0%;
	width: 90%;
	margin-top: 20px;
	font-style: italic;
}

.iconos{
	position: absolute;
	right: 0;
	width: 55px;
	top: 0;
	padding-top: 250px;
}

.iconos h5{
	transform: rotate(-90deg);
	margin-bottom: 40px;
}

.iconos img{
	width: 45px;
	padding: 5px 0 5px 5px;
}
	
.iconos svg{
	width: 45px;
	padding: 5px 0 5px 5px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷contacto÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.contacto{
	width: 84%;
	padding: 100px 8%;
}


.headerDos{
	width: calc(100% - 55px);
	padding-top: 0px;
}

.seccion{
	right: -80px;
	bottom: 40px;
	width: 105px;
}

.seccion h5{
	font-size: 20px;
	display: none;
}
	
	
.acerca{
	text-align: left;
	padding: 20px 5%;
}
	
	
}

@media only screen and (min-width:768px) and (max-width:1023px){


.logo{
	padding: 20px 30px;
	left: 50%;
	margin-left: -110px;
	z-index: 9;
	top: 0;
}
	
.logo img{
	width: 150px;
}
	
	
.LogoAnima img{
	width: 30%;
}

header{
	padding-top: 60px;
}


nav{
	width: 40px;
	padding: 25px 15px;
	right: 0;
}
	
nav img{
	width: 40px;
}

nav a{
	display: block;
	margin-bottom: 20px;
}


.menu{
	left: -200px;
}

.menu.active{
	left: 0;
}

#Bmenu{
	padding: 15px 20px;
	width: 40px;
}
	
#Bmenu img{
	width: 40px;
}


.menu ul{
	float: left;
	width: 200px;
}

.menu ul li{
	padding: 20px 30px;
}

.menu ul li a{
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 2px;
}

.Mcategorias{
	width: 100%;
}

.Mcategorias ul li{
	width: 17%;
	height: 140px;
	margin: 0 3px;
}

.Mcategorias ul li a{
	margin-top: 20%;
	padding: 20px 0;
	font-size: 11px;
	line-height: 17px;
}


.navegacion, .navegacion2, .navegacion3{
	top: 60px;
	height: 95vh;
	width: 0%;
}

.navegacion.active, .navegacion2.active, .navegacion3.active{
	width: 100%;
}

.content{
	padding: 130px 15%;
}

.navegacion2 input{
	width: 100%;
	padding: 40px 0;
	font-size: 40px;
}


.bienvenida{
	width: 84%;
	padding: 60px 8%;
	text-align: center;
}


.destacados{
	width: 84%;
	padding: 60px 8%;
}

.destacado{
	width: 47%;
	height: 490px;
	margin: 20px 1%;
}
	
.destacado img{
	object-fit: cover;
	height: 280px;
}


.pad{
	padding: 20px 30px;
}

.link{
	width: 100%;
	padding: 30px 0;
}

.link a{
	padding: 10px 20px;
}


.proyecto{
	width: 84%;
	padding: 60px 8%;
}

.columna{
	width: 48%;
	margin: 0 1%;
}



footer p{
	font-size: 13px;
	line-height: 20px;
}

footer a{
	font-size: 13px;
	margin-bottom: 25px;
	line-height: 20px;
}

.patrocinadores{
	width: 84%;
	padding: 40px 8%;
}


.patrocinadores img{
	height: 40px;
}

h1{
	font-size: 23px;
	line-height: 33px;
	letter-spacing: 2px;
	margin-bottom: 30px;	
}

h2{
	font-size: 40px;
	line-height: 47px;
	font-style: normal;
	font-weight: normal;
}


p{
	font-size: 14px;
	line-height: 21px;
}


a{
	font-size: 14px;
	line-height: 21px;
}
	
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷categorias÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

.categorias{
	width: calc(100% - 70px);
	padding-top: 164px;

}

.categorias ul li{
	display: inline-table;
	width: 20%;
	height: 70px;
	margin: 0;
}

.categorias ul li a{
	margin-top: 0%;
	padding: 10px 0;
	font-size: 10px;
	line-height: 15px;
}


.categorias ul li:nth-child(1) a, .categorias ul li:nth-child(2) a{
	margin-top: 10px;
}

h3{
	font-size: 20px;
	line-height: 80px;
	letter-spacing: 2px;
	padding-left: 4%;
}

.paginacion{
	width: 80%;
	padding: 0px 10% 40 10%;
	font-size: 40px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷detalle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.atras{
	line-height: 26px;
	padding: 5px 10px 0 10%;
	width: 45px;
}

.atras img{
	margin-top: 15px;
}


h4{
	font-size: 53px;
	line-height: 70px;
}

h5{
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 1px;
}
	


.categorias h4{
	padding-left: 4%;
	width: calc(86% - 55px);
}
	
	
.ColDetalle1 p strong{
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 1px;
}


.contenidoDetalle{
	width: calc(100% - 70px);
}

.ColDetalle1{
	width: 65%;
	padding: 60px 0 40px 5%;
}

.ColDetalle2{
	width: 25%;
	padding: 100px 0 40px 5%;
}

.ColDetalle1 img.minis{
	max-height: 150px;
}
	
.ColDetalle1 h4{
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 20px;
}
	
.ColDetalle2 iframe{
	height: 200px;
}


.quote{
	position: absolute;
	z-index: 2;
	background: white;
	padding: 20px 25px;
	left: 4%;
	width: 50%;
	margin-top: -130px;
}

.iconos{
	position: absolute;
	right: 0;
	width: 70px;
	top: 0;
	padding-top: 270px;
}

.iconos h5{
	transform: rotate(-90deg);
	margin-bottom: 40px;
}

.iconos img{
	width: 45px;
	padding: 5px 0 5px 12px;
}
	
.iconos svg{
	width: 45px;
	padding: 5px 0 5px 12px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷contacto÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.contacto{
	width: 84%;
	padding: 100px 8%;
}


.headerDos{
	width: calc(100% - 70px);
	padding-top: 60px;
}

.seccion{
	right: -90px;
	bottom: 40px;
	width: 105px;
}

.seccion h5{
	font-size: 20px;
}

.acerca{
	text-align: left;
	padding: 20px 10%;
}	

}

@media only screen and (min-width:1024px) and (max-width:1300px){



.logo{
	padding: 25px 40px;
	left: 50%;
	margin-left: -130px;
	z-index: 9;
	top: 0;
}
	
.logo img{
	width: 180px;
}

.LogoAnima img{
	width: 30%;
}	
	
header{
	padding-top: 60px;
}


nav{
	width: 45px;
	padding: 30px 20px;
	right: 0;
}

nav a{
	display: block;
	margin-bottom: 20px;
}


.menu{
	left: -200px;
}

.menu.active{
	left: 0;
}

#Bmenu{
	padding: 15px 20px;
	width: 45px;
}


.menu ul{
	float: left;
	width: 200px;
}

.menu ul li{
	padding: 20px 30px;
}

.menu ul li a{
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 2px;
}

.Mcategorias{
	width: 100%;
}

.Mcategorias ul li{
	width: 15%;
	height: 160px;
	margin: 0 5px;
}

.Mcategorias ul li a{
	margin-top: 20%;
	padding: 20px 0;
	font-size: 12px;
	line-height: 19px;
}


.navegacion, .navegacion2, .navegacion3{
	top: 60px;
	height: 95vh;
	width: 0%;
}

.navegacion.active, .navegacion2.active, .navegacion3.active{
	width: 100%;
}

.content{
	padding: 130px 15%;
}

.navegacion2 input{
	width: 100%;
	padding: 40px 0;
	font-size: 40px;
}


.bienvenida{
	width: 70%;
	padding: 80px 15%;
	text-align: center;
}


.destacados{
	width: 84%;
	padding: 80px 8%;
}
	
.destacado img{
	object-fit: cover;
	height: 280px;
}

.destacado{
	width: 31%;
	height: 540px;
	margin: 40px 1%;
}


.pad{
	padding: 20px 30px;
}

.link{
	width: 100%;
	padding: 30px 0;
}

.link a{
	padding: 10px 20px;
}


.proyecto{
	width: 80%;
	padding: 80px 10%;
}

.columna{
	width: 48%;
	margin: 0 1%;
}




footer p{
	font-size: 13px;
	line-height: 20px;
}

footer a{
	font-size: 13px;
	margin-bottom: 25px;
	line-height: 20px;
}

.patrocinadores{
	width: 84%;
	padding: 40px 8%;
}
	
	

.patrocinadores img{
	height: 60px;
}



h1{
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 2px;
	margin-bottom: 40px;
	
}

h2{
	font-size: 43px;
	line-height: 50px;
	font-style: normal;
	font-weight: normal;
}


p{
	font-size: 15px;
	line-height: 23px;
}


a{
	font-size: 15px;
	line-height: 23px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷categorias÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

.categorias{
	width: calc(100% - 85px);
	padding-top: 179px;

}

.categorias ul li{
	display: inline-table;
	width: 20%;
	height: 80px;
	margin: 0;
}

.categorias ul li a{
	margin-top: 0%;
	padding: 10px 0;
	font-size: 12px;
	line-height: 18px;
}


.categorias ul li:nth-child(1) a, .categorias ul li:nth-child(2) a{
	margin-top: 10px;
}

h3{
	font-size: 30px;
	line-height: 120px;
	letter-spacing: 2px;
	padding-left: 4%;
}

.paginacion{
	width: 80%;
	padding: 0px 10% 40 10%;
	font-size: 40px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷detalle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.atras{
	line-height: 39px;
	padding: 5px 30px 0 7%;
	width: 45px;
}

.atras img{
	margin-top: 19px;
}


h4{
	font-size: 57px;
	line-height: 80px;
}

h5{
	font-size: 27px;
	line-height: 33px;
	letter-spacing: 1px;
}

.categorias h4{
	padding-left: 4%;
	width: calc(89% - 75px);
}

.ColDetalle1 p strong{
	font-size: 27px;
	line-height: 33px;
	letter-spacing: 1px;
}
	
.contenidoDetalle{
	width: calc(100% - 85px);
}

.ColDetalle1{
	width: 65%;
	padding: 60px 0 40px 5%;
}

.ColDetalle2{
	width: 25%;
	padding: 100px 0 40px 5%;
}

.ColDetalle1 img.minis{
	max-height: 180px;
}
	
.ColDetalle1 h4{
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}
	
.ColDetalle2 iframe{
	height: 200px;
}


.quote{
	position: absolute;
	z-index: 2;
	background: white;
	padding: 20px 25px;
	left: 4%;
	width: 30%;
	margin-top: -150px;
}

.iconos{
	position: absolute;
	right: 0;
	width: 85px;
	top: 0;
	padding-top: 290px;
}

.iconos h5{
	transform: rotate(-90deg);
	margin-bottom: 50px;
}

.iconos img{
	width: 55px;
	padding: 10px 0 10px 15px;
}
	
.iconos svg{
	width: 55px;
	padding: 10px 0 10px 15px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷contacto÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.contacto{
	width: 84%;
	padding: 100px 8%;
}


.headerDos{
	width: calc(100% - 85px);
	padding-top: 60px;
}

.seccion{
	right: -100px;
	bottom: 40px;
	width: 105px;
}

.seccion h5{
	font-size: 25px;
}



}

@media only screen and (min-width:1301px) and (max-width:1600px){


.logo{
	padding: 25px 50px;
	left: 50%;
	margin-left: -150px;
	z-index: 9;
	top: 0;
}

header{
	padding-top: 60px;
}


nav{
	width: 45px;
	padding: 30px 20px;
	right: 0;
}

nav a{
	display: block;
	margin-bottom: 20px;
}


.menu{
	left: -200px;
}

.menu.active{
	left: 0;
}

#Bmenu{
	padding: 15px 20px;
	width: 45px;
}


.menu ul{
	float: left;
	width: 200px;
}

.menu ul li{
	padding: 20px 30px;
}

.menu ul li a{
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 2px;
}

.Mcategorias{
	width: 100%;
}

.Mcategorias ul li{
	width: 13%;
	height: 170px;
	margin: 0 5px;
}

.Mcategorias ul li a{
	margin-top: 20%;
	padding: 20px 0;
	font-size: 13px;
	line-height: 20px;
}


.navegacion, .navegacion2, .navegacion3{
	top: 60px;
	height: 95vh;
	width: 0%;
}

.navegacion.active, .navegacion2.active, .navegacion3.active{
	width: 100%;
}

.content{
	padding: 130px 15%;
}

.navegacion2 input{
	width: 100%;
	padding: 40px 0;
	font-size: 40px;
}


.bienvenida{
	width: 50%;
	padding: 100px 25%;
	text-align: center;
}


.destacados{
	width: 84%;
	padding: 100px 8%;
}

.destacado{
	width: 31%;
	height: 615px;
	margin: 40px 1%;
}
	
.destacado img{
	object-fit: cover;
	height: 320px;
}


.pad{
	padding: 30px 40px;
}

.link{
	width: 100%;
	padding: 30px 0;
}

.link a{
	padding: 10px 20px;
}


.proyecto{
	width: 70%;
	padding: 100px 15%;
}

.columna{
	width: 48%;
	margin: 0 1%;
}


	


footer p{
	font-size: 14px;
	line-height: 21px;
}

footer a{
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 20px;
}

.patrocinadores{
	width: 84%;
	padding: 40px 8%;
}



h1{
	font-size: 27px;
	line-height: 37px;
	letter-spacing: 2px;
	margin-bottom: 50px;	
}

h2{
	font-size: 45px;
	line-height: 53px;
}


p{
	font-size: 17px;
	line-height: 25px;
}


a{
	font-size: 17px;
	line-height: 25px;
}
	
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷categorias÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

.categorias{
	width: calc(100% - 85px);
	padding-top: 167px;

}

.categorias ul li{
	display: inline-table;
	width: 20%;
	height: 95px;
	margin: 0;
}

.categorias ul li a{
	margin-top: 0%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 21px;
}


.categorias ul li:nth-child(1) a, .categorias ul li:nth-child(2) a{
	margin-top: 15px;
}

h3{
	font-size: 37px;
	line-height: 120px;
	letter-spacing: 2px;
	padding-left: 4%;
}

.paginacion{
	width: 80%;
	padding: 0px 10% 40 10%;
	font-size: 40px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷detalle÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.atras{
	line-height: 58px;
	padding: 10px 30px 0 5%;
	width: 45px;
}

.atras img{
	margin-top: 19px;
}


h4{
	font-size: 57px;
	line-height: 95px;
}

h5{
	font-size: 27px;
	line-height: 33px;
	letter-spacing: 1px;
}

.categorias h4{
	padding-left: 4%;
	width: calc(91% - 75px);
}
	
.ColDetalle1 p strong{
	font-size: 27px;
	line-height: 33px;
	letter-spacing: 1px;
}


.contenidoDetalle{
	width: calc(100% - 85px);
}

.ColDetalle1{
	width: 70%;
	padding: 60px 0 40px 5%;
}

.ColDetalle2{
	width: 20%;
	padding: 100px 0 40px 5%;
}

.ColDetalle1 img.minis{
	max-height: 200px;
}


.quote{
	position: absolute;
	z-index: 2;
	background: white;
	padding: 20px 25px;
	left: 4%;
	width: 30%;
	margin-top: -150px;
}

.iconos{
	position: absolute;
	right: 0;
	width: 85px;
	top: 0;
	padding-top: 290px;
}

.iconos h5{
	transform: rotate(-90deg);
	margin-bottom: 50px;
}

.iconos img{
	width: 55px;
	padding: 10px 0 10px 15px;
}
	
.iconos svg{
	width: 55px;
	padding: 10px 0 10px 15px;
}


/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷contacto÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.contacto{
	width: 84%;
	padding: 100px 8%;
}


.headerDos{
	width: calc(100% - 85px);
	padding-top: 60px;
}

.seccion{
	right: -100px;
	bottom: 40px;
	width: 105px;
}

.seccion h5{
}

	
}


@font-face {
    font-family: 'AcuminProLight';
    src: url('fonts/AcuminProLight.eot');
    src: url('fonts/AcuminProLight.eot') format('embedded-opentype'),
         url('fonts/AcuminProLight.woff2') format('woff2'),
         url('fonts/AcuminProLight.woff') format('woff'),
         url('fonts/AcuminProLight.ttf') format('truetype'),
         url('fonts/AcuminProLight.svg#AcuminProLight') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'AcuminProMedium';
    src: url('fonts/AcuminProMedium.eot');
    src: url('fonts/AcuminProMedium.eot') format('embedded-opentype'),
         url('fonts/AcuminProMedium.woff2') format('woff2'),
         url('fonts/AcuminProMedium.woff') format('woff'),
         url('fonts/AcuminProMedium.ttf') format('truetype'),
         url('fonts/AcuminProMedium.svg#AcuminProMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
    font-family: 'RosellaSolid';
    src: url('fonts/RosellaSolid.eot');
    src: url('fonts/RosellaSolid.eot') format('embedded-opentype'),
         url('fonts/RosellaSolid.woff2') format('woff2'),
         url('fonts/RosellaSolid.woff') format('woff'),
         url('fonts/RosellaSolid.ttf') format('truetype'),
         url('fonts/RosellaSolid.svg#RosellaSolid') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'RosellaHatched';
    src: url('fonts/RosellaHatched.eot');
    src: url('fonts/RosellaHatched.eot') format('embedded-opentype'),
         url('fonts/RosellaHatched.woff2') format('woff2'),
         url('fonts/RosellaHatched.woff') format('woff'),
         url('fonts/RosellaHatched.ttf') format('truetype'),
         url('fonts/RosellaHatched.svg#RosellaHatched') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {font-family: "Turbinado Light W00 Regular";
  src: url("fonts/e25bbd7f5b6dbef86fc941f2400bf906.eot"); /* IE9*/
  src: url("fonts/e25bbd7f5b6dbef86fc941f2400bf906.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/e25bbd7f5b6dbef86fc941f2400bf906.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/e25bbd7f5b6dbef86fc941f2400bf906.woff") format("woff"), /* chrome、firefox */
  url("fonts/e25bbd7f5b6dbef86fc941f2400bf906.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/e25bbd7f5b6dbef86fc941f2400bf906.svg#Turbinado Light W00 Regular") format("svg"); /* iOS 4.1- */
	font-weight: normal;
	font-style: normal;
}



