.elementor-kit-7{--e-global-color-primary:#BB492E;--e-global-color-secondary:#122945;--e-global-color-text:#0D386D;--e-global-color-accent:#215A86;--e-global-color-e2f5cbe:#FFFFFF;--e-global-color-ab2132a:#FFFFFF00;--e-global-color-db3d792:#646363;--e-global-color-10d723c:#FFFFFFE6;--e-global-color-3be59d9:#EB5D3B;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:1rem;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:1rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif, Roboto;font-size:1em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Inter", Sans-serif, Roboto;}.elementor-kit-7 h1{font-family:"Montserrat", Sans-serif, Roboto;font-size:1.8rem;font-weight:600;}.elementor-kit-7 h2{font-family:"Inter", Sans-serif, Roboto;font-size:1.6rem;}.elementor-kit-7 h3{font-family:"Montserrat", Sans-serif, Roboto;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Inter", Sans-serif, Roboto;font-size:1rem;}.elementor-kit-7 label{font-family:"Inter", Sans-serif, Roboto;font-size:1rem;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:"Inter", Sans-serif, Roboto;font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-secondary );--lightbox-ui-color:var( --e-global-color-e2f5cbe );--lightbox-ui-color-hover:var( --e-global-color-primary );--lightbox-text-color:var( --e-global-color-e2f5cbe );--lightbox-header-icons-size:32px;--lightbox-navigation-icons-size:32px;}@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 */html, body {
    max-width: 100%;
    overflow-x: hidden !important;
     }
.elementor-counter-title {
    text-align: center;
}

/*ÍCONO EXPANDIR GALERÍA*/
.e-font-icon-svg.e-eicon-frame-expand {
    display: none !important;
}
/*ESCALA*/
.hover-scale {
  transition: transform 0.25s ease-out;
  transform-origin: center;
}
.hover-scale:hover {
  transform: scale(1.03);
}

/*ANIMACION PULSE ICONO*/
.pulse-animation {
  animation: pulse 1.8s ease-in-out infinite;
  transform-origin: center;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
/*CARDS FOTO SLIDER*/
.dm-card-swiper-wrapper .e-con.e-flex{
        flex-shrink: 0 !important;
    }
    .dm-card-swiper-pagination {
        max-width:10% !important;
    }
    .dm-card-swiper,
    .dm-card-swiper-wrapper
    
    {
        transform-style: preserve-3d;
    }
    .dm-card-swiper-slide {
    }
/*PARRAFOS SIN MARGEN*/
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
/*REMARCADO 1*/
.remarcado {
  background-color: #BB492E;
  padding: 0.01em 0.15em;
 -webkit-box-decoration-break: clone;
}
/*REMARCADO 2*/
.remarcado-2 {
  background-color: #BB492E;
  color: white;
  padding: 0.01em 0.15em;
 -webkit-box-decoration-break: clone;
}
/*SEÑALAR TEXTO*/
::-moz-selection {
  background-color: #D35538;
  color: #ffffff;
}
::selection {
  background-color: #D35538;
  color: #ffffff;
}
/* BARRA DE SCROLL */
::-webkit-scrollbar {
  width: 14px;
}
/* --Fondo */
::-webkit-scrollbar-track {
  background: #122945;
}
/* --Barra de desplazamiento */
::-webkit-scrollbar-thumb {
  background-color: #D35538;
  border-radius: 10px;
  border: 2px solid #122945;
  transition: background-color 0.2s ease;
}
/* --Hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff;
}
/* Estado inicial (antes de entrar en viewport) */
.elementor-invisible.fade-soft-right {
    opacity: 0;
    transform: translateX(16px);
}

/* Cuando Elementor activa la animación */
.fade-soft-right.animated {
    opacity: 1;
    transform: translateX(0);
    transition: 
        opacity 0.6s ease-out,
        transform 0.6s ease-out;
}
.card-glass-v1 {
    backdrop-filter: blur(16px) saturate(100%);
    -webkit-backdrop-filter: blur(16px) saturate(100%);
    background-color: rgba(200, 110, 11, 0);
}
.card-glass-v2 {
    backdrop-filter: blur(11px) saturate(100%);
    -webkit-backdrop-filter: blur(11px) saturate(100%);
    background-color: rgba(200, 110, 11, 0);
}
.derecho {
    transition: 
       transform 0.10s ease;
}
.derecho:hover {
    transform: translateX(6px);
}
/* PRELOADER DE GALERIA COLOR*/
.swiper-lazy-preloader {
 border: #ffffff !important;
}

/* HEADER - Redondea los bordes con animación*/
.redondeado-off {
  border-radius: 14px; 
  transition: border-radius 0.3s ease;
}
.redondeado-on {
  border-radius: 0 0 14px 14px; 
}

@media (max-width: 1024px) {
  .redondeado-off {
    border-radius: 0px; 
  }
  .redondeado-on {
  border-radius: 0px; 
   }
}/* End custom CSS */