.form-busca-cursos input[type="text"], .form-busca input[type="text"] {
    height: 48px;
    border-radius: 10px;
    border-color: #707070;
}
.form-busca-cursos input[type="text"]::placeholder, .form-busca input[type="text"]::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 0.938rem;
    color: #9E9E9E;
}
.btn-busca-cursos {
    font-family: "Inter", sans-serif;
    margin-top: unset;
    font-size: 0.813rem;
    padding: 13px 25px;
}
i.ico-lupa {
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.18' height='20.959' viewBox='0 0 21.18 20.959'%3E%3Cpath id='Uni%C3%A3o_4' data-name='Uni%C3%A3o 4' d='M18.082 20.428 12.594 14.94a1.824 1.824 0 0 1-.192-.226A8.09 8.09 0 0 1 2.359 13.637 7.975 7.975 0 0 1 4.918.628 8.089 8.089 0 0 1 13.748 2.34a7.934 7.934 0 0 1 1.17 9.829 1.823 1.823 0 0 1 .243.2l5.488 5.488a1.815 1.815 0 0 1-2.567 2.567Zm-12.4-18A6.076 6.076 0 0 0 3.753 3.723a6 6 0 0 0-1.3 1.917 6.005 6.005 0 0 0 0 4.7 6.008 6.008 0 0 0 1.3 1.918 6.108 6.108 0 0 0 8.6 0 5.995 5.995 0 0 0 0-8.53A6.128 6.128 0 0 0 5.686 2.43Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    display: inline-block;
    margin-left: 5px;
}
.filtro-cursos-pg ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin: unset;
}
.filtro-cursos-pg ul li {
    margin: unset;
}
.filtro-cursos-pg ul li .filtro-curso-modalidade-label {
    font-weight: 700 !important;
    padding: 0.5rem 0.8rem !important;
}
.filtro-modalidade {
    margin: 15px 0;
    padding: 15px 0;
    border-top: solid 1px #E2E0DD;
    border-bottom: solid 1px #E2E0DD;
}
.filtro-modalidade div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.filtro-modalidade .toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}
.filtro-modalidade  .toggle-label {
    display: flex;
    align-items: center;
    position: relative;
    width: 76px;
    height: 34px;
    background-color: transparent;
    border: solid 1px var(--cor-marrom-slider);
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.4s;
    font-size: 1rem;
    margin-bottom: unset;
}
.filtro-modalidade  .toggle-label::before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    left: 4px;
    background-color: var(--cor-marrom-slider);
    border-radius: 46px;
    transition: transform 0.4s;
}
.filtro-modalidade  .toggle-label::after {
    content: "NÃO";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
    color: var(--cor-marrom-escuro);
    font-weight: 700;
    transition: color 0.4s;
    user-select: none;
    z-index: 0;
    font-size: 14px;
}
.filtro-modalidade  .toggle-input:checked + .toggle-label {
    background-color: var(--cor-marrom-slider);
}
.filtro-modalidade  .toggle-input:checked + .toggle-label::before {
    transform: translateX(40px);
    background-color: var(--cor-laranja);
}
.filtro-modalidade  .toggle-input:checked + .toggle-label::after {
    content: "SIM";
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 10px;
    color: var(--cor-branco);
    font-size: 14px;
}
.card-curso {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}
.card-curso.card-curso-placeholder {
    box-shadow: none !important;
}
.card-curso .img {
    position: relative;
}
.card-curso .img img {
    width: 100%;
}
.card-curso .local-curso {
    text-transform: uppercase;
}
.card-curso .info-curso {
    padding: 20px;
}

.card-curso .btn-acesso-curso {
    margin: unset;
    padding: 12px 17px;
}
.linha-3-cursos .card-curso .btn-acesso-curso {
    margin: 0 auto;
}
.linha-3-cursos div.img img{
    /* Cover */
    object-fit: cover;
    height:250px;
}

.col2 .card-curso .tags {
    border-bottom: 0;
    padding: 15px 0 10px 0;
}
.col2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.col2 .card-curso {
    display: flex;
    height: 100%;
}
.col2 .card-curso .local-curso {
    position: relative;
    margin: 0 0 10px 0;
}
.col2 .card-curso .img {
    max-width: 40%;
}
.col2 .card-curso .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}