@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
body{
    background-color: #FFF;
    color: #026a4b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 51px; /* Margin bottom by footer height */
}
html {
  position: relative;
  min-height: 100%;
}

/* Colors */
	.gold{
	    color: #60e77f!important
	}
	.yellow{
		color: #ffdc12;
	}
	.purple{
		color: purple
	}
	.bg-purple{
		background-color: purple;
		color: #FFF
	}
	.bg-dark{
		background-color: #000!important;
		color: #FFF!important;
	}
	.bg-dark a{
		color: #FFF
	}
	.bg-gold{
		background-color: #60e77f!important;
    color: #155724;
	}
	.bg-green{
		background-color: #016a4b!important;
		color: #FFF;
	}

/* Sizes */
	.fit-content{
		width: fit-content;
	}
	.f8{
		font-size: 8px
	}
	.f9{
		font-size: 9px
	}
	.f10{
		font-size: 10px;
	}
	.f12{
		font-size: 12px;
	}
	.f13{
		font-size: 13px;
		line-height: 124%;
	}
	.f14{
		font-size: 14px;
	}
	.f16{
		font-size: 16px
	}
	.strong, .bold{
	    font-weight: bold!important
	}

	.tiny{
	    font-size: 10px
	}
	.w-10{ width: 10%!important; }
	.w-15{ width: 15%!important; }
	.w-20{ width: 20%!important; }
	.w-25{ width: 25%!important; }
	.w-30{ width: 30%!important; }
	.w-35{ width: 35%!important; }
	.w-40{ width: 40%!important; }
	.w-45{ width: 45%!important; }
	.w-55{ width: 55%!important; }
	.w-60{ width: 60%!important; }
	.w-65{ width: 65%!important; }
	.w-70{ width: 70%!important; }
	.w-75{ width: 75%!important; }
	.w-80{ width: 80%!important; }
	.w-85{ width: 85%!important; }
	.w-90{ width: 90%!important; }
	.w-95{ width: 95%!important; }

	@media (min-width: 576px){
			.w-md-auto{
				width: auto!important;
			}
	}


/* Styles */
	.alert{
		opacity: 1!important;
	}
	.cursor-pointer{
	    cursor: pointer
	}
	.underline{
		text-decoration: underline;
	}
	.shadow:hover{
		-webkit-box-shadow: 4px 4px 5px rgba(0,0,0,0.38)!important;
		-moz-box-shadow: 4px 4px 5px rgba(0,0,0,0.38)!important;
		box-shadow: 4px 4px 5px rgba(0,0,0,0.38)!important;
	}
	.no-underline{
		text-decoration: none
	}
	.no-underline:hover{
		text-decoration: none!important
	}
	.no-border{
		border: none!important;
	}
	.border-dotted{
		border: 1px dotted #c3c2bc;
	}
	.p-relative{
		position: relative;
	}
	.p-absolute{
		position: absolute;
	}

