@charset "utf-8";
/*
Theme Name: Ingressos SPFC
Theme URI: ingresso.saopaulofc.net
Description: Tema desenvolvido para o SPFC.
Version: 1.0
Author: Total Acesso
Author URI: www.totalacesso.com

General comments (optional).
*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  outline: none;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
input:focus,
textarea:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
body,
select,
input,
textarea {
  color: #808080;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  margin: 0;
  resize: none;
}
button {
  width: auto;
  overflow: visible;
}
ins {
  background: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
object {
  display: none;
}

/*
geral
*/
body,
html {
  background: #fff;
  font-size: 16px;
  color: #000;
  font-family: "Roboto", sans-serif;
}
body {
  padding-top: 80px;
  background-image: url("assets/images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 993px) {
  body {
    padding-top: 70px;
  }
}

/*
.page
*/
.page-content {
  padding: 60px 0;
  overflow-x: hidden;
}
.page-content .section ~ .section {
  margin: 60px 0 0 0;
}
@media (max-width: 993px) {
  .page-content {
    padding: 40px 0;
  }
  .page-content .section ~ .section {
    margin: 40px 0 0 0;
  }
}
.btn.btn-dark {
  background-color: #292a2c !important;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:focus-within {
  background-color: #000 !important;
}
.btn.btn-light:hover,
.btn.btn-light:active,
.btn.btn-light:focus,
.btn.btn-light:focus-within {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn.btn-xs {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 18px;
}
/*
.html-editor
*/
.html-editor a {
  color: #d71920;
}
.html-editor p {
  margin: 0 0 20px;
}
.html-editor p:last-child {
  margin: 0;
}
.html-editor ul {
  list-style: none;
  margin: 0 0 20px;
}
.html-editor ul li {
  margin: 0 0 10px;
  list-style-position: inside;
}
.html-editor ul li:last-child {
  margin: 0;
}
.html-editor ol {
  list-style: none;
  margin: 0 0 20px;
}
.html-editor ol li {
  margin: 0 0 10px;
  list-style-position: inside;
}
.html-editor ol li:last-child {
  margin: 0;
}
.html-editor h1,
.html-editor h2,
.html-editor h3,
.html-editor h4,
.html-editor h5,
.html-editor h6 {
  color: #000;
  font-weight: 700;
  margin: 0 0 20px;
}
.html-editor h3 {
  font-size: 24px;
  line-height: 32px;
}

/*
.page-header
*/
.page-header {
  padding: 60px 0;
  text-align: center;
  background: #000;
  margin: 0;
  border: 0;
}
.page-header h1,
.page-header h2 {
  font-weight: 900;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

/*
.buttons
*/
.btn-primary {
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  background: #D71920;
  color: #fff;
  border: 1px solid #D71920;
  outline: none;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  outline: none;
  background: #af070d;
  border-color: #af070d;
  color: #fff;
  text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled):active {
  outline: none;
  background: #af070d;
  border-color: #af070d;
  color: #fff;
  text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 25, 32, 0.5);
  background: #af070d;
  border-color: #af070d;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.btn-outline-primary {
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  color: #D71920;
  border: 1px solid #D71920;
  outline: none;
  text-decoration: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  outline: none;
  background: #D71920;
  border-color: #D71920;
  color: #fff;
  text-decoration: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  outline: none;
  background: #D71920;
  border-color: #D71920;
  color: #fff;
  text-decoration: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 103, 28, 0.5);
  background: #D71920;
  border-color: #D71920;
  color: #fff;
  outline: none;
  text-decoration: none;
}

/*
.form
*/
.form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.form .form-control {
  font-family: "Roboto", sans-serif;
  border-color: #dddce3;
  padding: 8px 16px 8px 40px;
  line-height: 120%;
  color: #9e9daa;
  outline: none;
  resize: none;
  height: 50px;
  font-size: 16px;
}
.form .form-group .icon {
  position: absolute;
  top: 17px;
  left: 15px;
  color: #d71920;
}
.form .form-control.no-icon {
  padding: 6px 12px;
}
.form .form-control:focus {
  border-color: #d71920;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(128, 174, 69, 0.1), 0 0 8px rgba(128, 174, 69, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 174, 69, 0.6);
}
.form textarea.form-control {
  padding: 16px 16px 16px 40px;
  min-height: 200px;
}
.form ::-webkit-input-placeholder {
  color: #9e9daa;
}
.form :-moz-placeholder {
  color: #9e9daa;
  opacity: 1;
}
.form ::-moz-placeholder {
  color: #9e9daa;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #9e9daa;
}
.form ::-ms-input-placeholder {
  color: #9e9daa;
}
.form .field-validation-error {
  color: red;
  text-align: left;
  font-size: 10px;
  display: block;
  margin-left: 10px;
  margin-top: 5px;
}
.form ::-webkit-input-placeholder {
  line-height: normal;
}

/*
navbar
*/
.navbar {
  -webkit-box-shadow: 0px 4px 17px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 17px 0px rgb(0 0 0 / 35%);
  padding: 25px 0;
  background: #fff;
}
.navbar .btn,
.navbar .nav-link {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.navbar .btn span,
.navbar .nav-link span {
  margin-right: 10px;
}

.navbar .navbar-brand {
  line-height: normal;
  margin: 0;
  padding: 0;
}
.navbar .navbar-brand img {
  display: block;
  width: 100%;
  max-width: 155px;
}
.navbar #navbarSupportedContent {
  justify-content: flex-end;
}
.navbar .search {
  margin-left: 30px;
}
.navbar .search .icon-search {
  position: relative;
  top: 1px;
}
.navbar .search .icon-search span {
  display: none;
}
.navbar .search .input {
  border: 0;
}
.navbar .navbar-nav .nav-item {
  margin: 0 15px;
}
.navbar .navbar-nav .nav-item.last {
  margin: 0 0 0 15px;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: .3s;
  border-bottom: 2px solid transparent;
  border-radius: 2px;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #000;
  border-bottom-color: #000;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link {
  color: #FFF;
  font-weight: 700 !important;
  border-bottom-color: #FFF;
}
.navbar .navbar-toggler {
  outline: none;
  color: #FFF;
  border: 2px solid #FFF;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar .btn-primary {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 10px;
  }
}
@media (max-width: 993px) {
  .navbar {
    padding: 10px 0;
  }
  .navbar .navbar-nav .nav-item {
    padding: 10px 30px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 30px;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  .navbar .navbar-brand {
    margin-left: 15px;
  }
  .navbar .navbar-toggler {
    /* margin-right: 15px; */
  }
  .navbar .navbar-nav {
    margin-top: 15px;
  }
  .navbar .search {
    margin-left: 0px;
    margin-top: 10px;
  }
}

/*
.owl-controls
*/
.owl-controls {
  margin: 15px 0 0 0;
  height: 35px;
}
.owl-controls .owl-buttons .owl-prev {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 2px #8b99a7;
  color: #8b99a7;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 35px;
  height: 35px;
}
.owl-controls .owl-buttons .owl-prev:hover {
  background: #739f86;
  color: #fff;
}
.owl-controls .owl-buttons .owl-next {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 2px #8b99a7;
  color: #8b99a7;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 35px;
  height: 35px;
}
.owl-controls .owl-buttons .owl-next:hover {
  background: #739f86;
  color: #fff;
}
.owl-controls .owl-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 8px;
}
.owl-controls .owl-pagination .owl-page {
  width: 30px;
  height: 3px;
  display: inline-block;
  margin: 0 2px;
}
.owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 25px;
  height: 3px;
  background: #8b99a7;
}
.owl-controls .owl-pagination .owl-page.active span {
  background: #739f86;
}

