@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700;800&display=swap');

html,
body {
    overflow-x: hidden !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    /*Daniel Freitas Ferreira escreveu aqui*/
    font-size: 16px;
}
p {
    margin-bottom: 0 !important;
}
.navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
/*Daniel Freitas Ferreira escreveu aqui*/
.invert {
  filter: invert(1);
  background: #000000;
}
/*Daniel Freitas Ferreira escreveu aqui*/
.grayscale {
    filter: grayscale(1);
}
/*Daniel Freitas Ferreira escreveu aqui*/
.accessibilityZoom select {
    width: 62px;
    height: 35px;
    border-radius: 5px;
    left: 9px;
    position: relative;
}
/*Daniel Freitas Ferreira escreveu aqui*/
.zoom-120 {
    zoom: 120% !important;
}
/*Daniel Freitas Ferreira escreveu aqui*/
.zoom-auto {
    zoom: 100%;
}
/*Daniel Freitas Ferreira escreveu aqui*/
.zoom-85 {
    zoom: 85%;
}

.vpw-controls-play img {
   height: 25px;
}

img.vpw-component-restart {
    height: 33px;
}


div.enabled {
   top: 68% !important;
}

div.active img {
top: 57% !important;
width: 36px !important;
float: right;
}

/*.form-switch .form-check-input {
    position: relative;
    top: -34px;
    left: 184px;
    height: 23px;
    width: 44px;
}*/
i.fas.fa-adjust {
    position: relative;
    top: -41px;
    left: 100px;
    color: #6e6c6c;
}
i.fas.fa-palette {
    position: relative;
    top: -30px;
    left: 100px;
    color: #6e6c6c;
}
.font-plus,
.font-smill {
    position: relative;
    top: -33px;
    left: 113px;
    font-weight: bold;
    color: #6e6c6c;
}
.select-zoom {
    width: 61px;
}

/* default */
hr {
    opacity: 0.1;
}
/* default end */

/* buttons */
.btn {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.btn-default--resetar {
    color: #fff;
    background-color: #ff6d00;
    border-color: #ff6d00;
}
.btn-default--resetar:hover {
    color: #fff;
    background-color: #e65100;
    border-color: #e65100;
}
.btn-check:focus+.btn-default, .btn-default:focus {
    color: #fff;
    background-color: #e65100;
    border-color: #e65100;
    box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);
}

.btn-outline-default {
    /*border-color: #ff6d00;*/
    border: 1px solid #ff6d00;
    background-color: #fff;
    box-shadow: none;
    position: relative;

}
.btn-outline-default--bgGray {
    background-color: #f5f5f5;
    border: 1px solid #ff6d00;
    box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
}
.btn-outline-default--bgNone {
    background-color: transparent;
    color: #ff6d00;
}
.gradiente-texto--weightSemibold {
    font-weight: 700 !important;
}
.gradiente-texto {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #fab20d, #f28d1a, #fab20d, #f28d1a, #fab20d);
    animation: gradientAnimate 20s linear infinite;
    -webkit-background-clip: text;
    background-size: 400%;
    font-weight: 800;
}

/*.btn-outline-default::before {
    animation: gradientAnimate 20s linear infinite;
    content: '';
    position: absolute;
    inset: -2px;
    z-index: -5;
    background: linear-gradient(to right, #fab20d, #c97500, #fab20d, #c97500, #fab20d);
    background-size: 400%;
    border-radius: 30px;
}*/

@keyframes gradientAnimate {
    0% {
        background-position: 0 0;
    }
    
    100% {
        background-position: 400% 0;
    }
}
        

.btn-outline-default:hover {
    color: #e65100;
    /*border-color: #e65100;*/
}
.btn-check:focus+.btn-outline-default, .btn-outline-default:focus {
    color: #e65100;
    border-color: #e65100;
}

.btn-positive,
.btn-negative {
    border: none;
    background: none;
    color: #6e6c6c;
}

.btn-negative {
    margin-right: 1rem;
}

