/* @Font-Face */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,800|Oswald:300,400,500,600,800');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto+Slab:wght@900&display=swap');

:root {
  --red:        #C41515;
  --green:      #528F35;
  --light-gray: #FAFAFA;
  --gray:       #70707066;
  --dark-gray:  #666666;
  --pink:       #FF64F5;
  --orange:     #F9A315;
  --yellow:     #FBFB8A;
  --purple:     #5D00B1;

  --paleta1: var(--purple);
  --paleta2: #9300D5;
  --paleta3: #F400FA;
  --paleta4: var(--pink);
  --paleta5: var(--orange);
  --paleta6: #F9DE24;
  --paleta7: var(--yellow);
  --paleta8: #2EFFD8;

  --primary:     var(--paleta1);
  --text:        var(--dark-gray);
  --gradient-bg: transparent linear-gradient(270deg, var(--paleta4) 0%, var(--paleta1) 100%) 0% 0% no-repeat padding-box;
}

.bg-light-gray{
  background-color: var(--light-gray) !important;
}
.bg-gray{
  background-color: var(--gray) !important;
}
.bg-dark-gray{
  background-color: var(--dark-gray) !important;
}
.bg-paleta1{
  background-color: var(--paleta1) !important;
}
.bg-paleta2{
  background-color: var(--paleta2) !important;
}
.bg-paleta3{
  background-color: var(--paleta3) !important;
}
.bg-paleta4{
  background-color: var(--paleta4) !important;
}
.bg-paleta5{
  background-color: var(--paleta5) !important;
}
.bg-paleta6{
  background-color: var(--paleta6) !important;
}
.bg-paleta7{
  background-color: var(--paleta7) !important;
}
.bg-paleta8{
  background-color: var(--paleta8) !important;
}

.font-oswald {
  font-family: 'Oswald', sans-serif !important;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?vemlzs');
  src: url('../fonts/icomoon.eot?vemlzs#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vemlzs') format('truetype'),
    url('../fonts/icomoon.woff?vemlzs') format('woff'),
    url('../fonts/icomoon.svg?vemlzs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin2:before {
  content: "\eaca";
}

/* MAIN */
html,
body,
p {
  font-family: 'Open Sans', sans-serif;
  /* color: var(--gray) */
  color: #666;
}

@media all and (min-width: 768px) {

  html,
  body,
  p {
    font-size: 16px
  }
}

@media all and (max-width: 768px) {
  
  footer {  
    background: transparent url(../img/2020/fundo-rodape-mobile.png) no-repeat center/cover !important;
    padding: 20px 0px 0px 0px !important;
  }
  

  html,
  body,
  p {
    font-size: 14px
  }

  /* body.mobile-menu-opened, body.dropdown-area-candidato-opened*/
  body.mobile-menu-opened {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .modalidades.nav-tabs .nav-item.nav-link {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: 1px solid #70707066;
    color: #666666;
    font-size: 15px !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    padding: 10px 15px !important;
}
}

body:not(.home) main {
  padding: 20px 0;
  background-image: none !important;
  background-repeat: no-repeat;
  min-height: 63.3vh;
}

main>section {
  overflow: hidden;
}

@media all and (min-width: 768px) {
  main>section {
    padding: 30px 0
  }
}

@media all and (max-width: 768px) {
  main>section {
    padding: 36px 0
  }
}

/* MISC */
h1,
h2,
h3,
h4,
h5,
h6,
.btn {
  font-family: 'Oswald', sans-serif;
  color: var(--text);
  font-weight: 500;
}

h2{
  color: var(--primary);
  font-weight: 400;
}

@media all and (min-width: 768px) {
  h1{
    font-size: 40px;
    line-height: 48px;
  }
  h2{
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 35px
  }
  h3{
    font-size: 28px;
    line-height: 34px;
  }
  h4{
    font-size: 24px;
    line-height: 28px;
  }
  h5{
    font-size: 20px;
    line-height: 24px;
  }
  h6{
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 768px) {
  h1{
    font-size: 36px;
    line-height: 42px;
  }
  h2{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 35px;
  }
  h3{
    font-size: 24px;
    line-height: 30px;
  }
  h4{
    font-size: 20px;
    line-height: 26px;
  }
  h5{
    font-size: 16px;
    line-height: 22px;
  }
  h6{
    font-size: 12px;
    line-height: 18px;
  }
}


.vest2018 h2 {
  color: #5D00B1;
  font-weight: 400;
}

 

@media all and (min-width: 768px) {
  .vest2018 h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media all and (max-width: 768px) {
  .vest2018 h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.vest2018 h2 strong {
  font-weight: 700;
}

.pink {
  color:  var(--pink) !important
}

.bg-cinza {
  background-color: #f0f0f0
}

p {
  font-weight: 400;
  color: #666
}

.navbar-brand img {
    height: 73px;
}

a,
body>#top>header nav.navbar .navbar-nav .nav-item,
body>#top>header nav.navbar .navbar-nav .nav-item.dropdown>.dropdown-menu {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.vest2018 form .form-control {
  border-radius: 0;
}

.color-white {
  color: #FFFFFF !important
}

.color-green {
  color: #7ac7be !important
}

.color-pink {
  color: #be3c73 !important
}

/* LAZY LOAD */
.lazy-img>img {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.lazy-img>img.loaded {
  visibility: visible;
  opacity: 1
}

/* BUTTONS */
.vest2018 .btn {
  font-size: 18px;
  border: 0 none;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.vest2018 .btn.btn-primary {
  background-color: #FBFB8A;
  color: #5D00B1;
  border: 1px solid #70707066;
}

.vest2018 .btn.btn-primary:hover,
.vest2018 .btn.btn-primary:focus {
  background-color: #F9DE24;
  color: #5D00B1;
}

.vest2018 button.btn.btn-primary[disabled='disabled'],
.vest2018 button.btn.btn-primary[disabled='disabled']:hover,
.vest2018 button.btn.btn-primary[disabled='disabled']:focus {
  background-color: #FBFB8A !important;
  color: #5D00B1 !important;
  cursor: not-allowed
}

.btn-raquo {
  position: relative;
}

.btn-raquo:after,
.btn-raquo::after {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-left: 15px;
  background: transparent url('../img/_icones/raquo.png');
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.btn-raquo:hover:after,
.btn-raquo:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

/* HEADER */
body.home>#top>header {
  background-color: #752c6c;
  position: relative;
  z-index: 5
}

@media all and (min-width: 768px) {
  body.home>#top>header {
    background: #752c6c url('../img/display-campanha-2018-verao-ead.jpg') no-repeat center 40px;
  }

  body>#top>header nav.navbar.contact-nav {
    z-index: 2
  }

  body>#top>header nav.navbar.main-nav {
    z-index: 1;
    background-color: #F5F5F5;
    align-items: start;
  }
}

@media all and (max-width: 768px) {
  body.home>#top>header {
    background: #752c6c url('../img/display-campanha-2018-verao-mobile-ead.jpg') no-repeat center 40px;
    background-size: 100vw;
  }
  .dropdown-menu.mobile-inscricoes a.dropdown-item {
    color: #333333;
    text-align: center;
    padding: 15px;
    font-size: 13px;
    line-height: 25px;
    border-bottom: 1px solid #e8d28b;
}
  
  .bckg-2021{
    /* background: url(../img/bckg-internas.jpg); */
    background-size: cover;
    background-position-y: -55px;
    height: fit-content !important;
    padding-top: 15px;
  }
  .dropdown-menu.mobile-inscricoes {    
    top: auto !important; 
    left: 0px !important;    
 }

a.btn-home-cursos{
  color: #9300D5;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    /* padding-left: 30px; */
    border: 1px solid #9300D5;
    width: 200px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 4px;
    text-decoration: none !important;
}

  body>#top>header nav.navbar.contact-nav {
    z-index: 1
  }

  body>#top>header nav.navbar.main-nav {
    z-index: 2;
    height: 100px;
  }
  

  body>#top>header nav.navbar.main-nav .navbar-brand img {
    width: 70px;
    height: 53px;
  }
 

  body>#top>header nav.navbar.main-nav .navbar-toggler {
    padding: 7px 10px;
    right: 21px;
    margin-right: -15px;
    background-color: transparent;
    position: absolute;
    top: -40px;
    border: 1px solid yellow;
    z-index: 2;
    border-radius: 4px;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
  }

  body>#top>header nav.navbar.main-nav .navbar-toggler.opened {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    background-color:#5D00B1;
  }
  body>#top>header nav.navbar.main-nav .navbar-toggler.opened:focus {
    outline: 0px !important;
  }

  body>#top>header nav.navbar.main-nav .navbar-toggler.opened img {
    display: none;
  }

  body>#top>header nav.navbar.main-nav .navbar-toggler.opened:after {
    content: "x";
    display: block;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    height: 18px;
    line-height: 10px;
  }

  body>#top>header nav.navbar.main-nav .navbar-collapse.collapse,
  body>#top>header nav.navbar.main-nav .navbar-collapse.collapsing {
    display: block;
    position: fixed;
    top: 0;
    left: 1000px;
    width: 100vw !important;
    height: 100vh !important;
    /* background: -webkit-gradient(linear, right top, left top, from(rgba(152, 61, 127, 1)), color-stop(0%, rgba(152, 61, 127, 1)), color-stop(100%, rgba(215, 75, 105, 1)), to(rgba(215, 75, 105, 1)));
    background: linear-gradient(270deg, rgba(152, 61, 127, 1) 0%, rgba(152, 61, 127, 1) 0%, rgba(215, 75, 105, 1) 100%, rgba(215, 75, 105, 1) 100%); */
    background: url('../img/area.jpg') no-repeat center;
    background-size: cover;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
  }

  body>#top>header nav.navbar.main-nav .navbar-collapse.collapse.show {
    left: 0;
    overflow: scroll;
  }

  body>#top>header nav.navbar.main-nav .nav-link.dropdown-toggle:after,
  body>#top>header nav.navbar.main-nav .nav-link.dropdown-toggle::after {
    width: 28px;
    height: 28px;
    border: 0px;
    font-family: 'Open Sans Extrabold', 'Open Sans Regular', 'Open Sans';
    font-size: 24px;
    font-weight: 800;
    content: url(../img/seta-accordion.svg);    
    text-align: center;
    line-height: 20px;
    background: transparent none;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    top: 10px;
  }

  body>#top>header nav.navbar.main-nav .nav-item.show .nav-link.dropdown-toggle:after,
  body>#top>header nav.navbar.main-nav .nav-item.show .nav-link.dropdown-toggle::after {
    content: url(../img/_icones/seta-laranja-down.svg);
    background-image: none !important;
    transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /* -webkit-transform: rotate(270deg); */
    -o-transform: rotate(0deg);
  }
}

