@charset "UTF-8";

/** ROCIO OJUELOS - KTUZ CSS Document */

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

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../assets/fonts/HelveticaNeueLTStd-Bd.eot');
	src: url('../assets/fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
		url('../assets/fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
		url('../assets/fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
		url('../assets/fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
	font-weight: 700;
	font-display: swap;
}

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

@font-face {
	font-family: 'Gemunu Libre';
	src: url('../assets/fonts/GemunuLibre-Bold.eot');
	src: url('../assets/fonts/GemunuLibre-Bold.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/GemunuLibre-Bold.woff2') format('woff2'),
		url('../assets/fonts/GemunuLibre-Bold.woff') format('woff'),
		url('../assets/fonts/GemunuLibre-Bold.ttf') format('truetype'),
		url('../assets/fonts/GemunuLibre-Bold.svg#GemunuLibre-Bold') format('svg');
	font-weight: 700;
	font-display: swap;
}

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

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

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


/* GENERAL */
.h2, h2 {
	font-weight: 700;
	font-family: 'Helvetica Neue', Verdana, sans-serif;
	position: relative;
	font-size: 2rem;
}

.h2:after, h2:after {
	content: '';
	display: block;
	width: 3rem;
	height: 3px;
	margin-top: .25rem;
	background-color: var(--bs-primary);
}

hr {
	width: 3rem;
	opacity: 1;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid var(--bs-primary);
}

section:not(.main_container) {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.btn {
	font-size: 1.3rem;
	width: 127px;
	border-radius: 15px;
}

.btn-white {
	color: #000 !important;
	border: 2px solid #000 !important;
}

.btn-white:hover,
.btn-check:focus+.btn-white,
.btn-white:focus,
.btn-white.active {
	color: var(--bs-white) !important;
	background-color: var(--bs-primary) !important;
}

.btn-overlap {
	position: relative;
	z-index: 2;
	height: 0;
	margin-top: -1.5rem;
}

.btn-icon {
	width: calc(127px + 2rem);
	white-space: nowrap;
}

.btn-icon svg,
.btn-icon img {
	display: inline-block;
	vertical-align: middle;
	width: 1.5rem;
	margin-left: .5rem;
}

.btn-white.btn-icon svg * {
	fill: #000;
}

.icon-dss {
	font-size: 2rem;
	padding-left: 10px;
	padding-right: 10px;
	transition: color .3s linear;
}

.icon-dss:hover {
	color: #e95a24 !important;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	padding-right: 0 !important;
}


/* HEADER */
header {
	background: url(../img/bg-header.jpg) no-repeat center / cover;
	padding: 0 1rem 1rem;
}

header.scrolling .logo {
	max-width: none !important;
}

.logo {
	font: 300 2.5rem/1 'Gemunu Libre', sans-serif;
	text-transform: uppercase;
	letter-spacing: 6px;
	max-width: 14rem;
	text-align: center;
	margin: 0 auto;
	padding: 1rem 0;
	color: #000;
}

.text-white .logo {
	color: #fff;
}

.dss-absolute .social-carousel,
.offcanvas-body .social-carousel {
	max-width: 2rem;
}

.social-carousel a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.social-carousel img,
.social-carousel svg {
	width: 1.7rem;
	height: auto;
}

header .social-carousel img,
header .social-carousel svg {
	width: auto;
	height: 1.5rem;
}

.social-carousel svg * {
	fill: #fff;
	transition: fill .3s linear;
}

.offcanvas-body .social-carousel svg:hover * {
	fill: var(--bs-primary);
}


/* MENU */
.button-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 80px;
	height: 80px;
	background-color: var(--bs-secondary);
	border-radius: 0px 0px 0px 100%;
	padding: 1rem 1rem 0 2.5rem;
	cursor: pointer;
	transition: all .3s linear;
}

.button-menu svg * {
	fill: #fff;
}

div#cm {
	background-color: #fff !important;
}

.menu-dss {
	height: 38rem;
}

.menu-link-dss {
	display: grid;
	row-gap: 10px;
	font-size: 1.8rem;
	padding-top: 4rem;
}

.offcanvas-body .menu-link-dss {
	margin-top: 2.5rem;
}

footer .menu-link-dss {
	padding-top: 2rem;
	padding-bottom: 2rem;
	width: 100%;
}

.menu-link-dss a {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	transition: color .3s linear;
}

footer .menu-link-dss a {
	border-width: 0;
	transition: color .3s linear;
}

.menu-link-dss a:hover {
	color: var(--bs-primary) !important;
}

.lineasup {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
}


/* FOOTER */
footer {
	text-align: center;
	background-color: #000;
	color: #fff;
}

footer .logo {
	color: #fff;
}

footer .social-carousel {
	margin-top: 1.5rem;
}

footer .social-carousel img,
footer .social-carousel svg {
	width: auto;
	height: 2rem !important;
}

footer .social-carousel svg * {
	fill: #fff;
}

.derechos {
	padding-bottom: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #fff;
}


/* PORTADA */
#slider_portada .carousel-caption {
	bottom: 2%;
	left: 20%;
	width: 80%;
	max-width: 16rem;
}

#slider_portada .caption1 {
	text-indent: -99999px;
	overflow: hidden;
	height: 1.3rem;
	position: relative;
}

