.elementor-kit-6{--e-global-color-primary:#EF299D;--e-global-color-secondary:#151515;--e-global-color-text:#151515;--e-global-color-accent:#151515;--e-global-color-e77ea75:#FD7900;--e-global-color-ff03d9d:#FCFCFC;--e-global-typography-primary-font-family:"BDOGrotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"BDOGrotesk";--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-weight:bold;font-family:"Nunito Sans", Sans-serif;font-size:18px;line-height:1.22em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#EF299D;font-family:"Nunito Sans", Sans-serif;font-size:16px;font-weight:bold;line-height:1em;color:var( --e-global-color-ff03d9d );border-style:none;border-radius:20px 20px 20px 20px;padding:10px 30px 10px 30px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#151515;color:var( --e-global-color-ff03d9d );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"BDOGrotesk", Sans-serif;font-size:74px;font-weight:bold;line-height:1.2em;}.elementor-kit-6 h2{font-family:"BDOGrotesk", Sans-serif;font-size:41px;font-weight:bold;line-height:1.2em;}.elementor-kit-6 h3{font-family:"BDOGrotesk", Sans-serif;font-size:27px;line-height:1.2em;}.elementor-kit-6 label{color:var( --e-global-color-text );font-size:18px;font-weight:bold;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{color:#000000;border-style:solid;border-width:1px 1px 1px 1px;border-color:#151515;border-radius:0px 0px 0px 0px;padding:5px 5px 5px 5px;}.elementor-kit-6 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea:focus,.elementor-kit-6 .elementor-field-textual:focus{color:#707070;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6 h1{font-size:50px;}.elementor-kit-6 h2{font-size:36px;}.elementor-kit-6 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Slide logos loop infinito */
.animated-slide-logos {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.animated-slide-logos .logos-track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.animated-slide-logos .logos-imagen {
  flex-shrink: 0;
  margin: 0 4%; /* <- espacio entre logos */
}
.logos-imagen img {
    height: 35px;
    width: auto;
}
/* Fin Slide logos loop infinito */
/* Texto degradados */
.degradado-rosa{
    background-image: linear-gradient(to bottom, #ef299d, #fd7900);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.degradado-naranja{
    background-image: linear-gradient(to bottom, #ff983b, #fd7900);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.degradado-azul{
    background-image: linear-gradient(to bottom, #00978f, #007bad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.degradado-verde{
    background-image: linear-gradient(to bottom, #019c88, #00b74e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Fin texto degradados */

/* Fondo degradados */
.bg-degradado-rosa{
    background-image: linear-gradient(to bottom, #ef299d, #fd7900);
    
}
.bg-degradado-naranja{
    background-image: linear-gradient(to bottom, #ff983b, #fd7900);
    
}
.bg-degradado-azul{
    background-image: linear-gradient(to bottom, #00978f, #007bad);
    
}
.bg-degradado-verde{
    background-image: linear-gradient(to bottom, #019c88, #00b74e);
    
}
/* Fin Fondo degradado */
/* texto revelado */
.text-reveal .word {
  opacity: 0.2;
  display: inline-block;
  filter: blur(2px); 
  transition: opacity 0.25s ease-out, filter 0.25s ease-out, transform 0.25s ease-out;
  color: inherit;
}
.text-reveal .word.visible {
  opacity: 1;
  filter: blur(0); 
}
.text-reveal .word.pink {
    color: #EF299D;
}
/* Fin texto revelado */
/* Texto slide */
.animated-title {
    display: flex;
    white-space: nowrap;
}
/* Fin texto slide */
ul,ol{margin:10px 0 15px;}
li{margin:5px 0;}

.container{
    padding: 76px 20px;
}
.intro{
    font-size: 22px;
}
.h1{
    font-family: BDOGrotesk;
    font-size: 74px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
}
.h4{
    font-family: "BDOGrotesk";
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}
#header-main,
#header-main div,
#header-main .header-main_logo img{
    transition: 500ms !important;
}

#header-main.header-scroll{
    background: #fff;
    transition: 500ms !important;
    box-shadow: 0px 2px 1px #00000014;
}
#header-main.header-scroll div{
    padding: 5px 0 !important;
     transition: 500ms !important;
}
#header-main.header-scroll .header-main_logo img{
    width: 120px !important;
    height: auto !important;
    transition: 500ms !important;
}
#header-main.header-scroll #main-menu a{
    color: #333;
    fill: #333;
}
#header-main.header-scroll #main-menu a:hover{
    color: #EF299D;
}
.soluciones-title .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}
.soluciones-title .slick-slide{
    width: 100% !important;
    cursor: pointer;
}
.soluciones-title .slick-slide h3{
    color: #bebebe !important;
    font-weight: bold !important;
    transition: 500ms !important;
}
.soluciones-title .slick-slide:hover h3,
.soluciones-title .slick-slide.slick-current h3{
    color: #EF299D !important;
    font-weight: bold !important;
    transition:500ms !important;
}
.soluciones-img .slick-slide{
    width: 520px !important;
    height: 520px !important;
}
.soluciones-img .soluciones-img_title{
    position: absolute !important;
    bottom: 40px !important;
    width: 80%!important;
}
.soluciones-img .soluciones-img_icon{
    position: absolute !important;
    bottom: 30px !important;
    right: 20px;
}
.casos-scale {
    transform: translateY(-70px) scale(2.3);
    transition: transform 4s ease; /* transición suave */
}
.casos-scale.shrink {
     transform: translateY(0) scale(1);
     transition: transform 3s ease; /* transición suave */
}
.caso-block .caso-title{
    transform: translateY(50px);
    transition: ease 500ms;
}
.caso-block:hover .caso-title{
    transform: translateY(0px);
    transition: ease 500ms;
}
.testimonios cite{
    display: flex;
    flex-direction: row;
}
.testimonios cite .elementor-testimonial__name{
    margin-right: 5px;
}
.testimonios .swiper-slide{
    filter: blur(4px) !important;
    transition: 800ms !important;
}
.testimonios .swiper-slide.swiper-slide-active{
    filter: blur(0px) !important;
    transition: 800ms !important;
}
.video-zoom{
    transform: scale(3) translateY(-50px) !important;
    transition: 2s;
}
.video-zoom.x{
    transform: scale(1) translateY(0) !important;
    transition: 2s;
}
.eventos-list{
    position: relative;
    cursor: pointer;
}
.eventos-list_img{
     opacity: 0;
     transition: 1000ms;
}
.eventos-list:hover .eventos-list_img{
     opacity: 1;
     transition: 1000ms;
}
 
/* Formularios */ 

.gform_heading{display: none;}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    padding: 5px !important;
    border-radius: 0 !important;
}

.gform_wrapper.gravity-theme input[type=color]:focus,
.gform_wrapper.gravity-theme input[type=date]:focus,
.gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.gform_wrapper.gravity-theme input[type=datetime]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=month]:focus,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=password]:focus,
.gform_wrapper.gravity-theme input[type=search]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=time]:focus,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=week]:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus {
    outline-color: transparent !important;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px !important;
}
.ginput_container_consent label{
    font-size: 14px !important;
    font-weight: normal !important;
}
.ginput_container_consent label a{
    font-weight: bold !important;
    text-decoration: underline !important;
}
.gform_wrapper.gravity-theme #field_submit .gform-button--width-full,
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
    font-size: 18px !important;
    font-weight: bold !important;
}
 @media (max-width: 1024px) {
.h1{
    font-size: 30px;
}
.intro{
    font-size: 20px;
}
.container{
    padding: 40px 20px;
} 
.eventos-list_img{
    display: none;
}
#header-main.header-scroll #main-menu .elementor-menu-toggle .e-font-icon-svg{
    color: #333;
    fill: #333;
}
.caso-block .caso-title{
    transform: translateY(0px);
}
.caso-block:hover .caso-title{
    transform: translateY(0px);
}
}
@media (max-width: 767px) {
.intro{
    font-size: 18px;
}  
.container{
    padding: 32px 20px;
}
}

