/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

div#wpadminbar {
    z-index: 99999999;
}

.grecaptcha-badge {
	display: none !important
}

#cmplz-document {
	font-size: 1rem !important;
	max-width: 100%;
}

#cmplz-document h2 {
	font-size: 2.5rem;
}
#cmplz-document p,
.editor-styles-wrapper .cmplz-unlinked-mode p,
#cmplz-document li,
.editor-styles-wrapper .cmplz-unlinked-mode li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode td {
	font-size: 1rem !important;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose {
	margin-bottom: 0 !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
	margin: 0 !important;
}
#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description, #cmplz-document .cmplz-dropdown .cmplz-service-description, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description, #cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data, #cmplz-document .cmplz-dropdown .cmplz-sharing-data, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
	padding: 15px !important;
}
#cmplz-cookies-overview .cmplz-dropdown, #cmplz-document .cmplz-dropdown, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown {
	margin-bottom: 5px;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	font-weight: 500 !important;
	font-size: 1rem !important;
	text-transform: uppercase !important;
	border-radius: 60px !important;
}

.cmplz-cookiebanner {
	z-index: 999999 !important;
}

@media screen and (min-width: 768px) {
  header#page-header {
    z-index: 99999;
  }
}


/* HEADER */

.l-header.sticky {
	backdrop-filter: blur(10px);
}

.l-subheader.at_middle .l-subheader-cell.at_left,
.l-subheader.at_middle .l-subheader-cell.at_right {
	flex-basis: auto !important;
}

.w-search-open {
	width: 54px;
	height: 54px;
	border: 2px solid #ffffff;
	background: rgba(255,255,255,0.2);
	border-radius: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.black .w-search-open,
.sticky .w-search-open {
	border: 2px solid var(--color-header-middle-text);
}
.w-search-open:hover {
	color: var(--color-content-secondary) !important;
	border: 2px solid var(--color-content-secondary);
}

.w-nav-arrow:before {
	font-weight: 300;
}

.l-subheader.at_middle .w-dropdown-list, .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
	background: var(--color-header-top-bg) !important;
}

/* GENERAL */

.search-wrapper input[type="search"] {
  padding-right: 25px;
}

.clear-search {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  display: none; /* Oculto por defecto */
}

.h1 {
	font-size: 3.22rem;
	font-weight: 800;
	line-height: 1.2;
}

.w-btn.icon_atleft {
	padding-left: 2.55em;
	transition: .3s;
}
.w-btn.icon_atleft .fal {
	position: absolute;
	width: 54px;
	height: 54px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	left: calc(0% - 1rem);
	background: var(--color-content-primary);
	border: 2px solid #fff;
	border-radius: 40px;
	font-size: 1.2rem;
	margin: 0 !important;
	transition: .3s;
	pointer-events: none;
}
.w-btn.icon_atleft:hover {
	padding-left: 1.6em;
	padding-right: 2.55em;
}
.w-btn.icon_atleft:hover .fal {
	left: calc(100% - 54px + 1rem);
	background: var(--color-content-secondary);
}

h1 strong, h2 strong {
	color: #047AC6;
	font-weight: 800;
}

.owl-carousel.navpos_inside.navstyle_circle > .owl-nav button,
.owl-carousel.navpos_inside.navstyle_block > .owl-nav button {
	text-shadow: none;
	color: #047AC6;
	border: 2px solid #047AC6;
}
.owl-carousel.navpos_inside.navstyle_circle > .owl-nav button:hover,
.owl-carousel.navpos_inside.navstyle_block > .owl-nav button:hover {
	color: #ffffff;
	background: #047AC6 !important;
}
.owl-prev:after {
	content: '\f060';
	font-weight: 300;
	padding-right: 0;
}
.owl-next:after {
	content: '\f061';
	font-weight: 300;
	padding-left: 0;
}
.bg-video-white {
	position: relative;
}
.bg-video-white:before {
	content: '';
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 223px;
	z-index: 1;
}
.bg-video-white:after {
	content: '';
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 223px;
	z-index: 1;
}
.bg-video-white .l-section-h {
	position: relative;
	z-index: 2;
}

.w-socials-item-link {
	background: var(--color-content-primary);
}
footer .w-socials-item-link  {
	background: var(--color-footer-text);
}

.w-socials-item.custom a:hover span.fab.fa-bluesky::before{
	filter: brightness(0) invert(1);

}

