#navbarNavDropdown{

  /*justify-content: center;*/
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.navbar-nav{  
  padding-left: 40px;
  padding-right: 40px;
}
.nav-link{
  color: #00AFEF;
  margin-left: 5px;
  margin-right: 5px;
}
.nav-link:hover{

  color:#585570;
}
.dropdown-item{
  color: #00AFEF;
}
.dropdown-item:hover{

  color:#585570;
}
.fone{
  padding-left: 0px;
  padding-right: 40px;
}
.fonte-azul{
  color: #00AFEF;
}
.btn-azul{
  background-color: #0098DA;
  color: white;
}
.btn-azul:hover{
  background-color: #585570;
  color: white;
}

.btn-laranja{
  background-color: orange;
  color: white;
  max-width: 350px;
}
.btn-laranja:hover{
  background-color: orange;
  color: rgb(0, 0, 0);
  border: solid 1px black;
  max-width: 380px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#banner{
  background-image: url("../img/banner-2.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 15px;
  padding-bottom: 15´x;
}
.custon{  
  background-color: rgba(0, 0, 0, 0.7); 
  border-color: rgba(0, 0, 0, 0.7); 
}
#circle{
  margin-top: 30px;
  font-size:20px;
  font-family: sans-serif;  
  padding-left: 10px;
}

#botao-2{
  margin-top: 20px;
  margin-bottom: 20px;
}

#footer-text-1{
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
#footer-text-2{
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
#footer-text-3{
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
/* CSS site para cima*/
/* your CSS goes here*/
.title {color: #fa9746;margin-bottom: 30px;position: relative;}
.title::before {
  position: absolute;
  left: -29px;
  top: 0;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background-color: #7499f1;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';
}
.title::after {
  position: absolute;
  left: -19px;
  top: 25px;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  background-color: #7499f1;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';
}
 /* services */
.services {
  padding-block:10px;
  position: relative;
}
.services .square {
  height: 100px;
  width: 100px;
  margin: 20px auto 30px;  
  position: relative;
  border-radius: 15px;
  transform: rotate(45deg);
  padding: 10px;
  background-color:#00AFEF;
  box-shadow: 0px 0px 27px 0px #ccc;
  border: 2px dotted orange;
}
.square i {
  transform: rotate(315deg);
  display: block;
  color: #eaf3fa;
  font-size: 40px;
  padding-top: 17px;
  padding-right: 14px;
}
.services .square::before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fa9746;
  content: '';
}
.services .square::after {
  position: absolute;
  left: 50px;
  top: 66px;
  width: 1px;
  height: 88%;
  background-color:#fa9746;
  content: '';
  transform: rotate(90deg);
}
.services .serv .num
 {
   width: 60px;
   height: 60px;
   background-color: #7499f1;
   box-shadow: 0px 0px 15px 0px #00a9d3;
   margin: -38px auto 15px auto;
   border-radius: 50%;
   color: #fff;
   font-size: 30px;
    padding-top: 7px;
    border: 1px dashed;
  }
.services .serv h5 {color: #00AFEF;}
.services .serv p {color: #777;}
.services .serv hr {
  width: 30px;
  border-top: 3px solid rgb(0 169 211);
}