.banner-div{
    /*background: url(../../img/party3.jpg) no-repeat center;*/
    /*background: no-repeat center;*/
    /*    background: no-repeat;
        background-size: cover;*/
    /*background-size: 100% 100%;*/
    /*    display: block;
        width: 100%;
        height: 610px;*/
}
.bkg-opacity{
/*    background: rgba(0, 0, 0, .6);
    display: block;
    width: 100%;
    height: auto;*/
}


.menu-tickets .menu-itens{
    font-size: 1.5em;
    color: #fff;
    height: 5px;
    padding: 12px 0 0 0;
}
.item-bkg-1{
    background: #FF0099;  
    background: -webkit-linear-gradient(to right, #8e44ad, #3c1053);  
    background: linear-gradient(to right, #8e44ad, #3c1053); 
    -webkit-filter: brightness(100%);
}
.item-bkg-2{
    background: #8A2387;
    background: -webkit-linear-gradient(to right, #3c1053, #7303c0);  
    background: linear-gradient(to right, #3c1053, #7303c0); 
    -webkit-filter: brightness(100%);
}
.item-bkg-3{
    background: #c0392b; 
    background: -webkit-linear-gradient(to right, #7303c0, #c0392b); 
    background: linear-gradient(to right, #7303c0, #c0392b); 
    -webkit-filter: brightness(100%);
}
.item-bkg-1:hover,
.item-bkg-2:hover,
.item-bkg-3:hover{
    -webkit-filter: brightness(230%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
}

.menu-tickets>.menu-itens>span{
    /***/
}
.text-banner-1,.text-banner-2,.text-banner-3{
    font-family: 'Besley', serif;
    color: whitesmoke;
    display: none;
}
.text-banner-1{
    font-size: 2.8em;
    font-weight: 700;
}
.text-banner-2{
    font-size: 1.8em;
}
.text-banner-3{
    font-size: 1.6em;
}
.banner-texts{
    /*margin-top: 15px;*/
    padding: 60px 0 30px 140px;
    /*padding-left: 120px;*/
}

.banner-texts .glyphicon {
    font-size: 28px;
    color: #fff;
    margin: 30px 0;
}

.banner-texts .glyphicon:hover {
    text-decoration: none;
    cursor: pointer;
}

.search-events{
    width: 100%;
    display: block;
    margin-top: 65px;
    margin-bottom: 15px;
    /*position: absolute;*/
    /*top: 520px;*/
}
.search-events input{
    width: 100%;
    padding: 12px;
    font-size: 1.2em;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0,0,0,.9);
}

.search-events input:focus{
    border-bottom: solid 3px #fff !important;
    border-style: none;
}

.search-events input:nth-child(1),
.search-events input:nth-child(2),
.search-events input:nth-child(3){
    border-bottom: solid 3px #7303c0;
}


.search-events input:nth-child(3)::-webkit-calendar-picker-indicator {
    filter: invert(1) !important;
    background-color: red !important;
}

.search-events input:nth-child(4){
    border-bottom: solid 4px #7303c0;
    background-color: #7303c0;

}

.search-events input:nth-child(4):hover{
    -webkit-filter: brightness(230%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

#banner-items {
    margin: 70px 0 0 120px;
    width: 70%;
}

#banner-items .banner-item {
    display: table;
    width: 100%;
    clear: both;
    padding: 10px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 3px;
    margin-bottom: 15px;
}
#banner-items .banner-item img {
    display: block;
    width: 100px;
    /*height: 75px;*/
    float: left;
    margin-right: 15px;
}
#banner-items .banner-content {
    display: table;
    float: left;
    height: 100px;
    margin-left: 15px;
}
#banner-items .banner-item-title,
#banner-items .banner-item-description {
    color: #eee;
}
#banner-items .banner-item-title {
    font-size: 22px;
}
#banner-items .banner-item-description {
    font-size: 15px;
}
.input-padding{
    padding: 0 5px;
}
.padding-style-2{
    padding: 0 80px;
}
.separator-clear-both{
    clear: both; height: 10px;
}
.custom-css-6{
    background-color: #0b0b0b; 
    color: #eee;
}

/*_________________________________RESPONSIVO_________________________________*/

@media only screen and (max-width: 1030px) {
    #banner-items {
        margin: 70px 0 0 80px;
        width: 80%;
    }
}

@media only screen and (max-width: 992px) {
    .banner-texts{
        margin: 75px 0 0 0;
        padding: 0;
        text-align: center;
        /*margin-top: 15px;*/
        /*padding: 60px 0 30px 300px;*/
        /*padding-left: 120px;*/
    }
    
    .search-events{
        display: none;
    }
}

@media only screen and (max-width: 970px) {
    #banner-items {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .banner-texts{
        padding: 150px 0 30px 125px;
        text-align: left;
    }

    .banner-div{
        /*height: 380px;*/
    }
    .bkg-opacity{
        /*height: 380px !important;*/
    }
}
@media only screen and (max-width: 390px) {
    .banner-texts{
        padding: 50px 0 30px 30px;
        text-align: left;
    }
}

