/**
Theme Name: emprenderioja
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emprenderioja
Template: astra
*/
/*GENERALES*/
.margin-cero,
.margin-cero *,
.margin-cero p {
	margin: 0px !important;
}
body .site-main{
	overflow:hidden;
}
.ast-container, .ast-container-fluid{
	margin: auto !important;
	padding: 0 !important;
	max-width: 1751px;
}
body{
	font-family: 'Source Sans 3';
}
.max-width-744{
	max-width: 744px;
}
/*arrows*/
.em-text-icon-orange .elementor-image-box-wrapper .elementor-image-box-img{
	width: fit-content !important;
    padding-right: 14px;
}
.em-text-icon-orange .elementor-image-box-wrapper .elementor-image-box-img img{
	    max-width: 28px;
}
.em-title-icon-orange .elementor-image-box-wrapper,
.em-text-icon-orange .elementor-image-box-wrapper{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.em-title-icon-orange .elementor-image-box-wrapper .elementor-image-box-img{
	width: fit-content !important;
    padding-right: 18px;
	padding-top: 8px;
}
.em-title-icon-orange .elementor-image-box-wrapper .elementor-image-box-img img{
	max-width: 43px;
}
@media(max-width:1024px){
	.em-title-icon-orange .elementor-image-box-wrapper .elementor-image-box-img{
		padding-top: 2px;
	}
}
@media(max-width:768px){
	.em-title-icon-orange .elementor-image-box-wrapper .elementor-image-box-img{
		padding-top: 0px;
	}
	.em-title-icon-orange .elementor-image-box-wrapper .elementor-image-box-img img {
		max-width: 34px;
	}
}

/*HEADER*/
.er-header-rioja {
	box-shadow: 0px 1px 3px #00000029;
}

/*FOOTER*/
.er-newsletterfooter .elementor-form-fields-wrapper {
	display: inline-flex;
}

.er-newsletterfooter .elementor-form-fields-wrapper .elementor-field-type-email {
	order: 1;
}

.er-newsletterfooter .elementor-form-fields-wrapper .elementor-field-type-email input {
	height: 48px;
}

.er-newsletterfooter .elementor-form-fields-wrapper .elementor-field-type-checkbox {
	order: 3;
	margin-top: 10px;
}

.er-newsletterfooter .elementor-form-fields-wrapper .elementor-field-type-checkbox label {
	font-size: 14px !important;
	line-height: 19px !important;
	margin-left: 14px;
}

.er-newsletterfooter .elementor-form-fields-wrapper .elementor-field-type-checkbox input {
	position: relative;
}

.er-newsletterfooter .elementor-form-fields-wrapper .elementor-field-type-checkbox input:checked:before {
	content: none;
}

.er-newsletterfooter .elementor-form-fields-wrapper .elementor-field-type-checkbox input:before {
	position: absolute;
	content: '';
	left: 0;
	top: -1px;
	border: 1px solid #FF8200;
	background: #243746;
	border-radius: 3px;
	height: 18px;
	width: 18px;
}

.er-newsletterfooter .elementor-form-fields-wrapper .elementor-field-type-submit {
	order: 2;
}

.er-newsletterfooter .elementor-form-fields-wrapper .elementor-field-type-submit button {
	height: 48px;
}

@media(max-width:768px) {
	.er-newsletterfooter .elementor-form-fields-wrapper .elementor-field-type-email {
		width: 60%;
	}

	.er-newsletterfooter .elementor-form-fields-wrapper .elementor-field-type-submit {
		width: 40%;
	}
}

/*HOME*/
.er-buttonlink-home .elementor-button-link{
	width: 100%;
}
.er-buttonlink-home .elementor-button-text{
	text-align: left;
	max-width: 360px;
}
.er-buttonlink-home .elementor-button-content-wrapper{
	justify-content: space-between;
}
.er-buttonlink-home .elementor-button-icon{
	display: flex;
    align-items: center;
}
.er-buttonlink-home .elementor-button-icon path {
	fill: #FF8200;
}

/*Apartado eventos*/

.er-eventos-home .evento,
.er-eventos-home .elementor-section,
.er-eventos-home .elementor-container{
	height: 100%;
}
.er-eventos-home .elementor-widget-wrap{
	display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
	justify-content: space-between !important;
}
.er-eventos-home .elementor-widget-wrap .elementor-widget-shortcode{
	height: 100%;
}
.er-eventos-home .elementor-widget-wrap .elementor-widget-shortcode .elementor-widget-container{
	height: 100%;
}
.er-eventos-home .er-inter-section{
	height: 100%;
}
.er-shortcode-fechas .elementor-shortcode{
	text-align: center;
}
.er-shortcode-fechas .elementor-shortcode span{
	font-size: 25px;
	color: #243746;
	font-weight: 500;
	line-height: 31px;
}
.er-tipo_ubic .elementor-icon-list-item:first-child .elementor-icon-list-text{
	padding: 3px 8px;
	border: 1px solid #243746;
	border-radius: 8px;
}
.er-tipo_ubic .elementor-widget-container .elementor-icon-list-items{
	display: flex;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
	gap: 15px;
}
.er-tipo_ubic .elementor-widget-container .elementor-icon-list-items li{
	display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.er-tipo_ubic .elementor-widget-container .elementor-icon-list-items li .elementor-icon-list-icon{
	padding-top: 4px;
}
@media(max-width:1024px){
	.er-shortcode-fechas .elementor-shortcode span{
		font-size: 16px;
		line-height: 22px;
	}
}
/*Noticias*/
.er-posts-home,
.er-posts-home .elementor-widget-container{
	overflow: visible;
}
.er-posts-home img{
	max-height: 386px;
	height: 386px;
	object-fit: cover;
}
.er-posts-home .elementor-button-icon {
	display: flex;
}
.er-posts-home .swiper-button-prev{
	position: absolute;
    top: -110px;
    left: 0;
}
.er-posts-home .swiper-button-prev::after{
	content:'\f060';
	font-family: 'Font awesome 6 Pro';
	font-weight: 300;
	color: #FF8200;
}
.er-posts-home .swiper-button-next{
	position: absolute;
    top: -110px;
    right: 0;
}
.er-posts-home .swiper-button-next::after{
	content:'\f061';
	font-family: 'Font awesome 6 Pro';
	font-weight: 300;
	color: #FF8200;
}
.er-posts-home .swiper-button-disabled{
	display: none;
}
.er-posts-home .elementor-heading-title{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
			line-clamp: 2;
	-webkit-box-orient: vertical;
}
.er-categories-post-container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}
.er-categories-post-container .er-categories-post{
	width: fit-content;
}
.er-categories-post-container .er-categories-post:last-child{
	margin-bottom: 14px;
}
.er-categories-post-container .er-categories-post button{
	pointer-events: none;
}
.er-categories-post-container .er-categories-post button span{
	font-size: 20px;
    font-weight: 500;
	pointer-events: none;
}
.er-custom-excerpt-post{
    font-size: 18px;
    line-height: 25px;
    font-weight:400;
	color: #1A2A36;
	margin-bottom: 10px;
	margin-top: 6px;
}
@media(max-width:1100px){
	.er-posts-home img{
		max-height: 286px;
		height: 286px;
	}
}
@media(max-width:1024px){
	.er-posts-home .swiper-button-prev,
	.er-posts-home .swiper-button-next{
		top: -55px;
	}
	.er-posts-home .swiper-button-next::after,
	.er-posts-home .swiper-button-prev::after{
		font-size: 28px;
	}
	.er-categories-post-container .er-categories-post button span{
		font-size: 16px;
		font-weight: 500;
	}
}
@media (max-width: 767px) {
	.er-categories-post-container {
		gap: 8px;
		margin-bottom: 0px;
	}
	.er-categories-post-container .er-categories-post button{
		padding: 8px 20px;
	}
	.er-categories-post-container .er-categories-post button span{
		font-size: 14px;
		font-weight: 500;
	}
    .er-posts-home .swiper-button-prev, .er-posts-home .swiper-button-next {
        top: -40px;
    }
	.er-posts-home .swiper-button-next::after,
	.er-posts-home .swiper-button-prev::after{
		font-size: 24px;
	}
	.er-posts-home img{
		max-height: 250px;
		height: 250px;
	}
	.er-posts-home .elementor-page-title{
		margin-bottom: 0px;
	}
	
.er-categories-post-container .er-categories-post:first-child,
.er-categories-post-container .er-categories-post:nth-child(0n+2){
	margin-top: 20px;
}
}

/*SINGLE PAGE*/
.er-slidetop-plantilla{
	position: relative;
}
.er-slidetop-plantilla:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #ffffff 35%, #00000054 80%);
}
.er-img-msize img{
	position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    min-width: 110%;
}
.er-link-arrow-right .elementor-icon-list-item{
	display: flex;
    flex-direction: row-reverse;
    gap: 14px;
}

