@charset "UTF-8";

@import url("cuadratico.min.css");

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    outline: none !important;
    margin: 0;
    padding: 0;
}

body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #323232;
}

a,
a:focus,
a:active {
	text-decoration: none;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.container {
	width: 100%;
	max-width: 1480px;
	padding-left: 20px;
	padding-right: 20px; 
}
.content {
	width: 100%;
	max-width: 696px;
	margin-left: auto;
	margin-right: auto;	
}
.container.content {
	max-width: 736px;
}

header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 8;
	background-color: #fff;
	box-shadow: none;
	transition: all .2s;
}
.scroll header {
	box-shadow: 0px 4px 8px 0px #00000033;
}
header.no-shadow {
	box-shadow: none;
}
header .top {
	padding-top: 9px;
	padding-bottom: 9px;
	background: #C8C6A5;
	color: #323232;
}
header .top > .container {
	display: flex;
	align-content: center;
}
header .top .navigation-left {
	margin-right: auto;
	display: flex;
	align-content: center;
}
header .top .navigation-right {
	margin-left: auto;
	display: flex;
	align-content: center;
}
header .top .navigation-right a.top_link {
	text-decoration: none;
	color: #323232;
	display: flex;
	align-items: center;
}
header .top .navigation-right a.top_link svg {
	display: block;
	margin-right: 10px;
}
header .top .navigation-right a.top_link span {
	text-decoration: none;
}
header .top .navigation-right a.top_link:hover span {
	text-decoration: underline;
}
header .top .phone {
	display: flex;
	align-content: center;
}
header .top .phone svg {
	display: block;
	margin-right: 10px;
}
header .top .phone span {
	display: block;
	margin-right: 10px;
}
header .top .phone span::after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-left: 10px;
}
header .top .phone a {
	text-decoration: none;
	color: #323232;
	font-weight: 700;
}
header .top .phone a:hover {
	text-decoration: underline;
}
header .top .social {
	list-style: none;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0 0 0 37px;
}
header .top .social li {
	margin-right: 8px;
}
header .top .social li a,
header .top .social li a svg {
	display: block;
}
header .top .social li a:hover {
	animation: rotacion .2s;
}

header > .container {
	display: flex;
	align-items: center;
}

.idiomas {
	margin-left: 36px;
	position: relative;
}
.idiomas a {
	text-decoration: none;
	color: #323232;
}
.idiomas > a {
	display: flex;
	align-items: center;
}
.idiomas > a svg {
	display: block;
	margin-right: 10px;
}
.idiomas > a i {
	margin-left: 6px;
}
.idiomas > ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: -30px;
	top: 100%;
	padding: 25px 0 0 0;
	margin: 0;
	list-style: none;
	z-index: 99;
	transition: all .2s;
}
.idiomas:hover > ul {
	opacity: 1;
	visibility: visible;
}
.idiomas > ul li {
	display: block;
	background-color: #323232;
	padding: 0 24px;
	min-width: 130px;
}
.idiomas > ul li:first-child {
	padding-top: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
.idiomas > ul li:first-child::before {
	position: absolute;
	content: '';
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #323232;
}
.idiomas > ul li:last-child {
	padding-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.idiomas > ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #605C5C;
}
.idiomas > ul li:last-child a {
	border: none;
}
.idiomas > ul li a > span {
	display: block;
	transform: translateX(0);
	transition: all .2s;
}
.idiomas > ul li a.activo > span,
.idiomas > ul li a:hover > span {
	transform: translateX(5px);
}
.idiomas > ul li a::before {
	font-family: 'FontAwesome';
	content: '\f105';
	opacity: 0;
	margin-left: -5px;
	transition: all .2s;
}
.idiomas > ul li a.activo::before,
.idiomas > ul li a:hover::before {
	opacity: 1;
	margin-left: 0;
}

a.img-responsive img {
	display: block;
	max-width: 100%;
	height: auto;
}

header .logo {
	display: flex;
	align-items: center;
	padding-top: 35px;
	padding-bottom: 35px;
	transition: all .2s;
}
.scroll header .logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
header .logo img {
	display: block;
	width: 238px;
	height: 101px;
	transition: all .2s;
}
.scroll header .logo img {
	width: 165px;
	height: 70px;
}
header .logo > span {
	display: block;
	margin-left: 28px;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 18px;
	line-height: 21px;
	font-weight: 400;
}

header .form-buscador {
	margin-left: 60px;
}
header .form-buscador input {
	border: 1px solid #C8C6A5;
	border-radius: 30px;
	padding: 12px 20px;
	width: 313px;
	background-color: #fff;
	background-image: url(../svg/lupa.svg);
	background-repeat: no-repeat;
	background-position: top 50% right 20px;
}

@media (max-width: 1500px) {
	.idiomas > ul {
		right: 0;
	}
}

@media (max-width: 1421px) {
	header .form-buscador {
		margin-left: auto;
	}
	header .form-buscador input {
		width: 213px;
	}
}

@media (max-width: 1298px) {
	header .logo {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header .logo img {
		width: 165px;
		height: 70px;
	}
	header .form-buscador input {
		width: 313px;
	}
}

@media (max-width: 992px) {
	header .top .navigation-left .social {
		display: none;
	}
	header .logo > span {
		display: none;
	}
}

@media (max-width: 730px) {
	header .top .phone > span {
		display: none;
	}
	header .form-buscador input {
		width: 213px;
	}
}

@media (max-width: 580px) {
	.idiomas {
		margin-left: 16px;
	}
	header .form-buscador {
		display: none;
	}
	header .form-buscador input {
		width: 140px;
	}
}

@media (max-width: 374px) {
	header .navigation-right .top_link > span {
		display: none;
	}
	header .top .navigation-right a.top_link svg {
		margin: 0;
	}
}

/* Offcanvas */
#btn-offcanvas,
.button-close,
#btn-offcanvas span,
.button-close span {
	display: none;
}
#offcanvas-overlay {
	display: none;
}

@media (max-width: 1298px) {
	.button-close {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		border: none;
		border-radius: 0;
		background: none;
		color: #363636;
		z-index: 1;
		margin: 0;
		padding: 0;
	}
	#btn-offcanvas {
		display: block;
		position: absolute;
		top:72px;
		right: 20px;
		border: none;
		background: none;
		border-radius: 0;
		cursor: pointer;
		transition: top .2s;
		margin: 0;
		padding: 0;
	}
	#btn-offcanvas .ico,
	.button-close .ico {
		font-size: 25px;
		vertical-align: middle;
	}
	#offcanvas-overlay {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		cursor: pointer;
		z-index: 3;
		overflow: hidden;
	}

	body.offcanvas {
		height: 100%;
		overflow: hidden;
	}	
}

