/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    /* margin: 20px; */
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* banner bg main start */

.banner_bg_main {
    width: 100%;
    float: left;
    /* background-image: url(../images/hero_.png); */
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}


/* banner bg main end */


/* header top section start */

.header_section_top {
    width: 100%;
    /* float: left; */
    background-color: #2b2a29;
    /* clip-path: polygon(0 0, 100% 0, 96% 100%, 3% 100%); */
    height: auto;
    padding: 10px 0px;
}

.custom_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.custom_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 6px 10px 0px 10px;
}

.custom_menu li a {
    color: #f1f1f1;
    font-weight: 800;
}

.custom_menu li a:hover {
    color: #f26522;
}


/* header top section end */


/* logo section start */

.logo_section {
    width: 100%;
    float: left;
}

.logo {
    /* width: 100%; */
    max-width: 100px;
    /* float: left; */
    text-align: center;
    padding: 30px 0px;
}


/* logo section end */


/* header section start */

.header_section {
    width: 100%;
    display: flex;
}

.containt_main {
    display: flex;
}


/* opennav bar start */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;

    font-weight: 800;
}

.sidenav a:hover {
    color: #f26522;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.toggle_icon {
    cursor: pointer;
    color: #ffffff;
    order: 2;
}

.header_box {
    order: 2;
    display: flex;
}
 
.header_box .dropdown-menu li {
    font-size: 14px;
}

.header_box ul.get_in li {
    display: flex;
    width: 100;
}

.header_box ul.get_in li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    color: #fff;
    padding: 8px;
    font-size: 15px;
    column-gap: 10px;
    border-radius: 4px;
}

.header_box ul.get_in li a i {
    display: flex;
    align-items: center;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    order: 2;
}

.btn-secondary {
    color: #fff;
    background-color: #30302e;
    border-color: #30302e;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #30302e;
    border-color: #30302e;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

/* opennav bar end */


/* Styles for wrapping the search box start */

.main {
    flex: 1;
    margin: 0px 30px;
    display: inline-block;
    order: 2;
}


/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


/* Styles for wrapping the search box end */

.login_menu {
    display: flex;
    text-align: right;
    float: right;
}

.login_menu ul {
    margin: 0px;
    padding: 0px;
}

.login_menu li.nav-item {
    float: right;
    font-size: 16px;
    width: 80%;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 4px;
}

.login_menu li {
    float: left;
    font-size: 16px;
    width: 80%;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 4px;
}

.login_menu li a {
    color: #000000;
    width: 100%;
}

.login_menu li a:hover {
    color: #f26522;
}

.padding_10 {
    padding-left: 10px;
}

/* Meu c��digo */

.container-login form {
    font-size: 16px;
    color: #414744;
}

.container-login form input,
.container-login .container-select-category select
{
    font-size: 15px;
    color: #2b2a29;

    border: 1px solid #dddddd;
}

.container-login input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
    border: 1px solid #f26522 !important;
}

.container-login .container-password .forgot-password {
    text-align: end;
    margin: 8px 0px;
}

.container-login .container-login-button button:hover {
    background-color: #f26522;
    border: 1px solid #f26522;
}


.container-login .link {
    font-size: 14px;
    color: #666666;
}

.container-login form .container-login-button button {
    font-size: 14px;
    background: #020202;
}

.container-login form .container-login-button div {
    margin: 10px 0px;
    text-align: center;
}

.container-login a:hover {
    color: #f26522;
    cursor: pointer;
}

/* flage css start */

.lang_box {
    display: flex;
    float: right;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
}

.nav-link {
    display: block;
    padding: .4rem 1rem;
}

a:hover {
    color: #f26522;
    text-decoration: underline;
}


/* flage css end */


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

.banner_taital {
    width: 100%;
    font-size: 60px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

.buynow_bt {
    display: none;
    width: 170px;
    margin: 0 auto;
    padding-top: 30px;
}

.buynow_bt a {
    display: none;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.buynow_bt a:hover {
    background-color: #f26522;
    color: #ffffff;
}

#my_slider a.carousel-control-next {
    right: 0px;
    top: 40px;
    background: #f36523;
}

#my_slider a.carousel-control-prev {
    left: 0px;
    top: 40px;
    background: #f36523;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    background: rgb(242, 222, 172, 0.80);
    opacity: 1;
    font-size: 20px;
    color: #000;
    border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fff;
}


/* banner section end */


/* fashion section start */

.fashion_section {
    width: 100%;
    float: left;
    padding-bottom: 150px;
}

.fashion_taital {
    display: none;  /* titulo destaques removido*/
    width: 100%;
    font-size: 40px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
}

