/* Importación de las Fuentes */
@font-face {
    font-family: "HelveticaNeue";
    font-weight: 500;
    src:
        url("/website_hino/static/src/css/fonts/HelveticaNeue.woff") format("woff"),
        url("/website_hino/static/src/css/fonts/HelveticaNeue.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Light';
    font-weight: 300;
    src:
        url("/website_hino/static/src/css/fonts/helveticaneue-light.woff") format("woff"),
        url("/website_hino/static/src/css/fonts/helveticaneue-light.ttf") format("truetype");
}
/* SLIDER NOSOTROS TAMBOR */

.bg-slide-nosotros{
    height: auto !important;
    margin-bottom: 0;
}

.bg-slide-nosotros > img{
    width: 100%;
}


/* RESPONSIVE SLIDER NOSOTROS TAMBOR */


@media only screen and (max-width: 500px){

    .slider-nosotros-tambor{
        background-image: url(../../../images/nosotros-tambor-movil.png);
        background-position: 50% 30%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 345px !important;
        margin-top: 70px;
    }

    .slider-nosotros-tambor section div .bg-slide-nosotros{
        display: none;
    }
}

@media only screen and (max-width: 400px){
    .slider-nosotros-tambor{
        height: 300px !important;
    }
}

@media only screen and (max-width: 380px){
    .slider-nosotros-tambor{
        height: 270px !important;
    }
}

/* LÍNEA CRONOLÓGICA TAMBOR */

@keyframes moveTimeline {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-75%); 
    }
    100% {
        transform: translateX(0);
    }
}

.timeline-tambor{
    overflow: hidden;
    width: 100%;
}

.timeline-tambor > h3{
    font-family: 'HelveticaNeue';
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 5% 0;
    border-bottom: 1px solid #D8232A;
    padding-bottom: 1%;
}

.timeline{
    width: 100%;
    padding: 0 0 8% 10%;
    animation: moveTimeline 30s infinite linear;
    -webkit-animation: moveTimeline 30s infinite linear;
}

.timeline > hr{
    margin: 0;
    background: #D8232A;
    height: 2px;
    opacity: 1;
    position: absolute;
    top: 310px;
    width: 180%;
}

.timeline .timeline-top,
.timeline .timeline-bottom{
    display: flex;
    flex-wrap: nowrap;
}

.timeline .timeline-top article{
    border-left: 3px solid #D8232A;
    position: relative;
}

