/* 
Theme Name: Maytronics Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Maytronics custom theme.
Author: El Merkat
Author URI: https://elmerkat.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: maytronics-child
License: GNU General Public License v3 or later.
License URI: https://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
*/

/*
    Add your custom styles here
*/

.home .swiper-slide-bg {
    background-position: center bottom !important;
}
.elementor-slide-button {
    padding: 0px 68px;
    position: absolute;
    bottom: 150px;
    width: 331px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
    .btQuieroParticipar a{
        width: 517px !important;
        padding: 5px 0px;
        /*padding: 0px;*/
        /*height: 68px !important;*/
    }
    .span-padding-desktop {
        padding-left: 25px;
    }
    .parallax {

        background-image: url("/wp-content/uploads/2022/03/background-slide-2.jpg");
        Height: 537px;
        background-attachment: fixed;
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;

    }
}
@media screen and (max-width: 768px){
    .mobile-hidden {
        display: none;
    }
    .mobile-padding-text {
        margin-left: 25px;
        display: block;
        margin-top: -19px;
    }
    .span-padding-desktop {
        margin-left: 25px;
        display: block;º
    }
    .parallax {

        background-image: url("/wp-content/uploads/2022/03/background-slide-mobile.png");
        Height: 219px;
        /*background-attachment: fixed;*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

    }
}
.txt-consentimiento {
    width: 600px !important;
    margin: auto !important;
    padding-left: 46px;
}


#checkb {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #FFF !important;
    color:black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    position: relative;
    left: -5px;
    top: 5px;
}

#checkb:checked:after{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    
   font-weight: 900;
   color: #FFF;
}
.btQuieroParticipar.disabled{
  /*pointer-events: none;*/
  cursor: not-allowed !important;
}
.btQuieroParticipar.disabled a {
  /*color: rgba(53, 62, 71, 0.2); */
  cursor: not-allowed !important; 
}
.participa .txt-consentimiento a,.txt-registro-garantia a {
    color: var(--e-global-color-primary) !important;
    text-decoration: underline;
}
/*.btPorqueComprar a{
    width: 418px !important;

}*/



.button a{
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.button a::before,
.button a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button--pan a {
    overflow: hidden;
    background-color: white !important;
    border: 1px solid var(--e-global-color-primary);
}

.button--pan a span {
    position: relative;
    /*mix-blend-mode: difference;*/
}

.button--pan a::before {
    content: '';
    background: transparent;
    border: 1px solid var(--e-global-color-primary);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    
}

.button--pan a:hover::before {
    transform: translate3d(0,-100%,0);
    
}


/*** outline green **/
.button--pan-outlinegreen a {
    overflow: hidden;
    background-color: var(--e-global-color-primary) !important;
    color: #FFF !important;
}

.button--pan-outlinegreen a span {
    position: relative;
    /*mix-blend-mode: difference;*/
    color: var(--e-global-color-primary);
}
.button--pan-outlinegreen a span:hover {
        color: #FFF !important;
}

.button--pan-outlinegreen a::before {
    content: '';
    background: white !important;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    
}

.button--pan-outlinegreen a:hover::before {
    transform: translate3d(0,-100%,0);
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 65px !important;
}
.slide-title {
     style="max-width:840px;
}
.wp-block-themepunch-revslider a {
    font-family: "Flexo", Sans-serif !important;
}

.elementor-menu-toggle i{
max-width:32px;
content: url(/wp-content/uploads/2022/03/Icon_burger.svg);
}

.elementor-menu-toggle.elementor-active i {
max-width:32px;
content: url(/wp-content/uploads/2022/03/Icon_burger.svg);
}
.alertaBases {
    display: none;
}