/*  carousel */
* {
    list-style: none;
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}
.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}
.gtco-testimonials .owl-nav {
    display: none;
}
.gtco-testimonials .owl-dots {
    text-align: center;
}
.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #3f3a64;
    margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
    background: #3f3a64;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}
.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}
.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}
.gtco-testimonials .card h5 {
    color: #3f3a64;
    font-size: 21px;
    line-height: 1.3;
}
.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666;
}
.gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}
.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}
.gtco-testimonials .center {
    opacity: 1;
}
.gtco-testimonials .center h5 {
    font-size: 24px;
}
.gtco-testimonials .center h5 span {
    font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}
.owl-carousel button.owl-dot {
    outline: 0;
}

/* container iframe */

.container-iframe {
    position: relative;
    z-index: 9;
}

.container-iframe iframe {
    width: 100%;
}

.container-cursos {
    min-height: calc(100vh - 400px);
}
.card-curso {
    background: #ffffff;
    box-shadow: 0rem 0.4rem 3.2rem rgba(15, 23, 42, 0.15);
    border-radius: 1.6rem;
    padding: 20px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.card-curso:hover {
    transform: scale(1.05);
    transition: 0.5s;
}
.card-curso img {
    max-width: 70%;
    height: auto;
    object-fit: cover;
}
.card-curso h4 {
    color: #fe5100;
}
.card-busca {
    padding: 0;
}
.mais-infos {
    display: none;
    transition: display 2s ease;
}
.desc-info-cursos {
    display: flex;
    justify-content: space-around;
    margin-bottom: 14px;
    border: 1px solid #ccc;
    padding: 5px 0;
    border-radius: 6px;
}
.desc-info-cursos ul {
    text-align: start;
}
.desc-info-cursos ul li {
    list-style: none;
}
.btn-info {
    background: transparent;
    border: 2px solid #fe4c01;
    color: #fe4c01;
    border-radius: 8px;
    padding: 4px 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
#content {
    color: #394d60;
}
.titulo-paginas {
    margin: 15px 2px;
}
.sem-cursos {
    text-align: center;
    margin: 40px 0;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sem-curso img {
    max-width: 300px;
}
.instituicao{
    display: flex;
    align-items: center;
    text-align: left; 
}
/* area  busca cursos */

.topo-card-curso,
.desc-cursos {
    width: 100%;
    padding: 20px;
}

.logo-topo-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}
.logo-topo-card img {
    width: 70px;
}
.destaque-desconto {
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #6fa29d;
    border-radius: 15px 6px 15px 15px;
    padding: 10px;
    text-align: center;
    background: #138496;
    color: #fff;
}
.destaque-desconto span:nth-child(2) {
    font-family: Nunito;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
}
.info-topo-curso,
.info-valor {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.info-topo-curso span:nth-child(2) {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fe5100;
}
.info-valor {
    padding: 20px;
}
.info-valor p {
    margin: 0;
    font-style: italic;
}
.valores span:nth-child(2) {
    font-size: 18px;
    color: #5A57AD;
    font-weight: 700;
}
.valores span:nth-child(2) strong, .economia-total strong {
    font-size: 24px;
    color: #5A57AD;
}
.economia-total{
    color:#5A57AD;
}

.content-desc-curso {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fafafa;
    padding: 20px;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.container-escolha-bolsa {
    margin: 50px auto;
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
#search-form .form-group select {
    padding: 14px;
}
#search-form .form-group {
    width: 100%;
}
.btn-search {
    margin-top: 15px;
}
.em-construcao {
    text-align: center;
    background: #fe5100 !important;
    padding: 20px;
    color: #fff;
}
.em-construcao h2 {
    color: #fff;
}
#ano-escolar,#escola {
    background-color: #f5f5f5;
    color: #696969;
    width: 100%;
    margin: 5px 0 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
/* formulario inscrição */
/* 
.step {
    display: none;
}

/* Estilo para exibir a etapa atual */
.step-active {
    display: block;
}

/* Estilo para os botões de navegação */
.next-btn,
.prev-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.next-btn:hover,
.prev-btn:hover {
    background-color: #0056b3;
}

.progress-container {
    margin-bottom: 20px;
}

.progress-text {
    font-size: 14px;
    margin-bottom: 5px;
}

.progress {
    background-color: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
    height: 10px;
}

.progress-bar {
    background-color: #3f0152;
    height: 100%;
    transition: width 0.3s;
}
input[type="text"],
input[type="email"],
input[type="file"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 10px;
}
.info-cursos-form img {
    max-width: 220px;
}
.course-info {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.course-details,
.course-price {
    flex: 1;
}

.course-details {
    margin-right: 20px;
}

.course-details ul {
    list-style: none;
    padding: 0;
}

.course-details li {
    margin-bottom: 10px;
}

.course-details img {
    max-width: 150px;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.separador {
    height: 200px;
    border: 1px solid #c3c0c0;
}
.course-price p {
    margin: 5px 0;
}
.desconto {
    text-decoration: line-through;
}
.container-button-form {
    text-align: end;
}
.container-button-form button {
    background: #fe5100;
}
.container-button-form button:hover {
    background-color: #c34910;
}
.course-price strong {
    font-size: 20px;
    color: #3f0152;
}
.course-price span {
    color: #fe5100;
    font-weight: 600;
}
.padrao-inputs-forms {
    background-color: #f5f5f5;
    color: #696969;
    width: 100%;
    margin: 5px 0 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 !important;
    padding: 15px;
}
.destaque-info-login{
    font-size: 18px; 
    font-weight: bold; 
    color: #fe5100;
    background-color: #ffffe0; 
    padding: 10px; 
    border-radius: 5px;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
    #search-form {
        flex-wrap: wrap;
    }

    .course-info {
        flex-direction: column;
    }
    .separador {
        height: 1px;
        width: 200px;
    }
}
