/*
	Theme Name: Cabolqui Theme Español
	Description: WordPress Theme for Cabolqui
	Version: 1.1.0
	Author: Jorge Galindo (@galindojorge)
	Author URI: http://jgalindodesign.com
	Tags: Cabolqui, Quinua, HTML5, CSS3

*/

.rojo{

	color:#C92A34;

}

.rojo-claro{

	color:#D7646B;

}

.verde{

	color: #1F753F;
}

.verde-claro{

	color: #478E61;
}

.verde-oscuro{

	color: #2C302E;
}

.amarillo{

	color: #FABE60;
}

.amarillo-oscuro{

	color: #CD9C4F;
}

h1{

	font-size: 68px;
	font-weight: 700;
}

h2{

	font-size: 42px;
	font-weight: 600;
}

h3{

	font-size: 26px;
	font-weight: 600;
}

h4{

	font-size: 20px;
	font-weight: 600;
}

h5{

	font-size: 16px;
	font-weight: 600;

}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	font:300 11px/1.4 'Muli', sans-serif;
	color #ffffff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {


}

.header .head-social{

	height: 35px;
	background-color: #2C302E;
	color: #ffffff;

}

.datos-cont1{

	display: block;
	float: left;

}

.datos-cont1 a{

	font-size: 14px;
	color: #FFF;
	margin-top: 8px;
	display: block;
	padding: 0px 0px 0px 30px;
	background-image: url(img/SVG/phone.svg);
	background-position:left center;
	background-repeat: no-repeat;
	background-size: 17px;

}

.datos-cont2{

    display: block;
    float: right;

}

.redes_soc_contact{

	margin: 0px;
	padding: 0px;
	display: block;
	float: left;

}

.select_lang{

	display: block;
	float: left;
	padding: 0px;
	margin: 6px;

}

.select_lang li a{

	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	padding: 0px 10px;

}

.lang_active{



}

.redes_soc_contact li{

	list-style: none;
	display: inline-block;
	margin: 0px 5px 0px 0px !important;

}

.redes_soc_contact li a{

	display: block;
	width: 35px;
	height: 35px;
	transition: transform .6s cubic-bezier(0,0,0,1),-webkit-transform .6s cubic-bezier(0,0,0,1);
	background-repeat: no-repeat;
	background-position: center center;

}

.redes_soc_contact li a:hover{

	opacity: .7;

}

.redes_soc_contact li:nth-child(1) a{

	background-image: url(img/SVG/fb_icon.svg);
	background-size: 11px;

}

.redes_soc_contact li:nth-child(2) a{

	background-image: url(img/SVG/tw_icon.svg);
	background-size: 20px;

}

.redes_soc_contact li:nth-child(3) a{

	background-image: url(img/SVG/ig_icon.svg);
	background-size: 20px;

}

.select_lang li{

	display: block;
	float: right;
	margin: 0px !important;

}


/* logo */
.logo {

	width: 167px;
    height: 109px;
    /* margin: 20px 0px; */

}
.logo-img {

}
/* nav */
.nav {

	color: #FFF;


}

.nav ul{

	display: flex;
	flex-direction: row;

}

.nav ul li{

	color: #FFF;
	list-style: none;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0px 20px 0px;

}

.nav ul li a{

	color: #FFF;
	padding: 0px 20px 20px 20px;
	border-bottom: 2px solid #000000;
	transition: all 500ms ease;

}

.nav ul li a:hover{

	border-bottom: 2px solid #C92A34;

}

.nav ul .current-menu-item a {

	border-bottom: 2px solid #C92A34;

}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

	background-color: #1F753F;
	color:#ffffff;

}

.footer .newsletter{

	padding: 50px;

}

.footer .newsletter fieldset{

	border: none;

}

.footer .newsletter fieldset input {
    height: 40px;
    width: 70%;
    border-radius: 6px;
	background-color: #FBDCAB;
	color: #2C302E;
	border: none;
	padding: 2px 10px;
	font-size: 14px;
}

.footer .newsletter fieldset input[type="submit"] {

    font-weight: 600;
    font-size: 18px;
    padding: 8px 30px;
    background-color: #FABE60;
    color: #ffffff;
    border-radius: 6px;
    margin: auto;
	text-align: center;
	transition: all 500ms ease;
	display: block;
	float: right;
	width: 26%;


}

.footer .newsletter fieldset input[type="submit"]:hover{

	background-color: #CD9C4F;
	color: #ffffff;

}

.footer .menu_footer{

	padding: 0px;
	
}

.footer .menu_footer nav ul{

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px;

}

.footer .menu_footer nav ul li{

	list-style: none;
	font-size: 14px;
	padding: 5px 20px;
	color: #FFFFFF;

}