body>#top>header nav.navbar.contact-nav {
  background-color: #392e37;
  z-index: 2
}

@media screen and (min-width: 768px) {
  body>#top>header nav.navbar.contact-nav, body>#top>header .header-return-anchor {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  body.dropdown-area-candidato-opened>#top>header nav.navbar.contact-nav {
    z-index: 11
  }

  body>#top>header nav.navbar.contact-nav {
    height: 45px;
    padding: 0;
  }

  /* body > #top > header nav.navbar.contact-nav .navbar-nav .nav-item.dropdown.show > .dropdown-menu.menu-candidato{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  } */
  body>#top>header nav.navbar.contact-nav .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato {
    position: absolute;
    width: 79vw;
    min-height: 100vh;
    top: 26px;
    left: auto;
    right: -46%;
    margin: 0;
    padding: 0;
    border: 0 none;
    border-radius: 0;
    border: 1px solid;
    border-top: 0;

    
  }
}

body:not(.home)>#top>header .nav-principal-topo {
  background: #F5F5F5;  
}

body>#top>header nav.navbar.contact-nav .navbar-nav .nav-item {
  padding: 3px 10px;
  padding-right: 35px;
}

@media screen and (max-width: 768px) {
  body>#top>header nav.navbar.contact-nav .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  body>#top>header nav.navbar.contact-nav .navbar-nav .nav-item.mobile-col-6 {
    padding: 0;
    border: 0 none
  }

  body>#top>header nav.navbar.contact-nav .navbar-nav .nav-item.mobile-col-6:last-child {
    border-left: 1px solid #FFFFFF
  }

  body>#top>header nav.navbar.contact-nav .navbar-nav .nav-link {
    font-size: 15px;
    padding: 5px 10px;
    border: 0 none;
  }

  body>#top>header nav.navbar.contact-nav .navbar-nav .nav-item:nth-child(4n-2) .nav-link {
    white-space: nowrap;
  }

  body>#top>header nav.navbar.contact-nav .navbar-nav li.nav-item.dropdown.show .nav-link {
    background-color:#5D00B1;
    color: #666666
  }
}

@media screen and (min-width: 768px) {
  body>#top>header nav.navbar.contact-nav .navbar-nav .nav-item:not(:first-child) {
    border-left: 1px solid #70686e;
    height: 30px;
  }
}

body>#top>header nav.navbar.contact-nav .navbar-nav .nav-link,
body>#top>header nav.navbar.main-nav .navbar-nav .nav-link {
  color: var(--primary);
  font-family: 'Oswald', sans-serif;
  padding: 0;
}

body>#top>header nav.navbar .navbar-nav .nav-link {
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0)
}

body>#top>header nav.navbar .navbar-nav .nav-item .btn-primary.focus,
body>#top>header nav.navbar .navbar-nav .nav-item .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show {
    border-color: #e8d28b;
    background-color: #5D00B1;
  }

  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>a {
    color: #FFF;
    background-color: #5D00B1;
  }

  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu {
    border-color: #e8d28b;
    background-color: #ffffff;
    padding: 0;
    right: -1px;
    border-radius: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@media screen and (max-width: 768px) {
  body>#top>header nav.navbar.main-nav .navbar-nav .nav-item.dropdown>.dropdown-menu {
    background-color: transparent;
    padding: 0 25px;
    border: 0;
    height: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  body>#top>header nav.navbar.main-nav .navbar-nav .nav-item.dropdown>.dropdown-menu.show {
    height: auto;
  }
}

body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show .nav-link>span>img,
body>#top>header nav.navbar .navbar-nav .nav-item.dropdown .nav-link>span>img.onhover {
  display: none
}

body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show .nav-link>span>img.onhover {
  display: inline-block
}

body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.form-contato {
  background-color: #f0f0f0;
  width: 335px;
  padding: 15px 30px;
}

body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.form-contato .etapa,
body #duvida_contato .etapa {
  display: none;
}

body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.form-contato .etapa.e-form,
body #duvida_contato .etapa.e-form {
  display: block;
}

body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.form-contato .etapa.e-sucesso p:first-child,
body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.form-contato .etapa.e-erro p:first-child {
  font-size: 36px
}

body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato {
  width: 645px;
  right: 0;
  left: inherit;
}

body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato>.links {
    width: 250px;
    border-left: 1px solid #e8d28b;
  }

  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato>.links a {
    padding: 10px 39px;
  }
}

@media screen and (max-width: 768px) {
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato>.links {
    width: 100%;
    padding: 0 20px;
    border-left: 1px solid #e8d28b;
  }

  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato>.links a {
    padding: 10px 15px;
    text-align: center;
    font-size: 15px;
    color: #333333;
    border-bottom: 1px solid #e8d28b
  }

  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato>.links a:hover,
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato>.links a:focus {
    color: #FFFFFF;
    background-color: #be3c73
  }
}

@media screen and (min-width: 768px) {
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato>.form-login-candidato {
    background-color: #f0f0f0;
    padding: 15px 20px 15px 40px;
  }
}

@media screen and (max-width: 768px) {
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato>.form-login-candidato {
    background-color: #FFFFFF;
    padding: 20px 15px;
  }
}

body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato>.candidato>.form-login-candidato>p {
  font-size: 14px;
  line-height: 24px
}

body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.form-contato input,
body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato input,
body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.form-contato select,
body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu.menu-candidato select {
  font-size: 13px;
  color: #999999;
  border-color: #cccccc;
  line-height: 26px
}

@media screen and (min-width: 768px) {
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu a.dropdown-item {
    color: #333333;
    text-align: center;
    padding: 15px;
    font-size: 13px;
    line-height: 25px;
    border-bottom: 1px solid #e8d28b;
  }

  body>#top>header nav.navbar.main-navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu a.dropdown-item:last-child {
    border-bottom: 0 none
  }

  body>#top>header nav.navbar.main-navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu a.dropdown-item:nth-child(2n) {
    background-color: #ffffff
  }

  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu a.dropdown-item:hover,
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu a.dropdown-item:focus {
    color: #FFFFFF;
    background-color: #b66fc8
  }
}

