#cookies-b{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    border-top: 1px solid black;
    z-index: 99999;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 14px;
}

#cookies-b .container{
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-center{
    align-items: center;
}

.m-0{
    margin: 0 !important;
}

.mt-3{
    margin-top: 1rem;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
@media only screen and (min-width: 992px) {
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
@media only screen and (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#cookies-b .cookies-accept, #cookies-b .cookies-settings, body.ppolitica-cookies .cookies-settings{
	border: 1px solid #989898;
	color: #000000;
    font-weight: 500;
    cursor: pointer;

	&:hover{
		background-color: #989898;
		color: white;
	}
}

#c-config.show{
	display: block;
}

#c-config .c-accept{
    border: 1px solid #989898;
    color: #6f6f6f;
    font-weight: 500;
    cursor: pointer;
}

#c-config .c-accept:hover{
    background-color: #989898;
    color: white;
}

#c-config{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	transform: scale(1);
	overflow: hidden;
	outline: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.c-config-dialog{
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

@media only screen and (min-width: 576px){
    .c-config-dialog{
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media only screen and (min-width: 992px){
    .c-config-dialog{
        max-width: 645px;
    }
}

.c-config-content{
    border: 1px solid #000;
    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-radius: .2rem;
    box-sizing: border-box;
    outline: 0;
    padding: 20px;
}

.c-config-close{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    padding: 10px;
    background: transparent;
    border: none;
    min-width: 40px;
    margin:0;
}

.c-config-privacy h4{
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 0;
}

.c-config-privacy p{
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000;
}

.c-config-item{
    margin-top: 5px;
}

.c-config-item-header{
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-config-item-header .fa-chevron-down{
    display: none;
}

.c-config-item-header .fa-chevron-right{
    display: block;
}

.c-config-item-header.open .fa-chevron-down{
    display: block;
}

.c-config-item-header.open .fa-chevron-right{
    display: none;
}

.c-config-item-header a{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
}

.c-config-item-header span{
    color: #000;
    font-size: 12px;
}

.c-config-item-content{
    padding: 10px 20px 10px 20px;
    display: none;
}

.c-config-item-header.open + .c-config-item-content{
    display: block;
}

.c-config-item-content p{
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #000;
}

.c-config-switch{
    display: inline-block;
    position: relative;
    min-height: 20px;
    padding-left: 38px;
    font-size: 14px;
}
.c-config-switch input[type="checkbox"]{
    display: none;
}

.c-config-switch label{
    background-color: #e3e1e8;
    height: 20px;
    width: 38px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    margin: 0;
    border-radius: 34px;
    font-size: 0;
}

.c-config-switch input:checked + label {
    /* background-color: #edbf86; */
    background-color: rgb(253, 224, 71);
}

.c-config-switch input:checked + label:before{
    transform: translateX(18px);
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 15px;
}

.c-config-switch label:before {
    background-color: #fff;
    bottom: 2px;
    border-radius: 50%;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 15px;
}

.c-config-switch label:after {
    content: attr(data-c-config-disable);
    position: absolute;
    right: 50px;
    color: #000;
    font-size: 12px;
    text-align: right;
    min-width: 60px;
}

.c-config-switch input:checked + label:after {
    content: attr(ddata-c-config-enable);
}

.c-config-switch .c-config-sr-only{
    display: none;
    font-size: 16px;
}