span.fab.fa-bluesky {
    line-height: 2.5em;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.fab.fa-bluesky::before {
    content: url(https://apte.solbyte.dev/wp-content/uploads/2025/06/bluesky-1.svg);
    height: 1.75em;
    width: 20px;
    font-size: 20px;
    display: block;
}

.post_navigation.layout_simple .post_navigation-item {
	max-width: 50%;
}

.w-filter-item-title {
	font-weight: 600;
}

.pagination {
	width: 100%;
}
.pagination .nav-links {
	justify-content: center;
}
.pagination > :not(.custom) .page-numbers {
	font-size: 1rem;
	line-height: 2.5rem;
	height: 2.5rem;
	width: 2.5rem;
}

.wpb_wrapper .descripcion a {
	text-decoration: underline;
}


.faqs.accordion > div > .w-tabs-section {
	border-width: 0;
	border: 1px solid var(--color-content-primary);
	margin-bottom: 0.7rem;
}
.faqs .w-tabs-section {
	background: var(--color-content-bg-alt);
	border-radius: 10px;
	transition: .3s;
}
.faqs .w-tabs-section.active {
	background: var(--color-content-primary);
}
.faqs .w-tabs-section-title {
	color: var(--color-content-primary);
	transition: .3s;
}
.faqs .w-tabs-section-header.active .w-tabs-section-title,
.faqs .w-tabs-section-content,
.faqs .w-tabs-section-content * {
	color: #ffffff;
}
.faqs .w-tabs-section-content .wpb_text_column a {
	text-decoration: underline;
}
.faqs .us-btn-style_5:hover span {
	color: var(--color-content-primary) !important;
}
.faqs .dotstyle_circle .owl-dot.active span {
	box-shadow: 0 0 0 2px #fff;
}
.faqs .w-tabs-section-content {
  font-size: 16px;
}
.no-touch .w-tabs-section-header:hover,
.no-touch .w-tabs-section-header:focus {
	background: 0 0;
}
.faqs .w-tabs-section .w-tabs-section-control {
	color: var(--color-content-primary);
}
.faqs .w-tabs-section.active .w-tabs-section-control {
	color: #ffffff;
}
h2.w-tabs-section-title,
h3.w-tabs-section-title {
	  font-weight: 600;
}

.filter-wrapper .w-filter-item-reset span {
	display: block !important;
}

.filter-wrapper .w-filter-item-reset:hover {
	color: var(--color-content-link-hover) !important;
}


button.reset-filter.w-filter-item-reset {
	background: none !important;
}

.w-progbar.style_5 .w-progbar-title-count {
	font-size: 1.5em;
}

.team .owl-carousel .owl-item {
	padding: 1.5rem 0;
}
.team h3.w-person-name {
	font-weight: 500;
}
.team .w-person-image {
	position: relative;
	overflow: hidden;
}
.team .w-person-image:after {
	content: '';
	padding-bottom: 100%;
	width: 100%;
	display: block;
}
.team .w-person-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.w-grid-list .w-text.icon_atleft .fa-file-pdf {
	margin-right: 0 !important;
}

.flex-grow {
	flex-grow: 1;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: var(--color-content-primary) !important;
}

.w-filter-opener {
	font-weight: 500;
	width: 100%;
	padding: 0.5rem;
	border: 1px solid var(--color-content-link);
	border-radius: 5px;
}

.banner-dashboard .w-image .w-image-h > div {
	min-height: 230px;
}

/* HOME */

.w-grid.type_grid.layout_events .w-grid-list {
    --gap: 0rem;
}
.layout_events .usg_text_1 {
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}
.layout_events .w-grid-item-h:hover .usg_text_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1;
    background: var(--color-content-primary)!important;
    color: #ffffff!important
}
.layout_events .usg_post_title_1 {
    color: var(--color-content-primary)!important;
    font-size: 1.28rem!important;
    font-weight: 500!important
}
.layout_events .usg_hwrapper_1 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    border-bottom-width: 1px!important;
    border-color: rgba(0, 0, 0, 0.40)!important;
    border-bottom-style: solid!important
}
.layout_events .usg_vwrapper_1 {
    width: 100%!important
}
.layout_events .usg_text_1 {
    color: var(--color-content-primary)!important;
    text-align: center!important;
    font-size: 36px!important;
    line-height: 62px!important;
    width: 62px!important;
    height: 62px!important;
    min-width: 62px!important;
    min-height: 62px!important;
    border-radius: 36px!important;
    overflow: hidden!important
}
.layout_events .usg_post_title_2 {
    color: var(--color-content-heading)!important;
    font-size: 1.28rem!important;
    font-weight: 500!important
}
.layout_events .usg_vwrapper_2 {
    color: var(--color-content-link-hover)!important
}
.layout_events .usg_text_2 {
    color: #ffffff!important;
    text-align: center!important;
    font-size: 16px!important;
    font-weight: 500!important;
    max-width: 180px!important;
    border-radius: 48px!important;
    overflow: hidden!important;
    background: var(--color-content-primary)!important;
    padding: 5px 4px 5px 4px!important
}

