html {
  scroll-behavior: smooth;
}

body {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

/* COLORES */
:root {
  --blue-opacity: rgba(22, 39, 68, 0.8);
  --blue-aginco: #162744;
  --gray-300: #f3f3f3;
  --gray-400: #4b4848;
  --white: #fff;
}

/* GERAIS */
section {
  padding-top: 60px;
  padding-bottom: 45px;
}

h2 {
  color: var(--blue-aginco);
  font-size: 38px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}

h3 {
  color: var(--blue-aginco);
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    display: flex;
    justify-content: flex-end !important;
  }
}

/* HEADER */

.header {
  background: var(--blue-opacity);
  position: fixed;
  width: 100%;
  z-index: 1;
}

/* MENU */
.navbar {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-light {
  padding: 0;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--white);
  font-size: 15px;
  line-height: 20px;
  padding: 20px;
}

@media (min-width: 960px) {
  .navbar-light .navbar-nav .nav-link:hover {
    background: var(--blue-opacity);
  }
}

/* HERO */
.hero {
  background: var(--gray-400);
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: url(../assets/banner/aginco-principal.jpg);
  background-size: auto;
  background-size: cover;
  background-position: center 16%;
  height: 927px;
  overflow: hidden;
  padding-top: 425px;
  z-index: 1;
}

.hero__content-box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
}

.hero__box {
  background-color: var(--blue-opacity);
  color: var(--white);
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-size: 20px;
  height: 136px;
  letter-spacing: 0.3px;
  line-height: 28px;
  margin: auto;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-animation-duration: 1s;
  width: 278px;
}

@media (min-width: 960px) {
  .hero__box {
    font-size: 34px;
    line-height: 52px;
    width: 490px;
  }
}

