/*--------------------------------------------------------------
# FONTS
--------------------------------------------------------------*/
@font-face {
                font-family: "Crunold-Regular";
                src: url('../fonts/Crunold-Regular.woff') format('woff'),
        url('../fonts/Crunold-Regular.woff2') format('woff2'),
        url('../fonts/Crunold-Regular.eot'),
        url('../fonts/Crunold-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Crunold-Regular.otf') format('truetype');

                font-weight: normal;
                font-style: normal;
                font-display: swap;
}
.examplefontl {
                font-family: "Crunold-Regular";
                color: black;
}
@font-face {
                font-family: "Gotham-Bold";
                src: url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.eot'),
        url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.otf') format('truetype');

                font-weight: normal;
                font-style: normal;
                font-display: swap;
}
.examplefontl {
                font-family: "Gotham-Bold";
                color: black;
}
@font-face {
                font-family: "GothamBook";
                src: url('../fonts/GothamBook.woff') format('woff'),
        url('../fonts/GothamBook.woff2') format('woff2'),
        url('../fonts/GothamBook.svg#GothamBook') format('svg'),
        url('../fonts/GothamBook.eot'),
        url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBook.ttf') format('truetype');

                font-weight: normal;
                font-style: normal;
                font-display: swap;
}
.examplefontl {
                font-family: "GothamBook";
                color: black;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "GothamBook";
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Crunold-Regular";
  font-weight: normal;
  letter-spacing: 0.05rem;
}

iframe, img {
	max-width: 100%;
}

strong, b {
	font-family: "Gotham-Bold";
}

/*--------------------------------------------------------------
# Tema
--------------------------------------------------------------*/
.btn {
	padding: 6px 10px;
	border-radius: 30px;
}
.bg-azul {
	background-color: #0f5d90;
}
.bg-laranja {
	background-color: #fc4a1a;
}
.bg-amarelo {
	background-color: #f7b733;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

main section {
  min-height: calc(100vh - 80px);
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
	padding: 0;
	margin-top: 169px;
}
#banner iframe {
	margin: 0 auto;
}
#banner .swiper-slide { /* banner-1, banner-2, banner-3 */
	height: calc(100vh - 169px);
}
#banner .row {
	height: 100%;
}
#banner .banner-1 {
	background-color: #0f5d90;
	text-align: center;
	padding: 40px 0;
}
#banner .banner-1 iframe {
	max-width: 90%;
}
#banner .banner-2 {
	background: #ffbc2b url(../img/banner/banner-2.jpg) no-repeat left center;
	background-size: cover;
}
#banner .banner-2 h2 {
	font-family: "Gotham-Bold";
	color: #463312;
	font-size: 50px;
    line-height: normal;
    width: max-content;
}
#banner .banner-2 h2 span {
	font-family: "GothamBook";
}
#banner .banner-2 .box-middle {
	top: 45%;
	left: 20%;
    transform: translate(0, -50%);
}
#banner .banner-2 img {
}
#banner .banner-3 {
	background: #01c1b2 url(../img/banner/banner-3.jpg) no-repeat right center;
	background-size: cover;
}
#banner .banner-3 img {
	position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0, -50%);
}

#banner .swiper-button-next {
    right: 5%;
	opacity: 0.5;
} 
#banner .swiper-button-prev {
    left: 5%;
	opacity: 0.5;
}
#banner .swiper-button-next:hover, 
#banner .swiper-button-prev:hover {
    opacity: 1;
	transition: 0.5s;
}
#banner .swiper-button-next, 
#banner .swiper-button-prev, 
#banner .swiper-button-next:after, 
#banner .swiper-button-prev:after {
    height: 93px;
    width: 50px;
	transition: 0.5s;
}
#banner .swiper-button-next:after {
    font-family: initial;
	content: '';
	background: url(../img/ic-seta-dir.png) no-repeat center center;
	background-size: contain;
}
#banner .swiper-button-prev:after {
    font-family: initial;
	content: '';
	background: url(../img/ic-seta-esq.png) no-repeat center center;
	background-size: contain;
}

.box-middle {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin: 0;
}