.er-border-gallery .gallery-item{
	border-left: 1px solid #B2B2B2;
	border-top: 1px solid #B2B2B2;
	border-bottom: 0;
}
.er-border-gallery .gallery-item:nth-child(-n+6){
	border-top: none;
	border-bottom: none;
}
.er-border-gallery .gallery-item:nth-child(0n+1),
.er-border-gallery .gallery-item:nth-child(0n+7),
.er-border-gallery .gallery-item:nth-child(0n+13){
	border-left: 0;
}
.er-border-gallery .gallery-item:nth-child(0n+6),
.er-border-gallery .gallery-item:nth-child(0n+12),
.er-border-gallery .gallery-item:nth-child(0n+18){
	border-right: 0;
}
@media(max-width:767px){
	.er-border-gallery .gallery-item{
		width: 50% !important;
	}
	.er-border-gallery .gallery-item{
		border: 0 !important;
		border-top: 1px solid #B2B2B2 !important;
	}
	.er-border-gallery .gallery-item:nth-child(even){
		border-left: 1px solid #B2B2B2 !important;
	}
}

/*SINLGE POST*/
body.single.single-post .ast-container{
	padding: 0 !important;
}
.er-title-all-post:before{
	content: '\f2ec';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: -46px;
    top: 17px;
    font-weight: 700;
    color: #FF8200;
    rotate: 90deg;
    font-size: 21px;
}
.er-title-all-post:after{
	content: '\f2ec';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: -70px;
    top: 17px;
    font-weight: 700;
    color: #FF8200;
    rotate: 90deg;
    font-size: 21px;
}
.er-list-terms .elementor-inline-items .elementor-post-info__terms-list span{
	color: #FF8200;
}
.er-list-terms-bottom .elementor-post-info__terms-list{
    visibility: hidden;
}
.er-list-terms-bottom .elementor-icon-list-icon{
    padding-right: 12px;
    width: auto !important;
}
.er-list-terms-bottom .elementor-post-info__terms-list span{
    visibility: visible;
    border-right: 1px solid #243746;
    padding-right: 10px;
	text-transform: capitalize;
}
.er-list-terms-bottom .elementor-post-info__terms-list span:last-child{
    border-right: 0;
}
.er-related-posts .row{
	margin: 0;
}
.er-related-posts .er-related-posts-content{
	border-bottom: 1px solid #B2B2B2;
	padding: 15px 0;
}
.er-related-posts .er-related-posts-content:last-child{
	border-bottom: 0;
}
.er-related-posts .er-related-posts-content img{
	margin-bottom: 10px;
	border-radius: 18px;
}
.er-related-posts .er-title-related-post{
	font-size: 21px;
	line-height: 26px;
	color: #243746;
	font-weight: 500;
	margin-bottom: 15px;
}
.er-related-posts .er-see-related-post{
	display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
}
.er-related-posts .er-see-related-post span{
	font-size: 14px;
	line-height: 14px;
	color: #FF8200;
	font-weight: 400;
	text-decoration: underline;
}