.hero__content-more {
  align-items: center;
  background: var(--blue-opacity);
  border-radius: 60%;
  display: flex;
  height: 80px;
  width: 80px;
  justify-content: center;
  margin-top: 240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero__more {
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  top: -35px;
}

/*========= HERO ======= */

/* ABOUT-US */

.about-us {
  background: var(--gray-400);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-image: url("../assets/banner/quem-somos.jpg");
  background-position: center 16%;
  color: var(--white);
  overflow: hidden;
  padding-bottom: 70px;
}

.about-us__title {
  color: var(--white);
}

.about-us__box {
  align-items: center;
  border-bottom: 1px solid var(--white);
  border-top: 1px solid var(--white);
  height: 222px;
  margin: auto;
  position: relative;

  display: flex;
  justify-content: center;
  width: 300px;
}

@media (min-width: 768px) {
  .about-us__box {
    margin-top: 90px;
  }
}

.about-us__highlight {
  color: var(--white);
  font-size: 25px;
  left: -27px;
  position: absolute;
  text-align: center;
  top: 35px;
  width: 340px;
}
@media (min-width: 768px) {
  .about-us__highlight {
    font-size: 33px;
  }
}

.about-us__text {
  font-size: 17px;
  font-weight: 600;
  padding: 0 15px;
}

/*========= ABOUT-US======= */

/* PURPOSE */

.purpose__text {
  color: var(--blue-aginco);
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  text-align: center;
}

.purpose__subtitle {
  font-size: 30px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.purpose__img {
  height: 114px;
  margin: auto;
  width: 130px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/*========= PURPOSE======= */

/* SERVICE */

.service {
  background: var(--gray-400);
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: none;
  background-size: auto;
  background-size: cover;
  background-image: url("../assets/banner/nossos-servicos.jpg");
  background-position: center 16%;
  overflow: hidden;
  color: var(--white);
  padding-bottom: 70px;
  -webkit-font-smoothing: antialiased;
}

.service__text {
  color: var(--white);
  font-size: 25px;
  left: -75px;
  text-align: center;
  top: 20px;
}

@media (min-width: 768px) {
  .service__text {
    font-size: 30px;
  }
}

.service__title {
  color: var(--white);
  font-size: 38px;
  line-height: 32px;
  margin: 0 0 20px;
}

.service__box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service hr {
  border-top: 1px solid var(--white);
  display: flex;
  width: 150px;
}

/*========= SERVICE======= */

/* RESEARCH */

.research-box {
  padding-bottom: 45px;
  padding-top: 45px;
}

.research-box__subtitle {
  margin-bottom: 20px;
}

.research-box__text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

/*========= RESEARCH======= */

/* CLIENT */

.client {
  background: var(--gray-300);
  font-size: 18px;
}

.client__text {
  font-weight: 600;
}

.client__client-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.client-box__img {
  width: 165px;
  height: 165px;
  margin-bottom: 10px;
  display: flex;
}

.client-box__btn {
  background-color: var(--blue-aginco);
  border: 0 none;
  color: var(--white);
  display: block;
  font-size: 32px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  width: 215px;
}
.client-box__btn:hover {
  color: var(--white);
  text-decoration: none;
}
.client__item {
  list-style: square;
}
.client-box__phase {
  font-size: 26px;
  text-align: center;
}
/*========= Client======= */

.segment {
  background: var(--blue-aginco);
}
.segment__title {
  color: var(--white);
  font-size: 28px;
  font-weight: 400;
}

.gallery {
  border: 0;
  line-height: 50px;
  height: 160px;
  text-align: center;
  width: 200px;
  cursor: pointer;
  padding: 0;
  list-style-type: none;
}

.gallery-effects {
  color: var(--white);
  transition: all 0.3s;
  position: relative;
}

.gallery-text {
  font-size: 30px;
  color: var(--white);
  position: absolute;
  top: 30px;
  width: 140px;
  left: 35px;
  font-size: 16px;
  text-align: center;

  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
}
.nome-lista-mercado {
  position: relative;
  height: 85px;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  width: 110px;
  left: 40px;
  top: 35px;
}

.texto-lista-mercado {
  display: block;
  font-size: 30px;
  color: var(--white);
  position: absolute;
  top: 12px;
  width: 140px;
  left: -15px;
  font-size: 16px;
  text-align: center;
  opacity: 1;
}

.overlay {
  width: 218px;
  height: 169px;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: var(--blue-opacity);
  transition: 500ms linear;
}

/*========= FORM======= */

.form__form-control {
  background: var(--gray-300);
  border: 0;
  width: 100%;
  font-weight: 600;
  color: var(--blue-aginco);
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.form__form-control {
  height: 50px;
}
.form form {
  margin-bottom: 60px;
}

.form__btn {
  background: var(--blue-aginco);
  border: 0;
  color: var(--white);
  cursor: pointer;
  height: 42px;
  font-size: 18px;
  width: 100px;
}
.form__icon {
  display: flex;
  font-size: 48px;
  margin-right: 22px;
}

@media (min-width: 960px) {
  .form__content {
    padding: 0 64px;
  }
}

.form__form-control textarea {
  height: 242px;
  resize: none;
}

.form .map {
  margin-top: 18px;
  display: block;
}

.form__img {
  display: flex;
  margin-right: 22px;
}

.form__item div {
  display: flex;
  margin-bottom: 18px;
}
.form__info {
  display: flex;

  flex-direction: column;
}

@media (min-width: 768px) {
  .form .item {
    align-items: center;
    flex-direction: row;
  }
}

/*========= Cookie======= */

.cookie-message {
  background: var(--gray-400);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 999;
}

.cookie-message__content {
  color: var(--white);
  display: flex;
  font-family: sans-serif;
  font-size: 14px;
  justify-content: space-between;
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 20px;
}

.cookie-message__content p {
  margin-bottom: 10px;
}

.cookie-message__button {
  background: var(--blue-aginco);
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
}

.cookie-message__button:hover {
  background: var(--blue-opacity);
  text-decoration: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}

.content-gallery {
  display: flex;
  flex-wrap: wrap;
}

/*========= WhatsApp Flutuante======= */

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #FFF;
  transform: scale(1.1);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.whatsapp-float svg {
  width: 35px;
  height: 35px;
  fill: white;
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 25px;
  }
  
  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}
