cd /* 
Theme Name: Hello Elementor Child
Theme URI: ../../../_external/github.com/elementor/hello-theme/index.html
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: ../../../_external/elementor.com/index.html
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: ../../../_external/www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ======================================================================= 
   VARS
   ======================================================================= */
:root {
    /* Colors */
    --color-blue: #004E6C;
    --color-yellow: #F8AB00;
    --color-gris-claro: #F5F7FA;
    --color-gris-medio: #c7c7c7;
    --color-gris: #959595;
    /* --color-gris-oscuro: #2A2C40;   Footer color */
}



/* ======================================================================= 
   FONTS
   ======================================================================= */
/* Webfont files are missing in this bundle; rely on system fonts to avoid decode errors. */
.eicon-menu-bar:before {
    content: "\2630";
    font-family: inherit !important;
}

.eicon-close:before {
    content: "\00D7";
    font-family: inherit !important;
}

/* ======================================================================= 
   GENERALS
   ======================================================================= */
html {
    scroll-behavior: smooth !important;
    box-sizing: border-box !important;
    font-size: 8px !important;
    /* referencia para el rem */
}

body,
main {
    font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif !important;
    background-color: #ffffff !important;
}

main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.material-icons {
    font-family: "Material Icons" !important;
}


/* ================
   SCROLL-BARS
   ================ */
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--color-gris-medio);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: var(--color-gris-medio);
}

*::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid var(--color-gris-medio);
}


/* ================
   WPML BAR
   ================ */
.otgs-development-site-front-end {
    display: none;
}


/* ================
   COOKIES-BAR
   ================ */
#cookie-law-info-bar {
    background-color: #010118 !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

#cookies-bar {
    line-height: 1.5;
}

#cookies-bar a {
    transition: all .3s;
}

#cookies-bar .privacy-policy-link {
    color: var(--color-yellow);
}

#cookies-bar .privacy-policy-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

#cookies-bar a:not(.privacy-policy-link) {
    padding: 15px 30px;
    border-radius: 515px;
}

#cookies-bar a:not(.privacy-policy-link):hover {
    color: #ffffff !important;
    background-color: var(--color-yellow) !important;
}



/* ======================================================================= 
   1. MAIN-MENU
   ======================================================================= */
/* === WRAPPER === */
#top {
    position: fixed;
    top: 0;
    width: 100%;
    font-family: 'Barlow', Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    color: #ffffff;
    background-color: var(--color-blue);
    z-index: 99999;
    transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}


/* SUBMENÃS */
#top {
    box-shadow: 4px 5px 15px -2px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 4px 5px 15px -2px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 4px 5px 15px -2px rgba(0, 0, 0, 0.42);
}

#main-menu ul.sub-menu {
    margin-top: 0px !important;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    /*box-shadow: 4px 5px 15px -2px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 4px 5px 15px -2px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 4px 5px 15px -2px rgba(0, 0, 0, 0.42);*/
}

#main-menu ul.sub-menu li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}



/* RESPONSIVE */
@media only screen and (max-width: 1635px) {
    header {
        width: 100% !important;
        padding-left: 20px !important;
    }
}


@media only screen and (max-width: 1535px) {
    header {
        padding-top: 15px !important;
        padding-left: 0px !important;
    }

    header>.elementor-container {
        flex-direction: column;
    }

    header>.elementor-container .elementor-column {
        width: 100% !important;
        text-align: center !important;
    }

    header>.elementor-container .elementor-column .elementor-element {
        text-align: center !important;
    }

    header>.elementor-container .elementor-column .elementor-element ul {
        margin: 0 auto !important;
    }
}


@media only screen and (max-width: 1220px) {
    header {
        padding: 0px 20px !important;
    }

    header>.elementor-container {
        flex-direction: row;
        max-width: 1024px !important;
    }

    header>.elementor-container .elementor-column:first-child {
        width: 75% !important;
    }

    header>.elementor-container .elementor-column:nth-child(2) {
        width: 25% !important;
    }

    header>.elementor-container .elementor-column .elementor-element {
        text-align: left !important;
    }

    header>.elementor-container .elementor-menu-toggle {
        color: #ffffff !important;
    }

    .elementor-nav-menu--dropdown a {
        /*padding-left: 60px !important;*/
        align-items: center !important;
        justify-content: center !important;
    }

    body.tb-mobile-menu-fallback {
        overflow-x: hidden;
    }

    body.tb-mobile-menu-fallback.tb-mobile-menu-open {
        overflow: hidden;
        touch-action: none;
    }

    body.tb-mobile-menu-fallback .tb-mobile-menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(3, 22, 32, 0.52);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .25s ease, visibility .25s ease;
        z-index: 10000;
    }

    body.tb-mobile-menu-fallback.tb-mobile-menu-open .tb-mobile-menu-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.tb-mobile-menu-fallback #main-menu .elementor-menu-toggle {
        position: relative;
        z-index: 10006;
    }

    body.tb-mobile-menu-fallback #main-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: fixed;
        top: 0 !important;
        right: 0;
        width: min(86vw, 360px);
        height: 100dvh;
        max-height: 100dvh !important;
        margin-top: 0 !important;
        padding: 84px 18px 24px;
        border: none !important;
        background: #0a3f57;
        box-shadow: -18px 0 36px rgba(0, 0, 0, .35);
        transform: translateX(104%) !important;
        transform-origin: right center !important;
        transition: transform .28s ease !important;
        overflow-y: auto;
        overscroll-behavior: contain;
        z-index: 10005;
    }

    body.tb-mobile-menu-fallback #main-menu.tb-mobile-panel-open .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        transform: translateX(0) !important;
    }

    body.tb-mobile-menu-fallback #main-menu .elementor-nav-menu--dropdown ul.elementor-nav-menu {
        display: block;
    }

    body.tb-mobile-menu-fallback #main-menu .elementor-nav-menu--dropdown a,
    body.tb-mobile-menu-fallback #main-menu .elementor-nav-menu--dropdown .elementor-sub-item {
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: left !important;
        color: #ffffff !important;
        border-left: 0 !important;
        padding: 12px 10px !important;
    }

    body.tb-mobile-menu-fallback #main-menu .elementor-nav-menu--dropdown li {
        width: 100%;
    }

    body.tb-mobile-menu-fallback #main-menu .elementor-nav-menu--dropdown .sub-menu {
        display: block !important;
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        padding-left: 14px;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.tb-mobile-menu-fallback #main-menu .elementor-nav-menu--dropdown .sub-menu .elementor-sub-item {
       font-size: 14px;
        opacity: .9;
        padding: 10px 17px !important;
        border-radius: 30px;
    }
}

/*
@media only screen and (max-width: 768px) {
    header a img {
        width: 80% !important;
        border: 1px solid red !important;
    }
}

*/




/* === EFECTO SHRINKING=== */
header.sticky-header {
    --header-height: 100px;
    --shrink-header-to: 0.6;
    --transition: .45s cubic-bezier(.4, 0, .2, 1);
    background-color: rgba(244, 245, 248, 1);
    transition: background-color var(--transition),
        backdrop-filter var(--transition),
        box-shadow var(--transition);
}

/* Shrinking activated */
header.sticky-header.elementor-sticky--effects {
    background-color: rgba(244, 245, 248, .8);
    box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

header.sticky-header>.elementor-container {
    min-height: var(--header-height);
    transition: min-height var(--transition);
}

header.sticky-header.elementor-sticky--effects>.elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-header-to));
}

/* Keep the header logo compact after swapping to the new square source image */
.elementor-400 .elementor-element.elementor-element-2953ea9 .elementor-widget-container>a {
    display: inline-flex;
    align-items: center;
}

.elementor-400 .elementor-element.elementor-element-2953ea9 img {
    width: auto !important;
    max-width: none !important;
    height: 90px !important;
    max-height: 90px !important;
    object-fit: contain;
}

/* Keep sticky offset scoped to the desktop/main nav only. */
header.elementor-sticky--effects nav.elementor-nav-menu--main {
    top: 57px !important;
}

