/* Zerando CSS */
/* HTML5 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote,
pre, a, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline-width: 0;
}

header, nav, footer, section, article, aside { display:block; }
figure { margin:0; padding:0; }

html { 
    overflow-x:hidden;
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; 
}

body { font-size:100%; color:#000; background:#fff ; height: 100%; }

/* href */
a { text-decoration:none; outline:none; cursor:pointer; color:#069; }
a:hover { text-decoration:none; color: #000 !important; }
a img { border:0; }

/*a img:hover {-webkit-filter:brightness(120%);}*/

img { display:block; }
:focus { outline:none; }

/* animation */
a, a *, #nav ul li, .sub-menu, input, textarea { 
    -webkit-transition:all 300ms ease-out;
    -moz-transition:all 300ms ease-out;
    transition:all 300ms ease-out;
}
:active { -webkit-transition:none; -moz-transition:none; transition:none; }

/* button */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* paragrafo */
p { 
    color: #656565;
    font: normal 1rem/1 'Khand', sans-serif;
    margin:0px;
}

/*Form*/
button, input[type="submit"], input[type="button"] {
    cursor: pointer;
}

/*Placeholder*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

/* listas */
ul { list-style:none; }
ul li { float:left; }
ol { list-style:disc; }

/* titulo */
h1, h2, h3, h4, h5, h6 { font-weight:bold; }

/* clear */
.clr { clear:both; }
.clearfix:after { display:block; clear:both; line-height:0; height:0; content:""; }


/*--------Header------------*/

/*--------Nav------------*/
#nav {
   background: #c92e55;
   padding: 0px;
}

.nav li.nav-item {
    text-align: center;
}

.nav img {
    margin: 0 auto;
}

.nav .logo {
    margin-bottom: 15px;
}

#navbarSupportedContent {
    position: fixed;
    z-index: 99;
    background: rgba(38,34,33,.8);
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding-top: 110px;
    overflow: auto;
}

.navbar-light .navbar-toggler {
    background: rgba(0,0,0,.6);
    width: 150px;
    height: 105px;
    position: fixed;
    z-index: 9999;
    margin-top: 85px;
    border-radius: 0px;
}

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
    float: right;
    background: url(../images/navbar-toggler-icon.png) no-repeat;
    width: 90px;
    height: 41px;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background: url(../images/navbar-toggler-icon-closed.png) no-repeat;
    width: 55px;
    height: 41px;
    float: right;
}

.navbar-toggler-right {
    right: 15rem;
}

.navbar-toggler-left {
    left: 0;
}

#nav ul li a {
    font-size: 3.21428571rem;
    color: #a6a399;
    text-transform: uppercase;
    line-height: 1.8rem;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: -3px;
}

/*------- Sections -------*/
.objetos div, 
.figure-youtube img {
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/*--Agenda--*/
.section-agenda {
    background: url(../images/bg-agenda.png) no-repeat;
    width: 100%;
    height: auto;
    height: 1757px;
    position: relative;
    margin-top: -525px;
}

.section-agenda .row {
    padding-top: 250px;
}

.section-agenda .row .img-ivete-agenda {
    background: url(../images/ivete-agenda.png) no-repeat;
    width: 100%;
    height: 1318px;
}

.section-agenda .row .title-agenda {
    padding-top: 100px;
    float: right;
    margin-right: 2%;
}

.box-agenda {
    display: block;
    margin-top: 30px;
}

.box-agenda .text-mes {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3rem;
    color: #363636;
    font-weight: bold;
    margin-top: 50px;
}

.box-agenda .box-data {
    border-radius: 100%;
    border: 1px solid #363636;
    width: 175px;
    height: 175px;
    padding-top: 5px;
    margin-right: 2%;
    width: 33%;
    max-width: 175px;
}

.box-agenda .box-content {
    width: 66%;
}

.box-agenda .box-data span {
    text-align: center;
    font-weight: bold;
    display: block;
    color: #363636;
    font-size: 6rem;
    margin-top: -8px;
}

.box-agenda .box-data span small {
    display: block;
    margin-top: -30px;
    font-size: 25px;
    font-weight: bold;
}

.box-agenda .box-data,
.box-agenda .box-content {
    display: inline-block;
    vertical-align: middle;
}

.box-agenda .box-content .title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2rem;
    color: #363636;
    font-weight: 300;
    line-height: 2.5rem;
}

.box-agenda .box-content .text-local {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3rem;
    color: #363636;
    font-weight: normal;
}

.box-agenda .box-content .link-confirmar {
    text-transform: uppercase;
    color: #363636;
    font-weight: 300;
}

.link-conferir-agenda {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2rem;
    color: #363636;
    font-weight: 300;
    margin-top: 40px;
    display: block;
}

/*--Vídeos--*/
.section-agenda .row .title-videos {
    margin-left: 15%;
    margin-top: -50px;
    width: 80%;
}

.section-videos {
    background: #0c0d0a;
    margin-top: -10px;
}

