/*
Theme Name: Cactus
Theme URI: http://www.cactussenygrafic.com/
Version: 1.0
Description: Plantilla desenvolupada per Cactus
Author: Cactus Seny Grafic
Author URI: https://www.cactussenygrafic.com/
Template: Divi
*/

:root{
	--offcanvas_up_ini: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	--offcanvas_right_ini: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);;
	--offcanvas_down_ini: polygon(0 0, 100% 0%, 100% -10%, 0 0);
	--offcanvas_left_ini: polygon(0 0, 0 0, 0 100%, 0% 100%);
	--offcanvas_fin: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	--animation_timing:cubic-bezier(.785,.135,.15,.86);


	--dark_turquoise:#046A83;
	--light_turquoise:#5FBFBB;
	--orange:#DE6719;
	--yellow:#FAB954;
}

::selection {background: #046A83 !important;color: #ffffff !important;}
::-moz-selection {background: #046A83 !important;color: #ffffff !important;}

@font-face {
    font-family: 'Geist';
    src: url('fonts/Geist-Regular.woff2') format('woff2'),
        url('fonts/Geist-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('fonts/Geist-SemiBold.woff2') format('woff2'),
        url('fonts/Geist-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('fonts/Geist-Black.woff2') format('woff2'),
        url('fonts/Geist-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('fonts/Geist-ExtraBold.woff2') format('woff2'),
        url('fonts/Geist-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('fonts/Geist-Light.woff2') format('woff2'),
        url('fonts/Geist-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/** font custom **/
body, p, h1, h2, h3, h4, h5, h6, a, span:not(.ab-icon), li, div, td, th, label, input, textarea, button, .gesit {font-family: 'Geist', 'Open Sans', 'Montserrat', 'Arial', sans-serif;}
#menu_trigger_button{border-radius: 500px; cursor: pointer;}
h1, h2, h3, h4, h5, h6{font-weight: 600;}


#offcanvas{
    height: 100vh;
    overflow-x: auto;
    position: fixed;
    top: -110vh;
    left: 0;
    z-index: 9999999;
    width: 100vw;
}
body.et-fb.single-et_header_layout #page-container header.et-l--header #offcanvas{position: relative; top: unset;clip-path: unset !important}
body.admin-bar .et-l--header.fixed{margin-top: 32px}
body.admin-bar #offcanvas {
    margin-top: 32px
}
#offcanvas.animation_up {
    position: fixed!important;
    z-index: 99999;
    top: 0;
    left: 0;
    clip-path: var(--offcanvas_up_ini)
}

#offcanvas.animation_right {
    position: fixed!important;
    z-index: 99999;
    top: 0;
    right: 0;
    clip-path: var(--offcanvas_right_ini)
}

#offcanvas.animation_down {
    position: fixed!important;
    z-index: 99999;
    top: 0;
    left: 0;
    clip-path: var(--offcanvas_down_ini)
}

#offcanvas.animation_left. {
    position: fixed!important;
    z-index: 99999;
    top: 0;
    left: 0;
    clip-path: var(--offcanvas_left_ini)
}

#offcanvas.animation_fade. {
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0
}

#offcanvas.active {
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: var(--animation_timing)
}

#offcanvas.animation_up.active {animation-name: offcanvas_animation_up}
#offcanvas.animation_right.active {    animation-name: offcanvas_animation_right}
#offcanvas.animation_down.active {    animation-name: offcanvas_animation_down}
#offcanvas.animation_left.active {    animation-name: offcanvas_animation_left}
#offcanvas.animation_left.active {    animation-name: offcanvas_animation_left}
#offcanvas.animation_fade.active {    animation-name: offcanvas_animation_fade;pointer-events: all}
@keyframes offcanvas_animation_up { 0% {clip-path: var(--offcanvas_up_ini)} 100% {clip-path: var(--offcanvas_fin)} }
@keyframes offcanvas_animation_right { 0% { clip-path: var(--offcanvas_right_ini) } 100% { clip-path: var(--offcanvas_fin) } }
@keyframes offcanvas_animation_down {0% {clip-path: var(--offcanvas_down_ini) } 100% { clip-path: var(--offcanvas_fin)}}
@keyframes offcanvas_animation_left { 0% { clip-path: var(--offcanvas_left_ini) } 100% { clip-path: var(--offcanvas_fin) } }
@keyframes offcanvas_animation_fade { 0% { opacity: 0 } 100% { opacity: 1 } }

