html{
    overflow-x: hidden;
}
/*Carousel animation overwrite */
.carousel .carousel-inner > .item.active.left {
    transform: translate3d(-50%,0,0);
    -webkit-transform: translate3d(-50%,0,0);
    -moz-transform: translate3d(-50%,0,0);
    -ms-transform: translate3d(-50%,0,0);
    -o-transform: translate3d(-50%,0,0);
    z-index: 0;
}
.carousel .carousel-inner > .item.next.left {
    z-index: 1;
}
.carousel .carousel-inner > .item.active.right {
    transform: translate3d(50%,0,0);
    -webkit-transform: translate3d(50%,0,0);
    -moz-transform: translate3d(50%,0,0);
    -ms-transform: translate3d(50%,0,0);
    -o-transform: translate3d(50%,0,0);
    z-index: 0;
}
.carousel .carousel-inner > .item.prev.right {
    z-index: 1;
}
/* Para alterar o timing do slide modificar também o js do bootsrap (Procurar por c.TRANSITION_DURATION=800 no ficheiro minificado)*/
.carousel .carousel-inner > .item {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: -moz-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    -o-transition: -o-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
#home-bullfest{
    margin-top: 78px;
    background-color: #e0b435;
}
.carousel .carousel-inner > .item {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: -moz-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    -o-transition: -o-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.carousel-control:focus{
    opacity: 0.5;
}
.carousel-control:hover{
    opacity: 0.9;
}
#bullfestslide .carousel-inner > .item >img {
    width: 100%;
    display: block;
}
#bullfestslide .carousel-control.left {
    position: relative;
    display: block;
    width: 50px;
    height: 15px;
    float: right;
    margin-right: 193px;
    margin-top: -37px;
    background-image: none;
}
#bullfestslide .carousel-control.left .arrow-left {
    position: relative;
    display: block;
    height: 11px;
    width: 11px;
    float: right;
    border-top: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#bullfestslide .carousel-control.left .arrow-left {
    position: relative;
    display: block;
    height: 11px;
    width: 11px;
    float: right;
    border-top: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#bullfestslide .slide-numeration {
    position: relative;
    display: block;
    float: right;
    margin-top: -46px;
    margin-right: 92px;
}
.slide-numeration .current-slide {
    font-family: 'Lora';
    color: #ffffff;
    font-size: 32px;
    font-style: italic;
    line-height: 29.333px;
    text-align: left;
}
.slide-numeration .slide-numeration-separation {
    font-family: 'Lora';
    color: #ffffff;
    font-size: 29px;
    font-style: italic;
    line-height: 29.333px;
    text-align: left;
}
.slide-numeration .total-slide {
    font-family: 'Lora';
    color: #ffffff;
    font-size: 30px;
    font-style: italic;
    line-height: 29.333px;
    text-align: left;
}
#bullfestslide .carousel-control.right .arrow-right {
    position: relative;
    display: block;
    height: 11px;
    width: 11px;
    float: left;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#bullfestslide .carousel-control.right {
    position: relative;
    display: block;
    width: 50px;
    height: 15px;
    float: right;
    margin-right: 30px;
    margin-top: -37px;
    background-image: none;
}
#bullfestslide .carousel-caption .title-wrapper h1{
	font-family: 'Montserrat';
    color: #ffffff;
    font-size: 34px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin-top: 25px;
}
#bullfestslide .carousel-caption .title-wrapper h1 span{
    border-bottom: 2px solid #ffffff;
}
#bullfestslide .carousel-caption .subtitle-wrapper h5{
	font-family: 'Lora';
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    text-align: center;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    margin-top: 0;
}
.carousel-caption{
	padding-bottom: 0;
	right: 25%;
    left: 25%;
    bottom: 29px;
}

