@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
	font-family: 'Rift';
	src: url('../fonts/Rift-Bold.woff2') format('woff2'),
			url('../fonts/Rift-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

:root {
	--bs-body: #494949;
	--bs-gray-100: #eee;
	--bs-gray-200: #494949;
	--bs-gray-300: #282828;
	--bs-red: #c21300;
	--bs-border: #dee2e6;

	--swiper-theme-color: var(--bs-white);
	--swiper-navigation-size: 40px;
	--swiper-navigation-sides-offset: -35px;
	--bs-font-sans-serif: "Montserrat", sans-serif;
	--bs-font-rift: "Rift", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bs-font-sans-serif) !important;
}

.font-rift-bold {
	font-family: var(--bs-font-rift) !important;
}

/* Textos */
.text-body {
	color: var(--bs-body) !important;
}

.text-gray-100 {
	color: var(--bs-gray-100) !important;
}

.text-gray-200 {
	color: var(--bs-gray-200) !important;
}

.text-gray-300 {
	color: var(--bs-gray-300) !important;
}

.text-red {
	color: var(--bs-red) !important;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw) !important;
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw) !important;
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw) !important;
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw) !important;
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw) !important;
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem !important;
	}

	.display-2 {
		font-size: 4.5rem !important;
	}

	.display-3 {
		font-size: 4rem !important;
	}

	.display-4 {
		font-size: 3.5rem !important;
	}

	.display-5 {
		font-size: 3rem !important;
	}

	.display-6 {
		font-size: 2.5rem !important;
	}
}

/* bg */
.bg-gray-100 {
	background-color: var(--bs-gray-100) !important;
}

.bg-gray-200 {
	background-color: var(--bs-gray-200) !important;
}

.bg-gray-300 {
	background-color: var(--bs-gray-300) !important;
}

.bg-red {
	background-color: var(--bs-red) !important;
}

.border-red {
	border-color: var(--bs-red) !important;
}

body {
	color: var(--bs-body) !important;
}

p {
	color: var(--bs-body) !important;
}

/* CTA */
.btn {
	font-family: var(--bs-font-rift) !important;
	text-transform: uppercase;
	border: 0;
}

.btn-primary {
	color: var(--bs-gray-200) !important;
	padding: 0 !important;
	background-color: transparent !important;
}

.btn-secondary {
	color: var(--bs-white);
	background-color: var(--bs-red);
}

.btn-secondary:hover {
	background-color: var(--bs-gray-300);
}

.bloquePestanas .btn-primary.active {
	border-bottom: 2px solid var(--bs-red);
}

button:hover {
	border: inherit !important;
}

.customHover {
	position: relative;
}

.customHover::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--bs-gray-200);
	transition: width 0.3s;
}
.customHoverLink:hover .customHover:after {
	width: 100%;
}

.customHoverLink.active {
	color: var(--bs-red) !important;
}

.customHover-red::after {
	background-color: var(--bs-red) !important;
}

/* Header */
.translate-full-y {
  transform: translateY(-150%) !important;
}

.translate-full-x {
	transform: translateX(-100%) !important;
}

.translate-full--x {
	transform: translateX(200%) !important;
}

.submenuContent,
.menuMobileContent,
.menuItemMobileContent {
	transition: all .3s ease-out;
}

.dataMenuItem.activo svg {
	transform: rotate(180deg);
}

.dataMenuItem svg {
	transition: all .3s ease-out;
}

.dataToogleMenuMobile span span:nth-child(1),
.dataToogleMenuMobile span span:nth-child(2),
.dataToogleMenuMobile span span:nth-child(3) {
	transition: all .3s ease-out;
}

.dataToogleMenuMobile.activo span span:nth-child(1) {
	transform: translateY(11px) rotate(45deg);
}

.dataToogleMenuMobile.activo span span:nth-child(2) {
	opacity: 0;
}

.dataToogleMenuMobile.activo span span:nth-child(3) {
	transform: translateY(-1px) rotate(-45deg);
}

