/* 
    Created on : 27 de jan. de 2025, 20:34:03
    Author     : Delio
*/

@font-face {
    font-family: 'Globo';
    src: url('../fonts/globo-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa Extra';
    src: url('../fonts/Nexa-ExtraLight.eot');
    src: url('../fonts/Nexa-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-ExtraLight.woff2') format('woff2'),
        url('../fonts/Nexa-ExtraLight.woff') format('woff'),
        url('../fonts/Nexa-ExtraLight.ttf') format('truetype'),
        url('../fonts/Nexa-ExtraLight.svg#Nexa-ExtraLight') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Heavy.eot');
    src: url('../fonts/Nexa-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Heavy.woff2') format('woff2'),
        url('../fonts/Nexa-Heavy.woff') format('woff'),
        url('../fonts/Nexa-Heavy.ttf') format('truetype'),
        url('../fonts/Nexa-Heavy.svg#Nexa-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body {
    font-size: 16px;
    background: #000;
}
.content {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.container {
    max-width: 1300px;
}
#slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#slider img {
    width: 100%;
}
.navbar-nav {
    font-family: 'Nexa Extra', sans-serif;
}
.navbar-nav .nav-item {
    margin-left: .5rem;
    margin-right: .5rem;
}
.navbar-nav .nav-item a {
    color: #fff;
    text-decoration: none;
    font-size: .85rem;
}
.navbar-nav .nav-item a:hover, .navbar-nav .nav-item a:focus, .navbar-nav .nav-item a:active {
    color: #e7e242;
}
#display, #logo-header {
    width: 100%;
    display: block;
    text-align: center;
}
#display img {
    max-width: 75%;
}
@media (min-widt: 992px) {
    #display img {
        max-width: 100%;
    }
}
#radios {
    background: #a9201e;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
#radios h2 {
    font-family: 'Nexa Extra', serif;
    font-weight: 300;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 1.5rem;
    /*text-decoration: underline;*/
    margin: 0;
}
#radios ul {
    margin: 1rem auto 0;
    width: 100%;
    max-width: 1060px;
    display: inline-block;
}
#radios ul li {
    padding-top: 15px;
    font-family: 'Space Grotesk', sans-serif;
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    #radios ul li {
        width: 32%;
        margin-bottom: 0;
    }
}
#radios ul li.cycle-pager-active {
    background: #fff;
    color: #000;
}
#radios ul li strong, #radios ul li small {
    font-weight: 700;
    display: block;
    color: #fff;
    margin: 0;
}
#radios ul li.cycle-pager-active strong, #radios ul li.cycle-pager-active small {
    color: #000;
}
#radios ul li strong {
    font-size: 2rem;
    line-height: 1;
}
#radios ul li small {
    font-size: .85rem;
    font-weight: 100;
}
#radios ul li a {
    margin: 1rem 0;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 2px 15px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
