/*!
 * Instituto Marpeh
 */

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
}

p,
small,
ul li,
ol li {
  font-size: 20px;
  color: #5a5959;
}

a {
  color: #5a5959;
  transition: all 0.2s;
}

a:hover {
  color: #5a5959;
  text-decoration: underline;
}

strong,
b {
  font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #ff8200;
  font-weight: 700;
}

@media (max-width: 768px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-size: 1.8rem;
  }
}

.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ff8200;
  font-weight: 700;
}

.text-warning,
.text-warning:hover {
  color: #ff8200 !important;
}

.text-light {
  color: #ffffff !important;
}

.btn-warning,
.btn-warning:hover,
.btn-outline-warning,
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff8200;
  border-color: #ff8200;
}

/* BG */
.bg-orange {
  background: rgb(255, 170, 0);
  background: linear-gradient(
    90deg,
    rgba(255, 170, 0, 1) 0%,
    rgba(255, 130, 0, 1) 100%
  );
}

/* 
 NAVBAR
*/
.navbar.nav-custom {
  height: 135px;
  background-color: #ffffff;
}

.navbar-nav {
  gap: 30px;
  background-color: #ffffff;
  padding: 20px 0;
}

.navbar .nav-link {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #ffffff;
}

.navbar .navbar-brand {
  width: 170px;
}

.navbar-collapse {
  z-index: 1;
}

/* HERO */
#hero {
  padding: 160px 0;
  background: url(../images/bg/hero.png) center right no-repeat;
  background-size: contain;
}

#hero .h1 {
  color: #5a5959;
}

#hero .tags {
  max-width: 280px;
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#hero .tags span {
  padding: 2px 6px;
  font-size: 14px;
  color: #5a5959;
  border-radius: 6px;
  border: 1px solid #5a5959;
  text-transform: uppercase;
}

/* ABOUT */
#about {
  color: #ffffff;
  margin-top: -10px;
}

#about p {
  color: #ffffff;
  margin-bottom: 24px;
}

#about .h1,
#about .h2 {
  margin-bottom: 24px;
}

#about .sobre-1 {
  background: url(../images/bg/sobre-1.png) top center no-repeat;
  background-size: cover;
  padding: 110px 70px;
  min-height: 870px;
  border-radius: 80px 80px 0 0;
}

#about .sobre-2 {
  background: url(../images/bg/sobre-2.png) bottom center no-repeat;
  background-size: cover;
  padding: 110px 70px;
  min-height: 620px;
  border-radius: 0 0 80px 80px;
}

/* AREAS */
#expertise {
  padding-top: 100px;
}

#expertise .areas-items {
  gap: 30px;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#expertise .areas-item {
  flex: 0 0 calc(33% - 20px);
  max-width: 370px;
  padding: 30px;
  color: #ffffff;
  border-radius: 30px;
}

#expertise p {
  color: #ffffff;
  margin: 24px 0 0 0;
}

#expertise img {
  margin-bottom: 60px;
}

/* CONTATO */
#contact {
  padding: 80px 0;
  margin-top: 60px;
  background: url(../images/bg/_contato.png) center right no-repeat;
  background-size: contain;
}

/* FOOTER */
#footer {
  margin-top: -40px;
  padding: 50px 0;
  color: #ffffff;
  background-color: #5a5959;
}

#footer p,
#footer a {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}

#footer .contact > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

#footer .contact > div img {
  margin-top: 4px;
}

#footer .contact > div:not(:last-child) {
  margin-bottom: 24px;
}

#footer .links {
  padding: 0;
}

#footer .links li {
  display: block;
}

#footer .links li:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  #hero {
    background: none;
    padding: 60px 0;
  }

  #hero .tags {
    max-width: 100%;
    margin-top: 60px;
  }

  #about .sobre-1,
  #about .sobre-2 {
    padding: 40px 30px;
    min-height: auto;
    border-radius: 60px 60px 0 0;
    background: rgb(255, 170, 0);
    background: linear-gradient(
      90deg,
      rgba(255, 170, 0, 1) 0%,
      rgba(255, 130, 0, 1) 100%
    );
  }

  #about .sobre-1 {
    border-radius: 60px 60px 0 0;
  }

  #about .sobre-2 {
    border-radius: 0 0 60px 60px;
  }

  #expertise {
    padding-top: 40px;
  }

  #expertise .areas-items {
    margin-top: 30px;
  }

  #expertise .areas-item {
    flex: 0 0 calc(50% - 20px);
    max-width: 50%;
    padding: 30px;
    color: #ffffff;
    border-radius: 30px;
  }

  #contact {
    background: none;
    padding: 60px 0;
  }

  #footer .row {
    gap: 64px;
  }
}

@media screen and (max-width: 768px) {
  #hero {
    background: none;
    padding: 30px 0 60px 0;
  }

  #expertise .areas-item {
    flex: 0 0 calc(100%);
    max-width: 100%;
  }
}