@media screen and (max-width: 768px) {
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu a.dropdown-item {
    color: #666666;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: transparent;
  }

  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu a.dropdown-item:hover,
  body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show>.dropdown-menu a.dropdown-item:focus {
    background-color: transparent;
    color: #efefef
  }
}

body>#top>header nav.navbar.main-nav .navbar-nav .nav-item {
  padding-left: 10px;
  padding-right: 10px;
}

body>#top>header nav.navbar.main-nav .navbar-nav .nav-item[class*='ajuste-'] {
  margin-left: 5px;
}

body>#top>header nav.navbar.main-nav .navbar-nav .nav-item .btn {
  margin: 0
}

@media all and (min-width: 768px) {
  body>#top>header nav.navbar.main-nav .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body>#top>header nav.navbar.main-nav .navbar-nav .nav-link {
    font-size: 16px;
    padding: 15px 30px 15px 10px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;    
    position: relative;
  }
}

@media all and (max-width: 768px) {
  body>#top>header nav.navbar.main-nav .navbar-nav {
    padding-top: 5px
  }

  body>#top>header nav.navbar.main-nav .navbar-nav .nav-item {
    margin-bottom: 15px;
  }

  body>#top>header nav.navbar.main-nav .navbar-nav .nav-link {
    font-size: 30px;
    color: #5D00B1;
    padding-left: 15px;
    padding-right: 15px;
  }
}

a.btn-scroll-down {
  padding-top: 80px;
  text-indent: -161187rem;
}

body>#top>header a.btn-scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%
}

a.btn-scroll-down:after,
a.btn-scroll-down::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

body.home>#top>header {
  position: relative;
  z-index: 2
}

body.home>#top>main {
  position: relative;
  z-index: 1
}

/* DIFERENCIAIS */
#diferenciais .card {
  border: 0 none
}

#diferenciais .card .card-title {
  color: #FF64F5; 
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  #diferenciais .card .card-title {
    font-size: 22px
  }
}

@media all and (max-width: 768px) {
  #diferenciais .card .card-title {
    font-size: 20px
  }
}

#diferenciais .card .card-body {
  padding-bottom: 2rem
}

/* DUVIDA - CONTATO */
#duvida_contato {
  background: transparent url('../img/bg-duvidas-min.png') repeat-x top center;
}

@media all and (max-width: 768px) {
  #duvida_contato {
    background-size: 100% 100%;
  }
}

#duvida_contato h2 {
  color: #FBD774;
  margin: 0 0 15px
}

#duvida_contato h3 {
  color: #ffffff;
  margin: 0 0 25px
}

@media all and (min-width: 768px) {
  #duvida_contato h2 {
    font-size: 28px;
  }

  #duvida_contato h3 {
    font-size: 21px;
  }
}

@media all and (max-width: 768px) {
  #duvida_contato h2 {
    font-size: 22px;
  }

  #duvida_contato h3 {
    font-size: 18px;
  }
}

#duvida_contato form label {
  color: #ffffff
}

/* FORMAS DE INGRESSO */
#formas_ingresso {
  background: #FFF
}

@media all and (min-width: 768px) {
  #formas_ingresso h2 {
    margin-bottom: 35px
  }
}

#formas_ingresso .card {
  border: 0 none;
  border-radius: 0;
  overflow: hidden
}

#formas_ingresso .card a {}

#formas_ingresso .card a.img-link {
  position: relative
}

#formas_ingresso .card a.img-link:before,
#formas_ingresso .card a.img-link::before,
#formas_ingresso .card a.img-link:after,
#formas_ingresso .card a.img-link::after {
  content: " ";
  position: absolute;
  bottom: 10px;
  right: 10px;
  top: 10px;
  left: 10px;
  border: 3px solid rgba(251, 215, 116, .3);
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#formas_ingresso .card a.img-link:before,
#formas_ingresso .card a.img-link::before {
  border-right: 0 none;
  border-bottom: 0 none;
  right: 50rem;
  bottom: 50rem;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

#formas_ingresso .card a.img-link:after,
#formas_ingresso .card a.img-link::after {
  border-left: 0 none;
  border-top: 0 none;
  left: 50rem;
  top: 50rem;
  -webkit-transform: translate(15px, 15px);
  transform: translate(15px, 15px);
}

#formas_ingresso .card:hover a.img-link:before,
#formas_ingresso .card:focus a.img-link:before,
#formas_ingresso .card:hover a.img-link::before,
#formas_ingresso .card:focus a.img-link::before,
#formas_ingresso .card:hover a.img-link:after,
#formas_ingresso .card:focus a.img-link:after,
#formas_ingresso .card:hover a.img-link::after,
#formas_ingresso .card:focus a.img-link::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

#formas_ingresso .card:hover a.img-link:before,
#formas_ingresso .card:focus a.img-link:before,
#formas_ingresso .card:hover a.img-link::before,
#formas_ingresso .card:focus a.img-link::before {
  right: 13px;
  bottom: 10px;
}

#formas_ingresso .card:hover a.img-link:after,
#formas_ingresso .card:focus a.img-link:after,
#formas_ingresso .card:hover a.img-link::after,
#formas_ingresso .card:focus a.img-link::after {
  left: 13px;
  top: 10px;
}

#formas_ingresso .card a.btn {
  bottom: 20px;
  right: 15px
}

#formas_ingresso .card a.btn.btn-primary:hover,
#formas_ingresso .card a.btn.btn-primary:focus {
  background-color: #ffffff
}

/* CAROUSEL */
.carousel .carousel-inner {
  padding-bottom: 40px;
}

.carousel a.carousel-control {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background-color: #9300D5;
}
.carousel a.carousel-control:hover {
  background-color: #5d00b1;
}
.carousel a.left.carousel-control {
  left: 8px;
}
.carousel a.right.carousel-control {
  right: 8px;
}

#crsl_diff.carousel a.carousel-control {
  top: 40px;
  bottom: unset;
}

#crsl_depoimentos.carousel a.carousel-control {
  bottom: 15px;
}
#crsl_depoimentos.carousel a.left.carousel-control {
  left: 16px;
}
#crsl_depoimentos.carousel a.right.carousel-control {
  right: 16px;
}

#carouselHome2021 .carousel-item{
  height: 450px; 
  background-size: cover;
}
#crsl_como_funciona .carousel-item div.text-center {
  width: calc(100% - 116px);
  margin: 0 auto;
}

@media all and (max-width: 767.9px) {
  #crsl_diff.carousel .carousel-inner {
    min-height: 340px
  }

  #crsl_formas.carousel .carousel-inner {
    min-height: 330px
  }
}

.carousel .carousel-indicators {
  margin-bottom: 0
}

.carousel .carousel-indicators li {
  background-color: #FBFB8A;
  border: 1px solid #70707066;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.carousel .carousel-indicators li + li {
  margin-left: 16px;
}

.carousel .carousel-indicators li.active {
  background: #5D00B1 linear-gradient(270deg, #FF64F5 0%, #5D00B1 100%) center/contain no-repeat padding-box;
}

.nav-item .active {
  color: #FFFFFF;
  background-color: #be3c73;
}

.carousel .crls-nav-btns {
  position: absolute;
  width: 110px;
  height: 50px;
}

@media all and (min-width: 768px) {
  .carousel .crls-nav-btns {
    bottom: 15px;
    right: 15px;
  }

  #crsl_depoimentos.carousel a.left.carousel-control {
    left: calc(8.3% + 16px);
  }
}

@media all and (max-width: 767.9px) {
  .carousel .crls-nav-btns {
    bottom: 15px;
    right: 50%;
    margin-right: -55px
  }
  #crsl_formas.carousel .carousel-inner {
    padding-bottom: 100px;
  }
  #crsl_formas.carousel .carousel-indicators {
    bottom: 64px;
  }
  #depoimentos {
    /* background: transparent url('../img/pattern_quadriculado-bege.jpg'); */
    background-color: #f5f5f5;
  } 
}

.carousel .crls-nav-btns a[class^='carousel-control-'] {
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: #9639AE;
  border-radius: 50%;
}

.carousel .crls-nav-btns a[class^='carousel-control-']:hover,
.carousel .crls-nav-btns a[class^='carousel-control-']:focus {
  background-color: #6d287f;
  opacity: 1;
}

