.banner {
   position: fixed;
   top: 120px;
   right: 0;
   width: 45px;
   z-index: 999;
   transition: width 200ms ease-in-out;
}
 .banner.expanded {
   width: 434px;
}
 .banner.expanded .banner-small {
   display: none;
   box-shadow: -6px 6px 14px -3px rgba(0,0,0,0.4);
   -webkit-box-shadow: -6px 6px 14px -3px rgba(0,0,0,0.4);
   -moz-box-shadow: -6px 6px 14px -3px rgba(0,0,0,0.4);
}
 .banner.expanded .banner-large {
   display: block;
   box-shadow: -6px 6px 14px -3px rgba(0,0,0,0.4);
    -webkit-box-shadow: -6px 6px 14px -3px rgba(0,0,0,0.4);
    -moz-box-shadow: -6px 6px 14px -3px rgba(0,0,0,0.4);
}
 .banner-small {
   cursor: pointer;
   display: none;
}
.mostrar{
  display: block;
}
 .banner-small .text {
   font-family: 'Roboto', sans-serif;
   width: 100%;
   height: 180px;
   padding: 10px 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #000;
   font-size: 12px;
   letter-spacing: 1.2px;
   color: #fff;
   text-transform: uppercase;
   transform: rotate(-180deg);
   writing-mode: tb-rl;
}
 .banner-large {
   display: none;
   width: 434px;
}
 .banner-large .top {
   font-family: 'Roboto', sans-serif;
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: auto;
   padding: 20px 20px;
   background: #e9e3df;
   color: #666;
   text-align: left;
   line-height: 1.2em;
   font-size: 16px;
   padding: 20px 36px;
}
/*
.banner-large .top span {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 38px;
    font-weight: 100;
}
*/
.banner-large .top .texto_grande {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 38px;
    font-weight: 100;
    text-align: center;
}
.banner-large .top span {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 38px;
    font-weight: 100;
}
 .banner-large .join {
   /*display: flex;*/
   width: 100%;
   margin-top: 15px;
   justify-content: center;
}
.banner-large .join input {
  border: none;
  width: 100%;
  padding: 8px 12px;
  font-size: 15px;
  font-family: sans-serif;
  display: block;
  margin-bottom: 0px;
  height: 32px;
  background: #fff;
}
.banner-large .join .hs-button {
    display: flex;
    width: 35%;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #9f323f;
    cursor: pointer;
    height: 32px;
    margin-top: 36px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
}
 .banner-large .bottom {
   height: 45px;
   padding: 6px 30px 0 30px;
   background: #fff;
   font-size: 12px;
   line-height: 1.4em;
   text-align: center;
}
 .banner-large .bottom span {
   color: #f57812;
}
.banner-large .close {
    position: absolute;
    top: -9px;
    left: -9px;
    cursor: pointer;
    color: #fff;
    background: #333;
    border-radius: 65px;
    padding: 0px 6px;
    font-size: 16px;
    opacity: 1;
}

.hs-error-msgs {
    margin-top: 0;
    margin-bottom: -1rem;
    font-size: 12px;
    margin-left: 15px;
}
 .hs-fieldtype-intl-phone.hs-input select {
     float: left;
     width: 30%!important;
     background: #fff;
     height: 32px;
     font-size: 15px;
     padding-left: 10px;
 }
 
.hs-form-radio {
     display: inline-flex;
     margin-right: 18px;
 }
 .hs-form-radio-display span {
     font-size: 15px !important;
     font-weight: 300 !important;
 }
 .hs-form-radio-display .hs-input {
     height: 22px !important;
 }
 #label-uso_de_vivienda-ec137478-ae0f-48da-9045-2349c7f3464c{
     margin-top: 20px;
 }
#label-uso_de_vivienda-ec137478-ae0f-48da-9045-2349c7f3464c span {
     font-size: 16px;
     font-weight: 300;
 }

 @media only screen and (max-width: 850px) {
   .banner.expanded {
      width: 330px;
   }
   .banner-large {
      display: none;
      width: 330px;
   }
   .banner-large .top span {
       font-family: 'Roboto', sans-serif;
       font-size: 20px;
       margin-bottom: 30px;
       margin-top: 38px;
       font-weight: 100;
   }
   
 }