/*
font-family: 'Roboto', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Oswald', sans-serif;
*/
@import  url("colores-procitrus.css");
header, nav, section, figure, aside, footer, article, form, img, main{
	margin: 0;
	padding: 0;
	display: block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
p, h1, h2, h3, h3, h5{
	margin: 6px;
	font-size: 14px;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}
a{
	text-decoration: none;
	color: var(--negro);
	font-size: 14px;
}
.espaciotop{
	padding-top: 85px;
}
/********************************************/
/*************  ESTILO PAGINADOR ************/
/********************************************/
.pagination{
	height: 36px;
	margin: 15px 0;
}
.pagination ul{
	margin: 0;
	padding: 0;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	margin-bottom: 10px;
}
.pagination a{
	width: 46px;
	height: 46px;
	display: block;
	border: 2px solid var(--naranja);
	line-height: 42px;
	text-align: center;
	color: var(--naranja);
	cursor: pointer;
	margin-right: 6px;
	border-radius: 50px;
	transition: all 0.5s;
}
.pagination a:hover, .pagination .active a{
	color: var(--blanco);
	background: var(--naranja);
	border: 2px solid var(--naranja);
}
.pagination .active a{
	color: var(--blanco);
	cursor: default;
	background: var(--naranja);
	border: 2px solid var(--naranja);
	border-radius: 50px;
}
.pagination li:first-child a{
	border-radius: 50px;
}
.pagination li:last-child a{
	border-radius: 50px;
}
/********************************************/
/*************  CABECERA WEB    *************/
/********************************************/
#cabecera{
	width: 100%;
	position: fixed;
	background: linear-gradient(#ffffff 50%, #EEEEEE);
	background: -webkit-linear-gradient(#ffffff 50%, #EEEEEE);
	background: -moz-linear-gradient(#ffffff 50%, #EEEEEE);
	border-bottom: 10px solid var(--naranja);
	left: 0;
	top: 0;
	z-index: 10000;
	box-shadow: 0 3px 4px rgba(0,0,0,0.5);
}
#centrocabecera{
	width: 100%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#cajabuscador{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#cajabuscador a{
	display: block;
	padding: 0 5px;
}
#cajabuscador a i{
	color: var(--grisoscuro);
	font-size: 30px;
}
/********************************************/
/*************    CUERPO WEB    *************/
/********************************************/
.bgm-overlay {
	background: rgba(0,0,0,0.3);
}
.zonacentro{
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 30px 0;
}
#bienvenida{
	min-height: 760px;
	background: url(../imagenes/fondo-nosotros.jpg) no-repeat center top;
	background-size: cover;
}
.titulo1{
	width: 60%;
	margin: 15px auto 30px auto;
}
.titulo1 h2 i{
	font-size: 35px;
}
.titulo1 h2{
	display: block;
	color: var(--negro);	
	text-align: center;
	font-size: 35px;
}
.titulo1 h2 span{
	color: var(--verde);
}
.titulo1 div{
	width: 100px;
	height: 1px;
	background: var(--naranja);
	margin: auto;
}
.titulo2{
	width: 60%;
	margin: 15px auto 30px auto;
}
.titulo2 h2 i{
	font-size: 35px;
}
.titulo2 h2{
	display: block;
	color: var(--naranja);	
	text-align: center;
	font-size: 35px;
}
.titulo2 h2 span{
	color: var(--negro);
}
.titulo2 div{
	width: 100px;
	height: 1px;
	background: var(--naranja);
	margin: auto;
}
.presentacion{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pres-izq{
	width: 49%;
	padding: 0 0 0 80px;
	background: url(../imagenes/comillas.png) no-repeat left top;
}
.pres-der{
	width: 49%;
}
.pres-izq p{
	line-height: 24px;	
}
.pres-izq ul, .pres-izq ol{
	line-height: 24px;
	font-size: 14px;
}
.zonagaleria img{
	width: 100%;
	height: auto;
}
.sociales{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.sociales li a{
	display: block;
	font-size: 50px;
	color: var(--verde);
	margin-right: -20px;
	transition: all 0.5s;
}
.sociales li a:hover{
	color: var(--blanco);	
}
/********************************************/
/*********   DIRECCTORIO WEB     ************/
/********************************************/
#zonadirectorio{
	min-height: 700px;
	background: url(../imagenes/fondo-staff.jpg) no-repeat center top;
}
.vercompleto{
	width: 90%;
	max-width: 400px;
	height: 50px;
	display: block;
	margin: 20px auto;
	line-height: 50px;
	background: var(--naranja);
	text-align: center;
	color: var(--blanco);
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	transition: all 0.5s;
}
.vercompleto:hover{
	background: var(--verde);	
}
#cajastaff{
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px auto;
}
.staff{
	width: 100%;
	margin: auto;
}
.staff figure{
	width: 250px;
	height: 250px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.staff figure img{
	width: 100%;
	height: auto;
	border-radius: 100%;
	border: 10px solid var(--verde);
}
.staff h2{
	text-align: center;
	color: var(--negro);
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}
.staff h3{
	text-align: center;
	color: var(--naranja);
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
.staff h4{
	text-align: center;
	color: var(--negro);
	font-size: 16px;
	margin: 0 0 15px 0;
}
.staff p{
	width: 60%;
	display: block;
	text-align: center;
	color: var(--negro);
	margin: 0 auto;
}
/********************************************/
/*********      EVENTOS WEB      ************/
/********************************************/
#tituloverde{
	width: 100%;
	background: var(--verde);
	padding: 20px 0;
}
#titulogris{
	width: 100%;
	background: var(--grisclaro);
	padding: 20px 0;
}
.titulo3{
	width: 60%;
	margin: 15px auto;
}
.titulo3 h2 i{
	font-size: 35px;
	color: var(--blanco);
}
.titulo3 h2{
	display: block;
	color: var(--blanco);	
	text-align: center;
	font-size: 35px;
}
.titulo3 h2 span{
	color: var(--naranja);
}
.titulo3 div{
	width: 100px;
	height: 1px;
	background: var(--naranja);
	margin: 0 auto 15px auto;
}
.titulo3 p{
	color: var(--blanco);	
	text-align: center;
}
.destacados{
	padding: 5%;
}
.destacados img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
	border-radius: 6px;
}
.destacados h2{
	font-size: 18px;
	margin: 6px 0;
}
.destacados p{
	font-size: 14px;
	line-height: 24px;
	margin: 6px 0;
	color: var(--grisoscuro);
	text-align: justify;
}
.destacados h4{
	font-size: 15px;
	color: var(--grisclaro);
	margin: 6px 0;
}
.destacados h4 i{
	font-size: 26px;
	color: var(--naranja);	
}
.destacados span{
	width: 100%;
	height: 45px;
	display: block;
	border: 1px solid var(--grisclaro);
	line-height: 41px;
	text-align: center;
	color: var(--verde);
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	transition: all 0.5s;
	margin: 20px 0;
	transition: all 0.5s;
}
.destacados a:hover span{
	color: var(--blanco);
	background: var(--verde);
	border: 1px solid var(--verde);
}
.control-carrusel{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}
.control-carrusel button{
    display: block;
    height: 45px;
    margin: 0 3px 0 0;
    line-height: 45px;
    background: var(--verde);
    text-align: center;
    color: var(--blanco);
    padding: 0 30px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}
