
.container-1920{
    max-width: 1920px;
    margin: 0px auto;
}

/* ========== Header ======= */

nav{
    border-radius: 0px !important;
}

.navbar{
    background-color: #000000;
    padding: 20px 0px;
    position: sticky;
    margin-bottom: 0px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
}

.navbar .logo-header{
    height: 60px;
}

.navbar .img-powerby{
    width: 60%;
    margin-top: 20px;
}

.navbar .menu {
    padding: 20px 0px 0px 0px;
}

.navbar .menu li{
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px 10px;
}

.navbar .menu li a{
    color: #ffffff;
    font-family: 'Helvetica Roman';
}

.navbar .menu li a:hover{
    color: #FE3601;
    text-decoration: none;
}

.navbar .menu li a:focus{
    color: #FE3601;
    text-decoration: none;
}

.navbar .menu li a:active{
    color: #FE3601;
    text-decoration: none;
}

.menu-mobil i{
    color: #ffffff;
    font-size: 24px;
    margin-top: 10px;
}

@media (max-width: 992px){

    .navbar{
        padding: 15px 0px;
    }

    .navbar .logo-header{
        height: 50px;
    }

}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    text-align: center;
  }


  .sidenav a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .sidenav img{
    width: 35%;
    margin: 50px 0px 50px 0px;
  }


  .sidenav a:hover {
    color: #f1f1f1;
  }


  .sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

/* ========== Section Slide ======= */

.slide-home{
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 240px 170px 0px 170px ;
    margin-top: 0px;
}

.slide-home h1{
    font-family: 'Futura-Light';
    font-size: 54px;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
}

.slide-home .line{
    width: 100px;
    height: 7px;
    background-color: #FE3601;
    margin: 0px 0px 20px 0px;
}

.slide-home h4{
    font-family: 'Helvetica Light';
    font-size: 24px;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
}

.slide-home .img-repro{
    text-align: center;
}

.slide-home .img-player{
    width: 100px;
    cursor: pointer;
}

.slide-home .img-player:hover{
    opacity: .8;
}

@media (max-width: 1130px){

    .slide-home h1{
        font-size: 50px;
        margin: 0px 0px 20px 0px;
    }

    .slide-home .img-player{
        width: 90px;
    }

}

@media (max-width: 992px){

    .slide-home{
        height: 500px;
        padding: 180px 100px 0px 100px;
    }

    .slide-home h1{
        font-size: 36px;
    }

    .slide-home .line{
        width: 70px;
        height: 5px;
        background-color: #FE3601;
        margin: 0px 0px 20px 0px;
    }

    .slide-home h4{
        font-size: 20px;
        margin: 0px 0px 20px 0px;
    }

    .slide-home .img-player{
        width: 70px;
    }

}


@media (max-width: 758px){

    .slide-home{
        height: 480px;
        padding: 150px 60px 0px 60px;
    }

    .slide-home h1{
        font-size: 30px;
    }

    .slide-home h4{
        font-size: 18px;
    }

    .slide-home .img-repro{
        text-align: left;
    }

    .slide-home .img-player{
        width: 50px;
    }

}

@media (max-width: 620px){

    .slide-home{
        height: 480px;
        padding: 150px 45px 0px 45px;
    }

    .slide-home h1{
        font-size: 26px;
    }

    .slide-home h4{
        font-size: 16px;
    }

}

@media (max-width: 556px){

    .slide-home{
        height: 440px;
        padding:250px 10px 0px 10px;
    }

    .slide-home h1{
        font-size: 26px;
        margin: 0px 0px 10px 0px;
    }

    .slide-home .line{
        width: 70px;
        height: 5px;
        background-color: #FE3601;
        margin: 0px 0px 20px 0px;
    }

    .slide-home h4{
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }

    .slide-home .img-player{
        width: 40px;
    }

}

/* ========== Section Orange ======= */

.section-orange{
    background-color: #FE3601;
    padding: 120px 120px 80px 120px;
}

.section-orange .description{
    background-color: #ffffff;
    padding: 20px 80px 20px 20px;
}


.section-orange .description img{
    width: 406px;
    margin: 16px 0px 0px 10px;
}

