@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansLight";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #991136;
  overflow-x: hidden;
}

.bg-pretao {
  background: black;
}

.navbar-default {
  text-align: center;
  background: black;
  border-top: solid 2px black;
}

.listaSocial li {
  float: left;
  list-style: none;
}
.listaSocial li i {
  color: #fff;
  font-size: 19px;
  margin: 0 10px;
}

.logo-fixed {
  position: fixed;
  box-shadow: 0 8px 6px -6px black;
}

.navbar-topo {
  width: 1170px;
}

.logo-reveillon {
  background: #2a2a2a;
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: 0 8px 6px -6px black;
}

.banner-reveillon-mobile {
  display: none;
}

.altura-header {
  margin-top: 510px;
}

.container-reveillon {
  padding: 0 60px;
}

.breadcrumb-reveillon {
  padding-top: 15px;
}

.titulo-reveillon {
  color: #010100;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0;
}

.quantidade-eventos {
  color: #3f434a;
  font-size: 1em;
  margin-bottom: 25px;
}

.linha-listaEventos {
  margin-top: 25px;
  border-bottom: 1px #9baaa9 solid;
}

/* Badge com as datas */
.data-evento {
  width: 105px;
  height: 125px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #919191;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.dia-evento,
.mes-evento {
  color: #fff;
  font-weight: bold;
}
.dia-evento {
  font-size: 50px;
  line-height: 45px;
  padding-top: 20px;
}
.mes-evento {
  font-size: 30px;
}
/* /Badge com as datas */

.detalhe-evento {
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.detalhe-evento li {
  list-style: none;
  line-height: 30px;
}
.titulo-evento {
  font-size: 30px;
  /*margin-bottom: 10px;*/
}
.lugar-evento {
  font-size: 20px;
}
.local-evento {
  font-family: "OpenSansRegular";
  font-size: 20px;
  font-weight: normal;
}
.status-evento {
  font-size: 15px;
  font-weight: normal;
  border: 1px #000 solid;
  border-radius: 5px;
  padding: 0 10px;
  width: 215px;
}
.abertura-evento {
  font-size: 0.7em !important;
  font-weight: normal;
}

.btn-outline-reveillon,
.btn-outline-reveillon:active {
  width: 180px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 5px 25px;
  background-color: #fff;
  color: #ea030f;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #ea030f 20%, #ea030f 100%) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
}

.btn-outline-reveillon:hover,
.btn-outline-reveillon:focus {
  color: #ea030f;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #ea030f 20%, #ea030f 100%) border-box;
}

.btn-outline-reveillon-topo,
.btn-outline-reveillon-topo:active {
  width: 220px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 5px 25px;
  background-color: #fff;
  color: #ea030f;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #ea030f 20%, #ea030f 100%) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  margin: 20px 0;
}
/*
Rosa: #df3186
Laranja: 
*/

.btn-outline-reveillon-topo:hover,
.btn-outline-reveillon-topo:focus {
  color: #ea030f;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #ea030f 20%, #ea030f 100%) border-box;
}

.linha-desativada {
  opacity: 0.5;
}

.titulo-botao {
  display: block;
}
.titulo-botao-mobile {
  display: none;
}
.st-esgotado {
  color: #f00;
}
.st-ultimos {
  color: rgba(241, 151, 75);
}
.st-disponivel {
  color: #008000;
}
.st-embreve {
  color: #9baaa9;
}

.titulo-turne-info {
  color: #ea030f;
  font-size: 40px;
  font-weight: bold;
  padding-top: 20px;
  font-family: arial;
}
.corpo-turne-info {
  text-align: justify;
}

footer {
  padding-bottom: 10px;
  background: #f9f9f9;
}

.footer-app {
  font-size: 19px;
}

.mao-app {
  text-align: center;
}

.baixar-msg-app {
  line-height: 15px;
  margin-top: 65px;
}

.baixar-app {
  font-weight: bold;
}

.msg-app {
  font-family: OpenSansLight;
}

.lista-stores {
  margin-top: 65px;
}

.lista-stores li {
  list-style: none;
  margin: 15px 0;
}

.footer-bdigital {
  padding-top: 30px;
  background: #f9f9f9;
}
.menu-footer li {
  list-style: none;
  font-family: "OpenSansBold";
  font-size: 12px;
  color: #333;
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 0 15px;
}
.menu-footer li a {
  text-decoration: none;
  color: #333;
}
.informativo-footer {
  color: #8f8f8f;
  font-size: 12px;
}

#CV_container {
  margin-top: -20px !important;
  color: #545454;
  font-family: Open sans, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}
/* FIRST ROW */
#CV_section_r1 {
  color: #fff;
  background-color: #252525;
  padding: 2em 2em 4em;
  text-align: center;
}
#CV_section_r1 img {
  background: transparent;
  display: block;
  margin: 0.1em auto;
  max-width: 100%;
}

