html {
    margin: 0 !important;
    overflow-x: hidden;
}
a {
    transition: .3s ease all;
}
.page-content {
    margin-top: 15px;
}
/* HEADER */
.elementor-section.elementor-top-section.elementor-element.elementor-element-0b60f21 {
    padding: 0;
    position: fixed;
    top: 36px;
    width: 100%;
    z-index: 999;
    transition: .3s ease all;
}
.elementor-section.elementor-top-section.elementor-element.elementor-element-0b60f21.fixed {
    background: var(--e-global-color-primary);
}
ul#menu-menu-com-sub,
ul#menu-nav-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 36px;
    width: 100%;
    list-style: none;
    padding: 0;
}
ul#menu-menu-com-sub {
    margin-left: 36px;
    position: relative;
}
ul#menu-menu-com-sub a,
ul#menu-nav-header a {
    color: #fff;
    text-transform: uppercase;
    padding: 36px 0 12px 0;
    display: flex;
}
ul#menu-menu-com-sub>li>a:after {
    content: '>';
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-left: 9px;
    height: 20px;
    transition: .3s ease all;
    font-size: 21px;
}
ul#menu-menu-com-sub>li>a.on:after,
ul#menu-menu-com-sub>li>a:hover:after {
    transform: rotate(90deg);
    margin-top: 1px;
}
ul#menu-menu-com-sub a:hover,
ul#menu-nav-header a:hover {
    color: var(--e-global-color-secondary);
}
.elementor-28 .elementor-element.elementor-element-a9028a9 img {
    max-width: 180px;
}
.open-busca-mobile {
    display: none;
}
.busca {
    margin: 0 0 0 auto;
}
.busca form {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}
.busca form label {
    width: 100%;
}
.busca form input {
    border-radius: 60px;
    padding: 0 15px 0 51px;
    color: var(--e-global-color-primary);
    height: 42px;
    border: 3px solid #fff;
}
.busca form input:focus {
    border: 3px solid var(--e-global-color-d28a6c3);
}
.busca form input[type="submit"] {
    border: 0;
    position: absolute;
    z-index: 99;
    left: -6px;
    top: 12px;
    background: url(images/busca.png) no-repeat center center;
    background-size: 22px;
    width: 22px;
    height: 22px;
}
.logo {
    cursor: pointer;
}
/* NAV SUBMENU HOVER */
ul#menu-menu-com-sub ul {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease all;
    position: absolute;
    z-index: 9;
    left: -15px;
    right: initial;
    top: 54px;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    background-color: transparent;
    width: 130%;
    max-width: 1200px;
}
ul#menu-menu-com-sub ul li {
    padding: 9px 15px;
    background: #343251;
    border-radius: 12px;
    font-size: 12px;
    width: 34%;
    display: flex;
}
ul#menu-menu-com-sub ul li a {
    padding: 9px 0;
}
ul#menu-menu-com-sub li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 72px;
    z-index: 999;
}
ul#menu-menu-com-sub li:hover ul li,
ul#menu-menu-com-sub li:hover ul li a {
    transition: .3s ease all;
}
ul#menu-menu-com-sub li:hover ul li:hover {
    background-color: var(--e-global-color-734b8d2);
}
ul#menu-menu-com-sub li:hover ul li:hover a {
    color: #fff;
}

/* MENU HAMBUGUER MOBILE */
.elementor-element.elementor-element-1f3bc13.elementor-widget-html {
    margin: 0;
}
#nav-icon {
    display: none;
}
#nav-icon {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 0 0 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    transform: scale(.45);
}
  
#nav-icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 18px;
  }
  
  #nav-icon span:nth-child(4) {
    top: 36px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
.busca.mobile {
    display: none;
}
/* FIM MENU HAMBUGUER MOBILE */

/* SUPER MENU */
.elementor-section.elementor-top-section.elementor-element.elementor-element-b2ce16a  {
    background-color: #343251;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
ul#menu-super-menu {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 6px 0 12px 0;
}
ul#menu-super-menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
ul#menu-super-menu a:hover {
    color: var(--e-global-color-secondary);
}
/* FIM SUPER MENU */

/* SLIDER */
.elementor-widget-slider_revolution .fonte-nekst {
    font-family: var(--e-global-typography-secondary-font-family) !important;
}
.custom.tp-bullets:before {
    background-color: var(--e-global-color-primary) !important;
    z-index: -1 !important;
    bottom: -9px;
}