.slide {
	width: 100%;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.admin-bar .slide {
	min-height: calc( 100svh - var(--wp-admin--admin-bar--height,0px) );
}

.w-search.layout_simple .w-btn span {
	display: block;
	border: 0;
	color: var(--color-alt-content-border);
}

.box-icons .g-cols.via_flex.type_boxes > div > .vc_column-inner {
	padding: 2rem;
}
.box-icons .box-icon .w-iconbox-title:not(:empty) {
	padding: 0.25em 0 .5em 0;
	font-weight: 500;
}

.box-icon .w-btn-wrapper {
	margin-right: 0;
	width: 100%;
}

.box-icon > .vc_column-inner,
footer .footer-block-news {
	transition: background .3s;
}
.box-icon > .vc_column-inner:hover,
footer .footer-block-news:hover {
	background: var(--color-content-bg-alt) !important;
}

.w-counter {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.box-banner .logo-box-banner {
	-webkit-filter: drop-shadow(0 12px 22px rgba(0,0,0,0.20));
	filter: drop-shadow(0 12px 22px rgba(0,0,0,0.20));
	transform: translate(-50%, -40%);
	transition: .3s;
	pointer-events: none;
}
.box-banner:hover .logo-box-banner {
	-webkit-filter: none;
	filter: none;
	transform: translate(-50%, -50%);
	top: 50% !important;
}
.box-banner .img-box-banner {
	transition: .3s;
}
.box-banner .img-box-banner * {
	height: 100%;
}
.box-banner:hover .img-box-banner {
	opacity: 0.8;
}

.carousel-banners .owl-carousel .owl-stage-outer {
	overflow: visible !important;
}
.carousel-banners .owl-nav {
	position: absolute;
	bottom: -2.5rem;
	right: 0;
	width: 135px !important;

}

.clip-round {
	clip-path: circle(50% at 50% 50%);
}

.province:hover {
	opacity: 0.7;
	cursor: pointer;
}

.w-btn.us-btn-style_6.icon_atright {
    display: flex;
    flex-direction: column-reverse;
}
.w-btn.us-btn-style_6.icon_atright .fal {
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0 !important;
}
.w-btn.us-btn-style_6.sombreado {
    transition: all 0.3s ease-in-out;
    justify-content: flex-end;
    position: relative;
}
.w-btn.us-btn-style_6.sombreado:hover {
    box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 8px;
}
.w-btn.us-btn-style_6.sombreado:hover::before {
    opacity: 1;
}
.w-btn.us-btn-style_6.sombreado::before {
    content: "\f061";
    font-family: fontawesome;
    font-weight: 300;
    color: white;
    position: absolute;
    right: 1rem !important;
    left: auto !important;
    top: 1rem;
    background: var(--color-content-primary);
    display: block !important;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.w-popup-box-title + .w-popup-box-content {
	padding-top: 0 !important;
}

/* NOTICIAS */

.grid-new article .w-vwrapper {
	background: var(--color-content-bg);
}
.grid-new article:hover .w-vwrapper {
	background: var(--color-alt-content-bg);
}

body .w-grid .text-grid-new {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
body .w-grid .date-grid-new {
	position: relative;
}
body .w-grid .date-grid-new:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 1px;
	background: rgba(0,0,0,0.5);
}

.grid-grant-call {
	margin-bottom: 1.5rem;
}

.fondo-blue span.fab.fa-bluesky::before {
	filter: brightness(0) invert(1);
}


/* CONTACTO */

.w-iconbox.style_outlined .w-iconbox-icon {
	line-height: 2em;
	height: 2em;
	width: 2em;
}

/* FOOTER */

footer .w-iconbox.iconpos_left .w-iconbox-title {
	padding: 0 !important;
	margin-top: 0;
}

footer .w-popup-trigger.w-btn {
	width: 100%;
	text-align: center;
	padding: 0.6em 2.0em;
}

/* FORMS */

span.label {
	display: none !important;
}

form div.row {
	margin: 0 -5px;
	display: block;
	text-align: left;
}
.row:after {
	clear: both;
	display: table;
	content: " ";
}
.row:before {
	display: table;
	content: " ";
}

form .col-xs-3 {
	width: 25%;
	float: left;
	padding: 0 5px;
}
form .col-xs-4 {
	width: 33.33%;
	float: left;
	padding: 0 5px;
}
form .col-xs-5 {
	width: 40%;
	float: left;
	padding: 0 5px;
}
form .col-xs-6 {
	width: 50%;
	float: left;
	padding: 0 5px;
}
form .col-xs-7 {
	width: 60%;
	float: left;
	padding: 0 5px;
}
form .col-xs-12 {
	width: 100%;
	float: left;
	padding: 0 5px;
}
form div.form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
form div.block-submit {
	text-align: right;
	width: 100%;
	display: inline-block;
}
form div.block-submit input {
	text-align: center;
	width: 250px;
}
span[data-name="legal"] {
	text-align: right;
	width: 100%;
	display: inline-block;
}
span[data-name="legal"] label {
	font-size: 1rem;
}
span[data-name="accept"] {
	text-align: left;
	width: 100%;
	display: inline-block;
}
span[data-name="accept"] label {
	font-size: 1rem;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
.wpcf7-spinner {
	margin: 0 auto;
	display: block;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	border: 0;
	margin: 0;
	text-align: center;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {
    margin-top: 0;
    box-shadow: none !important;
}

.wpcf7-form-control-wrap {
  margin-top: 0;
}

.wpcf7-radio, .wpcf7-checkbox {
	display: inline-block;
	width: 100%;
}
.wpcf7-radio span.wpcf7-list-item, .wpcf7-checkbox span.wpcf7-list-item {
	margin-right: 1rem;
}
.wpcf7-radio span.wpcf7-list-item.last, .wpcf7-checkbox span.wpcf7-list-item.last {
	margin-right: 0;
}
.wpcf7-radio span.wpcf7-list-item,
.wpcf7-radio span.wpcf7-list-item label {
	display: inline-block;
}

label {
	display: block !important;
	font-weight: 500;
	cursor: default;
}

span[data-name="legal"] span.wpcf7-list-item,
span[data-name="accept"] span.wpcf7-list-item {
	width: auto !important;
}
span[data-name="legal"] span.wpcf7-list-item > label,
span[data-name="accept"] span.wpcf7-list-item > label,
.mc4wp-checkbox-contact-form-7 label {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	text-align: left;
}
span[data-name="legal"] a,
span[data-name="accept"] a,
.mc4wp-checkbox-contact-form-7 a {
	text-decoration: underline;
	color: var(--color-content-text);
}

.block-submit.news {
	margin-top: 2rem;
}

select option {
	font-family: var(--font-family), sans-serif !important;
}

input[type="checkbox"] {
	height: 1rem;
	width: 1rem;
	line-height: 1rem;
    margin: 3px 6px 0 0 !important;
}
input[type="checkbox"]:before {
	font-size: 14px !important;
}
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea, .wpcf7-form select {
    margin-top: 0;
}
.w-filter-item-value input[type="checkbox"] {
    margin-top: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	padding: 15px 0 !important;
	margin: 0 !important;
	border: 0 !important;
	font-size: 16px;
	line-height: 1.2;
}
.wpcf7-form span.wpcf7-not-valid {
	border: 0 !important;
}
span.wpcf7-list-item {
	margin: 0;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
	line-height: 1.2;
}

.wpcf7-form-control-wrap {
	margin-top: 0.2rem;
}

.w-popup-closer:before {
	font-weight: 300;
}

.w-filter.mod_default .w-filter-item-title {
	margin: 0 0.8em 1.25rem 0;
	cursor: default;
}
.w-filter-item-value {
	margin-bottom: 0.7rem;
}
.w-filter-item-value label {
	align-items: flex-start;
}

/* EVENTOS */

.fc {
    font-size: 14px;
}
.fc a:hover {
	color: inherit !important;
}
.fc-toolbar-title {
    font-weight: 600;
}
.fc-toolbar-title:first-letter {
	text-transform: uppercase;
}
.fc .fc-button-primary {
	background: transparent !important;
	padding: 0 !important;
	color: #000000 !important;
	outline: none;
	box-shadow: none !important;
	border: none !important;
	font-size: 18px;
	transition: .3s;
}
.fc .fc-button-primary:hover {
    color: var(--color-content-primary) !important;
}
.fc-col-header-cell {
    background: #f9f9f9;
}
.fc-day-today {
    background: var(--color-content-secondary) !important;
    font-weight: bold;
}
.fc-day-today a,
.fc-day-today a:hover,
.selected-day a,
.selected-day a:hover {
    transition: 0s;
    color: #ffffff !important;
}
.fc .fc-daygrid-day-number {
	font-size: 16px;
}
.fc td {
	cursor: pointer;
}
.selected-day {
	background: var(--color-content-primary) !important;
    font-weight: bold;
}
.fc .fc-highlight {
	background: transparent !important;
}

.fc-day-other {
    background: #f0f0f0;
}

table.fc-scrollgrid-sync-table {
    overflow: hidden;
}

.fc-event-title {
	color: #ffffff !important;
	font-weight: 500;
}
.fc-event {
	pointer-events: none;
}

.events-container {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 2rem;
	margin-bottom: 1.5rem;
}
.events-container .button-content {
	text-align: center;
}

a:hover .event .image-event img {
	transform: scale(1.05);
}
.event {
    display: flex;
	gap: 1rem;
	padding: 1rem;
	border-radius: 3px;
	background: var(--color-content-bg-alt);
}
.event .image {
    width: 100%;
  	max-width: 40%;
}
.image-event {
    width: 100%;
    height: 100%;
  	min-height: 180px;
  	border-radius: 3px;
  	overflow: hidden;
  	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  	position: relative;
}
.image-event .tag {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	border-radius: 4px;
	background-color: #e74646;
	color: #ffffff;
	padding: 4px 8px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	z-index: 9;
}

.col-events .tag {
	background: #e74646 !important;
    padding: 4px 8px 4px 8px !important;
    border-radius: 4px !important;
    color: #ffffff !important;
}

.image-event img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .3s;
}
.content-event {
  	display: flex;
  	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	padding: 0.5rem 0 0 0;
  	width: 100%;
}
.content-event .featured {
  border-radius: 4px;
  background-color: var(--color-content-primary);
  color: #ffffff;
  padding: 4px 8px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  border-radius: 48px;
  margin-bottom: 0.25rem;
}
.content-event .title-event {
	margin-bottom: 0.25rem;
	font-size: 1rem;
	font-weight: 600;
	padding: 0;
}
.content-event .dates {
	width: 100%;
	margin-bottom: 1rem;
}
.content-event .dates > span {
	/*border-radius: 4px;
	background-color: var(--color-content-primary);
	color: #ffffff;
	padding: 4px 8px;
	border-radius: 48px;*/
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: var(--color-content-text);
	line-height: 1.4;
}
.content-event .dates span.category > span {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	margin-right: 0.5rem;
	border: 1px solid var(--color-content-primary);
}

.content-event .category {
	margin-bottom: auto;
	border-radius: 48px;
	color: #ffffff;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 500;
}

.content-event p {
	font-size: 14px;
	margin-bottom: 1.25rem;
	color: var(--color-content-text);
}

.content-event .more {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	padding-top: 1rem;
}
.content-event .more span {
	width: 54px;
	height: 54px;
	min-width: 54px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	color: var(--color-content-primary);
	border-radius: 40px;
	font-size: 1.8rem;
	margin-left: 1rem;
	transform: rotate(45deg);
	transition: .3s;
}

a:hover .event .content-event .more span {
	color: #ffffff;
	background: var(--color-content-primary);
}

.line-event .w-text a {
	width: 100%;
	height: 100%;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.line-event .w-text span[class*="fa-"] {
	margin: 0 !important;
	transform: rotate(45deg);
}

.data-event .w-post-elm {
	padding-left: 45px;
	position: relative;
}
.data-event .w-post-elm > span {
	display: block;
}
.data-event .w-post-elm > span.fal {
	font-size: 28px;
	color: var(--color-content-primary);
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
	width: 28px;
	text-align: center;
}

.contact_name > span.w-post-elm-before,
.data-event .w-post-elm > span.w-post-elm-before {
	font-weight: 500;
	font-size: 1.2rem;
}

.contact_name > span.w-post-elm-before {
	display: block;
}

label.filter-label {
    border: 1px solid;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.filters-events {
    display: flex;
    gap: 1rem;
    position: relative;
}
.filters-events input[type="checkbox"] {
    display: none;
}
.filters-events input[type="checkbox"]:checked + label.filter-label,
.filters-events label.filter-label:hover {
    background-color: var(--color-content-primary);
    color: white;
    border-color: var(--color-content-primary);
}
.filters-events input[type="checkbox"]:checked + label.filter-label::after {
    content: "\f057";
    font-family: 'fontawesome';
    font-weight: 100;
    margin-left: 0.5rem;
}

.filters-events .search-filter,
.filters-business .search-filter,
.filters-members .search-filter,
.filters-collab .search-filter {
	display: inline-flex;
	margin-left: auto;
	width: auto !important;
}
.filters-events .search-filter input,
.filters-business .search-filter input,
.filters-members .search-filter input,
.filters-collab .search-filter input {
	padding-left: var(--inputs-height);
}
.filters-events .search-filter i,
.filters-business .search-filter i,
.filters-members .search-filter i,
.filters-collab .search-filter i {
	font-size: var( --inputs-font-size );
	line-height: var(--inputs-height,2em);
	width: var(--inputs-height,2em);
	padding: 0;
	color: var( --inputs-text-color );
}

/* MIEMBROS */

.filters-members {
	display: flex;
}

#grid-members {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}
#grid-members > a {

}
.type-member {
	border-radius: 0.3rem;
  	box-shadow: 0 0.04rem 0.08rem rgba(0,0,0,0.1),0 0.13rem 0.4rem rgba(0,0,0,0.1);
	width: calc(25% - 1.5rem);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: .3s;
}
.type-member:hover {
	background: var(--color-alt-content-bg);
	box-shadow: 0 0.08rem 0.16rem rgba(0,0,0,0.1),0 0.27rem 0.8rem rgba(0,0,0,0.15);
}
.type-member .image {
	width: calc(100% + 2px);
	min-height: 225px;
	margin-left: -1px;
	margin-right: -1px;
	position: relative;
}
.type-member .image-member img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.type-member .content-member {
	padding: 1rem;
	padding-bottom: 0;
	font-size: 0.9rem;
}
.type-member .content-member h3 {
	font-size: 1.08rem;
  	font-weight: 500;
}
.type-member .content-member .info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.75rem;
}
.type-member .content-member .info:last-child {
	margin-bottom: 0;
}
.type-member .content-member .info .w-iconbox-icon {
	width: 50px;
	text-align: center;
}
.type-member .content-member .info span {
	margin-top: -4px;
	color: var(--color-content-primary);
}
.type-member .w-button {
	padding: 1rem;
	margin-top: auto;
}


/* PUBLICACIONES */

.filter.w-grid.type_grid .w-grid-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}
.filter div[class*="list"] > * {
	width: auto !important;
}
.magazine .w-text span[class*="fa-"] {
	margin: 0 !important;
	transform: rotate(45deg);
}

.pointer-none {
	pointer-events: none !important;
}

/* ENTIDADES */

.select2-container .select2-selection--multiple {
	display: flex !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	margin: 0;
	display: inline-flex;
  	flex-wrap: wrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-bottom: 0;
}

body .select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select2-container {
	z-index: 9999;
}
.select2-container--default .select2-selection--single {
    height: calc(var(--inputs-height, 2em) + var(--inputs-border-width, 1px) * 2) !important;
    line-height: var(--inputs-height, 2em);
    padding: 0 var(--inputs-padding, .6em);
    border-radius: var(--inputs-border-radius, 0px) !important;
    border-color: var(--inputs-border-color, currentColor) !important;
    border-width: var(--inputs-border-width, 1px) !important;
    border-style: solid !important;
    box-shadow: var(--inputs-box-shadow, none) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100% !important;
    font-family: var(--inputs-font-family, inherit);
    font-size: var(--inputs-font-size, inherit);
    font-weight: var(--inputs-font-weight, inherit);
    letter-spacing: var(--inputs-letter-spacing, inherit);
    text-transform: var(--inputs-text-transform, inherit);
    color: var(--inputs-text-color, inherit);
    line-height: var(--inputs-height, 2em) !important;
    width: 100%;
    transition: all 0.2s;
}
div.letters-filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 80px;
	background: var(--color-content-bg-alt);
	overflow: hidden;
	overflow-x: auto;
	height: 52.4px;
}
button.filter-letter {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.5rem;
  	background: transparent;
  	width: 100%;
  	height: 100%;
}
button.filter-letter.selected {
    background: var(--color-content-primary);
    color: white;
    font-weight: 500;
}

div.letters-filter button.filter-letter:first-child {
	padding-left: 1rem;
}
div.letters-filter button.filter-letter:nth-last-of-type(1) {
	padding-right: 1rem;
}

div.filters-business {
	margin-bottom: 1.5rem;
}

#grid-business {
	display: flex;
	flex-wrap: wrap;
    gap: 1rem;
}

article.type-entidad {
    width: calc(25% - 0.75rem);
    margin-bottom: 3rem;
  	border-radius: 3px;
    background: var(--color-content-bg-alt);
    box-shadow: 0;
    transition: .3s;
    overflow: hidden;
}
article.type-entidad:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background: var(--color-content-primary);
}
article.type-entidad:hover h3 {
    color: #ffffff;
    transition: .3s;
}