/*
.wp-pagenavi
*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 40px 0 0 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  min-width: 40px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  background: transparent;
  color: #dddce3;
  border: solid 1px #dddce3;
  padding: 5px;
  margin: 0 5px;
  font-size: 18px;
}
.wp-pagenavi a:hover {
  background: #d71920;
  color: #fff;
}
.wp-pagenavi span.current {
  border-color: #d71920;
  background: #d71920;
  color: #fff;
}
@media screen and (max-width: 680px) {
  .wp-pagenavi span.pages,
  a.first,
  span.extend,
  a.page.smaller,
  a.page.larger,
  a.larger.page,
  a.last {
    display: none;
  }
}

/*
.share
*/
.share .share-title {
  color: #ccc;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.share ul {
  display: flex;
  align-items: center;
}
.share ul li ~ li {
  margin: 0 0 0 10px;
}
.share ul li a {
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  width: 70px;
  height: 70px;
  display: block;
  color: #fff;
  border: solid 1px #fff;
}
.share ul li a:hover {
  background: #d71920;
  border-color: #d71920;
}
.share ul li span {
  display: none;
}

/*
.single-jogo
*/
.single-jogo .container-iframe {
  max-width: 800px;
}
.single-jogo .page-content {
  padding: 0;
}
.single-jogo .topo {
  background: #121212;
  margin: 0;
}
.single-jogo .topo .badge-primary {
  color: #fff;
  background-color: #d71920;
  padding: 4px 5px 5px 5px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 0px;
}
.single-jogo .topo .row {
  align-items: center;
}
.single-jogo .topo .time {
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
}
.single-jogo .topo .time .circle {
  width: 6px;
  height: 6px;
  background-color: #FFF;
  border-radius: 100%;
  display: inline-block;
  margin: auto 8px;
}
.single-jogo .topo .title {
  font-family: "Roboto", sans-serif;
  margin: 8px 0 24px;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.single-jogo .topo .description {
  margin: 0 0 32px 0;
  color: #fff;
  font-size: 16px;
}
.single-jogo .topo .description .badge {
  margin-left: 8px;
}
.single-jogo .topo .share {
  margin: 10px 0 0 0;
}
.single-jogo .topo .banner {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 993px) {
  .single-jogo .topo .container {
    padding: 0;
    max-width: 100%;
  }
  .single-jogo .topo .banner {
    width: 100%;
  }
  .single-jogo .topo .content {
    padding: 32px;
    text-align: center;
  }
  .single-jogo .topo .time {
    text-align: center;
    justify-content: center;
  }
  .single-jogo .topo .share ul {
    justify-content: center;
  }
  .single-jogo .topo .order-lg-1 {
    padding: 0 !important;
  }
}
.single-jogo .nav-tabs {
  /* justify-content: center; */
  border-bottom: 1px solid transparent;
}
@media (max-width: 993px) {
  .single-jogo .nav-tabs {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  /* .single-jogo .topo .time {
    font-size: 11px;
  } */
  .single-jogo .topo .title {
    font-size: 30px;
    line-height: 32px;
  }
}

.single-jogo .nav-tabs .nav-item ~ .nav-item {
  margin-left: 15px;
}
.single-jogo .nav-tabs .nav-link {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
  padding: 10px 15px;
  font-size: 18px;
  border-color: #d71920;
  color: #d71920;
  background-color: transparent;
}
.single-jogo .nav-tabs .nav-link.active,
.single-jogo .nav-tabs .nav-link:hover {
  border-color: #d71920;
  color: #fff;
  background-color: #d71920;
}
.single-jogo .tab-pane.tab-sobre .content {
  padding: 0;
}
.single-jogo #planos-lista {
  margin-bottom: 40px;
}
.single-jogo .tab-pane.tab-sobre .about {
  font-size: 16px;
  margin: 0 0 40px 0;
}
.single-jogo .tab-pane.tab-sobre .about p ~ p {
  margin-top: 16px;
}
.single-jogo .tab-pane.tab-sobre .accordion {
  margin: 0 0 40px 0;
}
.single-jogo .tab-pane.tab-sobre .accordion-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  font-size: 24px;
  text-transform: uppercase;

}
.single-jogo .tab-pane.tab-sobre .action {
  text-align: center;
}

.single-jogo .share ul li a {
  font-size: 21px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
  color: #fff;
  border: solid 1px #fff;
}

