main .row {
    margin: 30px 0;
}

main button {
    margin-top: -20px;
}

h1 {
    /*somente esta pagina tera esse style*/
    margin-top: 0 !important;
    padding-top: 15px !important;
}

.tph1 { /*titulos das paginas h1*/
    text-align: center;
    color: #0e3a5e;
    font-weight: 1000;
    font-size: 3.1rem;
}

.btn-prof,
.btn-banner {
    display: block !important;    
}

.btn-prof {
    background-color: #0cb4ce;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    width: 300px;
    height: 2rem;
    line-height: 1.4rem;
    font-size: 1.4rem;
}

.btn-prof:hover {
    cursor: pointer;
    background-color: #034168;
}

.fonte {
    font-size: 1.5rem;
}

.espaco {
    margin: -30px 0;
    padding-bottom: 10px;
}

.espaco .border-icons {
    border:1px solid #fff0;
    border-radius: 20px;
    box-shadow: 0 2px 3px #000;
    background-color: #fff;
    display: block;
    font-size: 2rem;
    text-align: center !important;
}

.espaco .border-icons svg {
    margin: 5px auto;
    width: 50px;
    height: 50px;
    display: inherit;
}

.espaco .border-icons span {
    display: inherit;
    font-size: 1.7rem;
}

.margem {
    margin: 0 auto;
    min-width: 200px;
    color: #fff;
    font-size: 1.3rem;
}

.margem a {
    font-size: 1.5rem;
    color: #bababa;
}

.margem a:hover {
    background-color: #aee6ee;;
}

.margem p {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
}

.margem .active {
    color: black;
    text-decoration: underline;
}

.tamanho {
    font-size: 1.1rem;
    line-height: 50px;
    transition: 1s ease-in-out;
    margin-bottom: 50px !important;
}

.borda-lateral:first-child {
    border: none;
}

.borda-lateral {
    border-left: solid 2px black;
}

.tamanho div:hover {
    cursor: default;
    font-size: 1.5rem;
    text-decoration: underline;
}

.depoimento-aluno img {
    border-radius: 50%;
    margin: 0 10px;
    height: 150px;
    width: 150px;
    object-fit: cover;
}

input[name="professores"] {
    visibility: hidden;
    display: none;
}

.corpo-docente {
    cursor: pointer;
}

.corpo-docente img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    transition: all linear .3s;
}

/**
 * Corpo docente sumir imgs q nao estao em destaque
 */
.sumir {
    visibility: hidden;
    position: absolute;
    display: none;
    margin-top: -15px;
}

.sumir img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    object-fit: cover;    
}

.sumir div {
    width: 200px;
}

.sumir .margem {
    padding: 0;
    margin-top: 40px;
    padding-left: 20px;
}

.for-label div {
    opacity: .5;
    display: flex;
    align-items: end;
}

.for-label div:hover {
    opacity: .8;
}
/*
 * Banner Principal
 */
.banner {
    position: relative;
    width: 100%;
    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-content .tph1 {
    color: #fff;
}

.banner-content h1 {
    font-size: 4rem;
}

.banner-content h6 {
    font-size: 2rem !important;
    max-width: 60vw;
}

.btn-banner {
    display: block;
    font-size: 2rem;
    margin: auto;
    background-color: #013454;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 1px 40px;
    width: 500px;
    margin: 2rem auto;
    text-align: center;
}

.btn-banner:hover {
    /*aki ira mudar*/
    cursor: pointer;
    opacity: .5;
}

/**
 * Area sobre o Curso
 * Area abaixo do banner principal
 */
#about-course h6 {
    font-size: 1.9rem;
    color: #0e3a5e;
    text-transform: uppercase;
}

.about-course-p {
    font-size: 1.4rem;
    height: 200px;
    overflow: auto;
}

/**
 * Corpo Docente e funcionarios
 */
#funcionarios {
    background-color: #0CB4CE;
    min-height: 200px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

#funcionarios-mobile {
    display: none;
    overflow: hidden;
}

#funcionarios .container {
    margin: 0 auto;
    min-height: 200px;
}

#funcionarios h2 {
    margin-top: 15px;
    margin-bottom: 20px;
} 

#curso-curriculo {
    color: #fff;
    font-size: 1rem;
    text-decoration: underline;
}

#curso-curriculo:hover {
    color: #fff;
    background-color: #013454;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 1.9rem;
    margin: 2px;
    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;
}

.swiper-slide-next {
    display: grid;
}

.swiper-slide img {
    height: auto;
    width: 23vw;   
    transition: all .3s linear;
    position: relative;
    top: 25%;
    transform: translateY(25%);
}

.swiper-slide-next img {
    height: auto;
    width: 38vw;
    margin-top: 0;
    top:50%;
    transform: translateY(-50%); 
}

.swiper-slide span {
    visibility: hidden;
    top: 0;
    transition: all .3s linear;
    position: absolute;
}

.swiper-slide-next span {
    position: absolute;
    visibility: visible;
    top: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #000;
}

h5 {
    font-weight: 700;
    padding-top: 10px;
    text-align: center;
}

/** 
 * Perguntas Frequentes
 */
.accordion-title {
    background-color: #0cb4ce;
    display: flex;
    color: #0e3a5e;
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    font-size: 2.3rem;
    margin: 2px auto 0 auto;

}

.accordion-icon {
    position: relative;
    width: 20px;
}

.accordion-icon::before,.accordion-icon::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 6px;
    background-color: #0e3a5e;
    top: -1.5px;
}

.accordion-icon::after {
    transform: rotate(90deg);
    transition: .5s linear;
}

.accordion-text {
    background-color: #fff;
    color: #000;
    font-size: 1.6rem;
    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);
}

/** 
 * Depoimentos
 */
.depoimentos-imgs {
    height: 150px;
    width: 150px;
    margin: 0 auto -50px auto;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

.depoimentos-container {
    box-shadow: 0 1px 2px #000;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

.depoimentos-title {
    margin-top: 30px;
    color: #0e3a5e;
    font-size: 2.1rem;
}

.depoimentos-text {
    text-align: center;
}

/**
 * Perguntas frenquentes
 */
#cursos-faq {
    position: relative;
    width: 100%;
    background: #034168;
    min-height: 700px;
    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;
}

#infraestrutura {
    height: 65vh;
    margin-bottom: 5rem;
}
#about-course {
    margin-top: 5rem;
}

/**
 * pagina administrativa
 */
#admin-funcionarios div {
    margin: 0 !important;
}

.modal .modal-edit {
    max-width: 1140px !important;
}

.parallax {
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#modalVestibular .modal-xl {
    min-width: 700px !important;
}

#modalVestibular .modal-body h6 {
    text-align: center;
}