:root {
	--azul: #361c1b;
	--azul1: #361c1b;
	--azul2: #167284;
	--verde: #2acb35;
	--verde_oscuro: #339933;
	--rojo: #f52120;
	--gris: #bdbab8;
	--gris_claro: #eaebeb;
	--gris_oscuro: #4f4e52;
	--blanco: #ffffff;
	--negro: #2e2c2e;
	--bs-heading-color: #062a4d;
	--bs-breadcrumb-divider: "➔";
	--bs-heading-color: #002961;
}

html, body {
	height: 100%;
	color: var(--azul_oscuro);
	font-family: 'exo_2regular', sans-serif;
	font-size: 1rem;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: #333333;
}

h1, h3, h4 {
	font-weight: 800;
	color: var(--negro);
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 25;
}

@media (max-width: 575.98px) {
	header {
		position: relative;
	}
}

header > nav.navbar {
	padding: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 575.98px) {
	header > nav.navbar {
		background-color: #1c0b02;
	}
}

header > nav.navbar .logo {
	height: 50px;
}

header .carrito, 
header .carrito > a {
	font-size: 1.8em;
	color: var(--blanco);
}

header .wa > a {
	font-size: 1.4em;
	font-weight: 600;
	color: var(--verde);
}

main {
	margin-top: 0em;
}

@media (max-width: 575.98px) {
	main {
		margin-top: 0em;
	}
}

@media (max-width: 575.98px) {
	footer {
		padding-bottom: 2em;
	}
}

footer .contacto h5 {
	font-size: 1.1em;
	font-weight: 600;
	color: var(--gris_oscuro);
	text-transform: uppercase;
}

footer .contacto p {
	font-size: 0.9em;
}

footer .contacto .info-contacto span {
	color: var(--azul);
}

footer .contacto .form-control {
	background-color: rgba(156, 156, 156, 0.1);
	border-color: rgba(156, 156, 156, 0.1);
	color: var(--gris_oscuro);
}

footer .contacto .form-control::placeholder {
	color: #6c6c6c;
}

footer .contacto .nav-link {
	padding: 0.3em 1em;
	font-size: 0.9em;
	color: var(--gris_oscuro);
	opacity: 0.6;
}

footer .contacto .nav-link:hover {
	text-decoration: underline;
}

footer .copyright {
	font-size: 0.7em;
	font-weight: 300;
}

footer .copyright img {
	width: 140px;
}

footer .menu-footer {
	background-color: var(--azul1);
}

footer .menu-footer .nav-item {
	text-align: center;
}