/*Categorias*/
.er-categories-blog{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
}
.er-categories-blog .er-category-blog{
	margin-bottom: 15px;
}
.er-categories-blog .er-category-blog a{
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	background-color: #ffffff;
    border: 1px solid #FF8200;
	font-size: 20px;
    font-weight: 500;
	color: #FF8200;
	padding: 6px 20px;
	border-radius: 12px;
}
.er-categories-blog .er-category-blog a:hover,
.er-categories-blog .er-category-blog.active a{
	background-color: #FF8200;
	color: #ffffff;
}
@media(max-width:1500px){
	.er-title-all-post:before{
		content: none;
	}
	.er-title-all-post:after{
		content: none;
	}
}

/*BLOG*/
body.blog .ast-container{
	padding: 0 !important;
}
.er-archive-posts article .elementor-post__meta-data{
	width: fit-content;
	height: fit-content;
}
.er-archive-posts article:nth-child(0n+1),
.er-archive-posts article:nth-child(0n+2){
	padding-top: 0 !important;
}
.er-archive-posts article .er-post-meta-readmore{
	width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	height: fit-content;
}
/*El 2, 5 y el 6*/
.er-archive-posts article:nth-child(0n+2),
.er-archive-posts article:nth-child(0n+5),
.er-archive-posts article:nth-child(0n+6){
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	align-items: stretch;
}

