html, body{
    min-height: 100%;
}

.background {
    background-image: url("/img/background-ricardo-gomez-angel.jpg");
    height: 100%;
}

@media (min-width: 992px) {
    .background {
        min-height: 790px;
    }
}

#contact-form {
    background-color: white;
}

.form-header h1{
    font-weight: normal;
    color: #EE1D22;
    margin-top: 15px;
}

.form-header h4 {
    font-weight: normal;
    font-size: 1.4rem;
    color: #9A9A9A;
}


.form-group input[type="text"], .form-group input[type="email"], .form-group textarea, .form-group select {
    border: unset;
    border-radius: unset;
    border-bottom: 1px solid #CCCCCC;
}

.form-group select {
    position: relative;
    color: #969696;
    font-size: 12px;
}

.form-group select::-ms-expand {
    display: none;
}

.form-group select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #34495E;
    pointer-events: none;
}

.form-group select:hover::after {
    color: #F39C12;
}

.form-group input[type="text"]::placeholder, .form-group input[type="email"]::placeholder, .form-group textarea::placeholder, .form-group select::placeholder {
    color: #969696;
    font-size: 12px;
}

#contact-form .btn-primary {
    background-color: #EE1C25;
    border-radius: unset;
    border-color: #EE1C25;
    font-weight: lighter !important;
    text-transform: uppercase;
}

.footer {
    background-color: #F2F2F2;
    border-bottom: 1px solid #CCCCCC;
    height: 45px;
    line-height: 45px;
}

@media (max-width: 767.98px) {
    .footer {
        width: 100%;
        height: auto;
    }
}

.footer .footer-links {
    margin: 0;
    padding: 0;
    float: left;
}

.footer .footer-links li {
    display: inline-block;
    float: left;
}

.footer .footer-links li a {
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: #606060;
    font-size: 14px;
}


.footer-links-social {
    list-style: none;
    float: right;
    margin-top: 6px;
    padding: 0;
}

@media (max-width: 767.98px) {
    .footer-links-social {
        float: left;
        margin-bottom: 0;
    }
}

.footer-links-social li {
    display: inline-block;
    height: 45px;
    line-height: 45px;
}

.footer-links-social li span {
    color: white;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    background-color: #E72118;
}

.footer-links-social li i {
    color: white;
    line-height: 0;
    font-size: 13px;
    left: 6px;
    top: 6px;
    position: absolute;
}

/*secondary*/
.footer-sub {
    height: 40px;
    line-height: 40px;
}

.footer-sub ul {
    margin: 0;
    padding: 0;
}

.footer-sub ul li {
    display: inline-block;
}

@media (max-width: 767.98px) {
    .footer-sub ul li {
        width: 100%;
    }
}

.footer-sub ul li a {
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: #606060;
    font-size: 12px;
}

.footer-sub ul li span {
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: #EB1F2B;
    font-size: 12px;
}

