@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.col-sm-4,
.col-sm-8 {
    position: relative;
    width: 100%;
    padding-left: 15px;
}

#cookies-modal .cookie-modal-body .row .tabs div button.nav-link {
  	height: 80px;
    border: 0;
    cursor: pointer;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 9pt;
    color: #2b2b2a;
   	background-color: #d8d9d7;
}

#cookies-modal .cookie-modal-body .row .tabs div button.nav-link.active {
    background-color: #2b2b2a;
    color: white;
}

.tab-content>.tab-pane:not(.active) {
    display: none;
}

.tab-content>.active {
    display: block;
    padding: 10px;
}

#cookies-modal .cookie-modal-body .tab-content>.tab-pane {
    max-height: 320px;
    overflow-y: auto;
}

#cookies-modal .cookie-modal-body .tab-content>.tab-pane h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #5e5e5e;
	margin-top: 30px;
}

#cookies-modal .cookie-modal-body .row {
    display: flex;
    flex-wrap: wrap;
}

#cookies-modal .cookie-modal-body .row > h4 {
    margin: 0;
	padding-bottom: 0.6rem;
}

#cookies-modal .cookie-modal-body .row-tabs{
    border-top: 1px solid;border-color: #cbcbcb;
}

#cookies-modal .cookie-modal-body .row-tabs .tabs{
    padding: 0;border-right: 0.25pt solid;border-color: #c1c1bf;
}

#cookies-modal .cookie-modal-body .row-tabs .tabs > div{
    height: 100%;
}

.cookie-modal-foot{
	display: flex;
	justify-content: space-between;   
	flex-wrap: wrap;
	background-color: #767676;
	padding: 35px 35px 20px; 
	color:#000000; 
	line-height: 1.3;
	position: relative;
	text-align: center;
}

.cookie-modal-foot .info{
	display: flex;  
	align-items: flex-end;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 9pt;
}

.cookie-modal-foot .info a{
	text-decoration: none;
	color: white;
}

.cookie-modal-foot button {
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 9pt;
	color: #1d1d1b;

	transition: background-color .5s ease-out;
	background-color: #d8d8d8;
	border: none;
	padding: 13px;
	min-width: 110px;
	border-radius: 2px;
	cursor: pointer;
	margin-right: 10px;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.cookies-slider .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

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

.cookies-slider .content-slider{
	text-align: right;margin-top: 0.5rem;width: 100%;
}



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

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

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

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

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

/* =========================================================================*/

* {
    box-sizing: border-box;
}


body {
    margin: 0 0 27px 0;
    padding: 0;
    background-color: white;
    font-family: 'Open Sans', sans-serif;
}


/****** AVISO COOKIES ************/

.contiene-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
}

.aviso-cookie {
    overflow: hidden;
    zoom: 1\9;
    filter: alpha(opacity=80);
    flex-direction: column;
    padding: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.5;
    display:flex; 
    background-color: #5c5c5c;
    flex-direction: column;
}

.fn-cookie {
    position: relative;
    padding: 0;
    font-family: Roboto, Arial, sans-serif;
}

.fn-cookie h1 {
    padding: 0;
    margin: 0;
    font-size: 1em;
    color: #f3dd66;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 0.75rem;
    margin-inline: 0.75rem;
}

.fn-cookie p {
    padding-bottom: 5px;
    color: white;
    font-size: 0.85em;
    margin-inline: 0.75rem;
    font-weight: bold;
}

.fn-cookie p>a {
    color: white;
    font-weight: 100;
}

.fn-cookie p>a:hover {
    background-color: transparent;
}

.fn-cookie div>a {
    padding: 15px 30px;
    margin-inline: 3px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: medium;
    background-color: #181818;
}

.fn-cookie-mensaje {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.fn-cookie-botones {
    display: flex;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    display: flex; 
    align-items: center;
}

@media all and (-ms-high-contrast: none) {
    .aviso-cookie {
        background-color: #000;
    }
}

.cookie-modal{
    font-family: 'Open Sans', sans-serif;
}


.cookie-modal-head {
    background-color: #FFF;padding: 35px 35px 20px; color:#000000; line-height: 1.3;position: relative;text-align: center;
}

.cookie-modal-head>h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 15pt;
    color: #767676;
	margin-bottom: 1rem;
}

.cookie-modal-head > p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    color: black;
}

#cookies-modal{
    display:none;
	line-height: 18px;
	color: #666;width: 100vw;height: 100vh;position: fixed;left: 0;top: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.6);z-index: 9999;align-items: center;justify-content: center;
}
#cookies-modal > div {
    max-width: 800px;min-height: 500px;max-height: 100%;overflow-Y: auto;
}

.cookies-modal-close{
    font-weight: 600;color: #888;cursor: pointer;font-size: 26px;position: absolute;right: 15px;top: 15px;
}

.cookie-modal-body {
    color: #000000;
    line-height: 1.3;
    font-size: 0.9rem;
    background-color: #d8d9d7;
}

.cookie-modal-body>h4 { 
    font-size: 10pt;
    font-weight: bold;  
    color: #7c7c7c;
    margin-bottom: 0.6rem;
}

.cookie-modal-body>p {
    font-size: 9pt;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #1d1d1b;
}

.cookie-modal-body>.fila{
	padding: 10px 20px;	
}

.cookie-modal-body>.fila.borde{
	border-top: 1px solid;
	border-color: #cbcbcb;
}


/*--Responsive--*/


@media (max-width: 767px) {
	#cookies-modal .cookies-btn-aceptar, 
	#cookies-modal .cookies-btn-guardar {
		width: 100%;
		margin-top: 0.5rem;
	}
	#cookies-modal .cookie-modal-body .row.row-tabs {
		margin-right: 0;
		margin-left: 0;
	}
    #cookies-modal {
        flex-direction: row;
    }

    #cookies-modal .row.row-tabs {
        flex-direction: row;
    }
}

