:root {
	--main-white-color: white;
	--main-black-color: black;
}
body {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	overflow-x: hidden;
}
.form-check-input:checked {
	background-color: #fe9006c4 !important;
	border-color: #fe9006 !important;
}
.form-check-input[type="checkbox"] {
	border-radius: 50px !important;
}
.form-check-input:focus {
	box-shadow: 0 0 0 0.25rem rgb(253 197 13 / 25%) !important;
}
.informacion-slider {
	right: 50%;
	top: 11%;
	text-align: left;
	color: #fff;
}

.owl-stage .card-footer .item_text {
	min-height: 70px;
	font-size: 18px;
}

.informacion-slider > h5 {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 40px;
}

.informacion-slider > p {
	color: #fff;
	font-family: "Bebas Neue", cursive;
	font-size: 60px;
}

.btn-slider {
	font-weight: bold;
	padding: 10px 30px;
	color: #ffffff;
	background-color: #fe9003;
	border: 0px solid #ced4da;
	border-radius: 25px;
	transition: all 600ms;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.btn-slider:hover {
	color: #fe9003;
	background-color: #fff;
	border: 1px solid #fe9003;
}

.btn-slider:focus {
	background-color: #3c3c3c;
	color: #fff;
	border-color: #fe9003;
	box-shadow: 0 0 0 0.25rem rgb(254 144 3 / 25%);
}

/* ************************************************************* CARRUSEL OWL ************************************************************* */
.img_razones {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
	width: 100%;
}
/* .owl-prev {
	position: absolute;
	background: #9c9c9c !important;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	top: 50%;
	z-index: 1000;
	left: 2%;
	cursor: pointer;
	color: #fff !important;
	margin-top: -27px;
	font-size: 20px !important;
}
.owl-next {
	position: absolute;
	background: #9c9c9c !important;
	border-radius: 50px;
	top: 50%;
	width: 30px;
	height: 30px;
	z-index: 1000;
	right: 2%;
	cursor: pointer;
	color: #fff !important;
	margin-top: -27px;
	font-size: 20px !important;
}
.owl-prev:hover, .owl-next:hover {
	transition: all .4s;
	background-color: #000 !important;
	color: #fe9003 !important;
} */
.item .item_text {
	transition: all .3s;
}
.item:hover .item_text {
	color: #fe9003;
	transition: all .3s;
}
.bg_hover {
	transition: all .3s;
	position: relative;
	width: 100%;
}
.item:hover .bg_hover::before {
	content: "";
	position: absolute;
	transition: all .3s;
	width: 100%;
	height: 100%;
	background: #ff9e067d;
}
.item:hover .bg_hover {
	transition: all .3s;
}
.bg-degradado-start {
	background: linear-gradient(270deg, #fbfbfb 0%, #ddd 50%, #e2e2e2 100%);
}
.btn-naranja-normal,
.btn-light-naranja:hover {
	transition: all .3s;
	background: #ec8705;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	border: 1px solid #ec8705;
}
.btn-light-naranja {
	transition: all .3s;
	background: #fff;
	border: 1px solid grey;
	font-weight: bold;
	color: #000;
	font-size: 13px;
	line-height: 25px;
}
.btn.btn-light-naranja:focus {
	box-shadow: 0 0 0 0.25rem #fe900340;
}
.btn-negro {
	font-weight: bold;
	padding: 14px 20px;
	font-size: 13px;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #000000;
	transition: all 600ms;
	box-shadow: rgb(60 60 60 / 20%) 0px 8px 24px;
}

.btn-negro:hover {
	color: #000000;
	background-color: #fff;
	border: 1px solid #000000;
}

.btn-negro:focus {
	background-color: #3c3c3c;
	color: #fff;
	border-color: #3c3c3c;
	box-shadow: 0 0 0 0.25rem rgb(254 144 3 / 25%);
}
/* .btn-negro{
	transition: all .3s;
	background: #000;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
} */
.nav-movil {
	z-index: 600;
	background-color: #ffffff;
	/*box-shadow: 0px 5px 12px 4px rgba(0,0,0,0.34);*/
	/*-webkit-box-shadow: 0px 5px 12px 4px rgba(0,0,0,0.34);*/
	/*-moz-box-shadow: 0px 5px 12px 4px rgba(0,0,0,0.34);*/
}
.fondo_eddie {
	background: url("../images/seccion_home_eddie.png") center no-repeat;
	background-size: cover;
}
:focus-visible {
	outline: none;
}
::marker {
	font-size: 20px;
	color: #fe9003;
}
.item_seccion {
	color: #ffffff;
	font-size: 17px;
}
.item_seccion:hover {
	color: white;
}
*:focus {
	border: none;
}

.seccion-black {
	background-color: #3c3c3c;
	padding: 7px;
}

.seccion-white {
	padding: 15px;
	background-color: #ffffff;
}

.contenedor-white {
	padding: 15px;
	background-color: #ffffff;
}

.contenedor-valores {
	border-radius: 15px;
	position: relative;
	margin-top: -40px;
}

.card-categoria {
	border-radius: 15px;
	padding: 15px;
	min-height: 300px;
}

.card-categoria-1 {
	background-image: url("../images/Front/card-categoria-1.png");
	min-height: 100%;
	background-repeat: round;
	display: flex;
}

.card-categoria-2 {
	background-image: url("../images/Front/card-categoria-2.png");
	min-height: 100%;
	background-repeat: round;
	display: flex;
}

.content-card-categoria {
	min-height: 100%;
	place-self: center;
	padding: 25px;
	text-align: center;
}

.titulo-card {
	font-family: "Bebas Neue", cursive;
	font-size: 30px;
}

.imagen-valores {
	max-width: 75px;
}

.titulo-valores {
	font-family: "Bebas Neue", cursive;
}

.contenido-valores {
	text-align: start;
	line-height: 10px;
	place-self: center;
}

.seccion-white > .row > div:nth-child(3) {
	align-self: center;
	text-align: center;
}

.texto-cabecera-black {
	color: #ffffff;
}

.boton-red-social {
	color: #000000;
	background-color: transparent;
	border: 1px solid #fe9003;
	padding: 15px;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	transition: all .3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.boton-red-social:hover {
	color: #ffffff;
	background-color: #fe9003;
}

.navbar-header {
	background-color: transparent !important;
}

.logo {
	max-width: 190px;
}

.boton-header {
	background-color: #3c3c3c;
	color: #ffffff;
	border-radius: 15px;
	padding: 10px 15px;
	font-size: 12px;
	transition: all 600ms;
	cursor: pointer;
}

.boton-header:hover {
	background-color: #fe9003;
	color: #fff;
}

.center-text {
	place-self: center;
	text-align: center;
}

.icono-header {
	color: #3c3c3c;
	font-size: 20px;
	padding: 7px;
	transition: all 600ms;
}

.icono-header:hover {
	color: #fe9003;
}

.bar-orange {
	padding: 7px;
	background-color: #fe9003;
}

.footer {
	border-top: 1px solid #dadada;
	background: rgb(255, 255, 255);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(230, 230, 230, 1) 100%
	);
	background-size: cover;
}

.info-sitio-footer {
	color: #6f6f6f;
}

.titulo-footer {
	font-family: "Bebas Neue", cursive;
	color: #ffffff;
	font-size: 16px;
}

.grupo-suscribete {
	min-height: 44px;
	padding-right: 120px;
}

.input-footer {
	color: #ffffff;
	background-color: #1a1a1a;
	border: 0px solid #ced4da;
	border-radius: 25px 0px 0px 25px;
}

.input-footer:focus {
	background-color: #3c3c3c;
	color: #fff;
	border-color: #fe9003;
	box-shadow: 0 0 0 0.25rem rgb(254 144 3 / 25%);
}

.btn-orange {
	color: #ffffff;
	background-color: #fe9003;
	width: 150px;
	border-radius: 0px 25px 25px 0px;
}

.btn-orange:focus {
	box-shadow: 0 0 0 0.25rem rgb(254 144 3 / 25%);
}

.info-footer {
	margin-top: -22px;
	min-height: 30px;
	padding: 4px;
	background-color: #1a1a1a;
	border-radius: 12px;
	text-align: center;
}

.link-seccion {
	color: #6f6f6f;
	transition: all 600ms;
}

.link-seccion:hover {
	color: #fe9003;
}

.lista-secciones {
	list-style-type: none;
	padding: 0px;
}

.lista-secciones > li {
	padding-top: 5px;
}

.link-contacto-footer {
	color: #6f6f6f;
}

.link-contacto-footer > i {
	color: #fe9003;
	font-size: 16px;
}

.redes-iconos-footer {
	padding-top: 25px;
}

.bar-inferior {
	min-height: 30px;
	padding: 4px;
	background-color: #0a0a0a;
}

.text-footer-inferior,
.text-footer-inferior > a {
	color: #ffffff;
	transition: all 600ms;
}

.text-footer-inferior > a:hover {
	color: #fe9003;
}

.icono-footer > img {
	max-height: 30px;
}

.fila-footer {
	height: auto;
}
.btn-naranja {
	font-weight: bold;
	padding: 14px 20px;
	font-size: 13px;
	color: #ffffff;
	background-color: #fe9003;
	border: 1px solid #fe9003;
	border-radius: 4px;
	transition: all 600ms;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.btn-naranja:hover {
	color: #fe9003;
	background-color: #fff;
	border: 1px solid #fe9003;
}

.btn-naranja:focus {
	background-color: #3c3c3c;
	color: #fff;
	border-color: #fe9003;
	box-shadow: 0 0 0 0.25rem rgb(254 144 3 / 25%);
}

.btn-black {
	font-weight: bold;
	padding: 7px 18px;
	font-size: 13px;
	color: #ffffff;
	background-color: #000000;
	border: 0px solid #ced4da;
	border-radius: 25px;
	transition: all 600ms;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.btn-black:hover {
	color: #fe9003;
	background-color: #fff;
	border: 1px solid #fe9003;
}

.btn-black:focus {
	background-color: #3c3c3c;
	color: #fff;
	border-color: #fe9003;
	box-shadow: 0 0 0 0.25rem rgb(254 144 3 / 25%);
}

.slide-home,
.carousel-inner,
.carousel-item,
.imagen-carrusel {
	min-height: 200px;
	height: 100%;
}

.seccion-gray {
	background-color: #d3d3d3;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: -65px;
}

.seccion-categorias {
	background-color: transparent;
	background-image: url("../images/Front/background-categorias.png");
	background-size: cover;
	min-height: 500px;
	padding: 75px 0px;
}

.titulo-seccion {
	font-family: "Bebas Neue";
	font-size: 30px;
}

.tab-catagorias {
	justify-content: center;
}

.nav-tab-categoria {
	color: #6f6f6f;
	padding: 10px 20px;
}

.nav-tab-categoria:hover {
	color: #fe9003;
}

.nav-tab-categoria.active {
	color: #fe9003 !important;
	background-color: #f9f9f9 !important;
	border-radius: 12px;
}

.card-producto {
	padding: 15px;
}

.btn-carrito {
	transition: all 600ms;
	opacity: 0;
	margin: auto;
}

.card-producto:hover .btn-carrito {
	transform: translateY(-130px);
	opacity: 1;
}

.images-producto {
	width: 100%;
	border-radius: 15px;
}

.info-producto {
	padding: 15px 0;
}

.producto-precio {
	font-weight: bold;
}

.producto-titulo {
	font-size: 16px;
}

.seccion-call-to-action {
	background-color: transparent;
	background-image: url("../images/Front/background-call-to-act.png");
	background-size: cover;
	padding: 50px 0;
}

.calculadora {
	border: 1px solid #b3b3b3;
	padding: 30px 20px;
	border-radius: 20px;
	background: #ffffff;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #ffffff, #e5e5e5);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #ffffff, #e5e5e5);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.label-calculadora {
	font-weight: bold;
}

.campo-calculadora {
	padding: 10px 0;
}

.input-calculadora {
	border: 0px;
	width: 100%;
	min-height: 35px;
	font-family: "Montserrat";
	font-size: 15px;
	border-radius: 10px;
	padding: 0px 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.range {
	position: relative;
	height: 5px;
	padding: 0px 2px;
	margin: 9px 13px;
}

.range input {
	width: 100%;
	position: absolute;
	top: 2px;
	height: 0;
	-webkit-appearance: none;
}

.range input::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	margin: -8px 0 0;
	border-radius: 50%;
	background: #fe9003;
	cursor: pointer;
	border: 0 !important;
}

.range input::-moz-range-thumb {
	width: 18px;
	height: 18px;
	margin: -8px 0 0;
	border-radius: 50%;
	background: #fe9003;
	cursor: pointer;
	border: 0 !important;
}

.range input::-ms-thumb {
	width: 18px;
	height: 18px;
	margin: -8px 0 0;
	border-radius: 50%;
	background: #fe9003;
	cursor: pointer;
	border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	background: #fe9003;
}

.range input::-moz-range-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	background: #fe9003;
}

.range input::-ms-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	background: #fe9003;
}

.range input:focus {
	background: none;
	outline: none;
}

.range input::-ms-track {
	width: 100%;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.columna-rango {
	width: 20%;
}

.tipo-plan {
	min-height: 20px;
	background: #000;
	padding: 8px 14px;
	border-radius: 17px;
	color: #fff;
}

.input-gray {
	background-color: #e1e1e1;
}

.boton-calculadora > .icono {
	background-color: #fe9003;
	padding: 8px 12px;
	margin-left: -8px;
	border-radius: 10px;
}

.texto-boton {
	padding: 15px;
}

.boton-calculadora {
	color: #ffffff;
	background-color: #000000;
	cursor: pointer;
	padding: 8px;
	border-radius: 10px;
}

.boton-calculadora:hover {
	color: #ffffff;
}

.titulo-call-to-action {
	color: #3c3c3c;
	font-family: "Bebas Neue";
	font-size: 45px;
	line-height: 1;
}

.text-naranja {
	color: #fe9003;
}

.alinear-middle {
	place-self: center;
}

.description-call-to-action {
	max-width: 50%;
}

.titulo-panel {
	font-family: "Bebas Neue";
	font-size: 25px;
}

.input-panel {
	border: 0;
	border-bottom: 1px solid #fe9003;
	border-radius: 0;
	background-color: transparent;
	color: #505050;
}

.input-panel:focus {
	box-shadow: 0 0 0 0 rgb(254 144 3 / 25%);
	background-color: transparent;
}

.label-jundo {
	color: #fe9003;
}

.col-login {
	padding: 10px 50px;
}

.banner-seccion {
	padding: 75px 80px;
	background-size: cover;
	background-position: center;
}

.titulo-banner {
	font-family: "Bebas Neue";
	font-size: 30px;
}

.medio-contacto {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 22px;
	color: #fe9003;
}

.medio-contacto + label {
	font-size: 15px;
}

.contenedor-imagen {
	max-width: 450px;
	margin: 0 auto;
	/* border-radius: 5px;
	border: 1px solid #c3c3c3;
	box-shadow: 0 0 20px 3px #e8e8e8, 0 0 20px 5px #fa9a1f26; */
}

.imagen-nosotros {
	max-width: 100%;
	border-radius: 10px;
}

.seccion-filosofia {
	background-image: url("../images/fondo.webp");
	padding: 50px 0px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.select-filtro {
	color: #ffffff;
	background-color: #3c3c3c;
}

.select-filtro:focus {
	border-color: #3c3c3c;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(60 60 60 / 25%);
}
.btn-gris {
	font-weight: bold;
	padding: 7px 18px;
	font-size: 13px;
	color: #ffffff;
	background-color: #bbbbbb;
	border: 1px solid #bbbbbb;
	border-radius: 25px;
	transition: all 600ms;
	box-shadow: rgb(187 187 187 / 20%) 0px 8px 24px;
}
.btn-gris:hover {
	color: #bbbbbb;
	background-color: #fff;
	border: 1px solid #bbbbbb;
}
.btn-gris:focus {
	background-color: #bbbbbb;
	color: #fff;
	border-color: #bbbbbb;
	box-shadow: 0 0 0 0.25rem rgb(254 144 3 / 25%);
}
.card-filtro {
	border: 1px solid #b3b3b3;
}
/*Estilos para radio button*/
.fondo-transparente {
	background-color: transparent;
	border: 0;
}
.icono-marca-filtro {
	max-width: 30px;
	width: 22px;
	height: 12px;
	z-index: 100;
}
.select-filtro:not(.collapsed) {
	color: #ffffff;
	background-color: #3c3c3c;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}
.accordion-button:not(.collapsed)::after {
	background-image: url("../images/montacargas/flecha-negra.svg");
	transform: rotate(-180deg);
	filter: invert(1);
}
.accordion-button::after {
	background-image: url("../images/montacargas/flecha-negra.svg");
	/* filter: invert(1); */
}
.accordion-body {
	padding: 0;
}
.card-montacarga {
	min-height: 200px;
	background-color: #f1f1f1;
	border-radius: 8px;
}

.image-min {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.info-card-montacargas {
	border-radius: 8px;
}
.contenedor-imagen-montacargas {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.info-card-montacargas,
.contenedor-imagen-montacargas {
	background-color: #f1f1f1;
	transition: all 600ms;
}

.info-card-montacargas:hover label {
	color: #2c2c2c;
}

.titulo-car-montacargas {
	color: #3c3c3c;
	font-size: 18px;
	line-height: 20px;
	min-height: 60px;
}

.precio-montacargas {
	color: #3c3c3c;
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 20px;
}
.precio-montacargas-promo {
	font-size: .875rem;
	font-weight: 500;
	color: #6c757d;
	text-decoration-line: line-through;
}
/******************************Pagina de ver montacargas***********************/
.migajas {
	color: #a1a1a1;
	padding: 10px;
}

.migajas > a {
	color: #a1a1a1;
	transition: all 600ms;
	padding: 0 10px;
}

.migajas > a:hover {
	color: #fe9003;
}

.boton-compartir {
	background-color: #818181;
	color: #ffffff;
	padding: 10px 12px;
	border: 1px solid #818181;
	border-radius: 100%;
	transition: all 600ms;
}

.boton-compartir:hover {
	background-color: #ffffff;
	color: #818181;
	padding: 10px 12px;
	border: 1px solid #818181;
	border-radius: 100%;
}

.modal-compartir > .modal-header {
	border: 0;
}

.boton-facebook {
	color: #fff;
	transition: all 600ms;
	background-color: #4867aa;
	border: 1px solid #4867aa;
	padding: 5px 8px;
	border-radius: 15px;
}

.boton-facebook:hover {
	color: #4867aa;
	background-color: #ffffff;
}

.boton-twitter {
	transition: all 600ms;
	color: #ffffff;
	background-color: #1c9cea;
	border: 1px solid #1c9cea;
	padding: 5px 8px;
	border-radius: 15px;
}

.boton-twitter:hover {
	color: #1c9cea;
	background-color: #ffffff;
}

.boton-whatsapp {
	transition: all 600ms;
	color: #ffffff;
	background-color: #28ac00;
	border: 1px solid #28ac00;
	padding: 5px 8px;
	border-radius: 15px;
}

.boton-whatsapp:hover {
	color: #28ac00;
	background-color: #ffffff;
}

.boton-correo {
	color: #ffffff;
	transition: all 600ms;
	background-color: #3c3c3c;
	border: 1px solid #3c3c3c;
	padding: 5px 8px;
	border-radius: 15px;
}

.boton-correo:hover {
	color: #3c3c3c;
	background-color: #ffffff;
}

.titulo-montacarga {
	font-family: "Bebas Neue";
	font-weight: bold;
	font-size: 30px;
}

.precio-producto {
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 30px;
}

.desc-corta {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

.icono-datos {
	color: #fe9003;
}

.espaciador-l {
	padding: 20px 0px;
}

.boton-interesa-equipo {
	background-color: #fe9003;
	color: #ffffff;
	padding: 12px;
	border-radius: 7px;
	border: 1px solid #fe9003;
	transition: all 600ms;
	cursor: pointer;
}

.boton-interesa-equipo:hover {
	background-color: #ffffff;
	color: #fe9003;
}

.boton-solicitar-info {
	border: 1px solid #cecece;
	color: #3c3c3c;
	padding: 12px;
	border-radius: 7px;
	background-color: #ffffff;
	transition: all 600ms;
	cursor: pointer;
}

.boton-solicitar-info:hover {
	color: #ffffff;
	background-color: #3c3c3c;
	border: 1px solid #3c3c3c;
}

.seccion-gris {
	background-color: #dfdfdf;
	border-radius: 7px;
}

.boton-acordion {
	background-color: #3c3c3c;
	color: #ffffff;
	border-radius: 15px !important;
}

.boton-acordion:not(.collapsed) {
	color: #ffffff;
	background-color: #3c3c3c;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.boton-acordion:focus {
	box-shadow: 0 0 0 0.25rem rgb(60 60 60 / 25%);
}

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

.fondo-colaps {
	background-color: #fff;
	padding: 12px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	max-height: 220px;
	height: 220px;
	overflow-y: auto;
}

/*************************Radio butons de filtro de productos******************/
#sel-filt-marcas {
	max-height: 150px;
	overflow-y: auto;
}

.switch-field {
	display: grid;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	padding: 8px 16px;
	margin-right: -1px;
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #fe9003;
	box-shadow: none;
	color: #ffffff;
}

/*Carrusel de marcas*/
/* Animation */
@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-250px * 7));
	}
}

.slider {
	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: auto;
}

.slider::before,
.slider::after {
	/*content: "";*/
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

.slider .slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
}

.slider .slide {
	height: 100px;
	width: 250px;
}

.img-marca {
	filter: grayscale(1);
	transition: all 600ms;
}

.img-marca:hover {
	filter: grayscale(0);
}

.card-preview-image {
	width: 120px;
	height: 100px;
	border-radius: 8px;
	background: round;
	border: 1px solid #dfdfdf;
	transition: all .3s;
	object-fit: cover;
}

.card-preview-image:hover {
	transform: translateY(-6px);
}

.featured-montacargas {
	width: 100%;
	height: 400px;
	object-fit: contain;
}

#featured {
	position: relative;
	height: auto;
	margin: 20px auto;
	border: 12px solid #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(50, 50, 50 0.5);
}

.cerrar-buscador {
	background-color: #fe9003;
	border-radius: 100%;
	transition: all 600ms;
}
.cerrar_modal {
	position: absolute;
	top: -12px;
	right: -12px;
	color: #000;
	background-color: #fe9003;
	border-radius: 50px;
	font-size: 16px;
	box-shadow: 0 0 5px 0px #fe9003;
}

/*Previsualizador de imagenes*/
.multi-upload {
	margin: auto;
	margin-top: 10px;
	text-align: center;
}

.thumbnail {
	height: 100px;
	margin: 10px;
	float: left;
}

#clear {
	display: none;
}

#result {
	border: 4px solid #fe9003;
	border-radius: 10px;
	display: none;
	margin: 0 auto;
}