@media (max-width: 730px) {
	#btn-offcanvas {
		top: 70px;
	}
}
/* Fin Offcanvas */

.overlay_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.8);
}
.overlay_wrapper .popup {
	position: absolute;
	background: #fff;
	padding: 20px 40px;
	left: 50%;
	top: 25%;
	width: auto;
	max-width: 90%;
	text-align: center;
	transform: translateX(-50%);
	border-radius: 20px;
}
.overlay_wrapper .popup p {
	margin-bottom: 20px;
}

/* Menú */
nav.menu {
	margin-left: auto;
	display: flex;
	align-items: center;
}
nav.menu .navigation {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #323232;
}
nav.menu .navigation > ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
nav.menu .navigation > ul > li {
	display: block;
	margin-left: 33px;
	padding: 0;
	position: relative;
}
nav.menu .navigation > ul > li > a {
	display: flex;
	align-items: center;
	color: #323232;
	padding: 6px 0;
	transition: all .2s;
	position: relative;
}
nav.menu .navigation > ul > li > a > i {
	font-size: 18px;
	margin-left: 5px;
}
nav.menu .navigation > ul > li > span {
	display: block;
	font-weight: 600;
	padding: 6px 0;
	position: relative;
}
nav.menu .navigation > ul > li a:hover {
	text-decoration: none;
}
nav.menu .navigation > ul > li > a::after,
nav.menu .navigation > ul > li > span::after {
	position: absolute;
	width: 0;
	height: 2px;
	content: '';
	left: 50%;
	bottom: 0;
	background: #C8C6A5;
	border-radius: 6px;
	transform: translateX(-50%);
	transition: width .2s;
}
nav.menu .navigation > ul > li > span::after,
nav.menu .navigation > ul > li > a:hover::after {
	width: 100%;
}
nav.menu .navigation > ul > li > ul {
	position: absolute;
	left: 0;
	min-width: 100%;
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0;
	opacity: 0;
	transform: translateX(-60px);
	visibility: hidden;
	transition: all .2s;
}
nav.menu .navigation > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
nav.menu .navigation > ul > li > ul > li {
	background-color: #323232;
	padding: 0 24px;
	min-width: 175px;
}
nav.menu .navigation > ul > li > ul > li:first-child {
	padding-top: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
nav.menu .navigation > ul > li > ul > li:first-child::before {
	position: absolute;
	content: '';
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #323232;
}
nav.menu .navigation > ul > li > ul > li:last-child {
	padding-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
nav.menu .navigation > ul > li > ul > li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #fff;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #605C5C;
}
nav.menu .navigation > ul > li > ul > li a > span {
	display: block;
	transform: translateX(0);
	transition: all .2s;
	white-space: nowrap;
}
nav.menu .navigation > ul > li > ul > li a.active > span,
nav.menu .navigation > ul > li > ul > li a:hover > span {
	transform: translateX(5px);
}
nav.menu .navigation > ul > li > ul > li a::before {
	font-family: 'FontAwesome';
	content: '\f105';
	opacity: 0;
	margin-left: -5px;
	transition: all .2s;
}
nav.menu .navigation > ul > li > ul > li a.active::before,
nav.menu .navigation > ul > li > ul > li a:hover::before {
	opacity: 1;
	margin-left: 0;
}
nav.menu .navigation > ul > li > ul > li:last-child a {
	border: none;
}
.link-carrito {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid #C8C6A5;
	border-radius: 50%;
	margin-left: 38px;
	background-color: #fff;
	color: #323232;
	transition: all .2s;
}
.link-carrito.lleno,
.link-carrito:hover {
	color: #323232;
	background-color: #C8C6A5;
}
.link-carrito svg {
	display: block;
}

@media (max-width: 1298px) {
	nav.menu {
		margin-left: 0;
	}
	nav.menu .navigation {
		position: fixed;
		top: 0;
		left: 100%;
		width: 100%;
		max-width: 450px;
		height: 100%;
		background: #363636;
		overflow: auto;
		z-index: 9;
		padding: 0;
		margin: 0;
		backface-visibility: hidden;
		transform: translate3d(0, 0, 0);
		transition: transform 250ms ease;
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: flex-end;
	}
	body.offcanvas .navigation {
		transform: translate3d(-100%,0,0);
	}
	.link-carrito {
		margin-right: 50px;
	}
	nav.menu .navigation > ul {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
	}
	nav.menu .navigation > ul > li {
		margin-left: 0;
		padding-bottom: 10px;
	}
	nav.menu .navigation > ul > li > a,
	nav.menu .navigation > ul > li > span {
		color: #fff;
	}
	nav.menu .navigation > ul > li > ul {
		position: static;
		opacity: 1;
		transform: translateX(0);
		visibility: visible;
		padding: 0;
	}
	nav.menu .navigation > ul > li > ul > li {
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
	nav.menu .navigation > ul > li > ul > li:first-child {
		padding: 0;
		border-radius: 0;
	}
	nav.menu .navigation > ul > li > ul > li:first-child::before {
		display: none;
	}
	nav.menu .navigation > ul > li > ul > li:last-child {
		padding-bottom: 0;
		border-radius: 0;
	}
}

@media (max-width: 580px) {
	nav.menu {
		margin-left: auto;
	}
}
/* Fin Menú */

main {
	padding-bottom: 200px;
}
.interior main {
	padding-top: 209px;
}
@media (max-width: 1298px) {
	.interior main {
		padding-top: 128px;
	}
}

.intro {
	padding-top: 75px;
	position: relative;
}
.button-back-wrapper {
	position: relative;
}
.button-back-wrapper .button {
	position: absolute;
	top: 0;
	left: 0;
}

.page p {
	margin: 0 0 20px 0;
}
.page h2:not(.titular) {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	color: #323232;
	padding: 0;
	margin: 0 0 20px 0;
}
.page h3:not(.titular) {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #323232;
	padding: 0;
	margin: 0 0 20px 0;
}
.page > ul,
.page > ol {
	padding: 0;
	margin: 0 0 20px 20px;
}
.page li,
.page li {
	padding-bottom: 5px;
}
.page li > ul,
.page li > ol {
	padding: 0;
	margin: 10px 0 10px 10px;
}
.page table {
	width: 100%;
	border: 1px solid #DDD9D1;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.page table td {
	border: 1px solid #DDD9D1;
	padding: 5px;
	min-width: 200px;
}
.page table thead td {
	background: #F1F0E4;
}
.table-container,
.layoutArea .column {
	overflow-x: auto;
}

.row {
	margin-left: -5px;
	margin-right: -5px;
}
.row > [class^="col-"],
.row > [class*=" col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.row.gutters-10 {
	margin-right: -10px;
	margin-left: -10px;
}
.row.gutters-10 > [class^="col-"],
.row.gutters-10 > [class*=" col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

.description-wrapper {
	padding-bottom: 20px;
}
.description-wrapper p {
	margin-bottom: 20px;
}
.description-wrapper h2 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 21px;
}
.description-wrapper h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 21px;
}

.box {
	border-radius: 20px;
	background-color: #F1F0E4;
	padding: 40px;
}

@media (max-width: 992px) {
	.box {
		padding: 30px;
	}
	.button-back-wrapper {
		padding-bottom: 20px;
	}
	.button-back-wrapper .button {
		position: static;
		top: 0;
		left: 0;
	}
	.intro {
		padding-top: 40px;
	}
}

@media (max-width: 730px) {
	.box {
		padding: 30px 20px;
	}
}

.cargando {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(255, 255, 255, .9);
	z-index: 100;
	width: 100%;
	height: 100%;
}
.cargando .cargando-wrapper {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
}

.spinner {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 9px solid;
	border-color: #c8c6a5;
	border-right-color: #323232;
	animation: spinner-d3wgkg 1s infinite linear;
 }
 
 @keyframes spinner-d3wgkg {
	to {
	   transform: rotate(1turn);
	}
 }

.banner-home {
	position: relative;
	width: 100%;
	height: 532px;
	margin-top: 209px;
	margin-bottom: 40px;
	border-radius: 20px;
	background-size: cover;
	overflow: hidden;
	transition: all .2s;
}
.bxslider {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.bxslider li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #323232;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:-1;
}
.bxslider li.active {
	display:block;
	z-index:0;	
}
.bxslider li .banner-claim {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.bxslider li .banner-claim.mostrar_capa {
	background: rgba(60, 59, 59, 0.5);
}
.banner-claim .label {
	position: absolute;
	top: 50%;
	left: 54px;
	transform: translateY(-50%);
	padding: 20px;
	width: calc(100% - 108px);
	display: block;
}
.banner-claim .label .banner-title {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 60px;
	line-height: 62px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.banner-claim .label .button {
	margin-top: 35px;
}
.banner-navigation {
	position: absolute;
	left: 70px;
	bottom: 50px;
	z-index: 2;
}
.banner-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.banner-navigation ul li {
	display: block;
	margin-right: 14px;
}
.banner-navigation ul li a {
	text-decoration: none;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	border: 4px solid #fff;
}
.banner-navigation ul li a:hover {
	background-color: #ccc;
}
.banner-navigation ul li a.active {
	background-color: #9D9B70;
}

@media (max-width: 1298px) {
	.banner-home {
		margin-top: 128px;
	}
}

@media (max-width: 992px) {
	.banner-home {
		height: 432px;
	}
	.banner-claim .label {
		width: 100%;
		text-align: center;
		left: 0;
	}
	.banner-claim .label .banner-title {
		font-size: 50px;
		line-height: 50px;
	}
	.banner-navigation {
		left: 50%;
		transform: translateX(-50%);
		bottom: 40px;
	}
	.banner-navigation ul {
		justify-content: center;
	}
	.banner-navigation ul li {
		margin: 0 7px;
	}
}

@media (max-width: 730px) {
	.banner-home {
		height: 332px;
	}
	.banner-claim .label .banner-title {
		font-size: 40px;
		line-height: 40px;
	}
}

@media (max-width: 580px) {
	.banner-home {
		height: 232px;
	}
	.banner-claim .label .banner-title {
		font-size: 28px;
		line-height: 28px;
	}
	.banner-claim .label .button {
		margin-top: 20px;
		padding: 10px 15px;
	}
	.banner-navigation {
		bottom: 10px;
	}
}

.texto-home {
	background-color: #F1F0E4;
	background-image: url(../svg/cubiertos.svg);
	background-repeat: no-repeat;
	background-position: top 35px left 50%;
	border-radius: 20px;
	padding: 38px 74px 46px 74px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.texto-home h1 {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	max-width: 490px;
}
.texto-home h1 strong {
	font-weight: 600;
}
.texto-home .button,
.texto-home p {
	margin-left: auto;
}
.texto-home p:last-child {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.texto-home {
		flex-direction: column;
		text-align: center;
	}
	.texto-home .button,
	.texto-home p {
		margin-left: 0;
		margin-top: 30px;
	}
}

@media (max-width: 730px) {
	.texto-home {
		padding: 20px;
	}
	.texto-home h1 {
		font-size: 26px;
		line-height: 28px;
	}
	.texto-home .button,
	.texto-home p {
		margin-left: 0;
		margin-top: 15px;
	}
}

.bloque {
	padding-top: 120px;
}
.bloque.bloque-big {
	padding-top: 140px;
}

.recuadro {
	border: 1px solid #C8C6A5;
	border-radius: 20px;
	border-top: 20px solid #C8C6A5;
	padding: 60px 70px 70px 70px;
}
.recuadro p:last-child {
	margin-bottom: 0;
}

.titular {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 38px 0;
}
.titular.titular-short {
	margin-bottom: 21px;
}

@media (max-width: 992px) {
	.titular {
		font-size: 26px;
		line-height: 30px;
		font-weight: 600;
		padding: 0;
		margin: 0 0 21px 0;
	}
	.recuadro {
		padding: 40px 50px 50px 50px;
	}
}

@media (max-width: 730px) {
	.recuadro {
		padding: 25px 30px 30px 30px;
	}
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	appearance: none;
	background: #C8C6A5;
	border-radius: 30px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	text-decoration: none;
	color: #323232;
	padding: 18px 32px;
	transition: all .2s;
}
.button.button-white {
	background: #fff;
	border: 1px solid #C8C6A5;
}
.button.button-submit {
	color: #fff;
	background: #9D9B70;
}
.button:hover {
	text-decoration: none;
	color: #323232;
	background: #9D9B70;
}
.button.button-submit:hover {
	background: #C8C6A5;
}
.button::after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-left: 10px;
}
.button.button-back::after {
	display: none;
}
.button.button-back::before {
	font-family: 'FontAwesome';
	content: '\f104';
	margin-right: 10px;
}
.button.button-icon::after {
	display: none;
}
.button.button-icon svg {
	display: block;
	margin-left: 10px;
}

.fila {
	margin-bottom: 100px;
	display: flex;
	align-items: center;
}
.fila.reverse {
	display: block;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.fila .fila-texto {
	flex: 0 0 53%;
	padding-right: 100px;
}
.fila.reverse .fila-texto {
	background-color: #F1F0E4;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 377px;
	padding: 0;
}
.fila.reverse .fila-texto > div {
	margin: 0 auto;
	padding: 0;
	max-width: 1440px;
}
.fila.reverse .fila-texto > div > div {
	margin-left: auto;
	max-width: 54%;
	padding-left: 100px;
}
.fila .fila-texto p:last-child {
	margin: 0;
}
.fila .fila-foto {
	flex: 0 0 47%;
}
.fila.reverse .fila-foto {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	left: calc(50% - 720px);
}
.fila .fila-foto figure {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	max-height: 460px;
}
.fila .fila-foto figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category-listing {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px;
}
.category-listing .category-listing__item {
	flex: 0 0 25%;
	padding: 15px;
}
.category-listing .category-listing__item .category-listing__link {
	display: block;
	position: relative;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	padding-bottom: 100%;
	border-radius: 20px;
	overflow: hidden;
	background-color: #323232;
	background-size: cover;
	text-decoration: none;
}
.category-listing .category-listing__item .category-listing__link::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(100, 100, 87, 0) 57.97%, rgba(0, 0, 0, 0.55) 102.9%);
	transition: all .2s;
}
.category-listing .category-listing__item .category-listing__link:hover::before {
	background: linear-gradient(180deg, rgba(100, 100, 87, 0) 20.71%, rgba(0, 0, 0, 0.7) 102.9%);
}
.category-listing .category-listing__item .category-listing__link span {
	display: block;
	position: absolute;
	bottom: 24px;
	left: 29px;
	transform: translateX(0);
	transition: all .2s;
}
.category-listing .category-listing__item .category-listing__link:hover span {
	transform: translateX(10px);
}

@media (max-width: 992px) {
	.category-listing .category-listing__item {
		flex: 0 0 50%;
	}
}

@media (max-width: 730px) {
	.category-listing .category-listing__item {
		flex: 0 0 100%;
	}
}

.blog-listing {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding-bottom: 55px;
}
.blog-listing .blog-listing__item {
	flex: 0 0 33.33333%;
	padding: 10px;
}
.blog-listing .blog-listing__item .blog-listing__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: #323232;
}
.blog-listing .blog-listing__item .blog-listing__link figure {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 26px;
	position: relative;
}
.blog-listing .blog-listing__item .blog-listing__link figure::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	opacity: 0;
	transition: all .2s;
}
.blog-listing .blog-listing__item .blog-listing__link:hover figure::before {
	opacity: 1;
}
.blog-listing .blog-listing__item .blog-listing__link .blog-listing__title {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 21px 0;
}
.blog-listing .blog-listing__item .blog-listing__link > span {
	margin-top: auto;
}
.blog-listing .blog-listing__item .blog-listing__link > span::after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-left: 8px;
	font-size: 20px;
	line-height: 20px;
}