#offcanvas.animation_up.close {
    animation-name: offcanvas_animation_up_close;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: var(--animation_timing)
}

#offcanvas.animation_right.close {
    animation-name: offcanvas_animation_right_close;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: var(--animation_timing)
}

#offcanvas.animation_down.close {
    animation-name: offcanvas_animation_down_close;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: var(--animation_timing)
}

#offcanvas.animation_left.close {
    animation-name: offcanvas_animation_left_close;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: var(--animation_timing)
}

#offcanvas.animation_fade.close {
    animation-name: offcanvas_animation_fade_close;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: var(--animation_timing)
}

@keyframes offcanvas_animation_up_close {
    0% {clip-path: var(--offcanvas_fin)}
    100% {clip-path: var(--offcanvas_up_ini)}
}

@keyframes offcanvas_animation_right_close {
    0% {clip-path: var(--offcanvas_fin)}
    100% {clip-path: var(--offcanvas_right_ini)}
}

@keyframes offcanvas_animation_down_close {
    0% {clip-path: var(--offcanvas_fin)}
    100% {clip-path: var(--offcanvas_down_ini)}
}

@keyframes offcanvas_animation_left_close {
    0% {clip-path: var(--offcanvas_fin)}
    100% {clip-path: var(--offcanvas_left_ini)}
}

@keyframes offcanvas_animation_fade_close {
    0% {opacity: 1}
    to {opacity: 0}
}


.color_dark_turquoise {color: var(--dark_turquoise);}
.bg_dark_turquoise {background-color: var(--dark_turquoise);}
.color_light_turquoise {color: var(--light_turquoise);}
.bg_light_turquoise {background-color: var(--light_turquoise);}
.color_orange {color: var(--orange);}
.bg_orange {background-color: var(--orange);}
.color_yellow {color: var(--yellow);}
.bg_yellow {background-color: var(--yellow);}



body.home > #page-container #et-main-area #main-content{margin-top: 0px !important}
body.home #header_row{background: transparent !important;}
body.home #menu_trigger_button{filter: brightness(20000%);background: rgba(255,255,255,0.2) !important}

