.header{
	-webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.1);
}
.formulario-footer{
    display: none;
}

main{
    background-color: var(--bg1);
    background-image: url(../imagens/produtos/bg.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 0 320px;
}

.produto-descricao{
    width: 100%;
    padding: 75px 0 100px;
}
.produto-descricao .container{
    display: flex;
    gap: 50px;
	position: relative;
}
.produto-descricao .produto-div{
    width: 50%;
    gap: 15px;
}
.produto-descricao .produto-div .principal-slider{
    width: 100%;
}
.produto-descricao .produto-div .principal-slider .box{
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border-bottom-right-radius: 30px;
}
.produto-descricao .produto-div .principal-slider .box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-bottom-right-radius: 30px;
}
.conteudo .produtos .box .bg{
    background-image: url('../imagens/produtos/bg11.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}
.produto-descricao .produto-div .mini-slider{
    max-width: 412px;
    width: 100%;
}
.produto-descricao .produto-div .mini-slider .slick-track{
    margin: 0;
}
.produto-descricao .produto-div .mini-slider .slick-current .box img,
.produto-descricao .produto-div .mini-slider .box:hover img{
    border: 2px solid var(--primaria);
}
.produto-descricao .produto-div .mini-slider .box{
    max-width: 131px;
    width: 100%;
    height: 103px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.produto-descricao .produto-div .mini-slider .box img{
    max-width: 131px;
    width: 100%;
    height: 103px;
    border: 2px solid transparent;
    border-radius: 15px;
    object-fit: cover;
}
.produto-descricao .descricao{
    width: 50%;
    gap: 30px;
}
.produto-descricao .descricao .texto{
    width: 100%;
    gap: 10px;
}
.produto-descricao .descricao .texto h2{
    font-weight: 700;
}
.produto-descricao .descricao .texto h3{
    font-family: "roboto";
    font-weight: 300;
    font-size: 35px;
}
.produto-descricao .descricao .texto p{
    width: 100%;
    margin: 25px 0;
    color: #3D3D3D;
    font-size: 24px;
    font-family: 'Roboto';
}
.produto-descricao .descricao .botoes{
    display: flex;
	width: 100%;
	gap: 20px;
}
.produto-descricao .descricao .botoes .btn-solicite{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 87px;
    background-color: var(--primaria);
    color: #fff;
    font-size: 22px;
    font-family: 'Roboto';
    transition: background .3s;
}
.produto-descricao .descricao .botoes .btn-solicite:hover{
    background-color: var(--bg3);
    transition: background .3s;
}



.descricao-2{
    width: 100%;
    padding: 0 0 100px 0;
}
.descricao-2 .nav-infos{
    width: 100%;
    display: flex;
    gap: 10px;
    border-bottom: 2px solid var(--primaria);
}
.descricao-2 .nav-infos button{
    display: inline-block;
    text-align: center;
     white-space: nowrap;
    align-items: center;
    padding: 10px 20px;
    color: var(--primaria);
    font-size: 19px;
    background-color: #E0E0E0;
    transition: ease .3s;
    border-top-right-radius: 10px;
}
.descricao-2 .nav-infos button:hover,
.descricao-2 .nav-infos button.ativo{
    background-color: var(--primaria);
    color: #fff;
    transition: ease .3s;
}
.descricao-2 .produto-divs{
    width: 100%;
}
.descricao-2 .descr-ativada{
    display: flex!important;
    flex-wrap: wrap;
    transition: ease .3s;
}
.descricao-2 .informacoes{
    max-width: 1200px;
    width: 100%;
    padding-top: 40px;
    transition: ease .3s;
    display: none;
    gap: 20px;
}
.descricao-2 .informacoes .img{
    width: 214px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 5px;
}
.descricao-2 .informacoes .img img{
    max-width: 80%;
    max-height: 80%;
}
.descricao-2 .informacoes p{
    max-width: calc(100% - 234px);
    line-height: 1.3;
    font-size: 19px;
    color: #000;
    word-break: normal;
}
.descricao-2 .arquivos{
    display: none;
    padding-top: 50px;
    transition: ease .3s;
}
.descricao-2 .download-slide{
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid var(--text-color);
    padding: 20px;
    border-radius: 10px;
    gap: 20px;
}
.descricao-2 .ds-img{
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0040777a;
}
.descricao-2 .ds-img a i{
    color: #fff;
    font-size: 22px;
}
.descricao-2 .ds-text{
    max-width: calc(100% - 76px);
    gap: 5px;
    display: flex;
    flex-direction: column;
}
.descricao-2 .ds-text h4{
    color: var(--text-color4);
}
.descricao-2 .ds-text p{
    font-size: 14px;
    color: var(--text-color5);
}
.descricao-2 .ds-link{
    width: 24px;
}
.descricao-2 .vantagens{
    max-width: 1200px;
    width: 100%;
    padding-top: 40px;
    transition: ease .3s;
    display: none;
    gap: 20px;
}
.descricao-2 .vantagens .img{
    width: 214px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 5px;
}
.descricao-2 .vantagens .img img{
    max-width: 80%;
    max-height: 80%;
}
.descricao-2 .vantagens p{
    max-width: calc(100% - 234px);
    line-height: 1.3;
    font-size: 19px;
    color: #000;
}
.descricao-2 .beneficios{
    max-width: 1200px;
    width: 100%;
    padding-top: 40px;
    transition: ease .3s;
    display: none;
    gap: 20px;
}
.descricao-2 .beneficios .img{
    width: 214px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 5px;
}
.descricao-2 .beneficios .img img{
    max-width: 80%;
    max-height: 80%;
}
.descricao-2 .beneficios p{
    max-width: calc(100% - 234px);
    line-height: 1.3;
    font-size: 19px;
    color: #000;
}
.descricao-2 .aplicacoes{
    max-width: 1200px;
    width: 100%;
    padding-top: 40px;
    transition: ease .3s;
    display: none;
    gap: 20px;
}
.descricao-2 .aplicacoes .img{
    width: 214px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 5px;
}
.descricao-2 .aplicacoes .img img{
    max-width: 80%;
    max-height: 80%;
}
.descricao-2 .aplicacoes p{
    max-width: calc(100% - 234px);
    line-height: 1.3;
    font-size: 19px;
    color: #000;
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
    
}

@media screen and (max-width: 1100px){
	
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .produto-descricao .container{
        flex-wrap: wrap;
    }
	.produto-descricao .produto-div,
    .produto-descricao .descricao{
        max-width: 700px;
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 850px){
    
}

@media screen and (max-width: 600px){
    .descricao-2 .informacoes,
    .descricao-2 .vantagens,
    .descricao-2 .beneficios,
    .descricao-2 .aplicacoes{
        flex-direction: column;
    }
    .descricao-2 .informacoes p,
    .descricao-2 .vantagens p,
    .descricao-2 .beneficios p,
    .descricao-2 .aplicacoes p{
        max-width: 100%;
    }
}

@media screen and (max-width: 450px){
    .descricao-2 .nav-infos{
        flex-direction: column;
        border-bottom: unset;
    }
    .descricao-2 .nav-infos button{
        padding: 20px;
    }
}

@media screen and (max-width: 375px){

}