.er-archive-posts article:nth-child(0n+2) .elementor-post__thumbnail__link,
.er-archive-posts article:nth-child(0n+5) .elementor-post__thumbnail__link,
.er-archive-posts article:nth-child(0n+6) .elementor-post__thumbnail__link{
	width:40% !important;
}
.er-archive-posts article:nth-child(0n+2) .elementor-post__text,
.er-archive-posts article:nth-child(0n+5) .elementor-post__text,
.er-archive-posts article:nth-child(0n+6) .elementor-post__text{
	width: 60% !important;
}
body:not(.search-results) .er-archive-posts article:nth-child(0n+2) .elementor-post__text .elementor-post__title a,
body:not(.search-results) .er-archive-posts article:nth-child(0n+5) .elementor-post__text .elementor-post__title a,
body:not(.search-results) .er-archive-posts article:nth-child(0n+6) .elementor-post__text .elementor-post__title a{
	font-size: 35px;
}
.er-archive-posts article:nth-child(0n+2) .elementor-post__thumbnail__link,
.er-archive-posts article:nth-child(0n+5) .elementor-post__thumbnail__link,
.er-archive-posts article:nth-child(0n+6) .elementor-post__thumbnail__link{
	margin: 0 !important;
    padding-right: 25px;
}
.er-archive-posts article .elementor-post__text{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.er-archive-posts article .elementor-post__text .elementor-post__title{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.er-archive-posts article.elementor-post:nth-child(even){
	padding-left: 35px;
	padding-top: 66px;
}
.er-archive-posts article.elementor-post:nth-child(odd){
	padding-right: 34px;
	padding-top: 66px;
}
.er-archive-posts .elementor-posts-container{
	position: relative;
}
.er-archive-posts .elementor-posts-container::before{
	content: '';
    height: 100%;
    width: 1px;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: 50%;
	opacity: 0.45;
}
.er-archive-posts .elementor-posts-container article{
	position: relative;
	overflow: visible;
}
.er-archive-posts .elementor-posts-container article::before {
    content: '';
    height: 1px;
    width: 96%;
    background-color: #707070;
    position: absolute;
    bottom: -30px;
	opacity: 0.45;
}
.er-archive-posts article.elementor-post:nth-child(even)::before{
	right: 0;
}
.er-archive-posts article.elementor-post:nth-child(odd)::before{
	left: 0;
}
body:not(.elementor-editor-active) .er-archive-posts .page-numbers{
	display: none;
}
.er-archive-posts .page-numbers{
	padding: 0 4px;
}
.er-archive-posts .page-numbers.current{
	border-bottom: 2px solid #FF8200;
}
.er-archive-posts .er-post-meta-readmore{
	position: relative;
	padding-right: 36px;
}
.er-archive-posts .er-post-meta-readmore::after{
	content: '\f061';
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
	right: 0;
	color: #FF8200;
	font-size: 20px;
}
@media(max-width:1700px){
	.er-archive-posts .elementor-posts-container article::before {
		width: 95%;
	}
}
@media(max-width:1440px){
	.er-archive-posts .elementor-posts-container article::before {
		width: 97%;
		bottom: -15px;
	}
	.er-archive-posts article.elementor-post:nth-child(even) {
		padding-left: 20px;
		padding-top: 36px;
	}
	.er-archive-posts article.elementor-post:nth-child(odd) {
		padding-right: 20px;
		padding-top: 36px;
	}
	.er-archive-posts article:nth-child(0n+2) .elementor-post__text,
	.er-archive-posts article:nth-child(0n+5) .elementor-post__text,
	.er-archive-posts article:nth-child(0n+6) .elementor-post__text{
		width: 60% !important;
	}
	.er-archive-posts article:nth-child(0n+2) .elementor-post__thumbnail__link,
	.er-archive-posts article:nth-child(0n+5) .elementor-post__thumbnail__link,
	.er-archive-posts article:nth-child(0n+6) .elementor-post__thumbnail__link{
		padding-right: 15px;
	}
}
@media(max-width:1200px){
	.er-archive-posts .elementor-posts-container article::before {
		width: 96%;
	}
}
@media(max-width:1100px){
	.er-archive-posts .elementor-posts-container article::before {
		width: 95.5%;
	}
}
@media(max-width:900px){
	.er-archive-posts .elementor-posts-container article::before {
		width: 93%;
	}
}
@media(max-width:992px){

	.er-archive-posts article:nth-child(0n+2) .elementor-post__text,
	.er-archive-posts article:nth-child(0n+5) .elementor-post__text,
	.er-archive-posts article:nth-child(0n+6) .elementor-post__text{
		width: 100% !important;
		padding-top: 15px;
	}
	.er-archive-posts article:nth-child(0n+2) .elementor-post__thumbnail__link,
	.er-archive-posts article:nth-child(0n+5) .elementor-post__thumbnail__link,
	.er-archive-posts article:nth-child(0n+6) .elementor-post__thumbnail__link{
		width:100% !important;
		padding-right: 0px;
	}
}
@media(max-width:767px){
	.er-archive-posts .elementor-posts-container::before {
		content: none;
	}

	.er-archive-posts .elementor-posts-container article::before {
		content: none;
	}
	.er-archive-posts article.elementor-post:nth-child(even) {
        padding-left: 0px;
        padding-top: 0px;
    }
	.er-archive-posts article.elementor-post:nth-child(odd) {
		padding-right: 0px;
		padding-top: 0px;
	}
	.er-archive-posts article .elementor-post__text .elementor-post__title{
		margin-bottom: 15px !important;
	}
	.er-archive-posts article{
		margin-bottom: 20px !important;
		border-bottom: 1px solid #707070;
		padding-bottom: 15px !important;
	}
	.er-archive-posts article:nth-child(0n+2) .elementor-post__thumbnail__link,
	.er-archive-posts article:nth-child(0n+5) .elementor-post__thumbnail__link,
	.er-archive-posts article:nth-child(0n+6) .elementor-post__thumbnail__link{
		margin-bottom: 20px;
	}
}



/*EVENTOS*/
.archived-eventos {
	max-width: 100%;
	padding: 0 10px;
}

/*Select*/
.multiselect {
	width: 200px;
}

.selectBox {
	position: relative;
}

.selectBox select {
	width: 100%;
	font-weight: bold;
}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

#checkboxes {
	display: none;
	border: 1px #dadada solid;
}

#checkboxes label {
	display: block;
}