/*********************Estilos nuevos para visualizador de imagenes**********************/
/* Tamaño del scroll */
*::-webkit-scrollbar {
	width: 16px;
}

/* Estilos barra (thumb) de scroll */
*::-webkit-scrollbar-thumb {
	background: #000000;
}

*::-webkit-scrollbar-thumb:active {
	background-color: #999999;
}

*::-webkit-scrollbar-thumb:hover {
	background: #d87900;
}

/* Estilos track de scroll */
*::-webkit-scrollbar-track {
	background: #e1e1e100;
	/*border-radius: 4px;*/
}

*::-webkit-scrollbar-track:hover,
*::-webkit-scrollbar-track:active {
	background: #d4d4d400;
}

@media only screen and (max-width: 900px) {
	.fila-iconos {
		text-align-last: center;
	}

	.seccion-white {
		display: none;
	}

	.informacion-slider {
		right: 70%;
		bottom: 38%;
		left: 15%;
		text-align: left;
		min-width: max-content;
		line-height: 50px;
	}

	.informacion-slider > h5 {
		font-family: "Montserrat", sans-serif;
		color: #3c3c3c;
		font-size: 35px;
	}

	.informacion-slider > p {
		color: #3c3c3c;
		font-family: "Bebas Neue", cursive;
		font-size: 60px;
	}
}