@media (max-width: 992px) {
	.blog-listing .blog-listing__item {
		flex: 0 0 50%;
	}
}

@media (max-width: 730px) {
	.blog-listing .blog-listing__item {
		flex: 0 0 100%;
	}
}

.product-listing {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding-bottom: 70px;
}
.product-listing .product-listing__item {
	flex: 0 0 25%;
	padding: 10px;
}
.product-listing .product-listing__item article {
	border: 1px solid #C8C6A5;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-listing .product-listing__item .product-listing__link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	color: #323232;
	height: 100%;
}
.product-listing .product-listing__item figure {
	display: block;
	padding: 30px 30px 21px 30px;
	overflow: hidden;
	opacity: 1;
	transition: all .2s;
}
.product-listing .product-listing__item figure:hover {
	opacity: .5;
}
.product-listing .product-listing__item figure img {
	display: block;
}
.product-listing .product-listing__item .product-listing__title {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	padding: 0 30px;
	margin: 0 0 10px 0;
	text-align: center;
	/*min-height: 54px;*/
}
.product-listing .product-listing__item .product-listing__description {
	margin-bottom: 14px;
	padding: 0 30px;
}
.product-listing .product-listing__item .product-listing__price {
	margin-top: auto;
	padding: 0 30px 20px 30px;	
}
.product-listing .product-listing__item .product-listing__price .price {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.product-listing .product-listing__item .product-listing__bottom {
	border-top: 1px solid #C8C6A5AD;
	padding: 25px 30px;
	text-align: center;
}
.product-listing .product-listing__item .product-listing__bottom .button {
	padding-top: 14px;
	padding-bottom: 14px;
	min-width: 200px;
}

@media (max-width: 1178px) {
	.product-listing .product-listing__item {
		flex: 0 0 33.33333%;
	}
}

@media (max-width: 880px) {
	.product-listing .product-listing__item {
		flex: 0 0 50%;
	}
}

@media (max-width: 640px) {
	.product-listing .product-listing__item {
		flex: 0 0 100%;
	}
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
	margin: 0 -10px;
}
.gallery .gallery-item {
	flex: 0 0 50%;
	padding: 10px;
}
.gallery .gallery-item a {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.gallery .gallery-item a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	opacity: 0;
	transition: all .2s;
}
.gallery .gallery-item a:hover::before {
	opacity: 1;
}
.gallery .gallery-item a img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 730px) {
	.gallery .gallery-item {
		flex: 0 0 100%;
	}
}


