/* custom */

.logo-cookies img {
    max-width: 180px;
}

.logo-cookies {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}


.melindres-modal a, .melindres-modal a:hover, .melindres-modal a:active {
	text-decoration: none;
	color: #414141;
}

/*  */


@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	animation-name: fadeIn;
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	animation-name: fadeOut;
}
.fade-move {
	transition: transform .3s ease-out;
}

.collapse-move {
	transition: transform .3s ease-in-out;
}
a#CookieConf {
    color: #000!important;
}

div#melindres a {
    cursor: pointer;
	font-weight: 600;
	color: #666;
}

div#melindres a:hover {
	color:#f6a400;
}
.melindres-button {
	transition: all 0.3s ease-in-out 0s;
	background-color: white;
	border: 1px solid #dbdbdb;
	color: #7a7a7a;
	padding: calc(0.5em - 1px) 1em;
	white-space: nowrap;
	text-decoration: none;
}

.melindres-button:hover, .melindres-button:focus, .melindres-button:active {
	text-decoration: none;
}

.melindres-button.is-primary {
	border-color: transparent;
	background-color: #f6a400;
	color: #fff!important;
}

.melindres-button.is-primary:hover {
	background-color: #333;
	border-color: transparent;
	color: #fff!important;
}

.melindres-button.is-primary:focus {
	background-color: #f6a400;
	border-color: transparent;
	color: #fff!important;
}

.melindres-button.is-primary:focus:not(:active) {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.25);
}

.melindres-button.is-primary:active {
	background-color: #333;
	border-color: transparent;
	color: #fff;
}

.melindres-buttons {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.melindres-buttons .melindres-button {
	flex: 1 0 auto;
	text-align: center;
	margin: 0.25rem;
	cursor: pointer;
}

.melindres-buttons.is-auto-stack {
	flex-wrap: wrap;
}

.melindres-switch .v-switch-core {
	background-color: #7a7a7a;
}

.melindres-switch.toggled .v-switch-core {
	background-color: #333;
}

.melindres {
	position: relative;
	z-index: 9998;
	width: 100vw;
	font-size: 0.85rem;
	line-height: 1rem;
}

body.melindres-banner-open.melindres-banner-wall {
	height: 100vh;
	overflow-y: hidden;
	position: fixed;
}

body.melindres-banner-open.melindres-banner-wall .melindres-banner-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	color: #7a7a7a;
}

body.melindres-banner-open.melindres-banner-wall .melindres-banner-container .melindres-banner-background {
	background-color: rgba(10, 10, 10, 0.86);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}


.melindres-banner {
    background-color: #000000c2;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #7a7a7a;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.melindres-banner .melindres-banner-content {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	background-color: #fff;
    margin: 0 4%;
}

.melindres-banner p.title {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.125;
}

.melindres-banner p:not(:last-child) {
	margin-bottom: 0.66em;
}

.melindres-banner .melindres-banner-info {
	margin-bottom: 0.75rem;
}

.melindres-banner .melindres-banner-info *:last-child {
	margin-bottom: 0;
}

.melindres-banner .melindres-banner-buttons {
	margin-top: 0.75rem;
}

@media screen and (min-width: 769px) {
	.melindres-banner .melindres-banner-content {
		padding: 2rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: stretch;
		width: 50%;
		background-color: #fff;
	}
	.melindres-banner .melindres-banner-info {
		margin-bottom: 40px;
		margin-right: 0.75rem;
		flex: 1 1 auto;
	}
	.melindres-banner .melindres-banner-buttons {
		margin-top: 0;
		margin-left: 0.75rem;
	}
}

body.melindres-modal-open.melindres-modal-wall {
	height: 100vh;
	overflow-y: hidden;
	position: fixed;
}

.melindres-modal {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	color: #7a7a7a;
}

.melindres-modal .melindres-modal-background {
	background-color: rgba(10, 10, 10, 0.86);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.melindres-modal .melindres-modal-content {
	margin: 0 auto;
	max-height: calc(100vh - 40px);
	width: 90%;
	width: calc(100% - 4rem);
	overflow: auto;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
}

@media screen and (min-width: 769px) {
	.melindres-modal .melindres-modal-content {
		width: 640px;
	}
}

.melindres-modal .melindres-modal-box {
	background-color: white;
	border-radius: 4px;
	font-family: Helvetica, Arial, sans-serif;
}

.melindres-modal .melindres-modal-header p.title,
.melindres-modal .melindres-modal-body p.title,
.melindres-modal .melindres-modal-footer p.title {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.125;
	margin-bottom: 0;
}

.melindres-modal .melindres-modal-header p:not(:last-child),
.melindres-modal .melindres-modal-body p:not(:last-child),
.melindres-modal .melindres-modal-footer p:not(:last-child) {
	margin-bottom: 0.66em;
}

.melindres-modal .melindres-modal-header,
.melindres-modal .melindres-modal-footer {
	background-color: #ededed;
	padding: 1rem;
}

.melindres-modal .melindres-modal-body {
	max-height: calc(100vh - 15rem);
	overflow-y: auto;
	scrollbar-width: thin;
	font-size: 1em;
	line-height: 1.25em;
}

.melindres-modal .melindres-modal-body .melindres-modal-body-content {
	margin: 1.5rem;
}

.melindres-consent {
	margin: 1rem 0;
}

.melindres-consent .melindres-consent-header {
	background-color: #ededed;
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 479px) {
	.melindres-consent .melindres-consent-header {
		flex-direction: column;
	}
	.melindres-consent .melindres-consent-header > *:not(:last-child) {
		margin-bottom: 0.5rem;
	}
}

.melindres-consent .melindres-consent-header a {
	flex: 1 0 auto;
	font-weight: bold;
}

.melindres-consent .melindres-consent-body {
	border: 1px solid #ededed;
}

.melindres-consent .melindres-consent-body .melindres-consent-body-content {
	padding: 1.5rem;
}

.melindres-consent-section:not(:last-child) {
	margin-bottom: 1rem;
}

.melindres-consent-section-description {
	margin-bottom: 1rem;
}

.melindres-consent-section-table-wrapper {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	scrollbar-width: thin;
}

.melindres-consent-section-table-wrapper table {
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
}

.melindres-consent-section-table-wrapper table th {
	background-color: #ededed;
	font-weight: bold;
}

.melindres-consent-section-table-wrapper table th,
.melindres-consent-section-table-wrapper table td {
	padding: 0.5rem;
	border: 1px solid #dbdbdb;
}

.melindres-consent-section-cookie-name {
	max-width: 33vw;
	word-wrap: break-word;
	font-family: monospace;
}


.melindres-modal-body-content ul {
    margin-left: 4%;
    margin-top: 4%
}
.melindres-modal-body-content ul li a {
    color: #333;
}
.melindres-modal-body-content ul li a:hover {
    color: #f6a400;
}


.toggled.disabled .v-switch-button {
    opacity: 0;
}

.toggled.disabled  .v-switch-core{
    background-color: #333;
}

.vue-js-switch.disabled[data-v-25adc6c0] {
    pointer-events: none;
    opacity: 1!important;
}

label.melindres-switch.vue-js-switch:hover {
    cursor: pointer;
}

/* adaptar toogle a idiomas */
label.melindres-switch.vue-js-switch .v-switch-core {
    width: 105px!important;
}


.melindres-switch.vue-js-switch.toggled .v-switch-button {
    transform: translate3d(77px, 3px, 0px)!important;
}