@media (max-width: 1200px) {
	#banner .banner-1 iframe {
		width: 900px;
		height: 506px;
	}
	#banner .swiper-button-next {
		right: 3%;
	} 
	#banner .swiper-button-prev {
		left: 3%;
	}
	#banner .banner-2 h2 {
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	#banner {
		margin-top: 100px;
	}
	#banner .swiper-slide {
		height: calc(100vh - 100px);
	}
	#banner .banner-1 iframe {
		width: 600px;
		height: 337px;
	}
	#banner .swiper-button-next {
		right: 1%;
	} 
	#banner .swiper-button-prev {
		left: 1%;
	}
	#banner .swiper-button-next, 
	#banner .swiper-button-prev, 
	#banner .swiper-button-next:after, 
	#banner .swiper-button-prev:after {
		height: 75px;
		width: 40px;
	}
}
@media (max-width: 530px) {
	#banner .swiper-button-next, 
	#banner .swiper-button-prev, 
	#banner .swiper-button-next:after, 
	#banner .swiper-button-prev:after {
		height: 56px;
		width: 30px;
	}
	#banner .banner-2 h2 {
		text-align: center;
		width: 100%;
		font-size: 30px;
		font-size: 8vw;
	}
	#banner .banner-2 .box-middle {
		top: 60px;
		left: 5%;
		transform: translate(0, 0);
		right: 5%;
		text-align: center;
	}
	#banner .banner-3 img {
		left: 10%;
	    max-width: 80%;
	}
	#banner .banner-1 {
		    display: flex;
    align-items: center;
	}
	#banner .banner-1 iframe {
		width: 540px;
		height: 303px;
	}
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background-color: #FFFFFF;
}

.header.header-scrolled .logo img {
  width: 60px;
  height: 60px;
}
.header.header-scrolled .navbar a {
    font-size: 14px;
}

.header.header-scrolled {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.08);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  margin-top: 3px;
}

.header .logo object {
  width: 130px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin: auto;
}

.navbar ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  padding: 6px 20px;
  margin: 0 10px;
  font-family: "Crunold-Regular";
  font-size: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
  background-color: #0f5d90;
  border-radius: 30px;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  min-width: 164px;
  text-align: center;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #FFFFFF;
  background-color: #f6b733;
}

.navbar .getstarted {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #4154f1;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background: rgba(1, 22, 61, 0.9);*/
  transition: 0.3s;
  margin-right: 0 !important;
}

.navbar-mobile .mobile-nav-toggle {
      position: absolute;
    top: 50px;
    right: 40px;
    background-color: #0f5d90;
    border-radius: 50%;
    padding: 5px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 169px;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 50px;
  border-radius: 0;
  background-color: #0f5d90;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #FFFFFF;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #4154f1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background-color: #0f5d90;
  text-align: center;
  min-height: inherit;
  margin-top: 169px;
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/

.section-title h2 {
	text-align: center;
	color: #0f5d90;
	font-weight: 700;
	font-size: 50px;
	margin-bottom:50px;
}

/*--------------------------------------------------------------
# QUEM SOMOS
--------------------------------------------------------------*/
#quemsomos {
  background: #0f5d90 url(../img/bg-azul-textura.png) repeat center center;
  position: relative;
}

#quemsomos .container {
}

#quemsomos p {
	color: #FFFFFF;
	background-color: #0f5d90;
	padding: 20px;
	margin-right: 30px;
    font-size: 26px;
}

#quemsomos p b {
	color: #f7b733;
}

#quemsomos .row img {
	margin-top: -30px;
}

/*--------------------------------------------------------------
# PARCEIROS	
--------------------------------------------------------------*/
#parceiros {
	min-height: 300px;
}
#parceiros h2 {
	margin-bottom: 0;
	margin-top: 85px;
}
/*
@media (min-width: 1200px) and (min-height: 500px) {
	#parceiros .container {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
}
*/

/*--------------------------------------------------------------
# PROJETOS	
--------------------------------------------------------------*/
#projetos {
	background: #0f5d90 url(../img/bg-amarelo-textura.png) repeat center center;
}
#projetos .box-projeto {
    background-color: #fc4a1a;
    min-height: 640px;
    position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#projetos .box-projeto h3 {
	color: #FFFFFF;
	text-align: center;
	padding: 6px 10px;
	font-size: 20px;
}
#projetos .row > div:first-child h3 {
	padding: 6px 40px;
}
#projetos .box-projeto p {
	color: #FFFFFF;
	padding: 0 25px;
    font-size: 20px;
    line-height: 24px;
}
#projetos .box-projeto a.btn {
	position: absolute;
    bottom: 20px;
    z-index: 1;
    display: table;
    background-color: #f7b733;
	font-family: "Crunold-Regular";
	padding: 4px 24px;
}


@media (max-width: 1200px) {
	#projetos .box-projeto {
		min-height: 660px;
	}
	#projetos .row > div:first-child h3 {
		padding: 6px 10px;
	}
}
@media (max-width: 992px) {
	#projetos .box-projeto {
		min-height: initial;
	}
	#projetos .box-projeto a.btn {
		position: initial;
		margin-bottom: 20px;
	}
}


/*--------------------------------------------------------------
# FALE CONOSCO
--------------------------------------------------------------*/
#contato {
	background: #0f5d90 url(../img/bg-azul-textura.png) repeat center center;
	min-height: auto;
}
#contato .box {
  width: 100%;
  text-align: center;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#contato h2 {
	font-family: "GothamBook";
}
#contato h2 b {
}
#contato h2 span {
	    display: table;
    margin: auto;
}
#contato a.btn {
	font-family: "Crunold-Regular";
	color: #0f5d90;
	background-color: #f7b733;
	margin: 40px auto 0 auto;
	padding: 6px 20px;
	font-size: 20px;
}