#formas_ingresso .carousel .crls-nav-btns a[class^='carousel-control-'] {
  background-color: #9300D5;
}

#formas_ingresso .carousel .crls-nav-btns a[class^='carousel-control-']:hover,
#formas_ingresso .carousel .crls-nav-btns a[class^='carousel-control-']:focus {
  background-color: #6d287f;
}

.carousel .carousel-control img,
.carousel .crls-nav-btns a[class^='carousel-control-'] img {
  -webkit-filter: brightness(10) grayscale(100%) contrast(10);
  filter: brightness(10) grayscale(100%) contrast(10)
}

.carousel .crls-nav-btns a.carousel-control-prev {
  margin-right: 10px
}

.carousel .crls-nav-btns a.carousel-control-next {}

/* DEPOIMENTOS */
#depoimentos {
  /* background: transparent url('../img/2020/BG.png') repeat-x top center */
  /* background: transparent url('../img/pattern_quadriculado-bege.jpg'); */
  background-color: #f5f5f5;
}

#depoimentos .carousel-inner .carousel-item {
  background-color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 337px;
}

#depoimentos .carousel-inner .carousel-item .avatar {
  border: 3px solid #dd606a;
  width: 140px;
  max-width: 140px;
  min-width: 140px;
  height: 140px;
}

@media all and (min-width: 768px) {
  #depoimentos .carousel-inner .carousel-item {
    padding-right: 80px;
  }

  #depoimentos .carousel-inner .carousel-item .avatar {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
}

@media all and (max-width: 768px) {
  #depoimentos .carousel-inner .carousel-item {
    margin-top: 75px;
    padding-right: 25px;
    padding-left: 25px;
  }

  #depoimentos .carousel-inner .carousel-item .avatar {
    margin: -110px auto 25px;
    display: block;
  }
}

#depoimentos .carousel-inner .carousel-item h3 {
  font-size: 28px;
  color: #9639AE;
}

/* Videos */
body.vest2018 #top .video_vestibular {
  width: 100%;
  max-height: 350px;
  height: 54vw;
} 

/* FORM Padrão */
form.form-default {}

form.form-default div[class^='form-'] {
  margin: 0 0 15px
}

form.form-default div[class^='form-'] label {
  line-height: 24px;
  font-size: 1rem;
  color: #666666
}

form.form-default div[class^='form-'] input[type='text'],
form.form-default div[class^='form-'] input[type='tel'],
form.form-default div[class^='form-'] input[type='password'],
form.form-default div[class^='form-'] textarea,
form.form-default div[class^='form-'] select {
  color: #999999;
  border-color: #a9a9a9;
  font-size: 13px;
  border-radius: 0;
}

form.form-default div[class^='form-'] input[type='text'],
form.form-default div[class^='form-'] input[type='tel'],
form.form-default div[class^='form-'] input[type='password'],
form.form-default div[class^='form-'] select {
  height: 40px;
}

form.form-default div[class^='form-'] .fld {
  position: relative;
  display: block
}

form.form-default div[class^='form-'] .fld:after,
form.form-default div[class^='form-'] .fld::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .85);
  background-image: url('../img/form-field-loader.gif');
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
}

form.form-default div[class^='form-'] .fld.loading:after,
form.form-default div[class^='form-'] .fld.loading::after {
  opacity: 1;
  visibility: visible;
}

/* FOOTER */
footer {
  background: transparent url('../img/2020/fundo-rodape.png') repeat-x top center;
  padding: 35px 0;
}

footer .social-media p {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
}

footer .social-media p a {
  text-decoration: none;
  color: #FFF;
  font-size: 28px;
  line-height: 50px;
  display: inline-block;
  margin-right: 1.7rem;
}

footer .social-media p a strong {
  text-indent: -161197rem;
  display: inline-block;
}

footer .social-media p a:hover,
footer .social-media p a:focus {
  color: #e8d28b
}

footer .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 767.9px) {
  footer .social-media {
    text-align: center;
  }

  footer .logos {
    margin-top: 16px;
    margin-bottom: 20px;
  }
}

footer .logos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 15px 30px;
  height: 90px;
  background-color: #70707066;
}

footer .logos a:hover,
footer .logos a:focus {
  background-color: rgba(52, 39, 54, 0.5);
}

footer .logos a:first-child {
  border-right: 3px solid rgba(76, 62, 93, 0.3);
  border-radius: 20px 0 0 20px;
  margin-left: auto
}

footer .logos a:last-child {
  border-radius: 0 20px 20px 0;
  position: relative;
}

@media (max-width: 767.9px) {
  footer .logos a:last-child {
    margin-right: auto;
  }
}

footer .logos a:last-child img {
  height: 64px;
}

/*INTERNAS*/
.cont_int .breadcrumb {
  font-family: 'Open Sans';
  font-size: 11px;
  color: #666666;
  background: none;
}

.breadcrumb a {
  color: #666666;
  text-decoration: underline;
}

.breadcrumb a:hover {
  color: #666666;
}

.cont_int h1 {
  font-size: 36px;
  color: #4E434D;
  font-weight: 600;
  line-height: 36px;
  margin: 15px 0 30px;
  letter-spacing: -1px;
}

.cont_int h2 {
  font-size: 28px;
  color: #666666;
  font-weight: 400
}

.cont_int .conteudo-texto h2,
.cont_int .conteudo-texto h3 {
  font-size: 24px;
  color: #585858;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}

.cont_int h3 {
  font-size: 18px;
  color: #9639AE;
  font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
  font-weight: 700;
}

.cont_int p a {
  color: #F400FA;
  text-decoration: underline;
}

.cont_int ul {
  list-style: none;
  color: #666666;
  padding: 0;
}

.cont_int ul li {
  margin: 0 0 12px 0;
  padding-left: 30px;
}

.cont_int ul li:not(.nav-item)::before {
  content: "✔";
  padding-right: 15px;
  color: #9300D5;
  position: absolute;
  left: 0;
  margin-left: 15px;
}

.cont_int div.veja_tbm ul li::before {
  content: "";
  display: none;
}

.cont_int small {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  display: block;
}

.cont_int small a {
  color: #9639AE;
  text-decoration: underline;
}

.vest2018 .cont_int .conteudo-texto table {
  width: 100% !important;
}
.vest2018 .cont_int .conteudo-texto table td {
  padding: 4px 10px;
}
@media (max-width: 767.9px) {
  .vest2018 .cont_int .conteudo-texto table td {
    padding: 2px;
  }
}

.box-padrao {
  position: relative;
  border: 1px solid #cdcdcd;
  background-color: #f9f9f9;
  padding: 30px;
  
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.box-padrao.box-gradient-border-bottom {
  border-bottom: 0 none transparent;
  padding-bottom: 35px;
}

.box-padrao.box-gradient-border-bottom:after,
.box-padrao.box-gradient-border-bottom::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(149, 87, 130, 1)), color-stop(0%, rgba(149, 87, 130, 1)), color-stop(100%, rgba(230, 78, 99, 1)), to(rgba(230, 78, 99, 1)));
  background: linear-gradient(90deg, rgba(149, 87, 130, 1) 0%, rgba(149, 87, 130, 1) 0%, rgba(230, 78, 99, 1) 100%, rgba(230, 78, 99, 1) 100%);
}

.box_form {
  padding: 40px 25px;
  background-color: #FAFAFA;
}

.box_form h3 {
  font-size: 22px;
  color: #9639AE;
  font-weight: 400;
  font-family: Oswald, "Oswald Regular";
  text-transform: uppercase;
}

.box_form h3 span {
  color: #9639AE;
}

.box_form label {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.cont_int .marketing h1 {
  letter-spacing: 0;
  color: #5D00B1;
  font-weight: 400;
}
.cont_int #formcandidato label strong {
  font-weight: bold;
  color: #FF64F5;
}
.cont_int #form_interesse label {
  font-weight: bold;
  font-size: 16px;
  text-align: end;
  color: #FF64F5;
  padding: 5px 0;
  margin-right: 30px;
}
.cont_int #form_interesse input {
  height: 36px;
  border: 1px solid #70707066;
  margin-bottom: 16px;
}
.cont_int #form_interesse button:focus {
  box-shadow: unset;
}

.btn-secondary {
  background-color: #5D00B1;
  color: #fff; 
}

.btn-secondary:hover {
  background-color: #9639AE;
}

.veja_tbm ul li::before {
  content: none;
}

.veja_tbm {}

