.elementor-kit-4{--e-global-color-primary:#03245D;--e-global-color-secondary:#C9DBFA;--e-global-color-text:#4F4F4F;--e-global-color-accent:#FFBF3B;--e-global-color-823449a:#0014A5;--e-global-color-48f9f4e:#FFFFFF;--e-global-typography-primary-font-family:"Industry";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Industry";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Futura PT";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Futura PT";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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{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 */header.sticky-header {
    --header-height: 50px;
    --opacity: 1;
    --shrink-me: 0.80;
    --sticky-background-color: #03245D;
    --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(10px);
}
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));
    position: relative;
    top: 20px;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      header.sticky-header {
    --header-height: 70px!important;
    --opacity: 1;
    --shrink-me: 0.80;
    --sticky-background-color: #03245D;
    --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: none;
    }
    
}

/* Widget WPML */ 

header.sticky-header .wpml-ls-current-language a span {
    color: #FFBF3B!important;
    border-bottom: 1px solid;
}
header.sticky-header .wpml-ls-legacy-list-horizontal a {
    padding: 5px 5px 5px;
}

      
@media(max-width: 768px) {
       header.sticky-header {
    --header-height: 90px;
    --opacity: 1;
    --shrink-me: 0.80;
    --sticky-background-color: #03245D;

    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: none;
    }
    header.sticky-header.elementor-sticky--effects .logo img {
    max-width: inherit;
    position: relative;
    top: 0px;
    }
    header.sticky-header .wpml-ls-legacy-list-horizontal>ul {
        display: flex;
        flex-direction: row;
        position: relative;
        right: 20%;
    }
}


/* Aceptación */

span.elementor-field-option {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
}
/** App toggle **/
span.app__nav {
    position: relative;
    display: inline-block;
    margin: 1rem 0;
    color: #FFBF3B;
    letter-spacing: 1px;
}

span.app__nav:after {
    content: "";
    position: absolute;
    bottom: -0.09rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFBF3B;
    transform: scaleX(0);
    transform-origin: right center 0;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
span.app__nav:hover:after {
    transform: scaleX(1);
    transform-origin: left center 0;
}

/** Overlay **/
.overlay-table__content thead th {
    padding: 0 1rem;
    font-family: "industry", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    text-align: center;
    letter-spacing: 1px;
    background-color: #FFBF3B;
    color: #03245D;
    border-right: 1px solid #B9B9B9;
    border-bottom: 1px solid #B9B9B9;
}
.overlay-table__content tbody td[scope=rowgroup] {
    font-weight: 600;
    letter-spacing: 1px;
    color: #03245D;
}
.overlay-table__content tbody th {
    padding: 0 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #03245D;
    background: #f0f0f0!important;
    border-right: 1px solid #B9B9B9;
    border-bottom: 1px solid #B9B9B9;
}
table td, table th {
    padding: 15px!important;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Industry';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.balaguer-rolls.com/wp-content/uploads/2022/12/Industry-Book.ttf') format('truetype');
}
@font-face {
	font-family: 'Industry';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.balaguer-rolls.com/wp-content/uploads/2022/12/Industry-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Industry';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.balaguer-rolls.com/wp-content/uploads/2022/12/Industry-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Industry';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.balaguer-rolls.com/wp-content/uploads/2022/12/Industry-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Industry';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.balaguer-rolls.com/wp-content/uploads/2022/12/Industry-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Industry';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.balaguer-rolls.com/wp-content/uploads/2022/12/Industry-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.balaguer-rolls.com/wp-content/uploads/2022/12/Futura-Light-font.ttf') format('truetype');
}
@font-face {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.balaguer-rolls.com/wp-content/uploads/2022/12/Futura-Book-font.ttf') format('truetype');
}
@font-face {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.balaguer-rolls.com/wp-content/uploads/2022/12/futura-medium-bt.ttf') format('truetype');
}
@font-face {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.balaguer-rolls.com/wp-content/uploads/2022/12/Futura-Bold-font.ttf') format('truetype');
}
@font-face {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.balaguer-rolls.com/wp-content/uploads/2022/12/Futura-Extra-Black-font.ttf') format('truetype');
}
/* End Custom Fonts CSS */