
body {
    margin: 0;
    padding: 0;
    color: white;
    width: 100%;
    background-color: #2c2c2c;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: white;
}

header {
    display: flex;
    align-items: center;
    background-color: #333333;
    width: 100%;
    margin: 0;
    padding: 1% 0;
    justify-content: center;
}

header .logo {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.menu-mobile {
    display: none;
}

.nav-menu-header {
    flex-grow: 1;
    margin: 0;
}

.nav-menu-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.nav-menu-header ul li {
    list-style-type:none;

}

.nav-menu-header ul li a {
    flex-grow: 1;
    height: 100%;
}

.nav-menu-header ul li a:hover {
    color: #ff5e27;
}

.social-link-header {
    flex-grow: 1;
    justify-content: center;
    display: flex;
    gap: 5%;
}

.social-link-header a span i {
    font-size: 35px;
    color: #ff5e27;
}



.main .title-bar {
    display: flex;
    justify-content: start;
    gap: 5%;
    background-color: #ff5e27;
    width: 75%;
    margin: auto;
    align-items: center;
    margin-top: 3%;
    padding: 1% 2%;
}

.main .title-bar .first-title {
    line-height: 0.4;
}

.main .title-bar .first-title-number {
    font-size: 30px;
}

.main .title-bar .first-title-number span {
    font-weight: bold;
}

.main .title-bar .second-title span {
    font-weight: bold;
    font-size: 30px;
}

.main .title-bar .second-title {
    font-size: 35px;
}


.buttons-videos-main {
    display: flex;
    font-size: 200px;
    justify-content: space-around;
    padding: 5% 0;
    height:500px;
    align-items: center;
    background-image: url('../resource/ResBackground.png');
}

.buttons-main {
    display: flex;
    flex-direction: column;
    gap: 10%;
    justify-content: center;
}

.buttons-main a {
    background-color: #ff5e27;
    border: 2px solid white;
    padding: 10% 60%;
    margin-top: 30%;
    width: 100%;
    text-align: center;
    font-size:30px;
    border-radius: 50px;
    font-weight: bold;
}

.buttons-main a:hover {
    background-color: black;
}

.video-main {
    width: 40%;
    height: 100%;
}
.html5-video-container video{
    width: 100%;
    height: 100%;
    position: absolute;
}
.html5-main-video{
    width: 100%;
    height: 100%;
}
.featured-videos {
    padding: 4% 2% 0% 2%;
}

.featured-videos .title-featured {
    display: flex;
    align-items: center;
    gap: 2%;
}

.featured-videos .title-featured h1 {
    color: #ff5e27;
}

.videos-featured {
    display: flex;
    justify-content: center;
    gap: 2%;
}
.video-content{
    width: 100%;
}
.video-frame{
    width: 100%;
}

.icon-text {
    display: flex;
    gap: 5%;
}

.icon-text p {
    color: #ff5e27;
    font-size: 25px;
}



.footer {
    background-color: black;
    padding: 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    padding-bottom: 3%;
    font-size: 20px;
}

.footer .logo-footer {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.nav-menu-footer {
    flex-grow: 1;
    align-items: center;
}
a span{
    display: flex;
    justify-content: center;
}
.social-links-footer {
    flex-grow: 1;
    gap: 5%;
}

.social-links-footer a span i {
    font-size: 35px;
    color: #ff5e27;
}

.nav-menu-footer ul {
    display: flex;
    justify-content:center;
    gap: 5%;
}

.nav-menu-footer ul li {
    list-style-type: none;
}

.nav-menu-footer ul li a:hover {
    color: #ff5e27;
}


.footerText {
    text-align: center;
}

.footerText a {
    color: #ff5e27;
}


@media (max-width: 1140px) {
    .main .title-bar {
        margin-top: 10%;
    }

    .buttons-videos-main {
        display: flex;
        color: white;
        padding: 0;
        width: 100%;
        flex-direction: column;
    }

    .buttons-main {
        flex-direction: row;
        gap: 2%;
        padding: 0;
        margin: 6% 8% 4% 8%;
    }

    .buttons-main a {
        padding: 2% 1% 2% 1%;
    }

    .video-main {
        width: 100%;
        padding: 2% 3% 3% 3%;
    }
}

@media (max-width: 1706px){
    .video-main{
        height: 50%;
    }
}

@media (max-width: 704px) {
    .logo {
        margin-left: 20%;
    }

    .menu-mobile {
        display:block;
        margin-left: 5%;
        font-size: 30px;
        cursor: pointer;
    }

    .menu-mobile:active {
        color: #ff5e27;
    }

    .nav-menu-header ul {
        flex-direction: column;
        position: absolute;
        margin-top: 6%;
        background-color: #000000;
        left: 0;
        right: 0;
        width: 100%;
        padding: 10%;
        display: none;
        justify-content: start;
        z-index: 1000;
    }

    .nav-menu-header ul li {
        padding: 5%;
    }

    .social-links-footer a span i {
        font-size: 35px;
        color: #ff5e27;
    }


    .main .title-bar {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main .title-bar .first-title {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        gap: 10px;
    }

    .main .title-bar .second-title {
        text-align: center;
    }

    .buttons-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .buttons-main a {
        padding: 10% 20% 10% 20%;
        font-size: 20px;

    }

    .featured-videos{
        padding: 10% 5% 5% 5%;
    }
    .videos-featured{
        flex-direction: column;
        justify-content: center;
    }
    .icon-text{
        padding-bottom: 50px;
    }
    .icon-text p{
        font-size: 20px;

    }

    footer {
        padding-top: 35px;
    }

    footer p {
        padding: 0 10% 0 10%;
        font-size: 15px;
    }

    .footer {
        display: block;
        padding: 10% 0 7% 0;
    }

    .footer .menu {
        flex-direction: column;
        align-items: center;
    }

    .footer .menu li {
        padding: 0 0 15px 0;
    }

    .nav-menu-footer {
        align-items: center;
    }
    #menu-lista-footer{
        padding: 0;
    }

    nav-menu-footer ul {
        justify-content: start;
        align-items: center;
    }

}






/* Producers Corners*/

.main-container-producers-corner{
    width: 70%;
    margin: 1% auto 3% auto;
}
.container-producers-corner{
    background-color: #1f1f1f;
    width: 100%;
    margin-top: 3%;
    padding: 3% 2% 3% 2%;
    border-radius: 5px;
}
.producers-corner-forms-index{
    display: flex;
    gap:8px;
    flex-direction: column;

    margin-top: 3%;
}
.code-name{
    display: flex;
    gap:4%;
}
.code{
    color:#ff5e27;
}
.container-producers-corner h3{
    text-align: center;
}
.container-producers-corner h4{
    margin-left: 3%;
}
.hrProducersCorner{
    border:1px solid #ff5e27;
    width:93%;
}


/* Contacts page */


.container-contact{
    height: 50%;
}
h2{
    text-align: center;
    margin: 5%;
}
.cards{
    display: flex;
    align-items: center;
    margin: 3% 5% 3% 5%;
    flex-wrap: wrap;
    justify-content: center;
}
.card{
    border: 2px solid #ff5e27;
    background: black;
    margin: 10px;
    padding:3%;
    height:150px;
}
