@charset "UTF-8";

/* Puebla de Cazalla BLEX CSS Document */

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700&display=swap');
/*@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Bold.eot');
	src: url('../assets/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
	url('../assets/fonts/Montserrat-Bold.woff2') format('woff2'),
	url('../assets/fonts/Montserrat-Bold.woff') format('woff'),
	url('../assets/fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
}∂

@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-SemiBold.eot');
	src: url('../assets/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('../assets/fonts/Montserrat-SemiBold.woff2') format('woff2'),
	url('../assets/fonts/Montserrat-SemiBold.woff') format('woff'),
	url('../assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Medium.eot');
	src: url('../assets/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
	url('../assets/fonts/Montserrat-Medium.woff2') format('woff2'),
	url('../assets/fonts/Montserrat-Medium.woff') format('woff'),
	url('../assets/fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Regular.eot');
	src: url('../assets/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
	url('../assets/fonts/Montserrat-Regular.woff2') format('woff2'),
	url('../assets/fonts/Montserrat-Regular.woff') format('woff'),
	url('../assets/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Light.eot');
	src: url('../assets/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
	url('../assets/fonts/Montserrat-Light.woff2') format('woff2'),
	url('../assets/fonts/Montserrat-Light.woff') format('woff'),
	url('../assets/fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-display: swap;
}*/

h1,h2,h3,h4,h5,h6 { font-weight: 600 }
h1,.h1 { font-size: 2rem }
h2,.h2 { font-size: 1.435rem }
h3,.h3 { font-size: 1.2rem }
h5,.h5 { font-size: 1.2rem }
h6,.h6 { font-size: 1rem }
.normal { font-size: 1rem!important }
.xs,small { font-size: 0.935rem!important }
.xxs { font-size: 0.81rem!important }
.xl { font-size: 1.83rem!important }
.xxl { font-size: 2.25rem!important }

b,strong { font-weight: 700!important }
.fw-semibold { font-weight: 600!important }
.fw-medium { font-weight: 500!important }

.gray { color: var(--bs-gray) }
.text-green { color: var(--bs-green) !important }
.text-blex { color: var(--bs-blex) }
.bg-gris { background-color: var(--bs-light-gray) }

.mw { max-width: 21rem }
.mww { max-width: 23rem }

.hidden-if-empty:empty {
	display: none;
}

.degradado {
	background: linear-gradient(180deg, #265630, #132D19);
}

.full-border-radius {
	border-radius: 35px;
	overflow: hidden;
}

.top-border-radius {
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	overflow: hidden;
}
  
/* Secciones con bordes redondeados y superpuestos */
.overlapped-border-radius {
	padding-top: 35px;
	margin-top: -35px;
	position: relative;
	z-index: var(--overlapped-section);
	overflow: hidden;
}

.overlapped-border-radius:not(footer) {
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}

.picture_parent {
	position: relative;
	overflow: hidden;
}

.preloader, .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(var(--bs-secondary-rgb), .1);
    opacity: 0;
    transition: opacity .3s linear;
}

ol, ul {
	padding-left: 0rem;
	margin-bottom: 0rem;
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

input:not([type="checkbox"]):not([type="image"]):not(.btn):not(.input_disponibilidad) {
	position: relative;
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--bs-primary);
	border-radius: 0;
	padding: .5rem;
}

input::placeholder,
textarea::placeholder {
	color: rgba(var(--bs-secondary-rgb), .45);
}

select {
	border: 0;
	background: transparent;
}

textarea {
	width: 100%;
	height: 200px;
	background: transparent;
	border: 1px solid rgba(var(--bs-primary-rgb), 1);
	border-radius: 25px;
	padding: 1rem;
}

/* INPUTS CHECKBOX RADIO */
.form-switch {
	padding-left: 0;
}

input[type="checkbox"]+label:not(.btn),
input[type="radio"]+label:not(.btn) {
	padding-left: 1.5rem;
}

.contacto input[type="checkbox"]+label:not(.btn),
.newsletter input[type="checkbox"]+label:not(.btn) {
	padding-top: .1rem;
}

[type="checkbox"]+label:before,
[type="checkbox"]+label:after,
[type="radio"]+label:before,
[type="radio"]+label:after {
	content: '';
	position: absolute;
	top: .3rem;
	left: 0;
	width: .8rem;
	height: .8rem;
	transition: all .28s ease;
	border: 1px solid var(--bs-primary);
}

[type="checkbox"]+label:before,
[type="checkbox"]+label:after {
	border-radius: 4px;
}

[type="radio"]+label:before,
[type="radio"]+label:after {
	border-radius: 50%;
}

[type="checkbox"]:not(:checked)+label:after,
[type="radio"]:not(:checked)+label:after {
	-ms-transform: scale(0);
	transform: scale(0);
}

[type="checkbox"]:checked+label:after,
[type="radio"]:checked+label:after {
	background-color: var(--bs-primary);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	box-shadow: unset;
}

.btn {
	font-weight: 400;
	line-height: 1.2;
}

.btn:not(.btn-sm) {
	padding: 0.65rem 2.5rem;
	border-radius: 60px;
	font-size: .935rem;
}

.btn.btn-sm {
	padding: .25rem 1rem;
	border-radius: 25px;
}

.btn-primary {
	border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
	background: #fff;
	color:var(--bs-primary);
	border-color: var(--bs-primary);
	border: solid 1px;
}

