﻿.unit-finder > div {
    max-width: 820px;
    margin: auto;
    padding: 12px 0;
}

.unit-finder .text-cont {
    width: 33%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-right: 24px;
}

.unit-finder .text-cont h4 {
    font-size: 22px;
    margin: 0;
}

.unit-finder .text-cont h2 {
    font-size: 30px;
    margin: 0;
}

.unit-finder .input-cont {
    width: 34%;
    display: inline-block;
    vertical-align: middle;
}

.unit-finder .input-cont input {
    font-size: 18px;
    padding: 14px 24px 15px;
    border-radius: 28px;
    border: 0 none;
    width: 100%;
}

.unit-finder .button-cont {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 24px;
}

.unit-finder .button-cont button {
    color: #6bcff6;
    background-color: white;
}

@media (max-width: 768px) {
    .evaluation-form .left {
        padding-right: 12px;
    }

    .evaluation-form .right {
        padding-left: 12px;
    }
}

@media (max-width: 576px) {
    .experiencia-didatico {
        margin-bottom: 50px;
    }
}

@media (max-width: 425px) {
    .home-courses.no-pd {
        margin-bottom: 50px;
    }

    .kaccordion .card-body > div > div:not(:last-child) {
        border-right: 0 none;
    }
}

.unidade-mais-proxima {
    background-color: #6cf;
    color: white;
    padding: 25px 0;
}

.unidade-mais-proxima .col-md-4 {
    padding: 0 7px;
}

.unidade-mais-proxima .labels {
    text-align: right;
}

.unidade-mais-proxima .labels > div {
    text-align: center;
    display: inline-block;
}

.unidade-mais-proxima .labels > div > span:nth-child(1) {
    font-weight: 900;
    font-size: 17px;
    display: block;
    line-height: 15px;
}

.unidade-mais-proxima .labels > div > span:nth-child(2) {
    font-weight: 900;
    font-size: 25px;
    display: block;
    line-height: 25px;
}

    .unidade-mais-proxima .search input {
        width: 70%;
        max-width: none;
    }

    .unidade-mais-proxima .search input,
    .select-uf-home {
        border: 0 none;
        height: 40px;
        border-radius: 30px;
        font-weight: 500;
        font-size: 12px;
        padding: 0 20px;
    }

.unidade-mais-proxima .search span {
    color: white;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 12px;
    display: block;
    text-align: center;
}

.unidade-mais-proxima .search-btn button, .unidade-mais-proxima .search button {
    color: #6cf;
    background-color: white;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 900;
    padding: 8px 16px;
}

.unidade-mais-proxima .search button {
    background-color: #4276CD;
    color: white;
    width: 100px;
    margin-left: 10px;
}

@media (max-width: 425px) {
    .unidade-mais-proxima .search input {
        width: calc(100% - 87px);
    }
}

@media (max-width: 767px) {
    .unidade-mais-proxima .labels > div{
        display: none;
    }

    .unidade-mais-proxima .search-btn {
        text-align: center;
    }

        .unidade-mais-proxima .search-btn button {
            background-color: #4276CD;
            color: white;
            width: 100px;
            margin-left: 10px;
            margin-top: 10px;
        }
}

@media (min-width: 768px) {
    .unidade-mais-proxima .search span {
        display: none;
    }

    .img-slide-fix {
        width: 80%;
        margin: auto;
        display: block;
    }
}

.page-home .carousel.height-fit {
    max-height: calc(100vh - 91px);
    overflow: hidden;
    margin-top: 54px;
}


.modal-avisos {
    color: #3f3f3f;
}

.modal-avisos .modal-content {
    border-color: #0070c0;
    border-radius: 20px !important;
}


.modal-avisos .modal-header {
    border: none;
    padding: 0px;
}

.modal-avisos .modal-header a {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1051;
}

.modal-avisos .modal-header a:hover {
    cursor: pointer;
}

.modal-avisos .modal-header a img {
    width: 30px;
}

    .modal-avisos .modal-header a img:hover {
        cursor: pointer;
    }

.modal-avisos .title-warn {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
}

.modal-avisos .text-blue {
    color: #0070c0;
    font-weight: bold;
    font-size: 20px;
}

.modal-avisos .text-footer-warn {
    color: #0070c0;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .iframe-container iframe {
        position: absolute;
        top: -2px;
        left: 0;
        width: 100%;
        height: 100%
    }



.depoimentos-agradecimento {
    position: relative;
    background: #c3e5f1;
}

.title-dep {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 71px;
    font-family: Gotham;
}

.depoimentos-agradecimento:after {
    position: absolute;
    content: '';
    bottom: -19px;
    right: 362px;
    width: 66px;
    height: 66px;
    background: #c3e5f1;
    transform: rotate( 136deg );
    z-index: 2;
}