@media (max-width: 320px) {
  .single-jogo .nav-tabs .nav-link {
    margin-bottom: 10px;
  }
  .single-jogo .nav-tabs .nav-item {
    margin: 0px !important;
  }
}

/*
.accordion
*/
.accordion .accordion-button {
  font-size: 18px;
  color: #000;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
  font-weight: 500;
  background-color: transparent;
}
.accordion .accordion-header {
  background-color: transparent;
}
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  font-weight: 700;
  box-shadow: none;
  color: #d71920;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D71920'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion .accordion-item {
  border: 0;
  background-color: transparent;
}
.accordion .accordion-body {
  padding: 20px 0;
}

/*
.home
*/
.home .page-content {
  padding: 0;
}
.home .section.banner {
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
}
.home .section.banner .banner {
  border-radius: 20px;
  overflow: hidden;
}
.home .banner .img-fluid {
  display: block;
}
.home .banner .owl-dots {
  margin: 0;
  height: auto;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.home .banner .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 5px;
}
.home .banner .owl-dots .owl-dot.active {
  background-color: #d71920;
}
.home .banner .box-float-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home .banner .box-float-text {
  height: 100%;
}
.home .banner .box-float-text .row {
  height: 100%;
}
.home .banner .box-float-text .bars {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 65px;
  color: #d71920;
}
.home .banner .box-float-text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 42px;
  line-height: 48px;
  color: #fff;
}
.home .banner .box-float-text .btn {
  margin-top: 20px;
}
.home .banner .owl-nav {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 10px;
}
.home .banner .owl-nav.disabled {
  display: none;
}
.home .banner .owl-nav button {
  font-size: 40px;
  margin: 0 10px;
}
.home .banner .link-image {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999;
  height: 100%;
  width: 100%;
  opacity: 0;
}
@media (max-width: 580px) {
  .home .banner .box-float-text .bars {
    font-size: 36px;
  }
  .home .banner .box-float-text p {
    font-size: 36px;
    line-height: 32px;
  }
}

@media (max-width: 1600px) {
  .home .banner .box-float-text .bars {
    font-size: 48px;
  }
  .home .banner .box-float-text p {
    font-size: 42px;
    line-height: 40px;
  }
}

