@charset "UTF-8";
@import url("fonts.css");

:root {
    --ms-white-color: #fff;
    --ms-black-color: #000;
    --ms-gray-color: #9f9f9f;
    --ms-light-gray-color: #E8E8E8;
    --ms-dark-gray-color: #707070;
    --ms-main-color: #f2a850;
    --ms-secundary-color: #7992D9;

    --ms-text-main-color: #f2a850;
    --ms-text-secundary-color: #7992D9;

    --ms-main-border-color: #3b6072;
    --ms-secundary-border-color: #dbbc74;

    --ms-main-background-color: #3b6072;
    --ms-secundary-background-color: #dbbc74;

    --ms-font-family-base-00: "axiforma_regular", sans-serif;
    --ms-font-family-base-01: "ibm_plex_sans_regular", sans-serif;

    --ms-font-weight-thin: 100;
    --ms-font-weight-light: 300;
    --ms-font-weight-regular: 400;
    --ms-font-weight-medium: 500;
    --ms-font-weight-semi-bold: 600;
    --ms-font-weight-bold: 700;

    --ms-box-shadow: 0px 0rem 3rem 0rem rgba(0, 0, 0, 0.4) !important;

    --ms-space-0x: 0;
    --ms-space-05x: 2px;
    --ms-space-1x: 4px;
    --ms-space-2x: 8px;
    --ms-space-3x: 12px;
    --ms-space-4x: 16px;
    --ms-space-5x: 20px;
    --ms-space-6x: 24px;
    --ms-space-7x: 28px;
    --ms-space-8x: 32px;
    --ms-space-9x: 36px;
    --ms-space-10x: 40px;
    --ms-space-11x: 44px;
    --ms-space-12x: 48px;
    --ms-space-13x: 52px;

    --ms-size-10: 10px;
    --ms-size-11: 11px;
    --ms-size-12: 12px;
    --ms-size-14: 14px;
    --ms-size-16: 16px;
    --ms-size-18: 18px;
    --ms-size-20: 20px;
    --ms-size-22: 22px;
    --ms-size-24: 24px;
    --ms-size-26: 26px;
    --ms-size-28: 28px;
    --ms-size-30: 30px;
    --ms-size-32: 32px;
    --ms-size-34: 34px;
    --ms-size-36: 35px;
    --ms-size-38: 38px;
    --ms-size-40: 40px;
    --ms-size-42: 42px;
    --ms-size-44: 47px;
    --ms-size-46: 46px;
}

*, body {
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-style: normal;
    font-size: 1.16rem;
    color: #7B7B7B;
    font-family: var(--ms-font-family-base-00);
    box-sizing: border-box;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    transition: all 0.5s;
}

/* Tipology */
.ms-title-xs {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.ms-title-sm {
    font-size: 1rem;
}

.ms-title-md {
    font-size: 38px;
    font-family: "axiforma_black", sans-serif;
    line-height: 50px;
    color: #686868;
}

.ms-title-lg {
    font-size: 4rem;
    font-weight: bold;
}

.ms-title-extra-lg {
    font-size: 6rem;
    font-weight: bold;
}

/* h2,
h3,
h4 {
    font-weight: 600;
} */

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.25rem;
}

/* Colors */
.ms-main-color {
    color: var(--ms-main-color);
}

.ms-secundary-color {
    color: var(--ms-secundary-color);
}

.ms-white-color {
    color: var(--ms-white-color);
}

.ms-blue-color {
    color: #0000FF!important;
}

.ms-gray-color {
    color: var(--ms-gray-color);
}

/* Background */
.ms-main-bck {
    background-color: var(--ms-main-color);
}
.ms-white-bck {
    background-color: var(--ms-white-color);
}

.ms-black-bck {
    background-color: var(--ms-black-color);
}

.ms-gray-bck {
    background-color: var(--ms-gray-color);
}

.ms-light-gray-bck {
    background-color: var(--ms-light-gray-color);
}

.ms-dark-gray-bck {
    background-color: var(--ms-dark-gray-color);
}

/* Font size */
.ms-fs12 {
    font-size: var(--ms-size-12)!important;
}

.ms-fs14 {
    font-size: var(--ms-size-14);
}

.ms-fs16 {
    font-size: var(--ms-size-16);
}

.ms-fs18 {
    font-size: var(--ms-size-18);
}

.ms-fs20 {
    font-size: var(--ms-size-20);
}

.ms-fs22 {
    font-size: var(--ms-size-22);
}

.ms-fs24 {
    font-size: var(--ms-size-24);
}

.ms-fs26 {
    font-size: var(--ms-size-09);
}

.ms-fs30 {
    font-size: var(--ms-size-30);
}
.ms-fs32 {
    font-size: var(--ms-size-32);
}

