@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700|Roboto:400,700");

html,
body,
p {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #565a5d;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
}

#header {
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#header .logo img {
  width: 100%;
  max-width: 250px;
  height: auto;
}

#header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#header .menu a {
  font-family: "Josefin Sans", sans-serif;
  text-decoration: none;
  color: #373737;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}

#header .menu a:hover {
  color: #3a84e5;
}

.swiper {
  width: 100%;
  height: 400px;
}

@media (max-width: 768px) {
  .swiper {
    height: 300px;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ribbon_1 {
  width: 100%;
  margin: 40px auto;
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: center center;
  height: 320px;
}

#ribbon_2 {
  width: 100%;
  margin: 20px auto 60px auto;
  background-color: #3a84e5;
  font-size: 2em;
  color: #fff;
  padding: 40px 0px;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.cta {
  width: 100%;
  background-color: #3a84e5;
  padding: 20px 0px;
  margin-bottom: 80px;
  text-transform: uppercase;
}

.cta h4 {
  font-size: 20px;
  margin: 0px;
}

.cta-item {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta-button {
  padding: 10px 0;
  width: 100%;
  color: #3a84e5 !important;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  max-width: 150px;
  min-width: 150px;
}
.cta-button:hover {
  background-color: #bcd7f5;
}

@media (max-width: 768px) {
  .cta-item {
    flex-direction: column;
    align-items: baseline;
  }
  .cta-buttons {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
  }
  .cta-button {
    max-width: none;
  }
}

.content {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 80px auto;
  overflow: auto;
}

.trabalhos {
  overflow: auto;
}

.trabalhos img {
  width: 46%;
  height: auto;
  margin: 15px 2%;
  float: left;
}

h1 {
  font-size: 3em;
  font-weight: 100;
  color: #3a84e5;
  margin-bottom: 30px;
  text-align: center;
}

p {
  margin-bottom: 20px;
  text-align: justify;
}

.line {
  border-bottom: 1px dotted #a7a7a7;
  width: 100%;
  margin: 0 auto 80px auto;
}

#footer {
  width: 100%;
  padding: 70px 0;
  background-color: #3a84e5;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 0.8em;
}

#footer_inner {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 0 auto;
  display: flex;
  gap: 40px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #footer_inner {
    flex-direction: column-reverse;
  }
}

.footer_block {
  flex: 1;
}

.footer_block p {
  margin-bottom: 8px;
  color: #fff;
}

h4 {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 auto 20px auto;
  font-size: 1.8em;
  font-weight: 300;
}

.last {
  flex: 1;
}

.last a {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: #3a84e5 !important;
  background-color: #fff;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}

.last a:hover {
  background-color: #bcd7f5;
}

.footer_block a {
  color: #fff;
  text-decoration: none;
}

.footer_block a:hover {
  border-bottom: 1px dotted #fff;
}

.copyright {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  margin-top: 40px;
}

.parceiros {
  margin: 0 25px;
}

.contacts {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 80px auto;
  display: flex;
  gap: 40px;
}

@media (max-width: 768px) {
  .contacts {
    flex-direction: column;
  }
}

.cont_1 {
  text-transform: uppercase;
  flex: 1;
}

.cont_1 p {
  margin-bottom: 8px;
  color: #565a5d;
}

.cont_1 h4,
.cont_2 h4 {
  color: #a2a2a2;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 auto 20px auto;
  font-size: 1.8em;
  font-weight: 300;
}

.cont_2 {
  text-transform: uppercase;
  flex: 1;
}

.cont_2 a {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: #fff !important;
  background-color: #3a84e5;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}

.cont_2 a:hover {
  background-color: #bcd7f5;
}

.cont_1 a {
  color: #565a5d;
  text-decoration: none;
}

.cont_1 a:hover {
  border-bottom: 1px dotted #565a5d;
}
