/* elemenst gral */

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

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

@font-face {
    font-family: "DSAutomobiles-LightItalic";
    src: url('../fonts/DSAutomobiles-LightItalic.otf');
}

@font-face {
    font-family: "DSAutomobiles-Bold";
    src: url('../fonts/DSAutomobiles-Bold.otf');
}

@font-face {
    font-family: "DSAutomobiles-Extrabold";
    src: url('../fonts/DSAutomobiles-Extrabold.otf');
}

@font-face {
    font-family: "DSAutomobiles-ExtraboldItalic";
    src: url('../fonts/DSAutomobiles-ExtraboldItalic.otf');
}

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

section {
    position: relative;
    margin-bottom: 50px;
}

.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;
}

@media (max-width: 768px) {
    .contenedor {
        padding: 0 20px;
    }
}

h1 {
    font-family: "DSAutomobiles-Bold";
    font-size: 24px;
}

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

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

p {
    font-family: "DSAutomobiles-Light";
    color: #000;
    font-size: 20px;
    line-height: 1.5;
}

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

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

span {
    font-family: "DSAutomobiles-Bold";
}

span.italic{
    font-family: "DSAutomobiles-LightItalic";
}

.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;
    }
}

.marginBottom{
    margin-bottom: 40px;
}

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

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

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

.columna60{
    width: calc(60% - 10px);
    padding-left: 40px;
    padding-right: 30px;
}

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

.columna40{
    width: calc(40% - 10px);
    padding-left: 40px;
}

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

@media (max-width: 768px) {
    .columnas{
        flex-flow: column;
    }
    .columna60,
    .columna50,
    .columna40,
    .columna25{
        width: 100%;
    }

    .columna25{
        margin-bottom: 20px;
    }

    .columna60{
        padding-left: 0px;
        padding-right: 0px;
    }
    .columna40{
        padding-left: 0px;
    }

    .marginBottomMobile{
        margin-bottom: 40px;
    }
}

.destacadoTop p{
    font-size: 24px;
    color: #ba1652;
    text-transform: uppercase;
}

.destacadoFuxia{
    background-color: #bb1453;
    padding: 40px 0;
}

.destacadoFuxia h1{
    font-family: "DSAutomobiles-Extrabold";
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 130px;
    line-height: 30px;
}

img.lineaBlanca{
    text-align: center;
    width: 100px;
}

.destacadoBottom h1{
    font-family: "DSAutomobiles-Extrabold";
    color: #bb1453;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 130px;
    line-height: 30px;
}

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

    .destacadoFuxia h1,
    .destacadoBottom h1{
        font-size: 20px;
        padding: 0;
    }
}

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

.contenidoInfografia{
    position: absolute;
}

.contenidoInfografia h1,
.contenidoInfografia p{
    color: #fff;
}

img.circuloTextosInfografia{
    width: 90%;
    margin-top: 50px;
}

@media (max-width: 768px) {
    img.circuloTextosInfografia{
        width: 90%;
        margin-top: auto;
    }
}

.logoMarca {
    height: auto;
    margin-top: 50px;
    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 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;
    }
}