/*
Theme Name:Uniminas Pós EaD
Text Domain: https://lp.tecnicoporcompetenciaead.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/lp-tecnico/assets/fonts/lufga/LufgaThin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/lp-tecnico/assets/fonts/lufga/LufgaExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/lp-tecnico/assets/fonts/lufga/LufgaLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/lp-tecnico/assets/fonts/lufga/LufgaRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/lp-tecnico/assets/fonts/lufga/LufgaMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/lp-tecnico/assets/fonts/lufga/LufgaSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/lp-tecnico/assets/fonts/lufga/LufgaBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/lp-tecnico/assets/fonts/lufga/LufgaExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('/wp-content/themes/lp-tecnico/assets/fonts/lufga/LufgaBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/lp-tecnico/assets/fonts/helvitica/helvetica-compressed-5871d14b6903a.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/*-------FONTS-------*/

body{
    font-family: 'Lufga', sans-serif;
}
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: #202020;
}
body::-webkit-scrollbar-thumb {
    background-color: #00acde;
    border-radius: 4px;
}

.main-banner{
    background: url("/wp-content/themes/lp-tecnico/assets/img/fundo-desk.webp")no-repeat;
    background-size: cover;
}
.answer-none {
    display: none;
}
@media only screen and (max-width: 767px) {
    .main-banner{
        background: url("/wp-content/themes/lp-tecnico/assets/img/fundo-mob.webp")no-repeat;
        background-size: cover;
    }
}