@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400&family=Space+Grotesk:wght@600&display=swap');
html {
    scroll-behavior: smooth;
  }
*{
    padding: 0;
    margin: 0;
}
body{
    padding: 0 10%;
}

/* HEADER */

.header__nav{
    padding: 28px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header__logo{
    display: flex;
    align-items: center;
    width: fit-content;
}
.header__logo img{
    height: 28px;
    margin-right: 10px;
    filter: invert(5%) sepia(1%) saturate(5557%) hue-rotate(164deg) brightness(97%) contrast(108%);
}
.header__logo-text{
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #010403;
}
.header__menu-list{
    list-style: none;
    width: fit-content;
}
.header__menu-item{
    display: inline;
}
.header__menu-item:last-child{
    margin-left: 12px;
}
.header__menu-link{
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #010403;
    padding: 12px 24px;
    transition: 500ms;
}
.header__menu-link:hover{
    color: #808080;
}
.header__menu-link--blue{
    background-color: #305DCF;
    color: white;
    font-weight: 400;
    border-radius: 12px;
}
.header__menu-link--blue:hover{
    color: white;
    background-color: #4673e5;
}
.header__ruler{
    border: 1px solid #E7EDF3;
}

/* SECTIONS */
.section{
    margin: 10% 0;
}
.inicio__content{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.section__heading{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
}
.section__heading--inicio{
    font-size: 48px;
}
.section__paragraph{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #8A8A8A;
    margin-bottom: 20px;
}
.section__link{
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 12px 24px;
    background-color: #305DCF;
    color: white;
    font-weight: 400;
    border-radius: 12px;
    margin-right: 20px;
    display: inline-block;
    transition: 500ms;
}
.section__link:hover{
    opacity: 0.9;
}
.section__link:last-child{
    margin-right: 0px;
}
.section__link--grey{
    background-color: #E7EDF3;
    color: #010403;
}
.section__image{
    margin-left: 40px;
    max-height: 300px;
    /* width: auto; */
}

.sobre__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.sobre__text-content{
    max-width: 750px;
}
.section__features{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
}
.section__feature{
    border: 2px solid #E7EDF3;
    border-radius: 28px;
    padding: 24px;
    margin: 20px;
}
.section__feature-heading{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}
.section__feature-description{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #8A8A8A;
}
.section__feature-icon{
    width: 70px;
    margin-bottom: 18px;
}

.section__feature-text-content{
    max-width: 220px;
}
.servicos__content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.servicos__heading{
    max-width: 500px;
    text-align: center;
}
.section__services{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section__service{
    padding: 32px 38px;
    background-color: #E7EDF3;
    border-radius: 20px;
    max-width: 400px;
    margin: 10px 12px;
    color: #010403;
    position: relative;
}
.section__service--blue{
    color: white;
    background-color: #305DCF;
}
.section__service-heading{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}
.section__service-description{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
}

.contato__header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.contato__logo{
    max-width: 100px;
    filter: invert(37%) sepia(58%) saturate(6776%) hue-rotate(218deg) brightness(88%) contrast(82%);
}
.contato__heading{
    max-width: 700px;
}
.section__form-label{
    color: #010403;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 8px;
}
.section__form-input{
    border: 2px solid #E7EDF3;
    border-radius: 16px;
    padding: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.section__form-input-group{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;

}
.section__form-input-group:last-child{
    margin-right: 0;
}
.section__form-group{
    display: flex;
    flex-direction: row;
}
.section__form-textarea{
    border: 2px solid #E7EDF3;
    border-radius: 16px;
    padding: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.section__form-button{
    border: none;
    background-color: #305DCF;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 12px;
    padding: 14px;
    width: 50%;
}
.section__form-button:hover{
    cursor: pointer;
    opacity: .8;
}
.navbar-open{
    display: none;
    padding: 8px;
    background-color: transparent;
    border: none;
}
.navbar-open:hover{
    cursor: pointer;
}

@media (max-width: 1050px) {
    .section__image{
        display: none;
    }
    .contato__logo{
        display: none;
    }
    .section__form-group{
        flex-wrap: wrap;
    }
    .section__form-input-group{
        margin-right: 0;
    }
    .header__menu-list{
        display: none;
    }
    .navbar-open{
        display: block;
    }
}






.navbar-close {
    text-align: end;
    margin: 10px 40px;
  }
  /* The side navigation menu */
  .sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 4; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #FBFEFD; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px; Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    text-align: center;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 20px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #1c2b32;
    display: block;
    transition: 0.3s;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .closebtn:hover{
    cursor: pointer;
  }
  

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }
    .sidenav a {
      font-size: 18px;
    }
  }