.imagen-principal a {
	display: block;
	position: relative;
	overflow: hidden;
}
.imagen-principal a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	opacity: 0;
	transition: all .2s;
}
.imagen-principal a:hover::before {
	opacity: 1;
}
.producto-detalle-wrapper {
	padding-top: 90px;
	display: flex;
	flex-direction: row-reverse;
}
.producto-detalle-wrapper label {
	font-weight: normal;
}
.producto-detalle-wrapper label.producto-detalle-titular {
	font-weight: 700;
}
.producto-detalle-wrapper .producto-detalle-textos {
	flex: 0 0 48%;
	padding-left: 50px;
}
.producto-detalle-wrapper .producto-detalle-textos .producto-detalle-titulo {
	margin-bottom: 29px;
}
.producto-detalle-wrapper .producto-detalle-textos .producto-detalle-titulo > p {
	margin-bottom: 20px;
}
.producto-detalle-wrapper .producto-detalle-textos .producto-detalle-titulo > p:last-child {
	margin-bottom: 0;
}
.producto-detalle-wrapper .producto-detalle-textos .producto-detalle-titulo .titular {
	margin-bottom: 20px;
}
.producto-detalle-precio {
	border-bottom: 1px solid #C8C6A5;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.producto-detalle-precio .precio {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
}
.producto-detalle-wrapper .producto-detalle-textos .producto-detalle-alergenos {
	margin-bottom: 39px;
}
.producto-detalle-wrapper .producto-detalle-textos .producto-detalle-alergenos ul {
	list-style: none;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.producto-detalle-wrapper .producto-detalle-textos .producto-detalle-alergenos ul li {
	margin: 0 10px 10px 0;
}
.producto-detalle-wrapper .producto-detalle-textos .producto-detalle-alergenos ul li svg {
	display: block;
	width: 42px;
	height: 42px;
}
.producto-detalle-wrapper .producto-detalle-imagenes {
	flex: 0 0 52%;
}
.producto-detalle-opciones {
	padding-bottom: 20px;
}
.producto-detalle-opciones-wrapper {
	display: flex;
	flex-direction: column;
	border: 1px solid #C8C6A5;
	border-radius: 8px;
	margin-bottom: 10px;
}
.producto-detalle-opciones .producto-detalle-opcion {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 0;
	font-weight: 700;
	padding: 20px 30px;
}
.producto-detalle-opciones .producto-detalle-opcion input {
	margin-right: 30px;
}
.producto-detalle-opciones .producto-detalle-opcion svg {
	display: block;
	margin-right: 17px;
}
.producto-detalle-opcion-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.producto-detalle-opcion-titulo {
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: 700;
}
.producto-detalle-opcion-titulo > svg {
	display: block;
	margin-right: 17px;
}
.producto-detalle-opcion-descripcion {
	display: none;
	border-top: 1px solid #C8C6A5;
	padding: 20px 0;
	margin: 0 30px;
}
.producto-detalle-titular {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 19px 0;
}
h2.producto-detalle-titular {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 19px 0;
}
.producto-detalle-cantidades-wrapper {
	display: flex;
	align-items: flex-end;
	padding-bottom: 20px;
}
.producto-detalle-cantidades-wrapper > .button {
	margin-left: auto;
}
.producto-detalle-cantidades-wrapper .producto-detalle-cantidades {
	display: flex;
	flex-direction: column;
}
.producto-detalle-cantidades-wrapper .producto-detalle-cantidades .producto-detalle-cantidad {
	display: flex;
	align-items: center;
}
.producto-detalle-cantidades-wrapper .producto-detalle-cantidades .producto-detalle-cantidad button {
	display: flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	border: none;
	background-color: #F1F0E4;
	width: 36px;
	height: 36px;
	cursor: pointer;
	border-radius: 50%;
	margin: 0;
	padding: 0;
}
.producto-detalle-cantidades-wrapper .producto-detalle-cantidades .producto-detalle-cantidad button svg {
	display: block;
}
.producto-detalle-cantidades-wrapper .producto-detalle-cantidades .producto-detalle-cantidad input {
	border: 1px solid #C8C6A5;
	border-radius: 4px;
	width: 55px;
	height: 36px;
	background: none;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #323232;
	padding: 0;
	margin: 0 10px;
}
.bloque-producto-detalle {
	padding-top: 40px;
}
.bloque-producto-detalle p {
	margin-bottom: 20px;
}
.bloque-producto-detalle h2 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 21px;
}
.bloque-producto-detalle h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 21px;
}
.bloque-producto-detalle ul,
.bloque-producto-detalle ol {
	padding: 0;
	margin: 0 0 20px 20px;
}
.bloque-producto-detalle ul li,
.bloque-producto-detalle ol li {
	padding-bottom: 5px;
}
.ico-encazuela {
	width: 36px;
	height: 21px;
}
.ico-enpaella {
	width: 29px;
	height: 29px;
}
.ico-entaper {
	width: 29px;
	height: 25px;
}

