.hs-form-booleancheckbox{
  margin-top: 20px;
}
.hbspt-form p {
    color: #ffffff !important;
}
a {
    color: #ffffff !important;
    text-decoration: underline !important;
}
span.hs-form-required {
    color: #f9a61a !important;
}
.hs-error-msg {
    color: #efff00!important;
}

.hbspt-form label { 
    color: #ffffff !important; 
}

.hbspt-form .hs-error-msgs label {
    color: #ffc107 !important;
}

.hbspt-form a {
    color: #f59f03 !important;
    text-decoration: underline !important;
}
.hs-button, input.hs-button.primary.large {
     background-color: #f59f03 !important;
    border: 1px solid #f59f03 !important; 
}

.hbspt-form .actions {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    padding: 0px 0 !important;
}

.siguiente{
  text-decoration: none !important;
    background: #f59f03 !important;
    border-color: #f59f03;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
}
.texto{
  color: #fff !important;
}

#hubspotForm{
  text-align: center;
}

.siguiente:hover{
  text-decoration: none !important;
    background: #f59f03 !important;
    border-color: #f59f03;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
}
.actions { 
    padding: 0px 0px;
}

.text-cta{
    font-family: arial, helvetica, sans-serif;
    color: #ffffff; 
  font-size: 0.8em; 
  font-weight: bold; 
  color: #fff;
  margin-top: 10px;
}

.submitted-message{
  text-align: center;
}

#whatsapp-01, #whatsapp-02{
  display: none;
}

.activo{
  display: block !important;
}

.inactivo{
  display: none !important;
}

.pop-up{
  position:fixed;
  display:flex;
  flex-direction: row;
  height:auto;
  top:1%;
  right:1%;
  width:400px;
  background-color: #29a71a; 
  z-index: 100;
  -webkit-box-shadow: -2px 5px 28px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: -2px 5px 28px -1px rgba(0,0,0,0.25);
  box-shadow: -2px 5px 28px -1px rgba(0,0,0,0.25);
}

.gifje {
  width:40%;
  z-index: -10;
  margin: auto;
  display: block;
}

.gifje img{
  position:relative;
  width:100%;
}

.inhoud{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:100%;
}

.sluiten{
  position:absolute;
  top: 0;
  right: 3%;
  font-size: 30px;
  cursor: pointer;
}

.sluiten:after{
  display:initial;
  content:"\00d7";
  margin-left:12%;
}

#big{
  position:relative;
  display:flex;
  justify-content:center;
  margin:5%;
}

#cta{
  display:flex;
  width:100%;
  justify-content:center;
}

#cta a{
  display:inline-block;
  background-color:red;
  color:white;
  padding-top:3%;
  padding-bottom:3%;
  padding-left:5%;
  padding-right:5%;
  text-decoration:none;
}



@media only screen and (max-width: 1250px){
  
  .pop-up{
    top:1%;
    right:1%;
    width:30%;
  }
  
}


@media only screen and (max-width: 880px){
  
  .pop-up{
    top:1%;
    right:1%;
    width:50%;
    outline: none;

  }


@media only screen and (max-width: 790px){
  
    .text-cta {
    font-size: .7em;
    margin-top: 20px;
}
  
  .pop-up{
    top:0;
    right:0;
    width:50%;
    max-height:60%;
    outline: none;

  }
  
.gifje {
  width:30%;
  z-index: -10;

}

.gifje img{
  position:relative;
  /*height:100%;*/
}

  
}

  
  @media only screen and (max-width: 490px){
  
  .pop-up{
    position:fixed;
    top:0;
    right:0;
    width:90%;
    max-height:600px;
    outline: none;

  }
  
.gifje {
  width:30%;
  z-index: -10;

}

.gifje img{
  position:relative;

}
    
    .text-cta {
    font-size: .6em;
    margin-top: 20px;
}

  
}
  


