﻿a {
    color: #0c1932;
}

/*#region datepicker*/

.datepicker td:not(.disabled) {
    color: #051932;
    font-weight: 1000;
    text-decoration: underline;
}
/*#endregion*/

/*#region HEADER*/
/*#region left*/
.header-left .wrapper-list {
    margin-left: 16px;
    display: inline-flex;
    margin-bottom: 0;
    -webkit-box-align: center;
    font-family: Hellix,sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-left .wrapper-list li {
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-left .wrapper-list li a {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding: 12px 16px;
    text-transform: uppercase;
    color: #0c1932;
    font-weight: 600;
    /*border-radius: 8px;*/
    background-color: transparent;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

    .header-left .wrapper-list li.is-active a:after {
        content: "";
        position: absolute;
        background: #0c1932;
        width: calc(100% - 32px);
        height: 2px;
        border-radius: 2px;
        left: 16px;
        bottom: 0;
    }
/*#endregion*/

/*#region right*/
.language-dropdown.js-language {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 11px;
    cursor: pointer;
    border-radius: 8px;
    background-color: transparent;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

.language-dropdown.js-language li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 24px;
}

[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.text-right {
    text-align: right;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

div {
    display: block;
}

/*#endregion*/

/*#endregion*/

/*#endregion*/
/*#region ELEMENTOS*/
    .banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    transition: .2s ease;
    /*opacity: 0.8;*/
    padding: 20px;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.image_border {
    box-shadow: none;
    /*border-radius: 8px;*/
}

/*#region BOTOES*/
.buy_button {
    border-color: #00897B !important;
    background-color: #00897B !important;
    color: #000 !important;
    box-shadow: none;
    border-radius: 8px;
    border: #00897B !important;
    width:250px;
    height:50px;
}

.buy_button_2 {
    border-color: #00897B !important;
    background-color: #00897B !important;
    color: #000 !important;
    box-shadow: none;
    border: #00897B !important;
}

/*#endregion*/

/*#endregion*/

/*#region footer*/
footer {
    background-color: #00897B;
    color: #FFFFFF;
}
footer a {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
footer figcaption {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
footer .w-icon {
    margin-top: 25px;
    display: flex;
}

footer .icon {
    color: #FFFFFF;
    margin-right: 12px;
    position: relative;
    font-size: 16px;
    margin-top: 4px;
    opacity: 1;
    transition: all 250ms ease-in-out;
    outline: none;
}

footer .label {
    margin: 30px 0 16px;
    font-family: Hellix,sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    width: 100%;
}

footer .text-label {
    font-family: Hellix, sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 0;
    width: auto;
    opacity: .5;
    background: none;
}
    
footer .footer-social-container ul {
    width: 100% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    justify-content: space-between;
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
    font-family: Hellix,sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-social-container ul li {
    margin: 2px;
    padding: 0;
    list-style: none;
    background: #ffffff;
    padding: 5px 5px 0px;
    border-radius: 5px;
    width:40px
}
footer .footer-social-container ul li i {
    font-size: 25px;
    color: #000000;
}
.footer-social-container {    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;   
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;    
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /*justify-content: flex-end;*/
    text-align: center;
    width: 100%;
}


footer .sub-footer {
padding: 13px 0 15px;background-color: #0C1932;color:#FFFFFF;
}

footer .sub-footer .sub-footer-menu {
    text-align: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-family: Hellix,sans-serif;
}
footer .sub-footer .sub-footer-menu li {
    padding: 9px 0;
    margin-left: 0;
    font-family: Hellix,sans-serif;
    font-weight: 600;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    opacity: .5;
    padding: 0;
    display: inline-block;
/*        text-align: initial;
    margin-left: 24px;*/
}
footer .sub-footer .sub-footer-menu li a{
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}
            
footer .upper-footer {
    padding-bottom: 38px;
    margin-bottom: 32px;
    border-bottom: rgba(19,20,20,.1) 1px solid;
    text-align: center;
}

@media (min-width: 992px) {
    footer .upper-footer {
        text-align: left;
    }
}

@media (max-width: 960px) {
    footer .sub-footer .sub-footer-menu li {
        text-align: left
    }

    footer .upper-footer {
        padding-top: 3%;
    }

    footer .label {
        text-align: left;
        padding-right: 2%;
    }

        footer .label span::before {
            content: "\A";
            white-space: pre;
        }
}



/*#endregion*/

.hide_bottom_border {
    border-bottom: none !important;
}
.padding-top {
    padding-top: 25px;
}

.bilheteira-text-size {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 22px;
    font-weight: 600;
    font-family: Hellix,sans-serif;
    color: #0c1932;
}

.bilhete-titulo {
    /*position: absolute;*/
    overflow: visible;
    /*width: 700px !important;*/
    color: #051932;
    font-family: Hellix;
    /*white-space: nowrap;*/
    text-align: left;
    font-family: Hellix;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.2px;
    margin-bottom: 1em;
    margin-top: 1em;
}
.bilhete-subtitulo {
    margin-top: 15px;
    margin-bottom: 0px;
    color: #051932 !important;
    /*text-transform: uppercase;*/
    white-space: nowrap;
    text-align: left;
    font-family: Hellix;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: rgba(253,182,20,1);
    letter-spacing: 0.2px;
}
.bilhete-botoes {
    background-color: #ffffff !important;
    color: #051932 !important;
    /* css 3 */
    /*border-radius: 50% !important;*/
    /* mozilla */
    /*-moz-border-radius: 50% !important;*/
    /* webkit */
    /*-webkit-border-radius: 50% !important;*/
    border: none !important;
}


.bilhete-text {
    left: 0px;
    top: 0px;
    overflow: visible;
    white-space: normal;
    text-align: left;
    font-family: Hellix;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #051932;
    letter-spacing: 0.2px;
}

.btn-outline {
    border-color: #00897B !important;
    background-color: #00897B !important;
    background-image: none;
    /*width:32px !important;*/
    color: #ffff !important;
    margin-left:7px !important;
    margin-right:7px !important;
    font-weight: bold !important;
    /*border-radius: 9px !important;*/
}

.carrinho {
    background-color: #00897B !important;
    color: #fff !important;
    /*border-radius:7px !important;*/ 
}

.btnFundoBranco {
    /*border-radius: 7px !important;*/
    border: 1px solid #00897B;
    color: black;
    /*font-family: "Font Awesome 5 Free";*/
}

.table.table-totals tr th, .table.table-totals tr td {
    padding: .6rem 0;
    border: 0;
    border-collapse: collapse !important;
}
.table.table-totals {
    margin-bottom: 0rem;
    border-top: none !important;
}

table {
    border-collapse:unset;
}
.text-label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    font-family: Hellix,sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fundo_amarelo_icone_compra {
    fill: rgba(253,182,20,1);
}

.product-default .btn-add-cart {
    background-color: #00897B !important; 
}

.inner-icon figure .btn-icon:hover {
    background-color: #00897B !important;
    border-color: #00897B !important;
    color: #000 !important;
}


.cart-dropdown .btn-remove:hover, .cart-dropdown .btn-remove:focus {
    color: #00897B !important;
}

.product-default a:hover {
    color: #0c1932 !important;
}

/*a:hover, a:focus {
    color: #0c1932 !important;
}*/

.product-single-qty .btn.btn-down-icon:after,
.product-single-qty .btn.btn-up-icon:before,
.product-single-qty .btn.btn-up-icon:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    margin-left: -.55rem;
    background: #fff !important;
    content: '';
    font-weight: bold !important;
}

.insert-line {
    display: flex;
    align-items: center;
    background-color: #051932;
    height: 1.5px;
    color: #051932;
}

.svg-1 {
    margin: 0 auto;
    display: block;
}


.change-date-form-height{
    height: 3rem !important;
    border-radius:7px;
    padding:0px;
}

.change-to-orange {
    background-color: #00897B !important;
    width: 25px !important;
    /*border-radius: 7px;*/
    color:#000 !important;
}

select option {
    margin: 40px;
    background: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.change-height {
    height: 3rem !important;
    width:2rem;
    align-items: center;
    font-size: small;
    padding: 0rem
}
/*.change-width-timepicker {*/
    /*width: 70px;*/
    /*width: 200px;*/
/*}*/

/*.change-width-datepicker {
    width: 120px;
}*/

.spanCarrinho {
    font-family: 'Hellix';
    font-size: 18px;
}


.backgroundClientData {
    background-color: lightgray;
    border-radius: 3px;
    color: #0c1932;
    border-color:lightgray;
    font-size:20px;
}

#modalMsgInfo ul,
#modalMsgInfo ol {
    list-style: disc;
    padding-left: 2rem;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.lottie {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}


div.container4 {
    height: 10em;
    position: relative
}

.btnInfo:hover .fa {
    color:#051932b3;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 10%;
}

.form-control{
    font-weight:800;
}
#dtSlot, #iconCalendar, #selTimeSlot {
    box-shadow: 0px 3px 13px -1px rgba(5,25,50,0.55);
    -webkit-box-shadow: 0px 3px 13px -1px rgba(5,25,50,0.55);
    -moz-box-shadow: 0px 3px 13px -1px rgba(5,25,50,0.55);
}
.shadowb2c {
    color: #051932;
    box-shadow: 0px 3px 13px -1px rgba(5,25,50,0.55);
    -webkit-box-shadow: 0px 3px 13px -1px rgba(5,25,50,0.55);
    -moz-box-shadow: 0px 3px 13px -1px rgba(5,25,50,0.55);
}

.contentMsgLTSection {
    color: #051932bf;
}

#contentMsg {
    color: #051932;
    font-weight: 400;
    float: left;
}
.cxbtnInfo {
    font-size: 2rem;
}
.bilhete-text .cxbtnInfo {
    font-size: 1.5rem;
}

.round-div-carrinho{padding-right:0}

@media screen and (min-width: 320px) and (max-width:992px) {
    #contentTitulo {
        margin-bottom: 4em;
    }

    .bilhete-titulo {
        font-size: 20px;
    }

    .bilhete-subtitulo {
        margin-top: 15px;
        margin-bottom: 0px;
        color: #051932 !important;
        text-transform: uppercase;
        white-space: nowrap;
        text-align: left;
        font-family: Hellix;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: rgba(253,182,20,1);
        letter-spacing: 0.2px;
    }
    /*    .editHeightRow    {
        height:70px;
    }*/

    .bilhete-text {
        left: 0px;
        top: 0px;
        overflow: visible;
        white-space: normal;
        text-align: left;
        font-family: Hellix;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        color: #051932;
        letter-spacing: 0.2px;
    }

/*    .btn-outline {
        width: 20px !important;
        height: 25px !important;
    }*/

    .bilhete-botoes {
        width: 20px !important;
        height: 25px !important;
        background-color: #ffffff !important;
        color: #051932 !important;
        /* css 3 */
        border-radius: 50% !important;
        /* mozilla */
        -moz-border-radius: 50% !important;
        /* webkit */
        -webkit-border-radius: 50% !important;
    }

    .spanCarrinho {
        font-family: 'Hellix';
        font-size: 10px;
    }
    /*    .editHeightDiv{
        height:10px;
    }*/
    .logo {
        width: 140px;
    }
}

/*@media (max-width: 960px) {*/
    .header-align-center .header-left, .header-align-center .header-right {
        flex: revert;
    }
/*}*/

@media (max-width: 640px) {
    #mlnameuser {
        display: none;
    }
}


@media screen and (min-width: 541px) and (max-width:767px) {
    .delimitador {
        border-bottom: 3px solid #bbb;
        border-bottom-width: medium;
        color: black;
        font-size: 17px;
    }

    .labelDadosConta {
        font-size: 27px;
        color: #0c1932;
    }

    .divPrincipal {
        margin: 0 auto;
        align-content: end
    }
}

@media screen and (min-width: 280px) and (max-width:540px) {
    .delimitador {
        border-bottom: 3px solid #bbb;
        border-bottom-width: medium;
        color: black;
        font-size: 17px;
    }
}

@media screen and (min-width: 280px) and (max-width:360px) {
    .delimitador {
        border-bottom: 3px solid #bbb;
        border-bottom-width: medium;
        color: black;
        font-size: 17px;
    }

    
}

@media screen and (min-width: 768px) {
    .delimitador {
        border-bottom: 3px solid #bbb;
        border-bottom-width: medium;
        color: black;
        font-size: 17px;
    }

    
}


/*#region Modulos*/
/*#region Geral*/
.modulos {
/*    margin-bottom: 2em;*/
}
.modulo-title {
    /*padding-bottom: .7rem;*/
    color: #302e2a;
    /*border-bottom: 1px solid #e1e1e1;*/
    font-size: 1.6rem;
    letter-spacing: -.01em;
    /*text-transform: uppercase;*/
}
.banner {
    position: relative;
    font-size: 1.6rem
}
.boxshadow {
    box-shadow: 10px -10px 11px #00000038;
}

.boxshadowDstk {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.banner figure {
    margin: 0
}

.banner img {
    width: 100%;
    object-fit: cover
}

.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
    line-height: 1;
    font-family: Hellix,sans-serif;
}

.banner .container:not(.banner-content) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.overlay-zoom {
    overflow: hidden;
}

.overlay-zoom img {
    transition: transform 0.3s
}

.overlay-zoom:hover img {
    transform: scale(1.08)
}
.textupper {
    text-transform:uppercase;
}
/*#endregion*/

/*#region modulobarra100*/
.modulobarra100 .home-banner {
    opacity: 1;
    height: 47.5rem;
}
.modulobarra100 .banner-layer {
/*    position: absolute;
    top: 50%;*/
    transform: translateY(15%);
    padding: 1em;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    max-width:40%
}
.modulobarra100 h1 {
    text-align: left;
    font-family: 'Hellix';
    font-weight: bold;
    font-style: normal;
    text-shadow: 0px 3px 6px #00000029;
}
.modulobarra100 p {
    text-align: left;
    color: #0C1932;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

@media (max-width: 960px) {
    .modulobarra100 .banner-layer {
        top:30%;
        max-width: 70%;
    }
}
/*#endregion*/

/*#region modulodstkscolados*/
.modulodstkscolados [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}
/*.modulodstkscolados .row {
    overflow: hidden;
}
.modulodstkscolados .product-default img {
    transition: 0.5s all ease-in-out;
}
.modulodstkscolados .product-default:hover img {
    transform: scale(1.25);
}*/
/*#endregion*/

/*#region modulodstks*/
/*#endregion*/

/*#region modulovideo100*/
.modulovideo100 .background-video {
    width: 100vw;
    height: 50vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
}
.modulovideo100 .video-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
}
.modulovideo100 .layervideo {
    /*transform: translateY(0%);*/
    transform: none;
    margin: auto;
    max-width: 50%;
}

.modulovideo100 h2,
.modulovideo100 h6,
.modulovideo100 p {
    color: white;
}

@media (max-width: 960px) {
    .modulovideo100 .layervideo {
        max-width: 100%;
    }
}

/*#endregion*/

/*#region modulobarra2dstks*/
.modulobarra2dstks {
    background-color: #00897B; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, rgba(0,0,0,0) 70%, white 20%); /* Standard syntax (must be last) */
}
.modulobarra2dstks .banner-layer-middle {
    transform: none;
}

.modulobarra2dstks h2,
.modulobarra2dstks h6,
.modulobarra2dstks p {
    color: white;
}

    .modulobarra2dstks .afirstdstk {
        color: #FFFFFF;
        pointer-events: none;
    }
.modulobarra2dstks .btn-dark {
    color: #00897B !important;
    background-color: white;
}

@media (max-width: 960px) {
    .modulobarra2dstks {
        background-image: none;
    }
        .modulobarra2dstks a {
            color: white;
            pointer-events: none;
        }
    .modulobarra2dstks .btn-dark {
        margin: auto;
        max-width: 50%;
        text-align: center;
    }
}
/*#endregion*/

/*#region modulobarragrelha*/
.modulobarragrelha {
    background-color: #00897B; /* For browsers that do not support gradients */
}
/*#endregion*/

/*#endregion*/


/*#region pagDetalhe*/
.livaritemchangegallery, .livaritem {
    cursor:pointer;
}
/*#endregion*/
/*#region cart*/
.product-row {
    padding: 1em 0 1em 0;
}
.spnQtd {
    display: block;
    color: #ffffff !important;
    background-color: #000000 !important;
    width: 3.5em !important;
    height: 36px !important;
    /*border-radius: 50% !important;*/
    padding: 0.7rem 0rem;
    font-size: 1.4rem;
    font-family: 'Hellix',Poppins, sans-serif;
    text-align: center;
}
/*#endregion*/


/*#region Formularios pag shipping e checkout*/
.firstinRow {
    padding-left: 0 !important;
}

.lastinRow {
    padding-right: 0 !important;
}
/*#endregion*/