.timeline .timeline-top article > p{
    display: flex;
    justify-content: center;
    padding: 1% 0;
    width: 150px;
    border-top-right-radius: 10px;
    background-image: linear-gradient(to right, #D8232A, #b40f25, #8d0e15);
    color: #FFF;
    text-align: center;
}

.timeline .timeline-top article > p > span{
    font-family: 'HelveticaNeue';
    font-size: 20px;
}

.timeline .timeline-top article > div{
    display: flex;
}

.timeline .timeline-top article > div.timeline-punto-top{
    width: 15px;
    height: 15px;
    background: #D8232A;
    position: absolute;
    border-radius: 50%;
    left: -8px;
    bottom: -7px;
}

.timeline .timeline-top article > div figure{
    width: 320px;
}

.timeline .timeline-top article > div figure img{
    width: 100%;
}

.timeline .timeline-top article > div > p{
    font-family: 'Helvetica Neue Light';
    width: 335px;
    margin: 0 5%;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.timeline .timeline-bottom > article{
    display: flex;
    position: relative;
}

.timeline .timeline-bottom > article:last-child{
    margin-left: 15%;
}

.timeline .timeline-bottom > article:not(:first-child){
    flex-direction: row-reverse;
}

.timeline .timeline-bottom > article > p{
    font-family: 'Helvetica Neue Light';
    width: 300px;
    margin: 0 2%;
    font-size: 16px;
    padding-top: 5%;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.timeline .timeline-bottom > article:not(:first-child) > p{
    text-align: right;
    display: flex;
    align-items: center;
}

.timeline .timeline-bottom figure{
    width: 130px;
    margin: 0;
    height: 220px;
    display: flex;
    align-items: center;
}

.timeline .timeline-bottom figure img{
    width: 100%;
    margin-top: 17%;
}


.timeline .timeline-bottom > article > .borde-izquierdo{
    text-align: right;
    border-left: 3px solid #E02413;
}

.timeline .timeline-bottom > article > .borde-izquierdo > .timeline-punto-bottom{
    width: 15px;
    height: 15px;
    background: #D8232A;
    border-radius: 50%;
    position: absolute;
    right: 31.6%;
    top: -6px;
}

.timeline .timeline-bottom > article > .borde-izquierdo > p{
    display: flex;
    justify-content: center;
    width: 150px;
    margin: 0;
    padding: 4% 0;
    border-top-right-radius: 10px;
    background-image: linear-gradient(to right, #D8232A, #b40f25, #8d0e15);
    color: #FFF;
    text-align: center;
}

.timeline .timeline-bottom > article > .borde-izquierdo > p span{
    font-family: 'HelveticaNeue';
    font-size: 20px;
}


.timeline .timeline-bottom > article > .borde-derecho{
    text-align: right;
    border-right: 3px solid #D8232A;
}

.timeline .timeline-bottom > article > .borde-derecho > .timeline-punto-bottom{
    width: 15px;
    height: 15px;
    background: #D8232A;
    border-radius: 50%;
    position: absolute;
    right: 64.9%;
    top: -6px;
}

.timeline .timeline-bottom > article > .borde-derecho > p{
    display: flex;
    justify-content: center;
    width: 150px;
    margin: 0 0 0 auto;
    padding: 4% 0;
    border-top-left-radius: 10px;
    background-image: linear-gradient(to right, #D8232A, #b40f25, #8d0e15);
    color: #FFF;
    text-align: center;
}

.timeline .timeline-bottom > article > .borde-derecho > p span{
    font-family: 'HelveticaNeue';
    font-size: 20px;
}

/* LÍNEA CRONOLÓGICA TAMBOR RESPONSIVE */

@media only screen and (max-width: 1400px){
    @keyframes moveTimeline {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-100%); 
        }
        100% {
            transform: translateX(0);
        }
    }

    .timeline > hr {
        width: 200%;
    }
}

@media only screen and (max-width: 1200px){
    @keyframes moveTimeline {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-120%); 
        }
        100% {
            transform: translateX(0);
        }
    }

    .timeline > hr {
        width: 210%;
    }
}

@media only screen and (max-width: 1100px){
    @keyframes moveTimeline {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-150%); 
        }
        100% {
            transform: translateX(0);
        }
    }

    .timeline > hr {
        width: 250%;
    }

    .timeline-tambor > h3{
        font-size: 30px;
    }
}

@media only screen and (max-width: 950px){
    @keyframes moveTimeline {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-180%); 
        }
        100% {
            transform: translateX(0);
        }
    }

    .timeline > hr {
        width: 280%;
    }
}

@media only screen and (max-width: 900px){
    @keyframes moveTimeline {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-200%); 
        }
        100% {
            transform: translateX(0);
        }
    }

    .timeline > hr {
        width: 300%;
    }
}

@media only screen and (max-width: 800px){
    @keyframes moveTimeline {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-240%); 
        }
        100% {
            transform: translateX(0);
        }
    }

    .timeline > hr {
        width: 330%;
    }

    .timeline-tambor > h3{
        font-size: 25px;
    }

    .timeline-tambor .timeline-bottom > article:last-child{
        margin-left: 40%;
    }
}

@media only screen and (max-width: 700px){
    @keyframes moveTimeline {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-290%); 
        }
        100% {
            transform: translateX(0);
        }
    }

    .timeline > hr {
        width: 380%;
    }

    .timeline-tambor > h3{
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px){
    .timeline-tambor{
        display: none;
    }

    .logo-gcp{
        width: 160px !important;
        margin: 10% 10% 5% 0 !important;
    }
}

