.header-banner {
    font-family: Impact !important;
    text-align: center;
    color: #e6e6e1;
    font-size: 3.5em;
    background: #d0662a;
    margin-bottom: 1rem;
    padding: 38px;
    border-radius: 0px 0px 25px 25px;
    letter-spacing: .05em;
    line-height: 1;

}

.header-row::after {
    content: " ";
    background: #d0662a;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}

#header .container {
    margin-bottom: 20px;
}

.intro-van {
    width: 60%;
}

.intro-logo {
    width: 30% !important;
    margin-top: 60px;
}
.intro-banner {
    justify-content: space-between;
}

.intro-banner {
    justify-content: space-between;
    margin-top: -60px !important;
}

.intro-cta {
    background: #d0662a;
    padding: 25px;
}

.intro-cta-2 {
    background: #e6e6e1;
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

.intro-cta-2 a {
    width: 100%;
    display: block;
}

.intro-cta-2 i {
    font-size: smaller;
    text-indent: -7px;
}

.form-control {
    font-weight: bold;
    color: #6d6d6d !important;
    opacity: 1 !important;
}

.custom-select-1 select {
    cursor: pointer;
}

#features .col-3 {
    min-width: 86px;
}

#features .card-body {
    display: flex;
    align-items: center;
}

#features .card {
    margin: 10px 0;
    min-height: 155px;
}

#requisitos h1 {
    color: #fff !important;
}

#requisitos h1 span {
    background: #1a3a4c;
    padding: 15px 30px;
    border-radius: 15px;
    display: inline-block;
    line-height: 2;
}

#requisitos .numeros h1 {
    background: #1a3a4c;
    display: block;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0px auto;
}

.numeros p {
    line-height: 1.5em;
    margin-top: 20px;
}

#footer ul {
    list-style: none;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}

#footer a {
    line-height: 45px;
    font-weight: 500;
}

#linkedin i {
    color: #cc6328 !important;
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 5px;
}

#whatsapp i {
    color: #fff !important;
    background: #cc6328;
    padding: 5px;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 5px;
}

.scroll-to-top {
  display: none !important;
}

button.mfp-close {
    color: white !important;
    margin: -35px;
    transform: scale(1.5);
}

@media (max-width: 1200px) {
    .header-banner {
        font-size: 2.5em;
    }

    .intro-banner {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .header-banner {
        font-size: 2em;
    }

    #header .header-logo img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #header .justify-content-end {
        display: none;
    }

    #header-mobile-banner {
        display: block;
        font-size: 1.8em;
        padding: 10px !important;
        text-align: center;
        width: 100%;
    }
    .numeros p {
        font-size: 1.5em;
        margin-bottom: 100px;
    }

    #requisitos {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #footer img {
        width: 100% !important;
        height: auto;
    }
}

@media (min-width: 767px) {
    #header-mobile-banner {
        display: none !important;
    }
}