.hs-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-family: 'Source Sans Pro';
    margin: 0 !important;
    padding-top: 20px !important;
}

.hs-form-field > label {
    display: none;
}

.hs-form-booleancheckbox {
    font-family: 'Source Sans Pro';
    font-size: 14px;
}

.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="tel"],
.hs-form input[type="number"],
.hs-form input[type="search"],
.hs-form input[type="password"],
.hs-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    border: none;
    font-size: 14px;
    background: #FFFFFF;
    color: #000000;
}

.hs-form input[type="submit"] {
    width: 100%;
    max-width: 200px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 15px 40px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    outline: none;
    font-weight: 600;
    background: #2C2A2D;
}

.hs-form textarea {
    resize: none;
    height: 60px !important;
    width: 100% !important;
}
.hs-submit .actions, .hs_privacy, .hs_confirm_opt_in, .hs-input {
    margin: 0 !important;
}
.actions{
    margin: 0 !important;
    padding: 10px 0 20px !important;
}
.hs_privacy span, .hs_confirm_opt_in span{
    color: #FFFFFF;
}

.hs-submit .actions input{
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.hs-form-booleancheckbox-display{
    margin-left: 30px;
}

.hs-form-booleancheckbox-display span{
    margin-left: 3px;
}


.hs-form select {
    width: 100% !important;
    height: 44px;
    margin: 0;
    padding: 10px 10px;
    background: #FFFFFF;
    border-radius: 0;
    border: 1px solid #2C2A2D;
}

.hs-form-field {
    position: relative;
    margin: 0 !important;
    /*margin-bottom: 15px;*/
}

.hs-form-field .inputs-list {
    margin: 0;
    list-style: none;
    padding: 0;
    color: #2C2A2D;
}

.hs-form-field .inputs-list a {
    color: inherit;
}

.hs-form-required {
    display: none;
}

.hs-error-msgs {
    position: relative;
    top: 100%;
    color: red;
    list-style: none;
    padding: 2px 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Source Sans Pro';
}

.hs-error-msgs label {
    color: red !important;
    padding-left: 30px !important;
}

/* NEWSLETTER */

#panel_newsletter {
    background-color: #666666;
    background-image: url(https://s3.eu-central-1.amazonaws.com/images.cerdagroup.net/web_resources/newsletter.jpg);
    background-size: cover;
}
#panel_newsletter #texto1{
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin: 25px 0 0;
    color: white;
    text-transform: uppercase;
}
#panel_newsletter #texto2{
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    color: white;
    text-transform: uppercase;
}
#panel_newsletter .submitted-message{
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin: 25px 0;
}

/* MOSCA CHAT */

#mosca_chat {
    padding: 6px 20px;
    font-size: 16px;
    background-color: #2C2A2D;
    border-radius: 10px 10px 0 0;
    margin: 8px 0 0;
}
.stuck #mosca_chat {
    padding: 1px 10px;
    margin: 0;
}
#mosca_chat i {
    color: white;
    font-size: 20px;
    font-weight: bolder;
}
#mosca_chat span {
    margin-left: 20px;
}

#mosca_chat_movil {
    position: relative;
    padding: 5px 8px;
    top: 5px;
    margin-right: 5px;
    border: none;
    font-size: 16px;
    background-color: #2C2A2D !important;
}
#mosca_chat_movil i {
    color: white;
    font-weight: bolder;
}

/* MOSCA */

#mosca {
    padding: 6px 20px;
    font-size: 16px;
    background-color: #2C2A2D;
    border-radius: 10px 10px 0 0;
    margin: 8px 0 0;
}
.stuck #mosca {
    padding: 1px 10px;
    margin: 0;
}
#mosca i {
    color: white;
    font-size: 20px;
    font-weight: bolder;
}
#mosca span {
    margin-left: 20px;
}

#mosca_movil {
    position: relative;
    padding: 5px 8px;
    top: 5px;
    margin-right: 5px;
    border: none;
    font-size: 16px;
    background-color: #2C2A2D !important;
}
#mosca_movil i {
    color: white;
    font-weight: bolder;
}


#panel_mosca {
    opacity: 0.9;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
}
#panel_mosca .hs-form{
    padding-top: 0 !important;
}

#panel_mosca .hs-form input[type="text"],
#panel_mosca .hs-form input[type="email"],
#panel_mosca .hs-form input[type="tel"],
#panel_mosca .hs-form input[type="number"],
#panel_mosca .hs-form input[type="search"],
#panel_mosca .hs-form input[type="password"],
#panel_mosca .hs-form select,
#panel_mosca .hs-form textarea{
    box-sizing: border-box;
    margin: 0;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: #DDDDDD;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
    height: 36px;
}
#panel_mosca .hs-form input[type="text"]:focus,
#panel_mosca .hs-form input[type="email"]:focus,
#panel_mosca .hs-form input[type="tel"]:focus,
#panel_mosca .hs-form input[type="number"]:focus,
#panel_mosca .hs-form input[type="search"]:focus,
#panel_mosca .hs-form input[type="password"]:focus,
#panel_mosca .hs-form select:focus,
#panel_mosca .hs-form textarea:focus{
    box-shadow: NONE;
    outline: 0 none;
    border-color: #2c2a2d;
}
#panel_mosca .hs-input.error{
    border-color: #c87872;
}

#panel_mosca .hs-form input[type="submit"] {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.471;
    padding: 10px 20px;
    font-weight: normal;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    box-shadow: none;
    border: none;
}
#panel_mosca .hs-form input[type="submit"]:hover{
    background: #c0a16f;
}

#panel_mosca .hs_privacy span, #panel_mosca .hs_confirm_opt_in span{
    color: gray;
}