.btn-primary svg * {
	fill: #fff!important;
}

.btn-primary:hover svg *,
.btn-primary:focus svg *,
.btn-primary.active svg * {
	fill: var(--bs-green)!important;
}

.btn-tercero {
	background-color: var(--bs-green);
	color: var(--bs-primary);
	border-color: var(--bs-green);
}

.btn-tercero:hover,
.btn-tercero:focus,
.btn-tercero.active {
	background: var(--bs-green);
	color: var(--bs-white);
	border-color: var(--bs-green);
}

a.no-border:hover {
    border: 1px solid transparent;
    outline: none !important;
}

.btn-secondary {
	background: #fff;
	border-color: #fff;
	color: var(--bs-primary);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

.btn-secondary svg * {
	fill: var(--bs-primary)!important;
}

.btn-secondary:hover svg *,
.btn-secondary:focus svg *,
.btn-secondary.active svg * {
	fill: #fff!important;
}

.btn-secondary-outline {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
	color: var(--bs-primary);
	background: #fff;
	border-color: #fff;
}

.btn-secondary-outline svg * {
	fill: #fff!important;
}

.btn-secondary-outline:hover svg *,
.btn-secondary-outline:focus svg *,
.btn-secondary-outline.active svg * {
	fill: var(--bs-primary)!important;
}

.btn-primary.white:hover,.btn-primary.white:focus,.btn-primary.active.white,
.btn-secondary.white:hover,.btn-secondary.white:focus,.btn-secondary.active.white,
.btn-secondary-outline.white:hover,.btn-secondary-outline.white:focus,.btn-secondary-outline.active.white {
	background: #fff;
	-webkit-text-fill-color: unset;
	color: var(--bs-primary);
}
.btn-primary.white:hover svg *, .btn-primary.white:focus svg *, .btn-primary.active.white svg *,
.btn-secondary.white:hover svg *, .btn-secondary.white:focus svg *, .btn-secondary.white.active svg *,
.btn-secondary-outline.white:hover svg *, .btn-secondary-outline.white:focus svg *, .btn-secondary-outline.active.white svg *{fill: var(--bs-primary)!important;}

.btn[class*="btn"]:focus, .btn[class*="btn"]:active:focus {
	box-shadow: 0 0 0 0;
}

.bg-light-green {
	background-color: var(--bs-ligth-green);
}

#cc-show-preferences-modal {
	background-color: #e0fbe5;
	color: var(--bs-secondary-color);
}

.accordion-item {
	background-color: transparent;
}

.input.password:before {
	right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.98 14.5'%3E%3Cpath d='M10.79.5A12.11,12.11,0,0,1,19.26,4a12.31,12.31,0,0,1,1.93,2.37,1.57,1.57,0,0,1,0,1.82,12.2,12.2,0,0,1-8.28,5.66,11.15,11.15,0,0,1-8.14-1.67,12.56,12.56,0,0,1-4-3.93,1.61,1.61,0,0,1,0-1.91A12.36,12.36,0,0,1,9.19.66,16.07,16.07,0,0,1,10.79.5ZM11,2.79a4.46,4.46,0,1,0,4.48,4.47A4.47,4.47,0,0,0,11,2.79Z' style='fill:none;stroke:%235f616e;stroke-miterlimit:10'/%3E%3C/svg%3E");
}

.input.password:after {
	right: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.21 15.21'%3E%3Cline x1='0.35' y1='14.85' x2='14.85' y2='0.35' style='fill:none;stroke:%235f616e;stroke-miterlimit:10'/%3E%3C/svg%3E");
}

.form-floating.input.password:before,
.form-floating.input.password:after {
	top: 20px;
}

.btn-close:focus {
	box-shadow: none !important;
}

.whatsapp_floating {
	display: none;
}

.mosca_contacto {
	display: none;
}

/* START HEADER */
header {
	background: var(--bs-white);
	border-color: transparent;
	position: sticky;
	top: 0;
	z-index: 1050;
	padding: .5rem 0;
	transition: all ease .5s;
}

header.scrolling {
	-webkit-box-shadow: 0px 5px 7px 0px rgba(35,33,34,0.2);
	-moz-box-shadow: 0px 5px 7px 0px rgba(35,33,34,0.2);
	box-shadow: 0px 5px 7px 0px rgba(35,33,34,0.2);
	padding: .5rem 0;
}

header .logo {
	max-width: 100px;
	transition: all ease .5s;
}

header.scrolling .logo {
	max-width: 85px;
}

header .menu-button {
	width: 26px;
	border: 0;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

header .lang-menu {
	width: 1.5rem;
	height: 1.5rem;
}

#navbarDropdownLanguages > svg,
#navbarDropdownLanguages > img,
#navbarDropdownLanguages + .dropdown-menu .dropdown-item > svg,
#navbarDropdownLanguages + .dropdown-menu .dropdown-item > img {
	width: 1rem;
}

#navbarDropdownLanguages + .dropdown-menu .dropdown-item > svg,
#navbarDropdownLanguages + .dropdown-menu .dropdown-item > img {
	margin-right: .5rem;
}