@media only screen and (max-width: 600px){

    .logo-gcp{
        width: 130px !important;
    }
}

/* TAMBOR DATOS */

.nosotros-tambor_datos{
    background-color: #E8E8E8;
    height: 400px;
}

.nosotros-tambor_datos > div{
    width: 80%;
    height: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
}

.nosotros-tambor_datos > div article{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 206px;
}

.nosotros-tambor_datos > div article > div{
    font-family: 'HelveticaNeue';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nosotros-tambor_datos > div article > figure{
    width: 60px;
    height: 60px;
    margin: 0;
    margin-bottom: 18px;
}

.nosotros-tambor_datos > div article:first-child > figure{
    width: 80px;
}

.nosotros-tambor_datos > div article > figure > img{
    width: 100%;
    height: 100%;
} 

.nosotros-tambor_datos article span{
    font-size: 20px;
    font-weight: 600;
}

.nosotros-tambor_datos article .datos-numeros{
    font-size: 20px;
    font-weight: 600;
}

/* RESPONSIVE TAMBOR DATOS */

@media only screen and (max-width: 1300px){
    .nosotros-tambor_datos > div{
        max-width: 1000px;
        width: 100%;
    }
}

@media only screen and (max-width: 1100px){
    .nosotros-tambor_datos > div{
        max-width: 900px;
    }

    .nosotros-tambor_datos > div article > figure {
        width: 50px;
        height: 50px;
    }

    .nosotros-tambor_datos > div article:first-child > figure {
        width: 65px;
    }

    .nosotros-tambor_datos article span {
        font-size: 18px !important;
        text-align: center;
    }

    .nosotros-tambor_datos > div article:last-child{
        width: 135px !important;
    }
}

@media only screen and (max-width: 1000px){
    .nosotros-tambor_datos > div {
        max-width: 800px;
    }

    .nosotros-tambor_datos > div article {
        height: 40%;
    }
}

@media only screen and (max-width: 900px){
    .nosotros-tambor_datos > div {
        max-width: 90%;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 800px){
    .nosotros-tambor_datos article span {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 767.98px){

    .nosotros-tambor_datos {
        height: 350px !important;
    }
    
}

@media only screen and (max-width: 600px){

    .nosotros-tambor_datos {
        height: auto !important;
        padding: 8% 0;
    }
    
    .nosotros-tambor_datos > div {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        padding-left: 9%;
    }

    .nosotros-tambor_datos > div article {
        width: 47%;
        flex-direction: row;
        justify-content: left;
        gap: 5%;
        align-items: center;
    }

    .nosotros-tambor_datos article > div {
        align-items: start;
    }

    .nosotros-tambor_datos > div article > figure{
        margin-bottom: 0;
    }

    .nosotros-tambor_datos > div article:first-child > figure {
        width: 50px;
        height: 40px;
    }

    .nosotros-tambor_datos > div article:last-child {
        width: 48% !important;
    }

}

@media only screen and (max-width: 500px){
    .nosotros-tambor_datos > div {
        padding-left: 6%;
    }

    .nosotros-tambor_datos article span {
        font-size: 14px !important;
    }

    .nosotros-tambor_datos > div article {
        width: 45% !important;
    }

    .nosotros-tambor_datos > div article:last-child {
        width: 45% !important;
    }

    .nosotros-tambor_datos > div article > figure {
        width: 40px;
        height: 40px;
    }

    .nosotros-tambor_datos > div article:first-child > figure {
        width: 40px;
        height: 35px;
    }
}

@media only screen and (max-width: 450px){
    .nosotros-tambor_datos > div {
        padding-left: 4%;
    }

}

@media only screen and (max-width: 400px){
    .nosotros-tambor_datos > div {
        padding-left: 5%;
    }

    .nosotros-tambor_datos article span {
        font-size: 12px !important;
    }

    .nosotros-tambor_datos > div article {
        width: 45%;
    }

    .nosotros-tambor_datos > div article > figure {
        width: 35px;
        height: 35px;
    }

    .nosotros-tambor_datos > div article:first-child > figure {
        width: 35px;
        height: auto;
    }
}

/*----- LÍNEA CRONOLÓGICA TAMBOR RESPONSIVE -----*/

.timeline-tambor-responsive{
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.timeline-tambor-responsive > h3{
    font-family: 'HelveticaNeue';
    text-align: center;
    font-size: 20px;
    width: 100%;
    text-transform: uppercase;
    margin: 5% 0 15% 0;
}

.timeline-tambor-responsive .timeline-responsive{
    max-width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.timeline-tambor-responsive .timeline-responsive > article{
    display: flex;
    justify-content: space-between;
}

.timeline-tambor-responsive .timeline-responsive > article figure{
    margin: 0;
    width: 100%;
}

.timeline-tambor-responsive .timeline-responsive > article figure img{
    width: 100%;
}

.timeline-tambor-responsive .timeline-responsive > article > .parrafo{
    width: 50%;
    font-size: 14px;
    display: flex;
    gap: 2%;
}

.timeline-tambor-responsive .timeline-responsive > article.foto-derecha > .parrafo{
    flex-direction: row-reverse;
}

.timeline-tambor-responsive .timeline-responsive > article.foto-derecha > .parrafo > p{
    text-align: right;
}

.timeline-tambor-responsive .timeline-responsive > article > .parrafo > div{
    width: 18%;
    height: 2px;
    background-color: #8D0007;
    margin-top: 12px;
}

.timeline-tambor-responsive .timeline-responsive > article > .parrafo > p{
    font-family: 'Helvetica Neue Light';
    width: 80%;
    line-height: 18px;
}

.timeline-tambor-responsive .timeline-responsive > article > .foto{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 16px;
}

.timeline-tambor-responsive .timeline-responsive > article > .foto > p{
    font-family: 'HelveticaNeue';
    width: 45%;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    background-image: linear-gradient(to right, #D8232A, #BF001B, #8D0007);
    color: #FFF;
    font-size: 15px;
    padding: 1% 0;
    margin: 0;
}

.timeline-tambor-responsive .timeline-responsive > article.foto-derecha > .foto{
    align-items: flex-start;
}

.timeline-tambor-responsive .timeline-responsive > article.foto-derecha > .foto > p{
    background-image: linear-gradient(to left, #D8232A, #BF001B, #8D0007);
    border-radius: 0px 5px 5px 0px;
}

.timeline-tambor-responsive .linea-responsive{
    position: absolute;
    width: 2px;
    height: 97%;
    background: #8D0007;
    top: 85px;
}

.timeline-tambor-responsive .linea-responsive > div{
    width: 10px;
    height: 10px;
    background: #8D0007;
    bottom: 0;
    position: absolute;
    border-radius: 30px;
    left: -3.7px;
}


/*----- RESPONSIVE -----*/

@media only screen and (max-width: 600px){
    .timeline-tambor-responsive{
        display: flex;
        margin-bottom: 10%;
    }

    .timeline-tambor-responsive .timeline-responsive > article:last-child{
        margin-bottom: 10%;
    }

    .nosotros-tambor_datos > div article > div{
        align-items: flex-start;
    }
}

@media only screen and (max-width: 500px){

    .timeline-tambor-responsive .timeline-responsive {
        gap: 35px;
    }

    .timeline-tambor-responsive .parrafo > p{
        font-size: 12px;
        line-height: 14px !important;
    }
}

@media only screen and (max-width: 400px){

    .timeline-tambor-responsive > h3{
        margin-top: 8%;
    }

    .timeline-tambor-responsive .parrafo > p{
        font-size: 10px;
        line-height: 12px !important;
    }

    .timeline-tambor-responsive .linea-responsive{
        height: 96%;
    }
}