.et_pb_button{border:0px !important}
.et_pb_button:after{position: relative !important;    padding: 14px 20px;
    margin: -14px -28px -14px 0px;
    border-left: 1px solid #fff;opacity: 1}
.et_pb_button, .dsm-readmore-btn{background: linear-gradient(90deg, rgba(222,120,21,1) 0%, rgba(251,171,46,1) 50%, rgba(222,120,21,1) 66%, rgba(251,171,46,1) 100%);;display: flex !important;align-items: center;width: fit-content;transition: all 0.5s ease-in-out !important;background-size: 200%;background-position: 0% 0%}
.et_pb_button span{margin-right: 28px}
.et_pb_button:hover, .dsm-readmore-btn:hover{background-position: 100% 0%;}

.dsm-readmore-btn{color:#fff; border-radius: 8px; padding:8px 14px }

.cta_column{backdrop-filter: blur(20px);}

#offcanvas_open, #offcanvas_close{border-radius: 500px; cursor: pointer;transition: all 0.5s ease-in-out;margin-left: 0em !important}
#offcanvas_open:hover, #offcanvas_close:hover{background: rgba(95,191,187,0.6) !important;}
.cactus_language_switcher{font-size: 1.2em; color: rgba(4, 106, 131, 0.2)}
.cactus_language_switcher a{color: rgba(4, 106, 131, 1)}
.cactus_language_switcher a.active{font-weight: bold;}
.cactus_language_switcher a:hover{text-decoration: underline !important;}


body.home .et-l--header:not(.fixed) #header_row .cactus_language_switcher{color: rgba(255, 255, 255, 0.2)}
body.home .et-l--header:not(.fixed) #header_row .cactus_language_switcher a{color: rgba(255, 255, 255, 1)}


#menu-primary li{margin-bottom: 1em}


body.home .et-l--header:not(.fixed) #offcanvas_open{background: rgba(255,255,255,0.4)}
body.home .et-l--header:not(.fixed) #offcanvas_open img{filter:saturate(0) brightness(25000);}
body.home .et-l--header:not(.fixed) #logo_header img{visibility: hidden;}

a.et_pb_bg_layout_dark{background: rgba(255,255,255,0.2); background-image: none !important}


.dsm_card_carousel_child {position: relative;min-height: 550px;}
.dsm_card_carousel_child .dsm_card_wrapper{position: absolute; padding: 3em !important; bottom:0; left:0}
.dsm_card_carousel_child .dsm_card_carousel_child_image_background:after{content:" ";display:block;position: absolute;top: 0; left: 0; width: 100%; height: 100%;background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); opacity: 0.4}
.dsm_card_carousel .swiper-pagination-bullets .swiper-pagination-bullet{margin:0px !important; border-radius: 0px !important; width: 60px; height: 4px}



.tribe-events-schedule{flex-direction: column; padding-bottom: 2em; border-bottom: 1px solid rgba(95, 191, 187, 0.3);}
.event_venue_info > div{margin-left: 0.5ch; font-weight: 400}
.event_passed{padding: 1.5em;text-align: center;background: rgba(95, 191, 187, 0.3);border-radius: 10px;font-size: 1rem;font-weight: 600;color: var(--dark_turquoise);margin-bottom: 1em;}


#tribe-events-cactus{padding-top: 6em;position: relative; z-index: 1}
.single-tribe_events{background-color: #F5FFFE!important}
.tribe-events-venue-map{width: 100%}
.tribe-events-venue-map iframe{height: 450px;max-height: unset;}
.single_event_row{width: 90%;max-width: 1400px;}
.tribe-events-event-image img{border-radius: 15px}
.tribe-events-event-image{position: sticky;}

#calendar .fc-scrollgrid-section > th{padding: 0px !important}
#calendar .fc-scrollgrid-section tr th {padding: 9px 0px !important}
.fc-col-header{margin-bottom: 0px !important; overflow: visible;width: 100% !important}
.fc-scroller{overflow: visible !important;}
.fc-scrollgrid-section > td{padding: 0px !important}
.fc-scrollgrid-sync-table{margin-bottom: 0px !important; border:0px !important}
.fc .fc-daygrid-day-number, .fc .fc-col-header-cell-cushion{color:var(--dark_turquoise)}
.fc-dayGridMonth-button{display: none !important}
.fc-theme-standard td, .fc-theme-standard th{border-color:rgba(95,191,187,0.4)}
#calendar table{border:0px !important}
#calendar table.fc-scrollgrid  tbody > tr > td{    border-top: 0px;}
.fc-col-header-cell.fc-day-sun, .fc-day-sun{border-right: 0px !important}
.fc-day{padding: 0px 3px !important}

.fc-day-today{background-color: #fef8ed !important}
.fc-day-other{background-color: #F5FFFE!important;}
.fc-header-toolbar{display: flex;flex-direction: column-reverse;}
.fc-button{border:1px solid var(--light_turquoise) !important; background: transparent !important; color: var(--light_turquoise) !important}
.fc-today-button{background-color: var(--light_turquoise) !important; color:#fff !important}
.fc-toolbar-title{color:var(--dark_turquoise)}
.fc-toolbar-title::first-letter {text-transform: uppercase; }

.tribe-events-c-subscribe-dropdown{margin:0 !important}

.event_link{color: #FFFFFF !important;border-width: 0px !important;border-radius: 8px;font-size: 18px;background-image: linear-gradient(90deg, #de6719 0%, #fab954 100%);background-color: #DE6719;padding: 14px 28px !important; margin-right: 15px}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button{width:fit-content !important;padding: 14px 28px !important;white-space: nowrap;}


.events_layout .event{border-radius: 15px; overflow: hidden;}
.events_layout.grid_3{display: flex; flex-wrap: wrap; justify-content: space-between;}
.events_layout.grid_3 .event{flex: 0 0 48%}
.events_layout .event .country{padding: 5px 10px; border-radius:50px; background:rgba(95,191,187,0.2); width: fit-content; margin-bottom: 10px}

.back, .tag{padding: 5px 10px; border-radius:50px; background:rgba(95,191,187,0.2); width: fit-content; margin-bottom: 10px; color: var(--dark_turquoise); display: block; width: fit-content; margin-bottom: 1.2em; transition: all 0.5s ease-in-out}
.back:hover, .tag:hover{background:rgba(95,191,187,0.5);}

.events_layout .event .event_link{padding: 8px 16px !important;margin-right: 0px;font-size: 16px;margin-top: 16px}
.events_layout .event .event_link span {margin-right: 16px;}
.events_layout .event .event_link:after{opacity: 1;padding: 14px 18px 14px 3px;margin: -14px -26px -14px 0px;}

.events_layout .event_thumbnail{position: relative;display: block;width: 100%;height: 300px;}
.events_layout .event_thumbnail:after{content:" "; width: 100%; height: 80px; bottom:-30px; left: 0; background: url(icons/event.svg) no-repeat; background-size: contain;    display: block;position: absolute;opacity: 1;z-index: 999;z-index: 1}
.events_layout .event_thumbnail img {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;}

.events_layout li.event{list-style: none; background: #fff;border-radius: 15px;box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;}
.events_layout li.event:before{display: none !important}
.events_layout li.event .event_content{padding: 36px;color:#046A83!important; padding-top: 18px; position: relative; z-index: 2}
.events_layout li.event .event_content h3{font-size: 26px; color: #046A83!important}

.events_layout.carousel li.event{margin-bottom: 10px}
.events_layout.carousel.owl-carousel .owl-nav.disabled{display: flex !important;justify-content: space-between;}
.events_layout.carousel.owl-carousel .owl-nav.disabled button{width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: white; border-radius: 120px;box-shadow: rgba(0, 0, 0, 0.2) 0px 48px 100px 0px;position: absolute;top: calc(50% - 30px);}
.events_layout.carousel.owl-carousel .owl-nav.disabled button.owl-prev{background:#fff url(icons/angle-small-left.svg) no-repeat; background-size:20px 20px; background-position:center;
    left: -30px;}
.events_layout.carousel.owl-carousel .owl-nav.disabled button.owl-next{background:#fff url(icons/angle-small-right.svg) no-repeat; background-size:20px 20px; background-position:center; right: -30px}

.events_layout.list .event{display: flex; margin-bottom: 1em}
.events_layout.list .event .event_thumbnail{flex: 0 0 40%}
.events_layout.list .event .event_thumbnail:after{display: none !important}


.dsm-blog-carousel-item{box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;}
.dsm-grid-post-holder-inner .dsm-entry-thumbnail img{border-radius: 0px}
.dsm_blog_carousel .swiper-button-next, .dsm_blog_carousel .swiper-button-prev{width: 80px !important; height: 80px !important;box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;}

.dsm-entry-title{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;line-height: 1.5;max-height: calc(1.2em * 3);line-height: 1.2; margin-bottom: 0.5em}

.et_pb_section_video_bg .mejs-container .mejs-mediaelement{position: relative;}
.et_pb_section_video_bg .mejs-container .mejs-mediaelement:after{content:" "; display: block; position: absolute; top: 0; left: 0;background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);width: 100%;height: 100%;opacity: 0.4;}

.logo_footer, .et_pb_image_0_tb_footer.et_pb_module.logo_footer{margin-right: auto !important; margin-left: 0px !important}
.et_pb_toggle_content ul li{margin-bottom: 8px;}
.et_pb_toggle_content ul li::marker{color:var(--light_turquoise)}
.et_pb_toggle_content ul li::last-child{margin-bottom: 0px !important}
.et_pb_toggle_content ul li ul{margin-top: 8px;}
.et_pb_toggle_content ul li ul li::marker {content: '⚬ ';font-size: 1.2em;}
.et_pb_toggle_content a{text-decoration: underline !important;}

.et_pb_salvattore_content .column .et_pb_post{box-shadow: rgba(0, 0, 0, 0.05) 0px 48px 100px 0px;transition: box-shadow 0.5s ease-in-out}
.et_pb_salvattore_content .column .et_pb_post:hover{box-shadow: rgba(0, 0, 0, 0.15) 0px 48px 100px 0px;}
.page-numbers{display: flex; align-items: center; justify-content: center;}
.page-numbers .page-numbers{width: 80px; height: 80px; display: flex; align-items: center; line-height: 1; background:rgba(95,191,187,0.2); color:var(--dark_turquoise); border-radius: 500px; margin:0 5px; font-size: 18px; transition: background 0.5s ease-in-out}
.page-numbers .page-numbers:hover{background:rgba(95,191,187,0.6);}
.page-numbers .page-numbers.current{background: var(--dark_turquoise); color:#fff}


#fish_bowl{position: relative;}
#fish_bowl .fish_bowl_stones {bottom: 0 !important;top: unset;padding: 0;}
.et_pb_post_content a{text-decoration: underline !important;}
.et_pb_title_featured_container .et_pb_image_wrap img{border-radius: 20px !important}
.et_pb_post_title .et_

pb_title_container{padding: 0px !important}
.et_pb_post_content img{border-radius: 20px; margin:1em 0em}

.cf7_2columnas .wpcf7-form-control-wrap{flex: 0 0 49%;max-width: 49%;margin-bottom: 2%;}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{border:0px solid #5FBFBB;box-shadow: rgba(0, 0, 0, 0.05) 0px 48px 100px 0px; padding: 1em; width: 100%}

.cf7_2columnas .wpcf7-form-control-wrap[data-name="your-subject"]{flex: 0 0 100%;max-width: 100%;margin-bottom: 2%;}
.cf7_2columnas .wpcf7-form-control-wrap[data-name="your-subject"]{flex: 0 0 100%;max-width: 100%;margin-bottom: 2%;}

.wpcf7-submit{border:0px !important; color:#fff !important}
.wpcf7-submit span {margin-right: 16px;}
.wpcf7-submit:after{opacity: 1;padding: 14px 18px 14px 3px;margin: -14px -26px -14px 0px;}
.wpcf7-submit:hover{padding: .3em 1em !important;}
.wpcf7-list-item{color: var(--dark_turquoise)}
.wpcf7-list-item a{text-decoration: underline;}
.wpcf7-list-item input[type=checkbox]+.wpcf7-list-item-label:before{color: var(--light_turquoise); border-color: var(--dark_turquoise); border-radius: 4px; background: #fff}
.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label:before{color: var(--light_turquoise); }

.gradient-grid {position: relative;}
.gradient-grid:before{display: block !important;content: ' ';position: absolute;top: 0;left: 0;width: 100%;height: 250px;background: linear-gradient(180deg, rgba(245,255,254,1) 0%, rgba(245,255,254,0) 80%);z-index: 8;}
.gradient-grid:after{display: block !important;content: ' ';position: absolute;bottom: 0;left: 0;width: 100%;height: 250px;background: linear-gradient(0deg, rgba(245,255,254,1) 0%, rgba(245,255,254,0) 80%);z-index: 1;}
.swiper-slide img{border-radius: 20px;}
.dsm_image_carousel{margin-bottom: 0px !important}

.altres_ans .dsm_card_carousel_child{min-height: 320px}
.footer_logo_2 p{display: flex; align-items: center; flex-wrap: wrap;}
.footer_logo_2 p img{width: auto;height: auto;max-width: 116px;;max-height: 56px;margin-right: 1.5em;}
.footer_logo_2 p picture{margin-right: 1.5em}
.footer_logo_2 p picture img{margin-right:0em}
.footer_logo_2 p picture:last-child;{margin-right: 0em}
.footer_logo_2 p img:last-child{margin-right: 0px;}
.footer_logo_2 p a:last-child img{margin-right: 0px;}
.que_es_divider .et_pb_top_inside_divider{background-image:url(icons/que-es-divider.svg) !important;    background-size: 100% auto !important;background-position: center bottom;margin-top: -20px;height: 120px !important;}

.location_filter_holder{display: flex; flex-wrap: wrap; font-size: 18px}
.location_filter_holder label{ margin-right: 12px;}
.location_filter_holder label input[type="checkbox"]{position: absolute; visibility: hidden;}
.location_filter_holder .tag{display: flex; align-items: center; margin-right: 0.5em}
.location_filter_holder .tag i{margin-right: 0.5ch; line-height: 0}
.location_filter_holder .tag:hover{}
.location_filter_holder label input:checked + .tag{background-color: var(--dark_turquoise); color: #fff}

.textwidget .sites_holder_row{display:flex; flex-direction:column;}


.et_pb_blog_grid .et_pb_salvattore_content{display: flex; flex-wrap: wrap; justify-content: space-between;}
.et_pb_blog_grid .column{margin-right: 0px !important}

.fc .fc-daygrid-more-link{color: var(--dark_turquoise)}

/* HTML: <div class="loader"></div> */
.loader {
    margin:0 auto;
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--light_turquoise);
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}


.sites_holder_row{width: 100% !important; max-width: 100% !important;}
.site_holder{display: block; background: white; border-radius: 16px; overflow: hidden;color:#fff;height: 460px;background-size: cover;background-position: center;display: flex;position: relative;box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px; cursor: pointer;}
.site_holder:after{content:" "; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0;background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,1) 100%); opacity: 0.5;z-index: 0; }

.site_holder:before{content:" "; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0;background: linear-gradient(180deg, rgba(251,171,46,1) 0%, rgba(222,120,25,1) 100%);mix-blend-mode: multiply; opacity: 0;transition: all 0.5s ease-in-out;}
.site_holder:hover:before{ opacity: 0.5; }
.site_holder .content_site{padding:24px 24px 48px 24px; flex: 0 0 100%; margin-top: auto;z-index: 1}
.site_holder .content_site .site_title{font-size: 28px; font-weight: 600; margin-bottom: 16px}
.site_holder .content_site .et_pb_button{border: 0px; color:#fff;border-radius: 8px;font-size: 16px;padding-top: 10px !important;padding-right: 22px !important;padding-bottom: 10px !important;padding-left: 18px !important;}
.site_holder .content_site .et_pb_button span {margin-right: 18px;}
.site_holder .content_site .et_pb_button:after{font-size: 18px;padding: 15px 15px;margin: -14px -24px -14px 0px;}


.et_pb_section .dsm_card_image_wrapper{margin: 36px; margin-bottom:0px; height:200px; position:relative; }
.et_pb_section .dsm_card_image_wrapper picture{height: 200px;}
.et_pb_section .dsm_card_image_wrapper img {width: 100%;height: 100%;object-fit: contain;object-position: left center;display: block;max-height: 160px;max-width: 75%;}

.dsm_card_wrapper .et_pb_button_wrapper{margin-top: auto}
.dsm_card_wrapper .et_pb_button{border: 0px; color:#fff !important;border-radius: 8px;font-size: 16px;padding-top: 10px !important;padding-right: 22px !important;padding-bottom: 10px !important;padding-left: 18px !important;}
.dsm_card_wrapper .et_pb_button span {margin-right: 18px;}
.dsm_card_wrapper .et_pb_button:after{font-size: 18px;padding: 15px 15px;margin: -14px -24px -14px 0px;}


.entry-content .et_pb_text_inner a{text-decoration: underline !important;}

.wpcf7-list-item-label a{text-decoration: underline !important; font-weight: 400; color:var(--dark_turquoise)}

.agenda_tags .filter_location{font-size: 1.25rem;padding: 8px 16px;}

.event_date_info a{text-decoration:underline !important; color: #046a83;}


.pagination{display: flex;margin-top:4em;}
.pagination_label{position: relative;}
.pagination_label input{position: absolute;visibility: hidden; left:-90000em;}
.pagination .page {color: #000 !important;width: 4rem;height: 4rem;border-radius: 4rem;display: flex !important;align-items: center;justify-content: center;background-color: #fff;cursor: pointer;margin-right: 1rem;background-color: rgba(95,191,187,0.2);}
.pagination input:checked + .page {background-color: #046A83;color:#fff !important;}

.events_category_label {position: relative; font-size: 1rem;}
.events_category_label input{position: absolute;visibility: hidden; left:-90000em;}
.events_category_label span{padding:5px 10px; display: block; width: fit-content;margin-top: -3px;}
.events_category_label input:checked + span{padding:5px 10px; border-radius: 50px; background-color: rgba(95,191,187,0.2); }

.fc-h-event .fc-event-title-container{line-height: 1;}


.subscribe_footer{color:#fff !important;border-radius: 8px;
    padding-top: 14px !important;
    padding-right: 45px !important;
    padding-bottom: 14px !important;
    padding-left: 30px !important;
}

.biomaratons_al_mon:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.5;
    z-index: 0;
}
.biomaratons_al_mon:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(251, 171, 46, 1) 0%, rgba(222, 120, 25, 1) 100%);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index:1;
}
.biomaratons_al_mon:hover:before {
    opacity: 0.5;
}
.biomaratons_al_mon .dsm_card_image_wrapper{margin:0px;}
.biomaratons_al_mon .dsm_card_wrapper{position:absolute; bottom:0; z-index:1;}
.biomaratons_al_mon{overflow:hidden;border-radius:10px;}

@media (max-width:650px){
    .et_pb_button:after{padding: 10px 20px;margin: -14px -20px -14px 0px;}
    .footer_logo_2 p{justify-content: space-between;width: 80%;margin: 0 auto;}
    .footer_logo_2 p picture{margin:0px; margin-bottom: 1em}
    .dsm_card_carousel_child .dsm_card_wrapper{padding:2.5em !important}
    .dsm_card_carousel_child .dsm_card_wrapper .dsm_card_title{font-size: 26px !important}
    .dsm_card_carousel_child .dsm_card_wrapper p{font-size: 16px;line-height: 1.6em}
    .dsm_card_carousel_child .dsm_card_carousel_child_image_background:after{opacity: 0.7}

    .sangre_derecha, .sangre_izquierda{width: 100vw !important;margin-right: -0px !important;margin-left: -5% !important;}
}