.location-info {
    background-color: var(--blue-one);
    margin-top: -6px;
    position: relative;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

.location-info::before {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6.4rem;
    z-index: 999;
    color: var(--blue-one);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.unifai-banner {
    /*background-image: url(/novo-portal/resources/view/assets/images/unifai_quem_somos2.jpg);*/
    /* height: 100vh; */
    background-image: url(/novo-portal/resources/view/assets/images/fai-quem-somos.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.unifai-banner::before {
    content: "";
    top: 0px; left: 0px; right: 0px; bottom: 0px;
    position: absolute;
    width: 100%; height: 100%;
    mix-blend-mode: hard-light;
    background-color: #01253b;
}

.pt-define { 

    padding-top: 80px;

}

div.row.pb-define {
    padding-bottom: 80px;
}

h99.title-banner {
    font-family: 'Lato', sans-serif !important;
    background-color: #fad21a;
    color: black;
    font-size: 36px;
    padding: 8px 30px 8px 30px;
    font-weight: 800;
}

h2.titles-unifai {
    font-weight: 1000;
    font-size: 24px;
}

div.non-line-height p {
    margin-bottom: 0px !important;
}

div.pt-little {
    padding-top: 30px;
}

@media only screen and (min-width:1200px) {
    div.pull-up {
        bottom: 100px;
    }
    div.pull-up-more {
        bottom: 200px;
    }
    div.pull-down {
        top: 30px;
    }
}


@media only screen and (max-width:992px) {
    .empty-divs {
        display: none !important;
    }
    .pt-define {
        padding-top: 30px;
    }
}

@media only screen and (max-width:428px) {
    h99.title-banner {
        padding: 2px;
        text-align-last: center;
        text-align: center;
    }
}

.social-box.dp-flex {
display: inline-flex;
}

h5.radio {

    color: #fad219;
    text-decoration: none !important;
    display: block;
    font-size: 20px;
}


.cultura {
    background-color: #fad219;
    color: black;
    font-weight: bolder;
    font-size: 45px;
    align-self: center;
    align-items: center;
    align-content: center;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    text-decoration: none !important;
    font-family: 'Future Friends', sans-serif !important;
    letter-spacing: 1.5px;
}

@media only screen and (max-width:387px) {
    .contact > div {
        padding: 0rem !important;
    }
}

h3 {
    font-size: 1.4rem;
    font-weight: 800;
}

h3 a {
    text-decoration: none;
}

.location-info li {
    padding: 0.32rem 1rem 1rem;
}

.social-box {
    margin-bottom: 1rem;
}

.doc-box i, .doc-box svg, .social-box i, .social-box svg {
    font-size: 1.6rem;
    width: 4.8rem !important;
    height: 4.8rem;
    padding: 1rem;
    border-radius: 999px;
    border: 3px solid #fad219;

    color: #fad219;
    transition: color 0.3s, background-color 0.3s;

    margin-right: 1rem;
}

.doc-box:hover i, .doc-box:hover svg, .social-box:hover i, .social-box:hover svg {
    color: white;
    background-color: #fad219;
}

.contact {
    padding: 6.4rem 0;
}

.contact > div {
    padding: 0 3.2rem;
}

.contact .col-md-5 {
    margin-bottom: 3.2rem;
}

.contact form input, .contact form textarea {
    width: 100%;
    border: 2px solid var(--body-color-light);
    background-color: var(--body-color-light);
    color: white;
    padding: 0.64rem 1rem;
    outline: none;

    font-family: "Lato", sans-serif !important;

    transition: border 0.3s;

    margin-bottom: 0.64rem;
}

.contact form input::placeholder, .contact form textarea::placeholder {
    opacity: 0.6;
    color: white;
}

.contact form input:focus-visible, .contact form textarea:focus-visible {
    border-color: #4e4e4e;
}

.contact button {
    padding: 0.64rem 1.6rem;
    background-color: var(--blue-two);
    color: white;
    border: none;
    outline: none;

    transition: 0.3s;
}

.contact button:hover {
    background-color: var(--blue-one);
}

@media only screen and (min-width: 768px) {
    .contact .col-md-5 {
        margin: 0 1.6rem;
    }  
}