body, button, input, select, textarea{
  font-family:Montserrat;
}
#masthead .hgroup .logo{
  float: inherit;
}
#masthead .hgroup{
  padding-top: 10px;
  padding-bottom: 0px;
    text-align: center;
}
.shadow_white{
  text-shadow:0px 0px 3px #fff;
}
.triangulo {
     width: 0; 
     height: 0; 
     border-left: 1920px solid #ff8300;
    border-top: 40px solid #ff8300;
    border-bottom: 35px solid transparent;
    border-right: 0px solid #ff8300;
}
.logo_medium{
  position:absolute;
  top:4em;
  left: 0%;
}

.hs-form-required{
  display:none!important;
}

.hs-button, .hs-form-field input[type="text"], .hs-form-field input[type="email"], .hs-form-field input[type="phone"], .hs-form-field input[type="number"], .hs-form-field input[type="tel"], .hs-form-field input[type="date"], .hs-form-field textarea {
    border-radius: 0;
}

.hs-button, .hs-form-field input[type="text"], .hs-form-field input[type="email"], .hs-form-field input[type="phone"], .hs-form-field input[type="number"], .hs-form-field input[type="tel"], .hs-form-field input[type="date"], .hs-form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
    border-color: #c87872;
}

.hs-input {
    display: inline-block;
    width: 100%!important;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    background-color: white;
    border: 1px solid #cbd6e2;
    box-sizing: border-box; 
}
input[type="submit"]{
  width: 97.5%;
  text-align:center;
  background-color:#ff8300;
  color:white;
  background: #ff8300;
  border: none;
}

input[type=text], input[type=email], input[type=password]{
  padding: 5px;
}

input {
  margin:5px 0;
}
.hs-form-da5678f7-dfba-451d-8e9c-7209c1bc01e3_47afc961-6199-4273-a8d0-d18ca95963d5 fieldset , .form-columns-3{ 
  max-width: 100%!important;
}

.hs-form-b5fc1376-9567-4018-8340-533aed2fa945_3e77602f-1231-4fba-9d48-8822007295a8 fieldset.form-columns-3 .input::last-child{
  margin-right:0px;
}

#colophon{
  background-color:#ff8300;
  
}
#footer-widgets .widget , #footer-widgets .widget a{color:white;
}
#colophon #theme-attribution{
  display:none!important;
}

@media only screen and (max-width: 768px) {
  .space{
    display:none;
  }
}
@media only screen and (min-width : 1680px) {
    .big_screen {
        height:150px!important;
    }
}