.footer .menu_footer nav ul li a{

	color: #FFFFFF;

}

.footer .menu_footer nav ul li a:hover{

	color: #FFFFFF;

}

.footer .datos_cont{

	list-style: none;
	font-size: 14px;
	padding: 50px;

}

.footer .datos_cont li{

	margin: 10px 0px;
	padding: 0px 0px 0px 30px;
	background-position: left center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.footer .datos_cont li a{

	color: #FFFFFF;

}

.footer .datos_cont li:nth-child(1){

	background-image: url(img/SVG/lugar.svg);

}

.footer .datos_cont li:nth-child(2){

	background-image: url(img/SVG/direccion.svg);

}

.footer .datos_cont li:nth-child(3){

	background-image: url(img/SVG/telefono.svg);

}

.footer .datos_cont li:nth-child(4){

	background-image: url(img/SVG/email.svg);

}

.footer .datos_cont li a{

	color: #FFFFFFs;

}

.footer .datos_cont li a:hover{

	color: #FABE60;

}

.copyright{

	display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #FFFFFF;
    background-color: #2C302E;
    text-align: center;
    margin: 0px;
	padding: 0px;
	
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.section{

	height:100vh;

}

.section h2{

	text-align: center;
	color: #C92A34;
	font-weight: bold;
	
}

#inicio{

	overflow: hidden;

}

#quinua{

	background-color: #FCDAA4;
	background-image: url(img/SVG/quinua_left.svg), url(img/SVG/quinua_right.svg);
	background-repeat: no-repeat;
	background-position: left bottom, bottom right;
	padding: 60px 0px;

}

.separador{

	height: 420px;
	text-align: center;

}

.separador h2 {

	color:#C92A34;
	font-weight: bold;
}

.separador p {

	font-size: 20px;
	font-weight: 300;

}

.green-button{

	display: block;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 30px;
    background-color: #1F753F;
    color: #ffffff;
    border-radius: 6px;
    width: 226px;
    margin: auto;
	text-align: center;
	margin-top: 45px;
	transition: all 500ms ease;

}

.green-button:hover{

	background-color: #478E61;
    color: #ffffff;

}

.red-button{

	display: block;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 30px;
    background-color: #C92A34;
    color: #ffffff;
    border-radius: 6px;
    width: 226px;
    margin: auto;
	text-align: center;
	margin-top: 45px;
	transition: all 500ms ease;

}

.red-button:hover{

	background-color: #D7646B;
	color: #ffffff;

}

#actividades{

	background-color: #ffffff;

}

#actividades .filtro{

	margin:40px 0px;
	}

#actividades .filtro ul{

	margin: auto;
    width: 320px;
    padding: 0px;
}

#actividades .filtro ul li{

	list-style: none;
	display: inline-block;
	text-align: center;

}

#actividades .filtro ul li a{

	list-style: none;
	color: #ffffff;
	display: block;
	font-size: 22px;
	padding: 3px 15px;
	font-weight: 600;
	width: 140px;
	background-color: #C92A34;

}

#actividades .filtro ul li a:hover{

	background-color: #D7646B;

}

#actividades .filtro ul li:nth-child(1) a{

	border-radius: 10px 0px 0px 10px;

}

#actividades .filtro ul li:nth-child(2) a{

	border-radius: 0px 10px 10px 0px;

}

.actividad_ind{

	margin: 30px;

}

.actividad_ind .cont_imagen{

	border-radius:10px;
	height: 217px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right:30px;

}

.actividad_ind .cont_imagen img{

	width: auto;
	height: 100%;


}

.actividad_ind .cont_noticia{



}

.actividad_ind .cont_noticia p{

	font-size: 14px;

}

.actividad_ind .cont_noticia .vermas{

	display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    background-color: #C92A34;
    color: #ffffff;
    border-radius: 6px;
	width: 226px;
	float: left;
	text-align: center;
	transition: all 500ms ease;


}

.actividad_ind .cont_noticia .vermas:hover{

	background-color: #D7646B;

}