#slider_portada .caption1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/logo-album-alma.svg) no-repeat center center / auto 100%;
}

#slider_portada .caption2 {
	font: 400 3rem/1 Arial, sans-serif;
	color: #fff;
	margin-top: 1.5rem;
}

.dss-absolute {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.dss-absolute .logo {
	text-align: left;
	margin-left: 0;
}

input[type="checkbox"]+label svg, input[type="radio"]+label svg {
	top: 5px !important;
}

.social-img {
	width: 20px;
}

.social-img.comparto:focus,
.social-img.comparto:hover  {
	filter: invert(52%) sepia(67%) saturate(3365%) hue-rotate(343deg) brightness(91%) contrast(101%);
}

.new-b-a .social-img {
	display: inline-block;
	width: auto;
	height: 1rem;
	margin-right: .25rem;
}

.new-s {
	max-width: 320px;
	margin: 6rem auto 4rem;
	border-radius: 40px;
	border: 1px solid #000;
	padding: 20px 10px;
	background-color: #fff;
}

.new-s .btn-outside {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -160%);
	transform: translate(-50%, -160%);
}

.new-e {
	width: 100%;
	position: relative;
	height: 25rem;
}

img.new-f {
	width: 130%;
	position: absolute;
	right: -15%;
}

.new-g {
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}

.new-a {
	color: #e95a24;
	text-align: center;
	line-height: initial;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: initial;
}

.new-b {
	text-align: center;
	font-size: 2.4rem;
	line-height: initial;
	letter-spacing: 2px;
}

.new-b-a {
	text-align: center;
	letter-spacing: 2px;
}

.new-c {
	padding-right: 20px;
}

.degradado {
	background: rgb(198,218,217);
	background: linear-gradient(180deg, rgba(198,218,217,1) 0%, rgba(255,255,255,1) 100%);
}

.border-music {
	border-bottom: 1px solid #000;
}

.title-musica {
	padding-bottom: 0.5rem;
}

.back-music figure {
	width: 154px;
	max-width: 35vw;
}

.button-player {
	width: auto;
	height: 20px;
	cursor: pointer;
}

.button-player:hover {
	filter: invert(52%) sepia(67%) saturate(3365%) hue-rotate(343deg) brightness(91%) contrast(101%);
}

.compartir {
	display: inline-flex;
	max-width: 60px;
	width: 60px;
	justify-content: space-between;
	float: right;
}

.compartir .comparto {
	cursor: pointer;
}

.compartir-all {
	position: absolute;
	margin-top: -90px;
	transition: 1s;
	background-color: white !important;
	padding: 10px;
	display: flex;
	right: 0px;
	border-radius: 15px;
	border: 1px solid;
}

.icon-compartir {
	font-size: 25px !important;
}

.mis-videos > .container {
	max-width: 800px;
}

.back-video {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.imagen-previa {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: auto;
}

.youtube-play {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 64px;
	width: 64px;
	margin-left: -36px;
	margin-top: -36px;
	opacity: 0.7;
	background: url("https://cdn2.iconfinder.com/data/icons/social-icons-color/512/youtube-64.png") no-repeat;
}

.youtube-play:hover {
	opacity:1;
}

#youtube-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slick-dots {
	text-align: center;
	padding: 0;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	list-style: none;
}

.slick-dots li:not(:first-child) {
	margin-left: 10px;
}

.slick-dots li button {
	height: 15px;
	width: 15px;
	background-color: transparent;
	border: 2px solid #c7d9d7;
	color: transparent;
	margin: 0;
	padding: 0;
}

.slick-dots li.slick-active button {
	background-color: var(--bs-primary);
}

.reproductor {
	position: relative;
	width: 100%;
	height: 30vh;
	overflow: hidden;
	cursor: pointer;
}

.flecha-next {
	position: relative;
	z-index: 1;
	width: 60px;
	margin: 1rem auto;
	margin-right: 0;
	cursor: pointer;
}

.mp-carousel .slick-dots {
	margin-top: 2rem;
}

