
/*
* GERAL
*/
*{
  margin:0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
		font-family: "Bahnschrift";
		src: url("../fonts/Bahnschrift/Bahnschrift.eot");
		src: url("../fonts/Bahnschrift/Bahnschrift.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Bahnschrift/Bahnschrift.woff2") format("woff2"),
		url("../fonts/Bahnschrift/Bahnschrift.woff") format("woff"),
		url("../fonts/Bahnschrift/Bahnschrift.ttf") format("truetype"),
		url("../fonts/Bahnschrift/Bahnschrift.svg#Bahnschrift") format("svg");
}


@font-face
{
   font-family: "Material Icons";
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/MaterialIcons/MaterialIcons-Regular.eot);
   src: local('../fonts/MaterialIcons/Material Icons'),
        local('../fonts/MaterialIcons/MaterialIcons-Regular'),
        url(../fonts/MaterialIcons/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons
{
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   display: inline-block;
   line-height: 1;
   text-transform: none;
   letter-spacing: normal;
   word-wrap: normal;
   white-space: nowrap;
   direction: ltr;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
   -moz-osx-font-smoothing: grayscale;
   font-feature-settings: "liga";
}


body{
	font-size: 16px;
	font-family: 'Bahnschrift Light', sans-serif;
	height: 100%;
	background: #5e5e5e url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACJgAAAADCAIAAABawrCzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKpJREFUeNrs2UEOgzAMBMCmD+X/v0hPvUAkHFtAqs7cWK+tqNe2bdte/Ka2/26JTstOQ6PYSpu5c0+Yri2RHN9cOHLtyjcprRSOPJZUaheFZ+VoP7YyGM1Mx4VgBwAA+AN9/90TnZ6dhkaxlT5z554wXVsiOb65cCTxkrtXCkceSyq1i8KzcrQfWxmMZqbjQrDDwt5+AgAAAAAAgDX5IwcAAAAAAGBRHwEGANKevyBtQWfnAAAAAElFTkSuQmCC) repeat-y center center;
}
ul,ol{
	list-style: none;
}

.py-4 {
	padding:2rem 0;
}

.my-4{
	margin:2rem 0;
}

.visible-desktop{
	display: inline-block;
}

.visible-mobile{
	display: none;
}

.d-flex-between{
	display: flex;
	justify-content: space-between;
}

.d-flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.d-flex{
	display: flex;
}

.d-block{
	display: block;
}

.hidden{
	visibility: hidden  !important;
}
.hide{
	display: none !important;
}
.text-right{
	text-align: right !important;
}

h3,h4,h5,h6{
	font-family: "Bahnschrift Light";
}

.loading-page{
	display: block;
	min-height:300px;
}

.tippy-box{
	font-family: 'Open Sans', sans-serif  !important;
	/* font-size: 11px !important;*/
    font-size: 13px !important;
	background: #000 !important;
	padding:5px 10px;
}


.tippy-box[data-theme='detail']{
	width:300px;
}


.tippy-box p{
	padding: 3px 0;
    color: #fff !important;
   /* font-size: 11px !important;*/
    font-size: 13px !important;
    text-transform: none;
	/*font-family: "Arial" !important;*/
	font-family: 'Open Sans', sans-serif  !important;

}
.tooltip-header{

	/*font-family: "Arial" !important;*/
	font-family: 'Open Sans', sans-serif  !important;
	/* font-size: 11px !important;*/
    font-size: 13px !important;
}
.tooltip-header h4{
	/* font-size: 11px !important;*/
    font-size: 13px !important;
	text-transform: none;
	/*font-family: "Arial" !important;*/
	font-family: 'Open Sans', sans-serif  !important;
	padding-bottom: 10px;
}

.tippy-box p:last-child{
	border-bottom:0;
}

.img-responsive{
	width: auto;
	max-width: 100%;
}

.alert{
	padding: 10px 5px;
    border: 1px solid #ccc;
    font-size: 12px;
    margin: 10px 0;
    color: #777;
    background: #f5f5f5;
}

.alert.alert-error{
	background: #F00;
	border-color:#FFF;
	color: #FFF;
}

button[disabled], .disabled{
	opacity: 0.5;
	cursor: default !important;
}

.bt.bt-success.disabled:hover{
	color: #fff;
    border: 0px #9acd32 solid;
    background-color: #9acd32;
}

.bt.bt-create.disabled:hover{
	color: #696969;
    border: 0px #A9A9A9 solid;
    background-color: #FFC000;
}

.w-100{
	display: block;
	width: 100%
}

.link{
	color:#9acd32;
}
.text-center{
	text-align: center;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
	border-radius: .25rem;
	font-size: .9rem;
}

.custom-file-label  span{
	font-size:.6rem;
	font-style: italic;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: auto;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}

/**
* CONFIGURAÇÃO GERAL
**/
.container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1141px;
  }
}