@media only screen and (max-width: 400px) {
	.contenedor-imagen {
		padding: 0px 40px;
	}

	/*.text-sm-center {*/
	/*    text-align: center!important;*/
	/*}*/
	.seccion-white {
		display: none;
	}

	.logo {
		max-width: 160px;
	}

	.informacion-slider {
		right: 70%;
		bottom: 0%;
		left: 15%;
		text-align: center;
		min-width: max-content;
		line-height: 28px;
	}

	.informacion-slider > h5 {
		font-family: "Montserrat", sans-serif;
		color: #3c3c3c;
		font-size: 25px;
	}

	.informacion-slider > p {
		color: #3c3c3c;
		font-family: "Bebas Neue", cursive;
		font-size: 30px;
	}
}

svg#chart {
	background: #fff;
}

#chart line {
	stroke: #fe9003;
	stroke-width: 8;
}

/*******************************************************************************Timeline*/
/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {
	#timeline .history-card:nth-child(odd) .head::after,
	#timeline .history-card:nth-child(even) .head::after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}

	#timeline .history-card:nth-child(odd) .head::before,
	#timeline .history-card:nth-child(even) .head::before {
		position: absolute;
		content: "";
		width: 9px;
		height: 9px;
		background-color: #bdbdbd;
		border-radius: 9px;
		box-shadow: 0px 0px 2px 8px #f7f7f7;
	}
}

