.layout1{
width: 85%;
margin: 0 auto;
padding: 2rem 0;
}
.box-layout1{
    display: flex;
}

.fotos{
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
  
}
.fotos2{
    display: none;
      
}
.box-fotos-trabalho{
    width: 100%;
    display: flex;
    }
.foto-de-trabalho{
    width: 40%;
    border-radius: 10px;
    padding: 0.5rem;
   }
.foto-de-trabalho:hover{
    transform: scale(2.2);

}
.box-fotos-bastidores{
    width: 100%;
    display: flex;
}
.foto-de-bastidores{
    width: 40%;
    border-radius: 10px;
    padding: 0.5rem;
}
.foto-de-bastidores:hover{
    transform: scale(2.2);
}
h3.titulo-noticias{
    color: #fefefe;
    font-family: Karla;
    font-size: 32px;
    text-align: center;
    padding-bottom: .8rem;
    
}
h3.titulo-fotos{
    color: #fefefe;
    font-family: Karla;
    font-size: 28px;
    text-align: center;
    padding-bottom: .8rem;
    padding-right: 1.7rem;
}
.divisão{
    width: 50px;
    border-left: solid 0.2px #fefefea1;
}
i{
    font-style: italic;
}

/* NOTÍCIAS */

.noticias{
    width: 70%;
    margin-right: 1.5rem;
    }
.tabela-noticia{
    font-family: OpenSans;
    color: #fefefe;
}
.manchete{
    color: #F60101;
    font-size: 1.2em;
    font-weight: 800;
    text-align: center;
    padding: 1.em;
}
.data-noticia{
    color: #fefefe;
    font-size: 0.8em;
    text-align: right;
    padding: .8em
}
.texto-noticia{
    color: #fefefe;
    font-size: 1em;
    font-family: Karla;
    line-height: 1.4em;
    text-align: justify;
    padding: 1.2em;
    border-bottom: solid 0.2px #fefefea1;
}
.link-noticia{
    text-decoration: none;
    color: #F60101;
}
.link-mais-fotos-trabalho{
    text-decoration: none;
    color: #F60101;
    font-family: Karla;
    font-size: 20px;
    text-align: center;
    padding-bottom: 2rem;
}
.link-mais-fotos-bastidores{
    text-decoration: none;
    color: #F60101;
    font-family: Karla;
    font-size: 20px;
    text-align: center;
}


/* Responsividade */

@media screen and (max-width: 480px){
    .box-layout1{
        display: block;
    }
    

    /* NOTÍCIAS */ 

    .noticias{
        width: 100%;
        margin: 0 auto;
        padding-bottom: 4rem;
    }
   .manchete{
       line-height: 1.5;
       font-size: 1.1rem;
       padding: 0;
   }
   .texto-noticia{
       padding: 0.8rem 0;
   }
   h3.titulo-noticias{
    font-size: 36px;
   }
   .fotos{
       display:none;
   }
   .fotos2{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
      
}
.foto-de-trabalho{
    width: 45%;
}
.fotos{
    width: 100%;
}
.box-fotos-bastidores{
    width: 100%;
}
.foto-de-bastidores{
    width: 45%;
}
h3.titulo-fotos{
    width: 100%;
}
.link-mais-fotos-trabalho{
    padding-top: 0.5;
    font-size: 20px;
}
.link-mais-fotos-bastidores{
    padding-top: 0.5;
    font-size: 20px;
}

}