.veja_tbm ul li {
  padding: 0;
  margin: 0;
  font-family: 'Oswald', 'Oswald Regular Regular', 'Oswald Regular';
  border-color: #bcbcbc;
}

.veja_tbm ul li:hover {}

.veja_tbm ul li:nth-child(1) {
  background-color: #3b86c2;
  color: #ffffff;
  font-size: 22px;
  width: 160px;
  padding: 15px;
  line-height: 28px;
}

.veja_tbm ul li a {
  padding: 20px;
  font-size: 18px;
  color: #955782;
  display: block;
  margin: 0;
  background-color: #F0F0F0;
  font-family: 'Oswald', 'Oswald Regular Regular', 'Oswald Regular';
}

.veja_tbm ul li a:hover {
  text-decoration: none;
  background-color: #9639AE;
  color: #ffffff;
}

.cont_int form input {
  border-color: #a9a9a9;
  font-size: 13px;
}

.cont_int .form-control::-webkit-input-placeholder {
  color: #999999 !important;
  font-size: 13px !important
}

.cont_int .form-control::-moz-placeholder {
  color: #999999 !important;
  font-size: 13px !important
}

.cont_int .form-control:-ms-input-placeholder {
  color: #999999 !important;
  font-size: 13px !important
}

.cont_int .form-control:-moz-placeholder {
  color: #999999 !important;
  font-size: 13px !important
}

.cont_int form input:focus {
  border-color: #a9a9a9;
  -webkit-box-shadow: 0 0 0 0.1rem rgb(169, 169, 169);
  box-shadow: 0 0 0 0.1rem rgb(169, 169, 169);
}

.box_yel {
  width: 100%;
  height: 270px;
  background: #F5D076;
  -webkit-transform: translate(0, -150px);
  transform: translate(0, -150px);
  padding: 55px 35px;
}

.overflow_inherit {
  overflow: inherit;
}

.veja_tbm2 ul li {
  font-family: 'Oswald', 'Oswald Regular Regular', 'Oswald Regular';
  /* letter-spacing: -1px; */
  padding: 0;
  border: 1px solid rgba(188, 188, 188, 1);
}

.veja_tbm2 ul li:nth-child(1) {
  background-color: #72A2AB;
  color: #ffffff;
  font-size: 22px;
  width: 160px;
  padding: 15px;
  line-height: 28px;
}

.veja_tbm2 ul li a {
  padding: 20px;
  font-size: 18px;
  color: #955782;
  display: block;
}

.veja_tbm2 ul li:hover {
  background-color: #9639AE;
  color: #ffffff;
  border-color: transparent;
}

.veja_tbm2 ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.conteudo-texto a {
  color: #F400FA;
  text-decoration: underline;
}

.alert {
  border-radius: 0;
}

/* ACCORDIONS */
.accordion .card-header {
  padding: 25px 60px 25px 20px;
  font-family: 'Oswald', 'Oswald Regular';
  font-size: 22px;
  color: #FFFFFF;
  background-color: #9639AE;
  border: 0 none;
  text-decoration: none;
  cursor: pointer;
}
.accordion .card-header.collapsed{
  color: #9639AE;
}

.accordion .card-header,
.accordion .card-header:after,
.accordion .card-header::after {}

.accordion .card-header:hover {
  background-color: #9639AE;
  color: #ffffff;
}

.accordion .card-header:after,
.accordion .card-header::after {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 27px;
  height: 27px;
  border-style: solid;
  border-color: #FFF;
  font-family: 'Open Sans Extrabold', 'Open Sans Regular', 'Open Sans';
  font-size: 24px;
  content: "-";
  color: #FFF;
  text-align: center;
  line-height: 20px;
  letter-spacing: -1px;
}

.accordion .card-header:hover:after,
.accordion .card-header:hover::after {
  border-color: white;
  color: #f5d076;
}

.accordion .card-header.collapsed:after,
.accordion .card-header.collapsed::after {
  content: "+";
  border-color: #9639AE;
  color: #000
}

.accordion .card-body {
  background-color: rgba(240, 240, 240, 1);
}

.accordion .card-header.collapsed {
  background-color: #f0f0f0;
}

.accordion .card-header.collapsed:hover {
  background-color: #9639AE;
}

/* TAG DO VALOR DA MENSALIDADE */
.valor-mensalidade {
  background-color: #6bafa8;
  padding: 15px
}

.valor-mensalidade h5 {
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
}

h4.card-title {
  font-size: 22px;
  color: #9639AE;
  text-align: left;
  text-transform: uppercase;
}

p.card-text {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #666666;
  text-align: left;
  line-height: 28px;
}
#crsl_diff p.card-text{
  text-align: center !important
}
#crsl_diff .carousel-item .card {
  background-color: transparent;
}

.card-body-custom a {
  font-size: 13px;
  color: #666666;
  text-align: left;
  line-height: 28px;
  font-family: 'Open Sans';
  text-decoration: underline;
  position: absolute;
  right: 40px;
  bottom: 20px;
}

.card-body-custom a:hover {
  color: #666666;
  text-decoration: none;
}

.btn-raquo2:after,
.btn-raquo2::after {
  content: " ";
  display: inline-block;
  width: 11px;
  height: 13px;
  background: transparent url(../img/_icones/raquo2.png);
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  background-repeat: no-repeat;
  margin-left: 7px;
  top: 8px;
  position: absolute;
}

.btn-raquo2:hover:after,
.btn-raquo2:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.editais .card-body-custom {
  border: 1px solid transparent;
}

.editais .card {
  border: 0;
  min-height: 375px;
  margin-bottom: 5%;
}

.card-body-custom:hover {
  border: 1px solid #c55270;
}

/*-----------------------*/
.provas-e-gabaritos .card {
  margin-bottom: 40px;
}

.provas-e-gabaritos .card-body-custom2 {
  min-height: 235px;
}

.provas-e-gabaritos .card-body-custom2 ul {
  padding: 0;
  margin: 0;
}

.provas-e-gabaritos .card-body-custom2 li {
  list-style: none;
  padding: 0;
  margin-bottom: 8px;
}

.provas-e-gabaritos .card-body-custom2 li::before {
  content: " ";
  background-image: url("../img/_icones/raquo3.png");
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  margin: 0;
}

.provas-e-gabaritos .card-body-custom2 ul li a {
  color: #666666;
  text-decoration: underline;
}

.provas-e-gabaritos .card-body-custom2 ul li a:hover {
  color: #4ba59e;
  text-decoration: underline;
}

.dropdown-toggle::after {
  background-image: url(../img/_icones/seta-laranja.svg);
  background-repeat: no-repeat;
    border: 0;
    width: 22px;
    height: 19px;
    position: absolute;
    margin-top: 3px;
    margin-left: 10px;
    background-repeat: no-repeat;
}

body>#top>header nav.navbar .navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  background-image: url(../img/_icones/seta-laranja-down.svg);
  border: 0;
    width: 22px !important;
    height: 19px;
    position: absolute; 
    margin-top: 3px;
    margin-left: 10px; 
}


#btn_mobile_inscrevase {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
}

body.mobile-menu-opened #btn_mobile_inscrevase,
body.dropdown-area-candidato-opened #btn_mobile_inscrevase {
  z-index: 1
}

#btn_mobile_inscrevase .btn {
  border-radius: 0;
}

#btn_mobile_inscrevase .dropdown-menu {
  width: 97vw;
  margin: 0;
  height: 0;
  padding: 0 20px;
  border-color: #FFFFFF;
  border-top-width: 3px;
  border-top-color: #fbd774;
  border-radius: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#btn_mobile_inscrevase .dropdown-menu.show {
  height: auto;
}

#btn_mobile_inscrevase .dropdown-menu .dropdown-item {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #e8d28b
}

.login .veja_tbm ul li:nth-child(1) {
  background: inherit;
  padding: inherit;
  width: inherit;
}

.login h5.card-title {
  background-color: rgba(114, 88, 136, 1);
  padding: 15px 30px;
  color: #ffffff;
  font-size: 22px;
  margin: 0;
}

.login .card-body {
  padding: 45px 30px;
  background-color: #F9F9F9;
}

.login p.card-text {
  text-align: right;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #666666;
}