/* Some Cool Stuff */
.history-card:nth-child(1) {
	order: 1;
}

.history-card:nth-child(2) {
	order: 4;
}

.history-card:nth-child(3) {
	order: 2;
}

.history-card:nth-child(4) {
	order: 5;
}

.history-card:nth-child(5) {
	order: 3;
}

.history-card:nth-child(6) {
	order: 6;
}

/* Fonts */
#timeline {
	padding: 50px 0;
	border-top: 1px solid rgba(191, 191, 191, 0.4);
	border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}

#timeline h1 {
	text-align: center;
	font-size: 3rem;
	font-weight: 200;
	margin-bottom: 20px;
}

#timeline p.leader {
	text-align: center;
	max-width: 90%;
	margin: auto;
	margin-bottom: 45px;
}

#timeline .history-card-wrapper {
	position: relative;
	margin: auto;
}

@media (min-width: 1000px) {
	#timeline .history-card-wrapper {
		display: flex;
		flex-flow: column wrap;
		width: 1170px;
		height: 1650px;
		margin: 0 auto;
	}
}

#timeline .history-card-wrapper::after {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 1px solid rgba(191, 191, 191, 0.4);
}

@media (min-width: 1000px) {
	#timeline .history-card-wrapper::after {
		border-left: 1px solid #bdbdbd;
	}
}