/* Font family */
.ms-fbase-00 {
    font-family: var(--ms-font-family-base-00);
}

/* Opacity */
.ms-opacity-100 {
    opacity: 100%;
}

.ms-opacity-75 {
    opacity: 75%;
}

.ms-opacity-50 {
    opacity: 50%;
}

.ms-opacity-25 {
    opacity: 25%;
}

.ms-opacity-0 {
    opacity: 0%;
}

.ms-cursor-pointer {
    cursor: pointer;
}

/* Outras */
/* .container {
    max-width: 95%;
} */

ul.parsley-error-list {
    padding-left: 0!important;
}

ul.parsley-error-list li {
    color: #B94A48 !important;
    font-size: 15px;
    margin-top: 4px;
}


.share-option {
    border: 1.5px solid #7992D9;
}

.share-option li a.dropdown-item {
   display: flex;
   justify-content: start;
   align-items: center;
   gap: 8px;
}

.share-option li a.dropdown-item,
.share-option li a.dropdown-item  em{
    color: #7992D9;
    font-size: 16px;
}

.custom-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
    z-index: 9999;
    font-size: 14px;
    pointer-events: none;
}

.custom-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.collapse-container.projects {
    max-width: 74%;
}

.collapse-container .article,
.collapse-container .article * {
    font-size: 16px;
    color: #7B7B7B;
}

.mw-112 {
    max-width: 112px!important;
}

#error-404 h3 {
    font-family: var(--ms-font-family-base-01);
    font-weight: var(--ms-font-weight-bold);
    font-size: 30px;
}

/* Buttons - Botões */
.ms-button-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #545454;
    border-radius: 50%;
    padding: 10px;
    transition: all 0.3s ease;
}

.ms-button-circle em {
    transition: all 0.3s ease;
    font-size: 12px;
}

.ms-button-circle:hover {
    background-color: #545454;
}

.ms-button-circle:hover em {
    color: var(--ms-white-color);
}

.main-btn,
.yellow-btn {
    font-family: "axiforma_italic", sans-serif;
    font-size: 16px;
    border: 0.5px solid #F2A850;
    padding: 20px 40px;
    background: #F2A850;
    color: var(--ms-white-color);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.main-btn:hover,
.yellow-btn:hover {
    background-color: transparent;
    color: #F2A850;
}

.secondary-btn {
    font-family: "axiforma_italic", sans-serif;
    font-size: 16px;
    border: 0.5px solid #686868;
    padding: 20px 40px;
    background: #686868;
    color: var(--ms-white-color);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.secondary-btn:hover {
    background-color: transparent;
    color: #686868;
}

.reverse-white-btn {
    font-family: "axiforma_italic", sans-serif;
    font-size: 16px;
    border: 0.5px solid var(--ms-white-color);
    padding: 20px 40px;
    background: transparent;
    color: var(--ms-white-color);
    transition: all 0.3s ease;
    border-radius: 50px;
}

.reverse-white-btn:hover {
    background-color: #7b7b7b;
    color: var(--ms-white-color);
}

.secondary-reverse-btn {
    font-family: "axiforma_italic", sans-serif;
    font-size: 16px;
    border: 1px solid #7b7b7b;
    padding: 20px 40px;
    background: transparent;
    color: #7b7b7b;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.secondary-reverse-btn:hover {
    background-color: #7b7b7b;
    color: var(--ms-white-color);
}

/* Header */
header {
    background-color: var(--ms-text-main-color);
    padding-top: 16px;
}

header .container {
    max-width: 80%;
}
header .navbar img {
    width: 180px;
}

#secondary-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: .5px solid var(--ms-white-color);
}

#content-search {
    width: 350px;
}

#content-search input {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    border: none;

    color: var(--ms-white-color);
    font-size: 13px;
    line-height: 18px;
}

#content-search input:focus {
    box-shadow: none;
}

#content-search input::-ms-input-placeholder {
	color: var(--ms-white-color);
}

#content-search input:-ms-input-placeholder {
	 color: var(--ms-white-color);
}

#content-search input::placeholder {
	color: var(--ms-white-color);
}

.nav-container {
    width: 100%;
    display: flex;
    text-align: end;
    justify-content: end;
    align-items: center;
    gap: 16px;
}

#secondary-nav li {
    font-weight: 400;
    display: inline-block;
    transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    margin-bottom: 0;
    margin-right: 15px;
}

#secondary-nav li.login {
    margin-right: 43px;
}

#secondary-nav li.register {
    margin-right: 43px;
}

#secondary-nav .nav-link {
    font-size: 15px;
    padding: 0;
    /* padding-bottom: 0.75em; */
    display: block;
    color: var(--ms-white-color);
    cursor: pointer;
}

