/* Importação da fonte */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Aplicação da fonte para elementos específicos */
.custom-font {font-family: "Bebas Neue", sans-serif;}

/* Deixando o body sem a declaração de fonte */
body {font-family: "Open Sans", sans-serif;}
.bebas-neue-regular {font-family: "Bebas Neue", sans-serif;font-weight: 400;font-style: normal;}
.open-sans-<uniquifier> {font-family: "Open Sans", sans-serif;font-optical-sizing: auto;font-weight: <weight>;font-style: normal;font-variation-settings:"wdth" 100;}

/**** CORES ****/
:root {
    --color-one: #3498db;  /* Azul */
    --color-two: #2ecc71; /* Verde Claro */
    --color-tree: #018a4b; /* Verde Escuro */
}

/**** font *****/
:root {
    --fonte-one: 'Open Sans', sans-serif;
    --fonte-two: 'Bebas Neue', sans-serif;
}

.form-control {
    font-family: var(--fonte-one);
}

.headerfull {background: var(--color-tree); padding: 20px 0px 20px 0px;}

/* Media query para tablets com largura máxima de 768px (portrait) */
@media (max-width: 767px) {
    .guimalogo {
        display: none;
    }
    .itens-menu {
        font-size: 1.1em !important;
    }
    .btn-mais-slider {
        top: -15px !important;
    }
    .slider-wrapper .slick-dots-custom {
        width: 40% !important;
    }
    .card-oportunidades {
        margin-top: -700px !important;
    }
    .img-oportunidades img {
        margin-top: 0rem !important;
    }
    .infoguima-content {
        margin-top: 400px !important;
        margin-bottom: 0rem !important;
    }
    .title-doc, .btn_doc {
        padding: 0px 30px !important;
    }
    .doc-content {
        display: inline-table !important;
        width: 100% !important;
        text-align: center !important;
        padding: 15px !important;
    }
    .btn_doc {
        text-align: center !important;
    }
    .img-video img {
        width: 50% !important;
    }
    .img-login {
        display: none !important;
    }
    .title-doc, .btn_doc {
        margin: 15px !important;
    }
}
@media(max-width:767px){
    #list-arquivos .row{
        gap: 75px 0;
    }
}

a {
    text-decoration: none;
}