/* Elements */
	
	a:hover{
	  text-decoration: underline;
	}

	h2{
		font-size: 27px;
		font-weight: 800;
		text-transform: uppercase;
	}
	
	.toast{
	    max-width: 100%;
	    text-align: center;
	}
	#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
	    width: 100%;
	}
	.toast-warning {
	    background-color: #79ff74!important;
	    color: #FFF;
	}
	.jumbotron{
		background-color: #f9f9f9
	}
	.btn{
	    cursor: pointer!important;
	    font-size: 14px;
	    font-weight: bold;
	    border-radius: 8px
	}
	.btn.focus, .btn:focus {
	    outline: 0;
	    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
	}
	.btn-gold{
		background-color: #60e77f!important;
		color: #036018;
	}
	.btn-gold:hover{
		background-color: #60e77f!important;
	}

	.btn-green{
		background-color: #016a4b!important;
		color: #FFF;
	}
	.btn-green:hover{
		background-color: #009b6b!important;
		color: #FFF;
	}

	.btn-info {
    color: #fff;
    background-color: #17b88e;
    border-color: #17b88e;
	}

	.select2-container--default .select2-selection--single .select2-selection__placeholder {
	    color: #2eb186;
	}

	.input-group .form-control{
		border-top-right-radius: 0!important;
		border-bottom-right-radius: 0!important;
	}


	.spacer-30{
		height: 30px;
		display: block
	}
	.spacer-60{
		height: 60px;
		display: block
	}
	.two-columns {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
	.three-columns {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
	.ingressos.jogo .match-title{
		font-size: 20px;
	}
	.ingressos.jogo .match-subtitle{
		font-size: 16px;
	}
	.form-control, .input-group-text{
		border-radius: 8px!important
	}
	button.mercadopago-button {
	  background-color: #a08e64;
	  color: #FFF;
	  border: 1px solid #a08e64;
	  border-radius: 0;
	}

	.ui-button--filled {
	    color: #FFF!important;
	}
	.andes-form-control--focused .andes-form-control__border:after,
	.andes-form-control__field:focus+.andes-form-control__border:after{
	    background-color: #c0392b!important
	}
	.card_thumb{
	    padding-top: 37px
	}
	.card_list{
	    margin-top: 35px;
	}
	.card_list:before{
	    content: "ACEITAMOS";
	    position: absolute;
	    top: 22px;
	    font-size: .6rem;
	}
	.card_list img{
	    height: 16px
	}
	.btn-link {
	    font-weight: 700;
	    color: #000;
	    text-decoration: none;
	}
	.btn-link:hover {
		color: #a08e64;
	    text-decoration: none;
	}
	.accordion .card-header {
	    padding: 0;
	}
	.btn-light{
		border: 1px solid #f1f1f1
	}
	.table thead th{
	    border-top: 0
	}
	.img-fade{
	    opacity: 0.2;
	    filter: alpha(opacity=20); /* For IE8 and earlier */
	    background-color: #000
	}
	.tooltip{
		font-size: 13px;	
	}
	.tooltip.show {
	  opacity: 1;
	}
	.tooltip .tooltip-inner{
		background-color: #f2f0ea;
		color: #000;
		padding: 15px;
	}
	.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	    border-top-color: #f2f0ea;
	}
	.nav-tabs .nav-link.active, .nav-tabs .show>.nav-link {
	    color: #000;
	    background-color: #f2f2f2;
	}
	.nav-tabs .nav-link {
	    border: 1px solid transparent;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    border-bottom: 0;
	    font-weight: 700;
	    padding: .5rem 0
	}
	.nav-tabs .nav-link:hover{
		color: #000!important;
	}
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	    color: #000;
	    background-color: #f2f2f2;
	}
	.nav-pills .nav-link {
	    border: 1px solid transparent;
	    border-radius: 0;
	    border-bottom: 0;
	    font-weight: 700;
	    padding: .5rem 1.5rem;
	}
	.nav-pills .nav-link:hover{
		color: #000!important;
		background-color: #f2f2f2;
	}

	.accordion .card{
		border: 0;
		border-radius: 0
	}
	.carousel-indicators li {
	    box-sizing: content-box;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;
	    width: 15px;
	    height: 15px;
	    margin-right: 7px;
	    margin-left: 7px;
	    text-indent: -999px;
	    cursor: pointer;
	    background-color: #888888;
	    background-clip: padding-box;
	    border-top: none;
	    border-bottom: none;
	    opacity: .3;
	    transition: opacity .6s ease;
	    border-radius: 10px;
	}
	.section-title{
		font-size: 27px;
		font-weight: 800;
		text-transform: uppercase;
	}
	.section-subtitle{
		font-weight: 600;
	    color: #666;
	}

	.assentos-premium{}

	.assentos-premium #accordion-assentos-premium .card-header a:after{
		content: "\f068";
		font-family: "Font Awesome 5 Pro";
		position: absolute;
		right: 10px;
	}
	.assentos-premium #accordion-assentos-premium .card-header a.collapsed:after{
		content: "\f067";
		font-family: "Font Awesome 5 Pro";
		position: absolute;
		right: 10px;
	}