.section-orange .description .row{
    width: 100%;
}


.section-orange .description h3{
    font-family: 'Helvetica Bold';
    margin: 40px 0px 20px 0px;
    font-size: 24px;
    text-transform: uppercase;
}

.section-orange .description p{
    font-family: 'Futura-Light';
    margin: 0px 0px 20px 0px;
    font-size: 14px;
}

/* FLEXBOX ALIGNMENT: Solo en pantallas grandes (>1158px)
   Alinea imagen y contenido por su base */
@media (min-width: 1158px){

    .section-orange .description{
        display: flex;
        align-items: flex-end;
        gap: 20px;
    }

    .section-orange .description .row{
        display: flex;
        align-items: flex-end;
        width: 100%;
    }

}

@media (max-width: 1570px){

    .section-orange .description{
        padding: 20px 20px 0px 20px;
    }

    .section-orange .description img{
        width: 376px;
        margin: 30px 0px 0px 0px;
    }

    .section-orange .description h3{
        margin: 20px 0px 20px 0px;
        font-size: 20px;
    }

    .section-orange .description p{
        font-family: 'Futura-Light';
        margin: 0px 0px 12px 0px;
    }

}

@media (max-width: 1430px){

    .section-orange .description img{
        width: 394px;
        margin: 16px 0px 0px -15px;
    }

}

@media (max-width: 1260px){

    .section-orange .description img{
        width: 330px;
        margin: 57px 0px 0px -13px;
    }

    .section-orange .description h3{
        margin:10px 0px 10px 0px;
        font-size: 18px;
    }

    .section-orange .description p{
        margin: 0px 0px 10px 0px;
        font-size: 14px;
    }


}

@media (max-width: 1157px){

    .section-orange{
        padding: 120px 40px 80px 40px;
    }

    .section-orange .description{
        padding: 20px 20px 0px 0px;
    }

}

@media (max-width: 992px){

    .section-orange{
        padding: 100px 100px 100px 100px;
    }

    .section-orange .description{
        padding: 30px 30px 0px 30px;
    }

    .section-orange .description img{
        max-width: 350px;
        margin: 20px 0px 0px 0px;
    }

    .section-orange .description h3{
        margin: 20px 0px 20px 0px;
        font-size: 24px;
    }

    .section-orange .description p{
        margin: 0px 0px 14px 0px;
    }

}


@media (max-width: 768px){

    .section-orange{
        padding: 50px 50px 50px 50px;
    }

    .section-orange .description{
        padding: 30px 30px 0px 30px;
    }

    .section-orange .description img{
        max-width: 350px;
        margin: 20px 0px 0px 0px;
    }

    .section-orange .description h3{
        margin: 20px 0px 20px 0px;
        font-size: 24px;
    }

    .section-orange .description p{
        margin: 0px 0px 14px 0px;
    }

}

@media (max-width: 486px){

    .section-orange{
        padding: 30px;
    }

    .section-orange .description{
        padding: 15px 15px 0px 15px;
    }

    .section-orange .description img{
        max-width: 350px;
        margin: 20px 0px 0px 0px;
    }

}

/* ========== Section Sobre ======= */


.section-sobre{
    background-image: url('../images/bg-white.png');
    padding: 160px 0px 30px 0px;
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;

}

.section-sobre h1{
    font-family: 'Futura-Light';
    font-size: 60px;
    margin: 0px 0px 0px 0px;

}

.section-sobre .text{
    background-color: #ffffff;
    padding: 5px 10px 10px 10px;
    width: 400px;
}

.section-sobre .text p{
    font-size: 18px;
    font-family: 'Helvetica Light';
    margin: 0px 0px 20px 0px;
}

.section-sobre  h5{
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Helvetica Roman';
}

@media (max-width: 1216px){

    .section-sobre{
        padding: 130px 0px 30px 0px;
    }

    .section-sobre h1{
        font-size: 50px;

    }

}

@media (max-width: 1080px){

    .section-sobre{
        padding: 120px 0px 30px 0px;
    }

    .section-sobre h1{
        font-size: 44px;

    }

}