header .main-menu a {
	font-size: .935rem;
	font-weight: 600;
	color: rgba(var(--bs-body-color-rgb), .7);
	padding: 1.5rem 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

header .main-menu .dropdown-menu .dropdown-item {
	padding: 1rem;
}

header .main-menu a:hover,
header .main-menu a.active {
	color: var(--bs-body-color);
}

.dropdown-menu {
	border: none;
	border-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0;
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
	overflow: hidden;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item.active,
#menu-mobile .dropdown-item:hover,
#menu-mobile .dropdown-item:active,
#menu-mobile .dropdown-item.active {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.dropdown-menu .dropdown-item:focus,
#menu-mobile .dropdown-item:focus {
	background: transparent;
	color: inherit;
}

.dropdown-toggle::after,
#menu-mobile .accordion-button::after {
	width: .75em;
	height: .75em;
	margin-left: .5rem;
	vertical-align: 0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212322'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: transform .2s ease-in-out;
	border: none;
}

.dropdown-toggle.show::after {
	transform: rotate(180deg);
}
/* END HEADER */

/* START MOBILE MENU */
#menu-mobile {
	position: fixed;
	width: 100%;
	right: -100%;
	top: 84px;
	height: calc(100vh - 84px);
	border: 0;
	z-index: 1055;
	background: var(--bs-primary);
	transition: all cubic-bezier(0.65, 0, 0.35, 1) .5s;
}

#menu-mobile,
#menu-mobile .accordion-button,
#menu-mobile a {
	font-weight: 600;
	color: var(--bs-green);
}

#menu-mobile .accordion-item .dropdown-item {
	color: var(--bs-white);
	padding-left: 2rem;
}

.scrolling + #menu-mobile {
	top: 73px;
	height: calc(100vh - 73px);
}

#menu-mobile.active {
	right: 0;
}

#menu-mobile .accordion-item {
	margin-bottom: .75rem;
}

#menu-mobile .accordion-item,
#menu-mobile .accordion-button {
	background-color: transparent;
	border-bottom: none;
}

#menu-mobile .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2357e474'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#menu-mobile .accordion-button.no-collapse:after {
	display: none;
}
/* END MENU */

.py-8 {
	padding-top: 39px!important;
}

.busqueda .input_disponibilidad {
    border: 1px solid var(--bs-primary) !important;
    color: var(--bs-primary) !important;
}

.rrss {
	padding-top: 1rem;
}

.rrss a.rrss-icon svg,
.rrss a.rrss-icon img {
	display: block;
	width: 28px;
}


/* DESTACADOS */
.card {
	border-radius: 35px;
	border: none;
	overflow: hidden;
	box-shadow: 3px 3px 9px #00000029 !important;
}

.card picture {
	position: relative;
}

.card picture:before {
	content: '';
	padding-top: 43%;
	display: block;
}

.card picture img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card .fecha {
	font-weight: 300;
	font-size: .75rem;
	color: var(--bs-light-secondary);
}

.card .intro {
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: .75rem;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	min-height: calc(1.4em * 3);
}

.card .card-info {
	font-size: .9rem;
	padding: .85rem;
	pointer-events: none;
}

.card .card-info .icon {
	float: left;
	width: auto;
	height: 1.4rem;
	margin-right: .25rem;
}

.card .precio {
	font-size: 2rem;
	line-height: 1;
}

.card.square {
	position: relative;
}

.card.square picture:before {
	padding-top: 100%;
}

.card.square .card-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: transparent;
	font-size: 1rem;
	padding: 1.25rem;
}

.card.square .precio {
	font-size: 1.2rem;
}

.cursor-pointer {
	cursor: pointer;
}

#locations .card .icon-loc {
	width: 16px;
	margin-bottom: 5px;
}

#locations #localizaciones-grid > .row + .row,
#locations #localizaciones-grid.wrapp-show-more{display: none;}

img.icon-loc {
	height: 36px;
}

.card .tags {
	position: absolute;
	top: 1rem;
	left: 1.5rem;
	z-index: 10;
}

.tag {
	font-size: .83rem;
	line-height: .9;
	width: fit-content;
	font-weight: 400;
	border-radius: 30px;
	padding: .25rem .5rem;
	background: var(--bs-white);
	color: var(--bs-primary);
	margin-bottom: .5rem;
	margin-right: .5rem;
	transition: all ease .2s;
}
.card .tag {
	bottom: 0px;
	left: 10px;
	position: relative;
}

.tag:hover {
	background: var(--bs-green)  !important;
	color: var(--bs-primary) !important;
}

.card .tags > .tag {
	top: 0;
	bottom: auto;
}

.tag.outline {
	border: solid 1px var(--bs-primary);
	background: none;
	color: var(--bs-text);
}

.tag.outline:hover {
	color: #fff;
	background: var(--bs-gradient);
}

