.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b5aeb33:#F6F7F9;--e-global-color-c58817e:#23272F;--e-global-color-5420d44:#70777f;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#A8BFE4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"Manrope";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"Manrope";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"Manrope";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"Lato";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"Lato";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"Lato";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;}.elementor-kit-5 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.entry-title, .wp-block-post-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-kit-5{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Nombre del sitio */
.wp-block-site-title,
.wp-block-site-title a {

    white-space: nowrap !important;
    display: inline-block !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    overflow: visible !important;
    max-width: none !important;
}

/* Contenedor logo + nombre */
.wp-block-site-logo + .wp-block-site-title,
.site-branding {

    flex: 1 1 auto !important;
    min-width: 240px !important;
}
/* ==========================================
   LOGO RESPONSIVE UNIVERSAL
   Compatible con WordPress + Hostinger
========================================== */

/* Logo */
.custom-logo,
.site-logo img,
.wp-block-site-logo img,
.site-branding img,
header img{

    width: auto !important;

    height: clamp(42px, 5vw, 72px) !important;

    max-width: 100% !important;

    object-fit: contain !important;

    display: block;

    transition: all .3s ease;

}

/* Contenedor del logo */

.site-branding,
.wp-block-site-logo{

    display:flex;

    align-items:center;

    justify-content:flex-start;

    flex-shrink:0;

}

/* Header */

header{

    display:flex;

    align-items:center;

    justify-content:space-between;

}


/* ==========================
   Pantallas grandes
========================== */

@media (min-width:1400px){

.custom-logo,
.site-logo img,
.wp-block-site-logo img{

    height:72px !important;

}

}


/* ==========================
   Laptop
========================== */

@media (max-width:1200px){

.custom-logo,
.site-logo img,
.wp-block-site-logo img{

    height:64px !important;

}

}


/* ==========================
   Tablet
========================== */

@media (max-width:992px){

.custom-logo,
.site-logo img,
.wp-block-site-logo img{

    height:56px !important;

}

}


/* ==========================
   Móvil
========================== */

@media (max-width:768px){

.custom-logo,
.site-logo img,
.wp-block-site-logo img{

    height:48px !important;

}

}


/* ==========================
   Móviles pequeños
========================== */

@media (max-width:380px){

.custom-logo,
.site-logo img,
.wp-block-site-logo img{

    height:42px !important;

}

}/* End custom CSS */