/*
Theme Name:CNU Uniminas EaD
Text Domain: http://cnu.uniminasead.com.br/
Version: 2.0
Requires PHP: 5.2.4
Author: Leonardo Mattos - Web Developer Full-Stack, Matheus Araújo - Marketing Manager and Traffic Manager, William Lima - Video Maker, Photographer and Web Designer.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
All rights reserved to Faculdade Uniminas, which retains this domain.
Any violation of the use and direct ownership of the property may result in prosecution.
*/

/*-------FONTS-------*/

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/cnu-uniminas/assets/fonts/lufga/LufgaThin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/cnu-uniminas/assets/fonts/lufga/LufgaExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/cnu-uniminas/assets/fonts/lufga/LufgaLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/cnu-uniminas/assets/fonts/lufga/LufgaRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/cnu-uniminas/assets/fonts/lufga/LufgaMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/cnu-uniminas/assets/fonts/lufga/LufgaSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/cnu-uniminas/assets/fonts/lufga/LufgaBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/cnu-uniminas/assets/fonts/lufga/LufgaExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/cnu-uniminas/assets/fonts/lufga/LufgaBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/cnu-uniminas/assets/fonts/helvitica/helvetica-compressed-5871d14b6903a.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/*-------FONTS-------*/

body{
    font-family: 'Lufga', sans-serif;
    zoom: .9;
}
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: #202020;
}
body::-webkit-scrollbar-thumb {
    background-color: red;
    border-radius: 4px;
}
.line-title {
    line-height: 67px;
}
.max-height{
    min-height: 600px !important;
}
.main-arrow {
    position: absolute;
    z-index: 9;
    top: 225px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 37px;
    color: red;
}
.slick-prev {
    left: -30px;
}
.slick-next {
    right: -30px;
}
.slick-dots{
    display: flex;
    justify-content: center;
}
.slick-dots > li {
    list-style: none;
    padding-right: 10px;
    margin-top: 20px;
}
.slick-dots > li:last-child {
    padding-right: 0;
}
ul.slick-dots > li > button {
    font-size: 0;
    padding: 6px;
    border: none;
    background: #202020;
    border-radius: 45px;
}
.slick-active > button {
    background: red !important;
    padding: 5px 15px !important;
}
.answer-none{
    display: none;
}
@media only screen and (max-width: 768px) {
    .main-arrow {
        display: none !important;
    }
    .max-height{
        min-height: auto !important;
        margin-bottom: 15px;
    }
    .mobflex, .mob-align{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .line-title {
         line-height: initial;
    }
}
.popup {
    display: none;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.closeBtn {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Lufga', sans-serif;
    position: absolute;
    right: 15px;
    top: 5px;
    color: red;
}

.closeBtn:hover,
.closeBtn:focus {
    text-decoration: none;
    cursor: pointer;
}
.content-form{
    display: none;
}
label[for="name"],label[for="email"], label[for="phone"], label[for="graduation"]  {
    font-weight: 500;
    font-family: 'Lufga', sans-serif;
}

.title-form {
    font-size: 1.6rem;
    font-family: 'Lufga', sans-serif;
    text-align: center;
    font-weight: 600;
}

.form__inputs--main {
    padding: 5px 10px;
    border-radius: 6px;
}

.form__inputs--main:focus {
    outline: none;
}
label[for="name"],label[for="email"], label[for="phone"], label[for="graduation"]  {
    font-weight: 500;
    font-family: 'Lufga', sans-serif;
}
.main__fields {
    display: flex;
    flex-direction: column;
}

.title-form {
    font-size: 1.6rem;
    font-family: 'Lufga', sans-serif;
    text-align: center;
    font-weight: 600;
}

.form__inputs--main {
    padding: 5px 10px;
    border-radius: 6px;
    background: white;
    color: black;
    fill: black;
}

.form__inputs--main:focus {
    outline: none;
}

.main__input--content {
    display: flex;
    justify-content: center;
}
