* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
.mauto {
  margin: 0 auto;
}
.pre-header {
  background-color: #fab724;
  min-height: 35px;
}

.slideshow-container { 
  overflow-y: hidden;
}

.mySlides {display: none; overflow-y: hidden;   padding-top: 0.5em;
  padding-bottom: 1.5em;
  background-color: #e1e1e1;
}
.mySlides p {
  text-align: center;
  margin-top: 2em;
  font-size: 1.5rem;
  padding: 1em 3em;
  color: black;
}
.slideshow-container {max-width: 100%; position: relative; margin: auto;}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #f9b723;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: transparent;
  border: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


.header {
  background-color: #fff;
  /* position: fixed; */
  width: 100%;
  min-height: 80px;
  z-index: 3;
}

header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-top: 1.3em;
}
header ul li a {
  display: block;
  font-size: 1.6rem;
  color: black !important;
  text-decoration: none;
}
header ul li a:hover {
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}
header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  margin-top: 0.5em;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 3px;
  position: relative;
  width: 30px;
  margin-bottom: 0.5em;
}

.header .menu-btn {
  display: none;
}
header .menu-btn:checked ~ .menu {
  max-height: 240px;
  text-align: center;
}
header .menu-btn:checked ~ .menu li {
  padding-bottom: 2em;
}


/* 48em = 768px */
@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

.home-about {
  padding-bottom: 3em;
}
.home-about h1 {
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.home-about h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
}

