#content .headquarters-top { 
    background: #f7e3e0;
    margin-bottom: 10px;
    padding: 5px 0 10px 0;
}
#content .headquarters-top p {
    font-family: "Open Sans";
    font-size: 11px; 
    text-align: center;
    text-transform: uppercase;
    color: #666;
    margin: 0px;
    line-height: 14px;
    letter-spacing: 2px;
}
#content .headquarters-top p img {
    margin: 5px;
}
#content .headquarters-background { 
    background-image: url(../media/img/img_fons.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding:5%;
}
#content #headquarters.hybris { 
    box-sizing: content-box;
    margin: 0 auto;
    width: 40%;
    max-width: 600px;
    padding: 2% 4%;
    border: none;
}
@media screen and (max-width: 1000px) {
	#content #headquarters.hybris  { width: 60%; }
}
@media screen and (max-width: 767px) {
	#content #headquarters.hybris  { width: 70%; }
}
@media screen and (max-width: 610px) {
	#content #headquarters.hybris  { width: 92%; margin: 44% 0 0 0; }
}

#content #headquarters.hybris .headquarters-header { margin-bottom: 30px; }
#content #headquarters.hybris .headquarters-header h3 {    
    margin-bottom: 30px;
    color: gray;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 3px;
}
#content #headquarters.hybris .headerInfo ul li .block {float:none; color: #666; }
#content #headquarters.hybris .headerInfo ul li a {text-decoration: underline; line-height: 17px;}
#content #headquarters.hybris  p { color: #666;}
#content #headquarters.hybris fieldset { margin: 0 auto; border-bottom: none !important; }
#content #headquarters.hybris fieldset div { margin-bottom: 15px; }    

#content #headquarters.hybris fieldset div input, 
#content #headquarters.hybris fieldset div textarea {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    min-height: 34px;
    padding: 10px;
    width: 100%;
    color: #000;
    font-size: 12px;
}

#content #headquarters.hybris fieldset.submitBox { max-width: 390px; margin: 15px auto;}
#content #headquarters.hybris .button-submit { width: 100%; }
#content #headquarters.hybris button.button { border-radius: 5px; border-color: #7B7C7E; }
#content #headquarters.hybris button.button span { color: white; background-color: #7B7C7E; }
#content #headquarters.hybris .contactInfo { margin-top: 40px; }
#content #headquarters.hybris label.error { color: #d22 !important; }

@media screen and (max-width: 660px) {
    #content .headquarters-top p { font-size: 7px; line-height: 11px; }
}