@charset "UTF-8";
/*   
Theme Name: Ecourban Theme
Theme URI: https://www.linkedin.com/in/luisviveiros-official/
Description: Tema desenvolvido para a Ecourban.
Author: Luís Viveiros
Author URI: https://www.linkedin.com/in/luisviveiros-official/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Jost: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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html, body {
  font-size: 14px;
  color: #333230;
  font-weight: 400;
  line-height: 25px;
  overflow-x: hidden;
}

p {
  margin: 0;
  padding: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
}

img {
  width: 100%;
}

*:focus {
  outline: 0 !important;
}

/*Scroll Effect*/
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  scroll-snap-type: y mandatory;
}

/*
@font-face{
    font-family:Bandoni72;
    font-style:normal;
    font-weight:normal;
    src:local('Bandoni72'),url(bodoni-72-oldstyle-book.ttf) format('truetype')
}
@font-face{
    font-family:Bandoni72;
    font-style:normal;
    font-weight:700;
    src:local('Bandoni72'),url(fonts/bodoni-72-oldstyle-bold.ttf) format('truetype')
}*/
/*Colors*/
@keyframes example {
  0% {
    transform: translate(0px, 0px);
  }
  15% {
    transform: translate(10px, 10px);
  }
  25% {
    transform: translate(20px, 15px);
  }
  40% {
    transform: translate(25px, 0px);
  }
  50% {
    transform: translate(30px, -10px);
  }
  75% {
    transform: translate(15px, -5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
a {
  transition: all 0.5s;
  position: relative;
}

a:focus, a:hover {
  color: #004934;
  text-decoration: none;
  transition: all 0.5s;
}

header a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #004934;
  bottom: -15px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
header a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
header .menu-item-logo a::before {
  content: none;
}
header .menu-item-logo a:hover {
  transform: scale(1.1);
}

.button.btnOrange:hover {
  background-color: #004934;
  transition: 0.5s;
}
.button.btnGreen:hover {
  background-color: #F2AF50;
  transition: 0.5s;
}

body * {
  font-family: "Jost", sans-serif;
}

.h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

h1.mainH1 {
  font-family: "Jost", sans-serif;
  font-size: 60px;
  padding-bottom: 60px;
  font-weight: 400;
}

.textBlogContent h3 {
  font-family: "Jost", sans-serif;
}

.rowBtn {
  margin-top: 130px !important;
  text-align: center;
}
.rowBtn .button {
  font-size: 25px;
  border-radius: 100px;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  padding: 10px 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.rowBtn .button i {
  transform: rotate(-45deg);
}
.rowBtn .btnOrange {
  background-color: #F2AF50;
  color: #FFFFFF;
  border: 3px solid #F2AF50;
  transition: 0.5s;
}
.rowBtn .btnGreen {
  background-color: #004934;
  color: #FFFFFF;
  border: 3px solid #004934;
  transition: 0.5s;
}

.close {
  text-shadow: none;
}

.container-fluid {
  width: 100%;
}

.linkArrowDown {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  bottom: 50px;
  animation: arrowDown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.linkArrowDown:hover .iconGoDownArrow {
  transition: 0.5s;
  transform: scale(1.2);
}

.fa-solid {
  color: #F2AF50;
  font-size: 30px;
}

.iconGoDownArrow {
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 45px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #F2AF50;
  transition: 0.5s;
}

.hamburger {
  position: absolute;
}

.spacer {
  padding: 120px 0 120px;
}

/*
.content,.headerMainContainer,.header,.container-fluid,.footer {display:none;}
.preload { width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;}
*/
p {
  text-align: center !important;
}

a {
  text-decoration: none !important;
}

/*Home*/
header {
  transition: 1s 0.3s ease-out forwards;
  background-color: rgba(214, 208, 198, 0.95);
}
header ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 2fr 2fr;
  width: 100%;
  text-align: center;
  transition: all ease-in-out 0.5s;
}
header ul li a {
  text-decoration: none !important;
  color: #333230;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-menu-principal-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.menu-menu-principal-container .main-menu {
  margin: 0;
}
.menu-menu-principal-container .main-menu .menu-item {
  font-size: 40px;
  height: 100%;
}

.home {
  background-color: #D6D0C6;
  /*Blog*/
}
.home .overlayBanner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 73, 52, 0.15);
}
.home .logoArea {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 100px;
  z-index: 1;
}
.home .logoArea .logo img {
  max-height: 100px;
  max-width: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .headerMainContainer {
  position: relative;
  transition: all ease-in-out 0.5s;
}
.home .home_banner {
  background-color: #D6D0C6;
  transition: all ease-in-out 0.5s;
}
.home .header {
  z-index: 9999 !important;
  height: 100px;
  max-width: 100%;
  top: 100%;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home .header #menu-item-logo {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 450px;
  transition: all ease-in-out 0.5s;
  transform: translateY(0px) scale(1);
}
.home .header #menu-item-logo #logoMenu {
  transition: all ease-in-out 0.5s;
}
.home .header .container-fluid {
  height: 100%;
  max-width: 1660px;
  margin: 0 auto;
}
.home .home_banner {
  position: relative;
}
.home .home_banner .img_banner {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .cardBlog {
  max-width: 90%;
  margin: 0 auto;
}
.home .cardBlog .cardContent {
  background-color: #004934;
  color: #FFFFFF;
}
.home .cardBlog .cardContent img {
  position: relative;
  right: -30px;
  margin-top: -30px;
  max-height: 555px;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .cardBlog .cardContent .textBlogContent {
  font-size: 25px;
  padding: 30px;
  font-weight: normal;
}
.home .cardBlog .cardContent .textBlogContent h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.home .cardBlog .cardContent .textBlogContent span {
  width: 100%;
  text-align: right;
  padding-top: 30px;
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
}

.changeGrid {
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
}

.container {
  max-width: 1660px;
  width: 100% !important;
}

.header {
  max-width: 1735px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1920px) {
  .container {
    max-width: 1735px;
  }
  .header {
    max-width: 1660px;
  }
}
.order-1Img {
  max-width: 440px;
  max-height: 640px;
  position: relative;
}

.order-2Img {
  position: relative;
  max-width: 530px;
  max-height: 780px;
  margin: 0 auto;
}

.first-container {
  padding-top: 400px;
  text-align: center;
}
.first-container .order1::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  background-color: #333230;
  width: 4px;
  height: 100%;
}
.first-container .phrase {
  display: block;
  position: relative;
}
.first-container .phrase h3 {
  font-family: "Quicksand", sans-serif;
  padding: 60px;
  font-size: 40px;
}
.first-container img {
  width: 100%;
}

.second-container {
  padding-bottom: 60px;
}
.second-container .row {
  max-width: 1500px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.second-container h1 {
  text-align: center;
}
.second-container .col-md-6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.second-container .order2 {
  text-align: left;
  max-width: 600px;
  margin: 0 0 0 auto;
}
.second-container .order2 h1 {
  font-size: 44px;
  font-weight: 700;
  text-align: left;
  line-height: 55px;
  color: #333230;
}
.second-container .order2 p {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #333230;
}
.second-container .orderCols1::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  background-color: #333230;
  width: 4px;
  height: 100%;
}
.second-container .order-1Img::before {
  content: "";
  background-color: #004934;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.second-container img {
  width: 100%;
  aspect-ratio: 4/5;
  max-width: 600px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
}

.third-container {
  margin: 30px 0;
  padding-bottom: 160px;
  padding-top: 60px;
  text-align: center;
  background-color: #004934;
  color: #D6D0C6;
}
.third-container .widthProjects {
  padding: 30px 120px;
}
.third-container .widthProjects .p {
  text-align: center;
}
.third-container .projetosList {
  padding-top: 30px;
}
.third-container .projetosList .col-md-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.third-container .projetoListContainer {
  cursor: pointer;
  position: relative;
}
.third-container .projetoListContainer:hover {
  cursor: pointer;
}
.third-container .projetoListContainer h4 {
  padding: 0 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  min-height: 132px;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  right: 0;
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
.third-container h2 {
  font-size: 50px;
  padding: 15px 0;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.third-container .widthProjects {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.third-container .widthProjects p {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  font-family: "Jost", sans-serif !important;
}
.third-container .projetoListContainer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F2AF50;
  width: 100%;
  height: 100%;
}
.third-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
}

.fourth-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fourth-container .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.fourth-container h2 {
  font-size: 96px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.fourth-container .order-2Img::before {
  content: "";
  background-color: #004934;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fourth-container img {
  width: 100%;
  aspect-ratio: 4/5;
  max-width: 600px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
}

.fifth-container {
  background-color: #D6D0C6 !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  height: 100vh;
  padding: 60px 0;
}
.fifth-container h2 {
  font-family: "Jost", sans-serif;
  color: #004934;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
}
.fifth-container .container {
  height: 100%;
}
.fifth-container .row {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fifth-container img {
  width: 100%;
}

.sixth-container {
  padding: 60px 0 90px;
}
.sixth-container .blog-title {
  text-align: center;
  padding: 60px 0 90px;
  color: #004934;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 76px;
}

/*Footer*/
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #004934;
  width: 100%;
  font-size: 25px;
  color: #FFFFFF;
  line-height: normal;
}
.footer .footerImg img {
  max-width: 300px;
}
.footer .titleFooter h4 {
  font-family: "Jost", sans-serif;
  color: #FFFFFF;
  font-size: 40px !important;
  line-height: normal;
}
.footer .redes, .footer .contacto {
  text-align: center;
}
.footer .redes a, .footer .contacto a {
  color: #fff;
  transition: 0.5s;
}
.footer .redes a:hover, .footer .contacto a:hover {
  color: #fff;
  transform: scale(1.1);
  transition: 0.5s;
}
.footer a i {
  font-size: 40px;
  color: #FFFFFF;
  transition: 0.5s;
}
.footer a:hover i {
  transition: 0.5s;
  transform: scale(1.2);
}
.footer .slogan {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  max-width: 300px;
  width: 100%;
}
.footer .copyright {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.footer .copyright b {
  padding-left: 5px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Space Mono", monospace;
}

.overlayGreen::before {
  content: "";
  background-color: rgba(0, 73, 52, 0.7);
  position: fixed;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.overlayPop {
  opacity: 0;
  z-index: -1;
  position: fixed;
  max-width: 567px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.contentPopUp {
  position: relative;
  margin: auto;
}

.contentPopUp .col-md-12 {
  position: relative;
}

.contentPopUp h2 {
  padding-bottom: 0px;
  color: rgb(0, 73, 52);
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.contentPopUp h6 {
  padding-bottom: 15px;
  color: #004934;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}

.contentPopUp img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contentPopUp .col-md-3 {
  text-align: right;
}

.contentPopUp button {
  position: relative;
  right: 0;
  top: 0;
  color: #004934;
  font-size: 30px;
  opacity: 1;
}

.especialidadesPopUp {
  opacity: 1;
  background-color: #D6D0C6;
  padding: 30px;
  transition: 5s;
  transform: translateX(-200%);
  animation: fromRight forwards;
  animation-duration: 1s;
}

@keyframes arrowDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fromRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1920px) {
  .img_banner_logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 1400px) {
  header ul li a {
    color: #333230;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 991px) {
  .row.rowBtn {
    margin-top: 30px !important;
  }
  .second-container .order2 {
    margin-top: 30px !important;
  }
  .especialidades_div_page {
    padding: 15px;
  }
  .img_banner_logo {
    max-width: 250px;
  }
  .second-container .order2::after {
    content: none;
  }
  .second-container .order2 {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
  }
  .second-container .order-1Img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .first-container .order1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #333230;
    width: 70%;
    height: 4px;
    left: 0;
    margin: 0 auto;
  }
}
/*Animacao*/
.especialidades_div_page:nth-of-type(1) .projetoListContainer img {
  transition: 0.3s;
}

.especialidades_div_page:nth-of-type(2) .projetoListContainer img {
  transition: 0.3s;
}

.especialidades_div_page:nth-of-type(3) .projetoListContainer img {
  transition: 0.3s;
}

.especialidades_div_page:nth-of-type(4) .projetoListContainer img {
  transition: 0.3s;
}

.especialidades_div_page a:hover .projetoListContainer img {
  transition: 0.3s;
}

.third-container .projetoListContainer.especialidades .divImg {
  transition: 0.3s;
  left: 20px;
  top: -20px;
  position: relative;
}

.third-container .projetoListContainer.especialidades:hover .divImg {
  transition: 0.3s;
  left: 0;
  top: 0;
}

.third-container .projetoListContainer::before {
  transition: 0.3s;
}

.third-container .projetoListContainer:hover::before {
  left: 0;
  top: 0;
  transition: 0.3s;
}

.second-container .order2 h1, .second-container .text-area {
  color: #D6D0C6 !important;
}

.especialidades.projetoListContainer p {
  color: #333230 !important;
}

.especialidades.projetoListContainer h3 {
  color: #004934 !important;
}

@media screen and (max-width: 1699px) {
  .third-container .projetoListContainer h4 {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .especialidades_div_page {
    width: 50% !important;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .second-container .order2 p {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .fifth-container {
    height: auto !important;
  }
  .cardBlog {
    padding-top: 100px;
  }
  .home .cardBlog .cardContent img {
    position: relative;
    right: -30px;
    margin-top: -30px;
    max-height: 600px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .cardContent {
    position: relative;
    left: -15px;
  }
  .especialidade.row {
    width: 90%;
    margin: 0 auto;
    right: 0;
    left: 0;
    position: relative;
  }
  .especialidades_div_page {
    margin-bottom: 60px;
  }
  .widthProjects {
    padding: 30px 15px !important;
  }
  .footerImg {
    text-align: center;
  }
  .slogan {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .copyright {
    text-align: center;
    padding-bottom: 15px;
  }
  .fourth-container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .fourth-container .row .col-md-6:nth-of-type(1) {
    padding-bottom: 45px;
  }
}
/*Animacao*/
.order-1Img:hover img {
  transition: 0.5s;
  left: 0px;
  bottom: 0px;
}

.order-2Img:hover img {
  transition: 0.5s;
  left: 0px;
  bottom: 0px;
}

.order-1Img img {
  transition: 0.5s;
  left: 30px;
  bottom: 30px;
}

.order-2Img img {
  transition: 0.5s;
  left: 30px;
  bottom: 30px;
}

.home .cardBlog:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.home .cardBlog {
  transition: 0.5s;
}

.fourth-container h2 {
  box-shadow: inset 0 0 0 0 #004934;
  transition: color 1s ease-in-out, box-shadow 1s ease-in-out;
  padding: 15px;
}

.fourth-container h2:hover {
  box-shadow: inset 100vw 0 0 0 #004934;
  color: #D6D0C6;
}

.second-container .order2 {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #333230;
  position: relative;
  padding: 2rem;
}
.second-container .order2:hover {
  color: #D6D0C6 !important;
}
.second-container .order2:hover .post-title {
  color: #D6D0C6;
}
.second-container .order2:hover:before {
  transform: scaleY(1);
}
.second-container .text-area {
  position: relative;
  transition: 0.4s ease-out;
}
.second-container .mainH1 {
  position: relative;
  transition: 0.4s ease-out;
}

@media screen and (max-width: 767px) {
  .first-container .col-md-6.col-sm-6.col-xs-12 {
    width: 100% !important;
  }
  .third-container .projetoListContainer h4 {
    font-size: 4vw !important;
  }
  .overlay > a:first-of-type {
    width: 100%;
  }
  .overlay > a:nth-of-type(2) {
    top: 75px;
    right: 5px;
    font-size: 60px;
  }
  .overlay-content ul a {
    font-size: 8vw;
  }
  .openMenu {
    margin: 80px 30px 0 0;
  }
  .home .logoArea {
    padding: 100px 30px;
  }
  .home .logoArea .logo img {
    max-width: 250px;
  }
}
@media screen and (max-width: 560px) {
  .third-container .projetoListContainer h4 {
    font-size: 8vw !important;
  }
  .second-container .order2 h1 {
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    line-height: 52px;
  }
}
@media screen and (max-width: 499px) {
  .home .cardBlog {
    max-width: 80%;
    margin: 0 auto;
  }
  .second-container .col-md-6:nth-of-type(1),
  .fourth-container .container .row .col-md-6:nth-of-type(2) {
    padding: 30px !important;
  }
  .spacer {
    padding: 60px 0 60px;
  }
  .first-container .phrase h3 {
    padding: 15px 30px;
    font-size: 30px;
    line-height: 32px;
  }
  .first-container {
    padding-top: 100px;
    text-align: center;
  }
  .sixth-container .blog-title {
    padding: 30px 0 60px;
    font-size: 36px;
    line-height: 38px;
  }
  .second-container .order2 h1 {
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 30px !important;
  }
  .second-container .order2 p {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  .col-md-6, .col-sm-12, .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fifth-container h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
  }
  .third-container.mainEspecialidadesContainer .row.rowBtn {
    margin-top: 30px !important;
  }
  .especialidade {
    width: 100% !important;
  }
  .fourth-container h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .third-container .widthProjects p {
    font-weight: 500;
    font-size: 24px !important;
    line-height: 26px !important;
  }
  .fifth-container h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 370px) {
  .rowBtn .button {
    font-size: 30px !important;
  }
}
.openMenu {
  z-index: 9998;
  right: 0;
  position: fixed;
  margin: 40px 60px 0 0;
  background: linear-gradient(145deg, #004e38, #00422f);
  box-shadow: none;
  border: 2px solid #D6D0C6;
  color: #D6D0C6 !important;
  cursor: pointer;
  height: 60px !important;
  width: 60px !important;
  text-align: center;
  display: flex;
  flex-wrap: wrap !important;
  align-content: center !important;
  justify-content: center !important;
  transition: ease-in-out 0.3s;
}
.openMenu:hover {
  transform: scale(0.9);
  transition: ease-in-out 0.3s;
}

.overlay {
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #004934;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay img {
  max-width: 250px;
  width: 100%;
}

.overlay > a {
  width: -moz-max-content;
  width: max-content;
}

.overlay-content {
  transform: scale(0);
  transition: 0.5s;
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-content ul {
  margin: 0 auto !important;
  padding: 0 !important;
}
.overlay-content ul li {
  padding-bottom: 15px;
}
.overlay-content ul a {
  text-transform: uppercase !important;
  font-size: 50px;
  padding: 15px;
  font-weight: 800;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #D6D0C6;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #FFB431;
}

.overlay .closebtn {
  padding: 0;
  position: absolute;
  top: 80px;
  right: 60px;
  font-size: 60px;
  padding-right: 15px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .openMenu, #myNav {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  header#header.header {
    display: none !important;
  }
  .first-container {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 567px) {
  .overlay > a:first-of-type {
    width: 100%;
  }
  .overlay > a:nth-of-type(2) {
    top: 75px;
    right: 5px;
    font-size: 60px;
  }
  .overlay-content ul a {
    font-size: 8vw;
  }
  .openMenu {
    margin: 40px 15px 0 0;
  }
  .closebtn {
    padding: 0 15px 0 0;
  }
  .home .logoArea {
    padding: 40px 30px;
  }
  .home .logoArea .logo img {
    max-width: 250px;
  }
  /*
  .overlay {
      padding-left: 30px;
      padding-right: 30px;
  }*/
}
.bannerImg {
  width: 100%;
}

/*Header*/
.single-post .bannerAreaTop img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: blur(4x);
  -webkit-filter: blur(4px);
}

.page-template-termos-politica,
.page-template-projetos,
.single-projetos,
.page-template-contactos,
.archive,
.category,
.single-post,
.page-template-aboutUs,
.blog {
  background-color: #D6D0C6;
}
.page-template-termos-politica header,
.page-template-projetos header,
.single-projetos header,
.page-template-contactos header,
.archive header,
.category header,
.single-post header,
.page-template-aboutUs header,
.blog header {
  z-index: 9999 !important;
  height: 100px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed !important;
  top: 0 !important;
}
.page-template-termos-politica header #logoMenu,
.page-template-projetos header #logoMenu,
.single-projetos header #logoMenu,
.page-template-contactos header #logoMenu,
.archive header #logoMenu,
.category header #logoMenu,
.single-post header #logoMenu,
.page-template-aboutUs header #logoMenu,
.blog header #logoMenu {
  transform: none !important;
}
.page-template-termos-politica .header .container-fluid,
.page-template-projetos .header .container-fluid,
.single-projetos .header .container-fluid,
.page-template-contactos .header .container-fluid,
.archive .header .container-fluid,
.category .header .container-fluid,
.single-post .header .container-fluid,
.page-template-aboutUs .header .container-fluid,
.blog .header .container-fluid {
  height: 100% !important;
  max-width: 1660px !important;
  margin: 0 auto !important;
}

.mainTitleCenter {
  padding: 120px 0 0;
}
.mainTitleCenter h1 {
  color: #004934;
  font-family: "Jost", sans-serif !important;
  font-size: 76px;
  line-height: 90px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.secondContentEcourban {
  margin-bottom: 30px;
}
.secondContentEcourban .mainTitleCenterContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.secondContentEcourban p {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #004934;
  position: relative;
  padding: 60px 0;
  margin: 15px 0;
}
.secondContentEcourban p::before {
  content: "";
  width: 100%;
  max-width: 200px;
  height: 8px;
  background-color: #F2AF50;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.secondContentEcourban p::after {
  content: "";
  width: 100%;
  max-width: 200px;
  height: 8px;
  background-color: #F2AF50;
  display: block;
  margin: 0 0 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.aboutEcoCol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aboutUsRightImg {
  max-width: 555px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  max-height: 597px;
  height: 100%;
}
.aboutUsRightImg img {
  position: relative;
  right: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutUsRightImg::before {
  content: "";
  background-color: #004934;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}

.mainTitleCenterContent video {
  margin-bottom: -60px;
}

.third-container-ecourban-about {
  background-color: #004934;
}

.thirdContentEcourban {
  padding: 20rem 0;
}
.thirdContentEcourban p {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  display: block;
}

.fourthContentEcourban {
  padding: 20rem 0;
  position: relative;
}
.fourthContentEcourban .cardYellow {
  background-color: #F2AF50;
  padding: 15px;
}
.fourthContentEcourban h3 {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  align-items: center;
  text-align: center;
  color: #004934;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.fourthContentEcourban ul {
  padding-left: 5rem;
  list-style: none;
}
.fourthContentEcourban ul li {
  padding: 0 150px 0 0;
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  align-items: center;
  color: #333230;
  padding-bottom: 3rem;
}
.fourthContentEcourban ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #004934;
  position: absolute;
  top: 10px;
  left: -35px;
}

.imgObjSobre {
  position: absolute;
  width: 680px;
  right: 0;
  top: -15rem;
  aspect-ratio: 9/11;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1600px) {
  .imgObjSobre {
    position: relative;
    max-width: 680px;
    right: 11rem;
    top: -30rem;
    aspect-ratio: 9/9;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 1366px) {
  .imgObjSobre {
    position: relative;
    max-width: 680px;
    right: 5rem;
    top: -20rem;
    aspect-ratio: 9/12;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .thirdContentEcourban, .fourthContentEcourban {
    padding: 10rem 0;
  }
}
.rowVideo {
  position: relative;
}

.aboutMainVideo {
  position: absolute;
  top: 0;
}

.rowVideoAbout {
  position: relative;
  padding: 10rem 0 20rem 0;
}

.mainTitleCenterContent video {
  height: 900px;
}

.row.thirdContentEcourban p span {
  font-family: "Quicksand", sans-serif;
}

@media screen and (max-width: 1600px) {
  .aboutUsRightImg {
    padding: 0 !important;
    margin-left: 20px;
  }
  .mainTitleCenterContent {
    padding: 0 15px;
    position: relative;
  }
  .mainTitleCenterContent video {
    width: 100%;
    height: 800px;
  }
  .fourthContentEcourban h3 {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 80px;
    align-items: center;
    text-align: center;
    color: #004934;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .fourthContentEcourban ul li {
    padding: 0 150px 0 0;
    padding-bottom: 0px;
    position: relative;
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    align-items: center;
    color: #333230;
    padding-bottom: 3rem;
  }
  .fourthContentEcourban ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #004934;
    position: absolute;
    top: 10px;
    left: -35px;
  }
  .imgObjSobre {
    position: relative;
    max-width: 680px;
    right: 5rem;
    top: -15rem;
    aspect-ratio: 9/12;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .thirdContentEcourban p {
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    display: block;
  }
  .aboutMainVideo {
    width: 100%;
  }
  .cardYellow h3 {
    line-height: 50px;
  }
}
@media screen and (max-width: 1099px) {
  .imgObjSobre {
    right: 3rem;
    width: calc(100% + 3rem);
  }
}
@media screen and (max-width: 767px) {
  .aboutMainVideo {
    position: relative !important;
    top: 0;
  }
  .rowVideoAbout {
    display: grid;
  }
  .rowVideoAbout .col-xs-12 {
    order: 2;
  }
  .rowVideoAbout .aboutEcoCol {
    order: 1 !important;
  }
  .fourthContentEcourban ul li {
    font-size: 25px;
    line-height: 35px;
  }
  .secondContentEcourban p {
    font-size: 25px;
    line-height: 35px;
  }
  .thirdContentEcourban p {
    font-size: 25px;
    line-height: 35px;
  }
  .mainTitleCenter h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .fourthContentEcourban ul {
    padding-left: 2rem;
    list-style: none;
  }
  .rowVideoAbout {
    position: relative;
    padding: 0;
  }
  .slogan {
    margin: 0 auto !important;
    text-align: center !important;
    padding-bottom: 30px;
  }
  .redes {
    padding-bottom: 30px;
  }
  .contacto {
    padding-bottom: 30px;
  }
  .copyright {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .fourthContentEcourban {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .secondContainer {
    order: 2;
  }
  .firstContainer {
    order: 1;
    text-align: center;
  }
  .imgObjSobre {
    position: relative;
    right: 3rem;
    width: 100%;
    max-width: 500px;
    right: 0;
    top: 0;
    margin: -6rem;
    padding: 0 15px;
  }
  .fourthContentEcourban h3 {
    padding-bottom: 2rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .fourthContentEcourban ul li {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .fourthContentEcourban ul li {
    padding-right: 150px;
  }
  .cardYellow h3 {
    line-height: 50px;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 610px) {
  .fourthContentEcourban ul li {
    padding-right: 15px;
  }
}
.archive .container-fluid.first-container,
.category .container-fluid.first-container,
.blog .container-fluid.first-container {
  padding-top: 0;
}
.archive .newRow,
.category .newRow,
.blog .newRow {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.archive .newRow .row,
.category .newRow .row,
.blog .newRow .row {
  padding: 30px 0;
  border-top: 4px solid #F2AF50;
}
.archive .newRow .row:last-of-type,
.category .newRow .row:last-of-type,
.blog .newRow .row:last-of-type {
  margin-bottom: 30px;
  border-bottom: 4px solid #F2AF50;
}
.archive .newRow .row h3,
.category .newRow .row h3,
.blog .newRow .row h3 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 47px;
  text-align: left;
  color: #004934;
}
.archive .newRow .row img,
.category .newRow .row img,
.blog .newRow .row img {
  aspect-ratio: 4/3;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .blog .newRow .row h3, .archive .newRow .row h3, .category .newRow .row h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.blog .mainTitleCenter h2, .archive .mainTitleCenter h2, .category .mainTitleCenter h2 {
  color: #004934;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
}

.blogBtn {
  color: #004934;
  font-size: 25px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.blogBtn:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.blogBtn:hover i {
  transition: 0.3s;
  transform: rotate(0);
}
.blogBtn i {
  transition: 0.3s;
  margin-left: 5px;
  color: #004934;
  transform: rotate(-45deg);
}

.articleBlogRow .col2, .articleBlogRow .col3 {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
}
.articleBlogRow .col2 span, .articleBlogRow .col3 span {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #004934;
}
.articleBlogRow .col2 a, .articleBlogRow .col3 a {
  width: 100%;
}

.loadMore {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 90px;
  margin-top: 30px;
}
.loadMore a.page-numbers {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #F2AF50;
  color: #004934;
  border-radius: 20px;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 80px;
  text-align: center;
  padding: 15px 15px;
  min-width: 80px;
  justify-content: center;
  transition: 0.3s;
}
.loadMore a.page-numbers:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.loadMore .page-numbers.current {
  pointer-events: none;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #004934;
  color: #D6D0C6;
  border-radius: 20px;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 80px;
  text-align: center;
  padding: 15px 15px;
  min-width: 80px;
  justify-content: center;
  transition: 0.3s;
}

.newRow div > div:last-of-type.articleBlogRow {
  border-bottom: 4px solid #F2AF50;
}

.prev.page-numbers, .next.page-numbers {
  display: none !important;
}

.single-post .single-title {
  text-align: center;
  font-size: 3rem;
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-color: orange;
  text-underline-offset: 15px;
  text-decoration-thickness: 5px;
  margin-bottom: 30px;
}
.single-post .container {
  margin-top: 60px;
  margin-bottom: 90px;
}
.single-post .container p {
  font-size: 30px;
  line-height: 35px;
  font-family: "Quicksand", sans-serif;
}

.archive,
.category {
  background-color: #D6D0C6;
}

.page-template-contactos .paddingContact {
  padding-top: 11vw;
  padding-bottom: 5vw;
}

.page-template-contactos {
  background-color: #004934;
}
.page-template-contactos header .container-fluid, .page-template-contactos footer .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-contactos form .col-xs-12 {
  padding-right: calc(var(--bs-gutter-x) * 0.3);
  padding-left: calc(var(--bs-gutter-x) * 0.3);
}
.page-template-contactos .inputField {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  color: #004934;
  color: #004835;
  margin-bottom: 15px;
  border: none;
}
.page-template-contactos .btnSubmitForm {
  background: #D4CEC4;
  border: none;
  border-radius: 21px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 52px;
  align-items: center;
  color: #004934;
  color: #004835;
  padding: 5px 15px;
  float: right;
  transition: 0.5s;
}
.page-template-contactos .btnSubmitForm:hover {
  transition: 0.5s;
  transform: scale(1.1);
}
.page-template-contactos .contactText {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 69px;
  text-align: left !important;
}
.page-template-contactos .contactText p {
  font-family: "Jost", sans-serif;
  text-align: left !important;
  font-size: 48px;
}
.page-template-contactos .contactEmail {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  display: flex;
  text-align: left !important;
}
.page-template-contactos .alignEnd {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.logoMobileV2 img {
  padding: 30px 30px;
  max-width: 300px;
  display: none;
}

@media screen and (max-width: 1199px) {
  .logoMobileV2 img {
    display: block;
  }
  .page-template-contactos .paddingContact {
    padding-top: 6vw;
    padding-bottom: 5vw;
  }
  .page-template-contactos form .row {
    width: 100%;
    margin: 0;
    padding-top: 15px;
  }
  .page-template-contactos .row {
    width: 100%;
    margin: 0;
  }
}
.openMenu {
  top: 25px;
}

.selectCategory {
  background: #F2AF50;
  border-radius: 20px;
  border: none;
  padding: 8px 15px;
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  color: #004934;
  font-family: "Quicksand", sans-serif;
  text-align: left;
  text-transform: uppercase;
}

.spacerBottom {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .imgBtn img {
    margin-bottom: 15px;
    height: 350px;
  }
  .archive .mainTitleCenter,
  .category .mainTitleCenter,
  .blog .mainTitleCenter {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .blogBtn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  .row.articleBlogRow {
    width: 100%;
    margin: 0;
  }
  .logoMobileV2 img {
    max-width: 250px;
  }
}
.projetosSingleContent {
  margin-bottom: 90px;
}
.projetosSingleContent .aboutUsRightImg::before {
  content: none;
}
.projetosSingleContent .aboutUsRightImg {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.projetosSingleContent .aboutUsRightImg img {
  height: 70vh;
}

.single-projetos .spacer {
  padding-top: 80px;
}
.single-projetos .mainTitleCenter {
  padding: 160px 0 0;
}
.single-projetos #firstArea > .container {
  max-width: 1860px;
  width: 100% !important;
}
.single-projetos .mainTitleCenter h1 {
  font-family: "Jost", sans-serif !important;
}
.single-projetos .leftImgProject {
  margin: 0;
  margin-left: -50px;
}
.single-projetos .rightImgProject {
  margin: 0 -50px 0 auto;
}
.single-projetos .column {
  font-size: 25px;
  line-height: 35px;
}
.single-projetos .column p {
  font-size: 25px;
  line-height: 35px;
  color: #333230;
}

.page-template-projetos .buttonCol {
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-projetos .button {
  font-size: 25px;
  border-radius: 100px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 10px 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  color: #004934;
  transition: 0.3s;
}
.page-template-projetos .button i {
  color: #004934;
  transition: 0.3s;
}
.page-template-projetos .button:hover {
  color: #F2AF50 !important;
  transition: 0.3s;
}
.page-template-projetos .button:hover i {
  color: #F2AF50 !important;
  transition: 0.3s;
}
.page-template-projetos .projetosSecondaryTitle {
  color: #fff;
}
.page-template-projetos .mainTitleCenterContent p {
  color: #fff;
}
.page-template-projetos .button {
  font-size: 25px;
  border-radius: 100px;
  max-width: 280px;
  margin: 0 auto;
  display: block;
  padding: 10px 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.page-template-projetos .button i {
  transform: rotate(-45deg);
}
.page-template-projetos .btnOrange {
  background-color: #F2AF50;
  color: #004934 !important;
  border: 3px solid #F2AF50;
  transition: 0.5s;
}
.page-template-projetos .mainTitleCenterContent.greenBg {
  background-color: #004934;
  max-width: 600px;
  padding: 15px;
}
.page-template-projetos .mainTitleCenterContent.greenBg p {
  color: #F2AF50;
  line-height: normal;
}
.page-template-projetos .secondContentEcourban p {
  color: #004934;
}
.page-template-projetos .secondContentEcourban p::before, .page-template-projetos .secondContentEcourban p::after {
  content: none;
}
.page-template-projetos .greenBgContainer {
  background-color: #004934;
  padding: 250px 0 350px;
}
.page-template-projetos .greenBgContainer .container {
  max-height: 820px;
}
.page-template-projetos .greenBgContainer .container .projetosSecondaryTitle {
  font-size: 35px !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-template-projetos .linkService {
  height: 100%;
  display: block;
}
.page-template-projetos .linkService .projetoListContainer {
  height: 100%;
  display: block;
}
.page-template-projetos .linkService .projetoListContainer .divImg {
  height: 100%;
  display: block;
}
.page-template-projetos .linkService .projetoListContainer .divImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-projetos .linkService .projetoListContainer .divImg span {
  color: #004934;
  font-size: 25px;
}
.page-template-projetos .fourth-container-ecourban-about {
  background-color: #004934;
}
.page-template-projetos .fourth-container-ecourban-about p {
  color: #fff;
  font-size: 40px;
  line-height: normal;
}
.page-template-projetos .mainTextProjects {
  font-size: 30px;
  line-height: normal;
  text-align: center;
}
.page-template-projetos .bannerImg {
  max-height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-projetos .vantagem-container-ecourban-about {
  background-color: #F2AF50;
}
.page-template-projetos .vantagem-container-ecourban-about .row.fourthContentEcourban {
  padding: 5rem 0;
}
.page-template-projetos .contact-container-ecourban-about .thirdContentEcourban p {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
  display: flex;
  align-items: center;
  text-align: left !important;
  color: #004934;
}

.page-template-termos-politica .mainTitleCenterContent p {
  color: #333230;
  text-align: justify !important;
  font-size: 25px;
  line-height: 35px;
  padding: 0;
  margin: 15px;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.page-template-termos-politica .mainTitleCenterContent li {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  text-align: justify !important;
  color: #333230;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.page-template-termos-politica .mainTitleCenterContent a {
  color: #004934;
}
.page-template-termos-politica .mainTitleCenterContent h2, .page-template-termos-politica .mainTitleCenterContent h3, .page-template-termos-politica .mainTitleCenterContent h4, .page-template-termos-politica .mainTitleCenterContent h5, .page-template-termos-politica .mainTitleCenterContent h6 {
  margin-bottom: 15px;
}
.page-template-termos-politica .secondContentEcourban p::before, .page-template-termos-politica .secondContentEcourban p::after {
  content: none;
}

.page-template-contactos .wpcf7-form-control-wrap {
  position: relative;
  text-align: left;
  width: 100%;
  float: left;
}
.page-template-contactos .wpcf7-form-control-wrap .wpcf7-acceptance {
  color: #D6D0C6;
}
.page-template-contactos .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.page-template-contactos .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  color: #D6D0C6;
  font-size: 18px;
}
.page-template-contactos .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  color: #F2AF50;
}
.page-template-contactos .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover {
  color: #D6D0C6;
}
.page-template-contactos .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 20px;
}
.page-template-contactos .wpcf7-response-output {
  color: #F2AF50;
  font-size: 18px;
  background-color: #333230;
}

.page-template-projetos .rowVideoAbout {
  margin: 0;
  padding: 0;
}
.page-template-projetos .rowVideoAbout .aboutMainVideo {
  position: relative;
  margin: -120px auto -200px;
  max-height: 900px;
}

.page-template-projetos .mainTitleCenterContent.greenBg {
  margin: 75px 0 0 auto;
  height: 600px;
}
.page-template-projetos .mainTitleCenterContent.greenBg p {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.page-template-projetos .second-container-ecourban-about.greenBgContainer .aboutEcoCol {
  max-width: 800px;
  margin: 0 auto;
}

.projetosContainerLast {
  margin-top: -300px;
}
.projetosContainerLast .divImg span {
  color: #004934 !important;
  margin-top: 15px;
  display: block;
}

.page-template-projetos .fourthContentEcourban ul li {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .mainTitleCenterContent.greenBg {
    margin: 15px auto;
  }
  .page-template-projetos .mainTitleCenterContent.greenBg {
    margin: 0px auto 30px auto;
    min-height: 300px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-template-projetos .buttonCol {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .second-container .orderCols1::after {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .second-container .orderCols1::after {
    content: none;
  }
}
.page-template-termos-politica .mainTitleCenterContent h1, .page-template-termos-politica .mainTitleCenterContent h2, .page-template-termos-politica .mainTitleCenterContent h3, .page-template-termos-politica .mainTitleCenterContent h4, .page-template-termos-politica .mainTitleCenterContent h5, .page-template-termos-politica .mainTitleCenterContent h6 {
  display: block;
  width: 100%;
}
.page-template-termos-politica .mainTitleCenterContent ol {
  display: block;
  width: 100%;
}/*# sourceMappingURL=style.css.map */