/* elemenst gral */

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

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

@font-face {
    font-family: "Roboto-Regular";
    src: url('../fonts/Roboto-Regular.ttf');
}

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



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

.fondoNegro {
    background-color: #000000;
    width: 100%;
}

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

@media (max-width: 768px) {
    .contenedor {
        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: "Roboto-Bold";
    font-size: 20px;
    color: #fff;
}

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

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

p {
    font-family: "Roboto-Light";
    font-weight: 100;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.5;
}

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

a {
    color: #fff;
    text-decoration: none;
}

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

span {
    font-family: "Roboto-Bold";
    font-weight: 500;
    color: #f68e01;
}

p.capital-letter:first-letter {
    float: left;
    font-size: 85px;
    line-height: 81px;
    margin-right: 5px;
    font-family: "Roboto-bold";
    font-weight: 500;
}

mark {
    background-color: #f68e01;
    color: #fff;
}

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

.marginBottom {
    margin-bottom: 40px;
}

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

.paddingTop {
    padding-top: 40px;
}

.paddingBottom {
    padding-bottom: 40px;
}

.paddingLados {
    padding: 0 100px;
}

.paddingArribaAbajo {
    padding: 30px 0;
}

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

.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;
    background-color: #f68e01;
    padding-left: 100px;
}

.destacadoTop h1 {
    font-size: 38px;
    margin: 0px;
    border-left: 4px solid #fff;
    padding-left: 20px;
}

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

.fondoazul {
    
}

#section-2{
    background-image: url(../img/fondoda.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    padding: 50px 0;
}

#section-2 .fondoazul h1::after{
    display: none;
}

@media (max-width: 768px) {
    #section-2{
        padding: 0px 0 20px;
        background-image: none;
        background-color: #f68e01;
    }

    #section-2 .columna50{
        margin-top: 20px;
    }

    h1.tituloNuevo{
        margin-top: 0;
    }
}

#section-4{
    background-image: url(../img/fondoiz.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    padding: 50px 0 80px;
}

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

    #section-4 .fondoazul h1::after{
        left: 20px;
    }
}

#section-3 {
    padding: 50px 0 80px;
}

#section-3 p {
    margin-bottom: 50px;
}

h1.tituloNuevo{
    font-size: 30px;
    color: #f68e01;
    margin-bottom: 20px;
}

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

#section-5{
    padding: 50px 0;
}

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

#section-6{
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#section-6 .contenedor{
    position: absolute;
}

#section-6 h1 {
    font-size: 38px;
    text-align: center;
    color: #f68e01;
    margin-bottom: 30px;
}

#section-6 p {
    font-family: 'Roboto-Bold';
    font-size: 20px;  
}


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

    #section-6 .contenedor{
        position: relative;
    }

    #section-6 h1 {
        font-size: 28px;
        margin-top: 50px;
    }
}

#section-7{
    padding: 50px 0;
}

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

#section-8{
    background-image: url(../img/fondoda.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    padding: 50px 0 80px;
}

@media (max-width: 768px) {
    #section-8{
        padding: 0px 0 50px;
        background-image: none;
        background-color: #f68e01;
    }

    #section-8 .columna50{
        margin-top: 20px;
    }

    #section-8 .fondoazul h1::after {
        left: 20px;
    }
}

#section-9{
    padding: 50px 0;
}

@media (max-width: 768px) {
    #section-9{
        padding: 20px;
    }
}

.imgfull {
    width: 100%;
}

.fondoazul h1,
.fondonaverde h1 {
    font-family: "Roboto-Bold";
    font-size: 30px;
    margin: 0;
}

.fondoazul h1::after{
    content: '';
    width: 270px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: -25px;
    left: 100px;
}

.fondoazul p,
.fondonaceleste p {
    font-size: 28px;
    text-align: right;
    font-weight: bold;
}

.fondonaverde p {
    font-family: "din_light";
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .fondoazul,
    .fondonaceleste {
        padding: 40px 0 20px;
    }
    .fondoazul p,
    .fondonaceleste p {
        text-align: left;
    }

    .fondoazul h1,
    .fondonaverde h1 {
        font-size: 22px;
    }
}

.lineaHorizontalSup {
    width: 330px;
    margin: 20px 0;
}

.lineaHorizontalSup img,
.lineaHorizontalInf img {
    width: 100%;
    height: 4px;
}

.lineaHorizontalInf {
    width: 130px;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .lineaHorizontalSup,
    .lineaHorizontalInf {
        width: 100%;
    }
}

.contenedorVideo {
    width: 100%;
    margin: 40px 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 40px;
}

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

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

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

.infoFondoTexto {
    position: absolute;
}

.marginTop{
    margin-top: 50px;
}

@media (max-width: 768px) {
    .fondoTexto {
        position: relative;
        display: block;
    }
    .fondoTexto img {
        display: none;
    }
    .infoFondoTexto {
        position: relative;
    }
    .marginTopNeg {
        margin-top: -50px;
    }

    .marginTop{
        margin-top: 0px;
    }
}

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

.fondogris{
    background-color: #585757;
    padding: 30px 50px;
}


/* 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;
    }
}