#checkboxes label:hover {
	background-color: #1e8fff00;
	cursor: pointer;
}
.archived-eventos .archived-title{
	margin-top: 50px;
	font-size: 55px;
	line-height: 88px;
}
.er-filters{
	margin-top: 100px;
	margin-bottom: 60px;
	font-weight: 500;
}
.er-filters .multiselect{
	position: relative;
}
.er-filters .er-categories-select select{
	border: 1px solid #1A2A36;
	color: #1a2a36b5;
    border-radius: 13px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
	padding-top: 2px;
}
.er-filters .er-categories-select select {
	-webkit-appearance: none;
}
.er-filters .er-categories-select::after{
	content: '\f078';
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 14px;
    font-family: 'Font Awesome 6 Pro';
}
.er-filters .er-categories-select::before{
	content: '\f077';
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 2px;
    font-family: 'Font Awesome 6 Pro';
}
.er-filters .er-checkboxes-select {
	display: block;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 9;
    width: 100%;
	padding: 10px;
	border-radius: 13px;
	border-color: #1A2A36 !important;
	background-color: #ffffff;
}
.er-filters .er-checkboxes-select label{
	color: #1A2A36;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
	margin: 0;
	display: flex !important;
    gap: 10px;
}
.er-filters .er-date-filters{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
.er-filters .er-date-filters input{
	width: 192px;
}
.er-filters .er-date-filters #er-date_desde{
	color: #1A2A36;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #1A2A36;
	font-size: 20px;
	font-weight: 500;
	line-height: 42px;
	border-width: 1.5px;
	border-right: 0;
	opacity: 0.8;
}
.er-filters .er-date-filters #er-date_hasta{
	color: #1A2A36;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-color: #1A2A36;
	font-size: 20px;
	font-weight: 500;
	line-height: 42px;
	border-width: 1.5px;
	opacity: 0.8;
}