.te-espero {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.te-espero:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: -1;
}

.border-dss {
	border-bottom: 1px solid;
}

.up-boton-entradas {
	position: relative;
	text-align: right;
	margin: 1.5rem 0 3rem;
}

.up-boton-entradas:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	z-index: -1;
}

.up-boton-entradas span {
	position: absolute;
	top: 50%;
	left: calc(var(--bs-gutter-x) * .5);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
	border: 2px solid #000 !important;
}

.ver-mas {
	color: var(--bs-primary);
	font-weight: 700;
	cursor: pointer;
}

.ver-mas-actualidad {
	text-align: center;
	padding-top: 5rem;
}

.descripcion h4 {
	color: var(--bs-primary);
	font-size: 1.8rem;
	min-height: 4rem;
}

.descripcion p {
	font-family: sans-serif;
	font-size: 18px;
}

.sobre-mi {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.mp-responsive {
	width: 100%;
	height: 38rem;
	object-fit: cover;
	overflow: hidden;
}


/* CONTACTO */
.contacto_container {
	background-color: #C8D9D2;
}

/* FORMULARIO */
.form-control {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 0px;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus,
.select2 .selection:focus,
.select2-container:focus,
.select2-container--default .select2-selection--single:focus,.select2-container--default .select2-selection--multiple:focus {
	background-color: transparent !important;
}

.form-switch {
	padding-left: 0rem;
}

.border-text .textarea {
	border: 1px solid;
	border-radius: 20px;
}

.text_tlf {
	font-size: 1.4rem;
	font-weight: 700;
	padding: 1rem 0;
}


/* NOTICIAS */
.producto.noticia figure {
	max-width: 500px;
}

.producto.noticia .descripcion {
	max-width: calc(500px + 1.5rem);
	margin-left: auto;
	margin-right: auto;
}

#noticia-page .slider_galeria .slider_galeria_item {
	text-align: center;
}

#noticia-page .slider_galeria .slider_galeria_item picture {
	margin: 0 auto;
}

#noticia-page .slider_galeria .slider_galeria_item .cabecera {
	text-align: left;
	margin-top: 2rem;
}

.cuerpo_noticia img {
	max-width: 100%;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}

.cuerpo_noticia h1 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.noticia_body h1 {
	color: #375359;
}

.noticia_body h4,
.noticia_body p {
	font-family: sans-serif;
}

.a2a_kit_size_32.a2a_default_style {
	display: flex;
	flex-direction: row-reverse;
}

.a2a_button_email {
	width: 23px;
	height: 24px;
}

@media (min-width: 420px) {
	#slider_portada .carousel-caption { bottom: 60%;left: auto;right: 0;width: 50%;-ms-transform: translateY(50%);transform: translateY(50%); }
	#slider_portada .caption1 { height: 1.4rem; }
	.mis-videos .slick-dots { margin-top: 2rem; }
	.producto { position: relative; padding-right: 20px; }
}

@media (min-width: 576px) {
	.logo { max-width: none; }
	.offcanvas-body .logo { white-space: nowrap; }
	.dss-absolute .social-carousel { max-width: 8rem; margin-top: 6rem; }
	.dss-absolute .social-carousel a { margin-bottom: .5rem; }
	.dss-absolute .social-carousel img, .dss-absolute .social-carousel svg { width: auto;height: 1.2rem; }
	.offcanvas-body .social-carousel  { margin-top: 2.5rem; }
	.offcanvas-body .social-carousel a { margin-bottom: 1.5rem; }
	.offcanvas-body .social-carousel img,.offcanvas-body .social-carousel svg { width: 2rem;height: auto; }
	#slider_portada .carousel-caption { bottom: 40%; right: 10%; }
}

@media (min-width: 768px) {
	/* Fix scroll */
	header.scrolling { padding: 0px !important; }
	.lineasup-movil { display: none; }
	.ldown-movil { display: none; }
	.btn-md-overlap { position: relative; z-index: 2; height: 0; margin-top: -1.5rem; }
	.dss-absolute .social-carousel { max-width: none; margin-top: 0; }
	.dss-absolute .social-carousel img, .dss-absolute .social-carousel svg { height: 1.5rem; }
	#slider_portada .carousel-caption { bottom: 50%; right: 15%; }
	.back-music { padding-top: 8rem !important; }
	.flecha-next { margin-top: -3.5rem; }
}

@media (min-width: 992px) {
	.btn-lg-overlap { position: relative; z-index: 2; height: 0; margin-top: -1.5rem; }
	#slider_portada .carousel-caption { bottom: 70%; }
	.new-s { position: absolute;bottom: -10rem;z-index: 2;margin: 0 auto; }
	#slider_portada .carousel-caption, .new-s { max-width: 280px; right: 9%; }
	.imgCambiar{width: 65%; }
	.btn-outside{margin-top: 10%;}
}

