/* cookies */

#modalCookies {
    z-index: 1970;
    padding: 0px !important;
}

#modalCookies[style] {
    padding-right: 0px !important;
}

.navbar-cookies {
    padding-top: 10%;
    background-color: #fff;
    z-index: 1960;
}

.navbar-cookies #cookie_accept {
    padding-bottom: 10%;
}

.navbar-cookies #cookie_accept p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px !important;
    color: #000;
}

.navbar-cookies #cookie_accept p a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px !important;
    color: #00902f;
}

.navbar-cookies #cookie_accept .configuracionCookies {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px !important;
    color: #000;
    padding: 5px;
}

.navbar-cookies #cookie_accept .configuracionCookies:hover {
    color: #00902f;
    text-decoration: underline;
}

.navbar-cookies #cookie_accept p a:hover {
    color: #000;
}

.bloqueador {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1950;
    background: #000;
    opacity: 0.6;
}

.botonCookies {
    min-width: 150px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px !important;
    color: #fff;
    padding: 12px;
    background-color: #00902f;
    border-radius: 0px;
    display: inline-block;
    margin: 6px;
    border: none;
}

.botonCookies:hover {
    border: none;
    background-color: #e51b23;
    color: #fff;
}

#modalCookies h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 30px !important;
    color: #e51b23;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 32px;
}

#modalCookies h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 22px !important;
    text-transform: uppercase;
}

#modalCookies .nav-pills li a {
    background-color: #e6e8e7;
    margin-bottom: 8px;
    text-align: left;
    color: #000000;
    border-radius: 0px;
}

#modalCookies .nav-pills li a:hover {
    color: #00902f;
    text-decoration: underline;
}

#modalCookies .nav-pills li a.active {
    background-color: #666;
    margin-bottom: 8px;
    background-color: #666;
    margin-bottom: 8px;
    text-align: left;
    color: #fff;
}

.modal-body-menu {
    background-color: #fff;
}

.col-footer-btncookies {
    text-align: right;
    padding-top: 30px;
}


/* The switch - the box around the slider */

.p-switch {
    text-align: right;
    margin-top: -30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e8e7;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #00902f;
}

input:focus+.slider {
    box-shadow: 0 0 1px #00902f;
}

input:checked+.slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {}

@media only screen and (max-width: 767px) {
    .modal-body-menu {
        margin: 0px;
        margin-top: 20px;
        padding-top: 15px;
        padding-bottom: 55px;
    }
    .botonCookies {
        width: 100%;
        margin: 7px 0px;
    }
    #modalCookies h4 {
        display: inline-block;
        font-size: 20px !important;
        padding-right: 50px;
    }
    .col-footer-btncookies {
        text-align: center;
    }
    .tab-content {
        padding-top: 10px;
    }
    #modalCookies h3 {
        padding-bottom: 20px;
        font-size: 28px !important;
    }
    .col-aviso-btncookies {
        padding-top: 15px;
        text-align: center;
    }
    .navbar-cookies #cookie_accept .configuracionCookies {
        margin-bottom: 15px;
    }
}

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