/* Template */
	
	/* Header */
		.header{
			background-color: #01694b;
			color: #FFF;
			height: 50px;
			display: block;
			width: 100%;
			z-index: 99999!important
		}
		.header .row:nth-of-type(1){
			height: 50px;
			margin: 0;
		}

		.header a{
			color: #FFF;
			font-size: 14px;
			position: relative;
		}
		.header a:hover{
			color: #31d484;
			text-decoration: none;
		}
		.header i{
			font-size: 20px;
			color: #FFF;
		}

		.header .far.fa-user{
			position: absolute;
			left: -24px;
		}

		.header .far.fa-search{
			font-weight: 600
		}

		.header .logo-marketplace-top{
			width: auto;
			height: 44px;
			margin-top: 2px;
		}
		.header .badge-danger{
			background-color:#60e77f;
			color: #000;
			border: 1px solid #fff;
			font-family: sans-serif;
		    position: relative;
		    top: -9px;
		    left: -5px;
		    font-size: 9px;
		    padding: 3px 5px;
		}

		.header .search-mobile{
			position: absolute;
		    top: 70px;
		    background-color: #FFF;
		    height: 93px;
		    width: 100%;
		    z-index: 1;
		    padding: 23px;
		    box-shadow: 0 2px 12px 0 rgba(0,0,0,.3);
		    transition: 0.3s;
		    display: none;
		}
		.header .search-mobile .select2{
			width: 90%!important
		}

		.header .search-mobile .input-group-text{
			cursor: pointer;
			background-color: #60e77f!important;
			border: 2px solid #000!important;
		    border-radius: 8px!important;
		    border-top-left-radius: 0!important;
		    border-bottom-left-radius: 0!important
		}
		.header .select2{
			width: 536px!important;

		}
		.select2-container--default{
			border: 2px solid #fff!important;
			border-radius: 8px!important;
			height: 40px!important;
			border-top-right-radius: 0!important;
			border-bottom-right-radius: 0!important;
		}
		.select2-container--default .select2-selection--single{
			height: 36px!important;
			border: 0!important;
			background-color: transparent!important
		}
		.select2-container--default .select2-selection--single:focus {
		    outline: 0!important;
		}
		.header .select2-container--default .select2-selection--single .select2-selection__arrow {
			display: none
		}
		.select2-container--default .select2-selection--single .select2-selection__rendered {
		    line-height: 37px!important;
		    padding-right: 10px!important;
		}
		.select2-container--default .select2-selection--single .select2-selection__clear {
		    color: #ababab!important;
		    font-size: 24px!important;
		}
		.select2-dropdown {
			border: none!important;
			box-shadow: none;
			background-color: transparent!important;
		}
		
		.select2-results__option.select2-results__message{
			display: none!important
		}
		.select2-container--default .select2-selection--single .select2-selection__arrow {
		    top: 6px!important;
		}
		.select2-results__option {
		    font-size: 13px;
		}
		.select2-container--open:not(.select2-container--below){
			border: 0px !important;
			top: 93px!important;
			background-color: transparent!important;
		}
		.select2-search--dropdown {
		    padding: 4px 0 4px 0!important;
		}
		.select2-search--dropdown .select2-search__field {
		    font-size: 13px;
		    height: 36px;
		    border: 0!important;
		    border-radius: 6px;
		    outline: 0;
		    border-top-right-radius: 0;
		    border-bottom-right-radius: 0;
		}
		.select2-results{
			background-color: #FFF
		}






	/* Side Bar */

		#sidebar, #sidebar1, #sidebar2, #sidebar3 {
		    width: 100vw;
		    position: fixed;
		    top: 50px;
		    left: -100vw;
		    height: 100vh;
		    z-index: 999;
		    background: #02563d;
		    color: #fff;
		    transition: all 0.3s;
		    font-size: 18px;
		    
		    
		}
		#sidebar .mCustomScrollBox{
			width: 100%
		}
		#sidebar .components, #sidebar1 .components, #sidebar2 .components, #sidebar3 .components{
			width: 100%
		}
		#sidebar .sidebar-header, #sidebar1 .sidebar-header, #sidebar2 .sidebar-header, #sidebar3 .sidebar-header {
			display: block;
			height: 30px;
		}

		#sidebar.active, #sidebar1.active, #sidebar2.active, #sidebar3.active {
		    left: 0;
		    overflow: scroll;
		    padding-bottom: 150px;
		}

		#sidebar ul p, #sidebar1 ul p, #sidebar2 ul p, #sidebar3 ul p {
		    color: #fff;
		    padding: 10px;
		}

		#sidebar ul li a, #sidebar1 ul li a, #sidebar2 ul li a, #sidebar3 ul li a {
		    padding: 10px;
		    display: block;
		    color: #FFF;
		    text-decoration: none;
		    border-bottom: 1px solid #017652
		}

		#sidebar ul li a:hover, #sidebar1 ul li a:hover, #sidebar2 ul li a:hover, #sidebar3 ul li a:hover {
		    color: #FFF;
		    background: #a08e64;
		    text-decoration: none;
		}

		#sidebar ul li.active>a, #sidebar1 ul li.active>a, #sidebar2 ul li.active>a, #sidebar3 ul li.active>a {
		    color: #a08e64!important;
		    background: transparent!important;
		    text-decoration: none;
		    font-size: 23px;
		    font-weight: bold;
		    text-transform: uppercase;
		    cursor: default;
		    border: none;
		    padding-bottom: 30px;
		}

		#sidebar ul li.active>a:hover, #sidebar1 ul li.active>a:hover, #sidebar2 ul li.active>a:hover, #sidebar3 ul li.active>a:hover {
		    color: #a08e64!important;
		    background: transparent!important;
		}

		#sidebar ul li a.has-submenu::after, #sidebar1 ul li a.has-submenu::after, #sidebar2 ul li a.has-submenu::after, #sidebar3 ul li a.has-submenu::after{
			content: "\f054";
			font-family: "Font Awesome 5 Pro";
			position: absolute;
			right: 10px;
			color: #FFF
		}

		#sidebar.topPosition, #sidebar1.topPosition, #sidebar2.topPosition, #sidebar3.topPosition{
			top: 0;
		}


	/* Sub-menu */
		.home-sub-menu{
		    height: 41px;
		    z-index: 1; 
		    background-color: #07885e; 
		    color: #FFF;
		    font-size: 14px;
		    z-index: 2
		}
		.home-sub-menu .dropdown-menu {
		    background-color: #07885e;
		    color: #FFF;
		    border: 0;
		    border-radius: 0;
		    font-size: 13px;
		    width: 226px;
		    padding: 0;
		    height: auto
		}

		.home-sub-menu .dropdown-menu.dropdown-menu-ingressos {
			height: 88px
		}

		.home-sub-menu .dropdown-menu.dropdown-menu-socio-rei {
			height: 130px
		}

		.home-sub-menu .nav-link{
		    color: #FFF;
		}
		.home-sub-menu .nav-link:hover{
		    color: #31d484!important
		}
		.home-sub-menu .dropdown-item {
		    padding: 10px 9px 10px 12px;
		}
		.home-sub-menu .dropdown-submenu>a:after {
		    content: "\f054";
		    float: right;
		    border: none;
		    font-family: 'Font Awesome 5 Pro';
		    font-size: 10px
		}
		.home-sub-menu .dropdown-menu.sublevel{
		    -webkit-box-shadow: inset 4px 0px 9px -2px rgba(0,0,0,1);
		    -moz-box-shadow:    inset 4px 0px 9px -2px rgba(0,0,0,1);
		    box-shadow:         inset 4px 0px 9px -2px rgba(0,0,0,1);
		}

		.home-sub-menu .dropdown-menu a{
		    color: #FFF
		}
		.home-sub-menu .dropdown-submenu a{
		    color: #FFF
		}

		.home-sub-menu .dropdown-item:focus, .dropdown-item:hover {
		    color: #FFF;
		    text-decoration: none;
		    background-color: #08a270
		}

		.home-sub-menu .dropdown-submenu>a:after {
		  content: "\f054";
		  float: right;
		  border: none;
		  font-family: 'Font Awesome 5 Pro';
		}

		.home-sub-menu .dropdown-submenu>.dropdown-menu {
		  top: 0;
		  left: 100%;
		  margin-top: 0px;
		  margin-left: 0px;
		}
		        
	/* Menu Bottom */
		.menu-bottom{
			height: 50px;
	    padding-bottom: 0;
	    font-size: 20px;
	    background-color: #343a40!important;
	    color: #FFF!important;
		}
		.menu-bottom .container{
			max-width: 100%;
			padding:0;
			height: 100%
		}

		.menu-bottom .logo-marketplace-footer{
			width: 173px
		}
		.menu-bottom .badge-danger{
			background-color:#60e77f;
			color: #FFF;
			border: 1px solid #FFF;
			font-family: sans-serif;
		    position: relative;
		    top: -9px;
		    left: -5px;
		    font-size: 9px;
		    padding: 3px 5px;
		}

	/* Breadcrumbs */
		.breadcrumb_wrapper{
			background-color: #f2f0ea;
			border-radius: 0
		}
		.breadcrumb{
			background-color: transparent;
			color: #000;
			font-size: 13px;
			border-radius: 0
		}
		.breadcrumb-item+.breadcrumb-item::before {
		    content: "\f054";
		    font-family: "Font Awesome 5 Pro";
		    font-size: 10px
		}
		.breadcrumb a{
			color: #000
		}
		.breadcrumb a:hover{
			color: #a08e64;
			text-decoration: none
		}
		.breadcrumb .active a{
			color: #a08e64
		}

	/* Newsletter */ 
		.newsletter-footer{
			background-color: #026b4b;
		}
		.newsletter-wrapper, .contact-wrapper{
			color: #FFF;
			font-size: 12px;
			margin-bottom: 1px;
			/*font-family: Raleway*/
		}
		.newsletter-wrapper h3, .contact-wrapper h3{
			font-size: 23px;
			font-weight: bold;
			text-transform: uppercase;
			margin-bottom: 0
		}
		.newsletter-wrapper button span{
			height: 38px;
		}
		.contact-wrapper i{
			font-size: 33px;
			position: relative;
		    top: 4px;
		}
		.contact-wrapper .small{
			font-size: 15px;
		    position: relative;
		    bottom: 3px;

		}
		.newsletter-wrapper .privacy{
			color: #BFBFBF;
			font-style: italic;
			font-size: 12px;
		}
	/* Footer  */
		.footer{

		}
		.footer .footer-title{
			font-size: 16px!important;
			font-weight: bold;
			padding-bottom: 5px;
			border-bottom: 1px solid #D2D2D2
		}

		.footer .submenu a{
			color: #026c4b!important;
			text-decoration: none;
			font-size: 13px
		}
		.footer .submenu a:hover{
			color: #00cb8c!important;
			text-decoration: underline;
		}

		.footer .submenu h6{
			font-size: 14px;
			font-weight: bold
		}
		.footer .submenu ul{
			padding-left: 0
		}
		.footer .submenu ul li{
			list-style-type: none;
			margin-left: 0!important;
			margin-bottom: 6px;
		}
		.footer .social-media a{
			color: #026c4b!important;
			font-size: 30px
		}
		
		.footer .sponsors{
			background-color: #026c4b;
			color: #fff;
			font-size: 10px;
			font-style: italic;
			z-index: 1;
		}
		.footer .sponsors img{
			max-height: 26px;
		}

