/* @import url(https://fonts.googleapis.com/css?family=Oswald&display=swap); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');

body {
  font-family: 'Open Sans Condensed', sans-serif;
  color:#444;
  font-size: 1.1rem;
  line-height: 2rem;
  position: relative
}

.font-open {
  font-family: 'Open Sans', sans-serif !important;
}

.open-size {
  font-size: 0.9rem !important;
  line-height: 1.3rem;
}

p {
  width: 100%;
}

h2, h3 {
  text-align: left;
  font-weight: 700;
}

h4 {
  font-weight: 700;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  font-size: 2.7rem;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #3d4376;
  text-decoration: none;
}

.pleft {
  padding-left: 40px;
}

.purple {
  color: #3d4376;
}

.green {
  color: #37A695;
}

.text-gray {
  color: #444;
}

.navbar-nav {
  margin-left: 35px;
}

.navbar {
  border-bottom: #CCC 5px solid !important;
}

.navbar a {
  text-transform: uppercase !important;
  color: #4c5183 !important;
  font-size: 0.9rem;
  font-weight: bold;  

}

.navbar .green li {
  line-height: 2.0rem;
  margin-top: 0px;
  margin-bottom: 0px;
  
}

.navbar .green a {
  color: #37A695 !important;
  line-height: 2.0rem;
  padding: 0px;
  margin-left: 60px;
}

.titulo-purple {
  border-left: #3d4376 10px solid;
  min-height: 85px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.titulo-light {
  border-left: white 10px solid;
  height: 85px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.bt-purple, .bt-white {
  line-height: 1.7rem;
}

.bt-purple {
  border: #3d4376 2px solid;
  background-color: #3d4376;
  color: white;
  font-size: 1.1rem;
  border-radius: 0;
}

.bt-green2 {
  background-color: #37A695;
  color: white;
  font-size: 1.3rem;
}

.bt-white {
  border: #3d4376 2px solid;
  background-color: white;
  color: #3d4376;
  font-size: 1.1rem;
  border-radius: 0;
}

.bt-green {
  width: 350px;
  border: none;
  background-color: #20940c;
  border-radius: 20px;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
}

.bt-orcamento {
  width: 100%;
  background-color: #37a695;  
  color: white;
  font-size: 1.2rem;
}

.bg-purple {
  background-color: #3d4376;
  color: white;
}

.bg-light-gray {
  background-color: #F7F7F7;
}

.card a h5 {
  font-size: 1.0rem;
}

#conteudo-contato a {
  color: white;
}

#conteudo-contato input, #conteudo-contato select {
  border-radius: 0;
  height: 45px;
}

#conteudo-contato textarea {
  border-radius: 0;
}

.dots {
  border-bottom: dotted #37a695 5px;
}

.dots-purple {
  border-bottom: dotted #3d4376 5px;
}