#noticias{

	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), url(img/bg_noticias.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

.noticia_ind .cont_imagen{

	border-radius:10px;
	width: 90%;
	height: 217px;
	margin: auto;
	display: block;
	overflow: hidden;
	position: relative;

}

.noticia_ind .cont_imagen img{

	width: auto;
	height: 100%;


}

.noticia_ind .cont_noticia{

	background-color: #ffffff;
	border-radius: 10px;
	padding: 75px 20px 20px 20px;
	margin-top: -75px;

}

.noticia_ind .cont_noticia p{

	font-size: 14px;

}

.noticia_ind .cont_noticia .vermas{

	display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    background-color: #C92A34;
    color: #ffffff;
    border-radius: 6px;
    width: 226px;
    margin: auto;
	text-align: center;
	transition: all 500ms ease;
	margin: 25px auto;

}

.noticia_ind .cont_noticia .vermas:hover{

	background-color: #D7646B;

}


/*------------------------------------*\
    TEMPLATES
\*------------------------------------*/

.page p{

	font-size: 18px;
	font-weight: 400;
}

.page h3{

	font-size: 28px;
	font-weight: 600;
}

.page li{

	font-size: 18px;
	font-weight: 400;
	margin: 20px 0px;

}

/* Form nuevos miembros */

.wpcf7-form input[type="text"], input[type="email"], input[type="tel"], textarea{

	border: none;
	font-size: 26px;
	background-color: #FBDCAB;
	border-radius: 7px;
	width: 300px;

}

.wpcf7-form textarea{

	display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    background-color: #FBDCAB;
    color: #ffffff;
	text-align: center;
	transition: all 500ms ease;
	border-radius:7px;

}

.wpcf7-form{

	display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    /* background-color: #C92A34; */
	/* color: #ffffff; */
	color: #2C302E;
    border-radius: 6px;
    width: 226px;
    margin: auto;
	text-align: left;
	transition: all 500ms ease;
	margin: 25px auto;

}

.wpcf7-form input[type="submit"]{

	display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    background-color: #C92A34;
	color: #ffffff;
    border-radius: 6px;
    width: 226px;
    margin: auto;
	text-align: center;
	transition: all 500ms ease;
	margin: 25px auto;

}


.wpcf7-form input[type="submit"]:hover{

	background-color: #D7646B;

}

.wpcf7-form label{

	margin-bottom: 20px;
	color: #2C302E;
}


.call{

	background-color:#FABE60; text-align:center; padding:10px 0px 26px 0px; margin: 26px 0px; border-radius:20px;

}

.call h3{

	color:#C92A34;

}

.call h4{

	color:#C92A34;

}

/* TEMPLATE CONVOCATORIAS */

#selector_categoria ul{

	margin: 0px;
	padding: 0px;

}

#selector_categoria ul li{

	display: inline-block;
	width: 45%;

}

#selector_categoria ul li:nth-child(1) a{

	border-radius: 8px 0px 0px 8px;

}

#selector_categoria ul li:nth-child(2) a{

	border-radius: 0px 8px 8px 0px;

}

#selector_categoria ul li a{

	display: inline-block;
	background-color: #C92A34;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	transition: all 500ms ease;

}

#selector_categoria ul li a:hover{

	display: inline-block;
	background-color: #D7646B;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	width: 100%;

}

.selected{

	background-color: #D7646B;

}

.cont_noticias{

	margin-top: 50px;

}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


.cabecera{

	height: 450px;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), url(img/bg_template.jpg);
	background-position: center;
	background-attachment: fixed, fixed;
	text-align: left;
	color: #ffffff;

}

.cabecera h1{

	text-shadow: 1px 1px 5px #000000;

}

.cabecera .texto-intro p{

	font-size: 26px;
	color: #000000;
	text-shadow: 0px 0px 6px #ffffff;

}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* @font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
} */

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

	.cabecera .texto-intro p {

		font-size: 21px;
	}

	.cabecera h1 {
		font-size: 38px;

		}

	.redes_soc_contact li {

		margin: 0px -6px 0px 0px;

	}

	.select_lang li a {

		padding: 0px 5px;

	}

	.footer .newsletter {
		padding: 0px;
	}

	.separador {
		min-height: 420px;
		height: auto;
		text-align: center;
	}

	.section {
		height: auto !important;
	}

	#noticias{

		background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), url(img/bg_noticias.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: unset !important;
	
	}

	.noticia_ind{
		
		margin: 20px;
	
	}

	.footer .newsletter fieldset input {
		height: 40px;
		width: 100%;
		border-radius: 6px;
		background-color: #FBDCAB;
		color: #2C302E;
		border: none;
		padding: 2px 10px;
		font-size: 14px;
	}
	
	.footer .newsletter fieldset input[type="submit"] {
	
		font-weight: 600;
		font-size: 18px;
		padding: 8px 30px;
		background-color: ##FABE60;
		color: #ffffff;
		border-radius: 6px;
		margin: 20px 0px 0px 0px;
		text-align: center;
		transition: all 500ms ease;
		display: block;
		float: none;
		width: 100%;
	
	
	}

}



@media only screen and (min-width:480px) {

	.hmenu_wrapper_state_2 {
		height: auto !important;
	}

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

	.separador{

		height: auto !important;
		text-align: center;
	
	}

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

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