/* Home Page */
	.home-main-highlight{

	}

	.title{
		font-size: 23px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.title i{
		position: relative;
	    bottom: 3px;
	}


	.slick-prev, .slick-next {
		display: none
	}

	.slick-dots {
		position: initial!important;
	    bottom: 15px!important;
	}
	.slick-dots li button:before {
	    opacity: 1!important;
	    color: #E3E3E3!important;
	    font-size: 15px!important;
	}
	.home .slick-dots li.slick-active button:before {
	    opacity: 1!important;
	    color: #016a4b!important;
	    font-size: 15px!important;
	}
	.slick-dots li.slick-active button:before {
	    opacity: 1!important;
	    color: #6f6f6f!important;
	    font-size: 15px!important;
	}
	.slick-slide img {
	    margin: auto;
	}

	.home-matches-wrapper{
		height: 215px
	}
	.home-matches{
		z-index: 1;
	}
	.home-matches .wrapper{
		max-width: 164px;
		height: 194px;
		padding-top: 30px;
		margin: 0 auto;
	}
	.home-matches .match .wrapper:hover{
		-webkit-box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
		-moz-box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
		box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
	}

	.home-matches .slick-dots {
	    bottom: -25px!important;
	}
	.home-matches .slick-slide{
		padding: 10px;
		cursor: pointer
	}

	.matches-separator-wrapper{
		z-index: 0;
	    margin-top: -182px;
	    width: 100%;
	}
	.matches-separator{
		width: 2px;
	    height: 86px;
	    background-color: #f1f1f1;
	    margin-left: auto;
	    margin-right: auto;
	}
	.home-matches .team-logo{
		width: 48px;
		height: 60px;
	}
	.home-matches .team-logo img{
		width: 100%;
	}

	.home-category .slick-dots {
	    bottom: -65px!important;
	}
	.home-category img{
		max-width: 231px;
	}
	.home-category img:hover{
		-webkit-box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
		-moz-box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
		box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
	}
	.home-card-title, .product-card-title{
		font-size: 16px;
		line-height: 22px;
	}
	.home-card, .product-card{
		font-size: 14px;
		width: 250px!important;
		display: inline-block;
	}
	.home-card-description, .product-card-description{
		height: 114px;
		width: 100%;

	}
	.home-card .price-from, .product-card .price-from{
		font-size: 17px;
		text-decoration: line-through;
		text-transform: uppercase;
	}
	.home-card .price, .product-card .price{
		font-weight: bold;
		font-size: 24px;
	}
	.home-card .price-conditions, .product-card .price-conditions{
		font-size: 16px;
	}

	

/* List of Products */
	.list-of-products .card{
		border: none;
		border-radius: 0;
	}
	.list-of-products .card .img-wrapper{
		max-height: 270px;
		overflow: hidden;
		background-color: #fff;
		text-align: center;
		margin-bottom: 10px
	}
	.list-of-products .card .img-wrapper:hover{
		-webkit-box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
		-moz-box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
		box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
	}
	.list-of-products .img-wrapper img{
		height: 270px;
		width: auto;
	}
	.list-of-products .card .card-img-top{
		border-radius: 0;
	}

	.list-of-products .card .price-from{
		text-decoration: line-through;
		text-transform: uppercase;
	}
	.list-of-products .card .price{
		font-weight: bold;
		font-size: 24px;
	}
	.list-of-products .card-footer {
	    background-color: #FFF;
	    border-top: 0;
	}

/* Product Page */
	.product .photo-description-wrapper{
		margin-left: 0;
		margin-bottom: 60px
	}

	.product h3{
		font-weight: bold
	}

	.product .gallery{
		width: 100%;
    	height: 100%;
    	background-color: #333
	}

	.product .gallery ul{
		width: 100%;
    	height: 100%;
	}

	.product .gallery ul, .product .thumbnails ul{
		list-style-type: none;
		padding: 0;
		position: relative;
		margin-bottom: 0
	}
	.product .gallery ul li{
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		padding: 0 1px 1px 1px;
    	background-color: #FFF;
	}
	.product .gallery ul li a{
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
	}
	.product .gallery ul li a img{
		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out;
		height: 100%;
	}
	.product .thumbnails li{
		margin-bottom: 1px
	}
	.product .thumbnails .plus{
		font-size: 36px;
		width: 80px;
		height: 80px;
		display: block;
		color: #743e93;
		text-align: center;
		background-color: #f2f0ea;
	}
	.product .thumbnails .plus:hover{
		background-color: #f2f0ea;
		color: #a08e64
	}
	.product .thumbnails .plus i{
		vertical-align: -webkit-baseline-middle;
	}
	.product .fa-share-alt, .product .fa-heart{
		position: relative;
	    width: 40px;
	    height: 40px;
	    fill: rgb(102, 102, 102);
	    -webkit-box-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	    display: flex;
	    text-align: center;
	    z-index: 102;
	    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
	    background: rgb(255, 255, 255);
	    border-width: 0px;
	    border-style: initial;
	    border-color: initial;
	    border-image: initial;
	    border-radius: 100%;
	    transition: all 0.3s ease 0s;
	    font-size: 22px;
	}
	.product .fa-share-alt:hover{
		color: #743e93
	}
	.product .fa-share-alt:active{
		color: #666
	}
	.product .fa-heart:hover{
		color: #dc3545
	}
	.product .fa-heart:active{
		color: #666
	}
	.product .full-description .title, .product .offers-wrapper .title, .product .buy-together .title{
		font-size: 16px!important;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 1px solid #D2D2D2;
		text-transform: none;
	}
	.product .slick-dots {
		position: relative;
	    bottom: -15px!important;
	}
	.product .gallery-wrapper{
		margin-right: 30px;
	    overflow: hidden;
	}
	.product .buying-options{
		background-color: #f2f0ea;
	}
	.product .select2-container--default .select2-selection--single .select2-selection__clear {
	    margin-right: 15px
	}
	.product .price{
		font-size: 30px;
	}
	.product .price .conditions{
		font-size: 13px;
		font-weight: normal;
	}
	.btn-buy{
		font-size: 18px;
		font-weight: 600;
		padding: 12px 18px
	}

/* Old Product Page */
.product-old h3{
	text-transform: uppercase;
	font-weight: 800
}

.product-old .badge{
	position: absolute;
	bottom: -8px;
	right: 0;
}

.badge-esgotado{
	border: 1px solid #74c787;
  border-radius: 10px;
  color: #74c787;
  font-size: 10px;
}

.a2a_svg {
  background-color: #28a845!important;
}

.product-old .card{
	border-radius: 4px!important;
}

.product-old .alert-success{
	background-color: #f1fff5;
  border-color: #daf6e2;
}

/* Matches generic list */
.matches-list{
	height: auto
}
.matches-list .matches{
	z-index: 1;
}
.matches-list .matches .match{
	width: 164px!important;
    height: 194px!important;
    display: inline-block
}
.matches-list .matches .match .wrapper{
	width: 100%;
	height: 100%;
	padding-top: 30px;
	margin: 0 auto;
}
.matches-list .matches .match .wrapper:hover{
	-webkit-box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
	-moz-box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
	box-shadow: 4px 4px 5px rgba(0,0,0,0.38);
}


.matches-list .matches .team-logo{
	width: 48px;
	height: 60px;
}
.matches-list .matches .team-logo img{
	width: 100%;
}

@media (min-width: 530px){

}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

	/* Elements */
		.jumbotron {
		    padding: 2rem 2rem;
		}

	/* Product Page */
		.product .gallery-wrapper{
			margin-right: initial;
		    overflow: hidden;
		}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

	/* Elements */
	    .toast{
	        max-width: 50%
	    }
	    .two-columns {
	        -webkit-column-count: 2;
	        -moz-column-count: 2;
	        column-count: 2;
	    }
	    .three-columns {
	        -webkit-column-count: 2;
	        -moz-column-count: 2;
	        column-count: 2;
	    }

	/* Product Page */
	    .product .photos-wrapper{
			width: 100%
		}
		.product .gallery-wrapper{
			max-width: 100%; 
			max-height: 100%;
			overflow: hidden;
		}
		.product .gallery ul li a img{
			max-width: 100%;
			max-height: 485px
		}
		.btn-buy{
			font-size: 22px;
			font-weight: 600;
			padding: 12px 18px
		}
	
	

}
/* Large */
@media (min-width: 992px) {

}


