body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden !important;
}

/* Menu */
@media (max-width: 2500px) {

  .navbar-expand-all>.container,
  .navbar-expand-all>.container-fluid, .navbar-expand-all>.container-sm, .navbar-expand-all>.container-md, .navbar-expand-all>.container-lg, .navbar-expand-all>.container-xl {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 2500px) {
  .navbar-expand-all {
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .navbar-expand-all .navbar-nav {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .navbar-expand-all .navbar-nav .dropdown-menu {
    position: absolute !important;
  }

  .navbar-expand-all .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .navbar-expand-all>.container,
  .navbar-expand-all>.container-fluid, .navbar-expand-all>.container-sm, .navbar-expand-all>.container-md, .navbar-expand-all>.container-lg, .navbar-expand-all>.container-xl {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .navbar-expand-all .navbar-nav-scroll {
    overflow: visible !important;
  }

  .navbar-expand-all .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }

  .navbar-expand-all .navbar-toggler {
    display: none !important;
  }
}

@media (max-width:991px) {
  .absulute-menu {
    left: 0px;
    width: 100%;
    position: absolute;
    top: 66px;
    z-index: 30;
  }

  .bg-menu {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #cccccc;
    border-bottom: 1px solid #fff;
  }
}

.navbar-light .navbar-nav .nav-link {
  /* color: rgba(0, 0, 0, 0.9) !important; */
  border-bottom: 1px solid #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 1px solid #555;
}

/* Final Menu */
.bg-referencia {
  background-image: url('./img/banner.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-referencia h1 {
  font-weight: 800;
  color: white;
}

.quem h1, .missao-projetos-escolher h1, .depoimentos h1 {
  font-weight: 300;
  color: #666666;
  line-height: 1.1em;
}

.quem p, .missao-projetos-escolher {
  color: #919191;
  line-height: 1.3;
}

.missao-projetos-escolher p {
  line-height: 1.3;
}

.bg-cz-claro {
  background-color: #d4d4d4;
}

.bg-cz-escuro {
  background-color: #7f7f7f;
}

.cinco-estrelas {
  width: 84%;
  position: absolute;
  bottom: 0px;
}

@media (max-width:576px) {
  .bg-referencia {
    margin-top: 63px;
    ;
    height: 271px;
    background-image: url('./img/banner-xs.jpg');
    background-size: cover;
  }

  .bg-referencia h1 {
    font-size: 1.8em;
  }

  .quem h1, .missao-projetos-escolher h1, .depoimentos h1 {
    font-size: 1.3em;
  }

  .contem-p-escolher {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .carousel-item-depoimentos {
    height: 310px;
    margin-bottom: 20px;
  }
}

@media (min-width:577px) and (max-width:767px) {
  .bg-referencia {
    margin-top: 63px;
    ;
    height: 320px;
    background-image: url('./img/banner-sm.jpg');
    background-size: cover;
  }

  .bg-referencia h1 {
    font-size: 1.4em;
  }

  .quem h1, .missao-projetos-escolher h1, .depoimentos h1 {
    font-size: 1.4em;
  }

  .contem-p-escolher {
    width: 100%;
    padding: 0rem 0;
    margin: 0;
  }

  .carousel-item-depoimentos {
    height: 310px;
    margin-bottom: 20px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bg-referencia {
    margin-top: 63px;
    background-image: url('./img/banner-md.jpg');
    background-size: cover;
    height: 413px;
  }

  .quem h1, .missao-projetos-escolher h1, .depoimentos h1 {
    line-height: 1.3;
  }

  .contem-img-porque {
    position: relative;
    top: 0;
    right: 0;
  }

  .bg-referencia h1 {
    font-size: 1.6em;
  }

  .quem h1, .missao-projetos-escolher h1, .depoimentos h1 {
    font-size: 1.5em;
  }

  .carousel-item-depoimentos {
    height: 360px;
    margin-bottom: 20px;
  }

  .contem-logo-rodape {
    border-right: 1px solid #555;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .bg-referencia {
    margin-top: 63px;
    height: 500px;
    background-image: url('./img/banner-lg.jpg');
  }

  .quem h1, .missao-projetos-escolher h1, .depoimentos h1 {
    font-size: 1.6em;
  }

  .contem-img-porque {
    position: absolute;
    top: 0;
    right: 0;
  }

  .icones {
    width: 120px;
    float: left;
    padding: 0 10px 59px 10px;
  }

  .contem-p-escolher {
    width: 89%;
    padding: 0.72rem 0;
    margin: 0;
  }

  .carousel-item-depoimentos {
    height: 360px;
  }

  .contem-logo-rodape {
    border-right: 1px solid #555;
  }
}

@media (min-width:1201px) and (max-width:1500px) {
  .bg-referencia {
    margin-top: 63px;
    height: 625px;
    background-image: url('./img/banner-1201-1500.jpg');
  }

  .quem h1, .missao-projetos-escolher h1, .depoimentos h1 {
    font-size: 1.7em;
  }

  .contem-img-porque {
    position: absolute;
    top: 0;
    right: 0;
  }

  .contem-p-escolher {
    width: 60%;
    padding: 2.75rem 0;
    margin: 0;
  }


  .icones {
    width: 128px;
    float: left;
    padding: 0 10px 59px 10px;
  }
}

@media (min-width:1201px) {
  .carousel-item-depoimentos {
    height: 360px;
  }

  .contem-logo-rodape {
    border-right: 1px solid #555;
  }
}

@media (min-width:1501px) {
  .bg-referencia {
    margin-top: 63px;
    background-image: url('./img/banner.jpg');
    height: 800px;
  }

  .quem h1, .missao-projetos-escolher h1, .depoimentos h1 {
    font-size: 1.8em;
  }

  .quem p, .missao-projetos-escolher p {
    font-size: 1.05em;
  }

  .contem-img-porque {
    position: absolute;
    top: 0;
    right: 0;
  }

  .contem-p-escolher {
    width: 60%;
    padding: 2.35rem 0;
    margin: 0;
  }

  .icones {
    width: 130px;
    float: left;
    padding: 0 10px 59px 10px;
  }
}

.bg-arramado {
  background-image: url('./img/arramado.jpg');
  background-position: 0 40px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-transp {
  background-color: rgba(255, 255, 255, 0.8)
}

.bg-black-transp {
  background-color: rgba(0, 0, 0, 0.4)
}

.estrela img {
  width: 30px;
}

.bg-rodape {
  background-color: #343434;
}

/* posicionamento para o form fixed */
.form-contato {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #9a9a9a;
  background-color: rgba(100, 100, 100, 0.8);
  position: relative;
  z-index: 25;
}

.form-contato-interno {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #9a9a9a;
  background-color: rgba(100, 100, 100, 0.8);
  position: relative;
  z-index: 25;
}

.contem-form {
  width: 40%;
}

@media (max-width:767px) {
  .contem-form {
    width: 10%;
    min-height: 10px;
  }

  .form-contato {
    display: none;
  }
}

.btn-vertical {
  display: none;
  position: fixed;
  right: 0;
  transform: rotate(-90deg);
  z-index: 25;
}

@media (max-width:576px) {
  .form-contato {
    position: fixed;
    top: 63px;
    width: 76%;
    left: 10%;
  }

  .btn-vertical {
    display: block;
    top: 190px;
    right: -73px;
  }
}

@media (min-width:577px) and (max-width:767px) {
  .form-contato {
    top: 63px;
    left: 17%;
    position: fixed;
  }

  .btn-vertical {
    display: block;
    right: -70px;
    top: 210px;
  }
}

@media (min-width:768px) and (max-width:991px) {

  .contem-form {
    width: 50%;
    padding: 0 15px;
    margin-left: 0px;
  }

  .btn-fale-consultor {
    position: absolute;
    right: 120px;
    top: 17px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .contem-form {
    width: 50%;
    padding: 0 0px;
    margin-left: 0px;
  }

  .form-contato {
    width: 465px;
    /* height: 450px; */
  }

  .btn-fale-consultor {
    position: absolute;
    right: 280px;
    top: 17px;
  }
}

@media (min-width:1201px) and (max-width:1500px) {
  .form-contato {
    width: 511px;
    /* height: 450px; */
  }

}

@media (min-width:1501px) {
  .form-contato {
    width: 511px;
    /* height: 450px; */
  }

}

/* inicio light box */
.row>.column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999 !important;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 800px;
  margin-top: 50px;
}

/* The Close Button */
.fechar-light-box {
  position: absolute;
  font-weight: normal;
}

@media (max-width:576px) {
  .fechar-light-box {
    top: 13%;
    right: 10%;
  }
}

@media (min-width:577px) and (max-width:767px) {
  .fechar-light-box {
    top: 12%;
    right: 6%;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .fechar-light-box {
    top: 10%;
    right: 10%;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .fechar-light-box {
    top: 10%;
    right: 16%;
  }
}

@media (min-width:1201px) {
  .fechar-light-box {
    top: 13%;
    right: 10%;
  }
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* fim light box */
#whats {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 99999;
}

/* termos privacidade */
.bg-privacidade {
  background:
    url('./img/bg-termos-top.jpg');
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bottom-termos {
  background:
    url('./img/bg-termos-bottom.jpg');
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

ol.termos {
  list-style-type: upper-roman !important;
}

.modal-body h5 {
  font-weight: bold;
}

/* termos privacidade */

.base-carousel {
  background-image: url('./img.base-carousel.png');
  background-repeat: no-repeat;
  background-size: 10%;
}

.carousel-caption {
  position: absolute;
  right: 4% !important;
  left: 15% !important;
  z-index: 10;
  padding: 0px 60px !important;
  color: #fff;
  text-align: center;
  top: 35% !important;
}

.carousel-control-next {
  right: -3% !important;
  top: 24% !important;
}

.carousel-control-prev {
  left: 7% !important;
  top: 24% !important;
}
@media (max-width:576px) {
  .carousel-caption {
    padding: 0px 30px !important;
  }
  .carousel h3 {
    font-size: 1.0em !important;
  }
  .carousel p{
      font-size: 0.75em;
  }
  .lh-1{line-height: 1.1!important}
}
@media (min-width:768px) and (max-width:991px) {
  .carousel-caption {
    padding: 0px 30px !important;
  }
  .carousel h3 {
    font-size: 1.3em !important;
  }
  .carousel p{
      font-size: 0.85em;
  }
}
.aramado-end{
  background-image: url('./img/aramado-02.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
