* {
    box-sizing: border-box;
}

.w-80 {
    width: 80%;
}

.w-100 {
    width: 100% !important;
}

.pb-8,
.py-8 {
    padding-bottom: 3rem !important;
}

.pt-8,
.py-8 {
    padding-top: 3rem !important;
}

.pl-6,
.px-6 {
    padding-left: 2rem !important;
}

.pr-6,
.px-6 {
    padding-right: 2rem !important;
}

@media (min-width: 992px) {

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 992px) {

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2rem !important;
    }
}

@media (min-width: 992px) {

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2rem !important;
    }
}

.mb-6,
.my-6 {
    margin-bottom: 2rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 3rem !important;
}

.form-control {

    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;

}

.bordered {
    border: 1px solid #ced4da !important;
    text-align: left !important;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: .8rem;
    margin: 0 auto;
    background-color: #ffffff;
    color: #4c4c4c !important;
}

.bg-logo p {
    line-height: 2rem;
}

.topbar li a {
    font-size: 20px;
}

.topbar li a i {
    color: #ffffff;
}

/* .fa-brands.fa-instagram {
    font-size: 24px;
    position: relative;
    top: 1px;
  } */
.menu li a {
    color: #575756 !important;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.navs-logo {
    display: flex;
}

.title-faberg {
    color: #ef781c !important;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 800;
}

.check-evento {
    font-family: 'Open Sans';
    font-style: italic;
    font-size: .8rem;
    font-weight: 600;
}

.events-options .form-check-input:checked {
    background-color: #ef781c !important;
    border-color: #ef781c !important;
}

.events-options .form-check-input:focus {
    box-shadow: none !important;
}

.subtitle-faberg {
    font-size: 1.3rem;
    color: #192848 !important;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
}

.fixed-top-scroll {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    width: 100%;
}

.text-footer {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    width: 100px;
    color: #fff;
    font-family: 'Open Sans';
    line-height: 1.5rem;
}

.r-side {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.info-rside {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    margin-right: 8rem;
    justify-content: center;
}

.icons-footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 0.5rem;
}

.developed-by {
    font-size: .7rem;
    color: #fff !important;
}

.petronet {
    text-decoration: none;
    color: #fff !important;
}

.title-news {
    text-align: right;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    line-height: 1.2;
}

#newsletter {
    background-color: #ededed;
}

.news-input {
    display: flex;
    margin: 0;
}

.drop-faberg {
    border: 0 !important;
    border-radius: 0;
    padding-top: 2rem !important;
    width: 250px !important;
}

.drop-faberg li:not(:last-child) {
    border-bottom: 1px dashed #ededed;
}

.drop-faberg .dropdown-item {
    color: #575756 !important;
    background-color: #fff;
    font-size: .9rem !important;
    font-weight: 600;
    font-family: 'Open Sans';
    font-style: italic;
}

.drop-faberg .dropdown-item:hover {
    background-color: #ececec !important;
}

.list-icons {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
}

.fixed-action-btn {
    position: fixed;
    background-color: #333;
    right: 0 !important;
    left: 0;
    width: 48px;
    margin-left: auto;
    height: 35px;
    border-radius: 4px 4px 0 0;
    opacity: .9;
    margin-right: auto;
    display: flex;
    bottom: 0;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
    color: #fff !important;
    line-height: 1;
    text-decoration: none !important;
}

.fixed-action-btn:hover {
    background-color: #e48544;
    transition: .3s ease-in-out;
}

.bread {
    position: absolute;
    bottom: 2rem;
    z-index: 1;
    left: 20rem;
}

.bread h2 {
    font-size: 3.5em !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    text-shadow: 0px 0px 3px #000;
}

.title-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.8rem;
}

.options-tickets {
    padding-bottom: 1rem;
    border-bottom: 1px dashed #dbdbdb;
}

.card-produto {
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #0000004f;
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
}

.info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.info h3 {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
}

.info a {
    font-size: 0.7rem;
    font-weight: 600;
    background-color: #f17d23e0;
    text-decoration: none !important;
    border-radius: 2rem;
    padding: 0.5rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    float: right;
}

