@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
.header .menu ul li a {
  color: white;
}
.header .mobile-icon-menu.intern .hamburger-inner, .header .mobile-icon-menu.intern .hamburger-inner:after, .header .mobile-icon-menu.intern .hamburger-inner:before {
  background-color: #fff;
}
.header .lan a {
  color: white;
}
.header .lan-mobile ul li a {
  color: white;
}

.header {
  background-image: linear-gradient(180deg, rgba(33, 160, 253, 0.44) 0%, rgba(52, 167, 228, 0.44) 11%, rgba(130, 196, 130, 0.44) 55%, rgba(179, 214, 68, 0.44) 85%, rgba(198, 222, 44, 0.44) 100%), url("../../img/fund_who.png");
  background-size: cover;
}
.header .main-image {
  margin-top: 85px;
}
@media screen and (max-width: 600px) {
  .header .main-image {
    margin-top: 20px;
  }
}
.header .main-image .img {
  margin-bottom: -90px;
}
.header .main-image .img img {
  max-width: 100%;
}
.header .main-image .text {
  font-size: 82px;
  color: white;
  font-weight: bold;
  padding-top: 95px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .header .main-image .text {
    padding-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.middle-text-who {
  padding-top: 223px;
  padding-bottom: 290px;
  background-image: linear-gradient(180deg, rgba(33, 160, 253, 0.14) 0%, rgba(52, 167, 228, 0.14) 11%, rgba(130, 196, 130, 0.14) 55%, rgba(179, 214, 68, 0.14) 85%, rgba(198, 222, 44, 0.14) 100%);
}
@media screen and (max-width: 600px) {
  .middle-text-who {
    padding-top: 140px;
  }
}
.middle-text-who .call {
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .middle-text-who .call {
    padding-right: 0;
  }
}
.middle-text-who .call .call-text {
  padding-right: 20px;
  font-size: 42px;
  color: #85D37A;
  line-height: 1.1;
}
.middle-text-who .call img {
  position: relative;
  top: -90px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .middle-text-who .call img {
    top: -60px;
  }
}
.middle-text-who .text {
  font-family: "Open Sans", serif;
  color: #707070;
  font-size: 14px;
  line-height: 2;
}

.rounded-square-container {
  box-shadow: 0px 3px 40px #00000029;
  border-radius: 20px;
  padding: 56px 25px;
  margin-top: -222px;
  background-color: white;
}
.rounded-square-container .item {
  text-align: center;
  padding: 0 10px;
}
.rounded-square-container .item .title {
  font-size: 22px;
  font-weight: bold;
  color: #3C3C3C;
  margin-top: 35px;
  margin-bottom: 35px;
}
.rounded-square-container .item .img {
  min-height: 95px;
}
.rounded-square-container .item .text {
  font: "Open Sans", serif;
  color: #8B8B8B;
  font-size: 14px;
  line-height: 2;
}

.gallery-cotainer {
  padding-bottom: 190px;
  background: url("../../img/Folhas Slider.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .gallery-cotainer {
    padding-bottom: 60px;
  }
}
.gallery-cotainer .title {
  color: #3C3C3C;
  font-size: 42px;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .gallery-cotainer .title {
    margin-top: 75px;
  }
}
.gallery-cotainer .coluna .item {
  margin-bottom: 27px;
  position: relative;
}
.gallery-cotainer .coluna .item img {
  max-width: 100%;
  min-width: 100%;
}
.gallery-cotainer .coluna .item .text {
  position: absolute;
  width: calc(100% - 30px);
  height: 150px;
  background: transparent linear-gradient(180deg, #29292900 0%, #1F1F1F 100%) 0% 0% no-repeat padding-box;
  bottom: -1px;
  left: 15px;
}
.gallery-cotainer .coluna .item .text h2 {
  color: white;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.contact-home {
  background-image: linear-gradient(180deg, rgba(33, 160, 253, 0.44) 0%, rgba(52, 167, 228, 0.44) 11%, rgba(130, 196, 130, 0.44) 55%, rgba(179, 214, 68, 0.44) 85%, rgba(198, 222, 44, 0.44) 100%), url("../../img/who_contato.png");
  margin-top: 0;
  padding-top: 95px;
}
.menu ul li span {
    color: white;
}
/*# sourceMappingURL=quem.css.map */