/* CELL EXPERIENCIAS */
/* Render slide */
.slider_experiencias{
	--bs-gutter-x: 1.5rem;
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}
.slider_experiencias .slick-slide {
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.slider_experiencias .slick-slide.is-first-visible {
	padding-left: 0 !important;
}

.slider_experiencias .slick-slide.is-last-visible {
	padding-right: 0 !important;
}
/* END CELL EXPERIENCIAS */

.location {
	display: flex;
	padding-bottom: 2px;
	font-size: 1rem;
}

.modal-body p,
.modal-body ul,
.modal-body ol {
	margin-bottom: 1rem;
}

.modal-body ul,
.modal-body ol {
	padding-left: 2rem;
}

.modal-body li {
	margin-bottom: .25rem;
	list-style: disc;
}

/* MODULO BLEX */
.blex {
	background: #F1F1F1;
}

.blex li {
	margin-bottom: .5rem;
}

.blex li svg,
.blex li img {
	display: inline-block;
	margin-right: .5rem;
	height: 1rem;
	width: auto;
}

.btn-blex {
	background-color:var(--bs-blex) !important;
	padding: 0.90rem 2rem !important;
}

.btn-blex:hover {
	background-color:var(--bs-white) !important;
	color:var(--bs-blex) !important;
	padding: 0.90rem 2rem !important;
}

/* NEWSLETTER */
input#mail_suscripcion {
	color: var(--bs-white);
}

input#mail_suscripcion::placeholder {
	color: rgba(var(--bs-white-rgb), .7);
}

