
/* #Primary
================================================== */

body{
    font-family: 'Poppins', sans-serif;
}
p{
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Poppins', sans-serif; font-weight: 300;
}
.btn-accordion {font-family: 'Poppins', sans-serif;}
a {
	color: var(--primary);
}
a:hover {
	color: var(--secondary);
}
.slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 8px;
    color: #fff;
}

.slide.round {
    border-radius: 34px;
}
.politicas-cookie {
    /* display: block; */
    background: transparent;
    right: 0;
    top: 0;
    left: 0;
    /* top: 40%; */
    /* padding: 10px; */
    height: 100%;
    width: 100%;
    /* margin: 0 auto; */
    /*z-index: 5000;*/
    z-index: 10000;
}

.boton-subir, .politicas-cookie {
    position: fixed;
}
#politicas-cookie .modal-dialog {
    max-width: 750px;
}
#politicas-cookie .modal-content{
    max-width: 100%;
}
.boton-cookie.big {
    background: #fff;
    font-size: 16px;
    margin: 35px auto;
    border-color: #000;
}

.boton-cookie {
    display: flex;
    color: #000;
    font-weight: bold;
    background: #ccc;
    border-radius: 0px;
    margin-left: 5px;
    font-size: 16px;
    padding: 6px 18px;
    text-decoration: none;
    transition: .5s;
}

.info-cookie {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
}

/*.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}*/

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

#accordion-cookies .card {
    border: none;
    background-color: #fff;
}

#accordion-cookies .card .card-header {
    border: none;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 0.4rem 1.25rem;
}

#accordion-cookies .card .card-header h3 {
    margin: 0;
}

#accordion-cookies h3, #accordion-cookies h2 {
    color: #666;
    font-size: 20px;
}
.cookies_titulo h3{
    font-weight: bold;
}
.bloccookie .cookies_titulo {
    margin-bottom: 5px;
    font-weight: bold;
    color: #666;
}
.bloccookie .column {
    border: 1px solid #eee;
    padding: 15px 20px;
}
.bloccookie {
    margin-bottom: 15px;
}
#editcookies {
    font-size: 12px;
}
#accordion-cookies h3 {
    font-size: 16px;
    margin-top: 15px;
}

footer .btn-brand {
    color: #000;
    background-color: #ddd;
    padding: 10px 20px;
}

/*.switch {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 34px;
}
.switch input[type="checkbox"]{
    display: none;
}

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

.slide.round:before {
    border-radius: 50%;
    background: #ddd;
    content: "";
    text-indent: -45px;
    line-height: 25px;
}

input:checked + .slide.round:before {
    border-radius: 50%;
    background: #fff;
    content: "";
    text-indent: 45px;
    line-height: 25px;
}

input:checked + .slide:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: -20px;
}*/
#gestion_cookies .switch {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 34px;
    border-radius: 34px;
}
.switch input {display:none;}
.slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 8px;
    color: #fff;
    
}
.slide:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 78px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
#filtrebox input[type="checkbox"] {
    visibility: hidden;
    display: none;
}
/*input + .slide {
    height: 35px;
    border:1px solid #eee;
}*/
input:checked + .slide {
    background-color: #000;
    padding-left: 40px;
}

input:focus + .slide {
    box-shadow: 0 0 1px #000;
}
input:checked + .slide:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: -20px;
}
.slide.round {
    border-radius: 34px;
}
.slide.round:before {
    border-radius: 50%;    background: #ddd;content: "OFF";text-indent: -45px;    line-height: 25px;
}
input:checked + .slide.round:before {
    border-radius: 50%;    background: #fff;content: "";text-indent: 45px;    line-height: 25px;
}
#politicas-cookie .modal-body{
    padding: 10px 20px;
    margin: 0;
}
#politicas-cookie .modal-body p{
    font-size: 15px;
    margin-bottom: 0;
}

/********Estils***********/
#accordion-cookies .title-aviso{
    border-top: 1px solid #eee;
    padding-top: 5%;
    max-width: 90%;
    flex: 0 0 90%;
    margin: 5%;
}
#accordion-cookies .texto-privacidad{
    max-width: 90%;
    margin: 0 auto;
}
@media (max-width: 576px){
    .modal.show .modal-dialog{
      transform: none;
    }
    .modal-dialog{
        width: 90%!important;
        margin: 1% 5%!important;
    }
    .modal-body{
        min-height: 82vh;
        padding: 10px 15px;
    }
    #accordion-cookies .card .card-header h3{
        width: 245px;
        text-align: center;
    }
    #politicas-cookie .modal-body p{
        font-size: 14px;
    }
    #accordion-cookies .card .card-header {
        padding: 0.7rem 1.25rem;
    }
}
.btn-cookies{
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: 2px #000 solid;
    border-radius: inherit;
}