#secondary-nav .nav-link span {
    font-size: 15px;
}

#secondary-nav .nav-link * {
    color: var(--ms-white-color);
}


.lang_widget {
    padding: 0;
    display: flex;
    gap: 2px;
    justify-content: center;
    align-items: center;
}

.navbar-light {
    background-color: transparent;
    justify-content: end;
}

#top-menu,
#top-menu i {
    color: var(--ms-white-color);
}

#toogle-menu i.single-icon {
    font-size: 25px;
    color: var(--ms-white-color);
}

.navbar-toggler {
    /* padding: 5px 7px !important; */
    border: none;
    border-radius: 0;
}

.navbar-nav {
    transition: all 0.5s;
}

#top-menu .nav-item.dropdown {
    display: inline-block;
    font-size: 15px;
    position: relative;
    line-height: 1em;
    transition: all 0.4s ease-in-out;
}

#top-menu .nav-item.dropdown > .nav-link {
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 0 !important;
    display: flex;
    align-items: center;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
}

.nav-link {
    transition: all .3s ease-in-out;
}

.nav-link:focus, .nav-link:hover {
    color: var(--ms-white-color);
    opacity: .8;
}

.nav-link.main-level:hover {
    color: var(--ms-white-color);
    opacity: .8;
    /* font-family: 'axiforma_bold', sans-serif;
    color: var(--ms-white-color);
    font-size: 13.8px; */
}

.navbar .dropdown-menu {
    border: 0;
    background-color: var(--ms-white-color);
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    left: -43px;
}

.dropdown-menu .dropdown-item.nav-link {
    color: var(--ms-text-secundary-color);
    padding: 6px 20px;
    font-size: 14px;
    white-space: normal;
    transition: all 0.2s ease-in-out;
}

.navbar .dropdown-menu .nav-link:hover {
    background-color: #fefefe;
}


.dropdown-menu .line {
    width: 100%;
    border-bottom: 2px solid #686868;;
    background: var(--white-color);
    padding-top: 13px;
    padding-bottom: 0;
    position: relative;
}

.dropdown-menu .line em {
    position: absolute;
    top: 2.8px;
    left: 55px;
    font-size: 30px;
    color: #686868;
}

.dropdown-menu .space {
   height: 24px;
   width: 100%;
   background-color: #f7f7f7;
}

.dropdown-menu .nav-item {
    width: 100%;
    line-height: 31px;
    background: #f7f7f7;
}


.dropdown-toggle::after {
    display: none;
}

.nav-item:hover .dropdown-menu {
    display: block;
    width: 300px;
    background: transparent;
    padding-top: 0;
}

.dropdown-menu {
    display: none;
    position: absolute;
}

/* Banner */
#banner-swiper.single {
    width: 100%;
    /* height: 550px; */
}