/*** HOME ***/
.menu-BullFestSlide{
	padding-top: 90px;
}
.menu-BullFestSlide > .container{
	padding-left: 10%;
    padding-right: 10%;
    width: 100%;
}
ul.menu-navigation-BullFestSlide{
	position: relative;
	text-align: center;
	list-style: none;
    padding: 0;
    display: block;
    margin: 0;
    margin-bottom: 120px;
    z-index: 1;
}
ul.menu-navigation-BullFestSlide li{
	position: relative;
	display: inline-block;
	margin: 0px 7.5px 0px 7.5px;
	width: 104px;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}
ul.menu-navigation-BullFestSlide li a{
	position: relative;
	display: block;
	font-family: 'Montserrat';
	color:  #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	padding: 2px 9px 2px 9px;
	border:3px solid #ffffff;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}
ul.menu-navigation-BullFestSlide li:first-child{
	margin-left: 0;
}
ul.menu-navigation-BullFestSlide li:last-child{
	margin-right: 0;
}
ul.menu-navigation-BullFestSlide li:hover a{
	border:3px solid #333233;
	color: #333233;
}
ul.menu-navigation-BullFestSlide  .touch li:focus a{
    border:3px solid #ffffff;
    color: #ffffff;
}
.img-BullFest{
	position: relative;
	display: block;
	/*background: url(/img/Bullfest_tickets.png) no-repeat center;*/
}
.img-BullFest img{
	margin-left: auto;
    margin-right: auto;
}
.menu-BullFestSlide .button-bilheteira{
	text-align: center;
	position: relative;
	display: block;
	margin-top: 46px;
	margin-bottom: 90px;
}
.menu-BullFestSlide .button-bilheteira a{
	position: relative;
	display: inline-block;
	font-family:'Montserrat';
	color:  #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
    width: 208px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #333233;
	padding: 4px 14px 4px 14px;
    border: 3px solid #333233;
	cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu-BullFestSlide .button-bilheteira a:hover{
    background-color: rgba(51, 50, 51,0.90);
    border-color: #444;
}
#home-bullfest-video{
    position: relative;
    display: block;
    height: inherit;
	background-color: #e6c35d;
}
.home-bullfest-video{
    height: inherit;
    padding: 90px 0;
}
.home-bullfest-video iframe{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.video-wrapper{
    position: relative;
    display: block;
    height: inherit;
    padding: 0 8%;
}
#cartaz{
    background-color: #e0b435;
}
#bullfest:before{
    display: block;
    content: " ";
    margin-top:-112px;
    height: 112px;
    visibility: hidden;
}
#cartaz:before {
    display: block;
    content: " ";
    margin-top: -78px;
    height: 78px;
    visibility: hidden;
}
.bullfest-guia,
.bullfest-galeria,
.bullfest-cartaz{
    padding-top: 90px;
}
.bullfest-guia-title{
    font-family:'Montserrat';
    color:  #333233;
    font-size: 120px;
    font-weight: 400;
    line-height: 112px;
    text-align: left;
    text-transform: uppercase;
    width: 218px;
    word-wrap: break-word;
}
.bullfest-galeria-title{
    font-family:'Montserrat';
    color:  #333233;
    font-size: 120px;
    font-weight: 400;
    line-height: 112px;
    text-align: left;
    text-transform: uppercase;
    width: 324px;
    word-wrap: break-word;
}
.bullfest-cartaz-title{
    font-family:'Montserrat';
    color:  #333233;
    font-size: 120px;
    font-weight: 400;
    line-height: 112px;
    text-align: left;
    text-transform: uppercase;
    width: 327px;
    word-wrap: break-word;
}
.bullfest-cartaz-items{
    position: relative;
    display: inline-block;
    margin-top: 38px;
    padding: 0px 8%;
}
.bullfest-cartaz-item-title{
    margin-bottom: 18px;
}
.bullfest-cartaz-item-title h3{
    font-family:'Montserrat';
    color:  #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}
.bullfest-cartaz-item-title a{
    font-family:'Montserrat';
    color:  #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;


}
.bullfest-cartaz-item{
    padding: 0;
}
.bullfest-cartaz-item:last-child .bullfest-cartaz-item-info{
    margin-bottom: 20px;
}
.bullfest-cartaz-item-info{
    position: relative;
    display: inline-block;
    /*padding-left: 0;*/
    margin: 0;
    margin-bottom: 33px;
    padding-left: 112px;
    width: 100%;
}
.bullfest-cartaz-item-title a:hover{
    color: #333233;
}
span.bullfest-cartaz-item-line{
    margin-left: -97px;
    width: 97px;
    height: 2px;
    background-color: #000;
    display: block;

}
.bullfest-cartaz-item-description{
    font-family:'Lora';
    color:  #333233;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin-top: 15px;
}
.bullfest-cartaz-item-description a{
    color:  #333233;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.bullfest-cartaz-item-description a:hover{
    color:  #fff;
}
.bullfest-cartaz-imgs{
    position: relative;
    display: inline-block;
    margin-top: 0;
    padding: 0px 8%;
}
.bullfest-cartaz-imgs-item{
    width: calc(20% - 24px);
}
.bullfest-cartaz-imgs-item .img{
    position: relative;
    width: 100%;
}
.bullfest-cartaz-imgs-item img{
    max-width: 100%;
}
.bullfest-cartaz-imgs-item{
    display: inline-table;
    float: none;
    padding: 0;
    margin:15px;
}
.bullfest-cartaz-mask{
     position: absolute;
    display: block;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.bullfest-cartaz-imgs-item:hover .bullfest-cartaz-mask{
    background: rgba(0,0,0,.5);
}
.bullfest-cartaz-imgs-item.desktop-1{
    margin-left: 0;
}
.bullfest-cartaz-imgs-item.desktop-5{
     margin-right: 0;
}
.bullfest-cartaz-imgs-item div.img-title{
    font-family:'Montserrat';
    color: #333233;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 16px;
    text-transform: uppercase;
    word-wrap: break-word;
}
#galeria{
    background-color: #e0b435;
}
#galeria:before {
    display: block;
    content: " ";
    margin-top: -78px;
    height: 78px;
    visibility: hidden;
}
.bullfest-promotores-items{
    margin-top: 84px;
    position: relative;
    display: inline-block;
    padding: 0px 8%;
    width: 100%;
}
.bullfest-cartaz-items,
.bullfest-guia-items,
#galeria .bullfest-galeria-items{
    position: relative;
    display: inline-block;
    margin-top: 44px;
    padding: 0px 8%;
}
#galeria .bullfest-galeria-item img{
    max-width: 100%;
    cursor: pointer;
}
#galeria .bullfest-galeria-item:first-child{
    padding-left: 0;
}
#galeria .bullfest-galeria-item:last-child{
    padding-right: 0;
}
#galeria .bullfest-galeria-item-title{
    position: absolute;
    display: block;
    font-family:'Montserrat';
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    z-index: 1;
}
#galeria .bullfest-galeria-item:first-child .bullfest-galeria-item-title{
    left:calc((100% - 108.109px) / 2);
    top: calc(50% - 15.5px);
}
#galeria .bullfest-galeria-item:last-child .bullfest-galeria-item-title{
    left:calc((100% - 109.438px) / 2);
    top: calc(50% - 20px);
}
#galeria .bullfest-galeria-item-mask{
    position: absolute;
    display: block;
    top: 0;
    width: calc(100% - 15px);
    height: 100%;
    background: rgba(0,0,0,.35);
}
#guia{
    background-color: #e0b435;
}
#guia:before {
    display: block;
    content: " ";
    margin-top: -78px;
    height: 78px;
    visibility: hidden;
}
#guia .bullfest-guia-item{
    padding: 0;
    padding-right: 15px;
    margin-bottom: 37px;
    /* margin-left: calc(14.666667% / 2); */
    padding-left: 112px;
    margin-left: 0;
}
#guia .bullfest-guia-item-title{
    position: relative;
    display: block;
    font-family:'Montserrat';
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.bullfest-guia-items:last-child{
    margin-bottom: 65px;
}
.bullfest-guia-item .bullfest-guia-item-info p{
    position: relative;
    display: block;
    font-family:'Lora';
    color: #333233;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.bullfest-guia-item .bullfest-guia-item-info a{
    position: relative;
    display: block;
    font-family:'Lora';
    color: #333233;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration: underline;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.bullfest-guia-item .bullfest-guia-item-info h2{
    position: relative;
    display: block;
    font-family:'Lora';
    color: #333233;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}
.bullfest-guia-item .bullfest-guia-item-info a:hover{
    color: #fff;
}
span.bullfest-guia-item-line{
    margin-left: -97px;
    width: 97px;
    height: 2px;
    background-color: #000;
    display: block;
}
.bullfest-guia-item .bullfest-guia-item-info{
    margin-top: 16px;
}
#promotores{
    background-color: #fff;
}
.bullfest-promotores-item{
    padding: 0;
    margin-bottom: 32px;
    margin-left: 0;
    padding-left: 97px;
}
.promotores-img{
    display: inline-block;
    float: none;
    padding: 0;
    margin: 15px;
    width: calc((100% - 150px) / 6);
}
.promotores-img img{
    width: 100%;
    max-width: 100%;
}
.promotores-img a img{
    cursor: pointer;
}
.promotores-img.desktop-1{
    margin-left: 0;
}
.promotores-img.desktop-6{
    margin-right: 0;
}
.bullfest-promotores-item-title{
    font-family: Montserrat;
    color: #333233;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.bullfest-promotores-item-line{
    margin-left: -97px;
    width: 97px;
    height: 2px;
    background-color: #000;
    display: block;
}
.bullfest-promotores-item-info{
    margin-top: 8px;
}
#bottom{
    background-color: #e0b435;
}
.bullfest-bottom{
    position: relative;
    display: block;
    text-align: center;
    padding: 16px 0;
}
.bullfest-bottom a{
    position: relative;
    display: inline-block;
}
.bullfest-bottom .menu-twitter-icon{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    text-align: center;
    /*padding-top: 6px;*/
    padding-right: 6px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}