@media (max-width: 992px) {
	.producto-detalle-wrapper {
		flex-direction: column;
		padding-top: 75px;
	}
	.producto-detalle-wrapper .producto-detalle-textos {
		flex: 0 0 100%;
		padding-left: 0;
	}
	.producto-detalle-wrapper .producto-detalle-imagenes {
		flex: 0 0 100%;
	}
	.producto-detalle-opciones .producto-detalle-opcion {
		padding: 15px 20px;
	}
	.producto-detalle-opcion-descripcion {
		padding: 15px 0;
		margin: 0 20px;
	}
}

@media (max-width: 730px) {
	.producto-detalle-cantidades-wrapper {
		flex-direction: column;
		align-items: center;
		padding-bottom: 20px;
	}
	.producto-detalle-cantidades-wrapper > .button {
		margin-left: 0;
		margin-top: 20px;
	}
}

.table-list {
	width: 100%;
	display: table;
	margin-top: 18px;
}
.table-list .table-list__row {
	display: table-row;
}
.table-list .table-list__row .table-list__col {
	display: table-cell;
	padding: 5px 10px;
	width: 33.3333%;
}
.table-list .table-list__row.table-list__head .table-list__col {
	padding: 10px 0;
}
.table-list .table-list__body:nth-child(odd) .table-list__col {
	background-color: #F1F0E4;
}

