*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: white;
}

@font-face {
    font-family: 'Lora-Bold';
    src: url('../../fonts/Lora-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Lora';
    src: url('../../fonts/Lora-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../../fonts/Poppins-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-SemiBold.woff') format('woff');
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1130px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Aron';
    position: relative;
}
header .container{
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.menu-toggle {
    display: none;
    font-size: 36px;
    cursor: pointer;
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    list-style: none;
}
.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    list-style: none;
    font-size: 20px;
    color: #000000;
    display: block;
    transition: 0.3s ease-in-out;
    font-family: 'Lora';
}
.sidebar a:hover {
    color: #763CB0;
}
.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 46px;
    margin-left: 50px;
}
nav ul{
    display: flex;
    list-style: none;
    gap: 25px;
}
nav li a {
    text-decoration: none;
    font-family: 'Poppins-Medium';
    font-weight: 100;
    color: #CAA740;
    font-size: 17px;
    position: relative;
    transition: color 0.3s ease;
}
nav li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #CAA740;
    transition: width 0.3s ease;
}
nav li a:hover::after {
    width: 100%;
}
nav li a:hover {
    color: #B59536;
}
header .icon img {
    width: 27px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
header .icon {
    display: flex;
    gap: 20px;
    cursor: pointer;
}
header .icon img:hover {
    transform: scale(1.1);
    opacity: 0.8;
}
main {
    background-image: url(../../images/background-home.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    height: 90dvh;
    width: 100%;
    display: flex;
}
main .dor{
    color: #CAA740;
}
main .container {
    width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
main .text h1{
    color: white;
    font-size: 65px;
    max-width: 500px;
    margin-bottom: 5px;
}
main .text p{
    color: white;
    font-size: 25px;
    font-family: 'Poppins-Medium';
}
main .text button {
    width: 270px;
    background-color: #CAA740;
    height: 40px;
    color: white;
    border: none;
    border-radius: 40px;
    margin-top: 25px;
    font-size: 15px;
    font-family: 'Poppins';
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 rgba(202, 167, 64, 0.8);
    animation: pulse 2s infinite;
}
main .text button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(202, 167, 64, 0.5);
    background-color: #B59536;
}
span{
    color: #FF8F8C;
}
#esp{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../images/background-espec.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90dvh;
    flex-direction: column;
    text-align: center;
    margin: 200px auto;
}
#esp .container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    gap: 20px;
}
#esp .card{
    width: 350px;
    height: 320px;
    background-color: white;
    box-shadow: 1px 10px 12px #00000027;
    border: 1.5px solid #CAA740;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 30px;
}
#esp .card img{
    width: 70px;
}
#esp .card h2{
    color: #763CB0;
    font-family: 'Lora';
    font-size: 23px;
    margin-bottom: 5px;
}
#esp .card p{
    font-family: 'Poppins-Medium';
    font-size: 13px;
    color: #9966CC;
}
#esp .text h1{
    font-size: 50px;
    color: #763CB0;
    font-family: "Lora-Bold";
}
#esp .text p{
    font-size: 20px;
    color: #CAA740;
    font-family: 'Poppins-Medium';
    margin-bottom: 40px;
}
#esp button{
    width: 270px;
    background-color: #CAA740;
    height: 40px;
    color: white;
    border: none;
    border-radius: 40px;
    margin-top: 25px;
    font-size: 15px;
    font-family: 'Poppins';
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 rgba(202, 167, 64, 0.8);
    animation: pulse 2s infinite;
}
#esp button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(202, 167, 64, 0.5);
    background-color: #B59536;
}
#sobre{
    background-image: url(../../images/background-sobre.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90dvh;
    justify-content: center;
    align-items: center;
}
#sobre .container{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90dvh;
    margin: 0 auto;
    gap: 50px;
}
#sobre .text-1{
    display: flex;
    gap: 20px;
    align-items: center;
}
#sobre .text-1 h3{
    color: white;
    font-size: 23px;
    font-family: 'Lora-Bold';
    margin-bottom: 5px;
}
#sobre .text-1 p{
    width: 420px;
    color: #EDEDED;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    margin-bottom: 20px;
}
#sobre .text-1 img{
    width: 80px;
    margin-bottom: 20px;
}
#sobre .container-esq h1{
    font-family: 'Lora-Bold';
    font-size: 45px;
    color: white;
    margin-bottom: 25px;
}
hr{
    color: #D7B1FC;
    margin-bottom: 30px;
}
#equipe{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../images/background-espec.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70dvh;
    flex-direction: column;
    text-align: center;
    margin: 200px auto;
}
#equipe .container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    gap: 20px;
}