@media only screen and (max-width: 1220px) {
    body.tb-mobile-menu-fallback.tb-mobile-menu-open header.sticky-header {
        overflow: visible !important;
    }
}

header.scrolled:not(.elementor-sticky--effects) .elementor-menu-toggle {
    top: 15px !important;
}

@media only screen and (max-width: 768px) {
    .elementor-400 .elementor-element.elementor-element-a6cbeff {
        --nav-menu-icon-size: 45px !important;
    }
}



/* === ITEMS === */
.elementor-nav-menu--main ul li {
    padding: 0px 20px !important;
}

.elementor-nav-menu--main ul li a {
    font-family: 'Barlow', Helvetica, Arial, Lucida, sans-serif !important;
    opacity: 90%;
    padding: 15px 5px !important;
}

.elementor-nav-menu--main ul li:hover a {
    opacity: 100%;
}

/* LÃ­nea superior (animada) que indica que ese Ã­tem estÃ¡ en estado :hover */
.elementor-nav-menu--main ul li a::before {
    content: "";
    position: absolute;
    width: 80%;
    left: 10%;
    top: 10%;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.elementor-nav-menu--main ul li a::after {
    background-color: rgba(255, 255, 255, 0) !important;
    border-bottom: 2px solid transparent !important;
}


/* Para modificar el tipo de flecha de los submenÃºs */
.sub-arrow i::before {
    font-family: 'Font Awesome 5 Free' !important;
    content: '\f078' !important;
}



/* === LANGUAGE SELECTOR === */
/* Controlando la distancia entre las banderas */
.elementor-nav-menu--main ul li:nth-last-child(2) {
    padding-right: 5px !important;
}

.elementor-nav-menu--main ul li:last-child {
    padding-left: 40px !important;
}

/* Controlando el tamaÃ±o de las banderas */
.elementor-nav-menu--main ul li a img {
    height: 20px;
    width: 20px;
}

/* Para que las banderas no tenga el borde superior del estado :hover */
.elementor-nav-menu--main ul li:not(:nth-last-child(2)):not(:last-child):hover a::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Y en cambio indiquen el estado :hover con una animaciÃ³n *
.elementor-nav-menu--main ul li:nth-last-child(2):hover a img,
.elementor-nav-menu--main ul li:last-child:hover a img {
    border-radius: 50%;
    /* shining *
    box-shadow: 0px 0px 25px #87d0ed;
    transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    -webkit-transition: box-shadow 0.2s ease-in;*/
/* rotate *
    transform: rotateY(180deg);
    transition: transform 0.4s ease-in;
    -moz-transition: transform 0.4s ease-in;
    -o-transition: transform 0.4s ease-in;
    -webkit-transition: transform 0.4s ease-in;
}

/* shining *
.elementor-nav-menu--main ul li:nth-last-child(2):hover a img,
.elementor-nav-menu--main ul li:last-child:hover a img {
    -webkit-animation: neon 2s ease-in-out infinite alternate;
    animation: neon 2s ease-in-out infinite alternate;
    -webkit-animation-delay: -1.8s, 11s;
    animation-delay: -1.8s, 11s;
}

@keyframes neon {
    from {
        box-shadow: 0 0 10px #56c8f5, 0 0 20px #56c8f5, 0 0 30px #56c8f5, 0 0 40px #004E6C,
            0 0 70px #004E6C, 0 0 80px #004E6C, 0 0 100px #004E6C, 0 0 150px #004E6C;
    }

    to {
        box-shadow: 0 0 5px #56c8f5, 0 0 10px #56c8f5, 0 0 15px #56c8f5, 0 0 20px #004E6C,
            0 0 35px #004E6C, 0 0 40px #004E6C, 0 0 50px #004E6C, 0 0 75px #004E6C;
    }
}





/* ======================================================================= 
   2. HOME PAGE
   ======================================================================= */
/* ============================================== 
   2.1. SLIDER
   ============================================== */
/* === WRAPPER === */
#slider .elementor-widget-wrap {
    top: -150px;
    padding: 0;
}


/* === PRE AND NEXT ARROWS === */
a.bdt-position-bottom-right {
    bottom: 30% !important;
}

a.bdt-position-bottom-right:hover {
    background-color: var(--color-yellow) !important;
    border-color: var(--color-yellow) !important;
}

a.bdt-position-bottom-right.bdt-prime-slider-next {
    right: 50px !important;
}

a.bdt-position-bottom-right.bdt-prime-slider-previous {
    right: 120px !important;
}



/* === TEXT === */
/* Wrapper */
.bdt-position-z-index {
    position: absolute;
    top: 40% !important;
    left: 0;
    height: auto;
    width: 41% !important;
    animation-name: fade-in;
    animation-duration: 1.2s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    margin-top: 15px;
    margin-left: 0px;
    padding-left: 50px;
    border-radius: 0px 35px 35px 0px;
    /*background-color: rgba(1, 33, 50, .9);*/
    background-color: transparent;
    z-index: 2 !important;
}

/* Overlay */
.blended {
    position: absolute;
    left: 0;
    height: 400px;
    animation-name: fade-in;
    animation-duration: 1.2s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    margin-left: 0px;
    padding-left: 50px;
    border-radius: 0px 35px 35px 0px;
    background-color: rgb(1, 73, 106);
    mix-blend-mode: multiply !important;
    z-index: 1;
}

.bdt-slideshow-item:last-child .blended {
    height: 450px;
}


@keyframes fade-in {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%;
    }
}


/* Title Wrapper */
.bdt-prime-slider-desc {
    margin-top: 20px !important
}

.bdt-main-title {
    width: 90% !important;
    margin-bottom: 0 !important;
}

/* Title */
.bdt-main-title .bdt-title-tag {
    font-size: 7rem !important;
    margin-bottom: 0 !important;
}

.bdt-main-title .bdt-title-tag span {
    color: var(--color-yellow) !important;
}


/* Subtitle Wrapper */
.bdt-slider-excerpt {
    margin-top: 0 !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
}

/* Subtitle */
.slider-subtitle {
    color: var(--color-yellow);
    font-weight: 600;
    font-size: 3.5rem;
    margin-bottom: 40px;
}

.slider-subtitle span {
    color: #ffffff;
}

/* Text */
.slider-text {
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.slider-text>span {
    color: var(--color-yellow);
    font-weight: 600;
}


/* Button */
.slider-button {
    margin: 15px 0 25px;
}

.slider-button>a {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 15px 40px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    transition: background-color 0.5s ease;
}

.slider-button>a {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background-color: transparent !important;
}

.slider-button>a:hover {
    color: var(--color-blue) !important;
    background-color: #ffffff !important;
}


/* nav-dots */
@media only screen and (max-width: 1000px) {

    /*
    ul.bdt-slideshow-items+div+div {
        display: flex !important;
        justify-content: flex-end !important;
        text-align: right !important;
        border: 2px solid blue !important;
    }
*/
    ul.bdt-dotnav {
        width: 95%;
        justify-content: flex-end;
    }
}


@media only screen and (max-width: 1650px) {
    #slider .elementor-widget-wrap {
        top: 80px !important;
        padding-left: 0;
        padding-right: 0;
    }

    .bdt-position-z-index {
        top: 150px !important;
        width: 60% !important;
    }

    #benefits-section {
        margin-top: 100px;
    }
}



@media only screen and (max-width: 1350px) {
    .bdt-main-title .bdt-title-tag {
        font-size: 6rem !important;
    }

    .slider-subtitle {
        font-size: 3rem;
    }

    .slider-text {
        font-size: 2rem;
    }

    .slider-button>a {
        font-size: 1.2rem;
        font-weight: 600;
    }
}

@media only screen and (max-width: 1250px) {
    .bdt-slideshow-item .blended {
        height: 350px;
    }

    .bdt-slideshow-item:last-child .blended {
        height: 400px;
    }

}