@media (max-width: 1025px) {
  .home .banner .box-float-text .bars {
    font-size: 40px;
  }
  .home .banner .box-float-text p {
    font-size: 34px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .home .banner img.d-lg-block {
    max-width: 140%;
    height: auto;
    margin-left: -20%;
  }
}

.home .banner .box-float-banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.home .banner .box-float-banner .container {
  margin-top: -425px;
}
.home .banner .box-float-banner .row {
  position: absolute;
  width: 100%;
  top: 0;
  height: 0;
}
@media (max-width: 993px) {
  .home .banner .img-fluid {
    width: 100%;
  }
  .home .banner .box-float-banner {
    display: none;
  }
  .content-banner {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .home .banner .box-float-banner .container {
    margin-top: -365px;
  }
}
@media (max-width: 1100px) {
  .home .banner .box-float-banner .container {
    margin-top: -319px;
  }
}

.home .title {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 18px;
}
.home .title .icon {
  margin-right: 10px;
  display: block;
}
.home .title .bars {
  color: #d71920;
}
.home .title.white {
  color: #fff;
}
.home .title.white .bars {
  color: #000;
}
.home .jogos {
  margin: 70px 0 !important;
  /* background: url(assets/images/bg-gray.jpg); */
}
.home .jogos .action {
  /* margin-top: 40px; */
  text-align: center;
}
@media (min-width: 993px) {
  .home .row > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .home .jogos .row {
    margin-left: -35px;
    margin-right: -35px;
  }
  .home .jogos .card-jogo {
    margin-bottom: 70px;
  }
}

/* INFORMAÇÕES GERAIS */
.home .informacoes-gerais {
  padding: 70px 0;
  background: url(assets/images/bg-red.jpg);
}
.home .informacoes-gerais .accordion {
  margin: 0 0 70px 0;
}
.home .informacoes-gerais .accordion .accordion-button {
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
  font-weight: 500;
  background-color: transparent;
}
.home .informacoes-gerais .accordion .accordion-button:focus {
  box-shadow: none;
}
.home .informacoes-gerais .accordion .accordion-button:not(.collapsed) {
  font-weight: 700;
  box-shadow: none;
}
.home .informacoes-gerais .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.home .informacoes-gerais .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.home .informacoes-gerais .accordion .accordion-item {
  border: 0;
  background-color: transparent;
}
.home .informacoes-gerais .accordion .accordion-body {
  padding: 20px;
  background: #fff;
}
.home .informacoes-gerais .action {
  text-align: center;
}
.home .informacoes-gerais .action .btn {
  width: 100%;
}
.home .informacoes-gerais .action .btn-outline-primary {
  color: #fff;
  border: 1px solid #fff;
}
.home .informacoes-gerais .action .btn-outline-primary:hover {
  background: #fff;
  color: #000;
}
/* CADEIRA CATIVA E INGRESSO DEFICIENTE */

.home .info {
  margin: 0 0 10px !important;
  border-bottom: 10px solid #c4000b;
  background: #000;
}
.home .info .row {
  margin: 0 !important;
}
.home .info .row .col {
  padding: 0 !important;
}
.home .info .col-left {
  display: flex;
  justify-content: flex-end;
  text-align: left;
}
.home .info .col-left .title {
  text-align: left;
}
.home .info .col-right {
  display: flex;
  justify-content: flex-start;
  text-align: right;
}
.home .info .col-right .title {
  text-align: right;
}
.home .info .title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #fff;
}
.home .info .content {
  position: relative;
  padding: 80px 0;
  max-width: 660px;
}
.home .info .content p {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .home .info .title {
    font-size: 24px;
  }
}
@media (max-width: 993px) {
  .home .info .title {
    font-size: 32px;
    text-align: center !important;
    line-height: 36px;
  }
  .home .info .col-left {
    justify-content: center;
    text-align: center;
  }
  .home .info .col-right {
    justify-content: center;
    text-align: center;
  }
  .home .info .col-left .detail {
    top: -15px;
    right: 50%;
    margin-right: -237px;
  }
  .home .info .col-right .detail {
    bottom: -15px;
    left: 50%;
    margin-left: -237px;
  }
  .home .info .content {
    padding: 20px;
  }
}
@media (max-width: 567px) {
  .home .info .col-left .detail {
    display: none;
  }
  .home .info .col-right .detail {
    display: none;
  }
}

/*
.jogos
*/
.page-id-42 .jogos .row {
  justify-content: center;
}
.page-id-42 .jogos .row ~ .row {
  margin-top: 30px;
}
.page-id-42 .jogos .no-items {
  text-align: center;
  margin: 0 0 40px 0;
}
.page-id-42 .jogos .no-items .description {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.page-id-42 .jogos .no-items .detail {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.page-id-42 .jogos .no-items a {
  color: #d71920;
  text-decoration: none;
}
@media (max-width: 993px) {
  .page-id-42 .jogos .row .col ~ .col {
    margin-top: 30px;
  }
}

/*
.card-jogo
*/
.card-jogo {
  text-align: center;
  background: #fff;
  /* border: solid 1px #000; */
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: calc(var(--bs-gutter-x));
}
.card-jogo .thumb {
  display: block;
  max-width: 100%;
  height: auto;
}
.card-jogo .box-imagem {
  padding: 30px;
  width: 100%;
  text-align: center;
}
.card-jogo .box-imagem .thumb {
  margin: 30px auto;
}
.card-jogo .badge {
  color: #fff;
  padding: 4px 5px 5px 5px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0px;
}
.card-jogo .badge-danger {
  background-color: #d71920;
}
.card-jogo .card-jogo-content {
  padding: 20px;
  /* text-indent: -9999;
  height: 0;
  width: 0;
  opacity: 0; */
}
.card-jogo .card-jogo-content .title {
  font-size: 14px;
  margin-bottom: 5px;
  color: #d71920;
  position: absolute;
  left: -999em;
  z-index: 999;
}
.card-jogo .card-jogo-content .jogo-time {
  color: #000;
  font-size: 14px;
}
.card-jogo .card-jogo-content .jogo-title {
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.card-jogo .card-jogo-content .jogo-description {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 16px;
}
.card-jogo .btn {
  width: 100%;
  font-size: 18px;
  line-height: 21px;
  padding: 15px 20px;
}

/*
.error404
*/
.error404 .page-content {
  min-height: 450px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error404 .page-content .content {
  max-width: 600px;
  margin: 0 auto;
}
.error404 .page-content .content .icon {
  font-size: 80px;
  margin: 0 0 20px 0;
}
.error404 .page-content .content .description {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.error404 .page-content .content .detail {
  font-size: 16px;
  margin: 0 0 20px 0;
}

/*
.redes-sociais
*/
.redes-sociais .title {
  margin: 0 0 20px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 40px;
}
.redes-sociais .title .bars {
  color: #d71920;
}
.redes-sociais .share {
  margin: 0 0 40px 0;
}
.redes-sociais .share ul {
  justify-content: center;
}
.redes-sociais .owl-item ~ .owl-item {
  margin: 0 5px;
}
.redes-sociais .owl-controls {
  display: none !important;
}
.redes-sociais .share ul li a {
  color: #d71920;
  border: solid 1px #000;
}
.redes-sociais .share ul li a:hover {
  background: #d71920;
  border-color: #d71920;
  color: #fff;
}
.redes-sociais .card-rede-social {
  border-radius: 0px;
  border: solid 1px #000;
  padding: 20px;
}
.redes-sociais .card-rede-social img {
  margin-bottom: 20px;
  display: block;
}
.redes-sociais .card-rede-social p {
  font-size: 11px;
}

.banner-socio-torcedor img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}

.sa-box {
  margin-left: 15px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 728px) {
  .sa-box {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.sa {
  position: relative;
  display: inline-block;
  max-width: 100px;
}
.sa .st {
  visibility: hidden;
  width: 220px;
  background-color: #e2e2e2;
  color: #000;
  text-align: left;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
  font-size: 12px;
}
.sa .st div {
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
}
.sa .st span {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.sa:hover .st {
  visibility: visible;
  opacity: 1;
}
.sad .st,
.sae .st {
  top: 0;
}
.sab .st,
.sat .st {
  margin-left: -110px;
  left: 50%;
}
.sat .st {
  bottom: 110%;
}
.sab .st {
  top: 90%;
}
.sad .st {
  left: 105%;
}
.sae .st {
  right: 105%;
}

/* ESTADIO */

.stadium_areas {
  position: absolute;
  top: 0;
}

.stadium_areas.stadium_areas--left {
  left: 0;
}

.stadium_areas.stadium_areas--right {
  right: 0;
  text-align: right;
}

@media all and (min-width: 515px) {
  .stadium_areas.stadium_areas--right {
    text-align: right !important;
  }
  .stadium_areas.stadium_areas--right .stadium_areas__item {
    justify-content: flex-end;
  }
}

.stadium_areas .stadium_areas__title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.stadium_areas .stadium_areas__list {
  margin-bottom: 15px;
}

.stadium_areas .stadium_areas__list .stadium_areas__item {
  margin-bottom: 10px;
  display: flex;
  background: none;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor {
  padding: 5px 15px;
  border: 1px solid #64747d;
  border-radius: 3px;
  transition: all 250ms ease;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  border-radius: 20px;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--orange::before {
  background-color: #e86400;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--blue::before {
  background-color: #00a9e8;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--red::before {
  background-color: #e80000;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--yellow::before {
  background-color: #ff0;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--navy::before {
  background-color: #3932ff;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--white::before {
  background-color: #64747d;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--orange {
  border-color: #e86400;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--blue {
  border-color: #00a9e8;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--red {
  border-color: #e80000;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--yellow {
  border-color: #ff0;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--navy {
  border-color: #3932ff;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor.stadium_areas--white {
  border-color: #64747d;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor:hover {
  border: 1px solid #fff;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor .stadium_areas__name {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}

.stadium_areas .stadium_areas__list .stadium_areas__item .stadium_areas__anchor .stadium_areas__gate {
  font-size: 12px;
  color: #64747d;
}

@media all and (max-width: 1350px) {
  .stadium_areas {
    position: relative;
  }
  .stadium_areas.stadium_areas--left,
  .stadium_areas.stadium_areas--right {
    display: flex;
    flex-direction: row;
    vertical-align: top;
    text-align: left;
    flex: 1;
    align-items: flex-start !important;
    flex-wrap: wrap;
  }
  .stadium_areas .stadium_areas__group {
    display: flex;
    flex-direction: column;
    vertical-align: top;
    justify-content: space-between;
    flex: 1;
    min-width: 50%;
  }
  .stadium_areas.stadium_areas--right {
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 10px;
  }
  .stadium_areas.stadium_areas--left {
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 10px;
  }
}

@media all and (max-width: 992px) {
  .stadium_areas.stadium_areas--left,
  .stadium_areas.stadium_areas--right {
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 728px) {
  .list-stadium_areas {
    flex-direction: column;
  }
  .stadium_areas.stadium_areas--right {
    align-items: center;
  }
  .stadium_areas.stadium_areas--left {
    align-items: center;
  }
  .stadium_areas .stadium_areas__list .stadium_areas__item {
    justify-content: center;
  }
}

@media all and (max-width: 500px) {
  .stadium_areas.stadium_areas--left {
    width: 100%;
  }
  .stadium_areas.stadium_areas--right {
    width: 100%;
  }
}

@media all and (max-width: 990px) {
  .stadium_areas.stadium_areas--left,
  .stadium_areas.stadium_areas--right {
    width: 100%;
    text-align: center !important;
    margin: 5px auto;
  }
  .stadium_areas .stadium_areas__group {
    display: block;
    margin: 0;
  }
  .stadium_areas .stadium_areas__list .stadium_areas__item {
    justify-content: center;
  }
}

.estadio {
  z-index: 2;
  position: relative;
  padding: 80px 0;
  margin: 0 !important;
  background: url(assets/images/bg-map.png) no-repeat;
  background-size: cover;
}

.estadio .title.white {
  color: #fff;
  padding: 10px 25px;
  background-color: #FFF;
  margin: 0 auto 70px;
  text-transform: uppercase;
  width: fit-content;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.estadio .title.white img {
  max-width: 175px;
  width: 100%;
  margin: 0;
}

.estadio .stadium__areas {
  position: relative;
}

.estadio .stadium__areas .stadium__image .stadium__img {
  max-width: 100%;
  margin: 0 auto;
  transition: 0.5s;
  display: block;
}

.estadio .stadium__areas .stadium__image .satidum__overlayed {
  max-width: 100%;
  margin: 0 auto;
  top: 0;
  position: absolute;
  right: 0;
  left: 0;
}

.estadio .stadium__areas .stadium__image.actived .stadium__img {
  /* opacity: .5; */
}

.stadium__image {
  position: relative;
}

.marker {
  width: 100px;
  height: 100px;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: none;
}

.pin {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1000;
  background: rgb(255, 255, 255);
}

.pin-effect {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  opacity: 0;
  animation: pulsate 2400ms ease-out infinite;
  background: rgba(255, 255, 255, 0.6);
}

.stadium__pins,
.stadium__gates {
  position: absolute;
  width: 100%;
  max-width: 690px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

@media only screen and (max-width: 414px) {
  .map-bg {
    background-position: -100px 0px;
  }

  .marker {
    left: 100px;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@media all and (max-width: 425px) {
  .stadium .stadium__areas {
  }
  .stadium__image {
    position: relative;
    width: 700px;
    transform: scale(0.5);
    height: 340px;
    margin-left: 50%;
    left: -350px;
  }
}
@media (max-width: 424px) {
  .stadium__image {
  }
}
@media all and (max-width: 320px) {
  .stadium__image {
    transform: scale(0.4);
  }
}

.gate {
  position: absolute;
  text-align: center;
  color: #fff;
}

.gate:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(assets/images/iconmonstr-arrow-20.png) no-repeat center center;
  top: 22px;
  margin: auto;
  right: 0;
  left: 0;
}

.gate .gate_name {
  text-shadow: 1px 0px 1px #1f1f1f;
  font-size: 16px;
}

.gate .marker {
  transform: rotate3d(-10, 0, 0, 70deg);
  position: relative;
  top: -24px;
  left: 0;
  display: flex;
}

.gate .marker .pin-effect {
  width: 30px;
  height: 30px;
}

/* COMO CHEGAR */
.page-content .section.como-chegar {
  border-top: 10px solid #000;
  padding-top: 50px;
  margin-top: 0;
}
.como-chegar .title {
  color: #000 !important;
  text-transform: uppercase;
}
.como-chegar #nav-tab .title .bars {
  color: #d71920;
}
.como-chegar .nav-tabs {
  border-color: #000;
}
.como-chegar .nav-tabs .nav-link:nth-child(1) {
  background-color: #d71920 !important;
}
.como-chegar .nav-tabs .nav-link:nth-child(1) .title {
  color: #FFF !important;
}
.como-chegar .nav-tabs .nav-link:nth-child(3) {
  background-color: #000 !important;
}
.como-chegar .nav-tabs .nav-link:nth-child(3) .title {
  color: #FFF !important;
}
.como-chegar .tab-content {
  padding: 20px 0;
  /* border: 1px solid #000; */
  border-top: none;
}
.como-chegar .tab-content h3 {
  font-family: "Roboto", sans-serif;
  margin: 0 0 30px;
  color: #000;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
}
.como-chegar .tab-content p {
  margin: 0 0 0;
  color: #000;
  font-size: 16px;
}
.como-chegar .tab-content p a {
  font-weight: 700;
  color: #d71920;
  text-decoration: none;
}
.como-chegar .nav-tabs .nav-link {
  border-radius: 0 !important;
  padding: 20px;
  background-color: #fff;
}
.como-chegar .nav-tabs .nav-link span {
  border-bottom: 2px solid transparent;
}
.como-chegar .nav-tabs .nav-link:hover span,
.como-chegar .nav-tabs .nav-link.active span {
  border-color: #fff !important;
}
.como-chegar .nav-tabs .nav-link:nth-child(2):hover .title,
.como-chegar .nav-tabs .nav-link:nth-child(2).active span {
  border-color: #000 !important;
}
.como-chegar .nav-tabs,
.como-chegar .nav-tabs .nav-item {
  border: none;
}
.como-chegar .nav-tabs .nav-item.show .nav-link,
.como-chegar .nav-tabs .nav-link.active,
.como-chegar .nav-tabs .nav-link:hover {
  border-color: #fff;
  border-bottom-color: #fff;
}
.como-chegar iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
}
@media (max-width: 990px) {
  .como-chegar .tab-content {
    margin-bottom: 40px;
  }
}

.como-chegar .position-relative {
  border-bottom: 10px solid #d71920;
  height: 100%;
  min-height: 300px;
  border-radius: 0 0 5px 5px;
  margin-top: 20px;
}
@media (max-width: 580px) {
  .como-chegar .nav.nav-tabs {
    flex-direction: column;
  }
}
/*
#footer
*/
#footer {
  background: #000 url(assets/images/footer_detail_red.png) no-repeat center bottom;
  color: #fff;
}
#footer .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
#footer .company {
  text-align: center;
}
#footer .company .share {
  margin: 20px auto 0 auto;
  display: inline-block;
}
#footer .company .company-name {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
#footer .company .site-description {
  font-size: 14px;
}
#footer .logo {
  width: 55px;
  height: 56px;
  margin-left: 20px;
  display: block;
}

#footer .title {
  font-family: "Roboto", sans-serif;
  margin: 0 0 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
#footer p,
#footer address {
  margin: 0 0 15px;
  color: #fff;
  font-size: 11px;
}
#footer .btn {
  margin: 0 0 15px;
  font-size: 16px;
  padding: 5px 5px;
}
#footer ul {
  list-style: none;
  margin: 0;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px;
}
#footer ul li a {
  padding: 0;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 990px) {
  #footer,
  #footer .title {
    text-align: center;
  }
  #footer .title {
    margin: 0.5rem 0 0;
  }
  #footer .extras {
    justify-content: center;
    text-align: center;
  }
}

#footer .detail {
  position: absolute;
  top: -25px;
  right: -50px;
}
@media (max-width: 768px) {
  #footer .detail {
    display: none;
  }
}
/* Barra de acessibilidade */