/* Compliance */

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background-color: #00000078 !important;
    border-top: none !important;
}
 #moove_gdpr_cookie_info_bar {
    min-height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    width: 95% !important;
    max-width: 620px !important;
    
    background-color: white !important;
    padding: 20px !important;
    border-radius: 5px !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{
    background-color: #ffffff !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    height: 100% !important;
    flex-direction: column !important;
    justify-content: space-evenly !important;
}

#moove_gdpr_cookie_info_bar *{
    line-height: 1.2 !important;
    text-align: center !important;
}


#moove_gdpr_cookie_info_bar p {
    margin: 15px 0 !important;
}


#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    display: block !important;
    padding-left: 0 !important;
    width: 450px !important;
}

.moove-gdpr-infobar-allow-all{
    width: 98% !important;
    color: #EF299D;
}

.moove-gdpr-infobar-reject-btn{
    width: 39% !important;
    float: left !important;
    background-color: #ffffff !important;
    color: #202020 !important;
}

.mgbutton.change-settings-button{
    width: 55% !important;
    float: right !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
    bottom: -40000px !important;
}

.mgbutton.moove-gdpr-infobar-allow-all,
.mgbutton.moove-gdpr-infobar-reject-btn,
.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button{
    font-size: 16px !important;
    padding: 15px !important;
}

@media (max-width: 767px){
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
        display: flex !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        width: 95% !important;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
        width: 100% !important;
    }
}


@media (max-width: 460px){
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
        display: flex !important;
    }
    
.moove-gdpr-cookie-notice p:nth-child(1) {
    font-size: 14px !important;
}
    
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        width: 95% !important;
        height: auto !important;
        padding: 50px 20px !important;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
        width: 100% !important;
        display: flex !important;
    }
    
.moove-gdpr-infobar-allow-all{
    width: 100% !important;
    order: 1;
}
    .moove-gdpr-infobar-reject-btn{
    width: 100% !important;
    float: none !important;
    order: 3;
 }

.mgbutton.change-settings-button{
    width: 100% !important;
  float: none !important;
    order: 2;
}
}

/* _________________ *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'BDOGrotesk';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://simmerevents.com/wp-content/uploads/2025/11/BDOGrotesk-Regular-BF648a656fd543a.ttf') format('truetype');
}
@font-face {
	font-family: 'BDOGrotesk';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://simmerevents.com/wp-content/uploads/2025/11/BDOGrotesk-Bold-BF648a656f8559f.ttf') format('truetype');
}
/* End Custom Fonts CSS */