@media only screen and (max-width: 1100px) {
    .bdt-position-z-index {
        width: 70% !important;
    }

    .bdt-main-title .bdt-title-tag {
        font-size: 5rem !important;
    }

    .slider-subtitle {
        font-size: 2.5rem;
    }

    .slider-text {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 860px) {
    .bdt-main-title .bdt-title-tag {
        font-size: 4rem !important;
    }

    .slider-subtitle {
        font-size: 2rem;
    }

    .slider-text {
        font-size: 1.5rem;
    }
}


@media only screen and (max-width: 760px) {

    .blended,
    .bdt-position-z-index {
        top: 50px !important;
    }
}



@media only screen and (max-width: 670px) {
    .bdt-main-title .bdt-title-tag {
        font-size: 3.5rem !important;
    }

    .slider-text {
        font-size: 1.5rem;
    }

    .bdt-slideshow-item:last-child .slider-text:not(:nth-child(3)) {
        margin-bottom: 1.5rem !important;
    }

    .slider-button>a {
        font-size: 1.2rem;
        font-weight: 500;
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 620px) {

    .blended,
    .bdt-position-z-index {
        top: 25px !important;
    }

    a.bdt-position-bottom-right.bdt-prime-slider-previous {
        right: 80px !important;
    }

    a.bdt-position-bottom-right.bdt-prime-slider-next {
        right: 30px !important;
    }

}

@media only screen and (max-width: 590px) {

    .blended,
    .bdt-position-z-index {
        top: 10px !important;
        padding-left: 20px;
    }

    .bdt-main-title .bdt-title-tag {
        font-size: 2.5rem !important;
    }

    .bdt-prime-slider-desc {
        margin-top: 5px !important;
    }


    .slider-subtitle {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .slider-text {
        font-size: 1.5rem;
    }

    .bdt-slideshow-item .slider-text {
        margin-bottom: .5rem !important;
    }

    .bdt-slideshow-item:last-child .slider-text:not(:nth-child(3)) {
        margin-bottom: .1rem !important;
    }

    .slider-button>a {
        font-size: 1rem;
        font-weight: 400;
        padding: 15px 25px;
    }
}

/* SUSTITUCIÃN DE TEXTOS */
@media only screen and (max-width: 450px) {
    ul.bdt-dotnav {
        display: none;
    }

    .bdt-slideshow-item .slider-text {
        visibility: hidden;
        position: relative;
        height: 50px;
    }

    .bdt-slideshow-item .slider-text:after {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* Slide 2 */
    .bdt-slideshow-item:nth-child(2) .slider-text:after {
        content: "is to make the best beer experience available to all.";
    }

    /* Slide 3 */
    .bdt-slideshow-item:nth-child(3) .slider-text:after {
        content: "We believe that everyone deserves to drink fresh beer at its very best!" !important;
    }

    /* Slide 4 */
    .bdt-slideshow-item:nth-child(4) .slider-text:after {
        content: "The use of kegs pollutes our planet with C02." !important;
    }

    /* Slide 5 */
    .bdt-slideshow-item:last-child .slider-text:nth-child(1):after {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        content: "Knowledge, Agility and Partnership." !important;
    }

    .bdt-slideshow-item:last-child .slider-text:nth-child(2),
    .bdt-slideshow-item:last-child .slider-text:nth-child(3) {
        display: none !important;
    }
}


@media only screen and (max-width: 350px) {
    .bdt-slideshow-item .slider-text {
        height: 40px;
    }

    /* Slide 1 */
    .slider-subtitle {
        display: none !important;
    }

    /* Slide 2 */
    .bdt-slideshow-item:nth-child(2) .slider-text:after {
        content: "is to make the best beer experience.";
    }

    /* Slide 3 */
    .bdt-slideshow-item:nth-child(3) .slider-text:after {
        content: "Fresh beer at its very best!" !important;
    }

    /* Slide 4 */
    .bdt-slideshow-item:nth-child(4) .slider-text:after {
        content: "The use of kegs pollutes with C02." !important;
    }
}


/* === PARA QUE EN LOS DISPOSITIVOS MÃVILES EL SLIDER 1 CONTENGA UNA IMÃGEN EN LUGAR DE UN POSTER === */
.postered {
    background-image: url("#");
    /* Page_1_section_3_services-scaled.jpg */
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




/* ============================================== 
   2.2. GENERAL TEXT STYLES
   ============================================== */
/* === Encabezados de PÃGINA === */
.single-page-header-title h1.elementor-heading-title {
    font-family: 'Barlow', sans-serif !important;
    font-size: 10rem !important;
    font-weight: 600 !important;
    line-height: 10rem !important;
    color: var(--color-yellow) !important;
}

.single-page-header-title h1.elementor-heading-title>span {
    color: #ffffff !important;
}

@media only screen and (max-width: 768px) {
    .single-page-header-title h1.elementor-heading-title {
        font-size: 8rem !important;
        line-height: 8rem !important;
    }
}

@media only screen and (max-width: 585px) {
    .single-page-header-title h1.elementor-heading-title {
        font-size: 6rem !important;
        line-height: 6rem !important;
    }
}

@media only screen and (max-width: 445px) {
    .single-page-header-title h1.elementor-heading-title {
        font-size: 5rem !important;
        line-height: 5rem !important;
    }
}

@media only screen and (max-width: 368px) {
    .single-page-header-title h1.elementor-heading-title {
        font-size: 4rem !important;
        line-height: 4rem !important;
    }
}


/* === Encabezados de SECCIÃN === */
.section-header-title h2.elementor-heading-title {
    font-family: 'Barlow', sans-serif !important;
    font-size: 5rem !important;
    font-weight: 700 !important;
    line-height: 5rem !important;
    color: var(--color-blue) !important;
}

.section-header-title h2.elementor-heading-title>span {
    color: var(--color-yellow) !important;
}


/* === Textos "normales" de cada secciÃ³n === */
.section-text-wrapper h3,
.image-text {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    line-height: 3rem !important;
    color: var(--color-blue) !important;
    margin: 15px auto 20px !important;
}

.banner-text h2 {
    font-family: 'Barlow', sans-serif !important;
    color: var(--color-yellow) !important;
    font-size: 4rem !important;
    line-height: 6rem !important;
    font-weight: 700 !important;
}

.banner-text h2>span {
    color: #ffffff !important;
}



/* === CONTENTS === */
.section-title {
    font-family: Barlow, sans-serif;
    color: var(--color-blue);
    font-size: 4rem;
    font-weight: 700;
    line-height: 3rem;
    margin: 15px auto 20px;
}

.elementor-button-text {
    font-family: Barlow, sans-serif !important;
    font-size: 1.7rem !important;
    font-weight: 700 !important;
}



/* === LIST HEADERS === */
.list-header h2.elementor-heading-title {
    font-family: Barlow, sans-serif !important;
    color: var(--color-blue) !important;
    font-size: 3rem !important;
    font-weight: 700 !important;
    line-height: 3.5rem !important;
}

.list-header h2.elementor-heading-title>span {
    color: var(--color-yellow) !important;
}


span.hightlighted {
    color: var(--color-yellow) !important;
}



/* ============================================== 
   2.3. BENEFITS SECTION 
   ============================================== */
/* === WRAPPER === */
#benefits-icons-section .elementor-container {
    display: flex !important;
    justify-content: center !important;
}


@media only screen and (max-width: 920px) {
    #benefits-icons-section .elementor-column {
        width: 25% !important;
    }

    #benefits-icons-section .elementor-column .elementor-widget-wrap,
    #benefits-icons-section .elementor-column .elementor-widget-wrap .elementor-widget-container {
        padding: 0;
        padding-bottom: 20px;
    }
}


@media only screen and (max-width: 820px) {
    #benefits-icons-section .elementor-column {
        justify-content: center;
        width: 49% !important;
    }

    #benefits-icons-section .elementor-column .elementor-widget-wrap {
        width: 70% !important;
    }
}

@media only screen and (max-width: 720px) {
    #benefits-icons-section .elementor-column .elementor-widget-wrap {
        width: 80% !important;
    }
}

@media only screen and (max-width: 620px) {
    #benefits-icons-section .elementor-column .elementor-widget-wrap {
        width: 90% !important;
    }
}

@media only screen and (max-width: 520px) {
    #benefits-icons-section .elementor-column .elementor-widget-wrap {
        width: 100% !important;
    }
}