.PcDtool {
  background: #191919;
  width: 100%;
  height: auto;
  position: absolute;
  left: -999em;
  z-index: 999;
}

.PcDtool ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

@media (max-width: 728px) {
  .PcDtool ul {
    display: block;
    text-align: center;
  }
}
.PcDtool:focus,
.PcDtool:focus-within {
  top: 0;
}

.PcDtool a {
  margin: 0 10px;
  font-size: 12px;
  display: block;
  padding: 5px;
}
/* Ajustes no mobile */
.navbar {
  background-color: #d71920;
}
@media (max-width: 990px) {
  .navbar .navbar-toggler {
    border: none;
    font-size: 1.7rem;
    outline: none;
    box-shadow: none;
  }
  .navbar .navbar-toggler:focus,
  .navbar .navbar-toggler:active {
    border: none !important;
    outline: none !important;
    box-shadow: none;
  }
  #menu .search {
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 10px 10px;
    display: flex;
    align-items: center;
  }
  #menu .search input[type="text"] {
    flex: 1;
    order: 1;
  }
  #menu .search label {
    order: 2;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
  .navbar .btn,
  .navbar .nav-item .btn.btn-xs {
    font-size: 12px;
  }
}

/* DROPDOWN USER */
.custom-dropdown {
  padding-right: 10px;
}
@media (min-width: 990px) {
  .custom-dropdown {
    padding: 0;
    border: none;
    padding-left: 10px;
  }
}
.custom-dropdown > a {
  color: #000;
  text-decoration: none;
}
.custom-dropdown > a::after {
  display: none;
}

