.banner.short {
    height: 436px
}

.r {
    float: right !important
}

.pad16 {
    padding: 0 0 0 16px
}

.pad40 {
    padding: 40px 0
}

.product .button {
    margin: 32px 16px
}

.contact .group {
    position: relative;
    width: 100%;
    margin: 16px 0
}

.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"] {
    display: block;
    width: calc(100% - 32px);
    line-height: 16px;
    padding: 8px;
    margin: 8px 0;
    outline: 0;
    border: 1px solid #cdcdcd;
    background: #fff;
    font-size: 14px;
    color: #404040
}

.contact .user {
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-left: 1px solid #ccc;
    position: absolute;
    right: 16px;
    top: 24px
}

.contact .message {
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    right: 16px;
    top: 24px
}

.contact .group .inline {
    display: block;
    width: 100%;
    margin: 16px 0
}

.contact .group textarea {
    display: block;
    width: calc(100% - 56px);
    line-height: 16px;
    padding: 8px 30px 8px 8px;
    margin: 8px 0;
    outline: 0;
    border: 1px solid #cdcdcd;
    background: #fff;
    font-size: 14px;
    color: #404040;
    height: 90px;
    font-family: os
}

.contact .group select {
    display: block;
    width: calc(100% - 32px);
    line-height: 16px;
    padding: 6px 6px 5px 6px;
    margin: 8px 0;
    outline: 0;
    border: 1px solid #cdcdcd;
    background: #fff;
    font-size: 14px;
    color: #404040;
    font-family: 'os'
}

section.content div.space {
    margin: 0 16px 32px 16px
}

section.content div.circle {
    display: inline-block;
    float: left;
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    overflow: hidden;
    background-color: #e1e1e1;
    box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, .16);
    -webkit-perspective: 1px;
    perspective: 1px;
    margin: 6px 16px 0 16px !important;
}

div.circle.log {
    background-image: url(/resource/image/contacto/log.jpg?=CV-1076);
    background-position: center
}

div.circle.mad {
    background-image: url(/resource/image/contacto/mad.jpg?=CV-1076);
    background-position: center
}

div.circle.bar {
    background-image: url(/resource/image/contacto/bar.jpg?=CV-1076);
    background-position: center
}

div.circle :hover {
    border: 1px solid #3399FF
}

form {
    margin-bottom: 20px
}

form button {
    margin: 0 16px 0 16px;
    float: right
}

span.nota {
    font-size: 12px;
    color: #373737;
    left: -30px;
    float: left
}

.no-marginbutton {
    margin-top: 0
}

a[data-link] {
    box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important
}

section.content [col].cross .column .box.space {
    padding-bottom: 24px;
}

section.content [col].cross .column .box.space h3 {
    text-transform: uppercase;
}

section.content [col].cross .column .box.space p.title {
    margin-top: 20px;
    font-weight: 600;
}

section.content [col].cross .column .box.space p.padtop {
    margin-top: 20px;
}

section.content [col].cross .column .box.space p.title i {
    font-size: 18px;
}

section.content [col].cross .column .box.space p a {
    margin: 0px;
}

@media only screen and (max-width :1170px) {
    section.content div.circle {
        margin: 20px 36px 20px 20px
    }
}

@media only screen and (max-width :919px) {

    div.column div.group,
    div.column div.group div.inline,
    div.column div.group span.nota {
        text-align: left !important;
        color: #373737
    }

    .r {
        float: none !important
    }
}