.events-results{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
	margin-bottom: 60px;
}
.events-results .col-events-results{
	padding: 0;
    background-color: #EEEFF0;
    border-radius: 18px;
    max-width: 32%;
    width: 100%;
    flex: 100%;
	margin-bottom: 2%;
}
.events-results-link{
	padding: 30px 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
	height: 100%;
}
.events-results-link{
	text-decoration: none !important;
}
.events-results-link .er-image{
	width: fit-content;
}
.events-results-link .er-content{
	width: 100%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.events-results-link .er-image{
	border: 1px solid #FF8200;
	border-radius: 13px;
}
.events-results-link .er-image img{
	width: 100%;
	max-width:90px;
	filter: invert(53%) sepia(34%) saturate(3705%) hue-rotate(1deg) brightness(104%) contrast(104%);
	padding: 8px 16px;
}
.events-results-link .er-title{
	text-align: left;
	padding: 0px 0px 15px 0;
}
.events-results-link .er-title h3{
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 0px;
	color: #FF8200;;
}
.events-results-link .er-tags .er-tag .term{
	font-size: 16px;
	line-height: 22px;
	color: #1A2A36;
	font-weight: 500;
	padding: 0px 8px;
	border: 1px solid #1A2A36;
	border-radius: 8px;
}
.events-results-link .er-date-ubi{
	margin-top: 30px;
}
.events-results-link .er-date-ubi span,
.events-results-link .er-date-ubi i,
.events-results-link .er-date-ubi .ubi{
	font-size: 16px;
	line-height: 22px;
	color: #1A2A36;
	font-weight: 500;
}
.events-results-link .er-date-ubi i{
	font-weight: 600;
	font-weight: 600;
    min-width: 25px;
	width: 25px;
}
.events-results-link .er-date-ubi .er-date,
.events-results-link .er-date-ubi .ubi{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
@media(max-width:1350px){
	.events-results-link .er-content{
		padding-left: 20px;
	}
	.events-results-link{
		padding: 20px;
	}
	.events-results-link .er-date-ubi {
		margin-top: 15px;
	}
}
@media(max-width:1200px){
	.archived-eventos .archived-title {
		margin-top: 30px;
	}
	.events-results .col-events-results{
		max-width: 49%;
	}
	.er-filters {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 1024px) {
	.archived-eventos .archived-title{
		font-size: 45px;
		line-height: 70px;
	}
	.events-results-link .er-title h3{
		font-size: 24px;
		line-height: 30px;
	}
}
@media(max-width:992px){
	.archived-eventos {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {

	.archived-eventos .archived-title {
        margin-top: 20px;
    }
    .events-results .col-events-results {
        max-width: 100%;
    }
	.events-results .col-events-results{
		margin-bottom: 20px;
	}
	.archived-eventos .archived-title{
		font-size: 28px;
		line-height: 36px;
	}
	.er-filters {
        margin-top: 28px;
        margin-bottom: 36px;
    }
	.er-filters .multiselect{
		margin-bottom: 20px;
	}
	.er-filters .er-date-filters input {
		width: 50%;
	}
	.events-results-link .er-title h3 {
        font-size: 21px;
        line-height: 27px;
    }
	.events-results-link .er-title {
		padding-bottom: 10px;
	}
	.events-results-link{
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 15px;
	}
	.events-results-link .er-content{
		padding: 0;
	}
	.events-results-link .er-image img{
		max-width: 80px;
	}
}

/*SINGLE EVENTS*/
.single.single-evento .evento.type-evento,
.single.single-evento .ast-container{
	padding: 0 !important;
}
.er-events-extra-fields ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 6px;
}
.er-events-extra-fields ul li{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
	width: 100%;
}
.er-events-extra-fields ul li a.btn{
	background-color: #FF8200;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	padding: 10px 20px;
	border-radius: 18px;
	width: 100%;
	margin-top: 10px;
	border: 2px solid #FF8200;
}
.er-events-extra-fields ul li a.btn i{
	color: #ffffff;
}
.er-events-extra-fields ul li a.btn:hover{
	background-color: transparent;
	color: #FF8200;
	background-color: #ffffff;
}
.er-events-extra-fields ul li a.btn:hover i{
	color: #FF8200;
}
.er-events-extra-fields i{
	font-size: 18px;
	color: #243746;
	font-weight: 500;
	min-width: 26px;
	padding-top: 6px;
}
.er-events-extra-fields span{
	font-size: 18px;
	line-height: 30px;
	color: #243746;
	font-weight: 500;
}
.er-events-extra-fields span a{
	color: #FF8200;
	text-decoration: underline;
}
.er_events_docu {
	margin-bottom: 40px;
}
.er_events_docu ul{
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.er_events_docu ul li{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 0;
}
.er_events_docu ul li a{
	color: #FF8200;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;

}
@media(max-width:767px){
	.er-events-extra-fields span{
		font-size: 16px;
		line-height: 22px;
	}
	.er_events_docu {
		margin-bottom: 20px;
	}
}

/*PÁGINA DE CONTACTO*/
.er-contact-form input,
.er-contact-form textarea,
.er-contact-form input:focus,
.er-contact-form textarea:focus{
	box-shadow: none !important;
}
.er-contact-form .elementor-field-label{
	display:none;
}

/*ARCHIVO HERRAMIENTAS*/
.er-terms-herramientas ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 27px;
    margin: 0;
}
.er-terms-herramientas ul li{
    background-color: #ffffff;
    padding: 6px 30px;
	border: 2px solid #FF8200;
    border-radius: 18px 18px 18px 18px;
}
.er-terms-herramientas ul li a{
    font-size: 20px;
    font-weight: 500;
    color: #FF8200;
}
.er-terms-herramientas ul li:hover,
.er-terms-herramientas ul li.active{
    background-color: #FF8200;
    border-color: #FF8200;
}
.er-terms-herramientas ul li:hover a,
.er-terms-herramientas ul li.active a{
    color: #ffffff;
}
@media(max-width: 767px){
    .er-terms-herramientas ul{
        gap: 10px;
    }
    .er-terms-herramientas ul li a{
        color: #243746;
        font-size: 16px;
        font-weight: 500;
    }
}