/* SECOND ROW */
#CV_section_r2 {
  color: #fff;
  background-color: #353535;
  padding: 4em 2em 4em;
  text-align: center;
}

/* THIRD ROW */
#CV_section_r3 {
  color: #fff;
  background-color: #252525;
  background-image: url(https://d3dh5c7rwzliwm.cloudfront.net/BR/img/CV_BD_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 4em 2em 4em;
  text-align: center;
}
#CV_step {
  display: inline-block;
  font-size: 17px;
  width: 25%;
  font-weight: 600;
  vertical-align: top;
}
#CV_step img {
  background: transparent;
  display: block;
  margin: 0.1em auto;
}
#CV_arrow {
  text-align: center;
}
#CV_arrow {
  display: inline-block;
  width: 5%;
  text-align: center;
  padding-top: 60px;
}

/* FOURTH ROW */
#CV_section_r4 {
  color: #fff;
  background-color: #252525;
  padding: 4em 2em 4em;
  text-align: center;
}
#CV_howitworks {
  display: inline-block;
  font-size: 17px;
  width: 28%;
  font-weight: 600;
  vertical-align: top;
  margin: 0em 1em 0em 1em;
}
#CV_howitworks img {
  background: transparent;
  display: block;
  margin: 0.1em auto;
}
#CV_howitworks_2 {
  display: inline-block;
  font-size: 17px;
  width: 35%;
  font-weight: 600;
  vertical-align: top;
  margin: 0em 1em 0em 1em;
}
#CV_howitworks_2 img {
  background: transparent;
  display: block;
  margin: 0.1em auto;
}

/* FIFTH ROW */
#CV_section_r5 {
  color: #fff;
  background-color: #353535;
  padding: 4em 2em 4em;
  text-align: center;
}
#CV_CTA {
  display: block;
  width: 300px;
  height: 60px;
  line-height: 45px;
  margin: 0px auto;
  padding-top: 10px;
  background-color: #e72d3f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
}

/* SIXTH ROW */
#CV_section_r6 {
  color: #fff;
  background-color: #e72d3f;
  padding: 4em 2em 4em;
  text-align: center;
}

/* STYLES */
#CV_titleIcon {
  width: auto;
  text-align: center;
  margin-top: -2.7em;
  margin-bottom: -2.7em;
}
h21,
h22 {
  font-size: 22px;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
}

h23 {
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
}

h22 {
  margin-top: 1.3em;
}

a {
  color: #0083e8;
}

b,
strong {
  font-weight: 600;
}

samp {
  display: none;
}

/* RESPONSIVE MEDIA QUERY */
@media only screen and (max-width: 768px) {
  /* THIRD ROW */
  #CV_step {
    min-height: 8.5em;
    width: 100%;
    font-weight: 600;
    margin-bottom: 1em;
  }
  #CV_arrow {
    display: block;
    margin: -40px auto 20px auto;
  }

  #CV_arrow img {
    transform: rotate(90deg);
  }

  /* FOURTH ROW */
  #CV_howitworks {
    width: auto;
    font-weight: 600;
    margin-bottom: 2em;
  }
  #CV_howitworks_2 {
    width: auto;
    font-weight: 600;
    margin-bottom: 2em;
  }

  /* FIFTH ROW */
  #CV_CTA {
    display: block;
    width: 95%;
    height: 80px;
    line-height: 60px;
    padding-top: 10px;
    background-color: #e72d3f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 9px;
  }

  /* SIXTH ROW */
  .CV_legalNotes {
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
  }
}

.navbar-topo {
  width: 1170px;
}

.bg-pretao {
  background: black;
}

.navbar-default {
  text-align: center;
  background: black;
  border-top: solid 2px black;
}

.listaSocial li {
  float: left;
  list-style: none;
}
.listaSocial li i {
  color: #fff;
  font-size: 19px;
  margin: 0 10px;
}

.logo-fixed {
  position: fixed;
  box-shadow: 0 8px 6px -6px black;
}

.navbar-topo {
  width: 1170px;
}
footer {
  padding-bottom: 10px;
  background: #f9f9f9;
}

.footer-app {
  font-size: 19px;
}

.mao-app {
  text-align: center;
}

.baixar-msg-app {
  line-height: 15px;
  margin-top: 65px;
}

.baixar-app {
  font-weight: bold;
}

.msg-app {
  font-family: OpenSansLight;
}

.lista-stores {
  margin-top: 65px;
}

.lista-stores li {
  list-style: none;
  margin: 15px 0;
}

.footer-bdigital {
  padding-top: 30px;
  background: #f9f9f9;
}
.menu-footer li {
  list-style: none;
  font-family: "OpenSansBold";
  font-size: 12px;
  color: #333;
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 0 15px;
}
.menu-footer li a {
  text-decoration: none;
  color: #333;
}
.informativo-footer {
  color: #8f8f8f;
  font-size: 12px;
}
