.head-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:  relative;
    border-bottom: solid 14px #024693;
}
.head-layer {
    height: 320px;
    background-color: rgba(0, 0, 0, 0.4);
}
.head-content {
    left: 0;
    top: 40%;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
}
.head-title {
    font-family: Aller;
    font-size: 50px;
    font-weight: bold;
}

ul.breadcrumbs {
    padding: 32px 16px;
    list-style: none;
}
ul.breadcrumbs li {
    display: inline;
    font-size: 16px;
    font-family: Aller;
}
ul.breadcrumbs a::after {
    padding: 8px;
    color: #f17c30;
    content: ">\00a0";
}
ul.breadcrumbs li a {
    color: #f17c30;
    text-decoration: none;
}
ul.breadcrumbs > li > a:hover {
    color: #024693;
    text-decoration: none;
}
.breadcrumbs > .active {
    font-family: Aller;
    font-weight: bold;
    color: #024693;
    text-decoration: underline;
}
.ct-text{
    font-family: Aller;
    font-weight: bold;
    font-size: 18px;
    text-align: justify;
    margin: 0 20px;
}
.ct-row {
    display: table;
    width: 100%;
}
.ct-col {
    display: block;
    float:  left;
    width: 50%;
    padding: 0 15px;
    vertical-align: top;
    margin: 25px 0 50px;
}
.ct-title{
    font-family: Aller;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
}
.ct-subtitle{
    font-family: Aller;
    font-size: 18px;
    padding-left: 0;
    list-style-type: none;
}
.form-container{
    border: 1px solid #ddd;
    padding: 20px;
}
.btn-yellow, .btn-yellow:hover, .btn-yellow:focus {
    color: #ffffff !important;
    background-color: #f17c30;
}

@media(max-width: 743px){
    .ct-col{
        width: 100%;
    }
    .ct-title, .ct-subtitle{
        text-align: center;
    }
}

.form-title {
    font-family: HelveticaNeueLTCom-Medium;
    margin-bottom: 5px;
}

.form-alert {
    padding: 6px 20px 6px 30px;
    background-color: red;
    border-radius: 5px;
    color: #FFF;
    font-family: HelveticaNeueLTCom-Bold;
    font-size: 14px;
    position: relative;
    display: none;
}
.form-alert > span {
    position: absolute;
    top: 9px;
    left: 10px;
}

.contact-captcha {
    margin-bottom: 15px;
}