.btn-zoom {
    margin-right: 2rem;
}

.btn-text-default {
    color: #ff6d00;
    border: none;
    box-shadow: none;
}
.btn-text-default:hover {
    color: #e65100;
}
.btn-check:focus+.btn-text-default, .btn-text-default:focus {
    color: #e65100;
}

.btn-rounded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    color: rgba(0, 0, 0, 0.67);
    padding: 0;
}

.btn-whatsapp {
    z-index: 999;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    color: #FFFFFF!important;
    font-size: 28px;
    background-color: #00e676;
    box-shadow: 0 4px 5px rgb(0 0 0 / 35%);
    text-decoration: none;
  }
/*antigo*/
/*.btn-icon {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    box-shadow: none;
    color: #ff6d00;
}*/
/*novo - atualizado*/
.btn-icon {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    box-shadow: none;
    color: #ff6d00;
}
.btn-icon:hover,
.btn-icon:focus {
    color: #ff6d00;
    border: 1px solid #ff6d00;
}
.btn-icon:focus {
    box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);
}
.btn-icon svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.btn-lg {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
}
.btn-xl {
    font-size: 1.125rem;
    padding: 0.875rem 1.375rem;
}
.btn-outro {
    outline: none;
    border: 0;
    box-shadow: none;
}
.btn-outro:hover {
    text-decoration: underline;
    color: #075f7f;
}
.btn-close {
    position: absolute;
    top: 33px;
    right: 33px;
}
/* buttons end */

/* forms */
.form-control:focus {
    border-color: rgba(130,138,145,.5);
    box-shadow: 0 0 0 0.2rem rgba(130,138,145,.25);
}
/* forms end */



/* navbar */
.navbar {
    background-color: rgba(255, 255, 255, 0.87);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
}
.navbar-nav {
    height: calc(100vh - 66px);
    overflow-y: auto;
}
.navbar-nav .nav-link {
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
    color: #495057;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff6d00;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ff6d00;
}
.navbar-header {
    width: 100%;
}
.navbar-header .navbar-toggler {
    position: absolute;
    left: 0;
    margin-left: 15px;
    border: none;
    color: rgba(0, 0, 0, 1);
}
.navbar-header .dropdown-login {
    position: absolute;
    right: 0;
    margin-right: 15px;
}
.navbar-brand {
    margin-right: 0;
}
.navbar .nav-item {
    border-top: 1px solid #eeeeee;
}
.navbar-nav .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 8px;
}
.navbar-nav {
    margin-top: .5rem;
}
.navbar .nav-link {
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}