@media (max-width: 992px) {
	.table-list .table-list__row .table-list__col {
		font-size: 14px;
		white-space: nowrap;
	}
}

.paginacion {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.paginacion ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.paginacion ul li {
	margin-left: 10px;
}
.paginacion ul li a,
.paginacion ul li span {
	display: block;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #323232;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	border: 1px solid #C8C6A5;
	border-radius: 8px;
	background-color: #fff;
	transition: all .2s;
}
.paginacion ul li a:hover {
	background-color: #C8C6A5;	
}
.paginacion ul li span {
	font-weight: 700;
	background-color: #C8C6A5;
}

/* Formularios */
.caja-privacidad {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}
.flex-label {
	display: flex;
	align-items: center;
	font-weight: 400;
}
.form-group a {
	color: #009DFF;
}
.form-group.relativa {
	margin-bottom: 10px;
}
.gutters-10 .form-group.relativa {
	margin-bottom: 20px;
}
label.error {
	top: 5px;
	right: 5px;
}
.form-group.relativa label.error {
	top: 10px;
	right: 10px;
}
.gutters-10 .form-group.relativa label.error {
	top: 12px;
	right: 16px;
}
.form-group.from-group-website,
#website {
	display: none;
}
.form-control {
	border-radius: 4px;
	appearance: none;
	border: 1px solid #C8C6A5;
	padding: 13px 19px;
	margin: 0;
	height: auto;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #323232;
	background-color: #fff;
}
.form-control:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #C8C6A5;
}
.form-group.relativa .form-control {
	padding: 21px 19px 5px 19px;
}
.form-group.relativa .label {
	position: absolute;
	pointer-events: none;
	top: 16px;
	left: 24px;
	transition: 0.2s ease all;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #323232;
}
.form-control:focus ~ .label,
.form-control:not(:placeholder-shown) ~ .label {
	top: 9px;
	left: 24px;
	opacity: 1;
	font-size: 12px;
	line-height: 12px;
	color: #008ecc;
}
.checkout-content .form-group.relativa .label {
	left: 30px;
}
.checkout-content .form-control:focus ~ .label,
.checkout-content .form-control:not(:placeholder-shown) ~ .label {
	left: 30px;
}
textarea.form-control {
	height: 150px;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0 10px 0 0;
	font: inherit;
	color: currentColor;
	width: 24px;
	min-width: 24px;
	height: 24px;
	border: 1px solid #C8C6A5;
	border-radius: 0;
	cursor: pointer;
}
input[type="checkbox"]::before {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background: #363636;
	margin: 5px 0 0 5px;
	transform: scale(0);
	border-radius: 0;
	transition: 120ms transform ease-in-out;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 24px;
	min-width: 24px;
	height: 24px;
	border: 1px solid #C8C6A5;
	border-radius: 50%;
	cursor: pointer;
}
input[type="radio"]::before {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background: #363636;
	margin: 5px 0 0 5px;
	transform: scale(0);
	border-radius: 50%;
	transition: 120ms transform ease-in-out;
}
input[type="radio"]:checked::before {
  transform: scale(1);
}