.section-videos .videoYouTube span {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/ico-play.png);
    width: 70px;
    height: 69px;
    opacity: .7;
    margin-left: -28px;
    margin-top: -35px;
}

.bg-video {
    background: url(../images/bg-link-youtube.png) right;
    width: 100%;
    height: 371px;
    position: relative;
    z-index: 1;
}

.bg-video i {
    background: url(../images/ico-play-youtube.png);
    width: 102px;
    height: 72px;
    float: left;
    margin-right: 10px;
}

.bg-video .link-video {
    float: right;
    margin-right: 20%;
    width: 385px;
    text-align: right;
    margin-top: 82px;
}

.bg-video span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    margin-top: 9px;
    display: block;
}

/*--Play--*/
.section-play {
    background: #cecece url(../images/bg-play.jpg) no-repeat right;
    /*background-attachment: fixed;*/
    width: 100%;
    height: 1355px;
    position: relative;
    margin-top: -367px;
    z-index: 0;
}

.section-play .box-play {
    padding-top: 330px;
    margin-left: 150px; 
    width: 40%;
}

.section-play p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3.5rem;
    color: #363636;
    font-weight: 300;
    margin-top: 40px;
    display: block;
}

.section-play .link-play {
    margin-top: 40px;
    display: block;
}

.section-play .link-play:hover {
    opacity: .7;
}

/*--Notícias--*/
.section-noticias {
    background: #fff;
    width: 100%;
    height: 855px;
    position: relative;
    margin-top: -135px;
    padding-top: 35px;
    z-index: 0;
}

.section-noticias .box-noticias {
    margin-left: 150px; 
}

/*--Fã--*/
.section-fa {
    background: #fff url(../images/bg-fa.jpg) no-repeat left;
    width: 100%;
    height: 1156px;
    position: relative;
    margin-top: -135px;
    padding-top: 35px;
    z-index: 0;
}

.section-fa .box-fa {
    padding-top: 130px;
    width: 50%;
    float: right;
}

.section-fa .box-fa .title-fa {
    margin: 0 auto;
}

#form-cadastro {
    margin: 0 auto;
    display: table;
    width: 50%;
    margin-top: 20px;
}

.section-fa .box-cadastro-site input[type="text"],
.section-fa .box-cadastro-site select {
    background: none;
    border: 1px solid #000;
    width: 100%;
    padding: 5px 5px;
    border-radius: 0px;
    margin-bottom: 20px;
    font-family: 'Ubuntu', serif;
}

.section-fa .box-cadastro-site input[type="submit"] {
    width: 100%;
    border-radius: 50px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    padding-top: 4px;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-family: 'Ubuntu', serif;
    margin-top: 15px;
}

.section-fa .box-cadastro-site input[type="submit"]:hover {
    opacity: .7;
}

/*--Redes Sociais--*/
.section-redes-sociais {
    background: #fff url(../images/bg-redes-sociais.jpg) no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 915px;
    position: relative;
    margin-top: -194px;
    padding-top: 35px;
    z-index: 0;
}

.section-redes-sociais .box-redes-sociais .title-redes-sociais {
    margin: 0 auto;
}

.section-redes-sociais .box-redes-sociais p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.2rem;
    color: #363636;
    font-weight: 300;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
}

.section-redes-sociais .box-redes-sociais .links-redes-sociais {
    margin: 0 auto;
    display: table;
}

.section-redes-sociais .box-redes-sociais .links-redes-sociais a {
    float: left;
    margin: 50px 1.3rem;
}

.section-redes-sociais .box-redes-sociais .links-redes-sociais a:hover {
    opacity: .8;
}

/*--------Main------------*/
#main {
    /*padding: 40px 0;
    padding-bottom: 0px;*/
}


/*--------Footer------------*/
#footer.bg {
    background: #fff url(../images/bg-footer.jpg) no-repeat;
    width: 100%;
    height: 1222px;
    position: relative;
}

#footer.bg .img-ivete-footer {
    background: url(../images/ivete-footer.png) no-repeat;
    width: 1094px;
    height: 1124px;
    position: absolute;
    left: 50%;
    margin-left: -175px;
    margin-top: 98px;
}

#footer .box-download {
    margin-top: 370px;
    margin-bottom: 50px;
    display: block;
}

#footer .box-download img,
#footer .box-download h2 {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
}

#footer .box-download h2 {
    text-transform: uppercase;
    font-weight: bold;
    width: 60%;
    margin-left: 15px;
    color: #2D2D2E;
    line-height: 26px;
    font-size: 1.8rem;
    font-family: 'Ubuntu', sans-serif;
}

#footer .box-contato {
    margin-bottom: 20px;
}

#footer .box-contato p,
#footer .box-contato a {
    font-weight: 300;
    color: #53524E;
    line-height: 36px;
    font-size: 1.5rem;
    font-family: 'Ubuntu', sans-serif;
}

#footer .box-contato p b,
#footer .box-contato p b a {
    font-weight: bold;
}

#footer .link-contato {
    float: left;
}


@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {


}

@media (max-width: 576px) {

}

@media (max-width: 450px) {

    
}