#equipe .card{
    width: 300px;
    height: 350px;
    background-color: white;
    box-shadow: 1px 10px 12px #00000027;
    border: 1.5px solid #CAA740;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 60px 30px;
}
#equipe .card h3{
    color: #763CB0;
    font-family: 'Lora';
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 15px;
}
#equipe .card p{
    color: #6C6C6C;
    font-family: 'Poppins-Medium';
    font-size: 14px;
}
#equipe .text h1{
    font-size: 50px;
    color: #763CB0;
    font-family: "Lora-Bold";
}
#equipe .text p{
    font-size: 20px;
    color: #CAA740;
    font-family: 'Poppins-Medium';
    margin-bottom: 40px;
}
#equipe button{
    width: 270px;
    background-color: #CAA740;
    height: 40px;
    color: white;
    border: none;
    border-radius: 40px;
    margin-top: 25px;
    font-size: 15px;
    font-family: 'Poppins';
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 rgba(202, 167, 64, 0.8);
    animation: pulse 2s infinite;
}
#equipe button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(202, 167, 64, 0.5);
    background-color: #B59536;
}
#frase{
    background-image: url(../../images/background-texto.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 40dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#frase .container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    width: 1000px;
    text-align: center;
}
blockquote{
    width: 800px;
    color: white;
    font-family: 'Poppins-Medium';
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 7px;
}
#frase .container p{
    color: #EDEDED;
    font-family: 'Lora';
    font-size: 15px;
}
#loja{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../images/background-espec.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70dvh;
    flex-direction: column;
    text-align: center;
    margin: 200px auto;
}
#loja .container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    gap: 20px;
}
#loja .card{
    width: 300px;
    height: 420px;
    background-color: white;
    box-shadow: 1px 10px 12px #00000027;
    border: 2px solid #763CB0;
    border-radius: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0px 19px;
}
#loja .card img{
    position: relative;
    margin-top: -80px;
}
#loja .card h3{
    color: #763CB0;
    font-family: 'Lora';
    font-size: 22px;
    margin-bottom: 4px;
    margin-top: 15px;
}
#loja .card h4{
    font-size: 15px;
    color: #A88622;
    font-family: 'Lora';
    margin-bottom: 7px;
}
#loja .card p{
    color: #6C6C6C;
    font-family: 'Poppins-Medium';
    font-size: 14px;
}
#loja .text{
    margin-bottom: 100px;
}
#loja .text h1{
    font-size: 50px;
    color: #763CB0;
    font-family: "Lora-Bold";
}
#loja .text p{
    font-size: 20px;
    color: #CAA740;
    font-family: 'Poppins-Medium';
    margin-bottom: 40px;
}
#loja .card button {
    width: 250px;
    background-color: #CAA740;
    height: 50px;
    color: white;
    border: none;
    border-radius: 40px;
    margin-top: 15px;
    font-size: 15px;
    font-family: 'Poppins';
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

#loja .card button:hover {
    background-color: #B59536;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#serv{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../images/background-espec.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90dvh;
    flex-direction: column;
    text-align: center;
    margin: 300px auto;
}
#serv .container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    gap: 20px;
}
#serv .card h2{
    color: #763CB0;
    font-family: 'Lora';
    font-size: 23px;
}
#serv .text h1{
    font-size: 50px;
    color: #763CB0;
    font-family: "Lora-Bold";
}
#serv .text p{
    font-size: 20px;
    color: #CAA740;
    font-family: 'Poppins-Medium';
    margin-bottom: 40px;
}
#contato{
    background-image: url(../../images/background-sobre.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100dvh;
    justify-content: center;
    align-items: center;
}
#contato .container{
    width: 1000px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100dvh;
    margin: 0 auto;
    gap: 50px;
}
form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}
input[type="text"], textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}
form button {
    width: 100%;
    background-color: #CAA740;
    height: 50px;
    color: white;
    border: none;
    border-radius: 40px;
    font-size: 15px;
    font-family: 'Poppins';
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
form button:hover {
    background-color: #B59536;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#contato .container-esq h1{
    font-size: 50px;
    color: #ffffff;
    font-family: "Lora-Bold";
}
#contato .container-esq p{
    font-size: 18px;
    color: #ffffff;
    font-family: 'Poppins-Medium';
    margin-bottom: 40px;
    width: 300px;
}
#contato .redes img{
    height: 100%;
}
#contato .redes{
    display: flex;
    gap: 10px;
    margin: 0 auto;
}
#contato .redes p{
    font-size: 15px;
}
footer {
    height: 30dvh;
    display: flex;
    align-items: center;
    width: 100%;
    font-family: 'Poppins-Medium';
}

footer .container {
    width: 100%;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin: 0 auto;
    padding: 20px;
}

footer .esq p {
    width: 200px;
    font-size: 12px;
    color: #A88622;
}

footer .mei {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 12px;
    text-align: center;
}

footer .mei a {
    text-decoration: none;
    color: #A88622;
    font-family: 'Poppins';
}

