/* font-family: "Space Grotesk", serif; */
/* font-family: "Inter", serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

header{
    padding: 1rem 0rem;

}

.header-section-top-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: "Space Grotesk", serif;
    padding-bottom: 1rem;
}

.header-section-top-nav img	{
    max-width: 200px;
    object-fit: cover;
}

.header-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    gap: 3rem;
    font-family: "Space Grotesk", serif;
}
   
.header-nav a{
    color: #6C7275;
    text-decoration: none;
    font-weight: 500;
}
.header-nav a::hover{
    color: #141718;
}

.header-section-top-nav {
    position: relative;
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 1.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}


.hamburger-menu span {
    width: 100%;
    height: 0.25rem;
    background-color: #283c54;
    border-radius: 5px;
    transition: all 0.3s linear;
}


/* ------------ */
h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #141718;
 
}
h2{ 
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 3rem;
}
.contact-box{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 4rem;
    /* justify-items: ; */
}
form{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    justify-content: space-between;
}
form input, textarea{
    outline: none;
    border-radius: .5rem;
    border: 2px solid #E8ECEF;
    font-family: 'Inter', sans-serif;
    color:#141718;
    font-weight: 600;
    font-size: 1rem;
    padding: .6rem;
}

textarea{
    resize: none;
    height: 200px;
}

form input::placeholder, textarea::placeholder{
    color: #141718;
}

fieldset{
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

fieldset img {
    width: fit-content;
}

form button {
    background-color: #A5C643;
    color: white;
    border: none;
    padding: .5rem 1rem;
}

.contact-infos{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-family: 'Inter', sans-serif;
    color: #141718;
    font-size: .9rem;
}

.contact-infos b{
    display: inline-block;
    margin-bottom: .5rem;
}

.contact-infos h3{
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}


/* ------------ */

  footer{
    padding-top: 2rem;
  }
  .banner-footer{
    background-image: url(../assets/back-footer.png);
    background-position: center;
    /*height: 400px;*/
    width: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-footer img{
    max-width: 60%;
    object-fit: cover;
  }

  .container-footer{
    background-color: #1C3A52; 
    width: 100%;
    padding: 6rem 0px;
  }
    .container-footer-box{
        display: flex;
        flex-direction: column;
        gap: 5rem;
        justify-content: space-between;
    }
  .container-footer-box h3{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .container-footer-box .logo-divisor{
    height: 20px;
    width: 1px;
    background-color: #6C7275;
  }
  .container-footer-box .logo-bold{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
  }

  .container-footer-box .logo-light{
    color: white;
    font-weight: 200;
    font-size: .9rem;
    vertical-align: baseline;
    height: 100%;
  }

  .container-footer-box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .container-footer-box-top nav{
    display: flex;
    gap: 2rem;
  }
  .container-footer-box-top nav a{
    color: white;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    font-size: .9rem;
  }

.copyright{
    display: flex;
    color: white;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: .8rem;
    border-top: 1px solid #6C7275;
    padding-top: 1rem;
}

.banner-footer-img {
    max-width: 100%;
    width: 48%;
    height: auto;
}

@media (max-width: 768px) {
    .banner-footer-img {
        width: 100%;
    }

    .banner-footer {
        height: 200px;
    }
}

@media(max-width:1200px){
    .container{
        padding: 0 1rem;
    }
    .container-footer-box{
        display: flex;
        flex-direction: column;
        gap: 5rem;
        justify-content: space-between;
    }
    .container-footer-box-top{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .container-footer-box-top nav{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .copyright{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
}

@media(max-width:900px){

    .header-perfil-icon{
        display: none;
    }

    .hamburger-menu {
        display: flex;
    }

    .header-nav {
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        background-color: white;
        padding: 1rem;
        gap: 1rem;
        width: 200px;
        display: none;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .header-nav.active {
        display: flex;
    }

    .header-nav a {
        width: 100%;
        text-align: left;
    }
}

@media(max-width:680px){
    .header-section-video-vitrine h1{
        font-size: 2rem;
    }
    .header-section-video-vitrine p{
        font-size: 1.5rem;
    }
    .header-section-video-vitrine{
        padding: 1rem 0px;
    }
    .header-section-video-box img{
        height: 200px;
    }
    .header-section-video-vitrine{
        top: 15%;
    }
    .header-section-video-vitrine h1{
        font-size: 1.5rem;
    }
    .header-section-bottom-nav{
      display: flex;
      flex-direction: column;
        gap: 1rem;
    }
}

@media(max-width:480px){
    .contact-box{
        grid-template-columns: 1fr;
    }
}