/*BUTTONS*/

.bt-group{
	display: flex;
}
.bt{
	display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    padding:10px 15px;
    color: #808080;
    border: 0px #DCDCDC solid;
    background-color: #D3D3D3;
    cursor: pointer;
    transition: background 0.5s linear;
    font-family: "Bahnschrift Light";
    font-weight: 100;
}




.bt.bt-create{
	color: #696969;
    border: 0px #A9A9A9 solid;
    background-color: #FFC000;
}

.bt.bt-success{
	color: #fff;
    border: 0px #9acd32 solid;
    background-color: #9acd32;
}

.bt.bt-info{
	color: #fff;
    border: 0px #9acd32 solid;
    background-color: #9acd32;
}

.bt.bt-menu{
	color: #fff;
    border: 0px #808080 solid;
    background-color: #808080;
    font-size: 15px;
}

.bt.bt-reset{
	background: transparent;
	border-color: transparent;
}

.bt:hover{
    color: #9ACD32;
    background-color: #F5F5F5;
    background-image: none;
    border: 0px #9ACD32 solid;
}

.bt.bt-default:hover{
	 color: #808080;
    border: 0px #c9c6c6 solid;
    background-color: #c9c6c6;
}


.bt.bt-menu:hover{
	    border: 0px #A9A9A9 solid;
    background-color: #A9A9A9;
    color: #fff;
}
.bt.bt-reset:hover{
	background: transparent;
	border-color: transparent;
}

.bt.bt-buy{
	font-size:13px;
	padding: 3px 10px;
	display: inline-flex;
    align-items: center;
    flex-direction: column;
    border:1px solid transparent;
}

.bt.bt-buy:hover{
	border:1px solid #D3D3D3;
}

.bt.bt-buy span{
	display: inline-block;
    padding: 0 0 0 5px;
}



.bt.bt-big{
	 padding:15px 20px;
}

.my-credit{
	display: inline-block;
    text-decoration: none;
    text-align: center;
    border: 0;
    transition: background 0.5s linear;
    font-family: "Bahnschrift Light";
    font-weight: 100;
	color: #fff;
    background-color: #9acd32;
    height: 43px;
    line-height: 50px;
    width: 220px;
    font-size: 15px;

}

.f2x{
	font-size: 1.4rem;
}

.bt-width-fix .bt{
	width:220px;
	font-size: 15px;
}

.shopping .bt-width-fix .bt{
	height:43px;
	line-height: 50px;
    padding: 0;
}



.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: flex-end;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #333;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}



/*
* HEADERS
*/

.topbar{
	background: #000;
	padding: 10px 0;
	color:#FFF;
}

.select-options{
	font-size: 12px;
	font-family: Bahnschrift;
}
.select-options select{
	width:200px;
}
.select2-results__option{
	font-size: 0.8rem;
	font-family: Bahnschrift;
	color:#777;
}

.topbar .container{
	display: flex;
	justify-content: space-between;
}


.topbar .container > div.nav-top{
	width: 90%;
	display: flex;
	align-items: center;
}
.topbar .container > div.nav-top > .contact{
	padding-left: 20px;
}
.topbar .container > div.shared{
	width: 10%;
	text-align: right;
    display: flex;
    align-items: center;
}

