/*Estilos Genéricos*/
@font-face {
    font-family: 'Grold-Light';
    src: url('../fonts/Grold-Light.otf');
}
@font-face {
    font-family: 'Grold-Bold';
    src: url('../fonts/Grold-Bold.otf');
}
*{
    font-family: 'Grold-Light';
    font-weight: 100;
}
:root{
    font-size: 18px;
}
.margin_b_30{
    margin-bottom: 30px;
}
.text_column_area{
    display: flex;
    flex-direction: column;
}
.title{
    font-family: 'Grold-Bold';
    font-weight: 800;
}
.title span{
    font-family: 'Grold-Light';
    font-weight: 100;
}
/*Header*/
header{
    flex-direction: column;
    align-items: center;
    padding: 0;
}
/*Menu NAV*/
nav{
    position: absolute;
    z-index: 2;
    top:0;
}
nav.content{
    padding: 80px 0 20px 0;
    flex-direction: row;
    align-items: center;
}
nav .menu_mobile{
    height: 35px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
nav .menu_mobile hr{
    width: 35px;
    height: 5px;
    border-radius: 10px;
    background-color: #f3414d;
}
nav .logo{
    display: flex;
    flex: 1;
}
nav .logo img{
    width: 200px;
    aspect-ratio: 2.91;
    cursor: pointer;
}
nav ul{
    background-color: rgba(12, 49, 146, 0.4);  
    list-style: none;
    border-radius: 50px;
}
nav ul li{
    display: inline-block;
    border-radius: 50px;
    padding: 2px 15px;
}
nav ul li.active{
    border: 2px solid white;
}
nav ul li a{
    text-decoration: none;
    color: white;
    line-height: 1rem;
}
nav ul x{
    display: none;
}
nav .social_midia{
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
}
nav .social_midia img{
    width: 30px;
    aspect-ratio: 1;
    margin: 0 8px;
}
/*SlideShow*/
.slide{
    text-transform: uppercase;
    background-size: cover;
    background-position: center;
    padding: 290px 0 50px 0;
    color: white;
}
.slider .slide h2{
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 40px;
    width: 400px;
}
.slider .slide:first-child h2{
    width: 31
    0px;
    letter-spacing: 5px;
}
.slide1{
    background-image: url("../img/Banner1.png");
}
.slide2{
    background-image: url("../img/Banner3.png");
}
.slide3{
    background-image: url("../img/Banner2.png");
}
.slider .slide .internal_slide hr{
    width: 70px;
    height: 4px;
    background-color: #f3414d;
    margin-bottom: 40px;
}
.slider .slide p{
    margin-bottom: 146px;
}
.slides_controls{
    left: calc(50vw - 600px);
}
.slides_controls .slide_control {
    margin-right: 10px;
    width: 30px;
    height: 6px;
    background-color: #00153e;
    border-radius: 10px;
    cursor: pointer;
}
.slides_controls .slide_control.active{
    background-color: #f3414d;
}
/*Sessão Somos*/
#somos{
    background-image: url('../img/bg_somos.png');
    background-size: cover;
}
#somos .content{
    flex-direction: row;
}
#somos .content .text_box:first-child{
    width: 50%;
}
#somos .content .text_box:first-child>h3{
    display: block;
    font-size: 3.2rem;
    width: 455px;
    line-height: 100%;
}
#somos .content .text_box{
    width: 25%;
}
#somos .content .text_box .title{
    color: white;
    font-size: 2rem;
    width: 150px;
    line-height: 90%;
    margin-bottom: 20px;
}
#somos .content .text_box p{
    font-size: 1.2rem;
    color: white;
    width: 270px;
}
#somos .content .text_box:nth-child(3){
    margin-left: 80px;
}
/*Sessão Diferentes*/
#diferentes{
    background-image: url('../img/banner_diferentes.png');
    background-position: right;
    background-color: #e4f1ff;
    padding: 0;
}
#diferentes .content{
    flex-direction: row;
    padding: 100px 20px 0 20px;
}
#diferentes .content .text_column_area{
    width: 300px;
    height: 100%;
}
#diferentes .content .text_column_area:nth-child(2){
    width: 450px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