.custom-dropdown a i {
  color: #d71920;
  font-size: 16px;
}

.custom-dropdown .btn:active,
.custom-dropdown .btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.custom-dropdown .btn.btn-custom {
  border: 1px solid #efefef;
}

.custom-dropdown .title-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-dropdown .title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-dropdown .dropdown-link .profile-info h3,
.custom-dropdown .dropdown-link .profile-info span {
  margin: 0;
  padding: 0;
  text-transform: none;
  text-decoration: none;
}

.custom-dropdown .dropdown-link .profile-info .name-user {
  font-size: 15px;
  font-weight: 600;
}
.custom-dropdown .dropdown-link .profile-info .email-user {
  font-size: 12px;
  color: #fff;
}

.custom-dropdown .dropdown-link .profile-info span {
  display: block;
  font-size: 13px;
}

.custom-dropdown .dropdown-menu {
  border: 1px solid transparent !important;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  margin-top: -10px !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border-radius: 0;
  background: #fff;
  right: auto !important;
  left: auto !important;
  -webkit-transition: 0.3s margin-top ease, 0.3s opacity ease, 0.3s visibility ease;
  -o-transition: 0.3s margin-top ease, 0.3s opacity ease, 0.3s visibility ease;
  transition: 0.3s margin-top ease, 0.3s opacity ease, 0.3s visibility ease;
  visibility: hidden;
}
.custom-dropdown .dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  margin-top: 0px !important;
}
.custom-dropdown .dropdown-menu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 15px 15px;
  position: relative;
  color: #000;
}
.custom-dropdown .dropdown-menu a:last-child {
  border-bottom: none;
}
.custom-dropdown .dropdown-menu a:hover,
.custom-dropdown .dropdown-menu a:active,
.custom-dropdown .dropdown-menu a:focus {
  background: #fff;
  color: #d71920;
}
.custom-dropdown .dropdown-link .profile-pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  text-decoration: none;
  text-align: right;
  border: 3px solid #f0f0f0;
  padding: 2px;
  border-radius: 100%;
  overflow: hidden;
}

