/* elemenst gral */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "Nissan-Brand-Light";
    src: url('../fonts/Nissan-Brand-Light.otf');
}

@font-face {
    font-family: "Nissan-Brand-Regular";
    src: url('../fonts/Nissan-Brand-Regular.otf');
}

body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    font-family: "ProximaNova-Regular";
    font-style: normal;
}

.fondoRojo {
    background-color: #c80031;
    width: 100%;
    padding: 40px 0;
}

.fondoRojo h1 {
    font-family: "Nissan-Brand-Regular";
    font-size: 24px;
}

section {
    position: relative;
}

@media (max-width: 768px) {
    section {
        padding-bottom: 0px;
    }
}

.logoFlotante {
    position: fixed;
    top: 24px;
    width: 156px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: var(--static-shadow);
    transition: all 0.1s cubic-bezier(.25, .8, .25, 1);
    padding: 12px 12px 6px 12px;
    overflow: hidden;
    background-color: #fff;
    z-index: 99999999;
}

.logoFlotante img {
    width: 100%;
    height: auto;
    max-height: 24px;
}

@media (max-width: 768px) {
    .logoFlotante {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 8px;
        box-shadow: var(--static-shadow);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
}

.contenedor {
    position: relative;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.contenedorTop {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .contenedor,
    .contenedorTop {
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }
}

.contenedorRight {
    position: relative;
    width: 85%;
    margin-left: 15%;
}

@media (max-width: 768px) {
    .contenedorRight {
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }
}

h1 {
    font-family: "Nissan-Brand-Light";
    font-size: 20px;
    color: #fff;
}

h1.tituloColumnas {
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 768px) {
    h1 {
        font-size: 20px;
    }
}

p {
    font-family: "Nissan-Brand-Light";
    color: #8a9091;
    font-size: 20px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    p {
        font-size: 18px !important;
    }
}

a {
    color: #fff;
}

img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

span {
    font-family: "Nissan-Brand-Regular";
    color: #c80031;
}

mark {
    background-color: #f0de48;
}

.margin .desk {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 768px) {
    .mobile {
        display: block;
    }
    .desk {
        display: none !important;
    }
}

.flexBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .flexBox {
        flex-flow: column;
        margin-left: 0px !important;
    }
    .marginNegativoMobile {
        margin-top: -20px;
    }
}

.marginBottom {
    margin-bottom: 40px;
}

.paddingTop {
    padding-top: 40px;
}

.paddingBottom {
    padding-bottom: 40px;
}

.paddingLados {
    padding: 0 100px;
}

.paddingArribaAbajo {
    padding: 30px 0;
}

@media (max-width: 768px) {
    .paddingLados {
        padding: 0;
    }
    .marginTopMovile {
        margin-top: 20px;
    }
    .marginBottomMovile {
        margin-bottom: 20px;
    }
}

.hero {
    position: relative;
    width: 100%;
    height: auto;
}

.img-hero {
    display: flex;
    justify-content: center;
}

.columnas {
    display: flex;
    justify-content: space-between;
}

.columna70 {
    width: calc(70% - 20px);
}

.columna66 {
    width: calc(66% - 20px);
}

.columna60 {
    width: calc(60% - 20px);
}

.columna50 {
    width: calc(50% - 20px);
}

.columna40 {
    width: calc(40% - 20px);
}

.columna33 {
    width: calc(33% - 20px);
}

.columna30 {
    width: calc(30% - 20px);
}

.columna25 {
    width: calc(25% - 20px);
}

@media (max-width: 768px) {
    .columnas {
        flex-flow: column;
        z-index: 9999999;
    }
    .columna70,
    .columna60,
    .columna66,
    .columna50,
    .columna40,
    .columna33,
    .columna30,
    .columna25 {
        width: 100%;
        margin-top: -20px;
    }
    .marginBottomMobile {
        margin-bottom: 40px;
    }
    .marginMenos20Mobile {
        margin-top: -20px;
    }
}

.destacadoTop {
    padding: 30px 0;
    background-color: #111929;
    /* padding-left: 100px; */
}

.destacadoTop h1 {
    font-size: 55px;
    margin: 0px;
    line-height: 1.2;
    /* padding-left: 100px; */
}

.destacadoTopRojo {
    padding: 40px 0;
    position: relative;
    /* padding-left: 100px; */
}

@media (max-width: 768px) {
    .destacadoTopRojo {
        padding: 0;
        margin-bottom: -40px;
    }
}

img.deco1 {
    position: absolute;
    width: 35px;
    top: 0;
    left: -50px;
}

img.deco3 {
    position: absolute;
    width: 60px;
    top: 30px;
    left: -80px;
}

.destacadoTopRojo p {
    font-family: "Nissan-Brand-Regular";
    font-size: 24px;
    color: #c80031;
    margin: 0px;
    /* padding-left: 100px; */
}

@media (max-width: 768px) {
    .destacadoTop h1 {
        font-size: 20px;
    }
}

.fondomarron {
    background-color: #71add9;
    padding: 30px 0;
}

.fondoAmarillo {
    background-color: #fdb93d;
    padding: 30px 0;
}

@media (max-width: 768px) {
    .fondomarron,
    .fondoAmarillo {
        padding: 30px 0;
    }
    .fondomarron p,
    .fondoAmarillo p {
        text-align: left;
    }
}

.fondoColSuperior {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 768px) {
    /* .fondoColSuperior {
        flex-flow: column;
        background-color: #eedf46;
        padding-top: 20px;
    }
    .fondoColSuperior img {
        display: none;
    }
     */
    .fondoColSuperior .contenedor {
        padding: 40px 0;
    }
}

.contenedorVideo {
    width: 100%;
    padding: 30px 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: auto;
}

.fondoimgtxt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fondoimgtxt .contenedor {
    position: absolute;
}

.fondoimgtxt .contenedor h1 {
    font-size: 40px;
    font-family: "Nissan-Brand-Light";
    text-transform: uppercase;
}

.fondoimgtxt .contenedor p {
    font-size: 20px;
    font-family: "Nissan-Brand-Light";
    color: #fff;
}


.imgFllia {
    margin: 30px 0;
}

@media (max-width: 768px) {
    .imgFllia {
        margin: 0;
    }

    .fondoimgtxt{
        flex-flow: column;
    }

    .fondoimgtxt .contenedor {
        position: relative;
    }

    .fondoimgtxt .contenedor h1 {
        font-size: 24px;
        color: #000;
    }
    
    .fondoimgtxt .contenedor p {
        font-size: 20px;
        color: #000;
    }
}

.imgFixed {
    height: 100vh;
    background-image: url(../img/img-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.imgFixed1 {
    height: 100vh;
    background-image: url(../img/img-5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .imgFixed,
    .imgFixed1,
    .imgFlotante {
        display: none
    }
}

.logoMarca {
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding: 7px 40px;
    /*background-color: rgba(0, 0, 0, .1);*/
}

.logoMarca img {
    width: 400px;
    height: auto;
}

@media (max-width: 768px) {
    .logoMarca {
        margin-top: 20px;
    }
    .logoMarca img {
        width: 200px;
    }
}


/* footer-bottom */

.footer-bottom {
    width: 100%;
    padding: 12px 0;
}

.footer-bottom .footer-copyright {
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

@media (max-width: 768px) {
    .footer-bottom .footer-copyright {
        font-size: 9px;
    }
}