.topbar .container > div.shared > a{
   width: 100%;
   color:#fff;
}


@media (max-width: 640px) {
	.topbar .container > div{
		width: 100%;
		padding-left: 10px;
	}

	.topbar .container > div.shared{
		width: 30%;
		padding-left: 0;
		padding-right: 10px;
	}

}

.nav-top div{ display: inline-block; }

.topbar p{
	color:#FFF;
	font-size:1rem;
}

.topbar .contact a{
	display: inline-flex;
	align-items: center;
	padding-right: 10px;
	    font-size: 11px;
    font-family: Arial;

}
.topbar .contact a img{
	margin-right: 3px;
}

.main{
	background: #fff;
	position: relative;
}

.main::after{
	    background-color: rgba(200, 200, 200, 0.4);
    -webkit-box-shadow: 23px 0 24px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 23px 0 24px rgba(0, 0, 0, 0.15);
    box-shadow: 23px 0 24px rgba(0, 0, 0, 0.15);
    right:-44px

}
.main::before {
    background-color: rgba(200, 200, 200, 0.4);
    -webkit-box-shadow: -23px 0 24px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -23px 0 24px rgba(0, 0, 0, 0.15);
    box-shadow: -23px 0 24px rgba(0, 0, 0, 0.15);
      left:-44px
}

.main:before,
.main:after {
  width: 44px;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (max-width: 640px) {
	.main:before,
	.main:after{
		display: none;
	}
}

.main > header{
	display: flex;
	justify-content: space-between;
	width:100%;
	align-items: center;
	height:200px;
	padding-right: 20px;
}


.main > header > div{
	width:100%;
}




.logo-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main > header > div.info-header{
	width: 80%;
}


/*
* HEADERS > LOGO
*/

.logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left:20px;
}
.logo-title{
	padding-left: 10px;
}

.logo-firstname{
	color:#9ACD32;
}

.logo h2, .logo h3{
	font-size:1.3rem;
	color:#777;
	font-weight: 100;
}

.logo h2{
	font-size:2.2rem;
	letter-spacing: 1px;
}
.logo h2 .extension{
	font-size:1.1rem;
}

.interaction{
	text-align: center;
}

.interaction a{
	color: #dcdcdc;
	display: inline-block;
}

.interaction a i{
	font-size: 4rem;
}
.interaction a:hover i{
	color: #9ACD32;
}

.info-header .bt-group{
	justify-content: flex-end;
}

.box-navigation{
	display: flex;
	justify-content: space-between;
	    align-items: flex-end;
}
.box-navigation .shopping{
	padding-right: 20px;
}


.nav-search{
	align-items: center;
	    padding-left: 20px;
}

.menu-top li{
	position: relative;
}

.menu-top .submenu{
	display: none;
	position: absolute;
	width: 200px;
	background: #808080 ;
	padding:10px 0;
	z-index: 99;
	transition: all 0.5s linear;
	box-shadow: 7px 7px 1px #000;
}

.menu-top .submenu a{
	color:#fff;
	text-decoration: none;
	display: block;
	padding: 10px 5px;
	font-family: "Bahnschrift Light";
	font-size:15px;
	font-weight: 100;
}

.menu-top li:hover .submenu{
	display: block;
	text-align: center;
}

.menu-top .submenu li:hover {
	background: #F5F5F5;
}
.menu-top .submenu li:hover a{
	color:#9ACD32;
}

.nav-search form {
	width: 350px;
}
.nav-search form input{
	width: 100%;
	text-indent: 5px;
	border:1px solid #ccc;
}

/*
LISTAR POR LETRA
**/

.navletter{

	padding:10px 5px;
	color:#fff;

	background: -moz-linear-gradient(top, rgb(128, 128, 128) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(128, 128, 128)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgb(128, 128, 128) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgb(128, 128, 128) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgb(128, 128, 128) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgb(128, 128, 128) 0%, rgba(0,0,0,1) 100%);
}