#radios ul li a:hover, #radios ul li a:focus, #radios ul li a:active {
    background: #e7e242;
}
#radios ul li.cycle-pager-active a {
    color: #000;
    border: 1px solid #000;
}
.radio-container {
    width: 100%;
    position: relative;
    text-align: left;
    display: flex;
}
.radio-close {
    position: absolute;
    top: 0;
    right: 35px;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    z-index: 999;
}
.radio-button {
    border: none;
    outline: none;
    background: none;
    width: 50px;
    overflow: hidden;
    display: none;
    height: 100%;
    position: relative;
    top: 160px;
}
@media (min-width: 1200px) {
    .radio-button {
        display: flex;
    }
}
.radio-button.radio-prev {
    transform: rotate(180deg);
    -moz-transfor: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.radio-wrapper {
    width: 100%;
    max-width: 1060px;
    overflow: hidden;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .radio-wrapper {
        /*margin-left: 60px;*/
        /*margin-right: 60px;*/
    }
}
.radio-wrapper .radio {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: none;
}
.radio-wrapper .radio .r-img {
    width: 100%;
    position: relative;
}
.radio-wrapper .radio .r-inner {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
}
@media (min-width: 1200px) {
    .radio-wrapper .radio .r-inner {
        padding: 70px 15px 15px 70px;
    }
}
.radio-wrapper .radio .r-inner .r-audio {
    width: 100%;
    display: block;
    position: relative;
}
.radio-wrapper .radio .r-inner .r-audio span i.icofont-ui-pause {
    display: none;
}
.radio-wrapper .radio .r-inner .r-audio.playing span i.icofont-ui-pause {
    display: block;
}
.radio-wrapper .radio .r-inner .r-audio.playing span i.icofont-ui-play {
    display: none;
}
.radio-wrapper .radio .r-inner .r-audio span {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .radio-wrapper .radio .r-inner .r-audio span {
        width: 100px;
        height: 100px;
    }
}
.radio-wrapper .radio .r-inner .r-audio span i {
    font-size: 1.5rem;
    position: relative;
    top: 20px;
    left: 0;
    z-index: 1;
}
@media (min-width: 1200px) {
    .radio-wrapper .radio .r-inner .r-audio span i {
        top: 35px;
    }
}
.radio-wrapper .radio .r-inner .r-audio span audio {
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    z-index: 0;
}
@media (min-width: 1200px) {
    .radio-wrapper .radio .r-inner .r-audio span audio {
        top: 20px;
        left: 20px;
    }
}
.radio-wrapper .radio .r-inner .r-audio h6 {
    float: left;
    color: #fff;
    font-size: 1rem;
    font-family: 'Nexa', sans-serif;
    margin: 10px 0 0 15px;
}
@media (min-width: 1200px) {
    .radio-wrapper .radio .r-inner .r-audio h6 {
        font-size: 2rem;
    }
}
.radio-wrapper .radio .r-inner .r-audio h6 small {
    width: 100%;
    display: block;
    font-family: 'Nexa Extra', sans-serif;
}
.radio-wrapper .radio .r-inner h2 {
    width: 100%;
    float: left;
    text-decoration: none !important;
    font-family: 'Nexa Extra', sans-serif !important;
    display: none !important;
}
@media (min-width: 576px) {
    .radio-wrapper .radio .r-inner h2 {
        display: block !important;
        padding: 12px 15px 0 0;
        font-size: 1.3rem;
    }
}
@media (min-width: 992px) {
    .radio-wrapper .radio .r-inner h2 {
        display: block !important;
        padding: 15px 15px 15px 0;
        font-size: 1.8rem;
    }
}
.radio-wrapper .radio .r-inner a {
    background: #4B8B25;
    border-radius: 25px;
    padding: 5px 35px;
    float: left;
    font-family: 'Space Grotesk', sans-serif;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    margin-top: 15px;
    clear: both;
}
@media (min-width: 1200px) {
    .radio-wrapper .radio .r-inner a {
        margin-top: 0;
    }
}
.radio-wrapper .radio .r-inner a:hover, .radio-wrapper .radio .r-inner a:focus, .radio-wrapper .radio .r-inner a:active {
    background: #334d78;
}
.radio-wrapper .radio .r-inner a img {
    height: 20px;
}
.radio-wrapper .radio .r-inner p {
    font-family: 'Nexa Extra', sans-serif !important;
    font-size: .8rem;
    float: left;
    margin-top: 10px;
    color: #fff;
    display: none;
}
@media (min-width: 768px) {
    .radio-wrapper .radio .r-inner p {
        display: block;
    }
}
@media (min-width: 992px) {
    .radio-wrapper .radio .r-inner p {
        font-size: 1rem;
    }
}
.radio-wrapper .radio .r-inner .col-xl-4 {
    display: none;
}
@media (min-width: 768px) {
    .radio-wrapper .radio .r-inner .col-xl-4 {
        display: flex;
    }
}
.radio-wrapper .radio .r-inner .col-xl-4 span {
    font-family: 'Arvo', serif;
    font-weight: 700;
    font-size: 7rem;
    color: #fff;
    line-height: 1;
    margin-top: 35px;
    display: block;
}
@media (min-width: 992px) {
    .radio-wrapper .radio .r-inner .col-xl-4 span {
        margin-top: 90px;
    }
}
@media (min-width: 1200px) {
    .radio-wrapper .radio .r-inner .col-xl-4 span {
        margin-top: 120px;
    }
}
#slides {
    margin: 5rem 0;
    text-align: center;
}
#slides #slides-wrapper {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}
#slides #slides-content {
    position: relative;
    overflow: hidden;
}
#slides #slides-content img {
    width: 100%;
}
#slides .cycle-pager span {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
}
#slides .cycle-pager .cycle-pager-active {
    color: #e5e144;
}
#social h2 {
    font-family: 'Nexa', sans-serif;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    line-height: 1;
}
#instagram {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
#instagram .eapps-instagram-feed-posts-grid-load-more-container, #instagram a[rel="noreferrer"] {
    display: none !important;
}
#rodape {
    margin-top: 5rem;
    background-image: url('../images/rodape.png');
    background-position: 0 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
}
@media (min-width: 992px) {
    #rodape {
        background-position: 100% 100%;
    }
}
#rodape figure {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 0;
}
#rodape figure img {
    width: 100%;
    max-width: 700px;
    opacity: .8;
}
#rodape h2 {
    font-family: 'Nexa', sans-serif;
    margin: 1rem 0 3rem;
    color: #fff;
    text-align: left;
}
#rodape p {
    font-family: 'Nexa Extra', sans-serif;
    font-size: 1rem;
    color: #fff;
    text-align: left;
}
#rodape p a {
    background: #fff;
    border-radius: 20px;
    padding: 5px 30px;
    text-decoration: none;
    color: #000;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .8rem;
    font-weight: 600;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
