/* #185162 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('../css/b2tob5.css');
:root {
    --yelow: #FAC00D;
    --light-brown: #B59E7A;
    --brown: #504637;
    --red: #E7302A;
    --sky: #0F70B7;
    --blue: #2A5D94;
    --black: #000000;
    --white: #FFFFFF;
    --gray: #1B1B1B;
    --light-gray: #888888;
    --dark-gray: #252525;
}
body {
    background-color: #252525;
    font: 14px 'Roboto', Arial, Helvetica, sans-serif;
    color: var(--light-gray);
    line-height: 2;
}
a {
    text-decoration: none;
}
.header {
    background-color: #1B1B1B;
}
.navbar-nav .nav-link {
    color: var(--white);
}
.navbar-nav>.nav-item>.nav-link {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 15px;
    line-height: 90px;
    font-size: 14px;
    margin: 0;
}
.navbar-nav>.nav-item.current>.nav-link,
.navbar-nav>.nav-item.current:hover>.nav-link,
.navbar-nav>.nav-item:hover>.nav-link,
.navbar-nav>.nav-item:focus>.nav-link {
    background-color: var(--blue);
}
.form-control {
    height: 48px;
    padding: 13px 12px 13px 0;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    background: none;
    border: none;
    border-bottom: 2px solid #676767;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    height: 48px;
    padding: 13px 12px 13px 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-label {
    display: flex;
    justify-content: space-between;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
}
.invalid {
    color: var(--red);
    border-color: var(--red);
}
.form-label .star {
    margin-right: auto;
}
.btn-primary,
.sppb-btn-primary {
    display: inline-block;
    background: #c80913;
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    padding: 7px 20px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    text-transform: uppercase;
    border: 1px solid #c80913;
    border-top-color: rgb(200, 9, 19);
    border-right-color: rgb(200, 9, 19);
    border-bottom-color: rgb(200, 9, 19);
    border-left-color: rgb(200, 9, 19);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.topbar a {
    color: var(--white);
    font-weight: 300;
}
a {
    color: var(--white);
}
a:hover,
a:focus,
a:active {
    color: var(--yelow);
}
.topbar a:hover {
    color: var(--yelow);
}
.module-content p:last-of-type {
    margin-bottom: 0;
}
.topbar {
    align-self: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.topbar .column {
    display: flex;
    flex-wrap: wrap;
}
audio,
video,
iframe {
    max-width: 100%;
}
h3 {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 10px;
    padding: 5px 0;
    text-transform: uppercase;
}
.module-title,
.footer h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    line-height: 2;
}
.footer,
.footer a {
    color: var(--light-gray);
}
.article-list .article .article-header h1,
.article-list .article .article-header h2 {
    text-transform: uppercase;
}
.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a,
.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h1 a:active,
.article-list .article .article-header h1 a:focus,
.article-list .article .article-header h2 a:hover,
.article-list .article .article-header h2 a:active,
.article-list .article .article-header h2 a:focus {
    color: #fff;
}
.container-fluid.blog-featured {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.article-list .article {
    border: 0px;
}
.programacao-header {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0em;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.programacao-conteudo>div:nth-child(2n+1) {
    background: rgba(0, 0, 0, 0.5);
}
.programacao-conteudo>div {
    padding: 10px;
}
.programacao-conteudo>div:nth-child(2n+2) {
    background: rgba(0, 0, 0, 0.7);
}
.article-info>span a {
    color: #fff;
}
.article-details .article-ratings-social-share {
    padding: 1rem 0;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 1rem;
}
.article-social-share .social-share-icon ul li a {
    color: var(--light-gray);
    border-color: var(--light-gray);
}
.com-contact.contact>h3 {
    display: none;
}
.logo2 .img-responsive {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.burger-icon>span {
    background: #fff;
}
/* inverse of this colors
.offcanvas-active .burger-icon > span:nth-child(2), #modal-menu-toggler.active .burger-icon > span:nth-child(2) {
    opacity: 0;
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
    background-color: #000;
}
*/
.offcanvas-active .burger-icon>span:nth-child(2),
#modal-menu-toggler.active .burger-icon>span:nth-child(2) {
    opacity: 0;
}
.offcanvas-active .burger-icon>span,
#modal-menu-toggler.active .burger-icon>span {
    background-color: var(--white);
}
.offcanvas-menu {
    background-color: var(--black);
    color: var(--light-gray);
}
.offcanvas-menu .offcanvas-inner ul.menu>li a,
.offcanvas-menu .offcanvas-inner ul.menu>li span {
    color: var(--light-gray);
}
.main-body {
    padding: 0px 0px;
}
.navbar-brand {
    padding: 5px 0;
}
.navbar-brand img {
    height: 80px;
}
.navbar {
    padding: 0;
}
/* placeholder */
.awesomplete>input,
.awesomplete>input::placeholder {
    color: var(--light-gray);
}
.item-title,
.page-header h1 {
    text-transform: uppercase;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 20px 0;
}
.navbar-nav {
    justify-content: flex-end;
}
.offcanvas-body>.row {
    width: 100%;
}
.social-icons {
    display: flex;
    list-style: none;
    padding: 0;
}
.social-icons [class*="fa"] {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 32px;
    color: #fff;
}
ul.social-icons>li:not(:last-child) {
    margin-right: 20px;
}
ul.social-icons>li {
    display: inline-block;
    line-height: 1.5;
}
.social-icon-twitter [class*="fa"] {
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #252525;
    font-size: 24px;
    justify-content: center;
}
.section-info {
    padding: 20px 0;
}
.nav-link-icon {
    margin-right: 0.5em;
}
.component {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer {
    color: var(--light-gray);
    background: #171717;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5rem 0;
}
.alert.alert-info {
	background: #000;
	color: var(--light-gray);
	border: 0;
}