#banner-swiper .swiper-slide {
    width: 100%;
    /* height: 550px; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    position: relative;
}

#banner-swiper .swiper-button-prev {
    left: 54px;
}

#banner-swiper .swiper-button-next {
    right: 54px;
}

#banner-swiper .swiper-button-next:after, 
#banner-swiper .swiper-button-prev:after {
    display: none;
}

#banner-swiper .banner-img {
    object-fit: cover;
    object-position: left;
    height: 100%;
    width: 100%;
    user-select: none;
    pointer-events: none;
}

#banner-swiper .banner-info {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 10%;
}

#banner-swiper .article {
    max-width: 33%;
}


#banner-swiper .article *,
#banner-swiper .article {
    font-size: 19px;
    line-height: 27px;
    color: #686868;
}


#banner-swiper .secondary-reverse-btn {
    margin-top: 54px;
}

#banner-swiper h3 {
    text-transform: uppercase;
    font-size: 19px;
    color: #686868;
    line-height: 23px;
    max-width: 33%;
    margin-bottom: 30px;
}

#banner-swiper .banner-info_title {
    font-family: "axiforma_black", sans-serif;
    font-size: 42px;
    color: #686868;
    line-height: 50px;
    max-width: 33%;
}

#banner-swiper .swiper-button-next,
#banner-swiper .swiper-button-prev {
    color: var(--ms-black-color);
    text-shadow: -0.4px 0px 1px var(--ms-gray-color);
    transition: 0.3s ease;
}

.swiper-horizontal > .swiper-pagination-bullets {
    bottom: 55px;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    opacity: 1;
    border: 0.35px solid var(--ms-white-color);
    background: transparent;
}

.swiper-pagination-bullet-active {
    background: var(--ms-white-color);
    border-width: 1px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}


.white-title * {
    color: var(--ms-white-color)!important;
}

.white-title .secondary-reverse-btn  {
    border-color: var(--ms-white-color);
}

.white-title .secondary-reverse-btn:hover {
    background-color: var(--ms-white-color);
    color: #686868!important;
}




/* Próximas formações */
.card-course {
    background-color: #7B7B7B;
    border-radius: 16px;
    min-height: 250px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.card-course:hover {
    transform: scale(1.02);
}

.card-course__body_info {
    padding: 14px 14px 20px 20px;
    max-height: 100px;
}

.card-course__body img {
    height: 146px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.card-footer_subtitle {
    align-items: end;
    border-radius: 14px;
    background: #EAEAEA;
    height: 100%;
}

.card-course__subtitle {
    font-family: "axiforma_italic", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    color: #7B7B7B;
    margin-bottom: 0;
    padding: 20px 14px 14px 20px;
}

.card-course__title {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-family: "axiforma_extrabold", sans-serif;
    margin-top: 13px;
}

.card-course__footer {
    padding: 14px 14px 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.card-course__footer_right * {
    font-family: "axiforma_bold", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}

.card-course__footer_left .ms-button-circle {
    border-color: #fff;
}
.card-course__footer_left .ms-button-circle:hover {
    background-color: transparent;
}

.card-course__footer_left .ms-button-circle em {
    color: #fff;
}

/* Ofertas */
.offer-card {
    background-color: #213E68;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 32px 47px;
    border-radius: 16px;
    min-height: 290px;
    transition: all .3s ease;
    cursor: pointer;
}

.offer-card:hover {
    transform: scale(1.02);
}

.offer-card .offer-icon {
    margin-bottom: 26px;
    height: 50px;
}

.offer-card__title,
.offer-card__subtitle {
    color: var(--ms-white-color);
}

.offer-card__title {
    font-family: "axiforma-extrabold", sans-serif;
    font-size: 30px;
    line-height: 30px;
}


.offer-card__subtitle {
    font-family: "axiforma-book", sans-serif;
    font-size: 18px;
    line-height: 26px;
}

.offer-card.empresa {
    background-color: #7992D9;
}

.offer-card.certificacao {
    background-color: #F2A850;
}

.offer-card.inovacao {
    background-color: #686868;
}

/* Bolsa de formadores */
#destaques {
    background-color: transparent;
}

.destaque-item {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.destaque-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#destaques .article, 
#destaques .article * {
    color: var(--ms-white-color);
}

#destaques .reverse-white-btn {
    margin-top: 20px;
}

/* Business - Negócios */
#business .business__left {
    position: relative;
    padding: 48px 29px;
    background: linear-gradient(to right, rgba(238, 238, 238, 1), rgba(0, 0, 0, 0) 90%);
}

#business .business__left .ms-title-md{
    color: #7293DF;
    max-width: 75%;
}

.business__left .article {
    max-width: 43%;
    margin-bottom: 22px;
}
.business__left .article,
.business__left .article * {
    color: #7B7B7B;
    font-size: 19px;
    line-height: 27px;
}

.business__left img {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 40%;
    height: auto;
}

#business .business__right {
    position: relative;
    padding: 50px 48px 48px 48px;
}

.business__right h3 {
    margin-bottom: 38px;
}

#business .business__right img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.business__overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #1F273A;
    width: 100%;
    height: 100%;
    opacity: 50%;
}

.business__statistic {
    margin-bottom: 16px;
}

.business__statistic-item {
    padding: 18px 28px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
    background: rgba(93, 136, 232, .2);

}

.business__statistic-item span:first-child {
    color: #F2A850;
    font-family: "axiforma_light", sans-serif;
    font-size: 44px;
    line-height: 43px;
}

.business__statistic-item span:last-child {
    color: var(--ms-white-color);
    font-family: "axiforma_extrabold", sans-serif;
    font-size: 17px;
    line-height: 20px;
}

.business__subtitle {
    color: var(--ms-white-color);
    font-family: "ibm_plex_sans_italic", sans-serif;
    font-size: 16px;
    line-height: 19px;
}

#business .swiper-button-next:after, 
#business .swiper-button-prev:after {
    display: none;
}

#business .swiper-button-prev {
    left: 10%;
}

#business .swiper-button-next {
    right: 10%;
}

/* Footer */
#footer .container-fluid {
    background-color: #D2D3D3;
}

#footer .container-fluid:first-child {
    padding-top: 40px;
    padding-bottom: 40px;   
}

.footer_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.footer_item {
    display: flex;
    flex-direction: column;
    /* max-width: 95px; */
}

.footer_item_link {
    font-family: "ibm_plex_sans_regular", sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #424242;
}

.footer_item_parent {
    font-family: "ibm_plex_sans_semibold", sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #424242;
}