.fashion_section_2 {
    width: 100%;
    margin-top: 30px;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 20px;
    box-shadow: 0px 0 30px 10px #f0f0f0;
    margin-bottom: 20px;
}

.shirt_text {
    width: 100%;
    font-size: 20px;
    color: #30302e;
    text-align: start;
    font-weight: bold;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.price_text {
    max-width: 50%;
    font-weight: bold;
    font-size: 16px;
    color: #fff !important;
    text-align: start;
    padding: 2px 10px;
    margin: 0px;
    border-radius: 4px;
    background: #f26522; 
}

.tshirt_img {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
    min-height: 370px;
}

.tshirt_img img {
   height: 425px !important;
}

.btn_main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.btn_main .buy_bt {
    width: 100%;
    background: #262626;
    padding: 16px;
    border-radius: 8px;
}

.btn_main_location {
    width: 100%;
    display: flex;

    margin-bottom: 4px;
}

.buy_bt {
    float: left;
    width: 100%;
}

.buy_bt a {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    background-color: #262626;
    text-align: center;
    font-weight: bold;

    padding: 8px;
    border-radius: 2px;
}

.btn_main .buy_bt:hover, .buy_bt a:hover {
    color: #ffffff;
    cursor: pointer;
}

.seemore_bt {
    width: 100%;
    float: right;
    text-align: left;
}

.seemore_bt a {
    width: 100%;
    font-size: 16px;
    color: #262626;
    background-color: transparent;
    text-align: right;
}

.seemore_bt a i {
    font-size: 24px;
    color: #f26522;
}

.seemore_bt a:hover {
    background-color: transparent;
    color: #f26522;
}

#main_slider a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#main_slider a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #f26522;
}


/* fashion section end */


/* electronic section start */

.electronic_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#electronic_main_slider a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#electronic_main_slider a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#electronic_main_slider .carousel-control-next,
#electronic_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider .carousel-control-next:focus,
#electronic_main_slider .carousel-control-next:hover,
#electronic_main_slider .carousel-control-prev:focus,
#electronic_main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #f26522;
}


/* electronic section end */


/* jewellery section start */

.jewellery_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.jewellery_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#jewellery_main_slider a.carousel-control-next {
    right: 615px;
    top: 75%;
}

#jewellery_main_slider a.carousel-control-prev {
    left: 615px;
    top: 75%;
}

#jewellery_main_slider .carousel-control-next,
#jewellery_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#jewellery_main_slider .carousel-control-next:focus,
#jewellery_main_slider .carousel-control-next:hover,
#jewellery_main_slider .carousel-control-prev:focus,
#jewellery_main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #f26522;
}


/* Carousel */

    .banner-carousel {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .banner-carousel img {
        width: 100%;
        height: 520px;
        object-fit: cover;
        transition: transform 2s ease-in-out;
    }

    .banner-carousel .active img {
        transform: scale(1.1); 
    }

    .gradient-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
        z-index: 1;
    }
    
    #carousel-container {
        line-height: 1 !important;
        font-size: 2.7rem !important;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left !important;
    }
    
    .carousel-caption {
        position: absolute;
        bottom: 30px;
        left: 50px;
        z-index: 2;
        color: #fff;
        max-width: 40%;
    }

    .carousel-caption {
        line-height: 1 !important;
        font-size: 2.7rem !important;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left !important;
    }
    
    .carousel-caption h2 {
        line-height: 1 !important;
        font-size: 2.7rem !important;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left !important;
    }

    .carousel-caption .btn {
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 1rem;
        text-transform: uppercase;
        background: #f36523;
        border: none;
        font-weight: bold;
    }

    .carousel-caption .btn:hover {
        background: #a84618;
        transition: background .4s ease-in-out;
    }

    /* Ajuste dos botões de navegação para a parte superior direita */
    .owl-nav {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next
    {
        font-size: 42px !important;
        color: #0a0a0a !important;
    }

    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel .owl-nav button.owl-next:hover
    {
        background: none;
        color: #0f0f0f;
        cursor: pointer;
    }

/* End Carousel */

/* loader bar css start */

.loader_main {
    width: 100%;
    text-align: center;
    margin-top: 140px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #414744;
    border-right: 16px solid #f26522;
    border-bottom: 16px solid #414744;
    border-left: 16px solid #f26522;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 6s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* loader bar css end */


/* jewellery section end */


/* footer section start */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.footer_logo {
    max-width: 100px;
    text-align: center;
}

.input_bt {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #ffffff !important;
}

.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    padding: 5px 0px 5px 0px;
    height: 60px;
    border: 0px;
}

.mail_bt:focus {
    border: none;
} 

input.mail_bt::placeholder {
    color: #fff;
}

.subscribe_bt {
    width: 30%;
    float: right;
    font-size: 16px;
    color: #f26522;
    background-color: transparent;
    padding: 20px 0px 5px 0px;
    border-radius: 30px;
    border: 0px;
    text-transform: uppercase;
    text-align: right;
}

.subscribe_bt a {
    color: #f26522;
}

.subscribe_bt a:hover {
    color: #ffffff;
}

.footer_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 20px 10px 0px 10px;
}