.bullfest-bottom .menu-google-icon{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    text-align: center;
    /*padding-top: 6px;*/
    padding-right: 11px;
    margin-right: 8px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}
.bullfest-bottom .menu-facebook-icon{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    text-align: center;
    /*padding-top: 6px;*/
    margin-right: 8px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}
.bullfest-bottom a:hover .menu-facebook-icon,
.bullfest-bottom a:hover .menu-google-icon,
.bullfest-bottom a:hover .menu-twitter-icon{
    border: 2px solid #333233;
}
.bullfest-bottom .menu-twitter-icon i,
.bullfest-bottom .menu-google-icon i,
.bullfest-bottom .menu-facebook-icon i{
    position: relative;
   /* display: inline-block;*/
    font-size: 18px;
    color: white;
    width: 9px;
    height: 19px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    /*border: 2px solid #fff;*/
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.bullfest-bottom a:hover .menu-twitter-icon i,
.bullfest-bottom a:hover .menu-google-icon i,
.bullfest-bottom a:hover .menu-facebook-icon i{
    color:#333233;
}





.popup-window-img{
    position: fixed;
    display: none;
    background-color: #282828;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow: auto;
}
.popup-window-img .image-close-btn {
    position: relative;
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    right: 60px;
    top: 40px;
    cursor: pointer;
     margin-top: 50px;
}
.popup-window-img .image-close-btn span {
    background-color: white;
    display: block;
    height: 2px;
    width: 16px;
}
.popup-window-img span.one-line {
    position: relative;
    top: 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.popup-window-img span.two-line {
    position: relative;
    top: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.popup-image-wrapper .container-fluid {
    height: 100%;
}
.popup-window-img .popup-image-wrapper{
    position: relative;
    display: block;
    margin-top: 100px;
    width: 100%;
    max-width: 100%;
}
.popup-image-wrapper .arrow-popup-left {
    position: absolute;
    display: inline-block;
    left: 10%;
    top: calc(50% - 19px);
    cursor: pointer;
    z-index: 1;
    transform: translateY(-50%);
    width: 46px;
    height: 38px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.popup-image-wrapper .arrow-popup-left .left-one {
    position: absolute;
    background-color: #dcdcdc;
    width: 8px;
    height: 2px;
    top: 43%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.popup-image-wrapper .arrow-popup-left .left-three {
    position: absolute;
    background-color: #dcdcdc;
    width: 8px;
    height: 2px;
    top: 58%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.popup-image-wrapper .image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /*
    margin-top: 40px;*/
}
.popup-image-wrapper .arrow-popup-right .right-one {
    position: absolute;
    background-color: #dcdcdc;
    width: 8px;
    height: 2px;
    top: 43%;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.popup-image-wrapper .arrow-popup-right .right-three {
    position: absolute;
    background-color: #dcdcdc;
    width: 8px;
    height: 2px;
    top: 58%;
    right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.popup-image-wrapper .arrow-popup-right {
    position: absolute;
    display: inline-block;
    right: 10%;
    top: calc(50% - 19px);
    cursor: pointer;
    z-index: 1;
    transform: translateY(-50%);
    width: 46px;
    height: 38px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.popup-window-img .popup-image-wrapper .image{
    position: relative;
    display: block;
    height: 100%;
}
.popup-window-img .image-wrapper img{
    display:block;
    margin-top: 50px;
    margin-left:auto;
    margin-right:auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}
.pagination-wrapper .current-slide {
    font-family: 'Lora';
    color: #808080;
    font-size: 28px;
    font-style: italic;
    line-height: 29px;
    text-align: center;
}
.pagination-wrapper .line-separation {
    font-family: 'Lora';
    color: #808080;
    font-size: 24px;
    font-style: italic;
    line-height: 29.333px;
    text-align: center;
}
.pagination-wrapper .total-images {
    font-family: 'Lora';
    color: #808080;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: center;
}
.title-wrapper {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.title-wrapper .title {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Lora';
    color: #808080;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: center;
}
.countMax{
    display: none;
}
.popup-pagination-wrapper {
    position: relative;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.pagination-wrapper{
    position: relative;
    display: block;
    text-align: center;
}
#back-top{
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 16px;
    right: 50px;
    cursor: pointer;
    z-index: 5;
    border: 2px solid #fff;
    text-align: center;
    background-color: #e0b435;
}
#back-top .arrow{
    position: relative;
    display: inline-block;
}
#back-top .line-two{
    width: 2.5px;
    height: 14px;
    top: -6px;
    left: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#back-top .line-three{
    width: 2.5px;
    height: 13px;
    top: -5px;
    left: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#back-top .arrow span{
    position: absolute;
    display: block;
    background-color: #fff;
    right: 0;
    transition: all .5s ease-in-out, background-color 0s;
    -webkit-transition: all .5s ease-in-out, background-color 0s;
    -moz-transition: all .5s ease-in-out, background-color 0s;
    -ms-transition: all .5s ease-in-out, background-color 0s;
    -o-transition: all .5s ease-in-out, background-color 0s;
}
@media screen and (max-width: 1200px) and (min-width: 768px){
    #bullfestslide .carousel-caption .title-wrapper h1{
    	font-size: 28px;
        margin-bottom: 0;
    }
    #bullfestslide .carousel-caption .subtitle-wrapper h5 {
    	font-size: 14px;
    }
    .carousel-caption {
	    right: 15px;
	    left: 15px;
	}
 }
 @media screen and (min-width: 1400px){
    .bullfest-promotores,
    .bullfest-guia,
    .bullfest-galeria,
    .bullfest-cartaz,
    .home-bullfest-video,
 	.menu-BullFestSlide >.container{
 		width: 100%;
		padding-left: 10%;
	    padding-right: 10%;
	}
 }
 @media screen and (max-width: 1399px) and (min-width: 992px){
    .bullfest-promotores,
    .bullfest-guia,
    .bullfest-galeria,
    .bullfest-cartaz,
    .home-bullfest-video,
 	.menu-BullFestSlide >.container{
 		width: 100%;
	    padding-right: 50px;
	    padding-left: 50px;
	}
 }
 @media screen and (max-width: 1200px){
    #bullfest:before{
        margin-top: -100px;
        height: 100px;
    }
    #guia:before,
    #cartaz:before,
    #galeria:before {
        margin-top: -74px;
        height: 74px;
    }
}
 @media screen and (max-width: 991px){
    .menu-BullFestSlide {
        padding-top: 70px;
    }
 	.menu-BullFestSlide >.container{
 		padding-left: 15px;
	    padding-right: 15px;
	    width: 100%;
	}
    .home-bullfest-video{
        width: 100%;
        padding: 70px 15px;
    }
    .bullfest-promotores,
    .bullfest-guia{
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
        width: 100%;
        padding-top: 70px;
    }
    .bullfest-galeria{
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
        width: 100%;
        padding-top: 70px;
    }
    .bullfest-cartaz{
        margin: 0;
        width: 100%;
        padding-top: 70px;
    }
	ul.menu-navigation-BullFestSlide{
 		margin-bottom: 88px;
 	}
 	.menu-BullFestSlide .button-bilheteira{
		margin-bottom: 70px;
	}
    .bullfest-guia-title{
        font-size: 120px;
        line-height: 110px;
        width: 183px;
    }
    .bullfest-galeria-title{
        font-size: 120px;
        line-height: 110px;
        width: 293px;
    }
    .bullfest-cartaz-title {
        font-size: 120px;
        line-height: 110px;
        width: 326px;
    }
    .bullfest-promotores-items,
    .bullfest-guia-items{
        margin-top: 32px;
        padding: 0;
    }
    .bullfest-cartaz-items,
    #galeria .bullfest-galeria-items{
        margin-top: 38px;
        padding: 0;
    }
    .bullfest-cartaz-items,
    .video-wrapper {
        padding: 0;
    }
    .bullfest-cartaz-imgs{
        padding: 0;
    }
    .bullfest-cartaz-imgs-item {
        width: calc(33.33333333% - 20px);
        margin:15px 15px !important;
    }
    .bullfest-cartaz-imgs-item.tablet-1{
        margin-left: 0 !important;
    }
    .bullfest-cartaz-imgs-item.tablet-3{
         margin-right: 0 !important;
    }
    .bullfest-cartaz-imgs{
        margin-top: 10px;
    }
    .bullfest-cartaz-item:last-child .bullfest-cartaz-item-info{
        margin-bottom: 0;
    }
    .promotores-img {
        width: calc((100% - 90px) / 4);
    }
    .promotores-img.tablet-1{
        margin-left: 0;
        margin-right: 15px;
    }
    .promotores-img.tablet-2,
    .promotores-img.tablet-3{
        margin-left: 15px;
        margin-right: 15px;
    }
    .promotores-img.tablet-4{
        margin-left: 15px;
        margin-right: 0;
    }
    /*span.bullfest-guia-item-line {
        margin-left: calc(-19.666667% / 2);
        width: calc(19.666667% / 2);
    }*/
    #guia .bullfest-guia-item {
        margin-left: 0;
        padding-left: 55px;
    }
    .bullfest-cartaz-item-info {
        padding-left: 55px;
    }
    span.bullfest-guia-item-line,
    span.bullfest-cartaz-item-line {
        margin-left: -40px;
        width: 40px;
    }
    .bullfest-promotores-item {
        margin-left: 0;
        padding-left: 40px;
    }
    .bullfest-promotores-item-line {
        margin-left: -40px;
        width: 40px;
    }
    #bullfestslide .carousel-control.right,
    #bullfestslide .carousel-control.left,
    #bullfestslide .slide-numeration{
        display: none;
    }
    .carousel-caption {
        bottom: 12px;
    }
    .img-BullFest {
        width: calc(100% - 140px);
        margin: auto;
    }
    #back-top{
        bottom: 15px;
        right: 15px;
    }
 }
 @media screen and (max-width: 767px){
    .img-BullFest {
        width: 100%;
        margin: auto;
    }
    .menu-BullFestSlide {
        padding-top: 39px;
    }
 	.subtitle-wrapper{
 		display: none;
 	}
 	#bullfestslide .carousel-caption .title-wrapper h1{
    	font-size: 14px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .carousel-caption {
	    right: 15px;
	    left: 15px;
	}
	ul.menu-navigation-BullFestSlide li {
	    margin: 0px 15px 0px 15px;
	}
    .home-bullfest-video{
        padding: 40px 15px;
    }
    .bullfest-promotores{
        padding: 15px;
        padding-top: 12px;
        padding-left: 30px;
    }
    .bullfest-guia{
        padding: 15px;
        padding-top: 60px;
    }
    .bullfest-galeria{
        padding: 15px;
        padding-top: 60px;
    }
    .bullfest-cartaz{
        padding: 15px;
        padding-top: 60px;
    }
    .bullfest-guia-title{
        font-size: 70px;
        width: 126px;
        line-height: 60px;
    }
    .bullfest-galeria-title{
        font-size: 70px;
        width: 188px;
        line-height: 60px;
    }
    .bullfest-cartaz-title{
        font-size: 70px;
        width: 190px;
        line-height: 60px;
    }
    span.bullfest-cartaz-item-line {
        margin-left: -15px;
        width: 15px;
    }
    .bullfest-cartaz-item-info {
        padding-left: 30px;
    }
    .bullfest-cartaz-imgs-item {
        width: calc(50% - 15px);
        margin: 10px 15px !important;
    }
    .bullfest-cartaz-imgs-item.mobile-1{
        margin-left: 0 !important;
        margin-right: 15px !important;
    }
    .bullfest-cartaz-imgs-item.mobile-2{
         margin-right: 0 !important;
         margin-left: 15px !important;
    }
    .bullfest-cartaz-item:last-child .bullfest-cartaz-item-info{
        margin-bottom: 0;
    }
    .bullfest-cartaz-imgs-item div.img-title {
        font-size: 14px;
        margin-top: 14px;
    }
    #galeria .bullfest-galeria-item{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #galeria .bullfest-galeria-item-mask {
        width: 100%;
    }
    #galeria .bullfest-galeria-item:first-child{
        margin-bottom: 30px;
    }
    #galeria .bullfest-galeria-item-title {
        font-size: 24px;
    }
    #galeria .bullfest-galeria-item:first-child .bullfest-galeria-item-title {
        left: calc((100% - 117.938px) / 2);
        top: calc(50% - 17px);
    }
    #galeria .bullfest-galeria-item:last-child .bullfest-galeria-item-title {
        left: calc((100% - 93.797px) / 2);
        top: calc(50% - 17px);
    }
    #galeria .bullfest-galeria-item img{
        width: 100%;
    }
    #guia .bullfest-guia-item {
        padding-left: 30px;
        margin-left: 0;
    }
    span.bullfest-guia-item-line {
        margin-left: -15px;
        width: 15px;
    }
    .bullfest-promotores-item-line {
        margin-left: -15px;
        width: 15px;
    }
    .promotores-img{
        width: calc(50% - 15px);
        margin: 15px;
    }
    .promotores-img.mobile-1{
        margin-left: 0 !important;
        margin-right: 15px !important;
    }
    .promotores-img.mobile-2{
        margin-left: 15px !important;
        margin-right: 0 !important;
    }
    /*span.bullfest-cartaz-item-line{
        width: 15px;
        padding-left: 15px;
    }
    .bullfest-cartaz-item-info{
        padding-left: 15px;
    }*/
    .bullfest-promotores-item {
        padding-left: 0;
    }
    ul.menu-navigation-BullFestSlide li a{
        font-size: 14px;
        padding: 0;
        width: 105px;
    }
}
 @media screen and (max-width: 547px){
 	ul.menu-navigation-BullFestSlide li:nth-child(1),
 	ul.menu-navigation-BullFestSlide li:nth-child(3){
 		margin-left: calc((100% - 216px) / 3) !important;
 		margin-right: 7.5px;
 		margin-bottom: 10px;
 	}
 	ul.menu-navigation-BullFestSlide li:nth-child(2),
 	ul.menu-navigation-BullFestSlide li:nth-child(4){
 		margin-right:calc((100% - 216px) / 3) !important;
 		margin-left: 7.5px;
 		margin-bottom: 10px;
 	}
 	ul.menu-navigation-BullFestSlide{
 		margin-bottom: 60px;
 	}
 	.menu-BullFestSlide .button-bilheteira a{
 		font-size: 16px;

 	}
 	.menu-BullFestSlide .button-bilheteira {
	    margin-top: 28px;
	    margin-bottom: 40px;
	}
}