footer .menu-footer .nav-item .badge {
	position: absolute;
	top: 0;
	right: 0;
	width: 2em;
	height: 2em;
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

footer .menu-footer .nav-item .nav-link {
	font-size: 0.8em;
	font-weight: 600;
	color: var(--gris_claro);
}

footer .menu-footer .nav-item .nav-link svg {
	margin-right: 0.2em;
	font-size: 1.5em;
}

footer .menu-footer .nav-item .nav-link:hover {
	color: var(--blanco);
}

footer .redes a {
	margin-right: 0.3em;
	color: var(--gris);
	font-size: 1.75em;
}

@media (max-width: 575.98px) {
	footer .redes a {
		margin-right: 0.5em;
	}
}

a {
	color: var(--azul);
	text-decoration: none;
}

.btn {
	border-radius: 0;
}

.btn-light {
  --bs-btn-color:#000;
  --bs-btn-bg:#e3e5e6;
  --bs-btn-border-color:#e3e5e6;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#d3d4d5;
  --bs-btn-hover-border-color:#c6c7c8;
  --bs-btn-focus-shadow-rgb:211,212,213;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#c6c7c8;
  --bs-btn-active-border-color:#babbbc;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#e3e5e6;
  --bs-btn-disabled-border-color:#e3e5e6
}

.btn-navegacion {
	padding: 0.1em 0.5em;
	color: var(--blanco);
	background-color: var(--gris);
	border-radius: 0.5em;
}

.btn-navegacion:hover, 
.btn-navegacion:active {
	color: var(--gris_oscuro);
	border-color: var(--gris);
}

.btn-paypal {
	padding: 8px 0px;
	font-size: 1.2em;
	font-weight: 600;
	color: #193364;
	background: #fbeedb;
	background: -moz-linear-gradient(top, #fbeedb 1%, #f9bf6d 49%, #faa622 53%, #faa622 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fbeedb), color-stop(49%, #f9bf6d), color-stop(53%, #faa622), color-stop(100%, #faa622));
	background: -webkit-linear-gradient(top, #fbeedb 1%, #f9bf6d 49%, #faa622 53%, #faa622 100%);
	background: -o-linear-gradient(top, #fbeedb 1%, #f9bf6d 49%, #faa622 53%, #faa622 100%);
	background: -ms-linear-gradient(top, #fbeedb 1%, #f9bf6d 49%, #faa622 53%, #faa622 100%);
	background: linear-gradient(to bottom, #fbeedb 1%, #f9bf6d 49%, #faa622 53%, #faa622 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fbeedb', endColorstr='#faa622', GradientType=0);
	border: 2px solid #faa622;
	text-transform: uppercase;
}

.btn-primary {
	min-width: 9.5em;
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-outline-success {
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-primary, .wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover, div.tox .tox-button:not(.tox-button--naked):not(.tox-button--secondary), .swal2-popup .swal2-actions button.swal2-confirm, .fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  --bs-btn-color: #fff;
  --bs-btn-bg: #361c1b;
  --bs-btn-border-color: #361c1b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ae5f26;
  --bs-btn-hover-border-color: #ae5f26;
  --bs-btn-focus-shadow-rgb: 124, 134, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ae5f26;
  --bs-btn-active-border-color: #ae5f26;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #361c1b;
  --bs-btn-disabled-border-color: #361c1b;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2acb35;
  --bs-btn-border-color: #2acb35;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #048b3f;
  --bs-btn-hover-border-color: #04823b;
  --bs-btn-focus-shadow-rgb: 43, 177, 101;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #04823b;
  --bs-btn-active-border-color: #047a38;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2acb35;
  --bs-btn-disabled-border-color: #2acb35;
}

.btn-outline-success {
  --bs-btn-color: #361c1b;
  --bs-btn-border-color: #361c1b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #361c1b;
  --bs-btn-hover-border-color: #361c1b;
  --bs-btn-focus-shadow-rgb: 5, 163, 74;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #361c1b;
  --bs-btn-active-border-color: #361c1b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #361c1b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #361c1b;
  --bs-gradient: none;
}

.buscador .btn {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid var(--gris_claro);
	border-radius: 0;
	color: var(--gris);
}

.buscador .form-control {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	background-color: transparent;
}

@media (max-width: 575.98px) {
	.buscador .form-control {
		color: var(--blanco);
		text-align: center;
	}
}

.buscador .form-control:focus {
	box-shadow: none;
	border-color: var(--gris);
}

.buscador .form-control:focus ~ .btn {
	border-color: var(--gris);
	color: var(--gris_oscuro);
}

.cover-img {
	min-height: 35em;
	height: auto;
	padding-top: 8em;
	margin-bottom: 1.5em;
	background: rgba(0,0,0,0.5);
}

@media (max-width: 575.98px) {
	.cover-img {
		min-height: 15em;
		padding-top: 4em;
	}
}

.divisor {
	color: transparent;
	box-shadow: 0px 3px 1px 0px var(--gris);
}

.form-control, 
.form-select {
	border-radius: 0;
}

.h2 {
	font-weight: 600;
}

.inner-title {
	font-size: 2.5em;
	font-weight: 800;
	color: var(--negro);
}

.lateral-flotante {
	position: fixed;
	top: 50%;
	right: 0;
	display: flex;
	width: 1.3em;
	height: 1.1em;
	padding-left: 0.1em;
	font-size: 2.85em;
	background-color: var(--gris_oscuro);
	box-shadow: 6px 2px 4px 0px #00000094;
	align-items: center;
	border-radius: 45% 0 0 45%;
	transition: 0.25s ease all;
}

.lateral-flotante:hover {
	background-color: var(--verde);
}

.lateral-flotante a {
	color: var(--blanco);
}

.link-bloque {
	font-size: 0.9em;
}

.menu-principal .nav-link {
	font-size: 0.95em;
	font-weight: 600;
	color: var(--blanco);
	text-transform: uppercase;
}

@media (max-width: 575.98px) {
	.menu-principal .nav-link {
		color: var(--blanco);
	}
}

.menu-principal .nav-link:hover, 
.menu-principal .nav-link:active {
	color: var(--azul);
}

.modal {
	--bs-modal-width: 600px;
}

.navbar-toggler {
	border-color: var(--blanco);
	font-size: 1em;
	opacity: 0.75;
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	border-color: #ffffff;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 transparent;
}

.slick-prev::before,
.slick-next::before {
	color: var(--gris_claro);
}

.subtitulo-seccion {
	font-size: 0.9em;
	font-weight: 400 !important;
	color: var(--azul2);
	text-transform: none !important;
}

.text-normal {
	text-transform: none !important;
}

.titulo-bloque {
	font-size: 1.1em;
	font-weight: 600;
	color: var(--verde_oscuro);
}

.titulo-especial {
	font-family: "Cookie", cursive;
	font-size: 4.2em;
	line-height: 0.8em;
}

@media (max-width: 575.98px) {
	.titulo-especial {
		font-size: 2.8em;
	}
}

.titulo-form {
	font-size: 1.4em;
	font-weight: 800;
	color: var(--azul);
	text-transform: uppercase;
}

.titulo-seccion {
	font-size: 1.5em;
	font-weight: 800;
	text-transform: uppercase;
}


/********** Home ***********/
#contactForm .text-danger {
	display: block;
	margin-top: -0.8em;
	margin-bottom: 1em;
}

.newslettr-label {
	font-size: 1.5em;
	font-weight: 800;
	color: var(--rojo);
	text-transform: uppercase;
}

@media (max-width: 575.98px) {
	.newslettr-label {
		font-size: 1.2em;
	}
}

.newslettr-label .fa-envelope {
	padding: 0.05em 0.25em;
	width: 0.65em;
	background-color: rgba(245,33,32,0.4);
	border-radius: 0.2em;
}

.prod-container {
	position: relative;
	border: 1px solid var(--gris_claro);
	border-radius: 0.8em;
	overflow: hidden;
}

.prod-container.prod-agotado:after {
	content: 'agotado';
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0.5em;
	margin-left: -2.5em;
	margin-top: -1.3em;
	font-size: 3em;
	background-color: #cccccc;
	rotate: -45deg;
}

.prod-descuento {
	margin-left: 0.5em;
	font-size: 0.7em;
	color: var(--verde);
}

@media (max-width: 575.98px) {
	.prod-descuento {
		display: block;
		margin-left: 0;
	}
}

.prod-envio {
	font-size: 0.8em;
	font-weight: 600;
	color: var(--verde_oscuro);
}

.prod-precio-orig {
	margin: 0;
	font-size: 0.85em;
	color: var(--gris_oscuro);
	text-decoration: line-through;
}

.prod-precio-final {
	font-size: 1.4em;
	color: var(--negro);
}

.prod-titulo {
	margin-top: 1em;
	margin-bottom: 0.7em;
	font-size: 0.9em;
}

.prod-titulo a {
	color: var(--gris_oscuro);
}

.prod-titulo a:hover {
	color: var(--verde_oscuro);
}

.slick-dots {
	bottom: 0.8em;
}

@media (max-width: 575.98px) {
	.slick-dots {
		bottom: 0.2em;
	}
}

.slick-dots li button::before {
	content: '◯';
	font-size: 12px;
	color: var(--blanco);
	opacity: 0.25;
}

.slick-dots li.slick-active button::before {
	color: var(--blanco);
	opacity: 0.85;
}

.slick-slide {
	height: inherit !important;
}

.slick-track {
	display: flex !important;
}


/******** Búsqueda *********/
.filtros .accordion-button::after {
	background: none;
}

.filtros.accordion .accordion-button {
	background-color: transparent;
	font-size: 0.65em;
	font-weight: 600;
	color: var(--bs-heading-color);
	box-shadow: 0px 0px 0px 1px var(--gris_claro);
}

.filtros.accordion .accordion-button::before {
	font-family: 'FontAwesome';
	content: '\f1de';
	float: left;
	margin-right: 0.5em;
	font-size: 0.75em;
	font-weight: 400;
}

.filtros.accordion .accordion-button:not(.collapsed)::after {
	font-family: 'FontAwesome';
	content: '\f102';
	float: right;
	font-size: 0.75em;
	font-weight: 400;
}

.filtros.accordion .accordion-button.collapsed::after {
	font-family: 'FontAwesome';
	content: '\f102';
	font-size: 0.75em;
	font-weight: 400;
}

.filtros .form-label {
	margin-bottom: 0.2em;
	font-size: 0.9em;
	font-weight: 600;
	color: var(--verde_oscuro);
}

.filtros .form-select {
	background-color: var(--gris_claro);
}

/******** Productos ********/
.productos .card {
	border-color: var(--gris_claro);
}

.productos .card .imagen {
	overflow: hidden;
}

.productos .card img {
	transform: scale(1);
	transition: 0.4s ease all;
}

.productos .card img:hover {
	transform: scale(1.2);
}

.productos .card .marca {
	font-size: 0.8em;
	font-weight: 600;
	color: var(--gris);
	text-transform: uppercase;
}

.productos .card .nombre {
	font-size: 0.95em;
	color: var(--azul);
	text-transform: uppercase;
}

.productos .card .precio {
	font-size: 1.2em;
	font-weight: 600;
	color: var(--gris_oscuro);
}


/***** Detalle producto *****/
section#producto {
	margin-top: 5em;
}

.breadcrumb .breadcrumb-item a {
	font-size: 0.85em;
	color: var(--negro);
	text-transform: uppercase;
}

.breadcrumb .breadcrumb-item a:hover, 
.breadcrumb .breadcrumb-item a:active {
	color: var(--azul);
}

.breadcrumb-item + .breadcrumb-item::before {
	color: var(--negro);
}

.breadcrumb .breadcrumb-item.active {
	font-size: 1.0em;
	color: var(--azul);
}

.comentarios .form-control {
	font-size: 0.875em;
}

.producto .detalles .especificaciones .titulo {
	font-weight: 800;
	color: var(--verde_oscuro);
}

.producto .detalles .nav-link {
	margin-right: 0.25em;
	color: var(--gris-oscuro);
	background-color: #dddddd;
	border-radius: 0;
}

.producto .detalles .nav-link.active {
	background-color: var(--blanco);
	border-bottom-color: #dddddd;
}

.producto .detalles .nav-tabs {
	border-bottom: none;
}

@media (max-width: 575.98px) {
	.producto .detalles .nav-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
}

.producto .detalles .resumen {
	font-size: 1.0em;
	font-weight: 400;
}

.producto .detalles .tab-content {
	min-height: 8em;
	border: 1px solid #dddddd;
}

.producto .marca a {
	font-weight: 600;
	color: var(--gris_oscuro);
	text-transform: uppercase;
}

.producto .precio {
	margin-bottom: 0;
	font-size: 2.0em;
	font-weight: 800;
	color: var(--negro);
}

.producto .precio.agotado {
	text-decoration: line-through;
}

.producto .producto-titulo {
	font-size: 1.75em;
	font-weight: 800;
	color: var(--azul);
	text-transform: uppercase;
}

.producto .txt-agotado {
	margin-top: 0;
	font-size: 1.5em;
	color: #555;
	text-transform: uppercase;
}

.producto .variaciones label {
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase; 
}


/******** Carrito ********/
.carrito .control-cantidad {
	width: 9em;
}

.carrito .control-cantidad .btn {
	border-color: #dee2e6;
	border-radius: 0.5em;
}

.carrito .control-cantidad .form-control {
	font-size: 0.8em;
	text-align: center;
}

.carrito .form-label {
	color: var(--gris);
	text-transform: uppercase;
}

.carrito .tbody {
	padding: 0.5em 0;
	border-bottom: 1px solid var(--gris_claro);
}

.carrito .theader {
	padding: 0.5em 0.2em;
	color: var(--blanco);
	background-color: var(--azul);
	text-transform: uppercase;
}

@media (max-width: 575.98px) {
	.carrito .tbody, 
	.carrito .theader {
		font-size: 0.8em;
	}
}

.carrito .tbody .marca a {
	font-size: 0.8em;
	font-weight: 600;
	color: var(--gris_oscuro);
	text-transform: uppercase;
}

.carrito .tbody .producto {
	line-height: 1.2em;
}

.carrito .tbody .producto a {
	font-size: 0.9em;
	font-weight: 600;
	color: var(--azul);
	text-transform: uppercase;
}

.carrito .tbody .precio {
	font-weight: 600;
}

.carrito .tbody .remove {
	color: var(--negro);
}

.carrito .tbody .remove:hover, 
.carrito .tbody .remove:active {
	color: var(--verde_oscuro);
}

.carrito .tbody .variante, 
.carrito .tbody .variante a {
	font-size: 0.8em;
	color: var(--gris_oscuro);
	text-transform: uppercase;
}

.carrito .tbody .marca a:hover, 
.carrito .tbody .producto a:hover, 
.carrito .tbody .variante a:hover {
	text-decoration: underline;
}

@media (max-width: 575.98px) {
	.carrito .totales {
		font-size: 0.9em;
	}
}

.flotante-carrito {
	position: fixed;
	top: 50%;
	left: 0;
	display: flex;
	width: 3.5em;
	height: 3.1em;
	padding-right: 0.5em;
	font-size: 1.2em;
	background-color: var(--gris_oscuro);
	box-shadow: 6px 2px 4px 0px #00000094;
	align-items: center;
	border-radius: 0 0.4em 0.4em 0;
	transition: 0.25s ease all;
}

.flotante-carrito:hover {
	background-color: var(--verde_oscuro);
}

.flotante-carrito a {
	position: relative;
	color: var(--blanco);
	text-align: right;
	line-height: 1em;
}

.flotante-carrito small {
	font-size: 0.75em;
}

.flotante-carrito .badge {
	padding-left: 0;
	padding-right: 0;
	font-size: 0.7em;
	font-weight: 400;
}


/* Secciones personalizadas */
#contactForm .form-control {
	padding: 0.7em 1.4em;
	margin-bottom: 1em;
}

#contactForm .btn {
	width: 100%;
	padding: 0.8em;
}

.pag-3, 
.pag-4 {
	margin-top: 3em;
}

@media (max-width: 575.98px) {
	.pag-3, 
	.pag-4 {
		margin-top: 0;
	}
}

@media (max-width: 575.98px) {
	.pag-3 {
		margin-top: 0;
	}
}

.sec-3 {
	color: var(--blanco);
}

@media (max-width: 575.98px) {
	.sec-3 {
		padding-bottom: 4em;
	}
}

.sec-3 .inner-title {
	margin-bottom: 0.6em;
	color: var(--blanco);
	font-size: 3.2em;
	font-weight: 600;
}

@media (max-width: 575.98px) {
	.sec-3 .inner-title {
		font-size: 2.1em;
	}
}

.sec-3 .col-content {
	font-size: 1.5em;
}

@media (max-width: 575.98px) {
	.sec-3 .col-content {
		font-size: 1.25em;
	}
}

@media (max-width: 575.98px) {
	.sec-6 .inner-title {
		margin-top: 1em;
	}
}

.sec-8 .inner-title, 
.sec-10 .inner-title, 
.sec-14 .inner-title {
	margin-bottom: 0.9em;
	font-size: 1.8em;
	font-weight: 600;
}

.sec-10 {
	padding-top: 3em;
	padding-bottom: 2.5em;
}

@media (max-width: 575.98px) {
	.sec-10 {
		padding-top: 0.5em;
	}
}

.sec-10 .inner-title {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sec-10 .img-fluid {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.sec-11, 
.sec-30, 
.sec-33 {
	text-align: center;
}

.sec-11 .fa-mug-saucer, 
.sec-30 .fa-leaf, 
.sec-33 .fa-users {
	font-size: 2.2em;
}

.sec-12 .stats > div {
	font-size: 2.2em;
	border-right: 1px solid var(--blanco);
	text-align: center;
}

.sec-12 .stats > div:last-child {
	border-right: none;
}

.sec-14 {
	padding-top: 4em;
}

.sec-14 .inner-title {
	text-align: center;
}

.sec-20 {
	padding: 2em 2.6em;
	background-color: var(--blanco);
}

.sec-20 .inner-title {
	font-size: 1.4em;
	font-weight: 600;
}

.sec-12 {
	background-color: #f3f4f6;
}

@media (max-width: 575.98px) {
	.sec-12 {
		width: 100%;
	}
}

.sec-12 > div {
	padding: 1.5em 0;
}

@media (max-width: 575.98px) {
	.sec-12 > div {
		padding: 1.5em 2em;
	}
}

.sec-13 {
	padding-top: 6em;
	
}

.sec-13 .inner-title, 
.sec-18 .inner-title {
	margin-bottom: 1.0em;
	color: var(--blanco);
}

.sec-14 > .row > div {
	padding: 0 2em 1.5em;
	border: 1px solid var(--gris_claro);
	border-radius: 0.25em;
}

.sec-14 .customer {
	display: flex;
	align-items: center;
}

.sec-14 .customer img {
	width: 80px;
	object-fit: cover;
	border-radius: 50%;
	overflow: hidden;
}

.sec-14 .customer > div {
	margin-left: 0.6em;
}

.sec-14 .customer > div p {
	margin-bottom: 0;
}

.sec-14 .customer > div p:first-child {
	font-weight: 600;
	color: var(--azul1);
}

.sec-14 .customer > div p:last-child {
	font-size: 0.9em;
	font-style: italic;
	color: var(--gris);
}

.sec-15 {
	margin-top: 5em;
	margin-bottom: 3em;
	text-align:center;
}

.sec-15 > .row {
	align-items: center;
}

.sec-15 .col-content {
	text-align: center;
}

.sec-15 img {
	width: 120px;
	cursor: pointer;
	transition: 0.3s all ease;
	filter: grayscale(1);
	opacity: 0.8;
}

.sec-15 img:hover {
	filter: grayscale(0);
	opacity: 1;
	transform: scale(1.1);
}

@media (max-width: 575.98px) {
	.sec-15 .col-md {
		flex: unset;
		width: 16% !important;
	}
	
	.sec-15 img {
		width: 42px;
	}
}

.sec-18 {
	padding: 2.5em 3em;
	background-color: var(--azul);
	color: var(--blanco);
}

.sec-38 .col-content h5 {
	font-size: 2.5em;
	font-weight: 800;
	color: var(--negro);
}

.sec-43 {
	font-size: 1.2em;
}

.sec-38 .inner-title,
.sec-43 .inner-title {
	margin: 0;
}

@media (max-width: 575.98px) {
	.sec-38 .col-content h5 {
		margin-bottom: 1em;
		font-size: 2.0em;
		text-align: center;
	}
}

/*.sec-58 {
	position: relative;
}

.sec-58::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}*/

.sec-58 {
	margin-top: 4em !important;
}

@media (max-width: 575.98px) {
	.sec-58 {
		margin-top: 3em !important;
	}
}

.sec-58 body {
  --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);
}

.sec-58 h1 {
  text-align: center;
}

.sec-58 ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.sec-58 ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 34;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.sec-58 ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.sec-58 ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.sec-58 ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.sec-58 ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.sec-58 ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.sec-58 ul li .title,
.sec-58 ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.sec-58 ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.sec-58 ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
.sec-58 ul li .title::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

.sec-58 ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

.sec-58 ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.sec-58 ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .sec-58 ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .sec-58 ul::before {
    grid-column: 2;
  }
  .sec-58 ul li:nth-child(odd) {
    grid-column: 1;
  }
  .sec-58 ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .sec-58 ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .sec-58 ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .sec-58 ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .sec-58 ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.sec-58 .credits {
  margin-top: 1rem;
  text-align: right;
}
.sec-58 .credits a {
  color: var(--color);
}

.sec-61, 
.sec-62, 
.sec-63, 
.sec-64 {
	margin-top: 3em;
}

.sec-80 {
	margin-top: 3em !important;
	text-align: center;
}

.sec-85, 
.sec-88 {
	height: auto !important;
	padding: 0;
}

.sec-85 .inner-title, 
.sec-88 .inner-title {
	font-size: 1.8em;
	font-weight: 600;
}

.sec-91 {
	margin-top: 4em;
}

.sec-91 .inner-title {
	margin-top: 1em;
	margin-bottom: 0.6em;
	font-size: 1.5em;
	font-weight: 700;
}

.sec-95, 
.sec-98, 
.sec-101 {
	margin: 0 !important;
}

.sec-95 .col-lg-9, 
.sec-98 .col-lg-9, 
.sec-101 .col-lg-9 {
	width: 100% !important;
	margin: 0 !important;
}

@media (max-width: 575.98px) {
	.sec-95, 
	.sec-98, 
	.sec-101 {
		width: 100% !important;
		text-align: center;
	}
}

.sec-103 {
	margin-top: 4em !important;
	text-align: center;
}