/*
 * Banner Principal
 */
 .banner {
    position: relative;
    width: 100%;
    min-height: 500px;
    align-items: center;
    display: flex;
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: relative;
    margin: 0 auto;
}

.banner .banner-content h1 {
    font-size: 2rem;
    color: #fff;
    margin: 0;
}

.banner .banner-content h6 {
    font-size: 1rem;
    color: #fff;
}

.banner .banner-content .btn-banner,
.btn-banner {
    display: block;
    font-size: 1rem;
    margin: auto;
    background-color: #013454;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 1px 40px;
    max-width: 300px;
    margin: 2rem auto;
    text-align: center;
}

.espaco {
    height: 130px;
    margin-top: -130px;
    color: #fff;
}

.espaco .border-icons svg {
    margin: 5px auto;
    width: 30px;
    height: 30px;
}

.espaco .border-icons span {
    font-size: 1rem;
}

.cls-1{
    fill:#fff !important;
}

.parallax {
    min-height: 150px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-slide {
    text-align: center;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-height: 200px;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
}

.swiper-slide span {
    visibility: hidden;
    top: 0;
    transition: all .3s linear;
    position: absolute;
}

.swiper-slide-active span {
    position: absolute;
    visibility: visible;
    top: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #000;
}

#cursos-faq {
    position: relative;
    width: 100%;
    background: #034168;
    align-items: center;
    display: flex;
}

#cursos-faq img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

#cursos-faq h2 {
    position: relative;
}

#cursos-faq input {
    display: none;
}

.accordion-title {
    background-color: #0cb4ce;
    display: flex;
    color: #0e3a5e;
    padding: 10px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    font-size: 1.3rem;
    margin: 2px auto 0 auto;
}

.accordion-icon {
    position: relative;
    width: 20px;
}

.accordion-icon::before,.accordion-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 4px;
    background-color: #0e3a5e;
    top: -1.5px;
}

.accordion-icon::after {
    transform: rotate(90deg);
    transition: .5s linear;
}

.accordion-text {
    background-color: #fff;
    color: #000;
    font-size: 1rem;
    opacity: 0;
    height: 0;
    margin: 0 !important;
}

.accordion-item:target .accordion-text {
    height: auto;
    opacity: 1;
    padding: 20px;
}

.accordion-item:target .accordion-icon::after {
    transform: rotate(0);
}

#curso-testemunhal {
    display: none;
}

#funcionarios {
    display: none;
}

#funcionarios-mobile .tph1 {
    padding-top: 15px;
}

#funcionarios-mobile {
    background-color: #0CB4CE;
    min-height: 450px;
}

#funcionarios-mobile img {
    width: 200px;
    height: 200px;
    margin: 10px auto;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

#funcionarios-mobile p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

#funcionarios-mobile .mobile-cargo {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 1000;
    text-align: center;
}

#curso-curriculo {
    color: #fff;
    font-size: 1rem;
    text-decoration: underline;
    display: block;
    margin: 0 auto 10px auto;
    max-width: 200px;
    text-align: center;
}

#curso-curriculo:hover {
    color: #fff;
    background-color: #013454;
}