.login p.card-text {
  text-align: right;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

section.img_secondary {
  background: #000000 url(../img/img-internas-secondary.png) repeat center top;
  margin-top: 290px;
  overflow: inherit;
  display: block;
  clear: both;
  height: 260px;
}

.area-do-candidato section {
  overflow: inherit;
  padding: 0;
}

section.img_secondary img {
  /* transform:translateY(-290px); */
  margin-top: -270px;
}

#matriz_curricular {
  padding: 3rem 0;
}

/*Apps*/
.tabbable ul li a {
  color: #666;
}

.tabbable ul li a:hover {
  color: #666;
  border: 1px solid transparent;
}

.tabbable ul li {
  border: 1px solid #ced4da;
  border-radius: 0px 0px 0px 0px;
  padding-left: 0;
}

.tabbable ul li:nth-child(1) {
  border-radius: 10px 0 0 0;
}

.tabbable ul li:nth-child(6) {
  border-radius: 0 10px 0 0;
}

.tabbable ul li a.active {
  background-color: #6C5883 !important;
  border-color: transparent;
}

.tabbable ul li a.active:hover {
  border-color: transparent;
}

.tabbable .tab-content {
  padding: 2%;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}

.tab-content label {
  margin-left: 1%;
}

.tabbable ul li.active {
  border: 1px solid transparent;
}

.tabbable ul li.nav-tabs .nav-link .active {
  border: 1px solid transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

/* nav ul li a img {
  width: 15px;
} */
.resultado-e-matricula section {
  padding: 0;
}

/*Media Queriess*/
@media all and (max-width: 768px) {
  body:not(.home) main {
    background-image: none;
    background-color: #FFF;
  }

  .mobile_bg {
    background-color: #ffffff;
    padding: 35px 25px;
    background-image: url('../img/bg-ttl-paginas-mobile.png');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 38px 46px;
    background-position-y: 30px;
  }

  .cursos-inscricoes .mobile_bg {
    padding-bottom: 0;
  }

  .cursos-inscricoes-exibe .mobile_bg {
    background-position-y: 390px;
  }

  .conteudo-texto {
    position: relative;
  }
  .conteudo-texto img {
    max-width: 100%;
  }

  .cont_int h1 {
    font-size: 22px;
    padding-left: 10%;
    margin: 0px 0 25px 0;
  }

  .cont_int h3 {
    font-size: 16px;
  }

  .login p.card-text {
    text-align: left;
    margin-bottom: 15%;
  }

  .login .veja_tbm {
    margin-bottom: 30px;
  }

  .login h5.card-title {
    text-align: center;
  }

  .nav-item .active {
    color: #333333 !important;
  }

  #info_gerais h2 {
    text-align: center;
  }

  #matriz_curricular {
    padding: 0;
  }

  body>#top>header nav.navbar.contact-nav .navbar-nav .nav-link {
    padding: 0 0px 0 15px;
  }

  #navbarDropdown_candidato::after{
    background-image: none !important;
    width: 0px !important;

  }
  #navbarDropdown_candidato{
    padding-right: 15px !important; 
  }
}

p.endereco-local {
  width: 400px;
  font-size: 14px;
}

p.nome-fantasia {
  margin-bottom: 0px;
  width: 350px;
}

/* ---------------- LANDING PAGE EAD ------------------- */
main.home-ead .card.card-ead {
  border-width: 0px 1px 1px 1px;
  border-color: rgba(0, 0, 0, .200);
}

main.home-ead .card-title-ead {
  background: -webkit-gradient(linear, right top, left top, from(rgb(152, 61, 127)), color-stop(0%, rgb(153, 75, 225)), color-stop(100%, rgb(215, 75, 105)), to(rgb(198, 75, 225)));
  background: linear-gradient(270deg, rgb(152, 61, 127) 0%, rgb(153, 75, 225) 0%, rgb(215, 75, 105) 100%, rgb(198, 75, 225) 100%);
  padding: 15px 30px;
  color: #ffffff;
  font-size: 20px;
  margin: 0;
}

h3.card-ead-int {
  padding: 10px 0px 3px 0px;
  font-size: 16px;
  color: #9639AE;
  font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
  font-weight: 700;
  margin-bottom: 0px;
}

main.home-ead h2 {
  font-size: 26px;
  color: #9639AE;
  font-weight: 400;
  line-height: 35px;
}

main.home-ead {
  background-image: none !important;
  background-color: #F5F4F1;
}

@media (max-width: 767.9px) {


  #carouselHome2021 .carousel-item {
    /* background-image: none !important; */
    height: 344px !important;
    background-size: cover;
    padding-top: 0px !important;
  }
  
  #carouselHome2021 .carousel-item img {
    width: 100%;
  }

  .modalidades .carousel-control-next, .modalidades .carousel-control-prev {
    top: -110px !important;
  }

  #navbarDropdown_candidato,
#topo-whatsapp{
  color: #fff !important;
  padding-top: 5px !important;
  font-size: 12px !important;
}

#navbarDropdown_candidato
{
  padding-left: 0px !important;
}
#topo-whatsapp{
  padding-right: 10px !important;
}
  .banner-home-rotativo{
    background-image: none !important;
  }
  header.main-header .carousel .carousel-inner .carousel-item {
    background: center;
    padding-top: 0px;
    height: 400px;
}
  main.home-ead {
    background-image: none !important;
    background-color: #F5F4F1 !important;
  }

  p.endereco-local {
    width: 250px;
    font-size: 12px;
  }

  main.pb-0.home-ead {
    padding-top: 0 !important;
  }

  main.home-ead .btn.btn-block.btn-primary {
    width: 300px;
    font-size: 20px;
    -webkit-appearance: button-bevel;
    padding: 10px;
    border-radius: 50px;
  }

  main.home-ead .box-insc-ead {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px 20px 20px 80px;
    position: relative;
  }

  main.home-ead .box-insc-ead {
    border: none !important;
    padding: 20px !important;
    text-align: center;
  }

  main.home-ead .icone-insc-ead {
    display: none;
  }

  main.home-ead .title-insc-ead {
    font-size: 22px !important;
  }

  main.home-ead .box-insc-ead p {
    font-size: 16px !important;
    margin-top: 10px;
  }

  main.home-ead .polos-ead {
    /* background: #E3CB88 !important; */
    padding-top: 0px;
  }

  main.home-ead .title-confira {
    font-size: 24px !important;
    margin-bottom: 0rem !important;
  }

  main.home-ead .cont-cursos-pl {
    padding: 30px;
    padding-bottom: 0;
  }

  main.home-ead .fachada-polos {
    display: none;
  }

  main.home-ead .modal-header {
    border: none;
  }

  main.home-ead .icone-modal {
    top: 9% !important;
  }

  main.home-ead .modal-body {
    padding-top: 0;
  }

  main.home-ead .title-ead-diff {
    padding-top: 10;
  }
}

main.home-ead .diff-ead {
  background: url('../img/barra-lateral-coluna.png') no-repeat;
  background-position: 100% 0%;
}

main.home-ead .vantagens-ead {
  background-color: #FFF;
}

main.home-ead .title-ead-diff {
  font-family: 'Oswald', sans-serif;
  color: #9639AE;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 22px;
}

main.home-ead .card-text.text-center {
  line-height: 22px;
}

main.home-ead .insc-ead {
  background-color: #683F6B;
}

main.home-ead .box-insc-ead {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 20px 20px 80px;
  position: relative;
}

main.home-ead .icone-insc-ead {
  position: absolute;
  margin-left: -120px;
  top: 18px;
}

main.home-ead .title-insc-ead {
  color: #FBD774;
  font-family: 'Oswald', 'Oswald Regular';
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}

main.home-ead .box-insc-ead p {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0px;
}

main.home-ead .polos-ead {
  background: #9639AE url(../img/bg-section-ead.png) repeat 0 0;
}

main.home-ead .title-confira {
  font-family: 'Oswald', 'Oswald Regular';
  font-style: normal;
  font-size: 36px;
  color: #9639AE;
  text-align: center;
  line-height: 36px;
}

main.home-ead .cursos-polos {
  background-color: #c7cee3;
  padding: 15px 10px 15px 15px;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #9639AE !important;
  border-left: 6px solid #78CBBF;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  line-height: 17px;
  height: 55px;
  position: relative;
  cursor: pointer;
}

main.home-ead .cursos-polos:hover {
  text-decoration: none;
  background-color: #fff;
}

main.home-ead .cursos-polos small {
  margin-left: 10px;
  color: #666;
}

main.home-ead .cursos-polos span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.home-ead .modal {
  top: 10%;
}

