/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

#mainNav {
  min-height: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #194A6A;
  border: 1px solid #194A6A;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color:#000;
  }
  #mainNav .nav-link:hover {
    color: #194A6A important;
  }
  #mainNav .nav-link:active {
    color: #194A6A important;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
    z-index: 10001;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #194A6A;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #194A6A;
    outline: none;
    border-bottom: 0.25rem solid #194A6A;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 54rem;
  margin: -8rem 0 !important ;
}

.masthead-mapa {
 
  background: url("../img-internas/topo.png"),url(../img-internas/quem-somos.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead-contato {
 
  background: url("../img-internas/topo.png"),url(../img-internas/contato.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead-portfolio {
 
  background: url("../img-internas/topo.png"),url(../img-internas/portfolio.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

img.titulo_consultoria {
  margin-top: 300px;
}
.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 150vh;
  }
  .masthead-mapa {
    height: 71rem;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #194A6A;
}

.btn-primary:hover {
  background-color: #4f837f;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

.about-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: url(../img-internas/pattern.jpg);
}

.about-section p {
  margin-bottom: 5rem;
}


.projects-section {
  padding: 10rem 0;
}

.projects-section .featured-text {
  padding: 2rem;
  color: #fff;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 7rem 0 0 2rem;
    /* border-left: 0.5rem solid #194A6A; */
    color: #fff;
  }
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
  color: #fff;

}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #194A6A;
    border-width: .25rem;
    width: 30%;
  }
}

.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img-internas/bg-signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #194A6A;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #194A6A;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

a {
  color: #194A6A;
}

ul{
  list-style-type: none !important;
  padding-left: 0px;
  min-width: 370px;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #194A6A !important;
}

#projects {
  /* background-color: #194A6A !important; */
  filter: contrast(180%);
  background: linear-gradient(45deg, rgba(25, 74, 106, 0.6), rgba(25, 74, 106, 0.6) 100%), url(../img-internas/middle.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 850px;
}

.text-primary {
  color: #194A6A !important;
}

.footer{
  position: relative;
  z-index: 10000;
}
footer {
  padding: 5rem 0;
}
#hr{
  position: relative;
}

ul.link-footer > a > li
{
color: white;
}

#unionTop {
  background-repeat: no-repeat;
  width: 100%;
  height: 182px;
  background: url(../img-internas/union-1.png);
  top: -30px;
  left:0;
  z-index: 999;
  position: absolute;
  }

#unionTop-form {
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  background: url(../img-internas/union-mapa.png);
  top: 105px;
  left:0;
  z-index: 999;
  position: absolute;
  background-repeat: no-repeat;
  }

#unionTop-quem {
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  background: url(../img-internas/union-mapa.png);
  top: -5px;
  left:0;
  z-index: 999;
  position: absolute;
  background-repeat: no-repeat;
  }

#quemsomos {
    filter: contrast(180%);
    background: linear-gradient(45deg, rgba(25, 74, 106, 0.6), rgba(25, 74, 106, 0.6) 100%), url(../img-internas/middle.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 850px;
}

#unionTop-mapa {
  background-repeat: no-repeat;
  width: 100%;
  height: 68px;
  background: url(../img-internas/union-mapa.png);
  top: 67px;
  left: 0;
  z-index: 999;
  position: relative;
  background-repeat: no-repeat;
  }

#unionTop-fim {
  background-repeat: no-repeat;
  width: 100%;
  height: 207px;
  background: url(../img-internas/folha-inferior.png);
  top: -170px;
  left:0;
  z-index: 999;
  position: absolute;
  }

#unionBottom {
  background-repeat: no-repeat;
  width: 100%;
  height: 182px;
  background: url(../img-internas/union-1.png);
  top: -177px;
  left: 0;
  z-index: 999;
  position: absolute;
  transform: rotate(180deg);
}
#unionBottom-projetos {
  background-repeat: no-repeat;
  width: 100%;
  height: 182px;
  background: url(../img-internas/folha-union-fim.png);
  top: -177px;
  left: 0;
  z-index: 999;
  position: absolute;
}

#unionBottom-mapa {
  background-repeat: no-repeat;
  width: 100%;
  height: 182px;
  background: url(../img-internas/folha-union-mapa.png);
  top: -177px;
  left: 0;
  z-index: 999;
  position: absolute;
}


#unionBottom-contato {
  background-repeat: no-repeat;
  width: 100%;
  height: 182px;
  background: url(../img-internas/folha-union-mapa.png);
  top: -177px;
  left: 0;
  z-index: 999;
  position: absolute;
}

.container.formularios {
  padding-bottom: 150px;
}

#unionBottom-parceiros {
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  top: -90px;
  left: 0;
  z-index: 999;
  position: absolute;
  /* transform: rotate(180deg); */
  background: url(../img-internas/terra_inferior.png);
}

#offers {
  background: url(../img-internas/pattern.jpg);
  min-height: 300px;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

#contact, footer {
  background: url(../img-internas/pattern.jpg);  
}

#partners {
  background: linear-gradient(45deg,rgba(187, 181, 165, 0.2), rgba(187, 181, 165, 0.2) 100%), url(../img-internas/pattern-parceiros.jpg);
  min-height: 260px;
  padding-top: 6rem;
  padding-bottom: 1rem;
  /* filter: brightness(405%); */
}

#Oferecemos{
  position: relative;
  padding-top: 4rem;
}

img-internas.rounded-circle {
  border: hsla(45, 100%, 51%, 0.2) 13px solid;
  padding: 15px;
}

/* Carrossel */

.carousel-control {
  color:  hsla(45, 100%, 51%, 0.2) !important;
  font-size: 100px;
}

.carousel-indicators {
  z-index: 100000;
  position: relative;
}
.control-btn{
  position: absolute;
  top:50px;
  width: 100%;
}

a.left.carousel-control {
  left: 0;
  position: absolute;
  margin-left: -3rem;

}

a.right.carousel-control {
  right: 0;
  position: absolute;
  margin-right: -3rem;
}

/* Titulos */

.titulo_consultoria{
  background-repeat: no-repeat;
}

.titulo_portfolio{
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.titulo_oferecemos{
  background-repeat: no-repeat;
}

.titulo_parceiro{
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.card {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: .28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  min-height: 320px;
}

.card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, .1);
  box-shadow: none;
}

.card-img-top {
  display: block;
  width: 100%;
  height: auto;
}

.card-title {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2857em;
}

.card-text {
  clear: both;
  margin-top: .5em;
  color: rgba(0, 0, 0, .68);
}

.card-footer {
  font-size: 1em;
  position: static;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: .75em 1em;
  color: rgba(0, 0, 0, .4);
  border-top: 1px solid rgba(0, 0, 0, .05) !important;
  background: #fff;
}

.card-inverse .btn {
  border: 1px solid rgba(0, 0, 0, .05);
}
m