@font-face {
    font-family: 'OpenSans';
    src: url('../fonte/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  .OpenSans{
    font-family: tahoma, arial, sans-serif;
  }

* {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    color: white;
}

body {
    background-color: #1a1b1d;
}

button{
    border: 1px solid #3f4349;
    padding: 1% 2% 1% 2%;
    background-color: #ffffff00;
    cursor: pointer;
    transition: 1.5s;
}

button:hover{

    background-color: #ffffff9d;
    color: #1a1b1d;

}

input{
    border: 1px solid #3f4349;
    padding: 3% 2% 3% 2%;
    background-color: #1a1b1d00;
    width: 100%;
    border-radius: 5px 0px 0px 5px;
}

.title{
    font-size:24pt;
}

.bold{
    font-weight: bold;
}

.box_header_logo {
    text-align: center;
}

.logoprincipal {
    padding-top: 3%;
    padding-bottom: 3%;
}

.box-carrossel_filmes {
    margin-top: -8%;
}

.container-about {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.box-about {
    width: 90%;
    display: inline-flex;
    border-radius: 5px;
    border: 0.1px solid #3f4349;
}

.image-about {
    width: 700px;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.box-about-image {
    width: 100%;
    text-align: justify;
}

.box-about-description {
    width: 100%;
    align-content: center;
}

.box-about-image-premios {
    width: 90%;
    display: inline-flex;
}

.item-about-image-premios {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
    width: 100%;
    align-content: center;
}
.box-about-description-bio{
    width: 90%;
}
.title-about{
    margin-bottom: 5%;
}
.description-about{
    text-align: justify;
    margin-bottom: 5%;
}

.container-services{
    
}

.box-services{
    margin-top: 2%;
    margin-bottom: 5%;
}

.box-header-services{
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.title-services{
   
}
.img-logo-Services{
    margin-left: 2%;
}
.box-services-description{
    width: 100%;
    text-align: -webkit-center;
}

.boxservices-includes-tag{
margin-top: 3%;
margin-bottom: 1.5%;
text-align: center;
color: #8497e0;
}

.services-include{
    color: #8497e0;
    font-weight: bold;
}
.box-list-service{
    width: 100%;
    text-align: center;
}

.point-service{
    color: #8497e0;
}

.container-photos-studios{

}

div.galeria{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 40vh;
}

div.galeria div.single-galeria{
    border-radius: 5px;
    margin: 0.5vw;
    overflow: hidden;
}

.h-2{
    grid-row: span 2;
}
.w-2{
    grid-column: span 2;
}

div.galeria div.single-galeria img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.25s ease-in-out;
}
div.galeria div.single-galeria img:hover{
    transform: scale(1.1);
}

.container-companhies{
margin-top: 3%;
text-align: -webkit-center;
}

.box-about-companhies{
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
    text-align: -webkit-center;
}

.title-companhies{
    margin-bottom: 1.5%;
}

.box-companhies-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Quatro colunas iguais */
    grid-template-rows: repeat(2, auto); /* Duas linhas automáticas */
    width: 90%;
}

.box-item-companhies {
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    align-content: center;
    border: 1px solid #3f4349;
}

.border-radius-top-left-5 {
    border-top-left-radius: 5px;
}

.border-radius-top-right-5 {
    border-top-right-radius: 5px;
}

.border-radius-bottom-left-5 {
    border-bottom-left-radius: 5px;
}

.border-radius-bottom-right-5 {
    border-bottom-right-radius: 5px;
}

.item-logo-emp {
    width: 100%;
    height: auto;
    cursor:pointer;
}

.container-plays{
    margin-top: 3%;
    width: 100%;
    text-align: -webkit-center;
    margin-bottom: 5%;
}
.box-carrossel-plays{
    width: 100%;
    height: 100%;
}
.box-description-plays{
    width: 100%;
}
.box-logo-plays{
    text-align: center;
    justify-content: center;
}
.box-about-plays{
    width: 100%;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
}
.btn-project-plays{
    margin-top: 2%;
}
.box-plays{
    width: 90%;
    border: 1px solid #3f4349;
    border-radius: 5px;
}

.box-footer{
    width: 100%;
    display: inline-flex;
}

.box-item-footer{
    width: 100%;
    text-align: center;
    align-content: center;

}

.item-footer-send-email{
    display: block;
    padding-left: 5%;
    padding-right: 5%;
}

.string_footer{
    font-size: 8pt;
}

footer{
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: -webkit-center;
}
.btn-send-email{
    padding: 3% 5% 3% 5%;
    border-radius: 0px 5px 5px 0px;
}
.box-btn-email{
    text-align: start;
}
.string-footer-email{
    text-align: justify;
    margin-bottom: 5%;

}
.item-premios{
    width: auto;
    height: auto;
}

.item-logo-emp{
    width: auto;
    height: auto;
}
.image-about-mobile{
    display: none;
}

.item-muso{
    width: 200px;
    height: auto;
}

.logo-footer{
    width: auto;
    height: auto;
}

.box-companies-justify{
 width: 40%;
 text-align: justify;
}




/**foooterr*/
.box-footer-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Quatro colunas iguais */
    grid-template-rows: repeat(2, auto); /* Duas linhas automáticas */
    width: 90%;
}

.box-item-footer {
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    align-content: center;

}

.box-input-email{
    display: flex;
}

.message-sucesso-email{
    display: none;
}

    .p-services{
        margin-left: 5%;
        margin-right: 5%;
    }

@media(max-width:1600px) {

    .image-about{
        width: 600px;
    }
}

@media(max-width:1500px) {

    .item-muso{
        transform: scale(0.8);
    }

    .logo-footer{
        transform: scale(0.8);
    }
    
}

@media(max-width:1400px) {

    .image-about{
        width: 500px;
    }
}


@media(max-width:1300px) {

    .OpenSans{
        font-size: 10pt;
    }

    .string_footer{
        font-size: 8pt;
    }

    .item-premios{
        transform: scale(0.8);
    }
    .item-logo-emp{
        transform: scale(0.8);
    }
    
    .title{
    font-size:20pt;
}
}

@media(max-width:1200px) {

    .box-footer-grid{

        grid-template-columns: repeat(5, 1fr); /* Quatro colunas iguais */

    }
    
        .image-about{
        width: 400px;
    }
}

@media(max-width:1150px) {

    .description-about{
        margin-left: 3%;
        text-align: justify;
    }
    .title-about{
        margin-left: 3%;
    }

    .box-companhies-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

@media(max-width:1100px) {

    .item-premios{
        transform: scale(0.6);
    }
    .item-logo-emp{
        transform: scale(0.5);
    }
}


@media(max-width:1050px) {

    .box-about{
        display: block;
    }
    .image-about-mobile{
        display: block;
        width: 100%;
        height: 500px;
        object-fit: contain;

    }
    .image-about{
        display: none;
    }
    .box-about-description-bio{
        text-align: -webkit-center;
    }
    .description-about{
        margin-left: 0%;
    }
    .box-about-description{
        margin-top: 3%;
        text-align: -webkit-center;
    }
}

@media(max-width:1000px) {

    .about-plays{
        margin-left: 3%;
        margin-right: 3%;
    }
    
    .box-companies-justify{
         width: 60%;

}
}

@media(max-width:700px) {

    .box-footer-grid{

        grid-template-columns: repeat(2, 1fr); /* Quatro colunas iguais */

    }

    .img-logo-plays{

        transform: scale(0.8);

    }

    .OpenSans{
        font-size: 10pt;
    }
    
        .title{
    font-size:20pt;
}
}

@media(max-width:650px) {

    .box-companhies-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .box-footer-grid{

        grid-template-columns: repeat(1, 1fr); 

    }

    .box-item-footer {
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
        align-content: center;
    
    }

    .box-btn-email{
        text-align: center;
    }

    input {
        width: 80%;
    }
}

@media(max-width:600px) {

    .img-logo-plays{

        width: 400px;

    }
        .box-companies-justify{
         width: 90%;

}

}

@media(max-width:500px) {

    .item-premios{

       height: 35px;

    }
    
        .OpenSans {
        font-size: 9pt;
    }
    
    .bold{
    font-size: 9pt;
    }
    
    .span-services{
        font-size: 9pt;
    }
    
    .Reel{
        width:50%;
        height:auto;
    }

}

@media(max-width:400px) {

    .img-logo-plays{

        width: 300px;

    }

    .item-premios {
        height: 30px;
    }
    
            .OpenSans {
        font-size: 8pt;
    }
    
    .bold{
    font-size: 8pt;
    }
    
    .span-services{
        font-size: 8pt;
    }
}