.content-business {
    position: relative;
    padding: 1rem;
  	width: 100%;
  	height: 100%;
  	min-height: 130px;
}
.content-business .nombre_empresa {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.image-business {
	opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
article.type-entidad:hover .image-business {
	opacity: 1;
}
.image-business img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

article.letra-seccion {	
    margin-bottom: 1.5rem;
    width: 100%;
}
article.letra-seccion span.text {
    background: var(--color-content-primary);
    padding: 0.5rem;
    border-radius: 40px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 0.9rem;
}

body .company-image.w-image.has_ratio img,
body .company-image.w-post-elm.has_ratio img {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
	object-fit: contain !important;
	object-position: center center;
	height: auto !important;
  	width: auto !important;
}

.more-info .w-post-elm-before {
	font-weight: 600;
}

.province.selected {
	fill: var(--color-content-primary) !important;
}

/* PROYECTOS */

.radius-projects {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}


/* OFERTAS */

#grid-offers {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Espacio entre elementos, opcional */
}

.offer-item {
    width: calc(33.333% - 13.333px);
    box-sizing: border-box;
    background: var(--color-content-bg-alt);
    border-radius: 3px;
    position: relative;
    font-size: 16px;
    overflow: hidden;
}
.offer-item > a {
    padding: 1.5rem;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.offer-title {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.2;
}
.offer-title p {
    position: relative;
    z-index: 2;
}
.offer-item::before {
    content: '';
    display: block;
    width: 100%;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 1;
	pointer-events: none;
}
.offer-item.sector-infotech::before {
    background: url(https://apte.solbyte.dev/wp-content/uploads/2025/04/computer.svg) no-repeat 150% center;
    background-size: 250px 250px;
}
.offer-item.sector-ingenieria::before {
    background: url(https://apte.solbyte.dev/wp-content/uploads/2025/04/school.svg) no-repeat 150% center;
    background-size: 250px 250px;
}
.offer-item.sector-formacion::before {
    background: url(https://apte.solbyte.dev/wp-content/uploads/2025/04/accessibility.svg) no-repeat 150% center;
    background-size: 250px 250px;
}
.offer-item.sector-electronica::before {
    background: url(https://apte.solbyte.dev/wp-content/uploads/2025/04/memory.svg) no-repeat 150% center;
    background-size: 250px 250px;
}
.offer-item.sector-agro::before {
    background: url(https://apte.solbyte.dev/wp-content/uploads/2025/04/eco.svg) no-repeat 150% center;
    background-size: 250px 250px;
}
.offer-item.sector-aeroauto::before {
    background: url(https://apte.solbyte.dev/wp-content/uploads/2025/04/flyover.svg) no-repeat 150% center;
    background-size: 250px 250px;
}
.offer-item.sector-salud::before {
    background: url(https://apte.solbyte.dev/wp-content/uploads/2025/04/medical_services.svg) no-repeat 150% center;
    background-size: 250px 250px;
}
.offer-item.sector-otros::before {
    background: url(https://apte.solbyte.dev/wp-content/uploads/2025/04/dynamic_feed.svg) no-repeat 150% center;
    background-size: 250px 250px;
}
.offer-item.sector-industrial::before {
    background: url(https://apte.solbyte.dev/wp-content/uploads/2025/04/factory.svg) no-repeat 150% center;
    background-size: 250px 250px;
}
.offer-item.sector-energia::before {
    background: url(https://apte.solbyte.dev/wp-content/uploads/2025/04/ev_station.svg) no-repeat 150% center;
    background-size: 250px 250px;
}
.offer-item .see-more {
	text-transform: uppercase;
	font-weight: 500;
	margin-top: auto;
}

/* OFERTAS DE EMPLEO */

.w-image.usg_image_1.img-work-offer.has_ratio {
    max-width: 300px;
}
.w-image.usg_image_1.img-work-offer.has_ratio img {
    object-fit: contain !important;
}
.w-image.usg_image_1.img-work-offer.has_ratio img {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
	object-fit: contain !important;
	object-position: center center;
	height: auto !important;
  	width: auto !important;
}
.oferta-de-trabajo span.w-post-elm-before {
    font-weight: 500;
}

/* ACTIVIDADES */

.row-projects {
    justify-content: center;
    margin-bottom: 3rem !important;
}

/* LANDING */

.single-landing .w-socials-item-link {
	background: transparent;
}
.single-landing blockquote {
    font-size: 1rem !important;
}

.slider-landings .owl-carousel.navpos_inside.navstyle_circle > .owl-nav button {
    color: white;
    border: 2px solid white;
}
.slider-landings .owl-prev {
    margin-left: 1.5rem !important;
}
.slider-landings .owl-next {
    margin-right: 1.5rem !important;
} 

.single-landing .title-slider {
    flex-direction: column;
}

.wrapper-landing .wpb_wrapper {
    height: 100%;
}
.wrapper-landing .w-vwrapper {
    height: 100%;
}

.wrapper-contact {
    align-items: end;
}

.filter-img {
    filter: brightness(0.7);
}

/*** TIMELINE ***/

.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
    list-style: none;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  margin: 0 auto;
  max-width: 965px;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-content-primary);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: var(--color-content-primary);
  border-color: var(--color-content-primary);
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: var(--color-content-primary);
  border-color: var(--color-content-primary);
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: var(--color-content-primary);
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(/wp-content/uploads/2025/05/chevron_right_24dp_515151_FILL0_wght300_GRAD0_opsz24.svg) no-repeat 0 0;
  background-size: 20px 20px;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: var(--color-content-primary);
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
  opacity: 0.3;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content ol {
	margin-left: 0;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  text-align: center;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content div.title {
  font-weight: bold;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content em {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


/* Estilos para el formulario de votación */
.sb-formulario-votacion,
.sb-resultados-votacion {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.punto-votacion,
.resultado-punto {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.punto-votacion h3,
.resultado-punto h3 {
    margin: 0 0 15px;
    color: #333;
    font-size: 1.3em;
}
.punto-descripcion {
    margin-bottom: 20px;
    color: #666;
    line-height: 1.5;
}

.opciones-voto {
    display: block;
}

.form-votar-punto label {
	margin-bottom: 0.5rem;
}

.btn-votar-punto {
	font-weight: 500 !important;
	text-transform: none !important;
	border-radius: 60px !important;
	padding: 0.6em 1.6em !important;
	min-width: 100%;
	margin-top: calc(20px - 0.5rem);
}
.btn-votar-punto:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.barra-resultados {
    display: flex;
    height: 30px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}
.votos-si {
    background: #4CAF50;
    color: white;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    transition: width 0.3s ease;
    overflow: hidden;
}
.votos-no {
    background: #f44336;
    color: white;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    transition: width 0.3s ease;
    overflow: hidden;
}

.total-votos {
    text-align: right;
    color: #666;
    font-size: 0.9em;
    margin: 5px 0 0;
}

.punto-votacion.cerrado,
.punto-votacion.punto-cerrado {
    opacity: 1;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.punto-votacion .estado-punto,
.resultado-punto .estado-punto {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-left: 10px;
}
.punto-votacion .estado-punto.abierto {
	color: #2b9f2b;
}
.punto-votacion .estado-punto.espera {
	color: orange;
}
.punto-votacion .estado-punto.cerrado {
	color: #e32b2b;
}

/* LOGIN */

.custom-login-wrapper {
  background-color: var(--color-content-bg-alt);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px -3px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.custom-login-wrapper label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
  font-weight: 500;
}
.custom-login-wrapper .button {
  width: 100%;
}
.login-remember {
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
}

/************************************************************************************
smaller than 1590px
*************************************************************************************/
@media only screen and (max-width: 1590px) {
	
	header .w-btn .w-btn-label {
		display: none;
	}
	header .w-btn.icon_atleft .fal {
		position: inherit;
		top: inherit;
		left: inherit !important;
		transform: none;
	}
	
}

/************************************************************************************
smaller than 1280px
*************************************************************************************/
@media only screen and (max-width: 1280px) {

	article.type-entidad {
		width: calc(33.33% - 0.75rem);
	}

	.type-member {
	  width: calc(50% - 1.5rem);
	}
	.offer-item {
	    width: calc(50% - 13.333px);
	}

}

/*********************************************************************
smaller than 1124px
**********************************************************************/
@media only screen and (max-width: 1124px) {

    .wrapper-contact {
        align-items: center;
    }
    
    #carrusel-espacios .owl-item div.w-vwrapper {
        height: 100%;
    }
    .section-testimonials .vc_col-sm-4,
    .section-testimonials .vc_col-sm-8 {
        width: 50% !important;
    }
    .column-parcelas .vc_col-sm-6 {
        width: 50% !important;
        margin-bottom: 0 !important;
    }

	#cmplz-document h2 {
		font-size: 2.2rem;
	}

	.filters-events .search-filter,
	.filters-business .search-filter,
	.filters-members .search-filter,
	.filters-collab .search-filter {
		width: 100% !important;
	}

	.w-filter.state_desktop .w-filter-list {
		display: none;
	}
	.w-filter-opener {
		display: inline-block;
	}

}

/************************************************************************************
smaller than 768px
*************************************************************************************/
@media only screen and (max-width: 768px) {

	.h1 {
		font-size: 2.22rem;
	}
	
	.w-search-open,
	.w-btn.icon_atleft .fal {
		width: 44px;
		height: 44px;
	}

	.event {
		flex-direction: column;
	}
	.event .image {
		max-width: 100%;
	}

	.section-landing .vc_col-sm-4,
    .section-landing .vc_col-sm-8,
	.section-testimonials .vc_col-sm-4,
    .section-testimonials .vc_col-sm-8 {
        width: 100% !important;
    }
    .column-parcelas .vc_col-sm-6 {
        width: 100% !important;
        margin: 0 0 1.5rem !important;
    }

	form .col-xs-3,
	form .col-xs-4,
	form .col-xs-5,
	form .col-xs-6,
	form .col-xs-7 {
		width: 100%;
	}

	#cmplz-document h2 {
		font-size: 2rem;
	}

	span.fab.fa-bluesky::before {
		width: 18px;
		font-size: 18px;
	}
	
}


/************************************************************************************
smaller than 600px
*************************************************************************************/
@media only screen and (max-width: 600px) {

	.type-member, 
	.offer-item {
	  width: 100%;
	}
	article.type-entidad {
		width: calc(50% - 0.75rem);
	}
	.content-business .nombre_empresa {
		font-size: 1rem;
	}

}


@media screen and (max-width: 480px) {
  .pagination .nav-links {
    justify-content: center !important;
  }
}