.navletter a{
	color:#fff;
}
.navletter > .container{
	display: flex;
	justify-content: center;
	padding:0 10px;
}

.navletter .label{
	color:#FF8C00;
	display: inline-block;
    padding: 0 20px;
    font-size:0.9rem;
    font-family: "Bahnschrift Light";
}

.navletter > .container > div{
	width:20%;
}

.navletter > .container ul{
	width:80%;
	justify-content: flex-start;
}
.navletter > .container ul > li{
	padding: 3px 5px 1px;
}

.navletter > .container .select-letter{
	display: none;
}

.navletter ul a{
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	   font-family: "Bahnschrift Light";
    font-size: 15px
}

.navletter ul a:hover{
	text-decoration: underline;

}

.navletter ul li.active{
	background: #ccc;
}
.navletter ul li.active a{
	    color: #333;
    font-weight: bold;
}

/**/

.nav-main{
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}

.nav-main ul li{
	position: relative;
	margin:0 20px;
}

.nav-main > .container > ul{
	padding:0 30px;
	justify-content: center;
}

.nav-main ul a{
	display: block;
	text-decoration: none;
	padding:10px 15px;
	color:#808080;
	transition: all 0.2s linear;
	font-family: "Bahnschrift Light";
	font-size: 15px;
}

.nav-main ul li:hover a{
	background: #717171;
	color:#fff;
}

.nav-main ul .submenu{
	display: none;
	position: absolute;
	top:37px;
	left:0;
	width: 200px;
	background: #717171;
	box-shadow: 7px 7px 1px #000;
	text-align: center;
	z-index:9;
}

.nav-main ul .submenu.submenu-scroll{
	height: 300px;
	overflow-y: auto;
}

@media (max-width: 640px) {
	.nav-main > .container > ul{
		padding: 10px 0;
	}
	.nav-main ul .submenu{
		position: relative;
		top:0;
		left:0;
		width: 100%;
	}
	.nav-main ul .submenu a{
		color:#FFF;
	}
}


.nav-main ul .submenu.submenu-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.nav-main ul .submenu.submenu-scroll::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.nav-main ul .submenu.submenu-scroll::-webkit-scrollbar-thumb
{
	background-color: #D3D3D3;
	border: 2px solid #555555;
}


.nav-main ul .submenu li{
	margin:0;
}

.nav-main ul li:hover .submenu{
	display: block;
}

.nav-main ul li:hover .submenu a{
	color:#fff;
}

.nav-main ul li:hover .submenu a:hover{
	background: #9ACD32;
	color:#fff;
}

/*FOOTER*/

footer.footer{
	background: #000;
	width: 100%;
	padding:20px 0;
}

footer.footer .subfooter{
	display: flex;
	justify-content: space-around;
}

footer.footer ul{
	padding:10px 0 25px;
}
footer.footer li a{
	color:#FFF;
	text-decoration: none;
	font-size:0.8rem;
}

footer.footer h6{
	color:#fff;
	font-size: 1rem;
}
.l-whatsapp{
	color:#fff;
	font-size: 0.8rem;
	text-decoration: none;
}
.l-whatsapp i{

}

.copyright{
	padding-top: 50px;
}

.copyright p{
	color: #fff;
	text-align: center;
	font-size: 0.8rem
}

/*RESPONSIVO*/


@media (max-width: 640px) {
	.logo{
		padding: 0;
	}
	.visible-desktop{
		display: none;

	}
	.main > header{
		flex-direction: column;
		height: auto;
		padding: 0;
	}
	.logo img{
		    width: 90px;
	}

	.logo h2{
		font-size: 1.7rem;
	}
	.logo h3{
		font-size:1.1rem
	}

	.logo-header{
		padding: 10px 5px;
		
	}

	.main > header > div.info-header{
		width: 100%;
	}
	.box-navigation{
		flex-direction: column;
		    align-items: stretch;
	}

	.nav-search{
		align-items: baseline;
		padding:0;
	}
	.box-navigation .shopping{
		padding: 0;
	}
	.nav-search ul li span{
		display: none;
	}
	.nav-search form{
		width: 100%;
	}

	.navletter ul{
		display: none;
	}
	.navletter > .container > div{
		width:20%;
	}
	.navletter > .container .select-letter{
		display: block;
		width: 100%;
		text-transform: uppercase;
		padding:5px;
	}

	.navletter > .container > div .label{
		display: none;
	}

	.nav-main > .container > ul{
		    flex-direction: column
	}

}

