/**
Theme Name: waterwork
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: waterwork
Template: astra
*/

/* -------------------------------------------------------------------------- */
/*                                    ASTRA                                   */
/* -------------------------------------------------------------------------- */

#ast-fixed-header .main-header-bar {
    box-shadow: none;
}

.ast-header-sticked {
    background: linear-gradient(180deg, rgba(29, 38, 44) 70%, rgba(38, 96, 146, 0) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(29, 38, 44) 70%, rgba(38, 96, 146, 0) 100%);
    padding-bottom: 50px;
}

.current_page_item .menu-link .menu-text{
    text-decoration: underline;
}

#ast-desktop-header .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 1em;
}

#ast-desktop-header .main-navigation .main-header-menu li.menu-item:last-child {
    margin-left: 10px;
    padding: 15px 30px;
    border: 1px #D9D9D9 solid;
    border-radius: 99px;
    transition: all 0.2s linear;
}

#ast-desktop-header .main-navigation .main-header-menu .menu-item:last-child:hover {
    background: #D9D9D9;
}

#ast-desktop-header .main-navigation .main-header-menu .menu-item:last-child:hover a {
    color: #1D262C;
}

/* -------------------------------------------------------------------------- */
/*                               BEAVER BUILDER                               */
/* -------------------------------------------------------------------------- */

/* ------------------ Clase para modo "Aclarar" en imágenes ----------------- */

.fl-module-uabb-retina-image.lighten img {
    mix-blend-mode: lighten;
}

/* -------------------------------- WP Forms -------------------------------- */

.garantia .wpforms-field-large::placeholder {
    color: #fff!important;
    opacity: 1;
}

.garantia .wpforms-form button[type=submit] {
    background: #ffffff00!important;
    line-height: 0;
}

.garantia .wpforms-form button[type=submit]:hover {
    background: #fff!important;
}

.garantia .wpforms-form .wpforms-uploader {
    background: none!important;
    color: #fff!important;
    border: 1px #D9D9D9 solid!important;
}

.garantia .wpforms-form .wpforms-uploader:hover {
    background: #D9D9D9!important;
    color: #1D262C!important;
}

.wpforms-field-label {
    margin-bottom: 15px;
}

.contacto .wpforms-smart-phone-field {
    border-radius: 5px;
}

.wpforms-field-checkbox a:not(:hover) {
    color: white;
    text-decoration: underline;
}

.wpforms-field-checkbox ul {
    padding: 0;
    list-style: none;
}


div.wpforms-container .wpforms-form .choices__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background-color: transparent !important;
    padding: 6px 6px 0;
    border-style: solid;
    border-width: 0!important;
    background-clip: border-box !important;
    border-color: rgba(217, 217, 217, 0.30);
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 2px !important;
    border-left-width: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    overflow: hidden !important;
    border-radius: 0px !important;
    color: #FFF !important;
}

div.wpforms-container .wpforms-form .choices__list--single .choices__item {

    color: #FFF !important;
    font-size: 20px !important;
    padding: 12px 15px !important;
}

div.wpforms-container .wpforms-form .choices__placeholder {
    opacity: 1 !important;
}

div.wpforms-container .wpforms-form .choices__list--dropdown {

    color: #1d262c !important;
    font-size: 20px !important;
}

.texto-averia-telefono{
    font-size: 20px;
    padding: 20px;
    
}

.texto-averia-telefono a{
    color: #FFF;
    
}


/* -------------------------------------------------------------------------- */
/*                                FILAS STICKY                                */
/* -------------------------------------------------------------------------- */

.sticky-parent {
    position: relative!important;
}

.sticky-start {
    padding-top: 150px;
    padding-bottom: 150px;
    background: linear-gradient(180deg, #1D262C 80%, rgba(38, 96, 146, 0) 100%);
    background: -webkit-linear-gradient(-90deg, #1D262C 80%, rgba(38, 96, 146, 0) 100%);
    transition: all 0.2s ease-out;
}

.sticky {
    position: sticky; /* IE, Edge 15 and earlier versions do not support sticky positioning */
    position: -webkit-sticky; /* for Safari */
    top: 0; /* need either top, right, bottom or left for sticky positioning to work */
    z-index: 98;
    
    transition: all 0.2s ease-out;
    }

@media (max-width: 768px) {

        .sticky-start {
            padding-top: 0;
            padding-bottom: 50px;
        }

        .sticky {
            z-index: 999!important;
        }
    }
    

/* -------------------------------------------------------------------------- */
/*                           GDPR COOKIE COMPLIANCE                           */
/* -------------------------------------------------------------------------- */

.gdpr_lightbox-container #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
    background: var(--ast-global-color-4)!important;
}

.gdpr_lightbox-container #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
    background: var(--ast-global-color-2)!important;
    color: #fff!important;
}