@media only screen and (max-width: 420px) {
    #benefits-icons-section .elementor-column {
        width: 100% !important;
    }

    #benefits-icons-section .elementor-column .elementor-widget-wrap {
        width: 60% !important;
    }
}

@media only screen and (max-width: 380px) {
    #benefits-icons-section .elementor-column .elementor-widget-wrap {
        width: 70% !important;
    }
}



/* ============================================== 
   2.4. HOW WE WORK SECTION 
   ============================================== */
/* ================
   BODY-SUBSECTION
   ================ */
/* === WRAPPER === */
#how-we-work-body {
    overflow: hidden;
}

#how-we-work-body .elementor-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 18px;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
}

/* === COLUMNS === */
#how-we-work-body .how-we-work-column {
    width: calc((100% - 36px) / 3);
    cursor: pointer;
    overflow: hidden !important;
    border-radius: 18px;
}

#how-we-work-body .how-we-work-column .elementor-widget-wrap {
    /* Keep text anchored while background zooms for depth. */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    padding: 18px 18px 20px;
    transition: background-size 1.2s ease-in-out !important;
    -moz-transition: background-size 1.2s ease-in-out !important;
    -ms-transition: background-size 1.2s ease-in-out !important;
    -o-transition: background-size 1.2s ease-in-out !important;
    -webkit-transition: background-size 1.2s ease-in-out !important;
    background-position: center center;
    border-radius: 18px;
}

#how-we-work-body .how-we-work-column:first-child .elementor-widget-wrap {
    background-size: 200%;
}

#how-we-work-body .how-we-work-column:nth-child(2) .elementor-widget-wrap {
    background-size: 200%;
}

#how-we-work-body .how-we-work-column:last-child .elementor-widget-wrap {
    background-size: 200%;
}

#how-we-work-body .how-we-work-column:first-child:hover .elementor-widget-wrap,
#how-we-work-body .how-we-work-column:first-child:focus .elementor-widget-wrap {
    background-size: 240%;
}

#how-we-work-body .how-we-work-column:nth-child(2):hover .elementor-widget-wrap,
#how-we-work-body .how-we-work-column:nth-child(2):focus .elementor-widget-wrap {
    background-size: 240%;
}

#how-we-work-body .how-we-work-column:last-child:hover .elementor-widget-wrap,
#how-we-work-body .how-we-work-column:last-child:focus .elementor-widget-wrap {
    background-size: 240%;
}


/* === TITLE === */
#how-we-work-body .how-we-work-column .elementor-widget-wrap .how-we-work-column-title {
    position: relative;
}

#how-we-work-body .how-we-work-column .elementor-widget-wrap .how-we-work-column-title .elementor-widget-container {
    position: relative;
}

#how-we-work-body .how-we-work-column .elementor-widget-wrap .how-we-work-column-title .elementor-widget-container h2.elementor-heading-title {
    font-family: 'Barlow', sans-serif !important;
    color: var(--color-yellow) !important;
    font-size: clamp(2.2rem, 2.6vw, 3rem) !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    margin: 0 !important;
    transition: all .5s linear;
}

@media only screen and (min-width: 1221px) {
    #how-we-work-body .how-we-work-column:hover .elementor-widget-wrap .how-we-work-column-title .elementor-widget-container h2.elementor-heading-title {
        color: #ffffff !important;
        letter-spacing: .3rem;
    }
}


@media only screen and (max-width: 1221px) {
    #how-we-work-body .how-we-work-column .elementor-widget-wrap {
        background-size: cover !important;
    }
}

#how-we-work-body .how-we-work-column .elementor-widget-wrap .how-we-work-column-title .elementor-widget-container h2.elementor-heading-title a {
    color: inherit !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 1024px) {
    #how-we-work-body .how-we-work-column .elementor-widget-wrap {
        min-height: 280px;
    }
}

@media only screen and (max-width: 820px) {
    #how-we-work-body .elementor-container {
        gap: 14px;
    }

    #how-we-work-body .how-we-work-column {
        width: 100% !important;
        margin-bottom: 0;
    }

    #how-we-work-body .how-we-work-column .elementor-widget-wrap {
        min-height: 220px;
    }
}


/* === BUTTON === */
#how-we-work-body .how-we-work-column .elementor-widget-wrap .how-we-work-column-button {
    position: relative;
}

#how-we-work-body .how-we-work-column .elementor-widget-wrap .how-we-work-column-button .elementor-widget-container {
    position: relative;
    margin-top: auto;
}

#how-we-work-body .how-we-work-column .elementor-widget-wrap .how-we-work-column-button .elementor-button {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .75);
    padding: 10px 22px;
    background-color: rgba(255, 255, 255, .08);
    backdrop-filter: blur(1px);
    transition: all .25s ease;
}

#how-we-work-body .how-we-work-column .elementor-widget-wrap .how-we-work-column-button .elementor-button:hover {
    color: var(--color-blue) !important;
    background-color: #ffffff;
    border-color: #ffffff;
}




/* ============================================== 
   2.5. WE KNOW OUR CLIENTS SECTION  
   ============================================== */
/* === WRAPPER === */
#we-know-clients .elementor-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}


/* === COLUMNS === */
#we-know-clients .we-know-clients-column {
    width: 49% !important;
    max-height: 533px !important;
    margin-bottom: 22px !important;
    cursor: pointer;
    overflow: hidden !important;
}


/* Zoom effect (background-image but not text */
@media only screen and (min-width: 1221px) {
    #we-know-clients .we-know-clients-column .elementor-widget-wrap {
        /* este es el que tiene la imagen de fondo */
        transition: background-size 1s ease-in-out;
        background-size: 210%;
    }

    #we-know-clients .we-know-clients-column:hover .elementor-widget-wrap,
    #we-know-clients .we-know-clients-column:focus .elementor-widget-wrap {
        transition: background-size 1s ease-in-out;
        background-size: 240%;
    }
}


@media only screen and (max-width: 820px) {
    #we-know-clients .we-know-clients-column {
        width: 100% !important;
    }
}



/* === TITLE === */
#we-know-clients .we-know-clients-column .elementor-widget-wrap .we-know-clients-column-title {
    position: relative;
}

#we-know-clients .we-know-clients-column .elementor-widget-wrap .we-know-clients-column-title .elementor-widget-container {
    position: relative;
}

#we-know-clients .we-know-clients-column .elementor-widget-wrap .we-know-clients-column-title .elementor-widget-container h2.elementor-heading-title {
    font-family: 'Barlow', sans-serif !important;
    color: var(--color-yellow) !important;
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 600 !important;
    transition: all .5s ease-in-out;
}

#we-know-clients .we-know-clients-column .elementor-widget-wrap .elementor-widget-container h3.elementor-heading-title {
    font-size: 2.5rem !important;
    line-height: 4rem;
}




@media only screen and (min-width: 1221px) {
    #we-know-clients .we-know-clients-column:hover .elementor-widget-wrap .we-know-clients-column-title .elementor-widget-container h2.elementor-heading-title {
        color: #ffffff !important;
        letter-spacing: .2rem;
    }
}


@media only screen and (max-width: 1220px) {
    #we-know-clients .we-know-clients-column .elementor-widget-wrap {
        padding-top: 150px !important;
    }
}


@media only screen and (max-width: 620px) {
    #we-know-clients .elementor-widget-container img {
        width: 35% !important;
    }
}

@media only screen and (max-width: 520px) {
    #we-know-clients .elementor-widget-container img {
        width: 40% !important;
    }
}

@media only screen and (max-width: 420px) {
    #we-know-clients .elementor-widget-container img {
        width: 45% !important;
    }
}


/* === BUTTON === */
#we-know-clients .we-know-clients-column .elementor-widget-wrap .we-know-clients-column-button {
    position: relative;
}

#we-know-clients .we-know-clients-column .elementor-widget-wrap .we-know-clients-column-button .elementor-widget-container {
    position: relative;
}