#timeline .history-card {
	position: relative;
	display: block;
	margin: 10px auto 80px;
	max-width: 94%;
	z-index: 2;
}

@media (min-width: 480px) {
	#timeline .history-card {
		max-width: 60%;
		box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
	}
}

@media (min-width: 720px) {
	#timeline .history-card {
		max-width: 40%;
	}
}

@media (min-width: 1000px) {
	#timeline .history-card {
		max-width: 450px;
		height: 400px;
		margin: 90px;
		margin-top: 45px;
		margin-bottom: 45px;
	}

	#timeline .history-card:nth-child(odd) {
		margin-right: 45px;
	}

	#timeline .history-card:nth-child(odd) .head::after {
		border-left-width: 15px;
		border-left-style: solid;
		left: 100%;
	}

	#timeline .history-card:nth-child(odd) .head::before {
		left: 491.5px;
	}

	#timeline .history-card:nth-child(even) {
		margin-left: 45px;
	}

	#timeline .history-card:nth-child(even) .head::after {
		border-right-width: 15px;
		border-right-style: solid;
		right: 100%;
	}

	#timeline .history-card:nth-child(even) .head::before {
		right: 489.5px;
	}

	#timeline .history-card:nth-child(2) {
		margin-top: 180px;
	}
}

#timeline .history-card .head {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 400;
}