footer .dir {
    display: flex;
    gap: 15px;
    cursor: pointer;
    align-items: center;
}

footer .dir img {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.iconey{
    height: 30px;
}
footer .dir img:hover {
    transform: scale(1.1);
    opacity: 0.8;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(202, 167, 64, 0.8);
    }
    70% {
        box-shadow: 0 0 20px 20px rgba(202, 167, 64, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(202, 167, 64, 0);
    }
}
@media (max-width: 575.98px){
    .menu-toggle {
        display: block;
    }
    header .icon{
        display: none;
    }
    header nav{
        display: none;
    }
    main{
        margin-bottom: 100px;
        background-image: url(../../images/background-home-mobile.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center:
    }
    main .container {
        width: 100%;
        padding: 0 30px;
    }
    main .text h1 {
        font-size: 35px;
        max-width: 100%;
    }
    main .text p {
        font-size: 18px;
    }
    main .text button {
        width: 170px;
        height: 35px;
        font-size: 14px;
    }
    #esp {
        height: auto;
        margin: 0 auto;
    }
    #esp .container {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 20px;
        padding: 0 15px;
        height: 100%;
        margin: 0 auto;
        margin-bottom: 200px;
    }
    #esp .card:last-child{
        margin-bottom: -120px
    }
    #esp .card {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }
    #esp .text h1 {
        font-size: 35px;
    }
    #esp .text p {
        font-size: 16px;
        width: 100%;
    }
    #esp button {
        margin: 0 auto;
        width: 200px;
    }
    #sobre{
        margin: 100px auto;
        height: auto;
        padding: 35px 0;
    }
    #sobre .container {
        flex-direction: column;
        justify-content: center;
        height: auto;
        gap: 30px;
        width: 100%;
        padding: 0 30px;
    }
    #sobre .text-1 {
        flex-direction: column;
        align-items: flex-start;
    }
    #sobre .text-1 h3 {
        font-size: 18px;
    }
    #sobre .text-1 p {
        width: 100%;
        font-size: 14px;
    }
    #sobre .container-esq h1 {
        font-size: 35px;
    }
    #sobre .container-dir img{
        width: 100%;
    }
    #equipe{
        margin: 400px auto;
        height: 100dvh;
    }
    #equipe .container {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100%;
        padding: 0 15px;
    }
    #equipe .card {
        width: 100%;
        height: auto;
        padding: 40px 20px;
    }
    #equipe .text h1 {
        font-size: 35px;
    }
    #equipe .text p {
        font-size: 18px;
    }
    #equipe button{
        width: 200px;
    }
    #frase {
        height: auto;
        padding: 20px 0;
    }
    blockquote {
        width: 100%;
        font-size: 16px;
        padding: 0 15px;
    }
    #frase .container img{
        width: 35px;
    }
    #frase .container p {
        font-size: 13px;
    }
    #loja {
        margin: 500px auto;
        min-height: 100vh;
        margin-bottom: -100px;
    }
    #loja .container {
        display: grid;
        grid-template-columns: 1fr;
        width: 90%;
        gap: 100px;
        height: auto;
    }
    #loja .card {
        width: 100%;
        padding: 0 20px;
    }
    #loja .text h1 {
        font-size: 40px;
    }
    #loja .text p {
        font-size: 18px;
    }
    #serv {
        margin: 1300px auto;
        min-height: 100vh;
        margin-bottom: 750px;
    }
    #serv .container {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        height: auto;
    }
    #serv .container img {
        width: 100%;
    }
    #serv .text h1 {
        font-size: 40px;
    }
    #serv .text p {
        font-size: 18px;
    }
    #contato {
        margin: 70px auto;
        height: 800px;
        padding: 40px 30px;
        text-align: left;
    }
    #contato .container {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 30px;
        height: auto;
    }
    #contato .container-esq h1 {
        font-size: 32px;
    }
    #contato .container-esq p {
        font-size: 16px;
        width: 100%;
        text-align: left;
    }
    form {
        width: 100%;
    }
    footer{
        height: 250px;
    }
    footer .container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    footer .esq p, footer .mei, footer .dir {
        width: 100%;
        justify-content: center;
    }
    footer .dir img {
        width: 30px;
        height: 30px;
    }
    .desktop-nav {
        display: none;
    }

    .sidebar {
        display: block;
    }

    .sidebar-active {
        transform: translateX(0);
    }

    .sidebar-toggle {
        display: block;
    }
}
@media (min-width: 576px) and (max-width: 767.98px){
    .menu-toggle {
        display: block;
    }
    header .icon{
        display: none;
    }
    header nav{
        display: none;
    }
    main{
        background-image: url(../../images/background-home-mobile.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    main .container {
        width: 100%;
        padding: 0 30px;
    }
    main .text h1 {
        font-size: 45px;
        max-width: 80%;
    }
    main .text p {
        font-size: 20px;
    }
    main .text button {
        width: 220px;
        height: 38px;
        font-size: 14px;
    }
    #esp{
        height: 100dvh;
    }
    #esp .container {
        grid-template-columns: 1fr 1fr;
        width: 100%;
        padding: 0 15px;
    }
    #esp .card {
        width: 100%;
        height: auto;
    }
    #esp .text h1 {
        font-size: 40px;
        margin-top: 0px;
    }
    #esp .text p {
        font-size: 18px;
    }
    #sobre{
        height: 1100px;
    }
    #sobre .container {
        flex-direction: column;
        justify-content: center;
        height: auto;
        gap: 30px;
        width: 100%;
        padding: 30px 30px;
    }
    #sobre .text-1 {
        flex-direction: column;
        align-items: flex-start;
    }
    #sobre .text-1 h3 {
        font-size: 20px;
    }
    #sobre .text-1 p {
        width: 100%;
        font-size: 15px;
    }
    #sobre .container-esq h1 {
        font-size: 40px;
    }
    #equipe .container {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        width: 100%;
        padding: 0 15px;
    }
    #equipe .card {
        width: 100%;
        height: auto;
        padding: 50px 25px;
    }
    #equipe .text h1 {
        font-size: 40px;
    }
    #equipe .text p {
        font-size: 18px;
    }
    #frase{
        margin-bottom: 400px;
    }
    blockquote {
        width: 90%;
        font-size: 17px;
    }
    #frase .container p {
        font-size: 14px;
    }
    #loja{
        height: 100dvh;
        margin-top: 500px;
    }
    #loja .container {
        grid-template-columns: 1fr;
        width: 90%;
        gap: 90px;
    }
    #loja .card {
        width: 100%;
        padding: 0 30px;
    }
    #serv{
        height: 100dvh;
        margin: 500px auto;
        margin-bottom: 50px;
    }
    #serv .container {
        grid-template-columns: 1fr 1fr;
        width: 90%;
        height: 100dvh;
        padding: 30px auto;
    }
    #serv .card {
        width: 100%;
        height: auto;
        padding: 0px 0px;
    }
    #serv .card img{
        width: 100%;
    }
    #serv .card h2{
        width: 100%;
        font-size: 17px;
    }
    #contato{
        height: 100dvh;
    }
    #contato .container {
        flex-direction: column;
        width: 100%;
        gap: 40px;
    }

    #contato .container-esq h1 {
        font-size: 36px;
    }

    #contato .container-esq p {
        font-size: 17px;
    }

    form {
        width: 90%;
    }
    footer .container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    footer .esq p, footer .mei, footer .dir {
        width: 100%;
        justify-content: center;
    }

    footer .dir img {
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
    main .container {
        width: 90%;
    }
    main .text h1 {
        font-size: 55px;
    }
    main .text p {
        font-size: 22px;
    }
    #esp .container {
        grid-template-columns: 1fr 1fr;
        width: 90%;
    }
    #esp .text h1 {
        font-size: 45px;
    }
    #esp .text p {
        font-size: 18px;
    }
    #esp .text h1 {
        font-size: 50px;
    }
    #sobre .container {
        flex-direction: row;
        width: 90%;
    }
    #sobre .text-1 p {
        width: 100%;
    }
    #equipe .container {
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
    }
    #equipe .text h1 {
        font-size: 45px;
    }
    blockquote {
        width: 90%;
    }
    #loja .container {
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
        gap: 90px;
    }
    #serv .container {
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
    }
    #contato .container {
        flex-direction: row;
        width: 90%;
        gap: 40px;
    }

    #contato .container-esq h1 {
        font-size: 40px;
    }

    #contato .container-esq p {
        font-size: 18px;
    }

    form {
        width: 80%;
    }
    footer .container {
        gap: 30px;
    }

    footer .esq p {
        font-size: 14px;
    }

    footer .mei, footer .dir {
        font-size: 14px;
    }

    footer .dir img {
        width: 30px;
    }
}
@media (min-width: 992) and (max-width: 1199.98px){
    main .container {
        width: 85%;
    }
    main .text h1 {
        font-size: 60px;
    }
    #sobre .container {
        width: 85%;
    }
    #equipe .container {
        width: 85%;
    }
    #contato .container {
        width: 85%;
        gap: 40px;
    }

    #contato .container-esq h1 {
        font-size: 45px;
    }

    #contato .container-esq p {
        font-size: 18px;
    }

    form {
        width: 60%;
    }
    footer .container {
        gap: 40px;
    }

    footer .esq p {
        font-size: 14px;
    }

    footer .mei, footer .dir {
        font-size: 14px;
    }

    footer .dir img {
        width: 30px;
    }
}