.custom.tp-bullets {
    width: 100% !important;
    left: 0 !important;
    background: transparent !important;
    position: absolute !important;
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    transform: translate(0px, -20px) !important;
}
.custom .tp-bullet {
    position: initial !important;
    background-color: #fff !important;
    border-radius: 50%;
    transition: .3s ease all;
}

.tp-bullets.custom .tp-bullet.selected {
    width: 73px;
    background-color: var(--e-global-color-1737c91) !important;
    border-radius: 60px;

}
/* LISTA 3 ICONES HOME */
.secao-escolha-curso {
    margin-top: 66px;
}
.secao-escolha-curso .img-escolha-curso {
    position: relative;
    padding-right: 60px;
}
.secao-escolha-curso .img-escolha-curso::after {
    display: block;
    position: absolute;
    bottom: -1px;
    content: '';
    background: rgb(16,14,51);
    background: linear-gradient(0deg, rgba(16,14,51,1) 12%, rgba(16,14,51,0) 100%);
    width: 100%;
    height: 207px;
}
.secao-escolha-curso h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.secao-escolha-curso ul {
    list-style: none;
    padding: 0;
}
.home-area-de-interesse  {
    transition: .3s ease all;
}
.home-area-de-interesse h3 {
    margin: 0;
    padding-right: 15px;
}
.home-area-de-interesse h3 a:hover {
    color: var(--e-global-color-734b8d2);
}
.home-area-de-interesse figure {
    line-height: 0;
}
.home-area-de-interesse img {
    background-color: var(--e-global-color-c582434);
    border-radius: 12px;
    padding: 24px;
    width: 100%;
}


/* Slider Home, SEARCH RESULTS e archive */
body.home .elementor-main-swiper {
    padding-bottom: 66px;
}
body.home .elementor-main-swiper article section .elementor-container.elementor-column-gap-default,
.col-loop>div {
    flex-direction: column;
    justify-content: space-between;
}
.elementor-column.elementor-col-50.container-loop-acf,
.elementor-column.elementor-col-50.container-destaque-loop {
    width: 100%;
}

body.home .elementor-main-swiper .container-loop-acf {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease all;
    
}
body.home .elementor-main-swiper article section .elementor-container.elementor-column-gap-default:hover .container-loop-acf {
    opacity: 1;
    visibility: visible;
}
body.home .col-loop>div,
.col-loop>div {
    background: var(--e-global-color-primary);
    transition: .3s ease all;
    border-radius: 0 0 12px 12px;
    width: 100%;
    max-width: 275px !important;
}
body.home .col-loop:hover>div,
.col-loop>div {
    background: linear-gradient(0deg, rgba(54,48,122,1) 0%, rgba(54,48,122,0) 75%);
}
body.home .elementor-swiper-button {
    top: 130px;
}

body.search-results article#post-8,
body.archive article#post-8 {
    display: none;
}

.col-loop .elementor-widget-theme-post-featured-image:after {
    content: '';
    display: block;
    position: absolute;
    width: 98%;
    left: 1%;
    bottom: 0px;
    height: 220px;
    background: linear-gradient(0deg, rgba(16,14,51,1) 6%, rgba(16,14,51,0) 100%);
    transition: .3s ease all;
    border-radius: 0 0 12px 12px;
}
body.search-results .col-loop .elementor-widget-heading,
body.home .col-loop .elementor-widget-heading,
body.archive .col-loop .elementor-widget-heading {
    margin: 0;
}
body.home .col-loop .elementor-button-wrapper,
body.search-results .col-loop .elementor-button-wrapper,
body.archive .col-loop .elementor-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
body.home .col-loop .lista-info-curso,
body.search-results .col-loop .lista-info-curso,
body.archive .col-loop .lista-info-curso {
    padding: 0 20px;
}
.col-loop .elementor-widget-container>img  {
    display: block;
    width: 98%;
    margin: 0 auto;
    height: 282px;
    object-fit: cover;
    border-radius: 12px;
    position: relative;
    border: 1px solid #000;
}
.col-loop h2 a  {
    transition: .3s ease all;
    max-height: 76px;
    overflow: hidden;
    display: block;
}
.col-loop h2 a:hover,
.col-loop.vertical h2 a:hover {
    color: var(--e-global-color-secondary) !important;
}
/* SLIDER VERTICAL HOME */

