img.logo {
    width: 200px;
    margin: 10px;
}
:focus{outline: none !important}
ul.menu {
    padding: 0;
}

ul.menu a:hover  li{ color: #E8E5E1}
ul.menu a:hover {
    text-decoration: none !important;
}
ul.menu li.active {font-weight: 700;}
ul.menu li {
    list-style: none;
    display: inline;
    line-height: 86px;
    font-size: 20px;
    margin: 0px 30px;
    text-transform: uppercase;
    color: black;
}


.footer {
    background: #EE763B;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 80px;
    margin-top: 200px;
}

p.titleFooter {
    font-weight: 700;
}

.footer a,.footer p {
    color: #fff;
    font-size: 20px;
}

.socialIcon {
    text-align: right;
    display: inline;
}

.socialIcon i {font-size: 40px;line-height: 120px;margin-right: 50px;}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mainTitle {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.titleDivider {
    width: 210px;
    border: none;
    border-top: 8px solid #EE763B;
    margin: 0px auto;
    margin-top: 30px;
}

.mainTitle h1 {
    font-size: 80px;
    font-weight: 700;
}

.artigo {
    margin-bottom: 30px;
}

.artigo img {
    width: 100%;
}

.artigo p {
    text-align:center;
    font-size:20px;
}

.artigo .title {
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 20px;
}

.evento:last-child {
    border-bottom: 1px solid black;
}
.evento {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;

}

span.nomeArtista {
    color: #ee763b;
}

.expirado {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 4px;
    background: #ee763b;
    transform: translateY(-50%);
}

.artistaSocial{ 
    text-align: center;
    margin-bottom: 60px;
}
.artistaSocial .socialIcon i {
    font-size: 30px;
    line-height: 30px;
    margin-right: 25px;
    margin-left: 25px;
    color: black;
}

h3.artistaSubtitle {
    margin-top: 100px;
    margin-bottom: 30px;
}


.slick-prev:before, .slick-next:before {
    font-size: 23px !important;
    color: #090909 !important;
}
.slick-slide {
    height: unset !important;
}
.slick-prev {
    left: -15px !important;
}
.slick-next {
    right: -15px !important;
}
@media screen and (max-width: 600px) {
    ul.menu li{
        margin: 0px 5px;
    }
    .mainTitle h1 {
        font-size: 30px;
    }

    .footer {
        padding-left: 0px;
        padding-right: 0px;
    }
    .socialIcon i {
        margin-right: 44px;
    }
    .footerInfo {
        text-align: center;
    }
    .divSocialItems{
        text-align: center !important;
    }

    .divSocialItems .socialIcon i {
        margin-right: 22px;
        margin-left: 22px;
    }

}

.evento a {
    color: unset;
}

.evento a:hover {
    text-decoration:none;
}

.artigo:hover img {
    transform: scale(1.1);
    z-index: 9999;
    -webkit-box-shadow: 11px 7px 29px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 11px 7px 29px -7px rgba(0,0,0,0.75);
    box-shadow: 11px 7px 29px -7px rgba(0,0,0,0.75);
}

.artigo img {
    transition: transform .2s;
}

.artigo:hover .overlay {
    display: block;
}
.artigo:hover{
    z-index:99999

}

.artigo .overlay {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0%);
    /* background: #000000a3; */
    /* margin-right: -15px; */
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.overlay p {
    margin: 0px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 4px 2px 3px rgba(150, 150, 150, 1);
}

img.salvadoLogo {
  width: 380px;
  display: block;
  float: right;
  max-width: 100%;
}

.divSocialItems {
    text-align: right;
}