.footer_menu li a {
    color: #f1f1f1;
}

.footer_menu li a:hover {
    color: #f26522;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}

.location_main {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 30px 30px 30px 30px;
}

.location_main a {
    color: #ffffff;
}

.location_main a:hover {
    color: #f26522;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f26522;
}

.margin_top90 {
    margin-top: 90px;
}


/* copyright section end */

/* Show Section*/

.show-evento-container .image-container {
    border-radius: 24px !important;

    text-align: start;
    /* max-width: 400px; */
}

.show-evento-container .evento-detalhes-container .evento-detalhes-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 14px;

    font-size: 24px;
    
}

.evento-detalhes-container .descricao-evento, .evento-detalhes-container .descricao-evento p, .show-evento-container .evento-detalhes-container .detalhes-sobre-local {
    font-size: 22px !important;
}

.show-evento-container .evento-detalhes-container .evento-detalhes-item .evento-detalhes-item-1, 
.show-evento-container .evento-detalhes-container .evento-detalhes-item .evento-detalhes-item-2, 
.show-evento-container .evento-detalhes-container .evento-detalhes-item .evento-detalhes-item-3 {
    text-align: start;
    font-size: 22px;
    font-weight: 800;
    column-gap: 4px;
    text-transform: uppercase;

    display: flex;
    align-items: center;
    justify-content: center;
}

.show-evento-container .evento-detalhes-container .evento-detalhes-decricao-title {
    text-align: start;
    font-size: 18px;
    font-weight: 800;
}

.show-evento-container .evento-detalhes-container .evento-detalhes-item .duracao-evento {
    text-align: start;
    font-size: 16px;
}

.show-evento-container .evento-detalhes-container .evento-detalhes-decricao-data .evento-data-card {
    max-width: 50px;
    max-height: 200px;
}

.show-evento-container .evento-detalhes-container .evento-detalhes-decricao-data .evento-data-card .evento-data-dia {
    background-color: #f26522;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 25px;
    font-weight: 800;
    color: white;
}

.show-evento-container .evento-detalhes-container .evento-detalhes-decricao-data .evento-data-card .evento-data-mes {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.show-evento-container .tickects li {
    margin-bottom: 12px;
    padding: 10px 22px;
    background-color: #ebebeb;
    border-radius: 5px;

    width: 510px;
}

.show-evento-container .title-container h4 {
    font-size: 42px !important;
    font-weight: 800;
    margin: 0px;
}

.show-evento-container .tickects .info-pacote {
    padding-left: 6px;
}

.show-evento-container .tickects .info-pacote h6 {
    font-size: 18px;
    font-weight: 700;
}

.show-evento-container .tickects .info-pacote p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.show-evento-container .tickects .quantidade-tickets {
    max-height: 20px;
}
.show-evento-container .tickects .quantidade-tickets span {
    color: #ffffff;
}

.show-evento-container .tickects .quantidade-tickets-comprar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;

    font-size: 18px;
}

.show-evento-container .tickects .quantidade-tickets-comprar .qtd-tickets {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0;
}

.show-evento-container .tickects .quantidade-tickets-comprar .btn-tickets {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: flex-end;
    align-items: center;

    padding: 0;
}

.show-evento-container .tickects .quantidade-tickets-comprar .btn-tickets button {
    width: 100%;
    background: #000;
    color: white;

    border-radius: 8px;
    padding: 4px;
}

.show-evento-container .tickects .quantidade-tickets-comprar .btn-tickets button:hover {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.801);
    color: white;
}

.show-evento-container .tickects .quantidade-tickets-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.show-evento-container .tickects .quantidade-tickets-info .bilhete-info-2, .show-evento-container .tickects .quantidade-tickets-info .bilhete-info-1 {
    color: #f26522;
    font-weight: 600;
}

.show-evento-container .tickects .quantidade-tickets-comprar .qtd-tickets input {
    width: auto;
}