.col-loop.vertical .elementor-widget-container>img {
    height: 590px;
}
.col-loop.vertical .container-destaque-loop:hover .elementor-widget.elementor-widget-heading {
    transition: .3s ease all;
}
body.home .col-loop.vertical .container-loop-acf {
    visibility: visible;
    opacity: 1;
    position: absolute;
    bottom: -50%;
}
body.home .col-loop.vertical:hover .container-loop-acf {
    bottom: 0;
}
.col-loop.vertical h2>a {
    margin-bottom: 15px;
    display: block;
}
.col-loop.vertical:hover .elementor-heading-title.elementor-size-default {
    position: initial;
    bottom: 0;
}
.col-loop.vertical .container-loop-acf .lista-info-curso {
    opacity: 0;
    color: transparent;
    transition: .3s ease all;
}
.col-loop.vertical:hover .lista-info-curso {
    opacity: 1;
    color: initial;
}
.col-loop.vertical .elementor-widget-theme-post-featured-image:after {
    width: 100%;
    left: 0;
}
.col-loop.vertical:hover .elementor-widget-theme-post-featured-image:after {
    height: 100%;
    background: linear-gradient(0deg, rgba(16,14,51,.9) 45%, rgba(16,14,51,0) 100%);
}




/* SLIDER CURSOS V2 baseado em VERTICAL */
.slider-home-unasp>.elementor-widget-container {
	position: relative;
    height: 300px;
}
.slider-home-unasp .swiper-container {
	position: absolute !important;
    z-index: 99;
    padding: 0 12px 66px 12px !important;
}
.col-loop.vertical-v2 {
    transition: .3s ease all;
    position: relative;
}
body.home .col-loop.vertical-v2>div {
    background: transparent;
    transition: .3s ease all;
}
body.home .col-loop.vertical-v2:hover>div {
    background: linear-gradient(0deg, rgba(54,48,122,1) 18%, rgba(54,48,122,0) 78%);
}
.col-loop.vertical-v2:hover::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    top:0;
    -webkit-box-shadow: 0px 0px 9px 9px var(--e-global-color-primary); /* WebKit */
    -moz-box-shadow: 0px 0px 9px 9px var(--e-global-color-primary); /* Firefox */
    box-shadow: 0px 0px 9px 9px var(--e-global-color-primary); /* Standard */
}

body.home .col-loop.vertical-v2:hover h2 a {
    color: var(--e-global-color-734b8d2);
}

.col-loop.vertical-v2 .elementor-widget-container>img {
    height: 284px;
}
.col-loop.vertical-v2 .container-destaque-loop:hover .elementor-widget.elementor-widget-heading {
    transition: .3s ease all;
}
body.home .col-loop.vertical-v2 .container-loop-acf {
    position: relative;
    transition: .3s ease all;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    margin-top: -276px;
}
body.home .col-loop.vertical-v2:hover .container-loop-acf {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    margin-top: -36px;
}
.col-loop.vertical-v2 h2 {
    margin-bottom: 6px;
    display: block;
    max-height: 76px;
    overflow: hidden;
}
.col-loop.vertical-v2 .container-loop-acf .lista-info-curso {
    opacity: 1;
    color: #fff;
    transition: .3s ease all;
    background-color: transparent;
}
.col-loop.vertical-v2:hover .lista-info-curso h3 {
    margin: 9px 0;
}
.col-loop.col-loop.vertical-v2:hover .elementor-button-wrapper {
    background-color: initial;
}
.col-loop.vertical-v2 .elementor-widget-theme-post-featured-image:after {
    width: 100%;
    left: 0;
    transition: .3s ease all;
}
.col-loop.vertical-v2:hover .elementor-widget-theme-post-featured-image:after {
    height: 100%;
    background: linear-gradient(0deg, rgba(16,14,51,.9) 45%, rgba(16,14,51,0) 100%);
}
.col-loop.vertical-v2 .container-destaque-loop {
    width: 100%;
    z-index: 99999;
    position: relative;
}

/* TESTAR ESTAs CLASSEs */
.elementor-1205 .elementor-element.elementor-element-44223d87 > .elementor-widget-container {
    margin: -111px 0px 0px 0px !important;
}
.elementor-1205 .elementor-element.elementor-element-41d408fb > .elementor-widget-container {
    margin: 6px 0px -24px 0px !important;
}