#footer_contact {
    margin-top: 36px;
}

#footer_contact .map {
    font-family: "ibm_plex_sans_semibold", sans-serif;
}

#footer #footer_logos {
    background-color: #606060;
    border-bottom: 0.35px solid #231F20;
}

#footer #footer_logos  img {
    padding-top: 44px;
    padding-bottom: 40px;
}

#footer #footer_logos .separator {
    height: 100%;
    width: 0.35px;
    background-color: #231F20;
}

#footer .container-fluid:last-child {
    background-color: #606060;
    padding-top: 18px;
    padding-bottom: 22px;
 }

#footer_logos .items,
#footer .container-fluid:last-child .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;    
}

#footer .container-fluid:last-child .company {
    font-family: "ibm_plex_sans_regular", sans-serif;
    font-size: 11.55px;
    line-height: 14px;
    color: #D2D3D3;
}

#footer .container-fluid:last-child .term,
#footer .container-fluid:last-child .term * {
    font-family: "ibm_plex_sans_semibold", sans-serif;
    font-size: 11.55px;
    line-height: 14px;
    color: var(--ms-white-color);
}

#footer .container-fluid:last-child .newsletter a {
    font-family: "ibm_plex_sans_semibold", sans-serif;
    font-size: 11.55px;
    line-height: 14px;
    color: var(--ms-main-color);
}

.cookie-container {
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	background: #EAEAEA!important;
	color: #7B7B7B;
	padding: .5rem;
	box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
	transition: all .5s ease-in-out; 
}
.cookie-container span,
.cookie-container span * { 
    color: #7B7B7B;
    font-size: 15px;
    line-height: 31px;
}
.cookie-container span a { 
    color: var(--ms-main-color);
}
.cookie-container .secondary-btn {
    padding: 12px 40px!important;;
}
.cookie-container.active { 
    bottom: 0; z-index: 9; 
}

.cookie-container .btn { 
    padding-top: 2px; padding-bottom: 2px;
}

#show-on-print {
    display: none;
}

#show-on-print .print-header {
    padding: 12px 24px;
    width: 100%;
    background-color: var(--ms-main-color)!important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    margin-bottom: 24px;
}

#show-on-print .print-header img {
    height: 50px;
}

@media print {
    #show-on-print {
        display: block !important;
    }
}


/* Plano de formação */
#courses-filters {
    background-color: #E8E8E8;
}

/* Inputs */
#courses-filters input.form-control,
#courses-filters .select2-container,
#courses-filters .select2-container-multi .select2-choices {
    color: #7B7B7B;
    border: none;
    font-size: 16px;
    line-height: 31px;
    padding: 16px 16px 4px 16px;
    border-radius: 0;
    font-family: var(--ms-font-family-base-00);
}

.select2-container .select2-choice {
    line-height: 31px;
    padding: 0px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: var(--ms-font-family-base-00);
}

.select2-choice > .select2-chosen {
    font-size: 16px;
    line-height: 31px;
    color: #7B7B7B;
}

#courses-filters .select2-container-multi {
    padding: 0;
}

#courses-filters .select2-container-multi .select2-choices {
    padding: 4px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    border: none!important;
    background-color: white!important;
    background-image: none!important;
}


#select2-drop.select2-drop-active {
    border-radius: 0;
    border: none;
}

.select2-results .select2-result-label,
.select2-results li{
    font-size: 14px!important;
}

.select2-results li {
    font-size: 14px!important;
    padding: 4px 16px;
}
.select2-search input.select2-input {
    font-size: 17px;
    padding: 4px 16px;
    color: #7B7B7B;
    border-radius: 0;
}


#courses-filters input.form-control:focus {
    box-shadow: none;
}

#courses-filters label,
form label {
    margin-bottom: 6px;
    font-family: 'axiforma_bold', sans-serif;
    line-height: 31px;
    font-size: 16px;
    color: #7B7B7B;
}

#courses-filters button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 51px;
    padding: 0 24px;
    font-family: 'axiforma_italic', sans-serif;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    background-color: #7992D9;
    color: var(--ms-white-color);
    border: 1px solid #7992D9;
    transition: all .3s ease;
}

#courses-filters button:hover {
    opacity: .9;
}

#courses-filters button:last-child {
    color: #7992D9;
    background-color: transparent;
}


#ui-datepicker-div * {
    font-size: 13px;
}