/* === TESTIMONIALS === */
/*
.elementor-widget-testimonial-carousel {
    border: 2px solid red;
}

.elementor-widget-testimonial-carousel .elementor-testimonial {
    border: 2px solid green;
}

.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__content {
    border: 2px solid yellow;
}

.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text {
    border: 2px solid blue;
}

.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__footer {
    border: 2px solid blueviolet !important;
}

.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image {
    border: 2px solid black !important;
}

.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__cite {
    border: 2px solid dodgerblue;
}
*/

/* TESTIMONIALS SECTION */
.elementor-testimonial {
    cursor: default !important;
}

.elementor-testimonial__text:before,
.elementor-testimonial__text:after {
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 24px;
    font-weight: 400 !important;
    font-style: normal !important;
    padding: 5px;
    color: var(--color-yellow);
    width: 100% !important;
}

.elementor-testimonial__text:before {
    content: '\f10d' !important;
}

.elementor-testimonial__text:after {
    content: '\f10e' !important;
}



@media only screen and (max-width: 768px) {
    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__content {
        padding: 15px !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image img {
        width: 208px !important;
        height: 208px !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text {
        font-size: 17px !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__cite .elementor-testimonial__name {
        font-size: 21px !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__cite .elementor-testimonial__title {
        font-size: 16px !important;
    }

    .elementor-widget-testimonial-carousel .swiper-slide {
        padding: 0 !important;
    }
}


@media only screen and (max-width: 568px) {
    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image img {
        width: 180px !important;
        height: 180px !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text {
        font-size: 16px !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__cite .elementor-testimonial__name {
        font-size: 20px !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__cite .elementor-testimonial__title {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 468px) {
    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__footer {
        width: 35% !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__image img {
        width: 100px !important;
        height: 100px !important;
        border-radius: 0 !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text {
        font-size: 15px !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__cite .elementor-testimonial__name {
        font-size: 19px !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__cite .elementor-testimonial__title {
        font-size: 15px !important;
    }
}


@media only screen and (max-width: 368px) {
    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__footer {
        width: 40% !important;
    }

    .elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__cite .elementor-testimonial__name {
        font-size: 18px !important;
    }
}


/* ============================================== 
   2.6. HOW A TANKBEER SYSTEM WORKS SECTION 
   ============================================== */
#it-works-section {}

@media only screen and (max-width: 768px) {
    #it-works-steps-section .step-column:not(:last-child) {
        margin-bottom: 75px !important;
    }

    #it-works-steps-section .arrow-column {
        display: none;
    }

    #it-works-graph-section .subtitle-text {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 468px) {
    #it-works-graph-section .subtitle-text {
        font-size: 2.5rem;
    }
}





/* ============================================== 
   2.7. CONTACT SECTION  
   ============================================== */
#contact-form-submit-button {
    background-color: var(--color-yellow);
    border-radius: 50px 50px 50px 50px;
    padding: 25px 50px 25px 50px;
}

#contact-form-submit-button:hover {
    color: #ffffff;
    background-color: var(--color-blue);
}





/* ======================================================================= 
   3. FOOTER
   ======================================================================= */
/* Footer parity fix: remove top gap and enforce Tankbeer blue */
.elementor-582 .elementor-element.elementor-element-49aca216 {
    margin-top: 0 !important;
    background-color: var(--color-blue) !important;
}

.elementor-582 .footer_address_column .elementor-widget-heading .elementor-heading-title {
    color: var(--color-yellow) !important;
}

#footer-logo-column img {
    min-width: 120px !important;
}

.footer-text a {
    color: var(--color-yellow);
}

/* Footer link columns (Quick Links / More Links) */
#footer .footer_address_column .elementor-widget-text-editor a,
#footer .footer_address_column .elementor-widget-text-editor a:link,
#footer .footer_address_column .elementor-widget-text-editor a:visited {
    color: #ffffff !important;
}

#footer .footer_address_column .elementor-widget-text-editor a:hover,
#footer .footer_address_column .elementor-widget-text-editor a:active,
#footer .footer_address_column .elementor-widget-text-editor a:focus {
    color: var(--color-yellow) !important;
}

/* unvisited link */
.footer-text a:link {
    color: #ffffff;
}

/* visited link */
.footer-text a:visited {
    color: rgba(255, 255, 255, .7)
}

/* mouse over link, selected link */
.footer-text a:hover,
.footer-text a:active {
    color: var(--color-yellow);
}

.footer-text span {
    color: var(--color-yellow);
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width: 480px) {
    #footer .footer-text a {
        width: 100% !important;
        display: block;
    }

    #footer .footer-text span {
        display: block;
        padding: 15px 0 !important;
    }
}

@media only screen and (max-width: 360px) {
    #footer .elementor-element:nth-child(2) .elementor-widget-container .elementor-social-icons-wrapper {
        display: flex !important;
        justify-content: space-between !important;
    }

    #go-to-top-button {
        margin-top: 10px;
    }
}


@media only screen and (max-width: 768px) {
    .footer_address_column div {
        text-align: center !important;

    }

    .footer_address_column:not(:last-child) .elementor-widget-text-editor {
        margin-bottom: 75px;
    }

    .footer_address_column:last-child .elementor-widget-text-editor {
        margin-bottom: 25px;
    }
}





/* ======================================================================= 
   4. INSTALLATIONS / SERVICES PAGES
   ======================================================================= */
/* === HEADER === *
 .single-page-header-wrapper {
    border: 3px solid blue;
}

.single-page-header-title-column {
    border: 2px solid red;
}

.single-page-header-title .elementor-heading-title {
    border: 1px solid yellowgreen;
}


/* === BODY === *
.single-page-body-wrapper {
    border: 3px solid rgb(236, 128, 227);
}

.single-page-body-icon-column {
    border: 2px solid rgb(0, 255, 200);
}

.single-page-body-icon {
    border: 1px solid rgb(30, 132, 249);
}

.list-header  {
    border: 1px solid rgb(30, 132, 249);
}

.single-page-body-icon-list-wrapper {
    border: 1px solid rgb(30, 132, 249);
}
*/

.list-header h2.elementor-heading-title {
    line-height: 5rem !important;
}

.single-page-header-wrapper {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.single-page-header-title .elementor-heading-title {
    font-size: clamp(4rem, 7vw, 8rem) !important;
    line-height: 1.05 !important;
    letter-spacing: .01em;
}

#installations-body.single-page-body-wrapper .elementor-container,
#services-body.single-page-body-wrapper .elementor-container {
    align-items: flex-start;
    gap: 24px;
}

#installations-body.single-page-body-wrapper .single-page-body-icon-column,
#services-body.single-page-body-wrapper .single-page-body-icon-column {
    width: calc((100% - 48px) / 3) !important;
}

#installations-body.single-page-body-wrapper .single-page-body-icon .elementor-widget-container,
#services-body.single-page-body-wrapper .single-page-body-icon .elementor-widget-container {
    min-height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#installations-body.single-page-body-wrapper .single-page-body-icon img,
#services-body.single-page-body-wrapper .single-page-body-icon img {
    width: 190px !important;
    height: 190px !important;
    object-fit: contain;
}

#installations-body.single-page-body-wrapper .list-header .elementor-heading-title,
#services-body.single-page-body-wrapper .list-header .elementor-heading-title {
    font-size: clamp(3.4rem, 3.1vw, 4.8rem) !important;
    line-height: 1.12 !important;
    margin: 0 0 10px !important;
}

#installations-body.single-page-body-wrapper .single-page-body-icon-list-wrapper .elementor-icon-list-item,
#services-body.single-page-body-wrapper .single-page-body-icon-list-wrapper .elementor-icon-list-item {
    margin-bottom: 4px;
}

#installations-body.single-page-body-wrapper .single-page-body-icon-list-wrapper .elementor-icon-list-text,
#services-body.single-page-body-wrapper .single-page-body-icon-list-wrapper .elementor-icon-list-text {
    line-height: 1.55 !important;
}


#installations-body .single-page-body-icon-list-wrapper .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item,
#services-body .single-page-body-icon-list-wrapper .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item {
    align-items: start !important;
}

#installations-body .single-page-body-icon-list-wrapper .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-icon,
#services-body .single-page-body-icon-list-wrapper .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-icon {
    padding-top: 6px !important;
}