.control-carrusel button:hover{
    background: var(--naranja);
}
.control-carrusel button i{
    font-size: 26px;
}
.control-carrusel button:first-child{
    border-radius: 30px 0 0 30px;
}
.control-carrusel button:last-child{
    border-radius: 0 30px 30px 0;
}


#cajaeventos{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.eventos{
	width: 32%;
	padding: 2% 1%;
}
.imgeventos{
	margin-bottom: 30px;
}
.imgeventos img{
	width: 100%;
	height: auto;
}
.titevento{
	display: flex;
	flex-direction: row;
}
.titevento i{
	font-size: 35px;
	color: var(--naranja);
}
.titevento h2{
	font-size: 18px;
	margin: 0;
	color: var(--grisoscuro);
}
.cuerpoevento{
	padding:0 10px 15px 50px; 
}
.cuerpoevento p{
	margin: 0;
	color: var(--grisoscuro);
	line-height: 24px;
}
.cajasumilla{
	min-height: 150px;
}
.cajasumillaint{
	min-height: 110px;
}
.cuerpoevento h4{
	font-size: 15px;
	color: var(--grisoscuro);
	margin: 6px 0;
}
.cuerpoevento h4 i{
	font-size: 35px;	
}
.bdetalle{
	width: 100%;
	height: 45px;
	display: block;
	border: 1px solid var(--grisclaro);
	line-height: 41px;
	text-align: center;
	color: var(--verde);
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	transition: all 0.5s;
	margin: 20px 0;
}
.bdetalle:hover{
	color: var(--naranja);
}
/********************************************/
/*********      ZONA DE INTERES      ********/
/********************************************/
#zonainteres{
	background: var(--verde);
	padding: 40px 0;
}
.centrocontacto{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.centrocontacto div{
	width: 33.33%;
	padding: 2%;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.centrocontacto div:last-child{
	border-right: none;
}
.centrocontacto div i{
	display: block;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	font-size: 90px;
	color: var(--blanco);
}
.centrocontacto div h2{
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 15px 6px;
}
.centrocontacto div p{
	color: #fff;
	text-align: center;
}
.centrocontacto div a{
	width: 180px;
	height: 45px;
	line-height: 41px;
	display: block;
	margin: 15px auto;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #fff;
	border-radius: 50px;
	transition: all 0.5s;
}
.centrocontacto div a:hover{
	background: var(--naranja);	
}
/********************************************/
/*********      ZONA CONTACTENOS     ********/
/********************************************/
#zonacontacto{
	min-height: 680px;
	background: url(../imagenes/fondo-contacto.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}
#zonaformulario{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
#fcontacto{
	width: 60%;
}
#datosempresa{
	width: 38%;
	background: rgba(0,0,0,0.5);
	padding: 2%;
	border-radius: 6px;
}
#fcontacto p{
	color: var(--blanco);	
}
#fcontacto p a{
	color: var(--blanco);
	text-decoration: underline;
}
#fcontacto p a:hover{
	color: var(--naranja);
}
.columnas{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
.coluno{
	width: 100%;
}
.coldos{
	width: 49%;
}
.campos{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	border-radius: 6px;
	color: #fff;
	border: none;
}
#comentarios{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 200px;
	padding: 10px;
	border-radius: 6px;
	color: #fff;
	border: none;
}
#benviar{
	width: 100%;
	height: 50px;
	background: var(--naranja);
	text-align: center;
	color: var(--blanco);
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	border: none;
	transition: all 0.5s;
	border-radius: 6px;
	cursor: pointer;
}
#benviar:hover{
	background: var(--verde);	
}
#datosempresa h2{
	color: var(--naranja);
	font-size: 16px;
	display: block;
	border-bottom: 1px solid var(--naranja);
	padding: 6px 0;
}
#datosempresa p{
	color: var(--blanco);
	margin: 0;
}
.lineaiconos{
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}
.lineaiconos i{
	display: block;
	font-size: 24px;
	color: var(--blanco);
	padding-right: 6px;
}
/********************************************/
/*********      ZONA PIE DE PAGINA   ********/
/********************************************/
#piepagina{
	background: var(--verdeoscuro);
}
#centropie{
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#centropie div{
	padding: 1%;
}
#centropie p{
	color: var(--blanco);
	margin: 6px 0;
}
#centropie h2{
	color: var(--blanco);
	margin: 6px 0;
	font-size: 16px;
}
.socialespie{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.socialespie li{
	margin-right: 6px;
}
.socialespie li a{
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 36px;
	color: var(--blanco);
	background: var(--naranja);
	border-radius: 4px;
	transition: all 0.5s;
}
.socialespie li a:hover{
	color: var(--verdeoscuro);
}
/********************************************/
/*********      ENLACES DE INTERES   ********/
/********************************************/
#cajaenlaces{
	
}
#cajaenlaces a{
	width: 100%;
	display: block;
}
#cajaenlaces a img{
	width: 100%;
	height: auto;
}
/********************************************/
/*********      DISEÑO INGRESO       ********/
/********************************************/
#zonaingreso{
	min-height: 700px;
	background: url(../imagenes/fondo-nosotros.jpg) no-repeat center top;
	background-size: cover;
}
#ingreso{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 70px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#ingresoizq{
	width: 50%;
	background: var(--verde);
	border-radius: 6px 0 0 6px;
	padding: 10% 5%;
}
#fingreso{
	width: 50%;
	background: var(--blanco);
	border-radius: 0 6px 6px 0;
	padding: 10% 5%;
}
#fingreso h2{
	font-size: 18px;
	color: var(--grisoscuro);
	margin: 15px 0;
}
.cingreso{
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: 1px solid var(--grisclaro);
	padding: 0 15px;
	margin-bottom: 10px;
	border-radius: 6px;
	color: var(--grisoscuro);
}
#fingreso div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}
#fingreso div a{
	color: var(--grisoscuro);
}
#fingreso div a:hover{
	text-decoration: underline;
	color: var(--verde);
}
#bingresar{
	width: 180px;
	height: 60px;
	background: var(--naranja);
	line-height: 60px;
	text-align: center;
	color: var(--blanco);
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.5s;
}
#bingresar:hover{
	background: var(--verde);
}
#fingreso section{
	width: 100%;
	background: #f7f7f7;
	border: 2px solid #eee;
	padding: 26px 0;
	border-radius: 6px;
}
#fingreso section p{
	text-align: center;
	font-size: 20px;
	color: var(--naranja);
}
#fingreso section p a{
	font-size: 20px;
	color: var(--naranja);
	font-weight: 600;
}
#fingreso section p a:hover{
	text-decoration: underline;	
}
#ingresoizq img{
	display: block;
	margin: 0 6px;
}
#ingresoizq h1{
	color: var(--blanco);
	font-size: 16px;
	display: block;
	padding: 6px 0;
	margin-bottom: 20px;
}
#ingresoizq h2{
	color: var(--blanco);
	font-size: 16px;
	display: block;
	border-bottom: 1px solid var(--blanco);
	padding: 6px 0;
}
#ingresoizq p{
	color: var(--blanco);
	margin: 0;
}
.socialesblanco{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.socialesblanco li a{
	display: block;
	font-size: 50px;
	color: var(--blanco);
	margin-right: -20px;
	transition: all 0.5s;
}
.socialesblanco li a:hover{
	color: var(--naranja);	
}
#resultados{
	color: var(--verde);
}
/********************************************/
/**************   ZONA EVENTOS   ************/
/********************************************/
.columnas{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col-izq{
	width: 70%;
}
.col-der{
	width: 26%;	
}
.tituloeventos{
	margin-bottom: 30px;
}
.tituloeventos h2{
	font-size: 22px;
	margin: 10px 0;
	color: var(--grisoscuro);
}
.tituloeventos div{
	width: 100px;
	height: 4px;
	background: var(--grisclaro);
}
.col-der h2{
	font-size: 16px;
	margin: 15px 0;
}
#listcajaeventos{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#listcajaeventos .eventos{
	width: 48.5%;
}
#listcajaeventos .imgeventos{
	margin-bottom: 30px;
}
#listcajaeventos .imgeventos img{
	width: 100%;
	height: auto;
	border-radius: 6px;
}
#listcajaeventos.titevento h2{
	font-size: 18px;
	margin: 0;
}
#listcajaeventos .cuerpoevento{
	padding:0; 
}
#listcajaeventos .cuerpoevento p{
	margin: 0;
	color: var(--grisoscuro);
	line-height: 24px;
}
#listcajaeventos .cuerpoevento h4{
	font-size: 15px;
	color: var(--naranja);
	margin: 6px 0;
}
#listcajaeventos .cuerpoevento h4 i{
	font-size: 35px;
	color: var(--naranja);
}
#listcajaeventos .bdetalle{
	width: 100%;
	height: 45px;
	display: block;
	border: 1px solid var(--grisclaro);
	line-height: 41px;
	text-align: center;
	color: var(--verde);
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	transition: all 0.5s;
	margin: 20px 0;
}
#listcajaeventos .bdetalle:hover{
	color: var(--naranja);
}