main.home-ead .icone-modal {
  position: fixed;
  left: 50%;
  top: -0%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}

@media (min-width: 576px) {
  main.home-ead .modal-dialog {
    max-width: 75%;
    margin: 4rem auto;
  }
}

main.home-ead .btn.btn-primary.btn-raquo {
  margin-top: 10px;
  width: 190px;
}

main.home-ead .nossos-polos {
  background-color: #FFF;
}

main.home-ead .nossos-polos span {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #9639AE !important;
}
#navbarContact a{
  color: #fff;
  text-transform: uppercase;
}
#navbarContact .dropdown-toggle::after {
  margin-top: 3px !important;
}
header .tit-internas {
  /* background: url(../img/bckg-internas.jpg); */
  background-color: #f5f5f5;
  background-size: cover;
  background-position-y: bottom;
  /* background-repeat-y: repeat; */
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #5D00B1;
  text-align: center;
  font-size: 40px;
  padding-top: 105px;
}

@media(max-width: 767.9px) {
  header .tit-internas {
    font-size: 28px;
    padding-top: 32px;
    height: 95px;
    background-position-x: right;
  }
}

.modalidades.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #9300D5 0% 0% no-repeat padding-box !important;
  border-radius: 10px;
  color: #fff !important;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  padding: 20px 55px;
}
.modalidades.nav-tabs {
  border: 0px !important;
}
.unidades .accordion .card-header:hover:after, .accordion .card-header:hover::after {
  border: 0px;
}
.modalidades.nav-tabs .nav-item.nav-link {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 1px solid #70707066;
  color: #666666;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  padding: 20px 35px;
}

h3.info-modalidades{
  font-size: 20px;
  color: #FF64F5;
}

.unidades.accordion .card-header.collapsed {
  background-color: #fff !important;
}

.unidades.accordion .card-header.collapsed:after, .accordion .card-header.collapsed::after {
  content: url("../img/seta-accordion.svg");
  border: 0px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.unidades.accordion .card-header:after, .accordion .card-header::after {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 27px;
  height: 27px;    
  font-size: 24px;
  content: url("../img/seta-accordion.svg");  
  text-align: center;
  line-height: 20px;
  letter-spacing: -1px;
  border: 0px;
}
.unidades.accordion .card-header {
  padding: 15px 60px 15px 20px;
  font-family: 'Oswald', 'Oswald Regular';
  font-size: 16px;
  font-weight: bold;
  color: #666;
  background-color: #FBFB8A80;
  border: 0 none;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.unidades.accordion .card-body {  
  background-color: #FBFB8A80;
}
.unidades.accordion .card-header.collapsed {
  color: #666;
}
#form_interesse .form-group{ 
    margin-bottom: 0.3rem;
}

#ebooks{
  background: transparent url('../img/BG.png') 0% 0% repeat padding-box;

}

.modalidades .carousel-control-next-icon {
  background: #9300D5 url("../img/btn-seta.svg") no-repeat;
  opacity: 1;
  -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


.modalidades .carousel-control-prev-icon {
  background: #9300D5 url("../img/btn-seta.svg") no-repeat;
  opacity: 1;
}

.modalidades .carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 30px;  
  background-size: 100% 100%;
}

.modalidades .carousel-control-next, .modalidades .carousel-control-prev { 
  opacity: 1 !important;
}

a.inscricoes-unid{
  text-decoration: underline;  
}

a.inscricoes-unid:after{
  position: relative;
  right: -5px;
  top: 8px;
  width: 27px;
  height: 27px;
  font-size: 24px;
  text-align: center;
  line-height: 20px;
  letter-spacing: -1px;
  content: url(../img/seta-accordion_2.svg);
}

a.inscricoes-unid:hover{
  font-weight: bold;
}
.letra-inicial{
text-align: center;
font: normal normal normal 36px/40px Oswald;
letter-spacing: 0px;
color: #5D00B1;
opacity: 1;
}

.title-lista{
    font-family: 'Oswald', sans-serif;
  color: #666;  
  font-size: 20px;
  font-weight: 500; 
  color: #666666;
  
}

a.link-cursos{
  color: #666;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none; 
  padding: 5px 0px;
  border-bottom: 1px solid #F9DE24;
}
a.link-cursos:hover{
  background-color: #f2f2f2;
}

.circle-open{
  width: 10px;
  height: 10px;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  background-color: #2EFFD8;
  display: inline-flex;  
}
.circle-closed{
  width: 10px;
  height: 10px;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  background-color: #666;
  display: inline-flex;  
}

.letra-inicial{
  font-family: 'Oswald', sans-serif;
    font-weight: 500;
  font-size: 36px; 
  font-weight: 600;
  line-height: 36px;
  margin: 15px 0 30px;
  letter-spacing: -1px;
  color: #5D00B1;
  margin-bottom: 25px;
  display: flex;
}

.banner-home-rotativo{
  background-repeat: no-repeat !important; height: 450px !important; background-size: cover !important;
}
#navbarDropdown_candidato,
#topo-whatsapp{
  color: #fff !important;
  padding-top: 10px;

}

img.diff-icons{
  width: 90px;
}

.tour360{
  background: #9300D5 url("../img/fundo-360-tour.jpg") no-repeat;
}

.btn_topo {
  position: fixed;
  right: 16px;
  bottom: 10px;
  z-index: 9999;
}


/* ------------------ CURSOS ------------------ */
body.curso .banner-curso-principal {
  background-repeat: no-repeat;
  background-position-x: 70%;
  background-size: cover;
}

.banner-curso-principal h1{
  text-align: left;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;  
}
.banner-curso-principal a.btn-inscrever{
  text-align: center;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid #fff;
  text-decoration: none;  
  box-shadow: 0px 3px 6px #00000029;
}
.banner-curso-principal a.btn-inscrever:hover{  
  background-color:rgba(102,102,102,0.5);
}
.banner-curso-principal a.btn-inscrever:focus,
.banner-curso-principal a.btn-inscrever:visited{
  outline: 0px;
}

/*-------------- Fábio Gilberto -------------------*/


#modalidade .container{
  background-color:#F5F5F5;
  padding:38px 60px;
}

#modalidade .container .card__modalidade{
  background-color:#F5F5F5;
  max-width: 1161px;
  border-radius:12px;
  border:2px solid;
  border-color: #FAA315;
  -webkit-border-radius:12px;
  -moz-border-radius:12px;
  -ms-border-radius:12px;
  -o-border-radius:12px;
}

#modalidade .modalidade__cursos{
  display: flex;
  align-items: center;
  margin-bottom:30px;
  justify-content: flex-start;
}
 

.card .modalidade__text{
  font-size: 34px!important;
  margin: unset;
  font-family: 'Oswald', sans-serif;
  font-weight:normal!important;
}

#modalidade .btn-card{
  font-family: 'Oswald', sans-serif;
  margin-left: 20px;
  color: #CDCDCD;
  font-size:30px;
  background:#ffffff;
  padding: 0 1rem;

  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CDCDCD;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

#modalidade .btn-card:hover{
  text-decoration: none;
  color:#ffffff;
  background: #921AD4;
  transition:0.2;
  -webkit-transition:0.2;
  -moz-transition:0.2;
  -ms-transition:0.2;
  -o-transition:0.2;
}

#modalidade .btn-card:focus{
  text-decoration: none;
  color:#ffffff;
  background: #921AD4 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 12px;
  transition:0.2;
  -webkit-transition:0.2;
  -moz-transition:0.2;
  -ms-transition:0.2;
  -o-transition:0.2;
}

#modalidade .btn-card:active{
  text-decoration: none;
  color:#ffffff;
  background: #921AD4 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 12px;
  transition:0.2;
  -webkit-transition:0.2;
  -moz-transition:0.2;
  -ms-transition:0.2;
  -o-transition:0.2;
}
 
  .btn-cardenviar{
    font-family: 'Oswald', sans-serif;
      margin-left: 20px;
      color: #fdfdfd;
      font-size: 30px;
      /* background: #ffffff; */
      padding: 0 1rem;
      background: #921AD4 0% 0% no-repeat padding-box;
      border: 1px solid #CDCDCD;
      border-radius: 12px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
  }
  .btn-cardenviar:hover{
    color:#FBFA89;
  }


 
#modalidade .unidades{
  display:flex;
  justify-content:space-between;
  align-items:center;
}