.show-evento-container .tickects .quantidade-tickets-comprar .contador-kwanzas {
    align-self: center;
    padding: 0;
    text-align: end;
}
.show-evento-container .tickects .quantidade-tickets-comprar .contador-kwanzas input {
    max-width: 59px;
    padding: 3px;
    height: 32px;
    margin: 0;

}

.show-evento-container .tickects .quantidade-tickets-comprar .qtd-tickets .qtd {
    margin: 0px 13px;
    max-width: 52px;
    border: 1px solid rgba(0, 0, 0, 0.877);
    padding: 3px;
    border-radius: 4px;

    text-align: center;
}
.show-evento-container .tickects .quantidade-tickets-comprar .qtd-tickets .sub,  .show-evento-container .tickects .quantidade-tickets-comprar .qtd-tickets .sum {
    background-color: #111111;
    padding: 4px 12px;
    border-radius: 4px;
    color: #ffffff;
}

.show-evento-container .tickects .quantidade-tickets-comprar .qtd-tickets .sub {
    padding-right: 18px;
}

.show-evento-container .tickects .quantidade-tickets-comprar .qtd-tickets .sub:hover,  .show-evento-container .tickects .quantidade-tickets-comprar .qtd-tickets .sum:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.61);
    color: white;
}

.show-evento-container form .add-cart {
    font-size: 26px;
    font-weight: 700;
    border-radius: 8px;
    padding: 12px;
    background-color: black;
    color: white;
}

.show-evento-container form .add-cart:hover {
    background-color: rgba(0, 0, 0, 0.911);
    color: white;
}

.show-evento-container .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0px;
}

.show-evento-container .total .total-titulo h6, .show-evento-container .total .total-quantidade {
    font-size: 18px;
}

/* Show Section End  */

/* Datatable Style */

.eventos-admin {
    display: flex;
    flex-direction: column;
}

.eventos-admin .link-details {
    color: rgb(0, 60, 255);
}

.eventos-admin .link-details:hover {
    color: rgb(0, 20, 85);
}

.eventos-admin .link-edit {
    color: rgb(0, 60, 255);
}

.eventos-admin .link-edit:hover {
    color: rgb(0, 20, 85);
}

.eventos-admin .link-delete {
    color: rgb(255, 0, 0);
}

.eventos-admin .link-delete:hover {
    color: rgb(141, 0, 0);
}

.eventos-admin .eventos-admin-box h4 {
    font-size: 24px;
    font-weight: 600;
}

.eventos-admin .eventos-admin-table-body {
    max-width: 100%;
}

.eventos-admin .eventos-admin-table-body .eventos-admin-table-body-row .cancelado {
    background-color: #b90000;
    border-radius: 25px;
    color: #ffff;
    padding: 2px 6px;
}

.eventos-admin .eventos-admin-table-body .eventos-admin-table-body-row .vendido {
    background-color: #ffa600;
    border-radius: 25px;
    color: #ffff;
    padding: 2px 6px;
}

.eventos-admin .eventos-admin-table-body .eventos-admin-table-body-row .disponivel {
    background-color: #00b93e;
    border-radius: 25px;
    color: #ffff;
    padding: 2px 6px;
}

.card-carrinho .buy-button-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffa600;
    border: none;
    color: #fff;
    border-radius: 6px;
    height: 72px;
    align-content: center;
    justify-content: center;
}

.card-carrinho .buy-button-container a {
    background-color: transparent;
    border: none;
    color: #fff;
    font-weight: 800;
    font-size: 24px; 
}

.card-carrinho .buy-button-container:hover {
    background-color: #e49401;
    transition: all .2s;
    cursor: pointer;
}

.btn-resume-container .btn-resume-buy-end {
    background-color: #020202 !important;
    width: 100%;
    font-weight: 800;
    color: #fff;
    height: 72px;
    font-size: 24px;
}

.buy-container .buy-info-container form input, .buy-container .buy-info-container form textarea {
    border: 1px solid #0e0e0e;
}

.buy-container .buy-info-container form input:focus, .buy-container .buy-info-container form textarea:focus {
    box-shadow: 0 0 0 0;
    border: 1px solid #e49401 !important;
    outline: none !important;

    transition: border .5s ease-out;
}

ul li ul li .tipo-bilhete, 
.btn-resume-container .buy-resume-content ul .buy-resume-content-item .tipo-bilhete 
{
    background: #e49401 !important;
    border-radius: 4px;
    font-weight: 800;
}

.btn-resume-container .btn-resume-buy-end:hover {
    background-color: rgb(25, 26, 26) !important;
}

.btn-resume-container .clear-cart {
    color: #d80200 !important;
}


/* Finalizar Compra */

.buy-container .buy-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 72px;
    text-align: center;
}