/* Select2 */
.select2-container-active .select2-choice {
	box-shadow: none!important;
}
.select2-container .select2-choice {
	border: none!important;
}
.select2-container .select2-choice .select2-chosen {
	color: #8D8D8D!important;
}
.select2-dropdown-open.select2-drop-above .select2-choice{
	border: none!important;
}
.select2-results .select2-highlighted {
    background: var(--secundary-color)!important;
}
.select2-results .select2-highlighted .select2-result-label {
    color: var(--white-color)!important;
}
.select2-drop.select2-drop-above .select2-search input {
	margin: 0!important;
}
.select2-search {
	padding: 0!important;
}

.select2-results .select2-highlighted {
    background-color: #7992D9!important;
    color: var(--ms-white-color);
}

.select2-results .select2-result-label {
    color: #686868;
}

.select2-results .select2-highlighted .select2-result-label {
    color: var(--ms-white-color);
}

.select2-container-multi {
    padding: 0;
    border: none!important;
}

.select2-result-selectable .select2-match {
    font-size: 16px!important;
}

.select2-search-choice div {
    color: #7B7B7B;
    font-size: 15px;

}

.select2-container-multi .select2-choices {
    min-height: 46.91px!important;
    background-image: none!important;
    border-color: #ccc!important;
}

input[type="text"] {
    font-size: 1rem;
    line-height: 31px;
    padding: .375rem .75rem;
}


input.select2-default {
    color: #666!important;
    font-size: 16px!important;
}

/* input:-ms-input-placeholder {
	color: red;
} */

.form-control {
    border-radius: 0!important;
    line-height: 31px!important;
    box-shadow: none;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}


/* Course Lista - Lista de cursos */

#course-list .no-actions p {
    color: #F09135;
    font-size: 16px;
}

#course-list h2 {
    margin-bottom: 16px!important;
}

#course-list .result {
    font-family: 'axiforma_bold', sans-serif;
    font-size: 16px;
    line-height: 31px;
    color: #7B7B7B;
}

#course-list hr {
    margin-top: 13px;
}

.course_category h4 {
    font-size: 20px;
    line-height: 22px;
    font-family: 'axiforma_bold', sans-serif;
    color: #7992D9;
    margin-top: 68px;
    text-transform: uppercase;
}

.course_item h4 {
    font-size: 22px;
    line-height: 27px;
    color: #7B7B7B;
    margin-top: 0;
    text-transform: initial;
    max-width: 80%;
}

.course_item .info__title {
    font-family: 'axiforma_italic', sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #7992D9;
}

.course_item .info__desc {
    font-family: 'axiforma_book', sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #686868;
}

.course_item .actions {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 13px;
    width: 100%;
    height: 100%;
    align-self: center;
}

.course_item .actions .ms-button-circle {
    padding: 16px;
}

.course_item .actions .ms-button-circle:first-child {
    background-color: #686868;
    border-color: #686868;
}

.course_item .actions .ms-button-circle.dropdown-toggle {
    background-color: #7992D9;
    border-color: #7992D9;
}

.course_item .actions .ms-button-circle:first-child em,
.course_item .actions .ms-button-circle.dropdown-toggle em {
    color: var(--ms-white-color);
}

.course_item .actions .ms-button-circle:first-child:hover,
.course_item .actions .ms-button-circle.dropdown-toggle:hover {
    background-color: transparent;
}

.course_item .actions .ms-button-circle:first-child:hover em {
    color: #686868;
}

.course_item .actions .ms-button-circle.dropdown-toggle:hover em {
    color: #7992D9;
}

.course_item .actions .info__desc{
    font-family: 'axiforma_italic', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #686868;
}

.hide-in-desktop {
    display: none;
}

/* Courses by area */

#course-by-area .info-header-toggle {
    cursor: pointer;
}

#course-by-area .info-header-toggle.active i {
    transform: rotate(135deg);
    opacity: 1;
}


#course-by-area hr {
    margin: 0px;
    margin-bottom: 16px;
}

#course-by-area .course_area .title {
    margin-top: 18px;
    color: #7B7B7B;
    font-size: 15px;
    text-transform: uppercase;
}

#course-by-area .course_area i {
    color: #7B7B7B;
    font-size: 18px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

#course-by-area ul {
    padding-left: 2rem;
}

#course-by-area ul.course_area_item li,
#course-by-area ul.course_area_item li a {
    color: #7992D9;
    list-style: circle;
    font-size: 15px;
    padding-bottom: 10px;
}

/* Courses details */

#course-show.course-details hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Breadcrumb and main title */
.page-margin {
    margin-top: 82px;
    margin-bottom: 54px;
}
#main-content .actions {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-self: center;
    justify-content: end;
}

#article-details .secondary-reverse-btn,
#main-content .actions .secondary-reverse-btn {
    border-color: #4278F6;
    color: #7992D9;
}

#article-details .secondary-reverse-btn:hover,
#main-content .actions .secondary-reverse-btn:hover {
    background-color: #7992D9;
    color: var(--ms-white-color);
}