.box-featured {
    padding: 10px 36px;
        width: 103.7%;

    left: -21px;
    position: relative;
    text-align: center;
    background: #FFF;
    z-index: 2;
    height: 215px;
    top: -18px;
}

.box-featured:after,
.box-featured:before {
    position: absolute;
    border-width: 9px 11px;
    bottom: -18px;
        content: " ";

}

.box-featured:before {
    border-style: solid solid inset inset;
    border-color: #777 #777 transparent transparent;
    left: -1px;
}

.box-featured:after {
    border-style: solid inset inset solid;
    border-color: #777 transparent transparent #777;
    right: 0;
}

.box-info{
	min-height:250px;
	background: #e5e5e5;
	margin: 10px 0 0;
	padding: 30px 0;

}

.nav-info{
	padding:10px 20px;
	background: #e5e5e5;
}

.nav-info ul{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 640px) {
	.nav-info ul{
		flex-direction: column;
		justify-content: center;
	}
}


.nav-info ul a{
	text-transform: uppercase;
	font-size:15px;
	color:#333;
	font-family: "Bahnschrift Light";
	text-decoration: none;

}

.nav-info ul a i{
  position: relative;
    top: 5px;
    color:#9acd32;
}


/*box logged*/
@media (min-width: 640px) {
	.main > header > div.info-header.info-header-logged{
		align-self: stretch;
		width: 64.5%
	}
	
}

.account-info{
	display: flex;
	background: #e5e5e5;
	align-items: stretch;
	height: 100%;
	padding:50px 0;
}

.gravatar{

	width: 40%;
	padding:10px 20px;
	align-self: center;

}
.gravatar img{
	width: 120px;
	border-radius: 100%;
}
.account-info .info{
	align-self: center;
}
.account-info nav{
	text-align: center
}
.account-info nav a{
	display: inline-block;
	width: 100%;
	font-size:18px;
	color:#333;
	font-family: "Bahnschrift Light";
	text-decoration: none;
	padding:5px 0;
}

