h1,h2,h3,h4,h5,h6,p,span,div{
font-family:Neuzeitgro,sans-serif !important;
}
.max-c{
    max-width: 1100px !important;
}
.hero-cyber{
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 40px 20px;
 
}
.div1,.div2{
width:50%;
  position:relative;
  height:auto;
}
h2.contener-div_h2 {
    padding: 15px;
    font-size: 18px;
    background: #961d71;
       width: 42%;
    color: white;
}
h1.contener-div_h1 {
  width: 90%;
    color: white;
    font-weight: 600;
    margin: 50px 0 20px 0;
    font-size: 35px;
    line-height: 42px;
}
p.contener-div_p {
    color: white;
    font-size: 1.5rem;
    width: 80%;
    line-height: 32px;
    font-weight: 400;
}
.div2 {
    background-color: #193549;
  display:flex;
  justify-content: center;
   
 
  padding: 20px 40px;
    
      flex-direction: column;
  
}
.div2 h4, p {
    color: white;
    text-align: start;
}
.div2 label {
   
      color: #fff;
    font-weight: 400;
    text-align: left;
    margin-bottom: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    /* padding-left: 8px; */
    margin-top: 10px;
}
h4.title-form-contacto {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
}
p.texto-contacto-form {
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
.input * {
    width: 100% !important;
}
form input, form select, form textarea {
    border: none !important;
    border-radius: 5px !important;
    font-family: Neuzeitgro, sans-serif !important;
    font-size: 13px !important;
    padding: 10px 20px !important;
    margin-bottom: 10px;
}
input.hs-button.primary.large {
    background: #9d1b73 !important;
    border: none !important;
    margin: 0 !important;
    border-radius: 0px !important;
    padding: 10px 50px !important;
    font-size: 13px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    
}
.margin-negative {
    margin-bottom: -110px!important;
}
.form-negative{
margin-top:-20px;}

@media (max-width: 950px) {
  .hero-cyber {
    
    flex-direction: column;
  }
  .div1, .div2{
  width:80%;
  }
}
@media (max-width: 770px) {
  .div1, .div2{
  width:100%;
  }
  h2.contener-div_h2 {
   
    width: 44%;}
}
@media (max-width: 450px) {
  section.container.hero-cyber {
    padding: 25px;
}
  h2.contener-div_h2 {
   
    width: 62%;}
  h1.contener-div_h1{
  font-size: 32px;
    
    line-height: 39px;
  }
  p.contener-div_p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
}
