body {
    margin: 0;
    padding: 0;
    font-family: 'MazdaType-Bold', Arial, sans-serif;
    position: relative;
    overflow-x: hidden; 
}

h1 {
    font-family: 'MazdaType-Medium', Arial, sans-serif;
}

p {
    font-family: 'MazdaType-Regular', Arial, sans-serif;
}

.section {
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 2.49%, rgba(0, 0, 0, 0.49) 88.05%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 2.49%, rgba(0, 0, 0, 0.70) 57.49%);
}

#portada {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000; 
}

#portadas {
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    position: sticky;
    top: 0;
}

.content-text{
    position: relative;
    top: 75%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.content-text h1{
    color: #F2F2F2 !important;
    font-family: 'MazdaType-Regular', Arial, sans-serif !important;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.36);
    background-color: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(20px);
    z-index: 9999;
    display: none
}

.hidden {
    display: none;
}

.blur {
    filter: blur(11px);
}

.mam-header {
    background-color: black;
    height: 64px;
    text-align: center;
    color: white;
    line-height: 64px;
}

.main {
    background-size: cover;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-height: 100%;
    position: relative;
}

.footer-mazda{
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-height: 700px;
    position: relative;
}

.content{
    margin-bottom: 50px;
    color: #F3F3F3;
    font-family: 'MazdaType-Regular', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.content h1 {
    color: #F3F3F3;
}

.section{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0px;
}

.column {
    width: 33.33%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}

.column-menu {
    width: 33.33%;
    display: flex;
    padding: 20px;
    padding-right: 80px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: flex-end;
}

.column-menu span {
    margin-right: 10px;
}

.column-menu img {
    margin-left: 20px;
}

.rotate-on-hover {
    transition: transform 0.8s ease;
}

.rotate-on-hover:hover {
    transform: rotate(90deg);
}

.menu {
    position: fixed;
    top: 30%;
    left: 40%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    color: #F3F3F3;
    font-family: 'MazdaType-Regular', Arial, sans-serif;
}

.menu h1{
    color: #F3F3F3;
}

.menu.hidden {
    opacity: 0;
    visibility: hidden;
}

div#menu {
    z-index: 9999;
}

#mmc_menu_home {
    cursor: pointer;
}

.verano {
    color: #F2F2F2;
    font-family: 'MazdaType-Regular', Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

span#titulo-pagina{
    color: #F2F2F2;
    font-family: 'MazdaType-Regular', Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.grupo{
    color: #F2F2F2;
    font-family: 'MazdaType-Regular', Arial, sans-serif !important;
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
}

.column img {
    max-width: 100%;
}

.blur {
    filter: blur(11px);
    position: relative; 
    z-index: 1; 
}

.menu {
    filter: none;
}

.section{
    filter: none;
}

#menu-icon{
    cursor: pointer;
}

/* Scroll horizontal menú */

#sectionPin {
    position: absolute;
    /* overflow: hidden; */
    max-width: 100%;
    padding-bottom: 6%;
}

#menu-img {
    display: flex;
    transition: transform 0.3s ease;
}

.pin-wrap img {
    max-width: 222px;
    height: auto;
    margin-right: 9px;
}

#leftArrow, #rightArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

#leftArrow {
    left: 10px;
}

#rightArrow {
    right: 10px;
}

.img {
    margin-right: 25px;
    height: 60vh;
    width: 35vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

div.img span {
    width: 20%;
    color: #fff;
    text-decoration: none !important;
    position: absolute;
    padding: 2%;
    font-size: 20px;
}

div.img h2 {
    bottom: 134px;
    color: #fff;
    text-decoration: none !important;
    position: absolute;
    padding: 2%;
    font-size: 27px;
}


div.img p {
    bottom: -30px;
    color: #fff;
    text-decoration: none !important;
    position: absolute;
    padding: 2%;
    font-size: 37px;
    width: 28%;
}

.mam-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #191919;
    text-align: center;
    color: white;
    line-height: 64px;
}

.column-footer{
    width: 21%;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}

.column-footer a{
    margin-bottom: 0px;
    color: #D4D4D4 !important;
    font-family: 'MazdaType-Regular', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none !important;
}

.site-footer-mazda{
    z-index: 9 !important; 
    position: relative;
}

.button-footer{
    font-family: 'MazdaType', Sans-serif;
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 4em;
    border-radius: 5px 5px 5px 5px;
    padding: 0.5% 2% 0.5% 2%;
}

main#main {
    padding: 5%;
}

nav.navigation.post-navigation svg{
    max-width: 5%;
}

.no-scroll {
    overflow: hidden;
}

body.no-scroll .menu {
    filter: none;
}

.column {
    flex: 1;
}

.verano {
    margin: 0;
}

.column-menu {
    text-align: right; 
}

.rotate-on-hover:hover {
    transform: rotate(90deg); 
}

/* Estilo del gradiente cuando se activa */
.section.gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 2.49%, rgba(0, 0, 0, 0.70) 57.49%);
}

div#container-complete {
    margin-top: -5%;
}

.menu-encabezado{
    font-size: 50px;
    font-weight: 500;
    width: 150%;
    padding-bottom: 5%;
}

#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 8px;
    width: 0%;
    background-color: #851429;
    transition: width 0.3s ease;
    z-index: 99999999;
}

/* Banner Lateral */
#cerrar {
    cursor: pointer;
}

#banner-lateral{
    z-index: 999 !important;
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Swiper */

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper{
    overflow: visible !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 5% !important;
    color: #fff !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    color: #fff !important;
}

#swiper-slides {
    width: 33% !important;
}

.swiper-scrollbar-drag {
    border-radius: 10px;
    height: 100%;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    /* width: 65%; */
}

.swiper-scrollbar-drag {
    background-color: #F3F3F3 !important;
    /* width: 420px; */
}

/* Estilos de Swiper scrollbar */

.swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 4px;
    margin: 10px auto 0; /* Alinear al centro horizontalmente */
    width: 50%; /* Ajustar el ancho inicial */
    transition: width 0.3s; /* Transición suave para cambio de ancho */
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 20% !important;
}

/* End Swiper */

/* Vista Móvil */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
{
    #column-logo{
        display: none !important;
    }
    span#titulo-pagina {
        display: none !important;
    }
    .grupo {
        display: none !important;
    }
    .menu h1 {
        font-size: 20px;
    }
    .column h2{
        text-align: justify;
    }
    .column-menu {
        display: block !important;
        /* text-align: justify; */
    }
    .menu {
        top: 20%;
        padding: 0px !important;
        left: 36% !important;
    }
    #rightArrow {
        right: 30px !important;
    }
    .mam-footer {
        display: block !important;
    }
    .column-footer {
        width: 100% !important;
    }
    #sectionPin {
        position: absolute !important;
        max-width: 144% !important;
        overflow: hidden !important;
        max-height: 50vh !important;
    }

    .swiper-container {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
        max-height: 50vh !important;
    }
    
    #swiper-slides div {
        height: 45vh !important;
        width: 25vh !important;
    }
    
    #swiper-slides {
        width: 35% !important;
        margin-right: 26% !important;
    }
    
    .swiper-button-next, .swiper-rtl .swiper-button-prev,
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        display: none !important;
    }
}

 /* lateral banner */
 @keyframes slideOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