#modalidade .unidades__text{
  font-size: 34px!important;
  margin: unset;
  font-family: 'Oswald', sans-serif;
  font-weight:normal!important;
}

#modalidade .unidades__select{
  display:flex;
}

#modalidade .select_arrow{
  position: relative;
  margin-bottom: 0;
}

#modalidade .select_arrow::before, .select_arrow::after{
 content: "";
 position: absolute;
 /* top: 50%; */
 top: 40%;
 border-top: 2px solid #921AD4;
 width: 10px;
}

#modalidade .select_arrow::before{
 right: 26px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

#modalidade .select_arrow::after{
 right: 20px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

#modalidade .unidades__select .form-group{
  margin-left: 10px;
  width:300px; 
}

#modalidade .unidades__select .form-control{
  font-size: 19px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #3F3F40;
  opacity: 1;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

#modalidade .unidades__select .form-control:hover{
  border-color: #921AD4;
}

#modalidade .local{
  margin-top:30px;
}

#modalidade .local__title{
  text-align: left;
  font: normal normal 600 24px/33px Open Sans;
  letter-spacing: 0px;
  color: #3F3F40;
  opacity: 1;
}
#modalidade .local__endereco{
  text-align: left;
font: normal normal 300 24px/33px Open Sans;
letter-spacing: 0px;
color: #3F3F40;
opacity: 1;

}


#modalidade .informacoes{
  display: grid;
  row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto 1fr;
}

#modalidade .informacoes{
  padding: 0 25px;
  margin-top: 3rem;
  grid-column: 2/4;
}

#modalidade .duracao__text{ 
  text-align: left;
  font: normal normal 600 24px/33px Open Sans;
  letter-spacing: 0px;
  color: #3F3F40;
  opacity: 1;
}

#modalidade .duracao__text span {
  text-align: left;
  font: normal normal 300 24px/33px Open Sans!important;
  letter-spacing: 0px;
  color: #3F3F40;
  opacity: 1;
}

#modalidade .duracao{
  grid-column: 1/3;
}

#modalidade .duracao__text span{ 
  font-weight: normal;
}

#modalidade .curso-description{
  position: relative;
  grid-column: 3/5;
  background-color:#921AD4;
  padding:40px 50px;
  border-radius:12px;
  -webkit-border-radius:12px;
  -moz-border-radius:12px;
  -ms-border-radius:12px;
  -o-border-radius:12px;
}

#modalidade .curso-description .exclamacao{
  position:absolute;
  top:-10px;
  left:-22px;
  background:#2cffd7;
  width:62px;
  height:62px;
  text-align:center;
  font-size:45px;
  font-weight:bold;
  color:#921AD4;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

#modalidade .curso-description .text{
  color:#ffffff;
  font-weight:bold;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
}

#modalidade .curso-description .text span{
  color:#ffffff;
  font-weight:300;
}

#modalidade .curso-description .text a{
  color:#ffffff;
}

#modalidade .informacoes__button{
  grid-column:1/5;
  display:grid;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;  
}

#modalidade .informacoes__button a{
  background:#ffffff;
  color:#921AD4;
  
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding:0px 15px;
  border-radius: 12px;
  border: 1px solid #CDCDCD;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  color:#3F3F40;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
    font-size: 24px;
}

#modalidade .informacoes__button a:hover{
  text-decoration: none;
  background:#921AD4;
  color:#ffffff;
}

#modalidade .informacoes__button a:hover i{
  font-family: Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#2cffd7;
}


#modalidade .informacoes__button a i{
  font-family: Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#921AD4;
}

#modalidade .inscricao{
  /* grid-column:1/4; */
  grid-column:1/5;
  display:flex;
}

#modalidade .investimento{
  display:flex;
  justify-content:center;
  flex-wrap: wrap;
  width:50%;
  margin-right:20px;
}

#modalidade .formulario{
  border:1px solid #CDCDCD;
  background:#ffffff;
  padding: 10px;
  width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

#modalidade .formulario p{
  font-size:16px;
}

#modalidade .investimento__title{
  width:100%;
  display: flex;
  justify-content:flex-start;
  font-size: 1rem;
  margin-left: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#modalidade .modalidade-select{
  display:flex;
  flex-direction: column;
}

.modalidade-select .select_arrow{
  margin-bottom:1rem!important;
}

.modalidade-select .form-group .form-control{
  appearance:none;
  border-radius: 12px;
  font-size:1rem!important;
}

.investimento .input-form{
  padding:0.9rem;
}

.formulario .observacao{
  color:#666666;
  margin-left: 4px;
  font-size: 10px;
}

.formulario__radios{
  display: flex;
  justify-content:space-between;
  margin: 0 auto;
  margin-top: 10px;
  justify-content: center;
  margin: 20px;
}
 

.receber-informacoes{
  margin-left: 4px;
}

#modalidade .termos{
  width: 100%;
  display: flex;
  justify-content:center;
  text-align: center;
  margin-top: 30px;
}

#modalidade .button-submit{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:10px 0;

}

#modalidade .button-submit .btn-submit{
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border:1px solid #707070;
  background:#921AD4;
  color:#ffffff;
  font-size:30px;
  padding:5px 15px;
  text-transform: uppercase;
  font-family: 'Oswald', 'Oswald Regular Regular', 'Oswald Regular';
}


#modalidade .links{
  width:50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

#modalidade .links__buttons{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

#modalidade .btn_action{
  background:#FBFA89;
  border:1px solid #CDCDCD;
  padding:15px 30px;
  color: #5D14B1;
  font-size:30px;
  font-family: 'Oswald', 'Oswald Regular Regular', 'Oswald Regular';
  border-radius: 12px;
  font-weight: 600;
  margin-bottom: 26px;
  display: flex;
    justify-content: space-between;
    text-decoration: none;
}
  
#modalidade .btn_action i{

  font-family: Arial, Helvetica, sans-serif;
      font-size: 30px;
      color: #921AD4; 
      
}

@media screen and (max-width: 993px){
  #modalidade .modalidade__cursos{
    display: flex;
    flex-direction: column;
    
  }

  #modalidade .card .modalidade__text{
    margin-bottom: 10px;
  }

  #modalidade .btn-card{
    margin-bottom: 10px;
    margin-left: 0!important;
  }

  #modalidade .unidades{
    flex-direction: column;
  }

  #modalidade .unidades__select{
    flex-direction: column;
    margin-top: 10px;
    width:100%;
  }

  #modalidade .select_arrow{
    margin-bottom: 10px!important;
    margin-left: 0!important;
    width:100%!important;
  }

  #modalidade .select_arrow .form-control{
    margin-left: 0!important;
  }

  #modalidade .informacoes{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  #modalidade .curso-description{
    width:100%;
  }


  #modalidade .informacoes__button{
    display: flex;
    flex-direction: column;
    width:100%;
  }

  #modalidade .informacoes__button a{
    margin-bottom:20px;
    padding:10px 15px;
  }

  #modalidade .inscricao{
    width:100%;
    flex-direction: column;
  }

  #modalidade .investimento{
    width:100%;
    margin-right:0;
  }

  #modalidade .formulario{
    margin-top:-15px;
  }

  #modalidade .investimento__title{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #modalidade .links{
    width:100%;
    margin-top: 30px;
  }

  #modalidade .links__buttons{
    margin-top: -15px;
  }
}


@media screen and (max-width: 768px){
  #modalidade .container{
    padding: 15px 15px!important;
  }
}



@media screen and (max-width: 475px){
  #modalidade .card .modalidade__text{
    font-size: 25px!important;
  }

  /* #modalidade .btn-card{
    font-size: 25px!important;
  } */

  #modalidade .card-body{
    margin: 2px;
  }

  #modalidade .unidades__text{
    font-size: 25px!important;
  }
}


@media screen and (max-width: 320px){
  #modalidade .card .modalidade__text{
    font-size: 17px!important;
  }

  #modalidade .btn-card{
    font-size: 17px!important;
  }

  #modalidade .unidades__text{
    font-size: 17px!important;
  }

  #modalidade .local__title{
    font-size:15px;
  }

  #modalidade .local__endereco{
    font-size:12px;
  }
}

.main-header .header-return-container{
  background-color: #7706C2;

}
.main-header .header-return-anchor{
  display: flex;
  width: 100%;
  height: 2.25rem;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .85rem;
  gap: .5rem;
  line-height: 1.5;
  font-family: 'Oswald', sans-serif;
}

/*-------------- Fábio Gilberto -------------------*/