body{
  font-family: 'Lato', sans-serif;
}
.text-pmd{
  font-size:21px;
}
.bg-blueprimary{
  background-color: #43b4b8;
}
.p-container10{
  padding-left:10%;
  padding-right:10%;
}
.p-container5{
  padding-left:5%;
  padding-right:5%;
}
.c-blueprimary{
  color: #43b4b8;
}
.idate-info{
  max-width: 335px;
  width: inherit;
}
footer{
  background-color: #545454;
}
.back-image{
  height: calc(100vh);;
  background-image: url(../assets/img/header.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-terminos{
  color:#bfbfbf;
  font-size: 13px;
}
.button-contact-top{
  margin-top: -44px;
  font-size: 20px;
}