#rodape p a:hover, #rodape p a:focus, #rodape p a:active {
    background: #f1d307;
    color: #fff;
}
#copy {
    background: #2a2a2a;
    padding: 3rem 0;
    text-align: center;
}
#copy figure {
    margin-bottom: 2rem;
}
#copy p {
    margin: 0;
    color: #fff;
    font-family: 'Globo', 'Times New Roman', serif;
    font-size: .9rem;
    /*font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;*/
}
#copy p img {
    height: 32px;
}
.modal-content {
    border-radius: 0;
    background-color: rgba(255, 255, 255, .8);
}
.modal-header {
    border-bottom: none;
}
.modal-header .btn-close {
    color: #2f3030;
}
.modal-body .modal-title {
    text-align: center;
    font-size: 2rem;
    color: #2f3030;
    font-family: 'Nexa';
}
.modal-body .modal-text {
    width: 90%;
    margin: 2rem auto 0;
    background: #fff;
    padding: 50px 25px;
    text-align: justify;
    color: #2f3030;
}
.modal-body .modal-text p {
    margin-bottom: 0;
}
.modal-body .modal-text strong {
    font-size: 2rem;
}
.modal-body .modal-text li {
    border-bottom: 1px solid rgba(47, 48, 48, .5);
}
.modal-body .modal-text li:last-of-type {
    border-bottom: none;
}
.modal-body .modal-text li .media {
    width: 100%;
    display: flex;
    color: #2f3030;
    font-family: "Montserrat", serif;
}
.modal-body .modal-text li .media .media-image {
    padding: 30px;
}
.modal-body .modal-text li .media .media-content {
    align-content: center;
}
.modal-body .modal-text li .media .media-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}
.modal-body .modal-text li .media .media-content address {
    font-weight: 400;
}
.modal-body .modal-image img {
    width: 95%;
    margin-top: -20px;
}