/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Gotham:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/* font converted using font-converter.net. thank you! */
@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/Gotham-Bold.otf") format("opentype"), /* Open Type Font */
      url("../fonts/Gotham-Bold.svg") format("svg"), /* Legacy iOS */
      url("../fonts/Gotham-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../fonts/Gotham-Bold.woff") format("woff"), /* Modern Browsers */
      url("../fonts/Gotham-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Light.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/Gotham-Light.otf") format("opentype"), /* Open Type Font */
      url("../fonts/Gotham-Light.svg") format("svg"), /* Legacy iOS */
      url("../fonts/Gotham-Light.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../fonts/Gotham-Light.woff") format("woff"), /* Modern Browsers */
      url("../fonts/Gotham-Light.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Gotham-Black";
    src: url("../fonts/Gotham-Black.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/Gotham-Black.otf") format("opentype"), /* Open Type Font */
      url("../fonts/Gotham-Black.svg") format("svg"), /* Legacy iOS */
      url("../fonts/Gotham-Black.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../fonts/Gotham-Black.woff") format("woff"), /* Modern Browsers */
      url("../fonts/Gotham-Black.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

body {
    font-family: 'Gotham', sans-serif !important;
    color: #000 !important;
}

p {
    font-size: 16px;
    font-weight: 500;
}

b, strong {
    font-family: 'Gotham-Bold';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham-Bold';
}

h1 {
    line-height: 2.5rem;
}

.pagina a { 
    color: #662d91;
}

.dropdown-item {
    color: #FFF;
}

.dropdown-item:hover {
    color: #ED1556;
    background-color: #000;
}

.dropdown-menu {
    background-color: #000;
}

.navbar-toggler  {
    background-color: #ED1556;
    color: #FFF !important;
}

.main-navbar__nav-link.active {
    color: #FFF !important;
    line-height: 40px;
}

.main-navbar__nav-link:hover {
    color: #e5d970;
}

.nav-link:hover {
    color: #e5d970;
}

.dropdown-toggle:hover > .dropdown-menu {
    background-color: #000;
}

/* .dropdown-toggle:hover > .dropdown-menu {
    display: block;
} */

/* .dropdown-toggle > .dropdown-toggle:active {
    pointer-events: none;
} */

.container {
    max-width: 1280px;
}

.main-navbar {
    background-color: #000;
    color: #FFF;
    position: relative;
    z-index: 999;
}

footer {
    background-color: #000;
    color: #FFF;
}

.titulo {
    font-family: 'Gotham-Bold';
    color: #000;
}

.regua {
    background-image: url('../img/bg-rodape-2022.png');
    background-size: cover;
    background-repeat: none;
}

.reguaContacao {
    background-image: url('../img/bg-rodape-contacao.png');
    background-size: cover;
    background-repeat: none;
}

.regua  img {
    height: 50px;
}

/* main {
    margin-top: -24px;
} */

.destaque {
    padding-top: 50px
}

main {
    background-image: url('../img/grafismo-internas-2022.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 550px;
}

.destaque h1 {
    font-size: 40px;
    line-height: 46px;
}

.destaque p {
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 700;
    font-size: 18px;
}

.destaqueHome {
    background-color: #e5d970;
}

.sobre {
    background-color: #82b942;
    color: #FFF;
}

.sobre p {
    font-size: 16px;
}

.sobre h3 {
    font-size: 30px;
    font-weight: 700;
}

.modulos {
    background-color: #ebe9e9;
}

.modulos .logo {
    width: 300px;
}

.modulos p {
    font-size: 16px;
    color: #666;
}

.mais {
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    background-color: #65318f;
    padding: 5px 10px;
    margin: auto;
    margin-top: 10px;
}

.mais:hover {
    color: #e5d970;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}    .select select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0px solid #000000;
        border-radius: 0px;
        background: #ffffff;
        color: #666;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        .select select::-ms-expand {
            display: none;
        }
        .select select:hover,
        .select select:focus {
            color: #000000;
            background: #cccccc;
        }
        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

.botao-cinza {
    display: block;
    text-transform: uppercase;
    background-color: #b0b0b0;
    color: #FFF;
    width: 150px;
    margin: auto;
    padding: 15px;
}

.localizacao {
    background-color: #ebe9e9;
}

.pagina table img {
    width: 150px !important;
    margin: auto;
}

.pagina table td {
    border: none;
    border-bottom: 1px solid #E6e6e6;
}

.pagina table {
    border: none;
    border-top: 1px solid #e6e6e6
}


@media only screen and (max-width: 768px) {

    main {
        background-image: none;
    }

}

@media only screen and (max-width: 991px) {

}
    
@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 1420px) {

    main {
        background-size: 460px;
    }

}