/* Import da fonte da letra*/
@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Inter', sans-serif;
}

.navbar{
    display: flex;
    font-family: 'Inter', sans-serif;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    color: #8F8F8F;
    height: 120px;
    position: relative;
    z-index: 50;
    
}

.btn-sanduiche {
    display: none;
}

.dropdown-mobile{
    position: relative;
    display: inline-block;
}

.logo img{
    display: flex;
    justify-self: flex-start;
    height: auto;
    max-height: 97px;
    width: auto;
    display: block;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 70px;
    padding-right: 100px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: white;
    color: #8F8F8F;
    font-size: 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    padding: 10px 0;
}

.dropdown-content a {
    color: #8F8F8F;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: white;
    color: black;
}

.dropdown:focus-within .dropdown-content{
    display: block;
}

/* esconde o checkbox */
.dropdown input {
    display: none;
}

/* menu fechado por padrão */
.dropdown-content {
    display: none;
}

/* abre quando marcado */
.dropdown input:checked ~ .dropdown-content {
    display: block;
}

.dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.dropdown input:checked ~ .dropdown-content {
    opacity: 1;
    visibility: visible;
}

.btn-menu {
    text-decoration: none;
    background-color: white;
    color: #8F8F8F;
    transition: background 0.3s;
    font-size: 20px;
}

.btn-menu:hover{
    text-decoration: underline;
    color:#1E1E1E;
}

@media (max-width: 768px) {
    .logo img{
        max-height: 70px;
    }

    .navbar{
        display: flex;
        justify-content: space-between;
        padding: 15px;
    }

    .menu{
        font-family: 'Inter', sans-serif;
        display: none;
        position: relative;
        justify-content: flex-end;
        background-color: white;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 100;
        border-radius: 4px;
        padding: 10px 0;
        padding-top: 80px;
    }
    
    .menu ul {
        color: #8F8F8F;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
    }

    .btn-sanduiche {
        display: inline-flex;
        align-items: center;
        background-color: white;
        color: #8F8F8F;
        border: none;
        cursor: pointer;
        text-decoration: none;
        max-height: 40px;
        max-width: 40px;
    }

    .dropdown-mobile:focus-within .menu{
        display: block;
    }
}
:root{
    --cor-fundo: #F2F4F3;
    --cor-letrinhas: #71717A;
}

main{
    height: 800px;
}

footer{
    width: 100%;
    background-color: var(--cor-fundo);
}

#footer-content{
    display: grid;
    grid-template-columns: 7fr 2fr 1fr;
    padding: 3rem 3.5rem;
    margin-left: 1.5rem;
}

#footer-apresentation h1{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin-bottom: 0.75rem;
}

#footer-copyright{
    font-size: 14px;
    color: var(--cor-letrinhas);
    margin-bottom: 0.75rem;
    letter-spacing: 0.35px;
}

#footer-social-media{
    display: flex;
    gap: 0.5rem;
    margin-left: 3.5rem;
    margin-top: 1rem;
    transition: all 1s;
}

#footer-social-media .footer-link:hover{
    opacity: 0.8;
}

#footer-social-media .footer-link i{
    text-decoration: none;
    color: #1D1B20;
    font-size: 25px;
}

#footer-politic{
    font-size: 14px;
    color: var(--cor-letrinhas);
    margin-top: 1rem;
}

#footer-contact{
    font-size: 14px;
    color: var(--cor-letrinhas);
    margin-top: 1rem;
}

@media screen and (max-width: 768px){
    #footer-content{
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    #footer-social-media{
        margin-left: 1rem;
        transition: none;
    }
}

@media screen and (max-width: 426px){
    #footer-content{
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem 2rem;
    }
}

  .ft {
    background: #F2F4F3;
    font-family: 'Inter', sans-serif;
    padding: 3rem 3.5rem 2rem;
    width: 100%;
    box-sizing: border-box;
  }
  .ft-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.5px solid #d0d3d1;
    margin-bottom: 1.5rem;
  }
  .ft-brand h2 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
  }
  .ft-brand p {
    font-size: 13px;
    color: #71717A;
    line-height: 1.6;
    max-width: 260px;
    margin: 0 0 1.25rem;
  }
  .ft-socials {
    display: flex;
    gap: 10px;
  }
  .ft-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0.5px solid #c8cbc9;
    background: transparent;
    color: #3a3a3a;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s, border-color 0.2s;
  }
  .ft-socials a:hover {
    background: #e4e7e5;
    border-color: #aaa;
  }
  .ft-col h3 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #3a3a3a;
    margin: 0 0 1rem;
  }
  .ft-col a, .ft-col p {
    display: block;
    font-size: 13px;
    color: #71717A;
    text-decoration: none;
    margin: 0 0 0.5rem;
    line-height: 1.5;
  }
  .ft-col a:hover { color: #1a1a1a; }
  .ft-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #9a9a9a;
  }
  .ft-bottom a {
    color: #9a9a9a;
    text-decoration: none;
  }
  .ft-bottom a:hover { color: #1a1a1a; }

  @media (max-width: 600px) {
    .ft { padding: 2rem 1.5rem 1.5rem; }
    .ft-grid { grid-template-columns: 1fr; gap: 1.75rem; }
    .ft-bottom { flex-direction: column; gap: 0.5rem; align-items: flex-start; }
  }