.listaeventos{
	margin: 0;
	padding: 0;
	list-style: none;
}
.listaeventos li{
	margin-bottom: 10px;	
}
.listaeventos li a{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	border: 1px solid var(--grisclaro);
	padding: 10px;
	color: var(--verde);
	border-radius: 6px;
	transition: all 0.5s;
	cursor: pointer;
	font-weight: 400;
}
.listaeventos li a i{
	color: var(--grisclaro);
	font-size: 30px;
	transition: all 0.5s;
}
.listaeventos li a:hover, .listaeventos li a.activo{
	border: 1px solid var(--naranja);
	background: var(--naranja);
	color: var(--blanco);
}
.listaeventos li a:hover i{
	color: var(--blanco);
}
#fbuscar div{
	background: var(--naranja);
	width: 100%;
	padding: 10px 15px;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#txtbuscar{
	width: 80%;
	border: none;
	background: none;
	color: var(--blanco);
	font-size: 15px;
}
#bbuscar{
	width: 20%;
	background: none;
	border: none;
	cursor: pointer;
}
#bbuscar i{
	color: var(--blanco);
	font-size: 26px;
}
#detalleventos{
	width: 100%;
}
#detalleventos h2{
	color: var(--grisoscuro);
}
#detalleventos h4{
	font-size: 15px;
	color: var(--naranja);
	margin: 6px 0;
}
#detalleventos h4 i{
	font-size: 35px;
	color: var(--naranja);
}
#detalleventos p{
	margin: 0;
	color: var(--grisoscuro);
	line-height: 24px;
	text-align: justify;
}
.imgdetalles{
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 15px;
}
.descarga{
	width: 100%;
	height: 50px;
	background: var(--verde);
	display: block;
	color: var(--blanco);
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border-radius: 6px;
	line-height: 50px;
	transition: all 0.5s;
	margin: 10px 0;
}
.descarga:hover{
	background: var(--naranja);	
}
.volver{
	width: 100%;
	height: 50px;
	display: block;
	color: var(--naranja);
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border-radius: 6px;
	line-height: 50px;
	transition: all 0.5s;
	margin: 10px 0;
}
.volver i{
	font-size: 26px;	
}
.cateanio{
	cursor: pointer;
}
/********************************************/
/**************   NOVEDADES    **************/
/********************************************/
#galerianovedades{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.galeria{
	width: 33.3%;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.galeria img{
	width: 100%;
	height: auto;
}
.galeria a{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	transition: all 0.5s;
	opacity: 0;
}
.galeria a i{
	width: 50px;
	height: 50px;
	font-size: 50px;
	color: var(--blanco);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
}
.galeria:hover a{
	opacity: 1;	
}
/********************************************/
/**************  ZONA USUARIUOS  ************/
/********************************************/
#cajatituser{
	width: 70%;
	margin: 20px auto;
	border: 1px solid var(--blanco);
	border-radius: 10px;
}
#cajatituser p{
	color: var(--naranja);	
}
#cajatituser p a{
	color: var(--naranja);	
}

