html, body{
  color: #002b4e !important;
  font-size: 15px !important;
}
#contactos a{
  color: #002b4e;
}
header{
  background-color: #002b4e;
  color: #fff;
  padding: 30px 0;
  z-index: 9999999999;
  position: fixed;
  width: 100%;
  top: 0px;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.75);
}
header .logo{
  max-width: 300px;
  display: block;
  transition: all 0.3s ease;
}
header.fixed .logo{
  width: 80%;
}
header.fixed div.menu{
  margin: 10px;
}
div.menu, .ppl_menu{
  float: right;
  margin: 15px 0;
  width: 100%;
  list-style: none;
  padding: 0px;
}
.all-menu{
  transition: height 0.3s ease;
  overflow:hidden;
}
.ppl_menu{
  margin: 10px 0px;
  float: right;
  width: auto;
  font-size: 16px;
  transition: all 0.3s ease;
}
header.fixed .ppl_menu{
  margin: 10px 0;
  font-size: 16px;
}
.ppl_menu>li{
  position: relative;
  margin-left:10px;
}
.ppl_menu li.current-lang a{
  text-decoration: underline;
}
.ppl_menu>li a{
  color: #fff;
}
.ppl_menu>li>ul{
  position: absolute;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100px;
  display: none;
  padding-top: 5px;
}
.ppl_menu>li:hover>ul{
  display: block;
}
.ppl_menu>li>ul>li{
  background-color: #fff;
  font-size: 12px;
}
.ppl_menu>li>ul>li>a{
  padding: 5px;
  display: block;
}
div.menu, .ppl_menu li{
  float: left;
}
div.menu ul{
  list-style: none;
  margin: 0;
  float: right;
}
div.menu ul li{
  float: left;
  border-right: solid 1px #fff;
  line-height: 16px;
}
div.menu ul li:last-child{
  border: none;
}
div.menu ul li a{
  padding: 0 20px;
  color: #fff;
  list-style: none;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
header.fixed div.menu ul li a{
  font-size: 16px;
}
section{
  padding: 3rem 0;
}
section#perfil{
  padding-top: 100px;
}
section#contactos{
  padding-top: 0px;
}
section#pratica{
  background-color: #e7e9ea;
}
.downarrow{
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.google-map{
  width: 100%;
  height: 500px;
}
.custom-container{
  padding-left: 160px !important;
  padding-right: 160px !important
}
header .container{
  padding-left:100px;
  padding-right: 180px;
}
header i{
  position: fixed;
  right: 20px;
  top: 35px;
  font-size: 28px;
  display: none !important;
}
.copyright{
  color: #999;
  font-size: 14px
}
@media ( max-width: 1600px ){
  .container{
    max-width: 100% !important;
  }
  header .container{
    padding-left: 15px;
  }
}
@media ( max-width: 1160px ){
  section{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section#perfil{
    padding-top: 80px;
  }
  header i{
    display: block !important;
  }
  .logo{
    max-width: 250px !important;
  }
  .all-menu.closed{
    height: 0px !important;
  }
  header .col-md-5, header .col-md-3, header .col-md-8{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  header .menu{
    margin-bottom: 0px;
  }
  header ul li, header ul{
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border:none !important;
  }
  header ul li a{
    padding: 10px 0 !important;
    display: block;
  }
  .ppl_menu{
    float: inherit;
  }
}
@media ( max-width: 1160px ){
  .custom-container{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-height:750px){
  section{
    overflow: hidden;
  }
  #perfil .row{
    msargin-top: 17vh !important;
  }
}