#main-content .actions .main-btn {
    background-color: #7992D9;
    color: var(--ms-white-color);
    border-color: #4278F6;
}

#main-content .actions .main-btn:hover {
    background-color: transparent;
    color: #7992D9;
}

.main-title {
    color: #686868;
    font-family: 'axiforma_black', sans-serif;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    padding-top: 51px;
}

#page-breadcrumb a {
    font-size: 12px;
    line-height: 31px;
    color: #4278F6;
}

#page-breadcrumb span {
    font-size: 12px;
    line-height: 31px;
    color: #7B7B7B;
}

#page-breadcrumb li::before {
    float: none;
    font-size: 12px;
}

/* Newsletter */
#areacliente p,
#areacliente p *,
#disclaimer p,
#disclaimer p *{
    font-size: 12px;
}

/* Página dos artigos de textos */
#article-details,
#news,
#searchs-result {
    margin: 46px auto;
    max-width: 74%;
}


#article-details .article * {
    color: #7B7B7B;
    font-size: 15px;
    line-height: 31px;
}

#article-details .article a {
    color: #4278F6;
}

#article-details .article ul {
    padding-left: 1rem;
}

#article-details .article ul li {
    list-style: initial;
}

#article-details .article strong {
    font-family: 'axiforma_bold', sans-serif;
}

#article-details table {
    width: 100%;
}

#article-details .table-center table {
    width: auto; 
    max-width: 350px;
}

#article-details table td * {
    line-height: 20px!important;
}

#article-details p {
    margin: 0;
}

#article-details .article em {
    font-family: 'axiforma_italic', sans-serif;
}


#article-details .quem-somos table strong {
    color: #333333;
}

#article-details .article:not(.internacional) img  {
  width: 100%;
  height: auto;
}


/* Notícias */


#news .news_item img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: right;
    align-self: center;
}

#news hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

#news .news_item h3,
#search h3 {
    font-size: 22px;
    line-height: 39px;
    color: #7B7B7B;
    margin-bottom: 0;
    font-family: 'axiforma_bold', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}

#news .news_item .article,
#search .article {
    margin-bottom: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}

#news .news_item .article,
#news .news_item .article *,
#search .article,
#search .article * {
    font-size: 16px;
    line-height: 21px;
    color: #686868;
    font-family: 'axiforma_book', sans-serif;
}

#news .news_item .article a, 
#news .news_item .article strong,
#search .article a,
#search .article strong {
    color: #7992D9;
}

#news .news_item .article strong {
    color: #7992D9;
    font-family: 'axiforma_book', sans-serif;
}

#news .news_item .go-to-details,
#search .go-to-details {
    /* font-family: 'axiforma_italic', sans-serif; */
    font-size: 16px;
    line-height: 21px;
    color: #7992D9;

}

#news .news_item .ms-button-circle {
    border-color: #7992D9;
    color: #7992D9;
}

#news .news_item .ms-button-circle em {
    color: #7992D9;
}

#news .news_item .ms-button-circle:hover {
    color: var(--ms-white-color);
    background-color: #7992D9;
}

#news .news_item .ms-button-circle:hover em {
    color: var(--ms-white-color);
}

/* Pagination */
#pagination {
    margin-top: 32px;
    margin-bottom: 34px;
}
.page-link {
    color: #7B7B7B;
    border-color: #7B7B7B;
    font-family: 'axiforma_italic', sans-serif;
    font-size: 15px;
    line-height: 18px;
    transition: all .3s ease;
    border-radius: 0!important;

}
.active>.page-link, 
.page-link.active,
.page-link:hover,
.page-link:focus {
    background-color: #7B7B7B;
    color: white;
    border-color: #7B7B7B;
    font-family: 'axiforma_bold', sans-serif;
    box-shadow: none;
}


/* Detalhes da ação */
#course-show {
    padding-left: 92px;
}

#course-show h2 {
    font-family: 'axiforma_bold', sans-serif;
    font-size: 33px;

    color: #7B7B7B;
    margin-bottom: 54px;
    max-width: 90%;
}

#course-show .subtitle{
    font-family: 'axiforma_bold', sans-serif;
    font-size: 16px;
    line-height: 31px;
    color: #7B7B7B;
}

#course-show .course-infos_item,
#course-show .article,
#course-show .article * {
    color: #7B7B7B;
    font-size: 16px;
    line-height: 31px;
}

#course-show .course-infos_item {
    margin-bottom: 24px;
}



.collapse-container .article a {
    color: #7992D9;
}

.collapse-container .active h4 {
    color: #7992D9!important;
}

/* Pesquisa */

#searchs-result h5 {
    color: #7992D9;
    font-size: 15px;
}