#map{
	width: 100%;
	height: 500px;
}
/***************************************************/
/********       DISEÑO POLITICAS            ********/
/***************************************************/
#cajaterminos{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 5%;
	margin: auto;
}
#cajaterminos h1{
	font-size: 40px;
	color: var(--verde);
	margin: 20px 6px;
}
#cajaterminos div{
	width: 100px;
	height: 6px;
	background: var(--verde);;
	margin: 0 0 20px 6px;
}
#cajaterminos p{
	line-height: 24px;
	font-size: 16px;
}
.bdescargar{
	display: block;
	margin: 15px 6px;
	background: var(--verde);
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
}
.bdescargar:hover{
	background: var(--naranja);
}
/***************************************************/
/********       REVISTAS/BOLETINES          ********/
/***************************************************/
#cajarevistas{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.revista{
	width: 33.3%;
	padding: 1%;
}
.revista img{
	width: 100%;
	height: auto;
	display: block;
}
.revista div{
	width: 100%;
	border: 1px solid var(--grisclaro);
	padding: 6px;
}
.revista div h2{
	font-size: 16px;
	color: var(--grisoscuro);
	font-weight: 500;
	margin: 0 6px;
}
.revista div p{
	color: var(--grisoscuro);
	margin: 0 6px;
}
.revista div a{
	margin: 0 6px ;
	color: var(--grisoscuro);
}
.revista div a:hover{
	text-decoration: underline;
}
/********************************************/
/************* GALERIA IMAGENS **************/
/********************************************/
.galerias{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.galerias a{
	width: 25%;
	padding: 1%;
}
.galerias a figure{
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.galerias a img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.5s;
}
.galerias a div{
	background: var(--verdeoscuro);
	padding: 5px;
	min-height: 60px;
	border-radius: 0 0 6px 6px;
}
.galerias a div h2{
	color: var(--blanco);
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.galerias a:hover img{
	transform: scale(1.5);
}
.galerias a:hover div h2{
	text-decoration: underline;
}
.galerias a:hover div{
	background: var(--naranja);
}
/********************************************/
/*************	 COMPENDIOS 	*************/
/********************************************/
.compendios{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid var(--grisclaro);
	align-items: center;
	border-radius: 6px;
}
.titcompendio h2{
	font-size: 16px;
	font-weight: 500;
	color: var(--grisoscuro);
}
.titcompendio p{
	color: var(--grisoscuro);
}
.titcompendio p i{
	font-size: 22px;
}
.descargacompendio a{
	display: block;
	padding: 14px 16px;
	background: var(--verde);
	color: var(--blanco);
	text-align: center;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
}
.descargacompendio a:hover{
	background: var(--naranja);
}
/********************************************/
/**************   1024 pixeles **************/
/********************************************/
@media only screen and (max-width:1024px){
	/****************************************/
	/*********  CABECERA WEB    *************/
	/****************************************/
	#cabecera{
		border: none;
	}
	#logo{
		display: none;
	}
	#menu{
		width: 100%;
		order: 2;
	}	
	#cajabuscador{
		display: flex;
		flex-direction: row;
		align-items: center;
		order: 1;
		width: 50%;
		margin: auto;
		justify-content: center;
		padding: 1%;
	}
}
/********************************************/
/**************   800 pixeles ***************/
/********************************************/
@media only screen and (max-width:800px){
	/****************************************/
	/*************    CUERPO WEB    *********/
	/****************************************/
	.titulo1{
		width: 80%;
	}
	.titulo1 h2 i{
		font-size: 30px;
	}
	.titulo1 h2{
		font-size: 30px;
	}
	.titulo2{
		width: 80%;
	}
	.titulo2 h2 i{
		font-size: 30px;
	}
	.titulo2 h2{
		font-size: 30px;
	}	
	.pres-izq{
		width: 90%;
		margin: auto;
		padding: 0 0 0 80px;
		margin-bottom: 20px;
	}
	.pres-der{
		width: 80%;
		margin: auto;
	}
	/********************************************/
	/*********      EVENTOS WEB      ************/
	/********************************************/
	.titulo3{
		width: 80%;
	}
	.titulo3 h2 i{
		font-size: 30px;
	}
	.titulo3 h2{
		font-size: 30px;
	}
	
	/********************************************/
	/*********      ZONA DE INTERES      ********/
	/********************************************/
	.centrocontacto div{
		width: 90%;
		margin: auto;
		padding: 4%;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		margin-bottom: 20px;
	}
	.centrocontacto div:last-child{
		border-bottom: none;
	}
	/********************************************/
	/*********      ZONA CONTACTENOS     ********/
	/********************************************/
	#fcontacto{
		width: 90%;
		margin: auto;
		margin-bottom: 15px;
	}
	#datosempresa{
		width: 90%;
		margin: auto;
	}
	/********************************************/
	/*********      EVENTOS WEB      ************/
	/********************************************/
	#cajaeventos{
		flex-wrap: wrap;
		align-items: center;
	}
	.eventos{
		width: 80%;
		margin: auto;
	}
	/********************************************/
	/*********      DISEÑO INGRESO       ********/
	/********************************************/
	#ingresoizq{
		width: 80%;
		margin: auto;
		order: 2;
		border-radius: 0 0 6px 6px;
		padding: 10% 5%;
	}
	#fingreso{
		width: 80%;
		margin: auto;
		order: 1;
		border-radius: 6px 6px 0 0;
		padding: 10% 5%;
	}
	/********************************************/
	/**************   ZONA EVENTOS   ************/
	/********************************************/
	.col-izq{
		width: 90%;
		margin: auto;
		margin-bottom: 15px
	}
	.col-der{
		width: 80%;
		margin: auto;
	}
	#listcajaeventos .eventos{
		width: 48.5%;
	}
	/********************************************/
	/**************   NOVEDADES    **************/
	/********************************************/
	.galeria{
		width: 50%;
	}
	/********************************************/
	/*********      ZONA PIE DE PAGINA   ********/
	/********************************************/
	#centropie div{
		width: 100%;
	}
	#centropie img{
		display: block;
		margin: auto;
	}
	#centropie p{
		text-align: center;
	}
	#centropie h2{
		text-align: center;
	}
	.socialespie{
		justify-content: center;
	}
	
}
/********************************************/
/**************   603 pixeles ***************/
/********************************************/
@media only screen and (max-width:603px){
	/********************************************/
	/************* GALERIA IMAGENS **************/
	/********************************************/
	.galerias a{
		width: 50%;
		padding: 1%;
	}	
}
/********************************************/
/**************   533 pixeles ***************/
/********************************************/
@media only screen and (max-width:533px){
		
}
/********************************************/
/**************   480 pixeles ***************/
/********************************************/
@media only screen and (max-width:480px){
	/****************************************/
	/*************    CUERPO WEB    *********/
	/****************************************/
	.titulo1{
		width: 95%;
	}
	.titulo1 h2 i{
		font-size: 26px;
	}
	.titulo1 h2{
		font-size: 26px;
	}
	.titulo2{
		width: 95%;
	}
	.titulo2 h2 i{
		font-size: 26px;
	}
	.titulo2 h2{
		font-size: 26px;
	}
	.pres-izq{
		width: 90%;
		margin: auto;
		padding: 0;
		background: none;
		margin-bottom: 20px;
	}
	.pres-der{
		width: 90%;
		margin: auto;
	}
	/********************************************/
	/*********      EVENTOS WEB      ************/
	/********************************************/
	.titulo3{
		width: 95%;
	}
	.titulo3 h2 i{
		font-size: 26px;
	}
	.titulo3 h2{
		font-size: 26px;
	}
	/********************************************/
	/*********      ZONA CONTACTENOS     ********/
	/********************************************/
	.coluno{
		width: 100%;
	}
	.coldos{
		width: 100%;
		margin-bottom: 10px;
	}
	/********************************************/
	/*********   DIRECCTORIO WEB     ************/
	/********************************************/
	.staff{
		width: 100%;
	}
	.staff figure{
		width: 200px;
		height: 200px;
	}
	.staff h2{
		font-size: 20px;
	}
	.staff h3{
		font-size: 18px;
	}
	.staff h4{
		font-size: 16px;
	}
	.staff p{
		width: 90%;
	}
	/********************************************/
	/*********      EVENTOS WEB      ************/
	/********************************************/
	.eventos{
		width: 95%;
		margin: auto;
	}
	/********************************************/
	/*********      DISEÑO INGRESO       ********/
	/********************************************/
	#ingresoizq{
		width: 90%;
		padding: 10% 3%;
	}
	#fingreso{
		width: 90%;
		padding: 10% 3%;
	}
	#fingreso section p{
		font-size: 16px;
	}
	#fingreso section p a{
		font-size: 16px;
	}
	#bingresar{
		width: 130px;
		height: 60px;
		background: var(--naranja);
		line-height: 60px;
		text-align: center;
		color: var(--blanco);
		font-size: 16px;
		font-weight: 600;
		border: none;
		border-radius: 6px;
		cursor: pointer;
		transition: all 0.5s;
	}
	/********************************************/
	/**************   ZONA EVENTOS   ************/
	/********************************************/
	.col-izq{
		width: 95%;
	}
	.col-der{
		width: 95%;
	}
	#listcajaeventos .eventos{
		width: 100%;
	}
	/********************************************/
	/**************   NOVEDADES    **************/
	/********************************************/
	.galeria{
		width: 95%;
		margin: auto;
	}
	/***************************************************/
	/********       REVISTAS/BOLETINES          ********/
	/***************************************************/
	.revista{
		width: 90%;
		margin: auto;
		padding: 2%;
	}
	/********************************************/
	/************* GALERIA IMAGENS **************/
	/********************************************/
	.galerias a{
		width: 95%;
		margin: auto;
		padding: 1%;
	}
}
/********************************************/
/**************   360 pixeles ***************/
/********************************************/
@media only screen and (max-width:360px){
		
}