.button-wrapper {
	display: flex;
	align-items: center;
}
.contact-form .button-wrapper .button {
	margin-left: auto;
}

.suma-wrapper {
	display: inline-flex;
	align-items: center;
	position: relative;
	white-space: nowrap;
	margin-right: 20px;
}
.suma-wrapper .suma {
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
	color: #323232;
	text-align: right;
	margin-right: 10px;
}
.suma-wrapper .suma-input-wrapper {
	width: 50px;
}
.suma-wrapper .suma-input-wrapper input {
	padding: 5px;
	text-align: center;
}

@media (max-width: 992px) {
	.button-wrapper {
		flex-direction: column;
	}
	.flex-label {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.contact-form .button-wrapper .button {
		margin-left: 0;
	}	
}
/* Fin Formularios */

.modal-overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	cursor: pointer;
	overflow: hidden;
	z-index: 10010;
}
.modal-overlay.modal-overlay-carrito {
	z-index: 7;
}
.modal-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 25px 20px;
	border-radius: 20px;
	text-align: center;
	width: 90%;
	max-width: 500px;
}
.modal-overlay.modal-overlay-carrito .modal-popup {
	top: 209px;
	z-index: 10;
	width: 396px;
	max-width: 90%;
	transform: translate(0, 0);
	left: calc(50% + 320px);
	border-radius: 0 0 20px 20px;
	padding: 24px 40px 40px 40px;
	transition: all .2s;
	text-align: left;
}
.scroll .modal-overlay.modal-overlay-carrito .modal-popup {
	top: 128px;
}
.modal-popup p {
	margin: 0 0 10px 0;
}
.modal-overlay.modal-overlay-carrito .modal-popup p {
	margin: 0;
}
.modal-buttons-wrapper {
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-buttons-wrapper button {
	margin: 0 8px;
}
.modal-overlay.modal-overlay-carrito .modal-popup .button {
	margin-top: 10px;
	width: 100%;
}
.modal-popup-titulo {
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
}
.modal-popup-precio {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	margin-top: 8px;
}
.modal-popup-buttons {
	margin-top: 25px;
}
.modal-popup-container {
	display: flex;
}
.modal-popup-image {
	width: 100%;
	height: auto;
	max-width: 116px;
	margin-right: 24px;
}
.modal-popup-top {
	display: flex;
	margin-bottom: 30px;
}
.modal-popup-top span {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #1CB250;
}
.modal-popup-top::before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin-right: 7px;
	color: #1CB250;
}
.modal-popup-top button {
	margin-left: auto;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 0;
	width: 30px;
	height: 29px;
}

@media (max-width: 1470px) {
	.modal-overlay.modal-overlay-carrito .modal-popup {
		left: auto;
		right: 20px;
	}
}

@media (max-width: 1298px) {
	.modal-overlay.modal-overlay-carrito .modal-popup {
		top: 128px;
	}
}

@media (max-width: 730px) {
	.modal-overlay.modal-overlay-carrito .modal-popup {
		padding: 20px;
	}
}