.custom-dropdown #imageUser {
  width: 40px;
  height: 40px;
  background-size: cover;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
}

.custom-dropdown #imageUser.no-image {
  background-size: auto;
}

#menu .show-user {
  display: none;
}

body.show-user #menu .show-user {
  display: flex;
}

body.show-user #menu .no-show-user {
  display: none;
}

/* COUNTDOWN */
#countdown {
  background-color: #f0f0f0;
  padding: 0;
}
#countdown a,
#countdown a img {
  display: block;
}
#countdown .content-countdown {
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
#countdown .content-countdown p {
  margin: 0;
  margin-right: 10px;
}
#countdown-input {
  display: flex;
  justify-content: center;
  align-items: center;
}

#countdown-input span {
  display: flex;
  flex-direction: column;
  margin: 0 5px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #000;
  width: 70px;
  justify-content: center;
  text-align: center;
}
#countdown-input > span {
  background-color: #fff;
}
#countdown-input span span {
  font-size: 24px;
  line-height: 20px;
  margin: 5px 0 0;
  border: none;
  padding: 0;
  color: #d71920;
  width: auto;
}

@media (max-width: 768px) {
  #countdown .container .row .col-12 {
    padding: 0;
  }
  #countdown .content-countdown {
    flex-direction: column;
  }
  #countdown .content-countdown p {
    margin: 10px 0 10px;
  }
  #countdown #countdown-input {
    flex-wrap: wrap;
  }
  #countdown #countdown-input > span {
    margin: 5px;
    font-size: 12px;
    width: 50px;
  }
  #countdown-input span span {
    font-size: 18px;
  }
}

/* BOX NO IE */
.box-info-ie {
  min-height: 564px;
  position: absolute;
  background-color: #292929cb;
  display: none;
  flex: 1 auto;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 99;
  flex-direction: column;
  width: 100%;
}
.box-info-ie .title-box-error {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.box-info-ie p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.box-info-ie .view {
  text-align: center;
  color: #fff;
  max-width: 100%;
  padding: 25px;
}
.box-info-ie img {
  font-size: 3em;
  display: block;
  max-width: 140px;
  margin: 0 auto 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    overflow: hidden;
  }
  .box-info-ie {
    display: flex;
  }
  .box-info-ie .view {
    margin-top: 180px;
  }
}

/* `POPUP */
.sgpb-popup-builder-content-html h1,
.sgpb-popup-builder-content-html h2,
.sgpb-popup-builder-content-html h3,
.sgpb-popup-builder-content-html h4,
.sgpb-popup-builder-content-html h5,
.sgpb-popup-builder-content-html h6,
.sgpb-popup-builder-content-html p {
  margin-bottom: 10px;
}
.sgpb-popup-builder-content-html h1 {
  font-size: 22px;
}
.sgpb-popup-builder-content-html h2 {
  font-size: 18px;
}
.sgpb-popup-builder-content-html h3 {
  font-size: 16px;
}
.sgpb-popup-builder-content-html h4 {
  font-size: 15px;
}
.sgpb-popup-builder-content-html p {
  font-size: 14px;
}

/* SOCIO TORCEDOR HOME */

.section.socio-torcedor {
  margin: 70px 0 !important;
}

.section.socio-torcedor .group-btn {
  padding: 0;
}
.section.socio-torcedor .group-btn .btn {
  padding: 25px 45px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  width: 100%;
}

@media (min-width: 993px) {
  .container.container-reduce {
    max-width: 900px;
  }
  .section.socio-torcedor .row > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .section.socio-torcedor .row {
    margin-left: -35px;
    margin-right: -35px;
  }
}

@media (max-width: 728px) {
  .section.socio-torcedor .group-btn .btn {
    margin: 0 0 10px;
  }
}

/* BOX SPFC FLOAT */
.box-spfc-float {
  position: fixed;
  top: 235px;
  display: flex;
  flex-direction: column;
  z-index: 99;
}
.box-spfc-float span {
  width: 20px;
  height: 60px;
}
.box-spfc-float span.white {
  background-color: #fff;
}
.box-spfc-float span.black {
  background-color: #000000;
}
.box-spfc-float span.red {
  background-color: #d71920;
}
.box-spfc-float.right {
  right: 0;
}
.box-spfc-float.left {
  left: 0;
}
@media (max-width: 980px) {
  .box-spfc-float span {
    width: 10px;
    height: 40px;
  }
}

/* GERAL */

.btn {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  border-radius: 5px;
  padding: 18px 40px;
}
.btn.btn-icon {
  align-items: center;
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.btn.btn-icon img,
.btn.btn-icon .icon {
  margin-right: 10px;
  display: block;
}
.form-control:focus {
  border-color: #d71920;
  box-shadow: 0 0 0 0.25rem rgb(215 25 32 / 25%);
}

@media (max-width: 768px) {
  .navbar .navbar-brand {
    margin-left: 0;
  }
  .navbar .navbar-toggler {
    padding: 5px;
  }
  .custom-dropdown {
    padding-right: 0;
  }
}

.btn.text-normal {
  text-transform: none;
  font-weight: 400;
}

.text-danger {
  color: #c4000b !important;
}

.page-id-47 .accordion {
  margin: 0 0 40px 0;
}
.page-id-47 .action {
  text-align: center;
}

.divider-mobile {
  display: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 990px) {
  .divider-mobile {
    position: absolute;
    top: 52px;
    left: 0;
    height: 16px;
    width: 100%;
    display: block;
  }
}


.sg-popup-content {
  padding: 40px !important;
  box-shadow: none !important;
}
.sg-popup-content.sgpb-theme-6-content {
  box-shadow: none !important;
}
.sg-popup-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 0;
}

.sg-popup-content p:first-child {
  margin-top: 0;
}

.sg-popup-content h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  font-size: 24px;
  text-transform: uppercase;
}


