.bg_popup{
	background: rgba(0,0,0,0.4);
	position: fixed;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	width: 100%;
	height: 0;
	z-index: 1000;
}	
.bg_popup.active{
	height: 100%;
}
.popup_cookie{
    width: 100%;
    /* display: block; */
    background-color: #000000;
    position: fixed;        
    bottom: 0;
    z-index: 9999;
    box-sizing: border-box;
    padding: 16px;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);

	-webkit-transform-origin: bottom;
	-o-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;

	-webkit-transition: -webkit-transform 0.26s ease-out;
	-o-transition: -o-transform 0.26s ease;
	-ms-transition: -ms-transform 0.26s ease;
	transition: transform 0.26s ease;
}
.popup_cookie.active{
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.cookies{
    max-width: 970px;  
    box-sizing: border-box;    
    color: #bbbbbb;
    margin: 0 auto;    
}
.cookies .cookie_desc{
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.4px;
    margin: 14px 0;
}
.cont_btn_cookie{
    text-align: center;
}
.btn_cookie{
    color: #bdad90;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    width: 270px;
    display: inline-block;
    height: 32px;
    border: solid 1px #bdad90;
    padding: 5px 0;
    box-sizing: border-box;
    margin: 9px;
}
.btn_cookie.active{
    background: #bdad90;
    color: #f6f6f6;
}
.cookies .link_cookie{
    color: #BDAD90;
    text-decoration: underline;
}
.cookies .link_cookie:hover{
    text-decoration: underline;    
}
/*Config cookie*/
.cookie_config{
    display: none;
}
.cookie_title{
    color: #bdad90;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.2285714px;
}
.cookie_subtitle{
    font-weight: 700;
    margin:25px 0;
}
.cont_config_cookie{
    margin: 14px 0;
}
.cookies .cookie_config_desc{
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.4px;
}
.op_cookie_conf{
    width: calc(100% - 110px);
}
#cookies-technical {
    position: absolute;
    top: 38%;
    right: 3%;
    margin-top: 0;
}
#cookies-analytics {
    position: absolute;
    top: 70%;
    right: 3%;
    margin-top: 0;
}
.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.form-switch input{
    display: none;
}
.cookies-conf-switch {
    margin-left: 5px;
}
.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all .3s linear;
}
.cookies-conf-switch {
    margin-left: 5px;
}
.form-switch input:checked + i {
    background-color: #bdad90;
}
.form-switch input:disabled + i {
    background-color: #676767;
}
.form-switch input:checked + i::before {
    transform: translate3d(18px,2px,0) scale3d(0,0,0);
}
.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: red;
    border-radius: 11px;
    transform: translate3d(2px,2px,0) scale3d(1,1,1);
    transition: all .25s linear;
}
.form-switch input:checked + i::after {
    transform: translate3d(22px,2px,0);
}
.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.24);
    transform: translate3d(2px,2px,0);
    transition: all .2s ease-in-out;
}
.cookies-conf-close {
    position: absolute;
    text-decoration: none;
    top: -8px;
    right: -8px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: 0 0;
    padding: 0;
    z-index: 99;
    cursor: pointer;
}
.cookies-conf-close i{
    font-size: 24px;
    color:#9f8e6e;
}
/* 
.cookies-conf-close__btn {
    background-image: url(../imagenes/cruz.svg);
    background-size: .4em;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 60px;
    font-size: 48px;
    background-color: #9f8e6e;
    border: 1px solid #9f8e6e;
    color: #fff;
    border-radius: 50%;
    transition: all .3s ease;
} */
@media (max-width: 1024px) {
    /* .cookies .cookie_desc {
        width: 62vw;
    } */
}
@media (max-width: 767px) {
    .cookies{
        width: 80vw;
        text-align: center;
    }
    .cookies .cookie_desc {
        width: 100%;
        padding-right: 0;
        padding-bottom: 1.5625em;
    }
    .btn_cookie{
        width: 100%;
        margin: 8px 0;
    }
    .cookies.config_cookie {
        width: 90vw;
        height: 60vh;
        overflow: auto;
    }
    .op_cookie_conf {
        width: 100%;
    }
    #cookies-analytics,#cookies-technical {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    .cookies-conf-close {
        top: 1px;
        right: -8px;
    }
}