footer {
	background: #C8C6A5;
}
footer > .container {
	position: relative;
	display: flex;
	padding-top: 40px;
	padding-bottom: 80px;
}
footer .columna-pie {
	border-left: 1px solid #9D9B70;
	padding: 0 50px;
}
footer .columna-pie.first {
	padding-left: 0;
	border: none;
	padding-right: 60px;
}
footer .columna-pie.second {
	padding-left: 60px;
}
footer .columna-pie .footer-title {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 22px;
	line-height: 29px;
	font-weight: 600;
	margin-bottom: 7px;
}
footer .footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .footer-menu li {
	margin-bottom: 3px;
}
footer .footer-menu a {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #323232;
	text-decoration: none;
}
footer .footer-menu a:hover {
	text-decoration: underline;
}
footer .logos-pie {
	padding-bottom: 80px;
}
footer .logos-kit {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
footer .logos-kit li {
	margin: 0 30px 0 0;
}
footer .logos-kit li img {
	display: block;
}
footer .social {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
footer .social li {
	margin-right: 10px;
}
footer .social li a,
footer .social li a svg {
	display: block;
}
footer .social li a:hover {
	animation: rotacion .2s;
}

@media (max-width: 992px) {
	footer > .container {
		flex-direction: column;
		align-items: center;
	}
	footer .columna-pie {
		width: 100%;
		border: none;
		border-top: 1px solid #9D9B70;
		padding: 30px 0;
		text-align: center;
	}
	footer .columna-pie.first {
		padding-top: 0;
		padding-right: 0;
	}
	footer .logos-kit {
		flex-direction: column;
	}
	footer .logos-kit li {
		margin: 0 0 20px 0;
	}
	footer .logos-pie {
		padding-bottom: 40px;
	}
	footer .social {
		justify-content: center;
	}
}

/* Powered */
.powered {
    position: absolute;
    display: block;
    right: 10px;
    top: 40px;
    width: 45px;
    height: 18px;
    overflow: hidden;
    -webkit-transition: width .3s;
    transition: width .3s;
}
.powered span {
	display: none;
}
.powered-svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    fill: #95947A;
    -webkit-transition: right .3s, fill .5s;
    transition: right .3s, fill .5s;
}
.powered .texto {
    opacity: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
}
.powered .simbolo {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}
.powered .simbolo_ee,
.powered .simbolo_b {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.powered .simbolo_a {
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
}
.powered .simbolo_e {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.powered .simbolo_d {
    opacity: 1;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.powered .simbolo_l {
    opacity: 1;
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
}
.powered .simbolo_w {
    opacity: 1;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.powered .simbolo_punto {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (min-width: 993px) {
	.powered:hover {
	    width: 171px;
	}
	.powered:hover .powered-svg {
	    fill: #323232;
	}
	.powered:hover .simbolo {
	    opacity: 1;
	    -webkit-transform: translateX(4px);
	    transform: translateX(4px);
	}
	.powered:hover .simbolo_punto {
	    opacity: 0;
	    -webkit-transform: translateX(4px);
	    transform: translateX(4px);
	}
	.powered:hover .texto {
	    opacity: 1;
	}
}

@media (max-width: 992px) {
    .powered {
        position: relative;
		margin: 30px auto;
		top: 0;
		right: 0;
    }
    .separador {
        float: none;
        border-left: none;
        margin-left: 0;
        padding: 10px 0 10px 0;
    }
    .pie-cierre ul.legal {
        float: none;
        border: none;
        margin-left: 0;
        padding: 10px 0 10px 0;
    }
}

.powered.fijado {
    width: auto;
}
.powered.fijado .powered-svg {
    position: static;
    top: auto;
    right: auto;
}
.powered.fijado .texto {
    opacity: 1;
}
.powered.fijado .simbolo {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.powered.fijado:hover {
    width: auto;
}
.powered.fijado:hover .powered-svg {
    right: auto;
    fill: #ffe1e1;
}
/* Fin Powered */

.flechas-pasarela {
	animation: flechas-animadas 1s infinite;
  }
  .tarjeta-pasarela {
	animation: girar-tarjeta 1s infinite;   
  }
  
  .lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 45px;
  }
  .lds-ellipsis div {
	position: absolute;
	top: 15px;
	width: 21px;
	height: 21px;
	border: 5px solid #E8E8E8;
	border-radius: 50%;
	background: #E8E8E8;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(4) {
	left: 0;
	background: #14a6df;
	animation: lds-ellipsis1 1.8s infinite;
  }
  .lds-ellipsis div:nth-child(1) {
	left: 0;
  }
  .lds-ellipsis div:nth-child(2) {
	left: 28px;
  }
  .lds-ellipsis div:nth-child(3) {
	left: 55px;
  }
  
  .shake-element {
	  animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
  }
  
  @keyframes shake {
	10%, 90% {
	  transform: translate3d(-1px, 0, 0);
	}
	
	20%, 80% {
	  transform: translate3d(2px, 0, 0);
	}
  
	30%, 50%, 70% {
	  transform: translate3d(-4px, 0, 0);
	}
  
	40%, 60% {
	  transform: translate3d(4px, 0, 0);
	}
  }
  
  @keyframes lds-ellipsis1 {
	0% {
	  transform: scale(0);
	}
	25% {
	  transform: scale(1);
	}
	50% {
	  transform: translate(28px, 0);
	}
	75% {
	  transform: translate(56px, 0);
	}
	100% {
	  transform: translate(56px, 0) scale(0);
	}
  }
  
  @keyframes flechas-animadas {
	0% {
	  transform: rotate(0);
	  transform-origin: 50% 50%;
	}
	100% {
	  transform: rotate(-360deg);
	  transform-origin: 50% 50%;
	}
  }
  
  @keyframes girar-tarjeta {
	0% {
	  transform: rotateY(0);
	  transform-origin: 50% 50%;
	}
	50% {
	  transform: rotateY(180deg);
	  transform-origin: 50% 50%;
	}
	100% {
	  transform: rotateY(0);
	  transform-origin: 50% 50%;
	}
  }
  
@keyframes rotacion {
	0%   {transform: rotate(0deg);}
	25%  {transform: rotate(-15deg);}
	50%  {transform: rotate(0deg);}
	75%  {transform: rotate(15deg);}
	100% {transform: rotate(0deg);}
}