.bloqueVideo__video {
	height: 400px;
}

.bloqueTextoImagen ul p {
	margin-bottom: 10px;
}

.bloqueTextoImagen__texto p,
.bloqueTextoImagen__texto a span {
	color: var(--bs-white) !important;
}

.bloqueTextoImagen__texto {
	margin-top: -40px;
}

.bloqueTarjetas__texto + a {
	color: var(--bs-white) !important;
}

.object-fit-cover {
	object-fit: cover;
}

.object-fit-position-center {
	object-position: center;
}

.swiper-button-prev,
.swiper-button-next {
	width: var(--swiper-navigation-size);
	height: var(--swiper-navigation-size);
	border-radius: 40px;
	background-color: var(--bs-gray-200);
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 16px !important;
	font-weight: bold;
}

.swiper-pagination-bullet {
	width: 20px !important;
	height: 2px !important;
	border-radius: 0 !important;
	background-color: var(--bs-gray-200) !important;
}

.swiper-pagination-bullet-active {
	background-color: var(--bs-red) !important;
}

.swiperNavegcion {
	height: 42px;
	gap: 0.04rem;
	margin-left: 1rem;
	margin-top: -60px;
}

.swiperNavegcion .swiper-button-prev,
.swiperNavegcion .swiper-button-next {
	opacity: 1 !important;
	border-radius: 0 !important;
}

.bloqueIconoTexto__item:nth-child(1) .customBorder,
.bloqueIconoTexto__item:nth-child(3) .customBorder {
	border-right: 1px solid var(--bs-border);
}

.bloqueIconoTexto__item:nth-child(1) .customBorder,
.bloqueIconoTexto__item:nth-child(2) .customBorder {
	border-bottom: 1px solid var(--bs-border);
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0% !important;
  }
  
	.position-lg-absolute {
		position: absolute !important;
	}

	.h-lg-100 {
		height: 100% !important;
	}

	.bloqueVideo__video {
		height: 700px;
	}

	.bloqueTextoImagen__texto {
		margin-top: 0;
	}

	.swiper-button-prev {
		left: calc(var(--swiper-navigation-sides-offset, 10px) + 30px);
	}

	.swiper-button-next {
		right: calc(var(--swiper-navigation-sides-offset, 10px) + 30px);
	}

	.bloqueIconoTexto__item .customBorder {
		border-right: 1px solid var(--bs-border);
	}

	.bloqueIconoTexto__item:last-child .customBorder {
		border-right: 0;
	}

	.bloqueIconoTexto__item:nth-child(1) .customBorder,
	.bloqueIconoTexto__item:nth-child(2) .customBorder {
		border-bottom: 0;
	}
}

@media (min-width: 1280px) {
	.swiper-button-prev {
		left: calc(var(--swiper-navigation-sides-offset, 10px) - 0px);
	}

	.swiper-button-next {
		right: calc(var(--swiper-navigation-sides-offset, 10px) - 0px);
	}

	.swiperNavegcion {
		margin-left: 3rem;
		padding: 0 0 0;
		margin-bottom: 30px;
	}

	.position-xl-absolute {
		position: absolute !important;
	}

	.h-xl-100 {
		height: 100%;
	}
}

@media (min-width: 1440px) {
	.swiper-button-prev {
		left: calc(var(--swiper-navigation-sides-offset, 10px) - 20px);
	}

	.swiper-button-next {
		right: calc(var(--swiper-navigation-sides-offset, 10px) - 20px);
	}
}

/* Scroll Invisible */
.scroll-invisible {
	max-height: 400px;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.scroll-invisible::-webkit-scrollbar {
	display: none;
}


.imagen-hover-container{
    
    max-width: 300px;
    margin: 0 auto;
}

.img-legales-hero {
    display: none !important;
}

@media (max-width: 767px) {
    .img-legales-hero {
        display: block !important;
        margin: 0 auto;
    }
    
    .titulo-bloque-video{
        font-size: 30px !important;
    }
    
    #categoriasTabs{
        width:min-content!important;
    }
}