/*
.card-camarote
*/
.card-camarote {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: calc(var(--bs-gutter-x));
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.card-camarote .thumb {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 175px;
}
.card-camarote .card-camarote-content {
  padding: 20px;
  border: solid 1px #eee;
  flex: 1;
}
.card-camarote .card-camarote-content .title {
  font-size: 14px;
  margin-bottom: 5px;
  color: #d71920;
  position: absolute;
  left: -999em;
  z-index: 999;
}
.card-camarote .card-camarote-content .camarote-title,
.card-camarote .card-camarote-content a {
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.card-camarote .card-camarote-content .camarote-description {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 16px;
}
.container-owl-camarotes .owl-carousel {
  position: initial !important;
  margin-bottom: 40px;
}
.container-owl-camarotes {
  padding: 0 100px;
  position: relative;
}
.container.container-iframe.container-owl-camarotes {
  padding: 0;
}
.container-owl-camarotes .owl-nav ,
#planos-lista .owl-nav{
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 1;
  height: 100%;
  align-items: center;
}
#planos-lista .owl-nav {
  display: none;
}
.container-owl-camarotes .owl-stage-outer {
  z-index: 2;
}

.container-owl-camarotes .owl-nav button,
#planos-lista .owl-nav button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  color: #FFF !important;
  font-size: 32px !important;
  background: #B2B2B2 !important;
}
.container-owl-camarotes .owl-nav button span, 
#planos-lista .owl-nav button span {
  margin-top: -7px;
  font-weight: 700;
  color: #FFF !important;
}


@media (max-width: 768px) {
  .container-owl-camarotes,
  #planos-lista #owl-planos {
    padding: 0 50px;
    position: relative;
  }
  
  .container-owl-camarotes .owl-nav,
  #planos-lista .owl-nav {
    padding: 0 15px;
  }

  .container-owl-camarotes .owl-nav button,
  #planos-lista .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px !important;
  }

  .container-owl-camarotes .owl-nav button span,
  #planos-lista .owl-nav button span {
    margin-top: -5px;
  }
  #planos-lista .owl-nav {
    display: flex;
  }
}

.container-owl-camarotes .owl-dots,
#planos-lista .owl-dots {
  margin: 10px 0;
  height: auto;
  display: flex;
  justify-content: center;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.container-owl-camarotes .owl-dots .owl-dot,
#planos-lista .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #B2B2B2;
}
.container-owl-camarotes .owl-dots .owl-dot.active,
#planos-lista .owl-dots .owl-dot.active {
  background-color: #d71920;
}

/* PLANOS */
#planos-lista {
  padding: 32px 0 56px;
  background-image: url("assets/images/bg-planos.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#planos-lista .owl-carousel .owl-stage{display: flex;}
#planos-lista .owl-carousel .item {
  display: flex;
  flex: 1;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
}
#planos-lista h2 {
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 32px;
  font-size: 24px;
  text-transform: uppercase;
  color: #FFF;
}
.planos-lista {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.planos-lista__box {
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 20px;
  padding: 24px;
  flex: 1;
  margin: 25px 0;
}

.planos-lista__box-icon {
  margin-top: -48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  margin-bottom: 20px;
}


.planos-lista__box-icon img {
  width: 60px !important;
}

.planos-lista__box-title {
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 8px;
  font-size: 16px;
  text-transform: uppercase;
}
.planos-lista__box-lista-vantagens {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.planos-lista__box-lista-vantagens li {
  display: flex;
  align-items: center; 
  font-size: 11px;
  margin-bottom: 10px;
}
.planos-lista__box-lista-vantagens li:last-child {
  margin-bottom: 0;
}
.planos-lista__box-lista-vantagens li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 1.7rem;
  width: 37.02px;
}
.planos-lista__box-lista-vantagens li .text {
  flex: 1;
}
.planos-lista__box-lista-vantagens li p {
  margin: 0;
}
.planos-lista__box-value {
  width: 100%;
  margin-top: 16px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.planos-lista__box.plano-vermelho .planos-lista__box-value {
  color: #FFF;
  background-color: #000000;
  padding: 8px;
}

.planos-lista__box.plano-vermelho {
  background-color: #BF181C;
  color: #FFF;
}

.planos-lista__box.plano-preto {
  background-color: #1D1D1B;
  color: #FFF;
}

.planos-lista__box.plano-preto .planos-lista__box-value {
  color: #BF181C;
  background-color: #FFF;
  padding: 8px;
}

.planos-lista__box.plano-tricolor {
  background-color: #FFF;
  color: #292929;
  position: relative;
}
.planos-lista__box.plano-tricolor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background: #BF181C;
  z-index: 1;
  border-radius: 20px 0 0 20px;
}

.planos-lista__box.plano-tricolor::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #292929;
  z-index: 1;
  border-radius: 0 20px 20px 0;
}

.planos-lista__box.plano-tricolor .planos-lista__box-value {
  color: #FFF;
  background-color: #BF181C;
  padding: 8px;
}

.planos-lista__box.plano-branco {
  background-color: #FFF;
  color: #303030;
}

.planos-lista__box.plano-branco .planos-lista__box-value {
  color: #FFF;
  background-color: #000000;
  padding: 8px;
}


.planos-lista__box.plano-diamante {
  background-color: #FFF;
  background-image: url("assets/images/bg-diamante.jpg");
  color: #FFF;
}

.planos-lista__box.plano-diamante .planos-lista__box-value {
  color: #BF181C;
  background-color: #FFF;
  padding: 8px;
}

#plano-lista-observacao {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

#plano-lista-observacao .plano-lista-observacao-conteudo {
  background-color: #D9D9D9;
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
  margin: 0 20px;
  display: flex;
  padding: 20px;
}

#plano-lista-observacao .plano-lista-observacao-conteudo p {
  color: #000000;
  margin: 0;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 768px) {
  #plano-lista-observacao {
    position: relative;
    transform: none;
  }
}

.container-camarote {
  margin-top: 70px !important;
}

@media (max-width: 768px) {
  .container-camarote {
    margin-top: 10px !important;
  }
}