/* FOOTER */
footer {
	text-align: left;
	color: var(--bs-primary);
	background: linear-gradient(180deg, #265630, #132D19);
}

footer h5 {
	font-weight: 500;
}

footer .rrss {
	padding-top: 0;
}

footer .logo {
	width: 8rem;
}

footer .logo svg * {
	fill: var(--bs-white);
}

.borde-d {
	border: 1px solid #57E474;
	border-image: linear-gradient(45deg, #57E474, #3DAE5C) 0 0 1;
}

footer a[href] {
	color: #fff;
	transition: color .2s linear;
}

footer a[href]:hover {
	color: var(--bs-green);
}

.url-footer {
	font-size: .9rem;
	padding-right: .5rem;
	margin-bottom: .25rem;
}

li {
	list-style: none;
}

figure.adjust-h.formapago-footer {
	height: 40px;
}

figure.adjust-h.formapago-footer img,
figure.adjust-h.formapago-footer svg {
	max-width: 100%;
}

footer .forma-pagos {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

footer .forma-pagos figure.adjust-h {
	height: 30px;
	margin-bottom: 1rem;
}

footer .legal-links {
	font-weight: 500;
	font-size: .9rem;
	text-align: center;
}

/* BLOG */
.back-blog {
	background-image: url(../img/noticias.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 20rem;
	max-height: 20rem;
	display: grid;
	align-items: center;
}

.page-noticia .cuerpo_noticia h1,
.page-noticia .cuerpo_noticia h2,
.page-noticia .cuerpo_noticia h3,
.pagination .page-link {
	color: var(--bs-primary);
}

.page-noticia .cuerpo_noticia h4,
.page-noticia .cuerpo_noticia h5,
.page-noticia .cuerpo_noticia h6 {
	color: var(--bs-secondary);
}

.pagination .page-link .sr-only {
	display: none;
}

.page-noticia .cuerpo_noticia table {
    width: 100%;
    border: 2px solid;
    border-color: #000;
    text-align: center;
    border-collapse: collapse;
    margin: 60px 0 60px 0;
}

.page-noticia .cuerpo_noticia td {
    border: 2px solid;
    padding: 20px;
}

.page-noticia .cuerpo_noticia blockquote {
    color: var(--bs-primary);
    font-size: 2.11rem;
    line-height: 1.2;
    text-align: justify;
    font-style: italic;
    font-weight: 100;
    padding: 3.5rem 1rem;
}

.page-noticia .cuerpo_noticia img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 1.61rem auto;
}


/* SHARE */
.compartir-all {
	position: absolute;
	margin-top: 10px;
	transition: 1s;
	background-color: var(--bs-white) !important;
	padding: .5rem .5rem 0;
	box-shadow: 3px 3px 4px 0px rgb(0 0 0 / 32%);
	border-radius: 10px;
}

.compartir svg {
	width: 15px;
	margin-left: 10px;
}

.a2a_svg {
	background-color: var(--bs-white) !important;
}

.back-post {
	background-size: cover;
	padding-top: 1rem;
	padding-bottom: 2rem;
	min-height: 20rem;
	max-height: 20rem;
	object-fit: cover;
	display: grid;
	background-position: right center;
}

.border-card {
	border-radius: 20px 20px 0px 0px;
}


/* LOGIN */
.login-page {
	height: calc(95vh - 70px);
	overflow: auto;
	padding: 0 !important;
}

.login-page > .container-fluid,
.login-page > .container,
.login-page:not(.grid_links) > .container-fluid > .row,
.login-page:not(.grid_links) > .container > .row {
	height: 100%;
}

.tg-card {
	text-align: left;
	color: #7652dc;
	background-color: #fff;
	padding: 1rem;
	border-radius: 20px;
}

.tg-card form {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.admin_container .tg-card {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 3rem;
	padding-bottom: 1rem;
}

.admin_container .tg-card:hover {
	color: #fff;
	background: #9d62f5;
	background: -moz-linear-gradient(left, #9d62f5 11%, #6049cd 100%);
	background: -webkit-linear-gradient(left, #9d62f5 11%,#6049cd 100%);
	background: linear-gradient(to right, #9d62f5 11%,#6049cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d62f5', endColorstr='#6049cd',GradientType=1);
}

.admin_container .tg-card:hover svg * {
	fill: #fff !important;
}

.tg-card > figure.adjust-h {
	height: 3rem;
}

.tg-card h6 {
	height: 3rem;
	overflow: hidden;
	margin-bottom: 0;
}

.tg-card > figure + h6 {
	margin-top: 1rem;
}


/* BANNER (CON O SIN SLIDER) */
.slider_galeria {
	height: 60vh;
}

.slider_galeria .slider_galeria_item > picture,
.slider_galeria .slider_galeria_item > img,
.slider_galeria .slider_galeria_item > picture > img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider_galeria .slider_galeria_item > picture > img {
	object-fit: cover;
}

#slider_legal {
    display: none !important;
}

.video-portada::-webkit-media-controls {
	display: none !important;
}

.video-portada::-moz-media-controls {
	display: none !important;
}

.video-portada {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none; /* Opcional si no quieres interacciones */
}

.slider_galeria .captions,
.slider_galeria .blog-share {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 10;
	color: var(--bs-white);
	transform: translateY(-50%);
	margin-bottom: 0;
	padding: 2rem;
}

.page-noticia .slider_galeria .captions,
.slider_galeria .blog-share {
	color: var(--bs-primary);
}

.slider_galeria.wrapp-banner-home .captions {
	top: 40%;
}

.slider_galeria .blog-share {
	top: 90%;
}
/* END BANNER */

.sobre_nosotros figure {
	max-width: 28px;
	margin: 0 auto;
}

.sobre_nosotros h3 span {
	color: var(--bs-primary)
}

.sobre_nosotros p {
	margin-bottom: 0;
}

.respuestas {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.respuestas h3 {
	font-weight: 600;
	margin-top: 4rem;
	margin-bottom: 1rem;
}

.respuestas h6 {
	margin-top: 2rem;
}

.respuestas .accordion-item {
	margin-top: 1rem;
	border: 0;
}

.respuestas p:last-child {
	margin-bottom: 0;
}

.nuestra_filosofia, .respuesta {
	background-color: var(--bs-body-bg-gray);
}

.nuestra_filosofia figure {
	max-width: 50px;
	margin: 0 auto;
}

.nuestra_filosofia > p {
	margin: 2rem 0;
}

.text-degradado {
	color: var(--bs-primary);
	/*background: rgb(87, 228, 115);
	background: -moz-linear-gradient(86deg, rgba(231,22,71,1) 0%, rgba(214,30,121,1) 75%);
	background: -webkit-linear-gradient(86deg, rgba(231,22,71,1) 0%, rgba(214,30,121,1) 75%);
	background: linear-gradient(86deg, rgba(231,22,71,1) 0%, rgba(214,30,121,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e71647",endColorstr="#d61e79",GradientType=1);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}

.degradado-top-to-bottom::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65%;
	background: linear-gradient(180deg, #265630, #132D19);
	z-index: -1;
}

.degradado-top-to-bottom.cancelado::after {
	background: linear-gradient(180deg, #265630, #132D19);
}

.contacto.grupos .degradado-top-to-bottom::after {
	z-index: 1;
}

.contacto .select {
	position: relative;
}
.contacto-section{
	background-color: #dcfae2;
}

.select_estrecho {
	width: 100%;
}

.contacto select {
	border: 1px solid rgb(87, 228, 115);
	border-radius: 25px;
	padding-left: 15px;
	width: 100%;
	color: rgba(33,35,34, .45);
	padding: 15px 0 15px 15px;
	line-height: 1;
	margin-top: .25rem;
	background-color: #fff;
}

.contacto .select::before {
	content: "";
	position: absolute;
	top: calc(50% - 1.5rem + 15px);
	right: 15px;
	transform: translateY(-50%);
	width: 0.75em;
	height: 0.75em;
	margin-left: auto;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212322'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: transform .2s ease-in-out;
	border: none;
	margin-left: 10px;

}

/* START ELEMENT VALORACIONES */
.stars-comments .stars.big figure{max-width: 130px;z-index: 0;overflow: hidden;}
.stars-comments .stars.small figure{max-width: 75px; overflow: hidden;}

.stars-comments .stars figure > svg,
.stars-comments .stars figure > svg + div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.stars-comments .stars figure > svg + div{
	width: calc(55% + 8.4942%);
	height: calc(100% - 2.96%);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--bs-gradient);
	z-index: 2;
}
.stars-comments .stars figure > svg + div + svg{position: relative;z-index: 3;}
/* END ELEMENT VALORACIONES */

/* START PRODUCT PAGE */
.header-product .slider_galeria_item {
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
	overflow: hidden;
}

.btn-more-img {
	position: absolute;
	top: 1rem;
	left: 2rem;
	z-index: 1;
}

.product-features .feature {
	margin-bottom: .75rem;
}

.tab-opiniones .img-user {
	max-width: 60px;
	border-radius: 60%;
	overflow: hidden;
	border: solid 1px var(--bs-primary);
}

.separador-caracteristicas {
	padding: 1rem 0;
}

.separador-caracteristicas .icon > img,
.separador-caracteristicas .icon > svg {
	display: block;
	max-width: 28px;
	margin: 0 auto;
	vertical-align: middle;
}

.separador-caracteristicas .icon figcaption {
	display: block;
	font-size: .81rem;
	line-height: 1.2em;
	color: var(--bs-primary);
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	margin-top: .5rem;
}

.separador-caracteristicas .bounce-in-right{
    animation: bounce-in-right 1s both;}

.separador-caracteristicas .bounce-in-right:nth-child(1) {
    animation-delay: 0.3s;
}

.separador-caracteristicas .bounce-in-right:nth-child(2) {
    animation-delay: 0.6s;
}

.separador-caracteristicas .bounce-in-right:nth-child(3) {
    animation-delay: 0.9s;
}

.google-maps iframe {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	overflow: hidden;
}

.page-experiencia .localizacion .title svg {
	display: inline-block;
	margin-left: 1rem;
	width: 1.5em;
}

.page-experiencia .localizacion #map{padding-top: 65%;}
.page-experiencia .localizacion .google-maps{padding-bottom:100%;}
/* END PRODUCT PAGE */

/* FILTROS DROPDOWN */
.dropdown-filter li {
	cursor: pointer;
}

.dropbtn {
	position: relative;
	font-size: .85rem;
	font-weight: 400;
	border: none;
	cursor: pointer;
	background-color: transparent;
	display: flex;
	align-items: center;
	padding: 0;
	color: #212322;
	-webkit-appearance: none;
	appearance: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.dropbtn:focus, 
.dropbtn:hover {
	color: var(--bs-primary);
}

.dropbtn::after {
	flex-shrink: 0;
	width: 0.75em;
	height: 0.75em;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212322'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: transform .2s ease-in-out;
	border: none;
	margin-left: 10px;
}

.dropbtn:focus::after, 
.dropbtn:hover::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212322'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


/** CONTACTO */
.contacto sup {
	color: var(--bs-primary);
}


/** BUSCADOR */
.buscador_ciudad {
	position: absolute;
	bottom: 25%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	cursor: pointer;
}

.buscador_ciudad div.input.text {
	margin-bottom: 0;
}

.step_reserva .input.checkbox {
	margin-bottom: .5rem;
}

input.input_disponibilidad {
	font-size: 1rem;
	background-color: #fff;
	border: none !important;
	border-radius: 35px;
	padding-left: 15px;
	width: 90vw;
	max-width: 460px;
	padding: 1rem;
	cursor: pointer;
	outline: none;
}

/* Para contrarrestar el input que se ha puesto disabled y no pilla los eventos */
input.input_disponibilidad:not(.select_ciudad){
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
input.input_disponibilidad:focus:invalid:focus,
input.input_disponibilidad:focus{
	border: 1px solid var(--bs-green);
}

input.input_disponibilidad.select_ciudad {
	color: rgba(var(--bs-primary-rgb), .65);
}

.btn_disponibilidad {
	position: absolute;
	right: 0;
	top: 50%;
	height: 66px;
	transform: translateY(-50%);
	padding: 1.23rem 0rem;
	min-width: 120px !important;
}

.disponibilidad_calendario {
	position: absolute;
	top: 50%;
	right: calc(65px + 3%);
	width: 100px; 
	height: 100%;
	transform: translateY(-50%);
	background-color: var(--bs-primary);
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;

}

.disponibilidad_calendario:hover {
	cursor: pointer;
}

.disponibilidad_calendario svg {
	margin-left: -50px;
	fill: currentColor;
	color: var(--bs-green); 
	transition: color 0.3s ease;
}

.disponibilidad_calendario:hover svg {
	color: var(--bs-white); 
}

.datepicker_buscador {
	display: none;
}

.tg-modulo.buscador {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	display: none;
}

.gracias_bg.cancelado::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
	background: rgb(87, 228, 115);
	background: -moz-linear-gradient(180deg, rgba(231,22,71,1) 25%, rgba(214,30,121,0.8393951330532212) 55%, rgba(255,255,255,0) 95%);
	background: -webkit-linear-gradient(180deg, rgba(231,22,71,1) 25%, rgba(214,30,121,0.8393951330532212) 55%, rgba(255,255,255,0) 95%);
	background: linear-gradient(180deg, rgba(231,22,71,1) 25%, rgba(214,30,121,0.8393951330532212) 55%, rgba(255,255,255,0) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e71647",endColorstr="#ffffff",GradientType=1);
	z-index: -1	;
}

.gracias_bg {
	background: url('../img/icons/tramado.svg');
	background-size: contain;
	background-repeat: repeat;
	background-position: bottom;
	z-index: 1;
	width: 100%;
}

.page-finalizacion figure.ticket-error {
	max-width: 30px;
	margin: .5rem auto;
}

.page-finalizacion figure.map {
	max-width: 90px;
}

.respuestas h6 {
	position: relative;
	max-width: 95%;
}

.respuestas h6.flecha::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -5%;
	transform: translateY(-50%);
	flex-shrink: 0;
	width: 0.75em;
	height: 0.75em;
	margin-left: auto;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23265630'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: transform .2s ease-in-out;
	border: none;
}

.respuestas h6.active::after {
	transform: translateY(-50%) rotate(180deg);
}

/* Filtro */
.seccionBannerLegales{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.seccionBannerLegales img{
    max-height: 240px;
    object-fit: cover;
}

/* CIUDAD */
.icono_card {
	max-width: 16px;
}

.estrellas-row > [class*="col"] {
	align-self: end;
}

.previous_precio {
	position: absolute;
	bottom: 0;
	left: -30px;
}

.espectaculo_h {
	-webkit-box-shadow: 2px 3px 15px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 15px -4px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 15px -4px rgba(0,0,0,0.75);
	border-radius: 8px
}

.espectaculo_h picture img {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	min-width: 140px;
	max-width: 140px;
	min-height: 160px;
}

.destacados picture {
	margin-left: 1px;
}

.max-two-lines {
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	min-height: calc(1.2em * 2);
}


/* Media query para dispositivos móviles */
@media (max-width: 767.98px) { 
    .max-two-lines {
        display: block; /* Cambiar a bloque para la visualización en móvil */
        overflow: visible; /* Hacer visible el contenido en móviles */
        -webkit-line-clamp: unset; /* Desactivar el recorte */
        min-height: auto; /* No establecer una altura mínima */
        line-height: 1.2; /* Aplicar solo el line-height en móviles */
    }
}


.card.experiencia.h .max-two-lines{
	min-height: unset;
	overflow: unset;
}

.header_error #header {
    box-shadow: 0px 5px 7px 0px rgb(35 33 34 / 20%);
}


/** BUSCADOR */
.resultados_busqueda {
	position: absolute;
	top: calc(65px + 3%);
	width: 100%;
	height: auto;
	max-height: 400px;
	min-height: 100px;
	overflow-y: auto;
	background: #fff;
	left: 0;
	display: none;
	padding: 1.5rem;
	border: 1px solid rgb(87, 228, 115);
	border-radius: 16px;
	cursor: auto;
	color: #000;
}

.error-box {
	background: #fff;
}

.error-box figure {
	max-width: 450px;
	margin: 0 auto;
}

.resultados_busqueda .preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
}

.resultados_busqueda .preloader svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80px;
	width: 80px;
	margin: 0 auto;
}

.resultados_localizaciones {
	display: none;
}

.resultado_enlace {
	display: inline-block;
	width: 100%;
}

.resultado_enlace:hover {
	color: var(--bs-primary);
	/*background: rgb(87, 228, 115);
	background: -moz-linear-gradient(86deg, rgba(231,22,71,1) 0%, rgba(214,30,121,1) 75%);
	background: -webkit-linear-gradient(86deg, rgba(231,22,71,1) 0%, rgba(214,30,121,1) 75%);
	background: linear-gradient(86deg, rgba(231,22,71,1) 0%, rgba(214,30,121,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e71647",endColorstr="#d61e79",GradientType=1);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}

.menu-button .burger-close{
	display: none;
	opacity: 0;

}
.burger-icon svg {
    width: 100%;
    height: 100%;
}

.menu-button.active .burger-open {
	display: none;
    opacity: 0;
}

.menu-button.active .burger-close {
	display: block;
    opacity: 1;
}

@keyframes loader {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

.preloader-animation {
	animation: loader 1s infinite;
	transform-origin: 50% 50%;
}

/** RESUMEN COMPRA TICKETS */
.resumen_compra {
	margin-bottom: 2rem;
}

.outdated-precio {
	font-size: .8rem;
	color: var(--bs-danger);
	text-decoration: line-through;
}

.header-product .outdated-precio {
	font-size: 1.2rem;
	margin-bottom: .15rem;
}

.precio_final {
	font-weight: 700;
	font-size: 1.5rem;
	text-align: right;
}

.resumen_compra .precio_final {
	border-bottom: 2px solid var(--bs-secondary);
	padding-bottom: .25rem;
}

.resumen_compra .card-body {
	padding: 2rem;
}

.resumen_compra input:not([type="image"]) {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid var(--bs-secondary);
	border-radius: 0;
	margin-bottom: .5rem;
}

.resumen_compra .form-control:focus {
	background-color: transparent;
}

.resumen_compra #card-errors {
	color: var(--bs-danger);
	margin: 1rem 0;
}

.resumen_compra .boton-pago {
	margin-top: 2rem;
}

.resumen_compra .boton-pago .btn {
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.resumen_compra input[type="image"] {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.resumen_compra .resumen_linea_divisoria::before {
	content: "";
	position: absolute;
	top: calc(1.5rem - 1.5rem);
	left: -1.5rem;
	width: calc(100% + 1.5rem);
	height: 1px;
	background-color: #dee2e6;
}

.card-pago {
	position: relative;
}

.card-pago .preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(var(--bs-secondary-rgb), .1);
	opacity: 0;
	transition: opacity .3s linear;
}

.card-pago.loading .preloader {
	z-index: 2;
	opacity: 1;
}

.card-pago .preloader svg,
.card-pago .preloader img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.card-pago .preloader .preloader-animation {
	animation: rotate-tl 2s linear infinite both;
}

.experiencia .icono_card svg [style*="url"] {
    fill: #57e474 !important;
}

.swirl-in-top-fwd {
    opacity: 0;
    animation: none;
}

.swirl-in-top-fwd.animate {
    animation: swirl-in-top-fwd 0.6s ease-out both;
}

.slide-in-right {
    opacity: 0;
    animation: none;
}

.slide-in-right.animate {
	animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-right {
	0% {
	  -webkit-transform: translateX(1000px);
			  transform: translateX(1000px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  opacity: 1;
	}
  }

	@keyframes swirl-in-top-fwd {
		0% {
			-webkit-transform: rotate(-540deg) scale(0);
					transform: rotate(-540deg) scale(0);
			opacity: 0;
		  }
		  100% {
			-webkit-transform: rotate(0) scale(1);
					transform: rotate(0) scale(1);
			opacity: 1;
		  }
 	 }
  @keyframes bounce-in-right {
	0% {
	  -webkit-transform: translateX(600px);
			  transform: translateX(600px);
	  -webkit-animation-timing-function: ease-in;
			  animation-timing-function: ease-in;
	  opacity: 0;
	}
	38% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	  opacity: 1;
	}
	55% {
	  -webkit-transform: translateX(68px);
			  transform: translateX(68px);
	  -webkit-animation-timing-function: ease-in;
			  animation-timing-function: ease-in;
	}
	72% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
	81% {
	  -webkit-transform: translateX(32px);
			  transform: translateX(32px);
	  -webkit-animation-timing-function: ease-in;
			  animation-timing-function: ease-in;
	}
	90% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
	95% {
	  -webkit-transform: translateX(8px);
			  transform: translateX(8px);
	  -webkit-animation-timing-function: ease-in;
			  animation-timing-function: ease-in;
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
  }
  

@keyframes rotate-tl {
	0% {
		transform: rotate(0);
		transform-origin: center center;
	}
	100% {
		transform: rotate(360deg);
		transform-origin: center center;
	}
}

.card-pago.loading:after {
	content: '';
}

.estaticos, .faq {
	background-color: var(--bs-ligth-green);
	position: relative;
	z-index: 10;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}


/** MEDIA QUERIES **/
@media (min-width: 700px) and (max-width: 992px) {
	.dropdown-content {width: 18%;}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width:576px) {
	.header-product .wrapp-title{padding-top: 2rem;padding-bottom: 2rem;}
	.wrapp-banner-home .buscador_ciudad{bottom:5rem}
    .resumen_compra input[type="image"]{width: auto;height: 55px}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width:768px) {
	header { padding: 1rem 0; }
	footer .forma-pagos figure.adjust-h {height: 40px;}
	.full-border-radius { border-radius: 70px }
	.top-border-radius {border-top-left-radius: 70px;border-top-right-radius: 70px;}
	.overlapped-border-radius {padding-top: 70px;margin-top: -70px;}
	.overlapped-border-radius:not(footer) {border-bottom-left-radius: 70px;border-bottom-right-radius: 70px;}
	.estaticos, .faq {border-bottom-left-radius: 70px;border-bottom-right-radius: 70px;}
	.wrapp-banner-home .buscador_ciudad{bottom:7rem}
	.separador-caracteristicas .icon > img,
	.separador-caracteristicas .icon > svg { display: inline-block; max-width: 40px; }
	.separador-caracteristicas .icon figcaption { display: inline-block; text-align: left; margin-top: 0; margin-left: .5rem; }
	.contacto picture,.contacto.grupos picture { max-height: 50vh; overflow: hidden;}
	.contacto picture img { object-position: 0 15%;}
	.header-product{background: var(--bs-white);}
	.header-product .slider_galeria_item{border-radius:0;border-top-left-radius: 70px;border-top-right-radius: 70px;}
	.page-experiencia .localizacion #map{padding-top: 125%;}
	.espectaculo_h picture img{ min-width: 230px;max-width: 235px;min-height: 165px;max-height: 160px; border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-left-radius: 0px;}
	.slider_galeria,.wrapp-banner-home{max-height: 566px;}
	.slider_galeria.min{max-height: 530px; }
	#slider_product-page{max-height: 450px;}
	#locations .title figure{width: 105px;}
	#locations .card .icon-loc{width: 20px;margin-bottom: 1px;}
	.card picture.transform {transition: ease .5s;}
	.card:hover picture.transform {transform: scale(1.1) rotate(2deg);opacity: 0.5;}
	.card.square {transition: ease 0.4s;}
	.card.square:hover {transform: scale(1.1);}
	.header-product h1{font-size: 2.4rem;}
	.header-product .precio{line-height: 1;}
	.sobre_nosotros figure {max-width: 40px; margin: 1rem auto;}
	.card.experiencia.h .max-two-lines{overflow: hidden;min-height: calc(1.2em * 2);}
	.page-experiencia .localizacion .google-maps{padding-bottom:45%;}
	.resumen_compra{margin-bottom: 4rem;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width:992px) {
	h1{font-size: 3.375rem}
	.card h1,.page-noticia h1{font-size: 2.4rem;}
	h2,.h2{ font-size: 1.7rem}
	.xxl { font-size: 2.75rem!important }
	.product-features .feature figure{max-width: 28px;transform: translateY(1px);}
	.page-experiencia .localizacion #map{padding-top: 80%;}
	.espectaculo_h picture img{ min-height: 200px; max-width: none; min-width: 200px;  max-height: 200px;}
	.tg-modulo.buscador { max-width: 300px;left: 50%;transform: translateX(-50%);}
	.select_estrecho { max-width: 250px;}
	.info-compra .tab-info{padding-block: 2rem;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
}

/* Extra extra large devices (large desktops, 1400px and up) */
@media (min-width:1400px) {
	h3,.h3{ font-size: 1.39rem}
	.page-experiencia .localizacion #map{padding-top: 65%;}
	#locations .card .icon-loc{width: 25px;margin-bottom: 2px;}
	.card.square h3{font-size: 1.61rem;}
}


/* Reunion de Cante Jondo el texto se superponía */
@media (max-width: 316px) {
	.max-two-lines {
		-webkit-line-clamp: 3;
	}
}
