﻿@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,800');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400');
html {
  position: relative;
  min-height: 100%;
}
body {
	margin-bottom: 60px;
	font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
}
.navbar{
	background: #333;
    margin-bottom: 0px;
    z-index: 1;
}

.navbar-brand{
	float: none;
    /*padding: 5px 0px 20px 0px;*/
    height: auto;
}

.img-thumbnail {
    border-radius: 0
}

.navbar>.container{
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.grid [class*="col-"]{
	margin-bottom: 30px;
}

/*a, a:hover{
	color: #50525f;
	text-decoration: none;
}*/

[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption{
	background: rgba(21, 70, 114, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

[class*=" imghvr-fade"]:hover>img,
[class^=imghvr-fade]:hover>img{
	opacity: 1;
}

.event-name{
  border-width: 0 1px;
  border-style: solid;
  border-color: #ddd;
  background-color: #fff;

  padding: 15px 20px;
}

.event-name p{
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  color: #50525f;
  text-align: center;
  padding: 15px 20px;*/

  color: #50525f;
}

.calendar-box{
    background: #ffffff;
    color: #666666;
    width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 0;
    float: left;
}

.event-local-box{
    background: #f8f8f8;
    color: #666666;
    color: #50525f;
    font-size: 10px;
    font-weight: 400;
    height: 51px;
    padding: 5px 5px 5px 10px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    border-bottom-right-radius: 3px;
    text-align: left;
    margin-left: 50px;
}
.event-local-box p{
  font-size: 10px;
  font-weight: 600;
  margin: 0;
}
.event-local-box .line{
    overflow: hidden;
    max-height: 15px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-name-box{
    background: #ffffff;
    font-size: 10px;
    height: 47px;
    overflow: hidden;
    padding: 0 6px 0 6px;
    color: #50525f;
    font-weight: normal;
    text-transform: uppercase;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ddd;
    border-bottom-right-radius: 3px;
    line-height: 20px;
}

.event-name-box div{
    max-height: 40px;
}

.event-box-std-width{
    width: 265px;
}

.calendar-month{
    display: block;
    background: #154672;
    font-size: 10px;
    line-height: 8px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0px 0 0 0;
    text-transform: uppercase;
    color: #ffffff;
    border-top: 1px solid #154672;
}

.calendar-day{
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
    border-bottom-left-radius: 3px;
    font-weight: 300;
    font-size: 26px;
    line-height: 31px;
}

section{
	margin-bottom: 100px;
}


.footer {
    position: absolute;
    bottom: 0;
    border-top: 10px solid #BADA55;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #333;
    /*display: flex;
    align-items: center;*/
    color: #797c7e;
}

.footer h5 {
	padding: 0px;
    font-size: 14px;
    color: #C7D0D8;
}

.footer a {
	padding: 0px;
    font-size: 12px;
    color: #C7D0D8;
}

.footer p {
	padding: 0px;
    font-size: 12px;
    color: #C7D0D8;
}
	

code,
pre {
    border-radius: 0
}

kbd {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    border-color: #66afe9;
    outline: thin dotted #777;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group-sm .form-control,
.form-group-lg .form-control {
    border-radius: 0
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    outline: thin dotted #777;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-sm,
.input-lg {
    border-radius: 0
}

.btn {
    border-radius: 0
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-lg,
.btn-sm,
.btn-xs {
    border-radius: 0
}

.btn-group-lg>.btn,
.btn-group-sm>.btn,
.btn-group-xs>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    border-radius: 0
}

.input-group-addon {
    border-radius: 0
}

.input-group-addon.input-sm,
.input-group-addon.input-lg {
    border-radius: 0
}

.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.nav-tabs>li>a {
    border-radius: 0
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-radius: 0
    }
    .nav-tabs-justified>li>a {
        border-radius: 0
    }
    .navbar {
        border-radius: 0
    }
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.nav-pills>li>a {
    border-radius: 0
}

.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-toggle {
    border-radius: 0
}

.navbar-toggle .icon-bar {
    border-radius: 0
}

.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    border-radius: 0
}

.pagination {
    border-radius: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span,
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager li>a,
.pager li>span {
    border-radius: 0
}

.label {
    border-radius: 0
}

.badge {
    border-radius: 0
}

.container .jumbotron {
    border-radius: 0
}

.thumbnail {
    border-radius: 0
}

.alert {
    border-radius: 0
}

.progress {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel-group .panel {
    border-radius: 0
}

.well {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.well-lg,
.well-sm {
    border-radius: 0
}

.close {
    text-shadow: none
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tooltip-inner {
    border-radius: 0
}

.popover {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.popover-title {
    border-radius: 0
}

.carousel-control {
    text-shadow: none
}

.carousel-indicators li {
    border-radius: 0
}

.carousel-caption {
    text-shadow: none
}




/*--------------------
	  button
---------------------*/

.btn-orange {
	background-color:#00c7bb;
	color:#fff;
	padding:10px 23px;
	font-size:16px;
	border: none;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(1, 145, 137, 0.9);
	-moz-box-shadow:    0px 3px 0px 0px rgba(1, 145, 137, 0.9);
	box-shadow:         0px 3px 0px 0px rgba(1, 145, 137, 0.9);
	text-transform:uppercase;
}
.btn-orange:hover {
	color:#fff;
	background-color:#019189;
}

.btn-blue {
	background-color: #004489;
color: #fff;
padding:10px 23px;
font-size: 16px;
border: none;
font-weight: 700;
letter-spacing: 1px;
-webkit-box-shadow: 0px 3px 0px 0px #012d5a;
-moz-box-shadow: 0px 3px 0px 0px #012d5a;
box-shadow: 0px 3px 0px 0px #012d5a;
text-transform: uppercase;

}

.btn-blue:hover {
	color:#fff;
	background-color:#012d5a;
}

.btn-green:hover {
	color:#fff;
	background-color:#7d9630;
}
.btn-grey {
background-color: #afb0ad;

color: #fff;
padding: 10px 18px;
font-weight: 700;
font-size: 16px;
border: none;
font-weight: 700;
letter-spacing: 1px;
-webkit-box-shadow: 0px 3px 0px 0px rgba(153, 153, 152, 0.9);
-moz-box-shadow: 0px 3px 0px 0px rgba(153, 153, 152, 0.9);
box-shadow: 0px 3px 0px 0px rgba(153, 153, 152, 0.9);
text-transform: uppercase;
}
.btn-grey:hover {
color: #fff;
background-color: #999998;
}


.btn-comprar {
	background-color:#e0ff2b;
	color:#5c7e2d;
	padding: 10px;
	font-size:14px;
	border-radius: 20px;
	font-weight: bold;
}

.btn-comprar:hover {
	color:#fff;
	background-color:#5c7e2d;
	text-decoration: none;
}


#formcadastro input:focus {
    outline: none;
}

#formcadastro select:focus {
    outline: none;
}


.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}


.banner{
	position: relative;
}

.banner>.caption{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 40px;
}



.form-text {
    display: block;
    width: 100%;
    height: 42px;
    padding: 8px 16px 8px 16px;
    font-size: 15px;
    line-height: 1.5384616;
    color: #333333;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    /*-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
  }
  
  .card-mastercard {
  background-image: url(../..//img/icon_mastercard.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
  }
  
  .card-visa {
  background-image: url(../../img/icon_visa.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
  }
  
  .card-elo {
  background-image: url(../../img/icon_elo.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
  }
  
  .card-hipercard {
  background-image: url(../../img/icon_hipercard.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
  }
  
  .card-amex {
  background-image: url(../../img/icon_amex.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
  }
  
  .card-diners {
  background-image: url(../../img/icon_diners.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
  }
  
  .card-discover {
  background-image: url(../../img/icon_discover.png?766);
  background-position: right 16px center;
  background-repeat: no-repeat;
  }