#timeline .history-card .head .number-box {
	display: inline;
	float: left;
	margin: 15px;
	padding: 10px;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.17);
}

#timeline .history-card .head h2 {
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: inherit;
	letter-spacing: 2px;
	margin: 0;
	padding-bottom: 6px;
	line-height: 1rem;
}

@media (min-width: 480px) {
	#timeline .history-card .head h2 {
		font-size: 165%;
		line-height: 1.2rem;
	}
}

#timeline .history-card .head h2 span {
	display: block;
	font-size: 0.6rem;
	margin: 0;
}

@media (min-width: 480px) {
	#timeline .history-card .head h2 span {
		font-size: 0.8rem;
	}
}

#timeline .history-card .body {
	background: #fff;
	border: 1px solid rgba(191, 191, 191, 0.4);
	border-top: 0;
	padding: 15px;
}

@media (min-width: 1000px) {
	#timeline .history-card .body {
		height: 315px;
	}
}

#timeline .history-card .body p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}

#timeline .history-card .body img {
	display: block;
	width: 100%;
}

#timeline .history-card--step1 {
	background-color: #fe9003;
}

#timeline .history-card--step1 .head::after {
	border-color: #fe9003;
}

#timeline .history-card--step2 {
	background-color: #444444;
}

#timeline .history-card--step2 .head::after {
	border-color: #444444;
}

/*Inicio loading*/
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ff9003;
	-webkit-animation: spin 2s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
	z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #3c3c3c;
	-webkit-animation: spin 3s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fcfcfc;
	-webkit-animation: spin 1.5s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);
		/* IE 9 */
		transform: rotate(0deg);
		/* Firefox 16+, IE 10+, Opera */
	}

	100% {
		-webkit-transform: rotate(360deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);
		/* IE 9 */
		transform: rotate(360deg);
		/* Firefox 16+, IE 10+, Opera */
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);
		/* IE 9 */
		transform: rotate(0deg);
		/* Firefox 16+, IE 10+, Opera */
	}

	100% {
		-webkit-transform: rotate(360deg);
		/* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);
		/* IE 9 */
		transform: rotate(360deg);
		/* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #191919;
	z-index: 1000;
	-webkit-transform: translateX(0);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0);
	/* IE 9 */
	transform: translateX(0);
	/* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(-100%);
	/* IE 9 */
	transform: translateX(-100%);
	/* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.0);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.0);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(100%);
	/* IE 9 */
	transform: translateX(100%);
	/* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.0);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.0);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);
	/* IE 9 */
	transform: translateY(-100%);
	/* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}

/* ========== loader contenedores ============ */

/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}

/*Final loading*/
.imagen-timeline {
	max-width: 200px;
	margin: 0 auto;
}

.nav-boton-header {
	margin-top: 5px;
	background-color: #3c3c3c;
	color: #ffffff !important;
	border-radius: 15px;
	padding: 10px 15px;
	font-size: 12px;
	transition: all 600ms;
	cursor: pointer;
}

.nav-boton-header:hover {
	background-color: #fe9003;
}

.imagen-adaptativo {
	max-width: 100%;
}

.list-title {
	line-height: 1.2;
	font-size: 1.25rem;
	font-weight: 700;
}

.list-text {
	display: block;
	line-height: 1.13;
	color: #5b5b5b;
	margin-top: 1rem;
	font-size: 1rem;
}

.steps-item {
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 1.5rem;
	margin-left: 2rem;
	font-size: 1rem;
}

.steps-list {
	list-style-type: none;
	position: relative;
	counter-reset: listCounter;
	margin: 0;
	padding: 0;
}

.boton-vista-previa {
	position: absolute;
	margin: 45px 4px 4px 4px;
}

.metas-montacarga {
	color: #3c3c3c;
}

.over-video {
	width: 100%;
	height: 100%;
	z-index: 12;
	position: absolute;
}

.miniatura {
	max-height: 100px;
	border-radius: 7px;
}

.datos-monta-opciones {
	place-self: center;
}

.icono-seccion-opciones {
	color: #fe9003;
	font-size: 20px;
}

.card-titulo-secion-opciones {
	font-size: 20px;
}

.cursor-pointer {
	cursor: pointer;
}

.flecha-seguir {
	color: #000000;
	font-size: 45px;
}

.card-checkout {
	border: 1px solid #000000;
	border-radius: 7px;
}

.xdsoft_datetimepicker .xdsoft_label {
	z-index: 10;
}

.section-limitada {
	max-height: 350px;
	overflow-y: auto;
}

.image-icono {
	height: 60px;
}

.tam-icono {
	max-width: 90px;
}

.header-boton {
	white-space: nowrap;
	text-decoration: none;
	/****cambioHector***/
	color: #fff;
	padding-top: 25px;
	padding-bottom: 20px;
	display: grid;
	transition: all 600ms;
}

.header-boton:hover {
	color: #fe9003;
}

.opcion-header.active:after {
	content: " ";
	background-color: #fe9003;
	height: 5px;
	width: 100%;
	left: 0;
	z-index: 2;
	border-radius: 4px;
}

.opcion-header .dropdown .dropdown-menu {
	background-color: #1a1a1a;
	--bs-dropdown-font-size: 1em;
}

.opcion-header .dropdown .dropdown-menu .dropdown-item {
	color: var(--bs-body-bg);
}

