.elementor-kit-11{--e-global-color-primary:#D26114;--e-global-color-secondary:#D7B466;--e-global-color-text:#342A25;--e-global-color-accent:#00719E;--e-global-color-b8408a0:#543123;--e-global-color-d0246ce:#E6C79C;--e-global-color-79cfe30:#1F3A5F;--e-global-color-536506e:#F8F3EB;--e-global-color-45d2f71:#FFFFFF00;--e-global-color-5766e8b:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:1.1em;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Inter", Sans-serif, Roboto, Helvetica;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a:hover{font-weight:600;}.elementor-kit-11 h1{font-family:"Montserrat Alternates", Sans-serif, Roboto, Helvetica;font-weight:700;}.elementor-kit-11 h2{font-family:"Montserrat Alternates", Sans-serif, Roboto, Helvetica;font-weight:700;}.elementor-kit-11 h3{font-family:"Montserrat Alternates", Sans-serif, Roboto, Helvetica;font-weight:700;}.elementor-kit-11 h4{font-family:"Montserrat Alternates", Sans-serif, Roboto, Helvetica;font-weight:700;}.elementor-kit-11 h5{font-family:"Montserrat Alternates", Sans-serif, Roboto, Helvetica;font-weight:700;}.elementor-kit-11 h6{font-family:"Montserrat Alternates", Sans-serif, Roboto, Helvetica;font-weight:700;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-family:"Inter", Sans-serif, Roboto, Helvetica;}.elementor-kit-11 label{font-family:"Inter", Sans-serif, Roboto, Helvetica;font-size:1.1rem;font-weight:400;line-height:1.2em;}.elementor-kit-11 input:not([type="button"]):not([type="submit"]),.elementor-kit-11 textarea,.elementor-kit-11 .elementor-field-textual{font-family:"Inter", Sans-serif, Roboto, Helvetica;font-size:1.1rem;font-weight:400;line-height:1.1em;}.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);}.elementor-lightbox{background-color:#342A25F2;--lightbox-ui-color:var( --e-global-color-5766e8b );--lightbox-ui-color-hover:var( --e-global-color-primary );--lightbox-text-color:var( --e-global-color-5766e8b );--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 */.cf-turnstile {
  text-align: center;
}

p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.elementor-icon-wrapper {  line-height: 0;
}
.logo-animacion {
  transition: transform 0.25s ease, filter 0.25s ease;
}
.logo-animacion:hover {
  transform: scale(0.98); /* se achica apenas */
  filter: brightness(1.02); /* leve aumento de brillo */
}

/* 1. Header -Estado inicial del contenedor externo */
.header-flotante {
    transition: background-color 0.3s ease, padding 0.3s ease;
}
/* 2. Header -Estado inicial del contenedor interno (el que tiene el diseño) */
.header-interno {
    transition: all 0.3s ease;
}

/* --- CAMBIOS AL HACER SCROLL HEADER --- */

/* El contenedor externo se vuelve blanco y quita el padding superior */
.header-flotante.elementor-sticky--effects {
    background-color: #ffffff !important;
    padding-top: 0 !important;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1); 
}
/* El contenedor interno pierde los bordes redondeados y el margen */
.header-flotante.elementor-sticky--effects .header-interno {
   margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* Contenedor del icono */
.btn-icon-rotate .elementor-button-icon {
    background-color: #D26114;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}
/* Ícono del botón*/
.btn-icon-rotate .elementor-button-icon i,
.btn-icon-rotate .elementor-button-icon svg {
    color: #ffffff;
    transition: transform 0.4s ease;
}
/* Hover: SOLO rota el icono */
.btn-icon-rotate:hover .elementor-button-icon i,
.btn-icon-rotate:hover .elementor-button-icon svg {
    transform: rotate(45deg);
}

/* Alinea icono + texto verticalmente */
.btn-icon-rotate .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center; 
    gap: 12px; 
} 
/* Oculta el ícono del boton en mobile */
@media (max-width: 767px) {
    span.elementor-button-icon {
        display: none !important;
    }
}
/*Efecto Float*/
.float {
  transition: transform 0.3s ease;
}
.float:hover {
  transform: translateY(-5px);
}
/*Línea span blanca*/
.linea-span-1 {
  display: inline-block;
  width: 40px;
  height: 1.5px;
  background-color: #F8F3EB63;
 margin: 4px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .linea-span-1  {
    display: none;
  }
}


/*Línea span naranja*/
.linea-span-2 {
  display: inline-block;
  width: 40px;
  height: 1.5px;
  background-color: #D26114;
 margin: 4px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .linea-span-2  {
    display: none;
  }
}


/*Animación sube*/
.card-contenedor .contenedor-interno {
    transition: transform 0.3s ease;
}
.card-contenedor:hover .contenedor-interno {
    transform: translateY(-2px);
}
/*Agrega puntos suspensivos a los títulos de las cards que tengan más de 2 renglones*/
.suspensivos2 {
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
/*Agrega puntos suspensivos a los títulos de las cards que tengan más de 3 renglones*/
.suspensivos3 {
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    }

/*ícono de datos seguros al final del formualario de contacto*/
.privacy-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1rem;
    line-height: 1em;
     }
.privacy-note{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.privacy-note img{
    width: 18px;
    height: 18px;
    }
/*Mensaje de éxito formulario al enviar mensaje*/
.elementor-message.elementor-message-success.elementor-message-svg
    {
    text-align: center;
    margin-top: 20px;
    }
/*Menú iconos shortcode*/
.menu-shortcode-mobile{
    display:none !important;
}

@media (max-width:767px){

    .menu-shortcode-mobile{
        display:block !important;
        width:100%;
        padding:20px;
    }

}/* End custom CSS */