body,
html {
    overflow-x: hidden;
}

#hero {
    align-items: center;
    align-content: center;
    background-color: black;
    background-image: url('/images/cultura/fondo.jpg');
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover;
    color: white;
    height: 100vh;
    display: flex;
    overflow: hidden;
    padding: 10px 10px;
}

.montana {
    position: absolute;
    z-index: 5;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
}

.contender-parallax {
    height: 100vh;
}

.titulo-parallax {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: baseline;
}

.center-start {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: start;
}

.titulo-parallax h1 {
    font-size: 160px;
    font-weight: bold;
    color: white;
}

.titulo-parallax h2 {
    font-size: 40px;
    font-weight: normal;
    color: white;
    letter-spacing: 2px;
    line-height: 40px;
}

.atras {
    z-index: 2;
}

.delante {
    z-index: 9;
}


.hero-cont {
    color: black;
}



#manifiesto {
    background-color: #000000;
    position: relative;
    z-index: 6;
    padding: 40px 0;
}

#manifiesto .firma {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 6%;
}

#manifiesto .firma h2 {
    font-size: 18vw;
    font-weight: 800;
    color: #FFFFFF;
}

#manifiesto .firma h2 span {
    background: url('/images/cultura/Team_mck%402x.png') no-repeat top center;
    background-size: contain;
    display: block;
    font-size: 9vw;
    height: 0;
    padding-top: 4em;
    overflow: hidden;
}

/* #manifiesto .texto-manifiesto {
    background: url("/images/cultura/manifiesto-{{ locale() }}.png") no-repeat top center;
    background-size: contain;
    color: white;
    height: 0;
    padding-top: 100vw;
    overflow: hidden;
} */

.firma {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 6%;
}

.firma p {
    font-size: 90px;
    font-weight: 800;
    color: #FFFFFF;
}


#board {

    padding: 80px 20px;
    background: rgba(124, 73, 219, 1);
    background: -moz-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(124, 73, 219, 1)), color-stop(100%, rgba(73, 136, 233, 1)));
    background: -webkit-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -o-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -ms-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: linear-gradient(to right, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
}


.board-titles h2 {
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 50px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 10px;
}

.board-titles p {
    font-size: 43px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: right;

}

#leads {
    padding: 80px 20px;
    background: rgba(0, 0, 0, 1);
}

.team {
    margin-top: 24px;
}

.team-img {
    background-size: cover !important;
    height: 400px;
    background-position: center !important;
    position: relative;
}

.head-img {
    background-size: cover !important;
    height: 450px;
    background-position: center top !important;
    position: relative;
}

.lead-img {
    background-size: cover !important;
    height: 360px;
    background-position: center top !important;
    position: relative;
}

@media screen and (max-width: 576px) {
    .lead-img {
        height: 360px;
    }
}

@media screen and (max-width: 768px) {
    .lead-img {
        height: 650px;
    }
}

@media screen and (max-width: 1024px) {
    .lead-img {
        height: 300px;
    }
}

@media screen and (max-width: 1400px) {
    .lead-img {
        height: 360px;
    }
}

@media screen and (min-width: 1400px) {
    .lead-img {
        height: 420px;
    }
}

.video-cultura {
    z-index: 1;
    margin: -80px;
}

.nombre {
    padding: 20px;
    bottom: 0;
    color: #FFFFFF;
    z-index: 9;
}

.nombre p {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.nombre .puesto {
    margin-bottom: 5px;
    font-weight: lighter;
    font-size: 11px;
    letter-spacing: 2px;
}

.team-title {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    z-index: 3;
    margin: 90px auto 10px auto;
}


#team {
    padding: 0 0 90px;
    background-color: #f4f4f4;
}

.escribir {
    display: flex;
    flex-wrap: nowrap;
}

.experto {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    padding-right: 10px;
}

.creando {
    font-size: 48px;
    line-height: 60px;
    font-weight: lighter;

    padding-left: 10px;
}

.borde-m {
    border-left: 2px solid #9422bd;
}

.img-team-desborde {
    margin-left: 80px;
}

#photos {
    background-color: #030303;
    color: white;
    padding: 120px;
}

.owl-theme .owl-dots .owl-dot span {
    overflow: hidden;
    text-indent: -99999px;
}

.photo {
    padding: 5px;
}

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

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media (min-width: 768px) {
    #manifiesto .firma h2 {
        font-size: 80px;
    }

    #manifiesto .firma h2 span {
        background-position: left;
        padding-top: 1em;
    }

    #manifiesto .texto-manifiesto {
        padding-top: 68vw;
    }
}


@media only screen and (max-width: 900px) {

    .montana {
        display: none;
    }

    #hero {
        background-image: url('/images/cultura/banner_cultura_mob.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: right;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .titulo-parallax h1 {
        font-size: 4em;
        font-weight: bold;
        margin-top: 41%;
    }

    .board-titles p {
        font-size: 20px;
    }

    .firma p {
        font-size: 65px;
    }



    .img-team-desborde {
        margin-left: 0;
    }

    #photos {
        padding: 120px 30px;
    }

    .experto {
        font-size: 50px;
    }

    .video-cultura {

        margin-top: -20px;
    }

    .creado {
        text-align: center;
    }
}