/*Daniel Freitas Ferreira escreveu aqui*/
@media (max-width: 1070px) and (min-width: 991.99px) {
    .navbar .btn-icon span {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar .btn-icon span {
        display: none;
    }
    .navbar .btn-icon svg {
        width: 24px;
        height: 24px;
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .navbar-nav {
        height: auto;
        margin-top: 0;
        overflow-y: visible;
    }
    /*antigo*/
    /*.navbar .nav-item .nav-link {
        font-size: 11.8px;
    }*/
    /*novo - atualizado*/
    .navbar .nav-item .nav-link {
        font-size: 13.6px;
    }
    .navbar-header {
        width: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
        margin: 0 -3px;
    }
    .navbar-brand {
        margin-right: 32px;
    }
    .navbar .nav-item {
        border-top: 0;
    }
    .navbar-nav .dropdown-menu {
        border-radius: 10px !important;
        border-top: 5px solid #ffa500 !important;
        background-color: #ffffff;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
        margin-bottom: 0;
    }
}
/*Daniel Freitas Ferreira escreveu aqui*/
@media (min-width: 992px) and (max-width: 1010px) {
    .navbar .btn-icon svg {
        margin-right: -4px;
    }
}
/* navbar end */


/* dropdowns */
.dropdown-menu {
    font-size: 14px;
    border: none;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
.dropdown-menu-lg {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.dropdown-menu h6 {
    padding: 0 1.5rem;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #495057;
}
.dropdown-col {
    margin-bottom: 1.5rem;
}
.dropdown-item {
    display: block;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    white-space: normal;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.dropdown-item:hover,
.dropdown-item:active {
    color: #000000;
    background-color: rgba(0, 0, 0, 0.05);
}
.dropdown-login .dropdown-menu {
    width: 288px;
}
.caret-none.dropdown-toggle::after {
    display: none;
}
.no-scroll {
    overflow: hidden;
}
@media (min-width: 992px) {
    .dropdown-menu-lg {
        width: 580px;
    }
    .dropdown-item {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}
.navbar-nav-epeq {
    width: 100%;
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
    .epeq-logo {
        display: none !important;
    }
    .navbar-nav-epeq {
        justify-content: flex-start;
    }
}
/* dropdowns end */


/* headers */
.header-section {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}
.header-section--pos {
    display: flex;
    flex-direction: column;
}
.header-section h1,
.pos-depoimentos h1 {
    margin-bottom: 0;
    /*margin-left: 3rem;*/
    font-weight: 800;
    /*margin-left: 3rem;*/
}
/*.pos-depoimentos--videos {

}*/
.header-section p {
    margin: 0.5rem 0 0;
    opacity: 0.87;
}
.header-section hr {
    margin-bottom: 0;
    width: 256px;
    max-width: 256px;
}
@media (min-width: 1200px) {
    .header-section h1,
    .pos-depoimentos h1 {
        font-size: 3.5rem;
        /*margin-left: 3rem;*/
    }
    .porque-posgraduacao-titulo {
        font-size: 2.5rem !important;
    }
    .header-section p {
        font-size: 1.25rem;
    }
}
.header-section .header-icon {
    width: 70px;
    height: auto;
    margin-bottom: 16px;
    color: #ff6d00;
}
.header-section .secondary-info {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    opacity: 1;
    font-weight: 700;
}
.header-section .secondary-info svg {
    width: 24px;
    height: 24px;
    margin-right: .5rem;
    color: #ff6d00;
}
/* headers end */

/* actions */
.actions .btn {
    width: 100%;
    margin-bottom: 1rem;
}
.actions .btn:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .actions .btn {
        width: auto;
        margin-bottom: 0;
    }
}

/* sections */
.section-description {
    /*margin-bottom: 0;*/
/*    margin-left: 3rem;*/
}
@media (min-width: 992px) {
    .section-description {
        font-size: 1.25rem;
        max-width: 83%;
/*        margin-left: 3rem;*/
    }
}
/* sections end */

/* swiper */
.swiper-row {
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.swiper-row .swiper-container {
    padding: 1rem 1rem 1.5rem;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #000;
    opacity: .2;
}
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination-bullet-active {
    opacity: 0.67;
    background: #000;
}
.swiper-pagination {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
.swiper-button-next,
.swiper-button-prev {
    margin: 0 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.67);
}
@media (max-width: 991.98px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}
@media (min-width: 992px) {
    .swiper-controls {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        justify-content: flex-end;
        padding: 0 1rem;
        margin: 0 -4px;
    }
    .swiper-controls .swiper-button-next,
    .swiper-controls .swiper-button-prev {
        position: initial;
    }
}
/* swiper end */

/* accordion */
.accordion-button, .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.accordion-button .button-header h5 {
    margin-bottom: 0.25rem;
    font-weight: 700;
    font-size: 0.875em;
    text-transform: uppercase;
}
.accordion-button .button-header span {
    font-size: 0.875em;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed) {
    color: #ff6d00!important;
    background-color: inherit;
    border-bottom: 0;
}
.accordion-body {
    padding-top: 0;
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom: 0;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff6d00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* container */
.mw-xs {
    max-width: 680px;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.mw-md {
    max-width: 768px;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

/* category */
.category {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff6d00;
}

/* line clamps */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-mask {
    --line-height: 22;
    --link-length: 10;
    --one-ch: 4;
    --fade-direction: 270deg;
    -webkit-mask: linear-gradient(0deg,transparent 0,transparent calc(var(--line-height) * 1px),#000 calc(var(--line-height) * 1px)),linear-gradient(var(--fade-direction),transparent 0,transparent calc((var(--link-length) * var(--one-ch)) * 1px),#000 calc(((var(--link-length) * var(--one-ch)) + (var(--line-height) * 2)) * 1px));
    mask: linear-gradient(0deg,transparent 0,transparent calc(var(--line-height) * 1px),#000 calc(var(--line-height) * 1px)),linear-gradient(var(--fade-direction),transparent 0,transparent calc((var(--link-length) * var(--one-ch)) * 1px),#000 calc(((var(--link-length) * var(--one-ch)) + (var(--line-height) * 2)) * 1px));
    -webkit-mask-size: initial,initial;
    mask-size: initial,initial;
    -webkit-mask-position: right bottom;
    mask-position: right bottom;

    position: relative;
    z-index: 1;
    word-break: break-word;
}
.description-w-clamp {
    position: relative;
}
.btn-show-more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 999;
}

/* form-label */
.form-label {
    font-size: 14px;
    font-weight: 600;
}
.required:after {
  content:" *"; 
  color: red;
}
/* banner */
.banner {
    max-height: calc(100vh - 68px);
    overflow: hidden;
    background-color: #EEEEEE;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.banner-img img, .banner-video video {
    width: 100%;
}
@media (max-width: 576px) {
    .banner {
        max-height: 100%;
    }
}
/* banner end */

/* nossos cursos */
.our-courses {
    padding: 60px 0;
}
.our-courses .cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 16px;
}
.our-courses .card {
    width: 100%;
    margin: 8px;
    border: none;
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    overflow: hidden;
    transition: transform 0.25s ease-in-out;
}
.our-courses .card:hover {
    transform: translateY(-4px);
    background: linear-gradient(145deg, rgba(255,169,0,0.35) 0%, rgba(255,89,0,0.25) 100%);
}
.our-courses .card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.our-courses .card-icon {
    width: 48px;
    margin: 0 16px 0 0;
}
.our-courses .card .category {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.our-courses .card .category-color-1 {
    color: #304FFE;
}
.our-courses .card .category-color-2 {
    color: #ff6d00;
}
.our-courses .card .category-color-3 {
    color: #00c853;
}
.our-courses .card .category-color-4 {
    color: #DFF71C;
}
.our-courses .card h4 {
    margin-bottom: 0;
    font-weight: 800;
}
.our-courses .vocational-test {
    max-width: 600px;
    margin: 32px auto 0;
    text-align: center;
}
.our-courses .vocational-test p {
    margin-bottom: 32px;
}
@media (min-width: 768px) {
    .our-courses .card {
        width: 200px;
        height: 200px;
        margin: 16px;
        border-radius: 50px;
    }
    .our-courses .card-body {
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 1.5rem;
    }
    .our-courses .card-icon {
        width: 64px;
        margin: 0 0 8px;
    }
    .our-courses .card h4 {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) AND (max-width: 1199px) {
    .our-courses .card {
        width: 240px;
        height: 240px;
        border-radius: 60px;
    }
    .our-courses .card-icon {
        width: 72px;
    }
    .our-courses .card .category {
        font-size: 16px;
    }
    .our-courses .card h4 {
        font-size: calc(1.275rem + .3vw);
    }
}
@media (min-width: 1200px) {
    .our-courses .card {
        width: 320px;
        height: 320px;
        border-radius: 80px;
    }
    .our-courses .card .category {
        font-size: 20px;
    }
    .our-courses .card h4 {
        font-size: 2rem;
    }
    .our-courses .vocational-test p {
        font-size: 1.25rem;
    }
}

/*@media (min-width: 1200px) {
    .our-courses .card {
        width: 270px;
        height: 240px;
        border-radius: 80px;
    }
    .our-courses .card .category {
        font-size: 20px;
    }
    .our-courses .card h4 {
        font-size: 2rem;
    }
    .our-courses .vocational-test p {
        font-size: 1.25rem;
    }
}*/
/* nossos cursos end */

/* notícias */
.news {
    padding: 60px 0;
    background-color: #ffffff;
}
.card-news {
    margin-bottom: 2rem;
}
.card-news h1 {
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}
@media (min-width: 1200px) {
    .card-news h1 {
        font-size: 30px !important;
    }
    .card-news p {
        font-size: 16.5px !important;
    }
}
.card-news .category {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FF5900;
}
.card-news .date {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.67;
}
.card-news img {
    width: 100%;
}
/* notícias end */

/* nossa história */
.history {
    padding: 60px 0;
    background-color: #ffffff;
}
.history .container-video {
    max-width: 800px;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25);
    background: url('https://www.unifafibe.com.br/fileweb/HOME/thumbnail_institutional_video.jpg') no-repeat center/cover;
}
.history .container-video .stretched-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: .65;
}
.history .container-video .stretched-link:hover {
    opacity: 1;
}
.history p {
    max-width: 600px;
}

/* infraestrutura */
.infra {
    padding: 64px 0;
    background-color: #212529;
    background: url('https://arquivos.unifafibe.com.br/HOME/infra_background_dark.jpg') no-repeat center/cover;
    background-attachment: fixed;
    color: #ffffff;
}
.infra .infra-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 1rem;
}
.infra .infra-data :last-child {
    margin-bottom: 0;
}
.infra .data-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    margin-bottom: 1.5rem;
}
.infra .data-item .icon {
    font-size: 24px;
    margin-left: 1.5rem;
    color: #ff6d00;
    display: inline-flex;
}
.infra h2 {
    font-weight: 700;
    margin-bottom: 0;
}
.infra h2 b {
    font-weight: 700;
    color: #ff6d00;
}
.infra .data-item p {
    font-weight: 600;
    opacity: 0.67;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .infra .header-section {
        margin-bottom: 3rem;
    }
    .infra h2 {
        font-size: 2.75rem;
    }
    .infra .data-item {
        width: auto;
        margin-bottom: 0;
        margin-right: 3rem;
    }
    .infra .infra-data :last-child {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .infra h2 {
        font-size: 3.5rem;
    }
    .infra .data-item p {
        font-size: 16px;
    }
    .infra .data-item {
        margin-right: 3.5rem;
    }
    .infra .data-item .icon {
        font-size: 32px;
        margin-left: 1.75rem;
    }
}
/* infraestrutura end */

/* eventos */
.events {
    padding: 60px 0;
    background-color: #f5f5f5;
    border-top: 5px solid #d3d3d3;
    border-bottom: 5px solid #d3d3d3;
    /* background: url('https://arquivos.unifafibe.com.br/HOME/bg_eventos.jpg') no-repeat center/cover; */
}
.events .card {
    border-radius: 2rem;
    overflow: hidden;
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25);
    transition: transform 0.25s ease-in-out;
}
.events .card:hover {
    transform: translateY(-4px);
}
.events .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-img-overlay.overlay-dark {
    background: #000000;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.events .card-tag > span {
    display: inline-flex;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    background-color: #ff6d00;
    color: #000000;
}
.events .card-text {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff6d00;
}
.events .card-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.events .swiper-wrapper {
    margin-bottom: 2rem;
}
.events .no-events, .events .no-events .card-icon {
    opacity: 0.5;
}
.events .no-events h5 {
    font-weight: 700;
}
/* eventos end */

/* programas de crédito */
.credit {
    padding: 60px 0;
}
.credit .card {
    border: none;
    text-align: center;
    margin-bottom: 32px;
}
.credit .card-body img {
    width: 160px;
    margin-bottom: 32px;
}
.credit .card-body .card-text {
    opacity: .87;
    text-align: justify;
}
@media (min-width: 768px) {
    .credit .card {
        margin-bottom: 0;
    }
}
/* programas de crédito end */

/* rodapé */
footer {
    padding: 4rem 0 1rem;

    /* background antigo */
/*    background-color: #f5f5f5;*/
    

    background: linear-gradient(135deg, rgba(255, 108, 0, 1) 25%, rgba(9, 63, 136, 0.75) 100%), url('https://arquivos.unifafibe.com.br/HOME/infra_background_dark.jpg') no-repeat center/cover;
    background-blend-mode: multiply;
}
footer a {
    /* estilo antigo */
/*    color: #212529;*/

    color: #fff;

    /* opacity: 0.87; */
}
footer a:hover {
    color: #e65100;
}
footer h5 {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    /* novo estilo */
    color: #fff !important;
}
footer .nav-link {
    padding: 0.5rem 0;
    font-size: 0.875rem;
}



footer img {
    width: 160px !important;
}


footer .f-logo-unifafibe {
    width: 215px !important;
}





footer .institutional {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}
footer .endereco {
    margin-left: 2rem;
    color: #fff;
}
footer .institutional p {
    font-size: 0.875rem;
    opacity: 0.87;
}
footer .copyright-text {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #fff !important;
    text-align: center;
}
/* responsividade nova para rodapé (todos no centro) */
@media (max-width: 575px) {
    footer {
        background-attachment: fixed !important;
    }
    .center_mobile {
        text-align: center;
    }
    footer .institutional {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.social {
    margin: 0 -4px;
}
.social a {
    text-decoration: none;
    margin: 4px 8px 4px 0;
    transition: color .15s ease-in-out;
    font-size: 1.25rem;

    color: #fff !important;
}
.social a:last-child {
    margin-right: 0;
}
/* .social img {
    display: inline-block;
    width: 24px;
}
.social img:hover {
    fill: #e65100;
} */
footer .stamps {
    margin-top: 32px;
    text-align: center;
}
footer .stamps img {
    display: block;
    margin: 0 auto 30px;
}
footer .institutional {
    text-align: center;
}
footer .footer-col {
    margin-bottom: 2rem;
}
@media (min-width: 576px) {
    footer .stamps img {
        display: inline-block;
        margin: 0 30px 0 0;
    }   
}
@media (min-width: 992px) {
    footer .stamps {
        text-align: left;
    }
    footer .institutional {
        text-align: left;
    }
    footer .footer-col {
        margin-bottom: 0;
    }
}
/* rodapé end */

/* animations */
@media (min-width: 992px) {
    .animate {
        animation-duration: 0.15s;
        -webkit-animation-duration: 0.15s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}
@keyframes slideIn {
    0% {
        transform: translateY(0.25rem);
        opacity: 0.25;
    }
    100% {
        transform:translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(0.25rem);
        opacity: 0.25;
    }
}
@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/* notification modal */
.modal .modal-header {
    border: none;
}
.modal h5 {
    font-weight: 800;
}
.modal p {
    font-weight: 600;
    margin: 0;
}
.modal .modal-body {
    padding: 0 2rem 2rem;
}
.modal .modal-icon {
    font-size: 2rem;
    margin-bottom: .5rem;
    color: #ff6d00;
}
.modal-footer {
    justify-content: flex-start;
}

.modal-footer--right {
    justify-content: center !important;
}

.modal-content--relativè {
    position: absolute;
}

.title-privacidade {
    font-weight: 700;
}
.description-privacidade-light {
    font-weight: 400 !important;
}
.form-switch .form-check-input {
    width: 4em;
}
.form-check-input {
    height: 2em;
}
.form-check-input--orange {
    position: relative;
    top: 12px;
}
.form-check-input--orange:checked {
    background-color: #f8941a;
    border-color: #f8941a;
}
.form-check-input:focus {
    box-shadow: none;
}

.obs {
    padding: 2.5rem 0;
}

.obs--hibrido {
    font-weight: 600;
}
.bg-ead {
    background-color: #07C472;
}

.nao-existe {
    text-align: center;
    font-size: 1.25rem;
    opacity: 0.87;
    margin-top: 1rem;
    margin-bottom: 1rem !important;
}