@media screen and (min-width: 320px) and (max-width: 768px){
    .popup-image-wrapper{
        height: 200px;
    }
    .popup-image-wrapper .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .popup-image-wrapper .arrow-popup-left{
        left: 27%;
        top: 100%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .popup-image-wrapper .arrow-popup-right{
        right: 27%;
        top: 100%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
}
@media screen and (min-width: 400px) and (max-width: 499px){
    .popup-image-wrapper{
        height: 300px;
    }
}
@media screen and (min-width: 500px) and (max-width: 598px){
    .popup-image-wrapper .arrow-popup-left{
        left: 33%;
    }
    .popup-image-wrapper .arrow-popup-right{
        right: 33%;
    }
    .popup-image-wrapper{
        height: 300px;
    }
}
@media screen and (min-width: 599px) and (max-width: 768px){
    .popup-image-wrapper .arrow-popup-left{
        left: 35%;
    }
    .popup-image-wrapper .arrow-popup-right{
        right: 35%;
    }
    .popup-image-wrapper{
        height: 400px;
    }
}
@media screen and (max-width: 767px){
    .popup-image-wrapper .container-fluid{
        padding: 0px;
    }
}
@media screen and (min-width: 768px){
    .popup-image-wrapper{
        height: 500px;
    }
}
@media screen and (min-width: 1100px){
    .popup-image-wrapper .container-fluid{
        padding: 0px 190px;
    }
}
@media screen and (min-width: 1200px){
    .popup-image-wrapper {
        height: 600px;
    }
}
@media screen and (min-width: 1700px){
    .popup-image-wrapper .container-fluid {
        padding: 0px 300px;
    }
}
@media screen and (min-width: 1800px){
    .popup-image-wrapper .container-fluid {
        padding: 0px 360px;
    }
}
@media screen and (max-width: 598px) and (min-width: 400px){
   .popup-image-wrapper .arrow-popup-right,
   .popup-image-wrapper .arrow-popup-left {
        bottom: -35px !important;
    }
    .popup-pagination-wrapper{
        top: 0px;
    }
}
@media screen and (min-width: 330px){
    .arrow-popup-left {
        bottom: 289px;
        top: unset;
        left: 19%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
}
@media screen and (min-width: 320px){
    .arrow-popup-left {
        bottom: 289px;
        top: unset;
        left: 24%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
}