/* PAGINAÇÃO BUSCA E ARQUIVO */
nav.elementor-pagination {
    margin-top: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
nav.elementor-pagination span {
    color: var(--e-global-color-secondary);
    font-size: 24px;
}
nav.elementor-pagination a {
    color: #fff;
    transition: .3s ease all;
    font-size: 18px;
}
nav.elementor-pagination a:hover {
    color: var(--e-global-color-secondary);
}


/* INTERNA CURSOS */

body.single-cursos .page-content #inscricao {
    display: none;
}
body.single-cursos .page-content.expirado #inscricao {
    display: block;
}
/* PRIMEIRA ROW CURSOS */
.primeira-row-cursos h1 {
    text-transform: uppercase;
    font-size: 54px;
    max-width: 66%;
    overflow-wrap: initial;
}
.primeira-row-cursos .elementor-widget-wrap> .gradient-bottom {
    background: rgb(16,14,51);
    background: -moz-linear-gradient(0deg, rgba(16,14,51,1) 0%, rgba(16,14,51,0.66) 45%, rgba(16,14,51,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(16,14,51,1) 0%, rgba(16,14,51,0.66) 45%, rgba(16,14,51,0) 100%);
    background: linear-gradient(0deg, rgba(16,14,51,1) 0%, rgba(16,14,51,0.66) 45%, rgba(16,14,51,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#100e33",endColorstr="#100e33",GradientType=1);
}
.lista-info-curso {
    max-width: 302px;
    margin: 0 0 0 auto !important;
}

/* ROW GRADIENTE E CARDS */
.row-informacoes-adicionais {
    margin: 210px 0 150px 0;
}
.elementor iframe {
    border-radius: 12px;
}
.row-cards {
    margin-top: 45px;
    padding-bottom: 90px;
}
.row-cards>.elementor-container {
    justify-content: center;
    gap: 18px;
    /* flex-wrap: wrap; */
}
.card-preco {
    max-width: 342px;
    min-width: 342px;
    border-radius: 24px;
    border: 1px solid #342F54;
    padding: 45px 24px;
}
.card-preco.elementor-col-25 {
    min-width: initial;
    padding: 24px 12px;
}
.card-preco.ativo {
    border: 3px solid #FF9600;
}
.card-preco .elementor-widget-heading {
    margin: 0;
}
.card-preco h2 {
    font-family: 'Nekst Bold';
}
.card-preco.elementor-col-25 h2 {
    font-size: 27px;
}
.card-preco .elementor-widget-heading .elementor-widget-container {
    display: inline-block !important;
    border-radius: 60px;
    margin: 9px 0 6px 0;
}
.card-preco h3 {
    color: #000;
    padding: 0px 12px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.card-preco h4 {
    font-size: 18px;
}
.card-preco .elementor-widget-text-editor.row-precos {
    margin: 0 0 24px 0;
}
.card-preco.elementor-col-25 .elementor-widget-text-editor.row-precos {
    margin: 0 0 18px 0;
}
.card-preco .elementor-widget-text-editor.row-precos p {
    margin: 0;
    font-size: 18px;
    color: #979797;
}
.card-preco .elementor-widget-text-editor.row-precos strong {
    font-family: 'Nekst Bold';
    font-size: 33px;
    line-height: 1.2;
    color: #fff;
}
.card-preco.elementor-col-25 .elementor-widget-text-editor.row-precos strong {
    font-size: 27px;
}
.card-preco .elementor-widget-text-editor.row-precos em {
    font-size: 24px;
    line-height: 1.2;
    color: #EAA30A;
    font-style: initial;
}
.card-preco .elementor-button-link.elementor-button {
    font-family: 'Nekst Medium';
    background-color: var(--e-global-color-734b8d2);
    font-size: 18px;
    line-height: 1.2;
    border-radius: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease all;
}
.card-preco .elementor-button-link.elementor-button:hover {
     background-color: #DA3900;
}
.card-preco .texto-menor {
    font-size: 15px;
    color: #979797;
    max-width: 75%;
}

/* FORM INTERNA */
.elementor-shortcode form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}
.elementor-shortcode form p {
    width: 100%;
    color: #fff;
    margin: 0;
}
.elementor-shortcode form label {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #fff;
    margin-bottom: 18px;
}
.elementor-shortcode form input,
.elementor-shortcode form select {
    border-radius: 24px;
    height: 39px;
    width: 100%;
    margin-top: 12px;
    color: #000;
}
.elementor-shortcode input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
}
.elementor-shortcode input[type="checkbox"] {
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: #fff;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #fff;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
}
  
.elementor-shortcode .form-control + .form-control {
    margin-top: 1em;
}
.elementor-shortcode input[type="checkbox"] {
    display: grid;
    place-content: center;
}

.elementor-shortcode input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transform-origin: center;
    transition: .15s all ease-in-out;
    box-shadow: inset 1em 1em var(--e-global-color-secondary);
}
  
.elementor-shortcode  input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.elementor-shortcode input[type="checkbox"]::before {
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.elementor-shortcode .row-form {
    display: flex;
    width: 100%;
    margin: 15px 0;
}
.elementor-shortcode .row-form>p {
    margin-left: 12px;
}
.elementor-shortcode span.wpcf7-list-item {
    margin: 0;
}
.elementor-shortcode input[type="submit"] {
    width: 90%;
    max-width: 360px;
    height: 45px;
    margin: 33px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 0;
    font-family: 'Nekst Medium';
    background: var(--e-global-color-734b8d2);
    font-size: 18px;
    transition: .3s ease all;
}
.elementor-shortcode input[type="submit"]:hover {
    background-color: #DA3900;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
    margin: 0 auto;
}
.wpcf7-not-valid-tip {
    margin-top: 9px;
}
/* FOOTER */
.footer-unasp {
    padding: 100px 0 50px 0;
}
.footer-unasp .enderecos h6 {
    text-transform: uppercase;
    font-weight: initial;
    color: var(--e-global-color-734b8d2);
    font-size: 16px;
}
.footer-unasp .enderecos p {
    font-size: 12px;
}

.footer-unasp .coluna-botoes {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}
.footer-unasp .coluna-botoes a {
    color: #fff;
    border: 1px solid var(--e-global-color-1737c91);
    border-radius: 60px;
    padding: 9px 42px;
    transition: .3s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-unasp .coluna-botoes a:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: var(--e-global-color-1737c91);
}
.footer-unasp ul li a span {
    transition: .3s ease all;
}

@media (max-width: 1200px) {
    .secao-escolha-curso {
        max-width: 90%;
        margin: 66px auto 0 auto;
        
    }
    .secao-escolha-curso .img-escolha-curso {
        height: 100%;
    }
    .img-escolha-curso>.elementor-widget-container {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 1090px) {
    body.home .col-loop.vertical-v2 .container-loop-acf {
        margin-top: -280px;
    }
    .row-cards>.elementor-container {
        flex-wrap: wrap;
    }
    .card-preco.elementor-col-25 {
        min-width: 342px;
        padding: 24px 12px;
        margin: 0 6px 12px 6px;
    }
}
@media (max-width: 1024px) {
    .elementor-section.elementor-inner-section.elementor-element.elementor-element-4c84430.elementor-section-content-middle.nav-header.elementor-section-boxed .elementor-container {
        flex-wrap: nowrap;
    }
    .card.item-busca {
        width: 33%;
    }
    /* SLIDER CURSOS FINAL MOBILE */
    .slider-home-unasp>.elementor-widget-container {
        position: initial;
        height: initial;
    }
    .slider-home-unasp .swiper-container {
        position: initial !important;
    }
    .col-loop.vertical-v2 {
        transition: .3s ease all;
    }
    body.home .col-loop.vertical-v2>div {
        background: linear-gradient(0deg, rgba(54,48,122,1) 15%, rgba(54,48,122,0) 75%);
    }
    
    .col-loop.vertical-v2 .elementor-widget-container>img {
        height: 284px;
    }

    body.home .col-loop.vertical-v2 .container-loop-acf {
        visibility: visible;
        opacity: 1;
        position: relative;
        margin-top: -42px;
    }
    .col-loop.vertical-v2 .elementor-heading-title.elementor-size-default {
        position: initial;
        bottom: 9px;
    }
    .col-loop.vertical-v2 .container-loop-acf .lista-info-curso {
        opacity: 1;
        color: #fff;
        transition: .3s ease all;
        background-color: transparent;
    }
    .col-loop.vertical-v2:hover .lista-info-curso h3 {
        margin: 9px 0;
    }
    .col-loop.col-loop.vertical-v2 .elementor-button-wrapper {
        background-color: initial;
    }
    .col-loop.vertical-v2.elementor-widget-theme-post-featured-image:after {
        height: 100%;
        background: linear-gradient(0deg, rgba(16,14,51,.9) 45%, rgba(16,14,51,0) 100%);
    }
    /* FIM SLIDER CURSOS FINAL MOBILE */

    
}
@media (max-width: 1023px) {
    body.home .elementor-main-swiper .container-loop-acf {
        opacity: 1;
        visibility: visible;
    }
    body.home .col-loop>div {
        background: linear-gradient(0deg, rgba(54,48,122,1) 0%, rgba(54,48,122,0) 75%);
        max-width: 330px !important;
    }
    

    body.home .col-loop.vertical .container-loop-acf {
        bottom: 0;
    }
    
    .col-loop.vertical .elementor-heading-title.elementor-size-default {
        position: initial;
        bottom: 0;
    }
    .col-loop.vertical .container-loop-acf .lista-info-curso {
        opacity: 1;
        color: initial;
        transition: .3s ease all;
    }
    .col-loop.vertical .lista-info-curso {
        opacity: 1;
        color: initial;
    }
    .col-loop.vertical .elementor-widget-theme-post-featured-image:after {
        width: 100%;
        left: 0;
    }
    .col-loop.vertical .elementor-widget-theme-post-featured-image:after {
        height: 100%;
        background: linear-gradient(0deg, rgba(16,14,51,.9) 45%, rgba(16,14,51,0) 100%);
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px)  {
    .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-e1a559e {
        width: 70%;
    }
    .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-e1a559e .elementor-widget-wrap.elementor-element-populated {
        justify-content: flex-end;
    }
    .elementor-element.elementor-element-df1d8ce.elementor-widget.elementor-widget-html {
        width: 22px;
    }
    .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-5f866ba {
        width: 30%;
    }
    .elementor-element.elementor-element-1f3bc13.elementor-widget-html {
        width: auto;
    }
    .elementor-28 .elementor-element.elementor-element-2b65b0b {
        justify-content: flex-end;
        margin: 0 0 0 auto;
    }
}
@media (max-width:792px) {

    .elementor-section.elementor-top-section.elementor-element.elementor-element-0b60f21,
    .elementor-section.elementor-top-section.elementor-element.elementor-element-0b60f21.fixed {
        top: 0px;
    }
    .elementor-section.elementor-top-section.elementor-element.elementor-element-0b60f21.elementor-section-boxed {
        padding: 9px 15px 15px 15px;
    }
    #nav-icon {
        display: block;
    }
    .elementor-section.elementor-top-section.elementor-element.elementor-element-b2ce16a {
        display: none;
    }
    .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-8d92e94.wrapper-menu-mobile {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 63px;
        left: -100%;
        opacity: 0;
        visibility: hidden;
        z-index: -9;
        background-color: var(--e-global-color-primary);
        transition: .3s ease all;
        width: 100%;
        padding: 0 15px 30px 15px;
    }
    ul#menu-menu-com-sub ul li {
        width: 49%;
    }
    ul#menu-menu-com-sub>li>a {
        display: flex;
        justify-content: center;
        padding: 12px 0;
    }
    ul#menu-menu-com-sub>li>a:after {
        transform: rotate(90deg);
        margin-top: 1.5px;       
      }
    .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-8d92e94.wrapper-menu-mobile.on {
        left: 0;
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }
    .elementor-element.elementor-element-46822d6.busca.mobile.elementor-widget__width-initial {
        display: block;
        margin: 0 auto 15px auto;
    }
    .busca {
        display: none;
    }

    .elementor-28 .elementor-element.elementor-element-15b86d1.on {
        width: 320px;
        opacity: 1;
    }
    .elementor-element.elementor-element-1f3bc13.elementor-widget.elementor-widget-html {
        margin: 0 0 0 6px;
        width: 50px;
    }
    ul#menu-nav-header {
        flex-direction: column;
    }
    .open-busca-mobile  {
        display: block;
        width: 22px !important;
        height: 22px;
    }
    .open-busca-mobile a {
        display: flex;
        border: 0;
        background: url(images/busca-mobile.png) no-repeat center center;
        background-size: 22px;
        width: 22px;
        height: 22px;
        margin-top: 9px;
    }
    .busca-mobile form input[type="search"] {
        display: none;
    }
    
    #menu-menu-com-sub {
        flex-direction: column;
    }
    #menu-menu-com-sub li {
        width: 100%;
    }
    ul#menu-menu-com-sub ul {
        visibility: visible;
        position: initial;
        opacity: 1;
        width: 100%;
        margin: 0;
        padding: 0;

    }
    
    ul#menu-menu-com-sub {
        margin-left: 0;
    }

    .footer-unasp {
        padding: 60px 0 30px 0;
    }
    .footer-unasp .wrapper-footer-links {
        margin: 0;
    }
    .elementor-element-20ee294 .elementor-element-e83ffa4 {
        order: 2;
    }
    .elementor-element-20ee294 .elementor-element-3baba31 {
        order: 1;
    }
    .elementor-element-20ee294 .elementor-element-9b10210 {
        order: 3;
    }
    
    

}
@media (max-width:768px) {
    .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-8d92e94,
    .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-5f866ba,
    .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-e1a559e.coluna-busca-mobile {
        width: 50%;
    }
    .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-8d92e94 .elementor-widget-wrap.elementor-element-populated {
        justify-content: center;
    }

    .elementor-28 .elementor-element.elementor-element-a9028a9 img {
        max-width: 120px;
    }
    .elementor-element.elementor-element-df1d8ce.elementor-widget.elementor-widget-html {
        width: 22px;
    }
    .elementor-28 .elementor-element.elementor-element-4c84430 > .elementor-container > .elementor-column > .elementor-widget-wrap {
        justify-content: flex-end;
    }  
    .card.item-busca {
        width: 50%;
    }
    .home-area-de-interesse img {
        padding: 18px;
    }
}