#searchs-result .article {
    font-size: 15px;
}

.searchHighlight,
.amount {
    color: #686868;
    font-family: "ibm_plex_sans_semibold", sans-serif;
    font-size: 16px;
}

/* Dispositivos móveis */
@media (max-width: 991.98px) {
    .ms-title-md {
        font-size: 24px;
        line-height: 31px;
    }

    .main-btn,
    .secondary-btn,
    .secondary-reverse-btn,
    .yellow-btn {
        padding: 12px 20px;
    }
    
    header .container {
        max-width: 90%;
    }

    header .navbar img {
        width: auto;
        height: 50px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    #top-menu {
        margin-bottom: 34px;
    }


    #secondary-nav {
        padding-bottom: 24px;
        flex-wrap: wrap;
        gap: 16px;
        border-bottom: none;
    }

    #secondary-nav .nav-container {
        justify-content: space-between;
    }

    #secondary-nav .profile-text {
        display: none;
    }

    #secondary-nav li.register,
    #secondary-nav li.login {
        margin-right: 0;
    }

    #banner-swiper .swiper-slide,
    #banner-swiper.single {
        height: 400px;
    }

    #banner-swiper .swiper-button-next {
        right: 10px;
    }

    #banner-swiper .swiper-button-prev {
        left: 10px;
    }

    #banner-swiper .swiper-button-prev img,
    #banner-swiper .swiper-button-next img {
        height: 35px;
    }

    .swiper-horizontal > .swiper-pagination-bullets {
        bottom: 0px;
    }

    #banner-swiper h3 {
        max-width: 93%;
        margin-bottom: 16px;
    }

    #banner-swiper .banner-info_title {
        font-size: 28px;
        line-height: 1.3;
        max-width: 93%;
    }

    #banner-swiper .banner-info {
        padding-left: 13%;
    }

    #banner-swiper .article *, #banner-swiper .article {
        font-size: 16px;
        line-height: 21px;
        max-width: 93%;
    }

    #banner-swiper .secondary-reverse-btn {
        margin-top: 0px;
    }
    

    .navbar-collapse {
        background-color: var(--ms-white-color);
        max-height: 400px;
        overflow: auto;
    }

    .navbar-collapse .navbar-nav {
        padding: 1.5rem;
    }

    nav#top-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    #top-menu .nav-item.dropdown > .nav-link {
        padding: 16px 0 !important;
    }

    .dropdown-menu .space {
        display: none;
    }

    .navbar-collapse .nav-item a i,
    .navbar-collapse .nav-item a {
        color: #003163 !important;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0.3rem;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 0.3rem;
    }

    .page-margin {
        margin-top: 41px;
        margin-bottom: 26px;
    }

    #main-content .actions {
        justify-content: start;
        margin-bottom: 32px;
        margin-top: 24px;
    }

    #main-content {
        max-width: 98%!important;
    }

    .main-title {
        font-size: 30px;
        margin-top: 32px;
        line-height: 42px;
    }

    #article-details, #news {
        margin: 24px auto;
        max-width: 98%;
    }

    #course-show {
       max-width: 98%;
       padding-right: calc(var(--bs-gutter-x)* .5);
       padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .course_item .actions {
        margin-top: 8px;
    }

    .course_category > h4 {
        margin-top: 48px;
    }

    .course_item h4 {
        max-width: 100%;
    }

    .course_item .course-label.info__title {
        display: none;
    }

    #course-show h2 {
        max-width: 100%;
        margin-bottom: 26px;
    }
    .course_item .info__title  {
        flex-direction: column!important;
    }

    .hide-in-mobile {
        display: none;
    }
    .hide-in-desktop {
        display: block;
    }

    .destaque-item {
        height: 550px;
    }

    .destaque-item img {
        object-position: center;
    }

    .business__left .article {
        max-width: 100%;
    }

    .business__left img {
        width: 27%;
    }

    #business .business__right {
        padding: 30px 22px 22px 22px;
    }

    .course_item .info__desc {
        padding-bottom: 4px;
    }

    .footer_container {
        gap: 16px;
    }

    .footer_item_logos {
        width: 100%;
        text-align: center;
        margin: 16px;
        order: 5;
    }

    #footer_logos .items {
        justify-content: center;
    }

    #footer #footer_logos img {
        padding-top: 22px;
        padding-bottom: 20px;
    }

    #footer #footer_logos img:last-child {
        width: 100%;
    }

    #footer #footer_logos .separator {
        display: none;
    }

    #footer .container-fluid:last-child .term {
        padding: 8px 0;
    }

    .cookie-container span,
    .cookie-container span * { 
        font-size: 13px;
        line-height: 24px;
    }

    
}