@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&family=Open+Sans:wght@400;700&family=Unbounded:wght@200;400;700&display=swap');

body {
  font-family: 'Comfortaa', cursive;
  color: ##0c0c12;
}
.bg_page {
  background-image: url("../img/bg.jpg");
  background-attachment: fixed;
}
.bg_form {
  background: rgb(255,243,224);
  background: linear-gradient(0deg, rgba(255,243,224,1) 0%, rgba(255,253,250,1) 100%);
}
h3 {
  font-size: 20px;
}
.line_height_servicios {
  line-height: 1.2em;
  height: auto;
}
.logo_whats {
  position:fixed;
  width:50px;
  height:50px;
  bottom:30px;
  right:30px;
  text-align:center;
  font-size:30px;
  z-index:100;
}
.txt_titles {
  font-family: 'Unbounded', cursive;
  color: #061348;
}
.txt_titles2 {
  font-family: 'Unbounded', cursive;
  color: #514eb6;
  font-weight: 200;
}
.button_form {
  background-color: #ffa513;
  border-color: #ffa513;
}
.button_form:hover {
  background-color: #d1860d;
  border-color: #d1860d;
}
.a_nostyle {
  text-decoration: none;
  color: #000001;
}
.a_nostyle:hover {
  text-decoration: none;
  color: #514eb6;
}
.form-h{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}