#diferentes .content .text_column_area .title{
    letter-spacing: -3px;
    width: 334px;
    font-size: 3rem;
    line-height: 85%;
    color: #2c375d;
}
#diferentes .content .text_column_area:nth-child(2) .title{
    margin: 0 auto 30px auto;

}
#diferentes .content .text_column_area p{
    font-size: 1.1rem;
    width: 260px;
    color: #082770;
}
#diferentes .content .text_column_area img{
    width: 100%;
}
/*Produtos*/
#products{
    padding: 0;
    flex-direction: column;
}
.products_header{
    width: 100vw;
    display: flex;
}
.products_header .products_header_half{
    width: 50vw;
}
.products_header .products_header_half:first-child{
    background-image: url('../img/produtos_banner.png');
    background-position: right;
}
.products_header .products_header_half .half_content{
    padding: 70px 0 70px 70px;
    width: 620px;
    max-width: 50vw;
}
.products_header .products_header_half .half_content .title{
    letter-spacing: -2px;
    font-size: 2.7rem;
    width: 500px;
    line-height: 85%;
    color: #082770;
}
.products_header .products_header_half .half_content p{
    font-size: 1.2rem;
    color: #082770;
    margin: 55px 0;
    width: 390px;
}
.products_header .products_header_half .half_content a{
    display: inline-block;
    text-decoration: none;
    background-color: #082770;
    color: white;
    padding: 0 28px;
    border-radius: 100px;
    font-size: 1.2rem;
    line-height: calc(1.2rem + 30px);
}
.products_index{
    display: flex;
    flex-wrap: wrap;
}
.products_index .product_1_2{
    width: 50vw;
    aspect-ratio: 2.97;
}
.products_index .product_1_3{
    width: calc(100vw / 3);
    aspect-ratio: 1.98;
}
.products_index>div{
    cursor: pointer;
}
.products_index>div .bg_name{
    display: none;
    background-color: rgba(12, 49, 146, 0);
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.products_index>div:hover .bg_name{
    display: flex;
    background-color: rgba(12, 49, 146, 0.6);
}
.products_index>div:nth-child(1){
    background-image: url('../img/ESPELHOS\ PRATA.png');
}
.products_index>div:nth-child(2){
    background-image: url('../img/ESPELHOS\ BRONZE.png');
}
.products_index>div:nth-child(3){
    background-image: url('../img/INCOLORES.png');
}
.products_index>div:nth-child(4){
    background-image: url('../img/METALIZADOS.png');
}
.products_index>div:nth-child(5){
    background-image: url('../img/SERIGRAFADOS.png');
}
.products_index>div:nth-child(6){
    background-image: url('../img/PINTADOS.png');
}
.products_index>div:nth-child(7){
    background-image: url('../img/REFLECTA.png');
}
/*Parceiros*/
#parceiros{
    background: rgb(212,222,247);
    background: linear-gradient(0deg, rgba(212,222,247,1) 0%, rgba(236,240,252,1) 45%, rgba(236,240,252,1) 55%, rgba(212,222,247,1) 100%);
}
#parceiros .text{
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0E2B83;
    margin-bottom: 100px;
}
#parceiros .text>span{
    font-family: 'Grold-Light';
    font-weight: 100;
    font-size: 2rem;
}
#parceiros .text .title{
    font-size: 3.5rem;
}
#parceiros .logo_parceiros{
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
}
#parceiros .logo_parceiros img{
    height: 80px;
}
/*footer*/
footer{
    flex-direction: column;
    align-items: center;
    background-image: url('../img/banner_footer.png');
    padding: 0;
}
footer .contato{
    flex-direction: row-reverse;
    align-items: center;
}
footer .contato>img{
    width: 320px;
    aspect-ratio: 2.91;
    position: absolute;
    left: calc(50vw - 160px);
}
footer .contato_box{
    margin-left: 100px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer .contato_box a{
    margin-right: 10px;
}
footer .contato_box .contato_row{
    display: flex;
    align-items: center;
    color: white;
}
footer .contato_box .contato_row img{
    width: 20px;
    aspect-ratio: 1;
}
footer .credits{
    padding: 10px 0;
    color: #5e76ed;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-family: 'Grold-Regular';
    font-size: 1rem;
}
footer .credits span{
    margin: 0 20px;
    text-align: center;
}