@media only screen and (max-width: 1350px) {

    #installations-body.single-page-body-wrapper .elementor-column img,
    #services-body.single-page-body-wrapper .elementor-column img {
        height: 150px;
        width: auto;
    }

    .single-page-body-icon-list-wrapper .elementor-widget-container {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 980px) {

    #installations-body.single-page-body-wrapper .elementor-column img,
    #services-body.single-page-body-wrapper .elementor-column img {
        height: 140px !important;
        width: auto !important;
    }
}

@media only screen and (max-width: 880px) {

    #installations-body.single-page-body-wrapper .elementor-column img,
    #services-body.single-page-body-wrapper .elementor-column img {
        height: 130px !important;
        width: auto !important;
    }
}

@media only screen and (max-width: 820px) {
    .single-page-header-title .elementor-heading-title {
        font-size: 7rem !important;
    }

    #installations-body.single-page-body-wrapper .elementor-container,
    #services-body.single-page-body-wrapper .elementor-container {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    #installations-body.single-page-body-wrapper .elementor-container .elementor-column,
    #services-body.single-page-body-wrapper .elementor-container .elementor-column {
        width: 100% !important;
        margin-bottom: 50px;
    }

    #installations-body .single-page-body-icon-list-wrapper .elementor-widget-container,
    #services-body .single-page-body-icon-list-wrapper .elementor-widget-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #installations-body .single-page-body-icon-list-wrapper ul,
    #services-body .single-page-body-icon-list-wrapper ul {
        width: 100% !important;
    }

    #installations-body .single-page-body-icon-list-wrapper ul li,
    #services-body .single-page-body-icon-list-wrapper ul li {
        justify-content: center !important;
    }

    #installations-body .single-page-body-icon-list-wrapper ul li span.elementor-icon-list-icon,
    #services-body .single-page-body-icon-list-wrapper ul li span.elementor-icon-list-icon {
        display: none;
    }

    #installations-body .single-page-body-icon-list-wrapper .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text,
    #services-body .single-page-body-icon-list-wrapper .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text {
        text-align: center !important;
    }

    .go-back-button-wrapper {
        margin-top: 0 !important;
    }
}

/*
@media only screen and (max-width: 560px) {
    .single-page-header-title .elementor-heading-title {
        font-size: 5rem !important;
        border: 5px dotted red !important;
    }
}


@media only screen and (max-width: 380px) {
    .single-page-header-title .elementor-heading-title {
        font-size: 4rem !important;
    }
}
*/



/* ======================================================================= 
   5. OUR TANK OFFER PAGE
   ======================================================================= */
.elementor-3091 #installations-header {
    background-image:
        linear-gradient(rgba(5, 53, 77, .28), rgba(5, 53, 77, .28)),
        url('../img/Page_1_section_3_tank_offer_2-scaled.jpg') !important;
}

.elementor-3091 .single-page-body-wrapper .single-page-body-icon-column {
    max-width: 980px;
    margin: 0 auto;
}

.elementor-3091 .single-page-body-icon-list-wrapper .elementor-icon-list-item {
    margin-bottom: 6px;
}

.elementor-3091 .single-page-body-icon-list-wrapper .elementor-icon-list-text {
    line-height: 1.55 !important;
}

.our-tank-offer.single-page-body-paragraph h2.elementor-heading-title {
    font-size: clamp(3.4rem, 3.2vw, 5rem) !important;
    line-height: 1.18 !important;
}

#tanks-separator {
    display: none;
}


@media only screen and (max-width: 768px) {
    .our-tank-offer.single-page-body-paragraph h2.elementor-heading-title {
        text-align: center !important;
    }

    #tanks-separator {
        display: block !important;
    }
}

/* Para ocultar el nombre de la imagen en el lightbox */
footer.elementor-slideshow__footer .elementor-slideshow__title {
    display: none;
}





/* ======================================================================= 
   6. WE KNOW OUR CLIENTS PAGES
   ======================================================================= */
/* === HEADER === */
h1.elementor-heading-title span {
    color: #ffffff !important;
}


/* === BODY === */
.we-know-clients-benefits-wrapper .we-know-clients-body-icon-column .elementor-heading-title:before {
    font-family: 'Font Awesome 5 Free' !important;
    content: '\f00c' !important;
    font-size: 15px;
    font-weight: 400 !important;
    margin-right: 15px;
    padding: 8px;
    border-radius: 50%;
    color: #ffffff;
    background-color: var(--color-yellow);
}


.we-know-clients-benefits-wrapper .we-know-clients-body-icon-column .elementor-icon-list-item {
    align-items: flex-start;
}

.we-know-clients-benefits-wrapper .we-know-clients-body-icon-column .elementor-icon-list-item .elementor-icon-list-icon {
    padding-top: 8px;
}


@media only screen and (max-width: 1350px) {
    .we-know-clients-benefits-wrapper .single-page-body-icon-list-wrapper .elementor-widget-container {
        margin-left: 50px !important;
    }
}


@media only screen and (max-width: 984px) {
    .we-know-clients-main-section-wrapper .elementor-container .elementor-column {
        width: 100% !important;
    }

    .we-know-clients-main-section-wrapper .elementor-container .elementor-column .elementor-widget-container .elementor-icon-wrapper {
        padding: 0 25px;
    }

    .we-know-clients-main-section-wrapper .elementor-container .elementor-column:nth-child(2) .elementor-widget-container .elementor-icon-wrapper {
        text-align: left;
    }

    .we-know-clients-main-section-wrapper .elementor-container .elementor-column:nth-child(4) .elementor-widget-container .elementor-icon-wrapper {
        text-align: right;
    }

    .we-know-clients-main-section-wrapper .elementor-container .elementor-column .elementor-widget-container .elementor-heading-title {
        padding: 0 50px;
    }
}





/* ======================================================================= 
   7. ABOUT US PAGE
   ======================================================================= */
/* === OUR TEAM SECTION === */
#our-team-main-section-wrapper .single-page-body-paragraph {
    padding-bottom: 50px;
}

/* === OUR STORY SECTION (TIMELINE) === */
.twae-label {
    font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif !important;
    color: var(--color-blue) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.twae-title {
    font-family: 'Roboto' !important;
    color: var(--color-blue) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 15px 10px 5px 15px !important;
}

.twae-data-container {
    box-shadow: none !important;
    padding: 0px !important;
}

.twae-data-container img {
    padding: 0px !important;
}

.twae-icon i {
    color: #ffffff !important;
}

/* Impar */
.twae-right-aligned .twae-data-container {
    transform: translate3d(100px, 0, 0);
}

/* Par */
.twae-left-aligned .twae-data-container {
    transform: translate3d(-100px, 0, 0);
}

@media only screen and (max-width: 768px) {
    .twae-left-aligned .twae-data-container {
        transform: translate3d(100px, 0, 0);
    }
}


.twae-data-container {
    visibility: hidden;
    opacity: 0;
    transition: all 1.2s ease-in-out;
}

.twae-data-container.show {
    transform: none;
    visibility: visible;
    opacity: 1;
}




/* ======================================================================= 
   8. ROI CALCULATOR 
   ======================================================================= */
/* === LAYOUT === */
#roi-calculator-form-wrapper .form-group.row {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

#roi-calculator-form-wrapper .form-group.row .kegs-data:first-child {
    width: 49%;
}

#roi-calculator-form-wrapper .form-group.row .kegs-data:last-child {
    width: 51%;
}

#roi-calculator-form-wrapper .form-group:nth-child(3) {
    margin-bottom: 100px;
}


/* === RADIO BUTTONS === */
#roi-calculator-form-wrapper fieldset {
    display: flex;
    justify-content: space-around;
    width: 90%;
    height: 200px;
    margin: 50px 50px 50px 0;
    padding: 0 10px 25px;
    border: 1px solid rgba(1, 73, 106, .5);
    border-radius: 4px;
}

#roi-calculator-form-wrapper legend {
    color: var(--color-blue);
    font-size: 2.1rem;
    line-height: 2.8rem;
    font-weight: 600;
    padding: 0 10px 15px;
}

