.input-filter {
    display: block;
    margin: 40px 0 0;
}

.input-filter select {
    /*background: transparent;
    color: #c4dd5d;
    border: 2px solid #c4dd5d;*/
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    outline:0;
    min-width: 200px;
    transition:0.2s linear all;
}

.input-filter select:hover {
/*  border:2px solid #00998E;
  color:#00998E;*/
  cursor:pointer;
}

p.card-tag {
    position: absolute;
    left: 50%;
    top: -15px;
    color: #2fff36;
    border: 1px solid var(--quinternary) !important;
    background: var(--quaternary) !important;
    font-weight: 500;
    transition: .2s linear all;
    padding: 2px 7px;
    border-radius: 20px;
    width: 140px;
    margin-left: -70px !important;
    display: block;
    font-size: 12px !important;
    animation: taganimation 5s infinite;
} 
p.card-tag:before {
    content: '•';
    font-size: 30px;
    line-height: 0;
    left: 0;
    top: 6px;
    position: relative;
    padding-right: 5px;
}
@keyframes taganimation {
  0% {color: #00ff09;background: #39ff404a;border: 1px solid #295d1b;}
  50% {color: #00ff09;background:#39ff401f;border: 1px solid #00ff09;}
  100% {color: #00ff09;background: #39ff404a;border: 1px solid #295d1b;}
}
.section-courses-card{
  width:1100px;
  max-width:100%;
  margin:0 auto;
}
.content-courses-card.box {
    width:1100px;
    max-width: 100%;
    display: block;
    margin: 0;
    text-align: center;
}
.section-courses-card h2 {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    margin-top: 0px;
    font-weight: 500;
}
.section-courses-card.black h2{
  color:#000;
}
a.cta-courses-card {
    /* border: 1px solid;
    color: #000; */
    box-sizing: border-box;
    box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    width: fit-content;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s linear all;
    margin:10px 10px 0 0;
}
a.cta-card {
    /*background: transparent; */
    box-sizing: border-box;
    box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
    border-radius: 4px;
    padding: 7px 20px;
    display: inline-block;
    width: fit-content;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s linear all;
    margin: 10px 10px 0 0;
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
}
.card-course {
    width: 300px;
    display: inline-block;
    max-width: calc(33% - 24px);
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 2px;
    margin: 12px;
    color: #fff;
    padding: 20px;
    position: relative;
    flex-grow: 1;
    padding-bottom: 68px;
    box-shadow: 0 0 10px #0000001f;
    transition: .2s linear all;
}
.card-course:hover {
    box-shadow: 0 0 15px #0000004f;
    cursor:pointer;
}
.card-course img {
  max-width: 248px;
  vertical-align: top;
  display: block;
  margin: 20px auto;
  max-height: 80px;
}
.group-cards {
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.card-course span {
    padding: 5px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 15px;
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 12px;
}
.card-course h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    transition:0.2s linear all;
}
.card-course p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
a.linkcardcurso {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}


















/* Style the tab */
.tab2 {
    border-radius: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: block;
}


/* Style the buttons inside the tab */
.tab2 button {
    /*border: 1px solid #c4dd5d;
    color: #fff;*/
    padding: 5px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 17px;
    display: block;
    width: fit-content;
    margin: 10px 3px 0;
    background: transparent;
    display: inline-block;
}


/* Change background color of buttons on hover */
/*.tab2 button:hover {
    color: #000;
    background:#c4dd5d;
    border-bottom: 1px solid #c4dd5d;
}*/

/* Create an active/current tablink class */
/*.tab2 button.active {
    background-color: #c4dd5d;
    color: #000;
    border-bottom: 1px solid #c4dd5d;
}*/

/* Style the tab content */
.tabcontent2 {
    display: none;
    padding: 0px 0px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    width: 1100px;
    max-width: 100%;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.box-form-section{
    display: inline-block;
    position: relative;
    width: 400px;
    max-width: 30%;
}


/* FORM */
.form-bolsas{
    padding: 25px;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 2px 2px 10px #0000001a;
    display: inline-block;
    width: 400px;
    max-width:100%;
    text-align: left;
    margin: 0 auto;
}

.form-bolsas input, .form-bolsas select, .form-bolsas textarea {
    border: 0;
    background: #f8f8f8!important;
    padding: 10px!important;
    border: 1px solid #f4f4f4;
    outline: 0;
  border-radius:5px;
      margin-right: 5px;
    transition: .1s linear all;
}


.form-bolsas input:hover, .form-bolsas select:hover, .form-bolsas textarea:hover {
    border-bottom: 1px solid #0774bc;
    color:#0774bc;
}

.form-bolsas input.hs-button.primary {
    background: #7b1fa2 !important;
    color: #fff;
    border: 1px solid #7b1fa2;
    padding: 10px 5px !important;
    margin-top: 5px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    width: 130px;
    max-width: 100%;
    transition: .1s linear all;
    -webkit-appearance: none;
}

.form-bolsas input.hs-button.primary:hover {
    background: #9f0bde!important;
    color: #fff;
    border: 1px solid #9f0bde;
}

li.hs-form-radio {
    display: inline-block;
}

h3.titulo-form-bolsas{
  font-weight:500;
  text-align:center;
  margin:0;
}

.form-bolsas label{
    margin-top: 20px;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
}

.form-bolsas legend.hs-field-desc {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px 10px;
}

span.hs-form-required {
    display: none;
}
/* FIM FORM */

@media screen and (max-width: 900px) {
.tab2 {
    width: 100%;
    margin-bottom: -20px;
}
  
  .tabcontent2 {
    width: 100%;
    max-width:100%;
    margin: 20px 0;
}
  
  .internal-tab2 .content-left, .internal-tab2 .content-right {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    text-align: left;
}
  
{#.internal-tab2 .content-left img {
    width: 500px;
    margin: 0 0 20px;
    max-width: 100%;
    position: relative;
    display: block;
}#}

    
 .internal-tab2 .content-left img.icon-bullet {
    width: 15px!important;
    margin: 3px 5px 0 0;
    max-width: 100%;
    position: relative;
    display: block;
}
  
    .box-form-section {
    display: inline-block;
    position: relative;
    width: 400px;
    max-width: 48%;
}
















@media only screen and (max-width: 900px) {

.section-courses-card h2{
  color:#fff;
  font-size:30px;
  line-height:35px;
}
  
.group-cards {
    margin:20px;
    flex-wrap: wrap;
}  
  
.card-course {
    width: 350px;
    max-width: 100%;
    margin: 10px 0;
}

.content-courses-card.box {
    max-width: 90%;
    margin: 0 auto;
}
  
.card-course p {
    font-size: 13px;
    line-height: 20px;
}
}
  
  