.opcion-header .dropdown .dropdown-menu .dropdown-item:focus,
.opcion-header .dropdown .dropdown-menu .dropdown-item:hover {
	color: #fe9003;
	background-color: transparent;
}

/* Navegacion movil */
.nav-item.opcion-header .dropdown-menu {
	padding: 0;
	border: 0;
	text-align: center;
	background-color: inherit;
}
/* Navegacion movil */

.menu-header {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	margin: 0;
}

.menu-header li {
	display: inline;
	padding: 0 5px 0 5px;
	display: grid;
}

.separador-menu {
	border-left: 1px solid #8b8b8b !important;
	max-height: 30px;
	margin-top: 20px;
}

.icono-cuenta {
	color: #fe9003;
	width: 1rem;
	height: 1rem;
	text-align: center;
}

.titulo-parte-pagina {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: bolder;
}

.subtitulo-parte-pagina {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: bolder;
}

.label-noticias {
	font-size: 12px;
	color: #000000;
}

.contenedor_noticia .imagen_noticia {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 30px;
	max-width: 750px;
}

.titulo-noticia {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	transition: all 600ms;
}

.seccion-opinion-clientes {
	background-color: transparent;
	background-image: url("../images/Front/fondo-opinion-clientes.webp");
	background-size: cover;
	background-position-x: center;
}

.video-lo-que-opinan {
	width: 100%;
	height: 500px;
}

.estrella {
	color: #ed8c00;
}

.seccion-nos-has-visto {
	background-color: #ec8705;
}

.video-nos-han-visto {
	width: 100%;
	height: 300px;
}

.fondo-gris-degradado {
	background: linear-gradient(180deg, #fff 0%, #ddd 50%, #e2e2e2 100%);
}

/***** Edición Nueva****************/
.sticky-top.nav-desktop {
	background: #1a1a1a;
}

.border-bottom-jundo {
	border-bottom: 1px solid #767676;
}

.titulo-razones {
	background: #e7e7e7;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
}
.bg-naranja {
	background-color: #fe9003;
}
.bg-negro {
	background-color: #1a1a1a;
	color: #ffffff;
}
.bg-gris-degradado {
	background: linear-gradient(
		90deg,
		rgb(230, 230, 230) 0%,
		rgb(151 151 151) 100%
	);
	color: #000;
}
.texto-poppins-banner {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
}
.card-filtro {
	background-color: #f0f0f0;
	border-radius: 12px;
	color: #303030;
}
.header-card-filtro {
	padding: 1rem;
	font-weight: 700;
}
#tabla-info-montacargas .nav-link {
	border: 2px solid #fe9003;
	color: #000000;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-weight: 700;
}
#tabla-info-montacargas .nav-link.active {
	background-color: #fe9003;
	color: #ffffff;
}
#tabla-info-montacargas .nav-item {
	margin-right: 5px;
}
#tabla-info-montacargas .tab-content {
	border: 2px solid #fe9003;
	margin-top: -1px;
}
.seccion-financiamiento-montacargas {
	min-height: 350px;
	background-color: #f0f0f0;
}
.titulo-fina-montacargas {
	font-size: 55px;
	font-weight: 700;
}
.sec-cabecera-texto {
	background-color: #ffffff;
	box-shadow: 0px 1px 10px -6px black;
	margin-bottom: 60px;
}
.sec-cabecera-texto .texto-cabecera {
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
.opcion-me-interesa {
	background-color: #f9f9f9;
}
.icono-opt-me-interesa {
	height: 25px;
	width: 25px;
}
#badges-filtro-grid > .toast {
	width: max-content;
	border-radius: 20px;
	height: fit-content;
	margin-right: 3px;
}
#badges-filtro-grid .toast-body {
	padding: 5px;
	font-size: 12px;
}
#badges-filtro-grid .btn-close {
	font-size: 8px;
}
.card-montacarga .contenedor_etiquetas .badge {
	position: absolute;
	padding: 0.65em 1.25em;
	left: 0px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.card-montacarga .contenedor_etiquetas .badge:nth-child(1) {
	top: 10px;
}
.card-montacarga .contenedor_etiquetas .badge:nth-child(2) {
	top: calc((22.41px * 2) - 8px);
}
.bg_degradado_separacion {
	background: linear-gradient(
		15deg,
		rgba(244, 244, 244, 1) 0%,
		rgba(227, 227, 227, 1) 73%,
		rgba(228, 228, 228, 1) 86%,
		rgba(219, 219, 219, 1) 92%,
		rgba(173, 173, 173, 1) 100%
	);
}
.lista_estatus_separacion {
	position: relative;
	padding-left: 40px;
	font-size: 20px;
	vertical-align: middle;
	list-style: none;
}
.lista_estatus_separacion::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #1a1a1a;
	border-radius: 50px;
	left: 0;
}
.lista_estatus_separacion.activo::after {
	position: absolute;
	left: 0;
	color: #fe9003;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}
.lista_estatus_separacion:not(.lista_estatus_separacion:nth-child(1))::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 15px;
	background: #fe9003;
	left: 14px;
	top: -16px;
}
.btn-fab-whatsapp {
	width: 70px;
	height: 70px;
	background-color: #50ca5e;
	text-align: center;
	font-size: 45px;
	line-height: 100px;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
	z-index: 2;
	box-shadow: 0px 4px 4px 0px #a1a1a1;
}
.btn-fab-whatsapp .icon {
	position: relative;
	color: #fff;
	transition: .5s;
	z-index: 3;
	top: -25%;
}
.posicion_btnFlotante {
	bottom: 2% !important;
	left: 1% !important;
	width: 70px;
}

.btn-cerrar-sm {
	position: absolute;
	top: 0;
	left: 100%;
	width: 25px;
	height: 25px;
	color: #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%);
}

