html{
  scroll-behavior: smooth;
}
body{
  font-family: 'Muli';
  margin: 0;
}
.header .nav-wrap{
  background-image: url('../img/header.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 83px;
}
.header .header-content{
  margin:0 auto;
  max-width: 64%;
  display: flex;
}
.header .menu{
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0px;
}
.header .menu .menu__logo{
  flex: 1;
  text-align: center;
}
.header .menu a{
  text-decoration: none;
}
.header .menu .menu__logo span{
  color: #4A4A4A;
  font-family: 'Muli';
  line-height: normal;
  font-size: 22px;
  letter-spacing: 12.5714px;
}
.menu__burger,
.menu__close{
  display:none; 
}
.header .menu .menu__item{
  color: #4A4A4A;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 20px 15px;
  text-align: right;
  text-transform: uppercase;
}
.header .menu .social-icons{
  display: flex;
  flex-wrap: wrap;
}
.header .menu .social-icons__item{
  margin: 0px 7px;
}
.section-content{
  margin:0 auto;
  max-width: 48%;
}
.top-banner{
  background-image: url('../img/Group2.jpg');
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.535383) 61.38%), url('../img/Group2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color:white;
  height:100%;
  text-align:center;
  width:100%;
}
.top-banner-content{
  padding:150px 0px;
}
.top-banner-content__item{
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 1.5625px;
  line-height: 63px;
  margin:0px;
  text-transform: uppercase;
}
.top-banner-content__paragraph{
  font-size: 29px;
  font-weight: 200;
  letter-spacing: 0.75px;
  line-height: 30px;
  margin-bottom: 40px;
}
.top-banner-content__link{
  background: linear-gradient(180deg, #FA8A3E 0%, #CC2B62 96.59%);
  border-radius: 8px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding: 18px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.viewy-general{
  background: url('../img/section2_background.jpg') ;
  background-size: contain;
  width:100%;
}
.viewy-general__wrapper{
  color: white;
  padding: 70px 0px;
  text-align:center;
}
.viewy-general__header{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 35px;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.viewy-general__paragraph{
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.fazemos-section{
  background: #ededed;
  text-align: center;
}
.fazemos-content{
  margin:0 auto;
  max-width: 64%;
}
.fazemos-section__content-wrapper{
  padding: 90px 0px 50px;
}
.fazemos-section__header{
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 7px;
  line-height: 35px;
  margin: 0px 0px 50px 0px;
  text-align: center;
}
.fazemos-section .content-group{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 70px;
}
.fazemos-section .slide-two,
.fazemos-section .slide-three{
  display: none;
}
.fazemos-section .content-group .content-group__text,
.fazemos-section .content-group .content-group__image{
  width: 50%;
  text-align: justify;
  margin: 20px;
}
.fazemos-section .content-group .content-group__text{
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.5px;
}
.fazemos-section .content-group .content-group__image{
  object-fit:contain;
}
.fazemos-section .button-group{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  justify-content: center;
  margin-bottom: 50px;
}
.fazemos-section .button-group .active{
  background: url('../img/button_background.jpg') no-repeat;
  background-size: cover;

  box-shadow: 5px 5px 0px #c9c8c8; 

  color: white;
}
.fazemos-section .button-group .active:after{
  display:none;
}
.fazemos-section .button-group div{
  position:relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #D8D8D8 100%);
  border-radius: 4px;
  height: 45px;
  width: 25%;
  align-items: center;
  display: flex;
  margin: 0px 30px;
  justify-content: space-around;
  padding: 20px 10px;
  text-align: left;
  box-shadow: -1px 0 0 1px #FA8A3E, -1px -1px 0 1px #CC2B62 , -1px 1px 0 1px #FA8A3E, 0 -1px 0 1px #CC2B62, 0 1px 0 1px #CC2B62, 1px -1px 0 1px #CC2B62, 1px 1px 0 1px #CC2B62, 1px 0 0 1px #CC2B62;
}
.fazemos-section .button-group div:after{
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  right: -7px;
  bottom: -7px;
  background: none;
  border-bottom: 2px solid #000000;
  border-right: 2px solid red;
  border-radius: 7px;
  content: "";
  opacity: 0.1;
  pointer-events: none;
}

.fazemos-section .button-group .button__image{
  width:auto;
  margin: 0px 20px;
}
.fazemos-section .button-group .button__paragraph{
  width: 80%;
  font-weight: bold;
}
.fazemos-section .button-group .button__image,
.fazemos-section .button-group .button__paragraph{
  display: inline;
}
.fazemos-section .button-group .button__image_button-selected{
  display: none;
}
.fazemos-section .button-group .button-one__image{
  display: none;
}
.fazemos-section .button-group .button-one__image-active{
  display: inline;
}
.fazemos-section .dots .dot{
  border-radius: 20px;
  display: inline-block;
  width: 12px;
  height:12px;
  border: 2px solid #B8B3B3;
  margin:4px;
}
.fazemos-section .dots .dot-active{
  background: linear-gradient(39.92deg, #FF911E 17.19%, #D53947 90.56%);
  width:16px;
  height:16px;
  border: none;
}
.equipe-section{
  text-align: center;
  padding: 90px 0px;
}
.equipe-section__header{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 35px;
  margin-bottom: 80px;
}
.equipe-section .equipe-section__list-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.equipe-section .equipe-section__list-wrapper .list-element {
  width: 32%;
  min-height: 250px;
}
.list-element__image{
  height: 59px;
  width: 59px;
}
.list-element__header{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 25px;
  margin: 10px 0px 5px;
  text-align: center; 
}
.list-element__description{
  font-size: 14px;
  letter-spacing: -0.21px;
  line-height: 18px;
  margin: 0 auto;
  width:90%;
}
.premio-section{
  background: url('../img/section5_background.jpg') no-repeat;
  background-size: cover;
  color: white;
  text-align:center;
  width:100%;
}
.premio-section__wrapper{
  padding: 100px 0px;
}

.premio-section__paragraph{
  font-size: 14px;
  letter-spacing: 3.5px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: center;
}
.premio-section__header{
  letter-spacing: 6.5px;
  line-height: 33px;
  font-size: 26px;
  font-weight: 900;
  margin-top: 6px;
  text-align: center;
}

.parcerias-section{
  background: #FAFAFA;
  padding: 100px 0px;
  text-align: center;
}
.parcerias-section__header{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 35px;
  margin-bottom: 50px;
  text-align: center;
}
.parcerias-section .companies-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.parcerias-section .companies-list .companies-list__item {
  align-items: center;
  background: white;
  border: 1px solid #CBCBCB;
  display: flex;
  justify-content: center;
  height: 100px;
  margin-bottom: 10px;
  padding: 10px 25px;
  width: 15%;
}
.parcerias-section .companies-list .companies-list__item img{
  max-height: 50px;
  max-width: 80%;
}

.contate-section{
  background: url('../img/contate_background.png')   ;
  background-position: -20% 0%;
  background-size: 150%;
  padding: 90px 0px;
  text-align: center;
}
.contate-section__header{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 35px;
  text-align: center;
}
.contate-section__paragraph{
  letter-spacing: -0.21px;
  line-height: 18px;
  font-size: 14px;
  margin: 0 auto 80px auto;
  text-align: center;
  max-width: 50%;
}
.contact-form-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 90px;
}
.contact-form{
  width: 55%;
}
.contact-details{
  border: 2px dashed #C1D3D2;
  box-sizing: border-box;
  height: fit-content;
  padding: 10px 50px 10px 20px;
  margin-top: 15px;
  text-align: left;
  width: 38%;
}
.contact-details__header{
  color: #111111;
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
}
.contact-details__paragraph{
  display: flex;
  margin: 20px 0px;
}
.contact-details__paragraph img{
  margin-right: 5px;
}
.contact-form .contact-form__input,
.contact-form .contact-form__submit{
  display: flex;
}
.contact-form__input{
  border: 1px solid #C1D3D2;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  padding: 15px;
  width: 100%;
}
.contact-from__input::placeholder{
  font-weight: normal;
  line-height: 18px;
  font-size: 14px;
}
.contact-form__submit{
  background: #DC4841;
  border: none;
  border-radius: 2px;
  color: white;
  font-size: 13px;
  font-weight: 900;
  line-height: 16px;
  padding: 13px 40px;
  text-transform: uppercase;
}
.contate-section .map-section{
  width: 100%;
  height: 100%;
}
.contate-section .map-section-wrapper {
  text-decoration: none;
}
.contate-section .map-section-wrapper:focus {
  outline: none;
}
.bottom-section{
  display: flex;
  justify-content: center;
  padding: 50px 0px 20px;
  margin: 0 auto;
  max-width: 60%;
}
.bottom-section__logo{
  flex: 1;
  text-align: left;
}
.bottom-section__column{
  color: black;
  font-size: 13px;
  padding-left: 70px; 
  text-align: left;
}
.bottom-section a {
  text-decoration: none;
  color: black;
}
.bottom-section__header{
  font-weight: bold;
  margin-bottom: 25px;
}
.item-wrapper {
  display: flex;
}
.bottom-section__paragraph{
  color: black;
  display: block;
  margin: 16px 0px;
  text-decoration: none;
}
.bottom-section__paragraph-top{
  margin-top:54px;
}
.footer .footer-content hr{
  display: block;
  height: .5px;
  border: 0;
  border-top: .5px solid #D8D8D8;
  margin: 1em 0;
  padding: 0; 
}
.footer-content__wrapper{
  display: flex;
  align-items: center;
}
.footer .footer-content__text{
  flex: 1;
  font-size: 12px;
  line-height: 15px;
}
.footer .social-icons a{
  margin: 7px;
  text-decoration: none;
}

@media(max-width:1450px){
  .header .nav-wrap{
    height: fit-content;
  }
}

@media(max-width:1024px){
  .contact-form .contact-form__submit{
    margin: 0 auto;
  }
  .contact-form{
    margin: 0 auto;
    width: 90%;
  }
  .contact-details{
    margin:20px auto;
    width: 80%;
  }
  .contate-section{
    padding-bottom: 10px;
  }
  .header .nav-wrap{
    height: unset;
  }
  .header .menu{
    justify-content: center;
  }
  .header .menu .menu__item{
    padding: 10px 15px;
  }
  .fazemos-section .content-group{
    flex-wrap: wrap;
  }
  .fazemos-section .button-group div{
    width: 50%;
    margin: 10px;
  }
  .fazemos-section .content-group .content-group__text, 
  .fazemos-section .content-group .content-group__image{
    width: 100%;
    margin: 20px 0;
  }
}
@media(max-width:768px){
  .section-content{
    margin:0 auto;
    max-width: 90%;
  }
  .header .nav-wrap{
    transition: all .3s ease-in-out;
  }
  .header .header-content{
    max-width: 80%;
  }
  .header .menu{
    justify-content: flex-start;
  }
  .item-wrapper {
    display: none; 
    margin-top: 50px;
    width:100%;
  }
  .header .menu .menu__logo{
    width: unset;
    flex: 1;
  }
  .header .menu .menu__item{
    display: block;
    text-align: left;
    padding: 20px 0;
    font-size: 25px;
    line-height: unset;
  }
  .header .menu .menu__burger {
    display: unset;
    width:34px;
  }
  .header .menu .menu__close{
    width:34px;
    display: none;
  }
  .equipe-section .equipe-section__list-wrapper .list-element {
    width: 100%;
    margin-bottom: 30px;
    min-height: 190px;
  }
  .list-element__description{
    margin: 0 auto;
    width: 70%;
  }
  .parcerias-section .companies-list .companies-list__item {
    margin: 10px auto;
    width: 50%;
  }

  .header .menu .menu__item{
    margin: 0 auto;
  }
  .header .menu .social-icons{
    display: none;
  }
  .contate-section .map-section {
    height: 200px;
    object-fit: cover;
  }
  .fazemos-section .button-group div{
    width: 90%;
    margin: 10px;
  }
}

@media(max-width: 668px){
  .bottom-section{
    display: block;
    max-width: 80%;
    padding: 40px 0px 0px;
  }
  .bottom-section__column{
    margin-top: 30px;
    padding-left: 0px;
    text-align: left;
    vertical-align: top;
  }
  footer{
    max-width: 90%;
    margin: 0 auto;
  }
}