.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Dropdown idioma*/

header .wpml-ls-legacy-dropdown a {
    
    border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
    align-items: center;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    
}


header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: initial;
  border-top: unset;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  margin-left: 5px;
  top: calc(50% - .375em);
}

.wpml-ls-statics-shortcode_actions {
    background-color: #ffffff00;
    width: fit-content;
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    display: flex;
}

.banner-header {
    min-height: calc(100vh - 78px) !important;
}
.texto-vertical p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.pxl-item--inner span.punto {
    background: #313131 !important;
}
.pxl-item--text {
    color: #313131 !important;
    font-size: 33px !important;
}
.boton-videos a.elementor-button {
    backdrop-filter: blur(8px);
}
.slider-navegacion .swiper-pagination {
    margin: auto;
    left: 0 !important;
    background: #4A554F8C;
    position: absolute;
    bottom: 30px !important;
    right: 0;
    width: fit-content !important;
    backdrop-filter: blur(8px);
    padding: 10px;
    border-radius: 20px;
}
.videos-precentacion {
    backdrop-filter: blur(35.11px);
    -webkit-backdrop-filter: blur(35.11px);
    background-color: #21292591 !important;
    background-color: rgba(33, 41, 37, 0.57)!important;
}
/* animacion */
.pxl-item--container {
    display: flex;
    margin: 5px 0px;
}

.pxl-item--inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pxl-item--text {
    margin-bottom: 0;
    position: relative;
    letter-spacing: 1.92px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    text-transform: uppercase;
    font-family: "Frank Ruhl Libre", Sans-serif;
}
.pxl-item--inner span.punto {
    display: block;
    width: 2px;
    height: 2px;
    padding: 2px;
    background: #FFFFDF;
    margin: 0 14px;
    border-radius: 100%;
    margin-top: 9px;
}
div#animacion-horizontal,
div.animacion-horizontal, 
div#animacion-horizontal2,
div.animacion-horizontal2 {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
.pxl-item--inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: slide-left 30s linear infinite;
}
.he-223 a.elementor-button {
    min-width: 224px;
}
@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Solo la mitad porque estará duplicado */
  }
}
/* and animacion */
/* Preguntas */
.select-pregunta {
    display: none;
}
.select-pregunta.activo {
    display: grid;
}
.custom-select {
    position: relative;
    font-family: sans-serif;
    max-width: 600px;
    margin: auto;
}
.select-selected {
    background-color: transparent;
    border: 2px solid #006400;
    padding: 10px;
    cursor: pointer;
    border-radius: 8px;
    color: #006400;
    padding-right: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-selected {
    background-image: url(/wp-content/uploads/2025/07/Frame-534.png);
    background-repeat: no-repeat;
    background-position: 100% 7px;
}
.select-items {
    position: absolute;
    background-color: #061b104d;
    border: 3px solid #27B067;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    border-radius: 8px;
    backdrop-filter: blur(8px);
}
.select-items div {
    padding: 10px 32px;
    cursor: pointer;
    color: #fff;
    position: relative;
}
.select-items > div:not(:last-child):after {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    background: #192820;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.select-items div:hover {
/*background-color: #27ae60;  Hover más oscuro */
}
.select-items > div:hover {
    background-color: #EFF09D;
    color: #1E3227;
}
/* End preguntas */
@media (max-width: 1024px) {
.elementor .banner-header .elementor-background-slideshow__slide__image {
    background-position: 50% -15px;
    background-size: cover;
    height: 110%;
    width: 100%;
}
/*Parrafo general*/
p {
    text-wrap: balance;
}
}
@media only screen and (max-width: 767px) {
    .hide-movil {
        display:none;
    }
    .banner-header{
        min-height: calc(100vh - 157px) !important;
    }
    span.salto-movil {
        display: block;
        min-height: 1rem;
    }
    .activo.dos-videos {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
    .activo.dos-videos a {
    flex: 0 0 250px;
    margin: 0 10px;
    scroll-snap-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
}
}/* End custom CSS */