.account-info nav a:nth-child(1) i{ color: #9acd32; }
.account-info nav a:nth-child(2) i{ color: #F00; }
.account-info  .address{
	padding:20px 0;
	text-align: center;
}
.account-info  .address p{
	font-family: "Bahnschrift Light";
	font-size: 15px;
	color:#333;
}

.title-package{
  text-align: center;
  font-size:1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.list-package ul{
	display: flex;
	justify-content: space-between;
	padding:20px 0;
}


.list-package ul li{
	background: #fff;
	box-shadow:0px 1px 3px #777;
	width: 20%;
	margin:0 5px;
	transition: background 0.5s linear;
}

.list-package ul li:nth-child(1){
 margin-left: 50px;
}

.list-package ul li:nth-child(6){
 margin-right: 50px;
}

.list-package ul li:hover{
		box-shadow:0px 1px 3px #333;
}

.list-package ul li h4,
.list-package ul li p{
	font-family: "Bahnschrift Light";
	font-size: 13px;
	font-weight: normal;

}

.list-package ul li h4{
	text-transform: uppercase;
}

.list-package ul li p{
		font-size: 13px;
}
.package-description{
	padding:5px 10px;
}
.package-description h4 a{
	    color: #141313;
    text-decoration: none;
    font-weight: 777;


}
.package-info{
	    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

.package-info .bt{
font-size: 13px;
	font-weight: normal;
}

.package-price{
	font-family: "Bahnschrift Light";
	font-size: 13px;
	font-weight: normal;
}

@media (max-width: 640px) {
	.list-package ul{
		display: block;
	}

	.list-package ul li{
		margin: 10px 0;
		text-align: center;
		display: flex;
	}
	.list-package ul li > div{
		width: 100%;
		position: relative;
	}

	.list-package ul li:nth-child(1){
	 margin-left: 0;
	}

	.list-package ul li:nth-child(6){
	 margin-right: 0;
	}

	.package-info{
		position: absolute;
	    bottom: 0;
	    width: 90%;
	    left: 10px;
	}
}


.material-whatsapp{
	background: url(../images/icon-phone.png) no-repeat center center;
	    width: 25px;
    height: 25px;
    background-size: cover;
}



.material-email{
	background: url(../images/icon-email.png) no-repeat center center;
	    width: 24px;
    height: 24px;
    background-size: cover;
}

/*LIST ARTISTS*/

.list-artist{
	padding: 10px 0;
}

.list-artist li{
	padding:2px 0;
}

.list-artist a{
	color:#333;
	text-decoration: none;
}

.section-receipt{
	padding:10px;
	max-width: 600px;
}

.section-receipt h4{
	padding:5px 0 10px;
	text-align: center;
	text-transform: uppercase;
	font-size:1rem;
}
.form-receipt p{
	font-size:0.9rem;
	color:#777;
	padding:10px 0;
	text-align: center;

}

.form-receipt .bt-container{
	padding:5px 0;
	text-align: center;
}

.form-receipt .bt-container .bt{
	padding:10px 30px
}


.alert-block{
	padding: 10px 15px;
    background: rgba(255, 0, 0, 0.6);
    color: #FFF;
    font-size: 0.9rem;
}


.package-flex{
  display: flex;
}
.package-flex > .col-image{
  width:25%;
}
.package-flex > .col-description{
    width:75%;
}
.package-subtitle{
  padding: 10px 0;
  font-size:1.1rem;
}

.header-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.flags-payment{
	max-width: 380px;
	display: inline-block;
	background: #FFF;
	margin: 10px 0;
}

.flags-payment img{
	width: 100%;

}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.package-price-single{
	font-size: 1.5rem;
	color: #FFF;
	padding: 0 10px;
}

.content-table-list.content-table-release{
	padding: 50px 0 0;
}

.content-table-list.content-table-release .tab{
	padding: 0 25px;
}
.content-table-list.content-table-release #tab-content{ padding: 0 25px 30px; }

#dialog-popup{
	display: none;
	max-width: 500px;
	padding: 0;
}

#dialog-popup img{
	width: 100%;
	display: block;
	border:0;
}

#lgpd{
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	z-index: 99999;
	padding:20px;
	background:#fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#lgpd > div p{
	margin:0;
	padding:0;
	font-size:14px;
}
#lgpd > div:nth-child(1){
	width:90%;
}

#lgpd > div a{
	display: inline-block;
	padding:10px 25px;
	background:#25d366;
	color:#FFF;
}

.d-none{
	display: none !important;
}

.splide__slide img {
	width: 100%;
	height: auto;
  }

  .title-pix{
	  text-align: center;
	  padding:10px 0;
  }

  .pix-wrapper{
	  padding:20px;
	  border:1px solid #e5e5e5;
	  text-align: center;
  }

  .pix-wrapper textarea{
	  width: 100%;
	  height: 65px;
  }

  .pix-wrapper img{
	  display: inline-block;
	  width:200px;
  }

  .welcome{
	  padding:10px 0;
  }

  .pix-or{
	display: table;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    position: relative;
	margin: 50px 0;
  }

  .pix-or::before {
    content: "OU";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
    display: table;
}

.list-pix li{
	border:1px solid #ccc;
	padding:5px;
	text-align: center;
	font-family: "Bahnschrift Light";
}

.fields-buttons{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.forgot{
	color: #9ACD32;
}

.title-primary{
	color: #FFF;
    font-family: "Bahnschrift Light";
    font-size: 28px;
}