@font-face {
    font-family: 'WellingtonsBold';
    src: url('../fonts/TT\ Wellingtons\ Trial\ Bold.otf');
}
@font-face {
    font-family: 'WellingtonsMediun';
    src: url('../fonts/TT\ Wellingtons\ Trial\ Medium.otf');
}
@font-face {
    font-family: 'OpenSauce';
    src: url('../fonts/OpenSauceSans-Medium.ttf');
}
@font-face {
    font-family: 'OpenSauceLight';
    src: url('../fonts/OpenSauceSans-Light.ttf');
}
@font-face {
    font-family: 'OpenSauceBold';
    src: url('../fonts/OpenSauceSans-Bold.ttf');
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Para não dar quebra de linha no mobile */
body{
    overflow-x: hidden;
    width: 100%;
}
/* Header*/
body > header{
    background-image: url('../imagens/header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
header> nav.headerRedes{
    display: flex;
    align-items: row;
    justify-content: flex-end;
    gap: 70px;
    margin-right: 120px;
}
header > nav.headerRedes > a > img{
    margin-top: 70px;
    width: 55px;
}
header > section.headerTexto{
    color: white;
    margin-top: 40px;
    margin-left: 100px;
    font-family: 'WellingtonsBold', 'Times New Roman', Times, serif;
}
header > section.headerTexto{
    display: flex;
    flex-direction: row;
    gap: 100px;
    align-items: center;
}
header > section.headerTexto > div.apresentacao > h1{
    font-size: 65pt;
    line-height: 105px;
}
header > section.headerTexto > div.apresentacao > p{
    font-size: 18pt;
    font-family: 'OpenSauce', 'Times New Roman', Times, serif;
}
header > section.headerTexto > div.apresentacao > a > button.headerBtn{
    background-color: white;
    color: #520000;
    margin-top: 20px;
    width: 200px;
    padding: 10px;
    border: none;
    border-radius: 50px;
    font-family: 'OpenSauce', 'Times New Roman', Times, serif;
    font-size: 15pt;
    cursor: pointer;
    transition: transform .5s;
}
header > section.headerTexto > div.apresentacao > a > button.headerBtn:hover{
    background-color: transparent;
    color: white;
    border: 3px solid white;
    transform: scale(1.1);
}
header > section.headerTexto > div.headerLogo > img{
    width: 550px;
}
/* Sobre nós */
main > section.fundoBrancoSobre{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    gap: 60px;
}
main > section.fundoBrancoSobre > div.sobre{
    margin-left: 70px;
}
main > section.fundoBrancoSobre > div.sobre > h2{
    color: #520000;
    font-family: 'WellingtonsBold', 'Times New Roman', Times, serif;
    font-size: 42pt;
    margin-bottom: 30px;
}
main > section.fundoBrancoSobre > div.sobre > img{
    width: 600px;
    height: 500px;
    border-radius: 40px;
}
main > section.fundoBrancoSobre > div.sobreTxt{
    margin-right: 70px;
}
main > section.fundoBrancoSobre > div.sobreTxt > p{
    font-family: 'OpenSauceLight', 'Times New Roman', Times, serif;
    font-size: 22pt;
    color: black;
}
main > section.fundoBrancoSobre > div.sobreTxt > a > button.sobreBtn{
    margin-top: 50px;
    width: 400px;
    padding: 10px;
    border: none;
    font-family: 'OpenSauce', 'Times New Roman', Times, serif;
    font-size: 18pt;
    color: white;
    background-color: #520000;
    border-radius: 50px;
}
main > section.fundoBrancoSobre > div.sobreTxt > a#btnMobile{
    display: none;
}
main > section.fundoBrancoSobre > div.sobreTxt > a > button.sobreBtn:hover{
    background-color: white;
    color: #520000;
    border: 3px solid #520000;
    transition: .5s;
}
/* Produtos */
main > section.fundoVermelhoProdutos{
    width: 100%;
    height: 100vh;
    background-color: #520000;
}
main > section.fundoVermelhoProdutos > div.tituloProdutos > h2{
    text-align: center;
    color: white;
    font-family: 'WellingtonsBold', 'Times New Roman', Times, serif;
    font-size: 42pt;
    padding-top: 40px;
    margin-bottom: 50px;
}
/*Cards*/
div.cardsProdutos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}
.card{
    display: flex;
    width: 340px;
    height: 400px;
    border-radius: 20px !important;
    box-shadow: 7px 13px 18px 1px black;
}
.card-img-top{
    width: 90% !important;
    margin: auto;
    margin-top: 5%;
    border-radius: 10px !important;
}
div.card-body > h3{
    color: black;
    text-align: center;
    font-family: 'WellingtonsBold', 'Times New Roman', Times, serif;
    font-size: 18pt;
    margin-top: 10px;
}
div.card-body > p{
    color: black;
    text-align: center;
    font-size: 16pt;
    font-family: 'WellingtonsMediun', 'Times New Roman', Times, serif;
}
span.material-symbols-outlined{
    font-size: 25pt;
    color: black;
}
div#cardScale{
     transition: 500ms linear;
}
div#cardScale:hover{
    transform: scale(1.2);  
}
/*Fim dos cards*/
/* parceiros */
main > section.fundoBrancoParceiros{
    width: 100%;
    height: 100vh;
}
main > section.fundoBrancoParceiros > h2{
    color: #520000;
    font-family: 'WellingtonsBold', 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 35pt;
    margin-top: 70px;
    margin-bottom: 100px;
}
main > section.fundoBrancoParceiros > div.parceiros{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 100px;
    width: 80%;
    margin: auto;
}
.imgParceiros{
    border-radius: 15px !important;
}
.imgParceiros:hover{
    scale: 1.1;
    transition: .5s;
}
div.parceiroTexto{
    margin-top: 20px;
    text-align: center;
    font-family: 'OpenSauceBold', 'Times New Roman', Times, serif;
    color: black;
}
main > section.fundoBrancoParceiros > div.parceiros > div.lauraLingeries, .pgEstampas{
    text-align: center;
    width: 100%;
}
/* contato */
main > section.contato{
    background-image: url('../imagens/footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
}
main > section.contato > div.informacoes{
    margin-top: 50px;
    margin-left: 50px;
}
main > section.contato > div.informacoes > div.tituloContato > h2{
    color: #520000;
    font-size: 38pt;
    font-family: 'WellingtonsBold', 'Times New Roman', Times, serif;
    margin-bottom: 40px;
    width: 250px;
}
main > section.contato > div.informacoes > div.textoInformacoes > div.texto > h5{
    font-family: 'WellingtonsBold', 'Times New Roman', Times, serif;
}
main > section.contato > div.informacoes > div.textoInformacoes > div.texto > p{
    font-size: 14pt;
}
main > section.contato > div.informacoes > div.textoInformacoes{
    display: flex;
    gap: 10px;
    font-family: 'OpenSauce', 'Times New Roman', Times, serif;
    color: black;
    margin-bottom: 10px;
}
main > section.contato > div.mapa{
    margin-top: 40px;
}