.static {
	position: static;
}

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

.owl-carousel .owl-slide {
	position: relative;
	height: 460px;
	background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
	transform: translateX(20px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
	transform: none;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
	transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
	transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
	transition-delay: 0.5s;
}

.owl-carousel .owl-dots {
	position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
	outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
	background: transparent;
	border: 1px solid var(--main-black-color);
	transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
	background: var(--main-black-color);
}

.owl-carousel.owl-theme .owl-nav {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.owl-carousel .owl-prev {
	position: absolute;
	top: 50%;
	left: 1%;
}
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	right: 1%;
}

.owl-carousel.razones-carr .owl-next,
.owl-carousel.clientes-carr .owl-next,
.owl-carousel.carrusel_videos .owl-next {
	right: -5%;
}

.owl-carousel.razones-carr .owl-prev,
.owl-carousel.clientes-carr .owl-prev,
.owl-carousel.carrusel_videos .owl-prev {
	left: -5%;
}

.owl-carousel .owl-nav svg {
	opacity: 1;
	transition: opacity 0.3s;
	fill: #fe9003;
}
.seccion-nos-has-visto .owl-nav svg {
	transition: all 0.3s;
	fill: #fff;
}

.seccion-nos-has-visto .owl-nav button:hover svg {
	opacity: 0.8;
	transition: all .3s;
	fill: var(--main-black-color);
}

.owl-carousel .owl-nav button:hover svg {
	opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
	opacity: 0.8;
	transition: opacity .3s;
}

section {
	display: none;
}

@media screen and (max-width: 575px) {
	.owl-carousel .owl-nav {
		top: 5%;
	}

	.owl-carousel .owl-nav svg {
		width: 24px;
		height: 24px;
	}
}

/* Modal de los videos home */
.open_modal_video {
	/* background: red; */
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}

.modal_video.active {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}

.modal_video {
	display: none;
}

.modal_video .video_modal_container {
	display: flex;
	width: 100%;
	max-width: 1300px;
	margin: auto;
}

.modal_video .video_modal_container iframe {
	width: calc(100% - 27px);
	background: #000;
}

.modal_video .video_modal_container span {
	width: 27px;
	cursor: pointer;
	font-size: 20px;
	text-align: right;
}

.modal_video .video_modal_container span i {
	cursor: pointer;
	font-size: 25px;
	color: var(--main-white-color);
	padding: 2px;
}

h2 {
	font-weight: 900;
	line-height: .9em;
}
h2.texto_principal {
	font-size: 51px;
	letter-spacing: -1.5px;
}
.page-link {
	color: #1a1a1a;
	border-color: #767676;
}
.page-link:hover {
	color: #fe9003;
	border-color: #767676;
}
.page-item.active .page-link {
	background-color: #fe9003;
	border-color: #fe9003;
}
.page-link:focus {
	Color: #1a1a1a;
	box-shadow: 0 0 0 0.25rem #fe900340;
}
.imagen_fondo_principal {
	/* position: absolute; */
	/* top: 50%;
    left: 50%; */
	/* width: 550px;
    height: 550px; */
	width: initial !important;
}
.flechas-carrusel {
	width: 35px;
	height: 35px;
}
.checkout-separacion.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #1a1a1a;
}

/* ------------------ ESTILOS JOSE ANGEL ------------------ */
.fondo_eddie h2 {
	font-size: 44px;
	max-width: 80%;
}

.fondo_eddie ul {
	margin-left: -15px;
}

.fondo_eddie {
	background: url("../images/seccion_home_eddie.png") center no-repeat;
	background-size: cover;
	width: 100%;
	height: 450px;
}

/* pasarela de pago */

.navlinkpasarela {
	color: #fe9003;
	border-bottom: 2px solid transparent;
	border-radius: 0px;
}

.navlinkpasarela:hover {
	color: #fe9003;
	border-radius: 0px;
}

.navlinkpasarela.nav-link.active {
	color: #fe9003;
	background: transparent;
	/* text-decoration: underline; */
	border-radius: 0px;
	border-bottom: 2px solid #fe9003;
}

/* ===== BANNER DE COOKIES ===== */
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #111;
	padding: 15px 20px;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
	z-index: 10000;
	transform: translateY(100%);
	transition: transform 0.4s ease-in-out;
	border-top: 3px solid #fe9003;
}

.cookie-banner.show {
	transform: translateY(0);
}

.cookie-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}

.cookie-text {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4;
	flex: 1;
	min-width: 300px;
}

.cookie-icon {
	font-size: 20px;
	color: #fe9003;
	animation: cookieBounce 2s infinite;
}

@keyframes cookieBounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-3px); }
}

.cookie-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.cookie-link {
	color: #fe9003;
	text-decoration: none;
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.cookie-link:hover {
	color: #ffffff;
	background-color: rgba(254, 144, 3, 0.2);
	text-decoration: none;
}

.cookie-btn {
	padding: 8px 20px;
	border: none;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.cookie-btn-accept {
	background: linear-gradient(135deg, #fe9003 0%, #ff7b00 100%);
	color: #ffffff;
}

.cookie-btn-accept:hover {
	background: linear-gradient(135deg, #ff7b00 0%, #fe9003 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(254, 144, 3, 0.3);
}

.cookie-btn-reject {
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.cookie-btn-reject:hover {
	background: #ffffff;
	color: #2c3e50;
	transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
	.cookie-content {
		flex-direction: column;
		text-align: center;
	}
	
	.cookie-text {
		min-width: auto;
		text-align: center;
		justify-content: center;
	}
	
	.cookie-actions {
		width: 100%;
		justify-content: center;
	}
	
	.cookie-btn {
		flex: 1;
		min-width: 100px;
	}
}