#roi-calculator-form-wrapper legend span {
    color: var(--color-yellow);
}

#roi-calculator-form-wrapper fieldset label {
    width: 30%;
    text-align: center;
}

#roi-calculator-form-wrapper fieldset label:hover {
    cursor: pointer;
}

#roi-calculator-form-wrapper span.liters {
    display: block;
    margin-top: 45px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    color: rgba(1, 73, 106, .5);
}

#roi-calculator-form-wrapper .option-input:checked+span {
    color: rgba(248, 171, 0, 1);
}

#roi-calculator-form-wrapper .option-input:not(:checked):hover+span {
    color: rgba(1, 73, 106, 1);
}

#roi-calculator-form-wrapper .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    /*background: #cbd1d8;*/
    background-color: rgba(1, 73, 106, .5);
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    z-index: 1000;
}

#roi-calculator-form-wrapper .option-input:hover {
    /*background: #9faab7;*/
    background-color: rgba(1, 73, 106, 1);
}

#roi-calculator-form-wrapper .option-input:checked {
    /*background-color: #1abc9c;*/
    background-color: var(--color-yellow);
}

@keyframes grow-font {
    0% {
        font-size: 0px;
    }

    100% {
        font-size: 24px;
    }
}

.option-input:checked::before {
    height: 40px;
    width: 40px;
    position: absolute;
    content: '\2714';
    display: inline-block;
    text-align: center;
    line-height: 40px;
    -webkit-animation: grow-font 0.2s forwards cubic-bezier(.47, 1.64, .41, .8);
    -moz-animation: grow-font 0.2s forwards cubic-bezier(.47, 1.64, .41, .8);
    animation: grow-font 0.2s forwards cubic-bezier(.47, 1.64, .41, .8);
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

#roi-calculator-form-wrapper .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    /*background-color: #1abc9c;*/
    background-color: var(--color-yellow);
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

#roi-calculator-form-wrapper .option-input.radio {
    border-radius: 50%;
}

#roi-calculator-form-wrapper .option-input.radio::after {
    border-radius: 50%;
}



/* === RANGE BAR === */
#roi-calculator-form-wrapper .slider {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 200px;
    margin: 50px 0px 50px 0;
    padding: 0 0px 10px;
}

#roi-calculator-form-wrapper *:focus {
    outline: none !important;
}

#roi-calculator-form-wrapper .slider>label {
    color: var(--color-blue);
    font-size: 2.1rem;
    line-height: 2.8rem;
    font-weight: 600;
    padding: 0 0px 35px;
    text-align: center;
    /*border: 2px solid green !important;*/
}

#roi-calculator-form-wrapper .slider>label span {
    color: var(--color-yellow);
}

#roi-calculator-form-wrapper input[type="range"] {
    -webkit-appearance: none !important;
    width: 100%;
    height: 20px;
    background-color: #ecf0f1;
    border-radius: 50px;
    margin: auto;
    transition: all 0.3s ease;
}

#roi-calculator-form-wrapper #number_of_kegs_value {
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-size: 40px;
    font-weight: 600;
    display: block;
    margin: auto;
    padding: 20px 0px;
    width: 100%;
    color: var(--color-yellow);
}

#roi-calculator-form-wrapper #number_of_kegs {
    background-color: var(--color-yellow);
    border: none !important;
}

#roi-calculator-form-wrapper #number_of_kegs::-webkit-slider-thumb {
    cursor: ew-resize;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    background-color: #80A4B4;
    transition: all 0.5s ease;
    -webkit-appearance: none !important;
}

#roi-calculator-form-wrapper #number_of_kegs::-webkit-slider-thumb:hover {
    border-color: #ffffff;
    background-color: rgba(1, 73, 106, 1);
}



/* === PERSONAL DATA === */
#roi-calculator-form-wrapper .form-group.row .personal-data-col {
    width: 30%;
}

#roi-calculator-form-wrapper div.input-block input {
    font-weight: 500;
    font-size: 2.2rem;
    color: rgba(1, 73, 106, .7);
    width: 350px;
    padding: 15px 15px;
    border-radius: .4rem;
    border: 2px solid rgba(1, 73, 106, .5);
    outline: none;
}

#roi-calculator-form-wrapper div.input-block span.placeholder {
    position: relative;
    display: inline-block;
    width: 120% !important;
    margin: 17px 0;
    padding: 0 4px;
    font-family: 'Barlow', sans-serif;
    color: rgba(1, 73, 106, .5);
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    top: -65px;
    left: 17px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none
}

#roi-calculator-form-wrapper div.input-block input:valid+span.placeholder,
#roi-calculator-form-wrapper div.input-block input:focus+span.placeholder {
    transform: scale(0.4) translateY(-70px);
    padding-left: 10px;
    padding-right: 0px;
    font-size: 5rem;
    background: #fff;
}

#roi-calculator-form-wrapper div.input-block input:focus {
    color: rgba(1, 73, 106, 1);
    border-color: rgba(1, 73, 106, 1);
}

#roi-calculator-form-wrapper div.input-block input:focus+span.placeholder {
    color: rgba(1, 73, 106, .7);
}



/* === SUBMIT BUTTON === */
#roi-calculator-form-wrapper input[type=submit] {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    background-color: var(--color-yellow);
    border: none;
    border-radius: 50px;
    padding: 25px 50px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


#roi-calculator-form-wrapper input[type=submit]:hover,
#roi-calculator-form-wrapper input[type=submit]:focus {
    background-color: var(--color-blue);
}



/* === RESPONSIVE === */
@media only screen and (max-width: 1220px) {
    #roi-calculator-form-wrapper .form-group:nth-child(3) {
        margin-top: 0;
    }

    #roi-calculator-form-wrapper .form-group.row .kegs-data {
        width: 100% !important
    }

    #roi-calculator-form-wrapper .form-group.row .kegs-data fieldset {
        width: 100% !important;
        margin-right: 0 !important
    }

    #roi-calculator-form-wrapper .form-group.row .personal-data-col,
    #roi-calculator-form-wrapper .form-group.row .personal-data-col input {
        width: 100%;
    }

    #roi-calculator-form-wrapper div.input-block input:valid+span.placeholder,
    #roi-calculator-form-wrapper div.input-block input:focus+span.placeholder {
        padding-left: 50px;
        padding-right: 0px;
        transform: scale(0.2) translateY(-140px);
        font-size: 8rem;
    }
}


/* === MAIL SENDED PAGE === */
/* Header */
@media only screen and (max-width: 496px) {
    #roi-header {
        margin-top: 0;
    }
}

@media only screen and (max-width: 350px) {
    #roi-header {
        margin-top: -6px;
    }
}

/* Main message animation */
.typ_container {
    font-family: 'Barlow', sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    color: var(--color-blue);
    text-align: center;
    background-color: transparent;
    padding-top: 50px;
    /*padding-left: 100px;*/
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
}

.typ_container div.hidden {
    display: none;
}


@media only screen and (max-width: 850px) {
    .typ_container div:last-of-type {
        text-align: center !important;
    }
}

@media only screen and (max-width: 750px) {
    .typ_container {
        overflow: visible;
        font-size: 2rem !important;
    }

    .typ_container div.main-message {
        width: 100% !important;
    }
}

@media only screen and (max-width: 550px) {
    .typ_container {
        font-size: 1.5rem !important;
    }

    .thxs_container div {
        font-size: 4rem !important;
    }
}

@media only screen and (max-width: 450px) {
    .typ_container {
        font-size: 1.3rem !important;
    }

    .thxs_container div {
        font-size: 3rem !important;
    }
}

@media only screen and (max-width: 400px) {
    .typ_container {
        font-size: 1.2rem !important;
    }

    .thxs_container div {
        font-size: 2rem !important;
    }
}

.typ_container div {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 7px;
}

.typ_container div.greeting {
    text-align: right;
}

.typ_container div.main-message {
    width: 0px;
    animation: reveal 7s 1 forwards;
    text-align: left;
}

.typ_container div.main-message span {
    margin-left: -700px;
    animation: slidein 7s 1 forwards;
}