.swal2-icon.swal2-warning {
    color: #ef781c !important;
}

.list-icons li.social-icon img {
    height: 28px;
    padding: 0 2px;
}

.list-icons li.language-icon img {
    width: 20px;
    margin-left: 1rem;
}

.options-tickets .table-condensed,
.options-tickets .datepicker-inline {
    width: 100% !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    width: 35px !important;
    height: 30px !important;
}

#datefilter {
    height: 50px !important;
    border-radius: 50px !important;
    padding: 0.67rem 1.3rem;
    color: #aaa9a9;
    border-width: 1px;
    border-color: #d2d2d2;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

select.wpcf7-form-control.wpcf7-select {
    height: 50px !important;
    border-radius: 50px !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    padding: 0.67rem 1.3rem;
    color: #aaa9a9;
    border-width: 1px;
    border-color: #d2d2d2;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

/* .options-tickets .datepicker td,
.options-tickets .datepicker th {
    width: 35px !important;
    height: 40px !important;
} */

.options-tickets .table-condensed {
    font-size: 13px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: linear-gradient(0deg, rgba(217, 65, 3, 1) 0%, rgba(239, 120, 28, 1) 100%) !important;
}

.daterangepicker td.today,
.daterangepicker td.today:hover {
    background-color: #ef781ca1 !important;
    background-image: unset !important;
    color: #fff;
}

.daterangepicker td.in-range {
    background-color: #f0ab76a1;
}

button.applyBtn {
    background: linear-gradient(0deg, rgba(217, 65, 3, 1) 0%, rgba(239, 120, 28, 1) 100%) !important;
    border: none;
}

.menu li a i {
    font-size: .6rem;
    margin-left: .5rem;
}

.error {
    color: red;
    font-size: 13px;
}

.captcha {
    padding: 1rem;
    background-color: #ccc;
    border-radius: 5px;
}

.carousel-caption {
    left: 3% !important;
    bottom: 6.25rem !important;
}

.infoBanner {
    box-shadow: 0px 0px 25px 2px #0000007d;
    position: relative;
    background-color: #fff;
    margin-top: -95px;
    text-transform: uppercase;
    font-weight: 700;
}

.action-whats {
    position: fixed;
    bottom: 1.5rem;
    right: 2rem;
    background-color: #49E670;
    padding: 0.5rem 0.7rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border-radius: 5rem;
}

.icon-whats {
    color: #fff !important;
    font-size: 2.3rem;
    line-height: 1rem;
}

.about-black {
    background-image: url('../imagens/about2.webp');
    color: #fff;
    background-position: bottom left;
    background-color: #000;
    background-repeat: no-repeat;
}

.aboutFique-bg {
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-product {
    height: 550px !important;
    object-fit: cover !important;
}

.produtos {
    background-image: url(../imagens/bg-produtos.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.contato-produto {
    background-image: url(../imagens/bg-produtos.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.product-page {
    background-color: #fff !important;
}

.product-page .menu li a,
.product-page .menu li a i {
    color: #4c4c4c !important;
}

.product-page .logo-infinity {
    padding: 2rem 4rem;
    position: unset !important;
}

.sub {
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff80;
}

.topo.product-page {
    position: unset;
}

.img-news {
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-news h1 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    z-index: 2;
}

.bg-logo-service p {
    line-height: 2rem;
}

.header-main.header-body {
    box-shadow: 0px 0px 10px -6px #000;
}

.header-container.container {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 2rem;
}

.header-right {
    text-align: right;
}

.header-admin {
    color: #fff !important;
    background: linear-gradient(90deg, rgba(217, 65, 3, 1) 0%, rgba(239, 120, 28, 1) 100%);
}

ul.nav-admin {
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
}

ul.nav-admin li a {
    color: #fff !important;
    font-weight: 600;
    font-size: 1.1rem;
}

ul.drop-eventos li a {
    color: #192848 !important;
}

ul.drop-eventos li a:hover,
ul.drop-eventos li a:active {
    background-color: #EBEDF3 !important;
}

.img-banner .image-input .image-input-wrapper {
    width: 550px !important;
}

.img-evento .image-input .image-input-wrapper {
    height: 350px !important;
}

.img-local .image-input .image-input-wrapper {
    width: 450px !important;
}

span.rodada,
span.categoria {
    font-style: italic;
    font-weight: 600;
}

div#kt_content {
    background-color: #dbdbdb;
}

.bg-logo {
    background-image: url(../imagens/bg-logo.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.bg-logo-service {
    background-image: url(../imagens/bg-logo-services.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.bg-login {
    background-image: url(../imagens/bg-login.jpg);
    background-size: cover;
    background-position: right;
    height: 950px;
}

.fv-plugins-message-container .fv-help-block {
    color: #F64E60;
    font-size: 0.9rem;
    font-weight: 400;
}

.contador {
    background-image: url('../imagens/bg-itens1.webp');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-cont {
    text-align: center;
    color: #fff;
}

.item-cont h3 {
    font-weight: 700;
    font-size: 2rem;
    margin-top: 1.5rem;
}

.opt-login {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.swiper-container .swiper-slide::before {
    content: '';
    width: 50px;
    height: 40px;
    background-image: url(../imagens/aspas.png);
    position: absolute;
    left: 0%;
    top: 2rem;
    background-repeat: no-repeat;
    background-size: auto;
    mix-blend-mode: multiply;
}

.swiper-container {
    padding-bottom: 50px !important;
}

.swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #000 !important;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.parceiros ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.parceiros li {
    width: 14%;
    margin-right: 10px;
    height: 80px;
    display: inline-block;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../imagens/parceiros.png);
}

.parceiros li:nth-child(1),
.parceiros li:nth-child(4) {
    background-image: none;
    margin-top: 1.7rem;
}

.parceiros li:nth-child(2) {
    background-position: 60px;
}

.parceiros li:nth-child(3) {
    background-position: -80px;
}

.parceiros li:nth-child(5) {
    background-position: -245px;
}

.parceiros li:nth-child(6) {
    background-position: -405px;
}

.parceiros li:nth-child(7) {
    background-position: -555px;
}

.parceiros li:nth-child(8) {
    background-position: -725px;
}

.parceiros h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.partner-1 {
    background-image: url(../imagens/camaral.png);
    background-position: center;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

.partner-2 {
    background-image: url(../imagens/studio-gade.png);
    background-position: center;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-contato {
    background-image: url('../imagens/bg-contato.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.depoimentos h1 {
    font-weight: 700;
    letter-spacing: -2px;
    text-transform: uppercase;
}

footer {
    background: linear-gradient(90deg, rgba(217, 65, 3, 1) 0%, rgba(239, 120, 28, 1) 100%);
}

.form-contact .form-control,
.form-contact .form-select {
    padding: 0.5rem 1rem;
    border-radius: unset;
    border: 2px solid #4c4c4c;
    color: #000;
}

.form-contact .form-select {
    background-size: 16px 15px;
}

.contato .txt-contato {
    line-height: 2rem;
}



.depoimentos-carousel .item {
    padding-left: 12rem;
    padding-right: 12rem;
}

.p-relative {
    position: relative;
}

.news-1 {
    background-image: url('../imagens/produto1.webp');
}

.news-2 {
    background-image: url('../imagens/produto2.webp');
}

.news-3 {
    background-image: url('../imagens/produto3.webp');
}

.news-4 {
    background-image: url('../imagens/produto4.webp');
}

.cardNovi {
    background-color: #fff;
    transition: .6s ease-in-out;
}

.cardNovi:hover {
    box-shadow: 0px 0px 10px 2px #b9b9b9;
    transition: .6s ease-in-out;
}

.btn-card {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    margin: 0.7rem 1.7rem;
}

.border-card {
    border-bottom: 5px solid #c69c6e;
    transition: .6s ease-in-out;
    position: absolute;
    border-right: 5px solid #a3a3a2;
    bottom: 0;
    height: 20%;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 10rem;
    right: 0;
    z-index: 5;
}

.cardNovi .border-card {
    border-bottom: 5px solid #a3a3a2;
    transition: .6s ease-in-out;
    position: absolute;
    border-right: 5px solid #a3a3a2;
    bottom: 0;
    height: 20%;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 0rem;
    right: 0;
    z-index: 5;
}

.cardNovi:hover .border-card {
    border-bottom: 5px solid #c69c6e;
    width: 10rem;
    transition: .6s ease-in-out;
}

.border-title {
    border-left: 5px solid #c69c6e;
    position: absolute;
    border-top: 5px solid #a3a3a2;
    top: 0;
    border-bottom: 5px solid transparent;
    height: 65%;
    border-right: 5px solid transparent;
    width: 7rem;
    left: -1rem;
    z-index: 5;
}

.title-border-gradient {
    position: relative;
}

.bg-servico {
    background-image: url('../imagens/bg-servico.webp');
    background-size: cover;
}

.title-border-gradient::after {
    display: block;
    content: "";
    width: 6rem;
    height: 5px;
    z-index: 7;
    position: absolute;
    top: 0;
    left: -1rem;
    background: linear-gradient(90deg, rgba(198, 156, 110, 1) 0%, rgba(163, 163, 162, 1) 100%);
}

.about-product .title-border-gradient::after {
    display: block;
    content: "";
    width: 5rem;
    height: 5px;
    z-index: 7;
    position: absolute;
    top: 0;
    left: 41%;
    background: linear-gradient(90deg, rgba(198, 156, 110, 1) 0%, rgba(163, 163, 162, 1) 100%);
}

.produtos .title-border-gradient::after {
    display: block;
    content: "";
    width: 5rem;
    height: 5px;
    z-index: 7;
    position: absolute;
    top: 0;
    left: 42%;
    background: linear-gradient(90deg, rgba(198, 156, 110, 1) 0%, rgba(163, 163, 162, 1) 100%);
}

.text-news::after {
    display: block;
    content: "";
    width: 0rem;
    transition: .6s ease-in-out;
    height: 5px;
    z-index: 7;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(198, 156, 110, 1) 0%, rgba(163, 163, 162, 1) 100%);
}

.cardNovi:hover .text-news::after {
    width: 9rem;
    transition: .6s ease-in-out;
}

.text-news h3 {
    font-size: 23px;
    font-weight: 700;
}

.text-news {
    height: 250px;
}

.text-porque h3 {
    color: #ff6000;
    font-weight: 600;
    letter-spacing: -1px;
}

.text-porque h1 {
    color: #000167;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 2.3rem;
}

.contato .form-control {
    padding: 0.67rem 1.3rem;
    color: #aaa9a9;
    border-color: #d2d2d2;
    box-shadow: none !important;
    border-radius: 2rem;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}

.contato .form-control::placeholder {
    color: #aaa9a9;
}

.btn-faberg {
    border: 0;
    color: #fff !important;
    background-color: #192848 !important;
    border-radius: 3rem;
    font-family: 'Open Sans';
    padding: 0.5rem 5rem;
    font-style: italic;
    transition: .3s ease-in-out;
    margin-left: -5rem;
}

.btn-faberg:hover {
    background: #5aa86c;
    transition: .3s ease-in-out;
}

.social li {
    background: white;
    margin: 12px 4px;
    width: 40px;
    height: 40px;
    border-radius: 550px;
}

/* .social .fa-brands.fa-instagram {
    font-size: 17px;
  } */

.social li a {
    color: #bfbfbf;
    width: 40px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

ul.social {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}

.navbar-light .navbar-toggler {
    border-color: rgb(255, 255, 255) !important;
    margin-right: 10px;
    border-width: 2px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.topo {
    box-shadow: 0px 0px 10px 0px #0000002e;
}

.topo.p-nav {
    padding-right: 10% !important;
    padding-left: 10% !important;
}

div#navbarHeader {
    padding-left: 1.2rem !important;
    padding-top: 0.2rem !important;
}

.logo-infinity {
    background-color: #fff;
    padding: 2rem 4rem;
    position: relative;
    top: -0.5rem;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    left: -2rem;
}

/* Produto */

.over {
    background-color: #0000009c;
    height: 450px;
    position: absolute;
    z-index: 8;
    width: 100%;
    top: 0px;
}

#box-dados .expecificacoes {
    width: 80%;
    margin: 0 auto;
    margin-top: -145px;
    position: relative;
    background: white;
    z-index: 8;
    min-height: 200px;
}

#box-dados .descricao {
    padding-top: 80px;
    width: 80%;
    margin: 0 auto;
    background: white;
    line-height: 25px;
    text-align: center;
}

.expecificacoes h1 {
    letter-spacing: -1.5px;
    margin-top: 0px;
    font-weight: 800 !important;
    font-size: 2.3em !important;
    line-height: 1.4;
    text-transform: uppercase;
    background: #EE7203;
    background: -webkit-linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    background: -moz-linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    background: linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.expecificacoes svg {
    color: #c1c1c1;
}

.expecificacoes p {
    font-weight: 700;
    margin-top: -12px;
    font-size: 1rem;
    font-style: italic;
    letter-spacing: -0.5px;
    color: #8e8e8e;
}

.btn-faberg-comprar {
    border: 0;
    color: #fff !important;
    background-color: #192848 !important;
    border-radius: 3rem;
    font-family: 'Open Sans';
    font-style: italic;
    transition: .3s ease-in-out;
    margin: 0px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0.5rem 1rem;
    justify-content: center;
}

.btn-faberg-comprar svg {
    width: 25px;
    color: #fff;
    margin: 0 10px;
}

.localizacao h1 {
    letter-spacing: -1.5px;
    font-weight: 800 !important;
    font-size: 2.3em !important;
    line-height: 1.4;
    text-transform: uppercase;
    background: #EE7203;
    background: -webkit-linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    background: -moz-linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    background: linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.localizacao img {
    width: 70%;
    margin: 0 auto !important;
}

#box-dados .carrinho {
    width: 80%;
    margin: 0 auto;
    position: relative;
    background: white;
    z-index: 8;
}

.carrinho h1 {
    letter-spacing: -1.5px;
    margin-top: 0px;
    font-weight: 800 !important;
    font-size: 2.3em !important;
    line-height: 1.4;
    text-transform: uppercase;
    background: #EE7203;
    background: -webkit-linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    background: -moz-linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    background: linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.carrinho p {
    font-weight: 700;
    margin-top: -12px;
    font-size: 1rem;
    font-style: italic;
    letter-spacing: -0.5px;
    color: #8e8e8e;
}

.quantity .minus,
.quantity .plus {
    background-color: #fff;
    border: 1px solid #4f4f4f;
    margin: 0 -5px;
    padding: 5px 12px;
}

.quantity {
    margin-top: 1.1rem !important;
}

.quantity .qtd {
    border: 1px solid #4f4f4f !important;
    max-width: 40px !important;
    padding: 5px !important;
    text-align: center;
}

.valor-carrinho {
    color: #4f4f4f !important;
    background: #4f4f4f !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.sub-total b {
    letter-spacing: -1.5px;
    margin-top: 0px;
    font-weight: 700 !important;
    font-size: 2.3em !important;
    line-height: 1.4;
    text-transform: uppercase;
    color: #4f4f4f !important;
}

#box-dados .formulario {
    padding-top: 80px;
    width: 80%;
    margin: 0 auto;
    background: white;
    line-height: 25px;
}

#box-dados .formulario input[type=text],
#box-dados .formulario input[type=email],
#box-dados .formulario input[type=text] {
    border-radius: 20px;
    padding: 20px;
    height: 29px;
}

.formulario label {
    font-weight: 700;
    margin-bottom: -12px;
    font-size: 1rem;
    font-style: italic;
    letter-spacing: -0.5px;
}

span.popin {
    background: #d82020;
    border-radius: 23px;
    color: #FFF;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 10px;
}

.table-moeda td {
    vertical-align: middle;
}

.table-moeda b {
    letter-spacing: -0.5px;
    font-size: 1.1rem;
}

hr.mt-4.mb-3.hr-0 {
    display: none;
}

.carrinho .us {
    font-style: italic;
    font-size: 0.7rem;
    margin-top: -7px !important;
    display: block;
}

.remove {
    color: #838383;
    position: absolute;
    right: 30px;
    top: 24px;
}

.remove:hover {
    color: #ec6707;
}

.modal-title {
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -1px;
    font-size: 1rem;
}

.btn-secondary {
    border-radius: 3rem;
    font-family: 'Open Sans';
    padding: 0.5rem 1rem;
    font-style: italic;
    transition: .3s ease-in-out;
}

.modal-content input {
    border-radius: 20px;
    padding: 20px !important;
    height: 29px;
    border: 1px solid !important;
    display: block;
    width: 100%;
}

.modal-content select {
    border-radius: 20px;
    height: 40px;
    border: 1px solid !important;
    display: block;
    width: 100%;
}

select:disabled {
    background: #f1f1f1;
}

img#bandeiraCartao {
    position: absolute;
    height: 26px;
    right: 10px;
    bottom: 8px;
    display: none;
}

#rede-card-number-field {
    position: relative;
}

#small-para-finalizar {
    text-align: center;
    display: block;
    font-size: 0.8rem;
    font-style: italic;
    color: #232323;
}

#box-para-finalizar {
    font-size: 1.4rem;
    display: block;
    text-align: center;
    font-weight: 700;
    letter-spacing: -1px;
    color: #ce9609;
}

.iti.iti--allow-dropdown.iti--show-flags {
    display: block;
}

input#ticket-phone {
    padding-left: 45px !important;
}

.ingressos {
    background: #f7f7f7;
    margin: 0 20px 30px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 1px 41px -5px rgba(168, 168, 168, 1);
    -moz-box-shadow: 2px 1px 41px -5px rgba(168, 168, 168, 1);
    box-shadow: 0px 4px 17px -6px rgb(167 165 165 / 29%);
    min-height: 110px;
    padding-right: 0px;
    display: flex;
}

.ingressos .col-8,
.ingressos .col-4 {
    padding: 20px;
}

.ingressos h1 {
    letter-spacing: -1px;
    margin-top: 0px;
    font-weight: 800 !important;
    font-size: 2.em !important;
    line-height: 1.4;
    text-transform: uppercase;
    background: #EE7203;
    background: -webkit-linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    background: -moz-linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    background: linear-gradient(to bottom, #EE7203 0%, #E74D0E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ingressos h2 {
    letter-spacing: -1px;
    margin-top: 0px;
    font-weight: 800 !important;
    font-size: 1.8em !important;
    line-height: 1.4;
    font-family: 'Open Sans';
    font-style: italic;
}

.ingressos p {
    margin-bottom: 0px;
}

.valores {
    background: #ededed;
}

.money {
    display: block;
    letter-spacing: -1px;
    margin-top: 0px;
    font-weight: 800 !important;
    font-size: 2em !important;
    line-height: 1.4;
    text-transform: uppercase;
    right: 0;
}


/* @media only screen and (max-width: 600px) {
    nav.topbar {
      background-color: #000;
      font-size: 0.7rem;
      letter-spacing: 0px;
      color: #ffffff;
    }
    .img-mobile{
      text-align: center !important;
    }

    .txt-mobile{
      text-align: center !important;
    }

    .txt-mobile h1{
      width: 100%;
      align-items: center !important;
    }
    .desktop{
      display: none;
    }
    .links-rapidos .box {
      padding: 20px;
      font-size: 18px;
      letter-spacing: -1px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .links-rapidos .box a {
      color: #000167;
      text-decoration: none;
      line-height: 1.2;
      width: 60%;
    }
    .logo-rodape {
      margin: 0 auto;
    }
    ul.social {
      justify-content: center;
    }
    .background-porque {
      min-height: 500px;
      background-image: url("../imagens/porque-mobile.webp");
      background-repeat: no-repeat;
      background-size: cover;
    }
    .background-acidente {
      min-height: 500px;
      background-image: url("../imagens/acidente.jpg");
      background-repeat: no-repeat;
      background-size: cover;
    }
    .horas {
      position: absolute;
      left: 2rem;
      top: 2rem;
      width: 175px !important;
    }
    .anos {
      position: absolute;
      right: 2%;
      width: 85px !important;
      top: 20px;
    }
    .carousel-caption h1 {
      letter-spacing: -2px;
      font-size: 2.5rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
    }
    .carousel-caption {
      right: 8% !important;
      padding-bottom: 0px;
      bottom: 7.25rem !important;
    }
    .titleBox h1{
      font-size: 2.3rem;
    }
    .titleBox .bg-title{
      left: 5rem;
    }
    .title-news h1, .depoimentos h1{
      font-size: 2.5rem;
      text-align: center;
    }
    .title-news .bg-title, .title-partner .bg-title, .title-depoimentos .bg-title, .title-client .bg-title{
      left: 20%;
    }
    .contato .txt-contato{
      font-size: 15px;
    }
    .swiper-slide h3{
      font-size: 20px;
    }
    .swiper-container .swiper-slide::before{
      top: 0;
    }
    .list-footer {
      display: flex;
      flex-direction: column;
      list-style: none;
      padding: 0;
    }
    .title-contact .bg-title, .title-info .bg-title, .title-client .bg-title, .title-partner .bg-title{
      left: 0;
    }
    .parceiros ul{
      flex-direction: column;
      align-items: center;
    }
    .parceiros li{
      width: 45%;
    }
    .parceiros h3{
      font-size: 2rem;
    }
  } */
.logo-img {
    margin-top: 31px;
    margin-bottom: 31px;
}

@media only screen and (max-width: 400px) {
    .logo-img {
        width: 175px !important;
    }

    .logo-infinity {
        padding: 1rem 1.5rem !important;
        margin: 0;
    }
}

@media only screen and (max-width: 600px) {
    .logo-img {
        width: 200px;
    }

    .text-news h3 {
        font-size: 18px;
    }

    body {
        font-size: .9rem;
    }

    .logo-infinity {
        padding: 1.5rem 2rem;
    }

    .navbar-light .navbar-toggler {
        margin: 0 !important;
    }

    .navbar-toggler {
        padding: 0.15rem 0.5rem;
    }

    .img-banner {
        height: 450px !important;
    }

    .w-80 {
        width: 100%;
    }

    .align-mob {
        text-align: left !important;
    }

    .border-title {
        left: -1rem !important;
    }

    .produtos .title-border-gradient::after {
        left: -1rem !important;
    }

    .w-70-mob {
        width: 70%;
    }

    .contador {
        background-image: url(../imagens/bg-itens-mobile.webp);
    }

}

@media only screen and (min-width: 601px) {
    nav.topbar {
        background-color: #000;
        font-size: 0.8rem;
        letter-spacing: 0.5;
        color: #ffffff;
    }

    .col-services {
        padding-left: 8.5rem !important;
        padding-right: 8rem !important;
    }

    .links-rapidos .box {
        padding: 80px 20px;
        font-size: 18px;
        letter-spacing: -1px;
        display: flex;
        align-items: center;
    }

    .links-rapidos .box a {
        color: #000167;
        text-decoration: none;
        line-height: 1.2;
        width: 75%;
    }

    .background-porque {
        min-height: 500px;
        background-image: url("../imagens/porque.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .background-acidente {
        min-height: 500px;
        background-image: url("../imagens/acidente.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .carousel-caption h1 {
        letter-spacing: -2px;
        font-size: 3rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }
}

.car-btn {
    width: 150px;
    background-color: #333;
    border-radius: 50px;
    opacity: .9;
    transition: .3s ease-in-out;
    color: #fff !important;
    line-height: 1;
    text-decoration: none !important;
    padding: 10px 30px;
    font-family: 'Open Sans';
    font-style: italic;
}

.btn-consulte {
    width: 150px;
    background-color: #f17d23e0;
    border-radius: 50px;
    opacity: .9;
    transition: .3s ease-in-out;
    color: #fff !important;
    line-height: 1;
    text-decoration: none !important;
    padding: 10px 30px;
    margin-right: 10px;
    font-family: 'Open Sans';
    font-style: italic;
}

.car-btn:hover {
    background-color: #e48544;
    transition: .3s ease-in-out;
}

.btn-consulte:hover {
    background-color: #333;
    transition: .3s ease-in-out;
}

span.asteric {
    color: red;
}