@media (max-width: 992px){

    .section-sobre{
        background-image: url('../images/bg-white-mobil.png');
        padding: 100px 0px 30px 0px;
    }

    .section-sobre h1{
        font-size: 44px;
        margin: 0px 0px 30px 0px;
    }

    .section-sobre .text p{
        font-size: 16px;
        font-family: 'Helvetica Light';
        margin: 0px 0px 20px 0px;
    }

}

@media (max-width: 819px){

    .section-sobre{
        padding: 80px 0px 30px 0px;
    }

    .section-sobre h1{
        font-size: 36px;

    }

    .section-sobre .text p{
        font-size: 16px;
        font-family: 'Helvetica Light';
        margin: 0px 0px 20px 0px;
    }

}

@media (max-width: 689px){

    .section-sobre{
        padding: 80px 20px 30px 20px;
    }

    .section-sobre  h5{
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'Helvetica Roman';
    }

}

@media (max-width: 450px){

    .section-sobre{
        padding: 120px 20px 50px 20px;
    }

    .section-sobre .text{
        width: 100%;
    }

}

/* ========== Section Historico ======= */

.section-historico{
    padding: 90px 0px;
}

.section-historico h1{
    font-size: 'Futura-Light';
    font-size: 50px;
    margin: 0px 0px 20px 0px;
}

.section-historico h6{
    font-family: 'Futura-Light';
    font-size: 20px;
    margin: 0px 0px 140px 0px;
}

.section-historico .line{
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #FE3601;
    margin-right: 10px;
}

.section-historico .card-hexan{
    padding: 20px;
    margin-bottom: 30px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.section-historico a{
    color: #000000;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-historico a:hover{
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: .8;
}

.section-historico .align-hexan{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    border: none;
    flex-shrink: 0;
}

.section-historico .card-hexan h2{
    font-family: 'Futura-Light';
    font-size: 26px;
    font-weight: 600;
}


.section-historico .card-hexan h5{
    font-family: 'Helvetica Light';
    font-size: 18px;
    font-weight: 600;
}


.section-historico .card-hexan h4{
    font-family: 'Helvetica Roman';
    font-size: 14px;
    font-weight: 600;
}

/* Hexagon Variables */
:root {
    --hex-width: 150px;
    --hex-ratio: 0.866;
    --hex-gap: 16px;
    --hex-radius: 2px;
    --hex-transition: transform 150ms ease, filter 150ms ease;
}

/* Hex tile */
.hex {
    position: relative;
    width: var(--hex-width);
    height: calc(var(--hex-width) * var(--hex-ratio));
    overflow: hidden;
    flex-shrink: 0;
    -webkit-clip-path: polygon(
        25% 0%,
        75% 0%,
        100% 50%,
        75% 100%,
        25% 100%,
        0% 50%
    );
    clip-path: polygon(
        25% 0%,
        75% 0%,
        100% 50%,
        75% 100%,
        25% 100%,
        0% 50%
    );
    border-radius: var(--hex-radius);
    transition: var(--hex-transition);
    outline: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    background-color: #f6f6f6;
    background-size: cover;
    background-position: center;
    display: block;
}

/* Hover effects */
.hex:hover,
.hex:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.hex:focus-visible {
    box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);
    border-radius: calc(var(--hex-radius) + 1px);
}

/* Respect motion preferences */
@media (prefers-reduced-motion: reduce) {
    .hex {
        transition: none;
    }
}

/* Legacy fallback - keep for backward compatibility */
.hex.hex-gap {
    margin-left: 0;
}

.hex a {
    display: block;
    width: 100%;
    height: 100%;
}

.section-historico .btn-grey{
    background-color: #D8D8D8;
    font-family: 'Helvetica Bold';
    font-size: 16px;
    padding: 15px 50px 10px 50px;
    color: #000000;
    border-radius: 0px;
    margin: 50px 0px 0px 0px;
}

.section-historico .btn-grey:hover{
    background-color: #000000;
    color: #ffffff;
}

.section-historico .col-md-3,
.section-historico .col-sm-6 {
    display: flex;
    flex-direction: column;
}
@media (min-width: 480px) {
    :root { 
        --hex-width: 180px; 
    }
}