/* Extra-Large */
@media (min-width: 1200px) {

    body{
        font-size: .94rem;
  		margin-bottom: 0!important; /* Margin bottom by footer height */
    }

    /* Elements */
    	h2{
			font-size: 28px;
		}
	    .two-columns {
	        -webkit-column-count: 2;
	        -moz-column-count: 2;
	        column-count: 2;
	    }
	    .three-columns {
	        -webkit-column-count: 3;
	        -moz-column-count: 3;
	        column-count: 3;
	    }
	    .section-title{
			font-size: 28px;
		}
		.ingressos.jogo .match-title{
			font-size: 1.5rem;
		}
		.ingressos.jogo .match-subtitle{
			font-size: 1.25rem;
		}

	/* Template */

		/* Header */
		    .header{
				height: 70px;
				margin-bottom: 0; /* height of the gold menu */
			}
			.header > .row:nth-of-type(1){
				height: 70px;
				margin: 0;
			}

			.header > .row ~ .row{
				background-color: #957E4D
			}
			.header .submenu-top{
				width: 100vw;
				height: 41px;
			}

			.header .container {
			    max-width: 1140px;
			}

			.header .submenu-top ul{
				list-style-type: none;

			}
			.header .submenu-top ul li{
				display: inline-block;
			}
			.header .container1{
				padding: 0 15px;
				margin-left: auto!important;
			}

			.header .logo-marketplace-top{
				width: auto;
				height: 58px;
				margin-top: 0
			}
			.header .top-search{
				width: 536px;
				border-radius: 0;
				border: 0;
				height: 40px
			}
			.header .top-search:focus{
				box-shadow: none
			}
			.header .input-group-append .input-group-text{
				cursor: pointer;
				background-color: #07885e!important;
				border: 2px solid #fff!important;
		    border-radius: 8px!important;
		    border-top-left-radius: 0!important;
		    border-bottom-left-radius: 0!important
			}

			.select2-container--default .select2-search--dropdown .select2-search__field {
			    
			}
			.select2-dropdown {
				border: none!important;
				box-shadow: none;
				background-color: transparent!important;
			}
			.select2-container--open:not(.select2-container--below){
				border: 0px !important;
				top: 13px!important
			}


			.header #basic-search{
				border: 0;
				border-radius: 0
			}
			.header .fa-user, .header .fa-shopping-cart{
				font-size: 20px;
			}
			.header .small{
				font-size: 13px
			}
			.header .badge-danger{
				background-color:#60e77f;
				color: #000;
				border: 1px solid #FFF;
				font-family: sans-serif;
			    position: relative;
			    top: -9px;
			    left: -5px;
			    font-size: 9px;
			    padding: 3px 5px;
			}
			#dropdownMenu1{
				padding-left: 0
			}

			.header .departamentos-desktop{
				font-size: 13px;
			}

		

	/* Home Page */
		.slick-next {
		    right: -29px!important;
		}
		.slick-prev {
		    left: -29px!important;
		}

		.slick-prev, .slick-next {
			display: block;
			width: 56px!important;
			height: 56px!important;
			background-color: #60e77f!important;
			z-index: 1;
			border-radius: 12px;
			border: 1px solid #FFF!important;
		}
		.slick-next:before {
		    content: "\f054"!important;
		    font-family: "Font Awesome 5 Pro"!important;
		    font-size: 40px!important;
		    font-weight: bold!important;
		    color: #000!important;
		}
		.slick-prev:before {
		    content: "\f053"!important;
		    font-family: "Font Awesome 5 Pro"!important;
		    font-size: 40px!important;
		    font-weight: bold!important;
		    color: #000!important;
		}

		.home-card{
			width: 278px!important;
		}
		.home-category .slick-dots {
		    bottom: -25px!important;
		}

		.home-category img{
			max-width: 260px;
		}
		.home-card-description{
			height: 115px
		}
		.newsletter-wrapper h3, .contact-wrapper h3{
			font-size: 33px;
			font-weight: bold;
			text-transform: uppercase;
			margin-bottom: 0
		}

	/* Product Page */
		.product .gallery ul li a img{
			max-width: 485px;
			max-height: 485px
		}

		.product .photos-wrapper{
			width: 560px
		}
		.product .gallery-wrapper{
			width: 485px; 
			height: 485px
		}

    
}