.servicos .content {
  /* display: flex;
  align-items: center;
  overflow: scroll; */
}
.home-company h1 {
  font-weight: 600;
  font-size: 3.8rem;
  overflow: hidden;
}
.home-company h1 span {
  color: #f9b723;
  font-weight: 600;
}
.home-company p {
  font-size: 2rem;
  max-width: 90%;
  font-weight: 300;
  margin-bottom: 1.8em;
}
.home-company img {
  margin-left: auto;
}
.home-company button {
  background-color: #f9b723;
  color: black;
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  text-align: center;
  width: 60%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.home-company .content {
  margin-top: 3em;
  display: flex;
  align-items: center;
}
.orcamento .content {
  /* margin-top: 3em; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.orcamento {
  background-color: black;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 3em;
  margin-bottom: 1em;
}
.orcamento h3 {
  font-size: 3rem;
  color: white;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
}
.orcamento h3 span {
  color: #fab724;
  font-weight: 600;
}

.home-services {
  margin-bottom: 3em;
}
.home-services h1 {
  color: #f9b723;
  font-weight: 600;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 0;
}
.home-services p {
  text-align: center;
  font-size: 2rem;
  color: black
}
.home-services h2 {
  text-align: center;
  color: #f9b723;
  font-weight: 600;
  font-size: 2.8rem;
}
.home-services button {
  background-color: #f9b723;
  color: black;
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  margin-top: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.home-dep {
  margin-bottom: 3em;
}
.home-dep h1 {
  color: #f9b723;
  font-weight: 600;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 0.5em;
}
.sobre-about {
  padding-bottom: 3em;
  padding-top: 2em;
}
.sobre-about h1 {
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 0em;
  margin-top: 0em;
  font-size: 4rem;
}
.sobre-about h1 span {
  color: #f9b723;
  font-weight: 600;
}
.sobre-about p {
  text-align: center;
  font-size: 1.8rem;
}

.sobre-missions {
  margin-top: 3em;
  background-image: url(../images/about-background-2.webp);
  background-position: top center;
  background-size: contain;
  background-color: #f9b723;
  background-repeat: no-repeat;
  padding-bottom: 3em;
}
.sobre-missions h3 {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  margin-top: 0;
  color: black
}
.sobre-missions p {
  text-align: center;
  font-size: 1.4rem;
}
.sobre-missions .content {
  background-color: white;
  border-radius: 10px;
  margin-top: 3em;
}
.sobre-missions .content {
  margin-top: -4em;
  z-index: 999;
  padding-top: 4em;
  padding-right: 1em;
  padding-left: 1em;
  min-height: 410px;
}
.sobre-missions .sobre-missions__images {
  min-height: 130px;
  display: flex;
  align-items: center;
}
.sobre-missions h3 {
  color: #f9b723;
}
.sobre-map {
  background-color: #f3f3f3;
}
.sobre-map .content {
  display: flex;
  min-height: 800px;
  align-items:center;
}
.sobre-map h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2em;
}
.sobre-map h2 {
  font-weight: 600;
}
.sobre-map p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.location {
  margin-top: 6em;
  margin-bottom: 3em;
}
.location .loc {
  margin-bottom: 5em;
}
.location .content {
  display: flex;
  min-height: 400px;
  align-items:center;
}
.location button {
  background-color: #f9b723;
  color: black;
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  text-align: center;
  width: 60%;
  margin-top: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
/* SERVICOS */
.servicos {
  padding-bottom: 3em;
  padding-top: 2em;
}
.servicos h1 {
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  margin-top: 0em;
  margin-bottom: 1em;
}
.servicos h3 {
  text-align: center;
  font-weight: 600;
  color: #f9b723;
  font-size: 2.4rem;
}
.servicos p {
  background-color: #f3f3f3;
  min-height: 200px;
  font-size: 1.6rem;
  padding: 1em;
  padding-top: 1.5em;
  margin-top: 0.9em;
  text-align: center;
  margin-bottom: 2em;
}
.servicos-diferenciais {
  background-color: #f9b723;
}
.servicos-content h1 {
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.servicos-diferenciais p {
  font-size: 1.6rem;
  max-width: 300px;
}
.servicos-content-2 p {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 2em;
  margin-bottom: 2em;
}
.portaria-presencial .container-fluid {
  padding-left: 250px;
  padding-right: 250px;
}
.portaria-presencial .content {
  display: flex;
  width: 100%;
  align-items:start;
  justify-content: space-between;
}
.portaria-presencial .card {
  max-width: 300px;
}
.portaria-presencial .card img {
  max-width: 150px;
}
.portaria-presencial .card p {
  text-align: center;
  font-size: 2.2rem;
  color: black;
  font-weight: 600;
}
.portaria-presencial button {
  background-color: #f9b723;
  color: black;
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  text-align: center;
  width: 30%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.portaria-remota h1 {
  color: #f9b723;
  font-weight: 600;
  text-align: center;
}
.portaria-remota p {
  font-size: 1.8rem;
  color: black;
}
.m24h-img {
  margin-top: 2em;
}
.portaria-remota p strong {
  color: #f9b723;
}
.portaria-remota button {
  background-color: #f9b723;
  color: black;
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  text-align: center;
  width: 30%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.pr-p {
  margin-top: 3em;
  text-align: center;
}
.servicos-content-2 h2 {
  text-align: center;
  font-weight: 600;
  color:#f9b723;
  margin-bottom: 0;
  font-size: 2.6rem;
}
.servicos-content-2 h3 {
  text-align: center;
  color: black;
  font-weight: 600;
  margin-top: 0;
  font-size: 1.8rem;
}
.zeladoria .pr-p {
  margin-top: 3em !important;
}
.zeladoria h2 {
  color: #f9b723;
  text-align: center;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  overflow: hidden;
}
.zeladoria p {
  text-align: center !important;
  font-size: 1.6rem !important;
  max-width: 90%;
  margin: 0 auto;
}
/* CONTATO */
.contato {
  padding-bottom: 0em;
  padding-top: 2em;
}
.contato h1 {
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  margin-top: 0em;
  margin-bottom: 0.5em;
  font-size: 3rem;
  color: black;
}
.contato p {
  text-align: center;
  margin-top: 0;
  font-size: 1.6rem;
  color: black;
}
.contato-form form {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 4em;
}
.contato-form input, .contato-form textarea {
  width: 100%;
  border-radius: 8px;
  text-align: center;
  border: none;
  min-height: 50px;
  margin-bottom: 1em;
  border: 1px solid #f9b723;
  font-size: 1.6rem;
  color: black;
}
::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: black;
}
.contato-form select {
  width: 100%;
  border-radius: 8px;
  text-align: center;
  border: none;
  min-height: 50px;
  margin-bottom: 1em;
  border: 1px solid #f9b723;
  font-size: 1.6rem;
}
.contato-form button {
  background-color: #f9b723;
  color: black;
  border: none;
  border-radius: 8px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  padding-top: 1em;
  padding-bottom: 1em;
}
.contato-form button:hover {
  background-color: rgb(63, 63, 63);
  transition: 0.2s;
}
.contato-map {
  margin-top: 4em;
  margin-bottom: 4em;
}
.contato-adds h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2em;
}
.contato-form .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contato-form .content input {
  width: 55%;
}
.place h1 {
  font-size: 2.6rem;
  text-align: center;
  margin-top: 1em;
}
.place button {
  background-color: #f9b723;
  color: black;
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  text-align: center;
  width: 30%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
/* FOOTER */
footer {
  background-color: black;
  border-bottom: 15px solid #f9b723;
}
footer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 200px;
}
footer .flogo {
  /* margin-top: -1em; */
}
footer h2 {
  color: white;
  /* font-size; */
}
footer ul {
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
}
footer ul li {
  display:inline;
}
footer .ul-menu li {
  padding: 0.5em;
  color: white;
}
footer .ul-menu li a {
  color: white;
  font-weight: 300;
  font-size: 1.6rem;
}
footer .ul-icons li {
  padding: 0.2em;
}
footer p {
  color: white;
  font-size: 1.6rem;
}
footer .estudiobs {
  margin-top: -3.5em;
}

.video__button {
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
}
.video__button:before {
  width:100%;
  height:100%;
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);

  background: url(../images/play.webp) no-repeat center center;
  background-size: 10%; 
}

/* Mobile */
@media screen and (max-width: 978px) {
  .servicos {
    padding-bottom: 0;
  }
  .servicos h3 {
    font-size: 1.6rem;
  }
  .navbar-default .navbar-toggle {
    margin-top: 2.5em;
    background-color: transparent;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: black;
  }
  .home-about .col-xs-6 {
    min-height: 260px;
  }
  .home-company .content {
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .home-company img {
    /* max-width: 250px; */
    margin: 0 auto !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em !important;
  }
  .home-company p {
    max-width: 100%;
    margin-bottom: 1em;
  }
  .home-video .content {
    flex-wrap: wrap-reverse;
    /* text-align: center; */
    margin-top: 0;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .home-video h1 {
    margin-left: 0;
    font-size: 3rem;
    text-align: center;
  }
  .home-video h1 img {
    max-width: 30px;
  }
  .orcamento .content {
    flex-wrap: wrap;
    /* text-align: center; */
    margin-top: 0;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .orcamento h3 {
    margin-top: 2em;
  }
  .orcamento button {
    width: 100%;
    margin-top: 1em;
  }
  footer {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  footer .content {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  footer .estudiobs {
    width: 100%;
    margin-top: 0;
  }
  iframe {
    max-width: 100%;
  }
  .sobre-video p {
    text-align: center;
  }
  .sobre-video .checks {
    flex-wrap: wrap;
    margin-top: 2em;
  }
  .sobre-gabriel .content {
    flex-wrap: wrap-reverse;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .sobre-map .content {
    flex-wrap: wrap;
    text-align: center;
  }

  .servicos h1 {
    margin-bottom: 1em;
  }
  .servicos-diferenciais .content { 
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .contato-duvidas h1 {
    font-size: 2rem;
  }
  .contato h1 {
    font-size: 2.6rem;
  }
  .place h1 {
    font-size: 2rem;
  }
  button {
     width: 100% !important;
  }
  .location .content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .portaria-remota p {
    text-align: center  ;
  }
  .home-dep h1 {
    font-size: 2.4rem;
  }
  .mySlides p {
    font-size: 1.4rem;
  }
  .portaria-presencial .content {
    flex-wrap: wrap;
  }
  .portaria-presencial .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m24h-img {
    width: 100% !important;
  }
  .portaria-remota h1 {
    font-size: 2.6rem;
  }
}

/* Small Query */
@media only screen and (min-width: 980px) and (max-width: 1024px)  {
  .portaria-presencial .content {
    flex-wrap: wrap;
  }
}

/* Medium Query */
@media only screen and (min-width: 1025px) and (max-width: 1400px)  {
  .portaria-presencial .content {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1700px)  {

}

/* High Query */
@media only screen and (min-width: 1710px) and (max-width: 2559px)  {

}

/* 2k Query */
@media only screen and (min-width: 2560px) and (max-width: 9000px)  {
}