@media (min-width: 992px){
    /* Desktop: use flex layout for equal column heights */
    .section-historico .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    
    .section-historico .col-md-3 {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }
    
    .section-historico .card-hexan {
        height: 100%;
    }
    
    .section-historico a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

@media (max-width: 1200px){
    /* Flexbox handles centering automatically */
}

@media (max-width: 992px){
    /* Flexbox handles centering automatically */
}

@media (max-width: 768px){
    .section-historico{
        padding: 90px 50px;
    }

    :root { 
        --hex-width: 140px; 
    }

    .section-historico .card-hexan{
        padding: 15px;
    }

    .section-historico .card-hexan h2{
        font-size: 20px;
    }

    .section-historico .card-hexan h5{
        font-size: 14px;
    }

    .section-historico .card-hexan h4{
        font-size: 12px;
    }
}


@media (max-width: 450px){
    :root { 
        --hex-width: 120px; 
    }

    .section-historico{
        padding: 90px 20px;
    }

    .section-historico h1{
        font-size: 32px;
    }

    .section-historico h6{
        font-family: 'Futura-Light';
        font-size: 16px;
        margin: 0px 0px 70px 0px;
    }

    .section-historico .line{
        width: 30px;
        height: 3px;
        margin-right: 7px;
    }

    .section-historico .card-hexan{
        padding: 10px;
    }

    .section-historico .card-hexan h2{
        font-size: 16px;
    }

    .section-historico .card-hexan h5{
        font-size: 12px;
    }

    .section-historico .card-hexan h4{
        font-size: 10px;
    }
}

/* ========== Footer ======= */

footer{
    padding: 70px 50px;
    background-color: #FE3601;
    color: #ffffff;
}

footer img{
    width: 150px;
}

footer .menu {
    padding-top: 40px;
}

footer .menu li{
    display: inline-block;
    margin: 0px 10px 10px 10px;
}

footer .menu a{
    color: #ffffff;
    font-size: 14px;
    color: #ffffff;
}

footer .img-power{
    margin-top: 30px;
}

@media (max-width: 992px){

    footer{
        padding: 70px 20px;
        background-color: #FE3601;
        color: #ffffff;
    }

    footer img{
        width: 30%;
        margin: 0px 0px 30px;
    }

    footer .menu ul{
        padding: 0px;
    }

    footer .menu li{
        display: list-item;
        list-style: none;
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

}

@media (max-width: 400px){

    footer img{
        width: 40%;
        margin: 0px 0px 30px;
    }

}

.modal {
    border-radius: 0px;
}

.modal a{
    color: #000000;
    opacity: 1;
}

.modal .modal-dialog{
    border-radius: 0px !important;
}

.modal .modal-content{
    border-radius: 0px !important;
    padding: 0px 20px 30px 20px;
}

.modal .content-modal-fama{
    display: flex;
}

.modal .content-modal-fama #video{
    margin: 30px 50px 0px 0px;
}

.modal .content-modal-fama .info-der{
    padding-top: 0px;

}

.modal .content-modal-fama .info-der .jur{
    margin-top: 50px;
    display: flex;
}

.modal .content-modal-fama .info-der .jur .img-person{
    width: 200px;
}

.modal .content-modal-fama .info-der .jur .text{
    margin-left: 30px;
    empty-cells: inherit;
    width: 100%;
}

.modal .content-modal-fama .info-der .jur .text h2{
    font-family: 'Futura-Light';
    font-size: 26px;
    font-weight: 600;
}

.modal .content-modal-fama .info-der .jur .text h5{
    font-family: 'Helvetica Light';
    font-size: 18px;
    font-weight: 600;
}

.modal .content-modal-fama .info-der .jur .text h4{
    font-family: 'Helvetica Roman';
    font-size: 14px;
    font-weight: 600;
}

.modal .content-modal-fama .info-der  p{
    margin-top: 20px;
}

.modal .content-modal-video video{
    width: 100%;
    margin: 20px 0px 0px 0px;
}


@media (max-width: 992px){

    .modal .content-modal-fama{
        display: list-item;
        list-style: none;
    }

    .modal .content-modal-fama video{
        margin: 30px 50px 0px 0px;
        width: 100%;
    }

}