@media (min-width: 1620px) {
	#contato h2 {
		font-size: 2.5rem;
	}
}

/*--------------------------------------------------------------
# DOE
--------------------------------------------------------------*/
#doe {
	background-color: #53c0b1;
	min-height: 740px;
    padding: 0;
}
#doe .container {
}
#doe h2 {
	font-size: 70px;
	margin-top: 50px;
	text-align: center;
	color: #FFFFFF;
	font-family: "GothamBook";
}
#doe h2 strong {
	font-family: "Gotham-Bold";
	font-weight: normal;
}
#doe .box {
	padding: 20px;
	border-radius: 30px;
}
#doe .box h3 {
	font-family: "Gotham-Bold";
	margin-bottom: 0;
	margin-top: 40px;
}
#doe .row {
	max-width: 100%;
    width: 1160px;
    margin: auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	text-align: center;
  padding: 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  padding: 40px 0 10px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  margin-top: 3px;
}

.footer p {
  color: #0f5d90;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 16px;
}

.footer .ic-colors i {
	color: #FFFFFF;
	background-color: red;
	border-radius: 50%;
	font-size: 14px;
    width: 30px;
    display: table;
    height: 30px;
    line-height: 30px;
}

.footer .ic-colors a:nth-child(1) i {
	background: rgb(131,58,180);
background: -moz-linear-gradient(324deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: -webkit-linear-gradient(324deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: linear-gradient(324deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4",endColorstr="#fcb045",GradientType=1);
}
.footer .ic-colors a:nth-child(2) i {
	background-color: #337fff;
}
.footer .ic-colors a:nth-child(3) i {
	background-color: #0076b2;
}
.footer .ic-colors a:nth-child(4) i {
	background-color: #33ccff;
}
.footer .ic-colors a:hover {
	opacity: 0.7;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #f6b733;
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #0f5d90;
}

.footer .footer-top h4 {
  font-size: 18px;
  color: #ff490d;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 0.04rem;
  text-align: center;
  margin-top: 10px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

/*--------------------------------------------------------------
# Blog / Notícias 
--------------------------------------------------------------*/
.noticia {
	background: #0f5d90 url(../img/bg-cinza-textura.png) repeat center center;
	margin-top: 169px;
}
.noticia h2 {
	color: #fc4a1a;
	font-size: 24px;
}
.noticia p {
	font-size: 20px;
	line-height: 24px;
}
.noticia .row {
	align-items: center
}

/*--------------------------------------------------------------
# Responsivo
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  #quemsomos .row img {
	margin-top: 30px;
  }
  #quemsomos p {
		font-size: 24px;
	}
}
@media (max-width: 992px) {
  #intro iframe {
    width: 560px;
	height: 315px;
  }
  .navbar {
	  margin-right: 30px;
  }
  #contato h2 {
	  font-size: 24px;
  }
  #contato a.btn {
	  margin-top: 15px;
	  font-size: 16px;
  }
}
@media (max-width: 768px) {
  .header {
		padding: 10px 0;
	}
  .header .logo img {
		width: 80px;
	}
	.hero {
		margin-top: 99px;
	}
	.navbar-mobile .mobile-nav-toggle	{
		top: 30px;
	}
	.navbar-mobile ul	{
		top: 99px;
	}
	#projetos {
		padding-bottom: 10px;
	}
	#projetos .box-projeto {
		margin-bottom: 30px;
	}
	#quemsomos .container, 
	#parceiros .container, 
	#contato .box, 
	#doe .container {
		position: initial;
		transform: translate(0, 0);
	}
	#parceiros .container {
		text-align: center;
	}
	#parceiros .container img {
		margin: auto;
		max-width: 70%;
	}
	#contato {
		min-height: 400px;
	}
	#contato .box {
		margin-top: 140px;
	}
	#contato img {
		position: absolute;
		max-width: initial;
	}
	.noticia {
		margin-top: 99px;
	}
}
@media (max-width: 575px) {
	#banner .banner-2 img {
		position: absolute;
		bottom: 0;
		max-width: 100%;
	}
	.section-title h2 {
		font-size: 40px;
		margin-bottom: 40px;
	}
	#doe {
		padding-bottom: 10px;
	}
	#doe h2 {
		font-size: 40px;
		margin-bottom: 30px;
		margin-top: 40px;
	}
	#doe .box {
		margin-bottom: 30px;
	}
	#quemsomos p {
		font-size: 18px;
		margin-right: 0;
	}
	.footer .footer-top h4 {
		margin-bottom: 0;
		margin-top: 20px;
	}
	#contato img {
		right: -100px;
	}
}