@keyframes slidein {
    0% {
        margin-left: -800px;
    }

    20% {
        margin-left: -800px;
    }

    35% {
        margin-left: 0px;
    }

    100% {
        margin-left: 0px;
    }

}

@keyframes reveal {
    0% {
        opacity: 0;
        width: 0px;
    }

    20% {
        opacity: 1;
        width: 0px;
    }

    30% {
        width: 700px;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        width: 700px;
    }
}


/* Mail animation */
#animation_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

#mail-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: mail-move 3s 1 forwards;
    animation: mail-move 3s 1 forwards;
    margin-top: 10px;
}

#line-container {
    position: absolute;
    left: -70px;
    width: 60px;
    overflow: hidden;
}

#line-container .line {
    margin-top: 5px;
    width: 70px;
    height: 5px;
    background: var(--color-yellow);
    border-radius: 6px;
}

#mail {
    width: 60px;
    height: 45px;
    border: solid 5px var(--color-yellow);
    border-radius: 10px;
    overflow: hidden;
}

#mail:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-top: solid 5px var(--color-yellow);
    border-left: solid 5px var(--color-yellow);
    transform: rotate(45deg);
    top: 18px;
    left: 12px;
}

#mail:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    border: solid 5px var(--color-yellow);
    transform: rotate(45deg);
    top: -70px;
    border-radius: 15px;
    background-color: #ffffff;
}

.line-1 {
    -webkit-animation: line-1-move 3s 1 forwards;
    animation: line-1-move 3s 1 forwards;
}

@-webkit-keyframes line-1-move {
    0% {
        transform: translateX(-100%);
    }

    20% {
        transform: translateX(100%);
    }

    20.0001% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(20%);
    }

    60% {
        transform: translateX(20%);
    }

    80% {
        transform: translateX(-100%);
    }

    80.1% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes line-1-move {
    0% {
        transform: translateX(-100%);
    }

    20% {
        transform: translateX(100%);
    }

    20.0001% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(20%);
    }

    60% {
        transform: translateX(20%);
    }

    80% {
        transform: translateX(-100%);
    }

    80.1% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.line-2 {
    -webkit-animation: line-2-move 3s 1 forwards;
    animation: line-2-move 3s 1 forwards;
}

@-webkit-keyframes line-2-move {
    0% {
        transform: translateX(-100%);
    }

    20% {
        transform: translateX(100%);
    }

    20.0001% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(40%);
    }

    60% {
        transform: translateX(40%);
    }

    80% {
        transform: translateX(-100%);
    }

    80.1% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes line-2-move {
    0% {
        transform: translateX(-100%);
    }

    20% {
        transform: translateX(100%);
    }

    20.0001% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(40%);
    }

    60% {
        transform: translateX(40%);
    }

    80% {
        transform: translateX(-100%);
    }

    80.1% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.line-3 {
    -webkit-animation: line-3-move 3s 1 forwards;
    animation: line-3-move 3s 1 forwards;
}

@-webkit-keyframes line-3-move {
    0% {
        transform: translateX(-100%);
    }

    20% {
        transform: translateX(100%);
    }

    20.0001% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(60%);
    }

    60% {
        transform: translateX(60%);
    }

    80% {
        transform: translateX(-100%);
    }

    80.1% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes line-3-move {
    0% {
        transform: translateX(-100%);
    }

    20% {
        transform: translateX(100%);
    }

    20.0001% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(60%);
    }

    60% {
        transform: translateX(60%);
    }

    80% {
        transform: translateX(-100%);
    }

    80.1% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.line-4 {
    -webkit-animation: line-4-move 3s 1 forwards;
    animation: line-4-move 3s 1 forwards;
}

@-webkit-keyframes line-4-move {
    0% {
        transform: translateX(-80%);
    }

    20% {
        transform: translateX(100%);
    }

    20.0001% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(120%);
    }

    60% {
        transform: translateX(120%);
    }

    80% {
        transform: translateX(-80%);
    }

    80.1% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-120%);
    }
}

@keyframes line-4-move {
    0% {
        transform: translateX(-80%);
    }

    20% {
        transform: translateX(100%);
    }

    20.0001% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(120%);
    }

    60% {
        transform: translateX(120%);
    }

    80% {
        transform: translateX(-80%);
    }

    80.1% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-120%);
    }
}

.line-5 {
    -webkit-animation: line-5-move 3s 1 forwards;
    animation: line-5-move 3s 1 forwards;
}

@-webkit-keyframes line-5-move {
    0% {
        transform: translateX(-80%);
    }

    20% {
        transform: translateX(100%);
    }

    20.0001% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(150%);
    }

    60% {
        transform: translateX(150%);
    }

    80% {
        transform: translateX(-80%);
    }

    80.1% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-120%);
    }
}

@keyframes line-5-move {
    0% {
        transform: translateX(-80%);
    }

    20% {
        transform: translateX(100%);
    }

    20.0001% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(150%);
    }

    60% {
        transform: translateX(150%);
    }

    80% {
        transform: translateX(-80%);
    }

    80.1% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-120%);
    }
}

@-webkit-keyframes mail-move {
    0% {
        opacity: 0;
        left: 3%;
    }

    40% {
        opacity: 1;
        left: 50%;
    }

    60% {
        left: 50%;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: 95%;
    }
}

@keyframes mail-move {
    0% {
        opacity: 0;
        left: 3%;
    }

    40% {
        opacity: 1;
        left: 50%;
    }

    60% {
        left: 50%;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: 95%;
    }
}

.thxs_container {
    border: 1px solid transparent;
}


.thxs_container div {
    font-family: 'Barlow', sans-serif !important;
    font-size: 5rem;
    font-weight: 600 !important;
    line-height: 5rem !important;
    color: var(--color-yellow);
    text-align: center;
    /* For increasing performance 
                         ID/Class should've been used. 
                         For a small demo 
                         it's okaish for now */
    margin-top: -160px;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


.animatedFadeInUp {
    opacity: 0;
}

.thxs_container {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}







/* ======================================================================= 
   9. PRIVACY POLICY
   ======================================================================= */
/* === TABLE === */
table {
    background: transparent;
    border-collapse: collapse;
    border: 2px solid #ffffff;
    color: #1C252C;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 75px;
}

th {
    background-color: var(--color-yellow);
    border: 1px solid #ffffff !important;
    color: #ffffff;
    font-weight: 600 !important;
    width: 250px;
}

th:first-child {
    width: 400px;
}

td {
    border: 1px solid #ffffff !important;
}



/* RESPONSIVE *
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    table {
        width: 100%;
    }

    /* Force table to not be like tables anymore *
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) *
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" *
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }



    td:before {
        /* Now like a table header *
        position: absolute;

        /* Top/left values mimic padding *

        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;

        /* Label the data *
        content: attr(data-column);

        color: #000;
        font-weight: bold;
        text-align: right;
    }
}

*/
















/* Improved Animations Stylesheet from ../../../_external/element.how/elementor-improve-entrance-animations/index.html , works for the 'fade' animations *
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0) !important;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown;
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0) !important;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft;
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0) !important;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0) !important;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp;
}
*/





/* ======================================================================= 
   X. BLOG
   ======================================================================= *
.elementor-post__excerpt p:after {
    content: '\2714';
}
*/












/*
    Jorge

/**
* fixing border elementor. Doesnt work 0px left right
 *
.fixborder {
    border-left: 0px;
    border-right: 0px;
    border: 3px solid blueviolet;
}
/*
/* Disable Elementor scroll-triggered animations globally */
.elementor-invisible {
    visibility: visible !important;
}

.elementor .animated,
.elementor [class*=" animated"],
.elementor .fadeInUp,
.elementor .fadeInDown,
.elementor .fadeInLeft,
.elementor .fadeInRight,
.elementor .zoomIn {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}

/*
playback timings (ms):
  captures_list: 0.801
  exclusion.robots: 0.079
  exclusion.robots.policy: 0.067
  esindex: 0.012
  cdx.remote: 11.312
  LoadShardBlock: 101.877 (3)
  PetaboxLoader3.datanode: 121.107 (4)
  load_resource: 25.294
*/