.btn-reference button {
    background: #020202;
    color: #fff;
}

.btn-reference button:hover {
    background: transparent;
    color: #020202;
    border: 2px solid #020202;
    transition: all .2s ease-in;
}

.btn-reference button:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.encomenda-container .encomenda-detalhe {
    background: #c9531d;
    color: #020202;
}

.encomenda-container .comprador-resumo-container {
    background: #979797;
}

.bilhetes-container ul li {
    background:#c9531d;
}

.login_menu li.before_get_in {
    font-weight: 800;
    font-size: 18px;
    color: #fff !important;
}

.login_menu li.before_get_in a { 
    color: #fff  !important;
}

.login_menu li.before_get_in a:hover { 
    color: #0e0d0d !important;
    background: #f36523;
    padding: 6px;
    border-radius: 4px;
}

.filter {
    margin-bottom: 4px;
    padding: 0px 12px;
}

.filter label {
    background: #f36523;
    color: #fff;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 4px;
}

.filter .select-filter {
    border: 1px solid  #f36523;
}

.filter .select-filter:focus {
    border: 2px solid  #f36523;
    box-shadow: 0 0 0 0;
    outline: 0;
}

.filter #customRange3 {
    border-radius: 4px;
}

.error-container {
    height: auto;
}

.more-events a {
    background-color: #f36523 !important;
    border: none;
    font-weight: 800;
}

.more-events a:hover {
    background-color: #c7521c !important;
    border: none;
}

.custom_menu {
    display: flex;
    justify-content: space-between;
    padding: 0px 72px;
}

.dropdown-menu {
    left: -38px !important;
}

.custom_menu .brand {
    width: 172px;
}

#mySidenav .brand-toogle {
    width: 172px !important;
}

.custom_menu .get-in-btn {
    font-weight: 800;
    color: #fff;
}

.custom_menu .get-in-btn:hover {
    font-weight: 800;
    color: #f36523;
}

.custom_menu .custom-dropdown .dropdown-toggle, .sidenav .custom-dropdown .dropdown-toggle {
    background: #0e0d0d !important;
}

.custom_menu .custom-dropdown .dropdown-toggle:focus, .sidenav .custom-dropdown .dropdown-toggle:focus {
    border: 2px solid  #f36523;
    box-shadow: 0 0 0 0;
    outline: 0;
}



.custom_menu .custom-dropdown .custom-dropdown-menu-aside .dropdown-item {
    color: #0e0d0d !important;
}


footer.custom-footer {
    background: #0e0d0d !important;
}

footer.custom-footer p a:hover, footer.custom-footer a i:hover {
    color: #f36523 !important;
}

.main form.search-events input:focus {
    border: 2px solid  #f36523 !important;
    box-shadow: 0 0 0 0;
    outline: 0;
}

.custom-category-container a.custom-category-button {
    background: #f36523 !important;
    color: #fff;
    font-weight: 800;
}

.custom-category-container a.custom-category-button:hover {
    background: rgb(148, 67, 30) !important;
    transition: a ease .5s;
}

.custom-category-container a.custom-category-button:focus {
    border: 2px solid  #0a0a0a !important;
    box-shadow: 0 0 0 0;
    outline: 0;
}

.floating-btns a {
    background: #0a0a0a !important;
    color: #fff;
    border: none;
    box-shadow: -9px 9px 5px -7px rgba(0,0,0,0.36);
    -webkit-box-shadow: -9px 9px 5px -7px rgba(0,0,0,0.36);
    -moz-box-shadow: -9px 9px 5px -7px rgba(0,0,0,0.36);
}

.floating-btns #btnTopo {
    background: #f36523 !important;
    color: #fff;
    box-shadow: -9px 9px 5px -7px rgba(0,0,0,0.36);
    -webkit-box-shadow: -9px 9px 5px -7px rgba(0,0,0,0.36);
    -moz-box-shadow: -9px 9px 5px -7px rgba(0,0,0,0.36);
}

.floating-btns a i {
    font-size: 20px;
}


/* Tabelas */

div.dt-container {
    position: relative;
    padding: 14px;
    border-radius: 10px;
    clear: both;
    background: #ffb600;
}


/* Datatable Style End */

.submit-date-font-filter-container .submit-date-font-filter {
    width: 100% !important;
    padding: 4px 116px;
    background: #f36523;
    text-align: center !important;
    display: flex;
    justify-content: center;
    font-weight: 800;
    color: white;
    margin-top: 4px;
}


@media (max-width: 575px) {
    .containt_main {
        position: absolute;
        z-index: 999;
    }

    .carousel-caption h2 {
        font-size: 1.5rem;
    }
}