@media (max-width:767px) {
    ul#menu-nav-header {
        max-width: initial;
    }
    .footer-unasp .coluna-botoes {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-unasp .coluna-botoes a {
        font-size: 12px;
        width: 207px;
    }
    .secao-escolha-curso .img-escolha-curso::after {
        bottom: 30px;
    }
    .secao-escolha-curso .img-escolha-curso img {
        max-width: 50%;
        margin: 0 auto 60px auto;
        display: block;
    }
    .secao-escolha-curso .img-escolha-curso {
       padding: 0;
    }
    .secao-escolha-curso h2 {
        text-align: center;
    }
    .slider-cursos h2 {
        text-align: center;
        font-size: 21px;
    }
    .lista-info-curso ul.elementor-icon-list-items {
        max-width: initial;
        margin: 0 0 30px 0;
    }
    .home-area-de-interesse .elementor-image-box-wrapper  {
        display: flex;
        align-items: center;    
    }
    .home-area-de-interesse h3 {
        padding: 0 15px;
    }
    .elementor-posts--skin-archive_custom>article {
        margin: 0 auto !important;
    }
    .lista-info-curso .elementor-image-box-wrapper {
        display: flex;
        gap: 9px;
        align-items: center;
    }
    .lista-info-curso .elementor-image-box-wrapper figure img {
        max-width: 24px;        
    }
    .lista-info-curso {
        max-width: initial;
        margin: 0 0 0 0 !important;
    }
    .card-preco {
        padding: 24px 12px;
        margin: 0 6px 12px 6px;
    }
    .card-preco h2 {
        font-size: 27px;
    }
    .card-preco .elementor-widget-text-editor.row-precos strong {
        font-size: 27px;
    }
}
@media (max-width:540px) {
    .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-8d92e94.wrapper-menu-mobile.on {
        height: 100%;
        overflow: scroll;
    }
    ul#menu-menu-com-sub ul li {
        width: 100%;
    }

    .secao-escolha-curso .img-escolha-curso::after {
        bottom: 30px;
    }
    .secao-escolha-curso .img-escolha-curso img {
        max-width: 75%;
        margin: 0 auto 60px auto;
        display: block;
    }
    .primeira-row-cursos h1 {
        font-size: 30px;
        max-width: 100%;
    }
    .col-loop .elementor-widget-container>img {
        height: 222px !important;
    }
    .col-loop h2 a  {
        font-size: 18px !important;
    }
    .col-loop h3 {
        font-size: 15px !important;
    }
    .col-loop.vertical .elementor-widget-container>img {
        height: 420px;
    }
    
}