@media (min-width: 1200px) {
	.h2, h2 { font-size: 3rem; }
	.logo { font-size: 3.5rem;padding-top: 3rem; }
	.offcanvas-body .social-carousel { margin-top: 1rem; }
	.offcanvas-body .menu-link-dss { margin-top: 4rem; }
	#slider_portada .carousel-caption, .new-s { max-width: 320px; right: 8.5rem; }
	.producto .descripcion h4 { margin-top: 1.5rem !important; }
	.imgCambiar{width: 95%; }
	.btn-outside{margin-top: 0;}
	.te-espero{	background-position: 25% ;}
	.te-espero { color: var(--bs-body-color); }
	.te-espero:after { display: none; }
}

@media (min-width: 1400px) {
	.new-s { bottom: -7rem; }
	#slider_portada .carousel-caption, .new-s { right: 20%; }
}

@media (max-width: 1600px) {
	.nuevas-fechas{ max-width: 350px; }
	.te-espero{	background-position: 25%; }
}
@media (max-width: 900px) {
	.te-espero{	background-position: 25%; }
}


@media (max-width: 767px) {
	.linea-pc { display: none; }
	.ldown-pc { display: none; }
}
@media (max-width: 600px) {
	.te-espero{	background-position: 30% ;}
}

@media (max-width: 450px) {
	.new-e { height: 19rem; }
	.mp-carousel .slick-list .slick-track { height: 29rem; }
}




/* COMPRA */
.proceso-pago > div > .row > .col-md-6,
.resumen_pedido > .row > .col-lg-4,
.resumen-pago-stripe {
	width: 100%;
}

body .carrito_flotante_content h2,
body .proceso-pago h2 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

body .carrito_flotante,
body .carrito_flotante.scrolling {
	top: 200px;
	height: auto;
}

.proceso-pago .wrapper_formas_pago {
	margin-bottom: 3rem;
}

.proceso-pago .btn-primary,
.proceso-pago .btn-check:active+.btn-primary,
.proceso-pago .btn-check:checked+.btn-primary,
.proceso-pago .btn-primary:active,
.proceso-pago .show>.btn-primary.dropdown-toggle {
	background-color: var(--bs-white);
	color: var(--bs-primary);
	border-color: var(--bs-primary);
}

.proceso-pago .btn-primary:hover,
.proceso-pago .btn-check:focus+.btn-primary,
.proceso-pago .btn-primary:focus,
.proceso-pago .btn-primary.active {
	background-color: var(--bs-primary);
	color: var(--bs-white);
	border-color: var(--bs-primary);
}

.proceso-pago .btn-primary svg * {
	fill: var(--bs-white);
}

.agregar_productos input::-webkit-outer-spin-button,
.agregar_productos input::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.agregar_productos figure.menos,
.agregar_productos figure.mas {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: 25px;
	cursor: pointer;
}

.agregar_productos figure.menos img,
.agregar_productos figure.menos svg,
.agregar_productos figure.mas img,
.agregar_productos figure.mas svg {
	width: auto;
	height: 100%;
}

.resumen_pedido .linea {
	padding: .75rem 0;
	border-bottom: solid 1px var(--bs-primary);
}

.resumen_pedido .linea:last-child {
	border-bottom: 0;
}

.carrito {
	margin-bottom: 4rem;
}

.cart-item {
	padding: 1rem 0;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.cart-item:not(:last-child) {
	border-bottom: solid 1px rgba(var(--bs-primary-rgb), .5);
}

.cart-item h4 {
	margin-bottom: 0;
}

.cart-item .precio {
	font-size: 1.25rem;
}

body .cart-item figure {
	max-width: 150px !important;
}

.cart-item label {
	font-size: .9rem;
}

.wrapper_compra .botonera,
.wrapper_compra .botonera_mobile {
	display: none !important;
}

.carrito_flotante.bloquear .mas,
.carrito_flotante.bloquear .menos {
	display: none;
}

.wrapper_compra .pago-fullscreen {
	margin-top: 0 !important;
}

.card-pago {
	position: relative;
}

.card-pago h5 {
	display: none;
}

.card-pago .form-control {
	margin-bottom: 1.4rem;
}

.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;
}

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

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

}


/** MEDIA QUERIES **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.precio-outdated{font-size: 1rem;margin-right:.5rem;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.wrapper_compra h2 { white-space: nowrap; }
	.agregar_productos figure.menos,.agregar_productos figure.mas {width: 40px;}
}