/******* LOGIN **************/
.img-login {
    background: url(../images/bg_home_portal.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btnlogin {
    text-align: right;
}
.pag-login {
    background: #e9e8e8;
}
.icons-login {
    width: 50% !important;
}
.icon-login {
    text-align: center;
    margin: 20px;
}
.logo-login {
    text-align: center;
    margin: 0px 0px 40px 0px;
}

.logo-guima {
    width: 130px !important;
}

.logo-mobile-login {
    width: 260px !important;
}

.title-login {
    margin: 25px 0px;
}
.btn-login {
    background: var(--color-tree);
    border: 0px;
    padding: 8px 35px;
}
.btn-login:hover {
    background: var(--color-two);
    border: 0px;
    padding: 8px 35px;
}

/* IMG */
img {
    width: 100% !important;
    height: auto !important;
}



/* MENU */
.btn-menu {
    background: transparent;
    border: 0px;
    color: #fff;
}
.itens-menu {
    font-family: var(--fonte-one);
    font-size: 0.98em;
    color: #2d3a3e;
    padding: 0.5rem 0.8rem;
}

/* ICONES DIREITA */
.icons-right {
    align-content: center;
}
.btn-menu:hover,
.btn-menu:active,
.btn-menu:focus {
    background: transparent;
    border: 0px;
    color: #3EAD62;
}
.icomenu {
    font-size: 34px;
}
.icomenu:hover {
    color: #3EAD62;
}
.icouser,
.icoalert,
.icologout {
    font-size: 28px;
    margin: 0px 15px;
    color: #fff;
}
.qt-notice {
    font-family: var(--fonte-one);
    font-weight: 700;
    position: absolute;
    z-index: 1;
}
.qt-notice::before {
    content: '';
    position: absolute;
    background: #FF5722;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: -1;
    top: -3px;
    left: -5px;
}

/* SLIDER */
.slider-wrapper .slick-dots-custom {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px auto 0px;
    width: fit-content;
    list-style: none;
    padding: 0;
    overflow: hidden;
}
.slider-wrapper .slick-dots-custom li {
    display: inline-block;
    margin: 0 5px;
}
.slider-wrapper .slick-dots-custom li {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.slider-wrapper .slick-dots-custom li:hover {
    background-color: #3EAD62;
}
.slider-wrapper .slick-dots-custom li.slick-active {
    background-color: #044B2A;
}
.text-slider {
    font-family: var(--fonte-one);
    font-size: 0.95em;
    color: #6F8288;
    display: none;
}
.slick-slide img {
    border-radius: 12px;
    width: 100%;
    padding: 0px 1px;
}
.btn-mais-slider {
    background: var(--color-tree);
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    width: 80px;
    border-radius: 6px;
    align-content: center;
    margin: 0px auto;
    position: relative;
    top: -40px;
}


/* CONTEUDO */
.card-content {
    border: 0px;
}
.title h1,
.title h2,
.title h3,
.title h4 {
    font-family: var(--fonte-two);
    color: var(--color-two);
    font-size: 1.8em;
    line-height: 1em;
}
.subtitle {
    font-family: var(--fonte-one);
    font-size: 0.9em;
    color: #6F8288;
}

/* UNIGUIMA */
.img-uniguima img {
    width: 100%;
}

/* OPORTUNIDADES */
.card-oportunidades {
    margin-top: 0px;
    position: relative;
    z-index: 1;
}
.img-oportunidades img {
    width: 100%;
    margin-top: 2rem;
}

/* INFOGUIMA */
.infoguima-content {
    margin-top: 0px;
    margin-bottom: 100px;
    position: relative;
}
.img-infoguima img {
    width: 100%;
    border-radius: 12px;
}
.img-infoguima {
    margin-top: 15px;
}

/* MODAL BELLNOTICE */
.modal-dialog-right {
    position: relative;
    /*top: -20%;*/
}
.title-notice {
    font-family: var(--fonte-one);
    color: #044B2A;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 24px;
}
.title-oportunidades {
    font-family: var(--fonte-one);
    font-weight: 700;
    color: #3EAD62;
    font-size: 1.2em;
}
.subtitle-oportunidades a {
    font-family: var(--fonte-one);
    font-size: 0.9em;
    color: #6F8288;
    text-decoration: none;
}

/** PAG COMUNICADOS */
.btn-like {
    margin: 1rem 1rem 1rem 1rem;
}
.btn-like a {
    color: #E91E63;
}

/* MODAL COMUNICADOS */
.img-modal img {
    width: 100%;
}

/* PAG DOCUMENTOS */
.text-doc-destaq {
    margin: 50px 0px;
}
#list-compliance {
    font-family: var(--fonte-one);
}
.doc-content {
    margin: 25px 0px;
    /*background: #f4f4f4;*/
    border-radius: 20px;
    height: 45px;
}
.title-doc, .btn_doc {
    padding: 0px 50px;
    color: var(--color-two);
    font-size: 1.4em;
    line-height: 2em;
    background: #f4f4f4;
    border-radius: 100px;
}
.btn_doc {
    background: transparent;
}
.btn_doc a {
    background: var(--color-tree);
    padding: 10px;
    border-radius: 6px;
    color: #fff !important;
    font-family: var(--fonte-one);
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    display: block;
    text-align: center;
}
.btn-back-doc a {
    width: 80px;
    padding: 0px 10px;
    line-height: 50px;
    color: var(--color-tree) !important;
    background: transparent !important;
    font-size: 1.4em;
}
.btn_doc-essencial a {
    background: var(--color-two) !important;
    padding: 10px;
    border-radius: 6px;
    color: #fff !important;
    font-family: var(--fonte-one);
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    display: block;
    text-align: center;
}
.search-doc {
    height: 50px;
    border-radius: 12px;
    background: #fcfcfc;
}
.btn-search-doc {
    background: var(--color-tree);
    border: 0px;
    height: 50px;
    color: #fff;
    padding: 15px 25px;
    border-radius: 0px 8px 8px 0px;
}
#list-arquivos {
    line-height: 25px;
    display: block;
    margin: 30px 0px;
}
.btn-doc-arq-end a {
    background: var(--color-tree);
    padding: 20px 0px;
    border-radius: 100px;
    color: #fff !important;
    font-family: var(--fonte-one);
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    width: 142px;
    line-height: 0px;
}

/* PAG OPORTUNIDADES */
.header-card {
    width: 100%;
    margin: 10px auto;
}
.location {
    background: #3EAD62;
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0px 10px 0px 10px;
    align-content: center;
}
.location-two {
    border: 1px solid #3ead62;
    padding: 8px 15px 8px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-family: var(--fonte-one);
    text-transform: capitalize;
    text-align: center;
}
.box-content-oport {
    text-align: center;
    margin: 10px 0px;
    font-family: var(--fonte-one);
}
.title-oport {
    color: #3ead62;
    font-weight: 600;
    font-size: 1.1em;
}
.subtitle-oport {
    color: #6F8288;
    font-size: 0.9em;
}
.btn-mais-oportunit{
    width: 100px;
    margin: 10px auto;
    background: #044b2a;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 6px;
}
.btn-mais-oportunit a {
    color: #fff !important;
}
.img-oportunit img {
    width: 100%;
    border-radius: 20px;
}
.subtitle-oportunidades-modal {
    font-family: var(--fonte-one);
    font-size: 0.9em;
    color: #6F8288;
    margin: 0px 0px 15px 0px;
}
.modal-oportunit {
    font-family: var(--fonte-one);
}
.box-candidatar {
    background: #044B2A;
    text-align: center;
    padding: 25px 0px;
    color: #fff;
    margin: 20px 0px;
}
.title-oportunidades-modal {
    font-family: var(--fonte-one);
    font-weight: 700;
    color: #53BB9B;
    font-size: 1.2em;
}
.title-candidatar,
.prazo-candidatar {
    font-weight: 700;
}
.email-candidatar {
    background: #3EAD62;
    padding: 15px;
    margin: 10px;
    font-weight: 700;
}
.content-desc-vaga {
    font-family: var(--fonte-one);
    font-size: 1.1em;
    color: #6F8288;
    margin: 0px 0px 15px 0px;
    font-weight: 300;
}

/******* TB NIVER **************/
.tb-niver tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tb-niver tr:nth-child(odd) {
    background-color: white;
}


/* PAG VÍDEOS */
.video-control {
    width: 100%;
    height: 342px;
}

@media (max-width: 768px) {
    .video-control {
        max-height: none;
        height: auto;
    }
}
.card-video {
    text-align: center;
}
.subtitle-videos {
    color: #6F8288;
    font-size: 0.9em;
    text-transform: capitalize;
    font-family: var(--fonte-one);
    text-align: center;
}
.img-video {
    text-align: center;
    margin: 20px 0px 40px 0px;
}
.img-video img {
    width: 15% !important;
}
.title-video {
    color: #3EAD62;
    font-size: 1.8em;
    line-height: 1em;
    margin-bottom: 10px;
}
.video-img img {
    width: 100%;
}
/* Estilo para o contêiner do vídeo */
  #video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* Classes de controle de tamanho do vídeo */
  .video-container-lg {
    padding-bottom: 75%;
  }
  .video-container-sm {
    padding-bottom: 42.18%;
  }

/* PAG ANIVERSARIANTE */
.mod_niver {
    max-width: max-content;
}
.img-niver img {
    border-radius: 20px;
    margin: 30px 0px;
    width: 100%;
}
.title-niver {
    background: #044b2a;
    color: #fff;
    padding: 15px;
    font-size: 1.4em;
    font-family: var(--fonte-one);
    font-weight: 600;
    border-radius: 20px;
    margin: 35px 0px;
}
.title-niver:hover {
    background: #3EAD62;
}
.tb-niver {
    width: 100%;
    font-family: var(--fonte-one);
    font-size: 0.76em;
    line-height: 3em;
}
.td-niver {
    color: #3EAD62;
    font-weight: 600;
}
.td-nome-local {
    color: #6F8288;
}

/* PAG PERFIL */
.card-body {
    padding: 20px 0px !important;
}
.card-curse {
    height: 380px;
}
.card-perfil a {
    text-transform: none;
    text-decoration: none;
}    
.card-perfil {
    text-align: center;
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: auto;
    min-height: 310px;
}
.title-uniguima-card {
    background: #3EAD62;
    color: #fff;
    padding: 20px 0px;
    font-size: 1.6em;
    border-radius: 20px 20px 0px 0px;
}
.icon-uniguima img {
    width: 60% !important;
    padding: 35px;
}
.subtile-uniguima-card {
    font-family: var(--fonte-one);
    font-size: 0.9em;
    color: #6F8288;
    padding: 0px 0px 30px 0px;
    
}
.numer-vagas,
.numer-comunic {
    font-size: 1.5em;
    font-weight: 700;
}
.subtitle-unig {
    font-weight: 700;
    color: #6F8288;
}
.modalidade {
    font-weight: normal;
}
.title-curso {
    font-family: var(--fonte-one);
    color: #044B2A;
    font-weight: 500;
    font-size: 1.1em;
}
.tb-cursos {
    width: 100%;
    font-family: var(--fonte-one);
    font-size: 1em;
    table-layout: fixed;
}
.td-linecurso {
    color: #6F8288;
    line-height: 18px;
}
.linebottom {
    border-bottom: 1px solid #ccc;
}
.td-topic-curso {
    color: #3EAD62;
    font-weight: 600;
    line-height: 22px;
}
table tr[class=separar] {
    display:block;
    margin-bottom:8px;
}

/* FOOTER */
footer {
    background-color: #f4f4f4;
    padding: 20px 0;
    margin-top: 50px;
}
.footer-content {
    font-family: var(--fonte-one);
    font-size: 0.8em;
    color: #6F8288;
}
#loading img {
    width: 65px !important;
    height: 65px !important;
}

/******** ANDRÉ GUIMA ************/
@media (max-width: 767px) {
    .btn-mais-slider {
        margin-bottom: 0.5rem;
    }

    .card-oportunidades {
        margin-top: 0 !important;
    }

    #body-conteudo > div.container.mt-5 > div {
        flex-direction: column-reverse;
    }

    .infoguima-content {
        margin-top: 2rem !important;
        margin-bottom: 0rem !important;
    }
}