.elementor-kit-13{--e-global-color-primary:#4B4B4B;--e-global-color-secondary:#4B4B4B;--e-global-color-text:#4B4B4B;--e-global-color-accent:#4B4B4B;--e-global-color-5e8a686:#FEF5F3;--e-global-color-5268da3:#424C4C;--e-global-color-8550264:#F1C1B3;--e-global-color-53ea8a2:#FFFFFF;--e-global-color-9fc3475:#F0EBE9;--e-global-color-f704449:#000000;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rock Salt";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-8639892-font-family:"Cormorant Garamond";--e-global-typography-8639892-font-size:60px;--e-global-typography-8639892-font-weight:400;--e-global-typography-8639892-line-height:60px;--e-global-typography-645c018-font-family:"Poppins";--e-global-typography-645c018-font-size:15px;--e-global-typography-645c018-font-weight:300;--e-global-typography-5640d5e-font-family:"Cormorant Garamond";--e-global-typography-5640d5e-font-size:30px;--e-global-typography-5640d5e-font-weight:600;--e-global-typography-5640d5e-line-height:35px;--e-global-typography-1911598-font-family:"Poppins";--e-global-typography-1911598-font-size:20px;--e-global-typography-1911598-text-transform:uppercase;}.elementor-kit-13 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);}@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 *//**
 * Eliminar margen inferior párrafos (editor de textos)
 */
.elementor-text-editor p:last-child{ margin-bottom:0px;
}
/**
 * Desaparecer re captcha
 */
.grecaptcha-badge {
    opacity:0;
}

/* header animado */

header.sticky-header {
    --header-height: 90px;
    --opacity: 0.90;
    --shrink-me: 0.80;
    --sticky-background-color: #fff;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}
/* Espacio superior de todo el contenido*/
#content{
    margin-top: 90px;
}

@media only screen and (max-width: 600px) {
    #content{
    margin-top: 0px;
}
}

/* Quitar raya del botón en estado Focus*/
input :focus{
    outline:none;
}/* End custom CSS */