@font-face {
    font-family: 'Myriad Regular';
    src: url("../fonts/MyriadPro-Regular.eot");
    src: local("Myriad Pro Regular"), local("MyriadPro Regular"), url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
body {
    padding-top: 92px;	
    font-family: 'Myriad Pro', sans-serif;
    font-size: 15px;
    background-color: #f4f4f4;
}
@media (max-width:1151px) {
  body {
  	padding-top: 70px;
  }
}
@media (min-width: 991px) {
	.carousel-item img {
		height: 100%; 
	}
}
@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
.center, .center2, .homeslider .sl-info, .main, .main-2, .main-3, .small-center {
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.main, .main-2, .main-3 {
    padding-left: 72px;
    padding-right: 72px;
}
.main-2 {
    clear: both;
}
@media (min-width:1680px) {
    .main-2 {
    width: 1400px;
  }
}
@media (max-width:767px) {
    .main-2.m-no-pad {
    padding: 0;
  }
}
@media (max-width:1151px) {
    .main-2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width:767px) {
    .main-2, .main-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.center, .homeslider .sl-info {
    width: 1000px;
    clear: both;
}
@media (max-width:1151px) {
    .center, .homeslider .sl-info {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width:768px) and (max-width:1151px) and (orientation:landscape) {
    .center, .homeslider .sl-info {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width:767px) {
    .center, .homeslider .sl-info {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .center.m-no-pad, .homeslider .m-no-pad.sl-info {
    padding: 0;
  }
  .center.m-small-pad, .homeslider .m-small-pad.sl-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.menu-icon {
    display: none;
    cursor: pointer;
}
@media (max-width:1151px) {
    .menu-icon {
    display: block;
  }
}
.menu-icon i {
    height: 2px;
    border-radius: 2px;
    background: #203464;
    width: 22px;
    display: block;
    transition: cubic-bezier(.36, .66, .04, 1) .5s;
    -webkit-transition: cubic-bezier(.36, .66, .04, 1) .5s;
}
.menu-icon .i2 {
    margin: 5px 0;
}
.menu-icon.close .i1, .menu-icon.close-default .i1 {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    opacity: 0;
}
.menu-icon.close .i2, .menu-icon.close-default .i2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.menu-icon.close .i3, .menu-icon.close-default .i3 {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
    transform: translateY(-7px) rotateZ(-45deg);
}
@media (max-width:767px) {
    .menu-icon {
    display: block;
  }
  .menu-icon i {
    width: 20px;
  }
  .menu-icon i.i2 {
    margin: 4px 0;
  }
  .menu-icon.close .i3, .menu-icon.close-default .i3 {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg);
  }
}

.header {
    height: 92px;
    background: #f4f4f4;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 15;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
.header.mini {
    height: 70px;
}
.header .search-input {
    display: none;
}
@media (min-width:768px) {
  .header .main-2 {
     padding-right: 0;
  }
}
.header .logo {
    -webkit-box-flex: 0;
    flex: 1 1 auto;
}
.header .logo a {
    display: block;
}
.header .logo img {
    width: 240px;
}
.header .nav {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: auto;
    /*margin-left: 50px;*/
    text-align: right;
    height: 100%
}
.header .nav .links {
    margin-right: 5%;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    display: -webkit-box;
    display: flex;
    font-size: 0.9vw;
    height: 100%
}
@media (max-width:1151px) {
    .header .nav .links {
       display: none;
    }
	.header .nav .links {
		font-size: 0.75vw;
	}
    
}
.header .nav .links ul {
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #eee;
    list-style: none;
}
.header .nav .links ul li {
    margin-left: 30px;
}
.header .nav .links ul li a {
	color: #104e89;
    padding: 7px 0;
    display: block;
    font-size: 1em;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}
.header .nav .links ul li a.active, .header .nav .links ul li a:hover {
    border-color: #f2731d;
}
.header .nav .links ul li:first-child {
    margin: 0;
}
.header .nav .links ul:first-child {
    margin: 0;
    padding: 0;
    border: none;
}
.header .nav .menu-col {
    display: none;
}
@media (max-width:1151px) {
    .header .nav .menu-col {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media (min-width:768px) {
  .header .nav .menu-col {
    cursor: pointer;
    transition: cubic-bezier(.36, .66, .04, 1) .5s;
    -webkit-transition: cubic-bezier(.36, .66, .04, 1) .5s;
    height: 100%;
    text-align: center;
    font-size: 1.5333333333em;
  }
  .header .nav .menu-col * {
    text-align: center;
  }
  .header .nav .menu-col:hover {
    background: #f2731d;
  }
  .header .nav .menu-col:hover .menu-icon i {
    background: #fff;
  }
}
.header .nav .icons-col {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%
}
.header .nav .icons-col>div {
    height: 100%;
    width: 76px;
}
.header .nav .icons-col>div a, .header .nav .icons-col>div.search-col form button {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.5333333333em;
}
.header .nav .icons-col>div a *, .header .nav .icons-col>div.search-col form button * {
    text-align: center;
}
.header .nav .icons-col>div a i, .header .nav .icons-col>div.search-col form button i {
    width: 24px;
}
.header .nav .icons-col>div.search-col {
    position: relative;
}
.header .nav .icons-col>div.search-col a, .header .nav .icons-col>div.search-col form button {
    font-size: 1.4666666667em;
}
.header .nav .icons-col>div.search-col a:hover, .header .nav .icons-col>div.search-col form button:hover {
    background: #f6f6f6;
}
.header .nav .icons-col>div.search-col form button {
    width: 76px;
}
.header .nav .icons-col>div.search-col .search-input {
    display: block;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    position: absolute;
    height: 100%;
    background: #fff;
    width: 450px;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
}
.header .nav .icons-col>div.search-col .search-input form {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%}
.header .nav .icons-col>div.search-col .search-input form button {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}
.header .nav .icons-col>div.search-col .search-input form button:hover {
    background: 0 0;
    color: #f2731d;
}
.header .nav .icons-col>div.search-col .search-input.active {
    opacity: 1;
    visibility: visible;
}
.header .nav .icons-col>div.phone-col a {
    color: #fff;
    background-color: #203464;
}
.header .nav .icons-col>div.phone-col a:hover {
    background: #f28e18;
}
@media (max-width:1151px) {
  .header .nav .icons-col>div {
    width: 70px;
  }
  .header .nav .icons-col>div.search-col .search-input {
    width: 320px;
    opacity: 1;
    visibility: visible;
  }
  .header .nav .icons-col>div.search-col .search-input form button {
    width: 70px;
  }
}
.header.search-active .nav .links {
    opacity: 0;
    visibility: hidden;
}
@media (max-width:767px) {
  .header .nav .icons-col>a, .header .nav .icons-col>article, .header .nav .icons-col>div, .header .nav .icons-col>li {
    margin-left: 20px;
  }
  .header .nav .icons-col>a:first-child, .header .nav .icons-col>article:first-child, .header .nav .icons-col>div:first-child, .header .nav .icons-col>li:first-child {
    border-left: none;
    margin-left: 0;
  }
  .header .nav .icons-col>div {
    width: auto;
    height: auto;
  }
  .header .nav .icons-col>div.search-col .search-input {
    display: none;
  }
  .header .nav .icons-col>div.phone-col a {
    background: 0 0;
    color: inherit;
  }
  .header .nav .icons-col>div a, .header .nav .icons-col>div.phone-col a, .header .nav .icons-col>div.search-col a {
    font-size: 1.4em;
  }
  .header .nav .icons-col>div a:hover, .header .nav .icons-col>div.phone-col a:hover, .header .nav .icons-col>div.search-col a:hover {
    background: 0 0;
    color: #f2731d;
  }
  .header.search-active .search-col i:before {
    content: "\50"}
  .center, .center2, .homeslider .sl-info, .main, .main-2, .main-3, .small-center {
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .main, .main-2, .main-3 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .main-2 {
    clear: both;
  }
}  
@media (min-width:1680px) {
    .main-2 {
    width: 1400px;
}
}
@media (max-width:767px) {
    .main-2.m-no-pad {
    padding: 0;
  }
}
@media (max-width:1151px) {
    .main-2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width:767px) {
  .main-2, .main-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.flex, form:not(.search-form) .file-upload {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%
}
.flex>div, form:not(.search-form) .file-upload>div {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-center {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.flex-end {
    -webkit-box-align: end;
    align-items: flex-end;
}
.flex-center-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.flex-center-wrap>div {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.menu-active .m-menu .close-m-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.m-menu {
    display: none;
}
@media (max-width:1151px) {
    .m-menu {
    border-top: 2px solid #f2731d;
    background: #fff;
    display: block;
    width: 400px;
    height: 100%;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    top: 0;
    right: -400px;
    z-index: 115;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.m-menu .close-m-menu {
    display: none;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out, opacity .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out, opacity .15s ease-in-out;
}
.m-menu .close-m-menu:hover {
    background: #f6f6f6;
}
.m-menu .close-m-menu i {
    background: #f2731d;
}
.m-menu .main, .m-menu .main-2, .m-menu .main-3 {
    padding: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: auto;
    min-height: 100%}
.m-menu .main .links, .m-menu .main-2 .links, .m-menu .main-3 .links {
    width: 100%}
.m-menu .main .links ul>a, .m-menu .main .links ul>div, .m-menu .main .links ul>li, .m-menu .main-2 .links ul>a, .m-menu .main-2 .links ul>div, .m-menu .main-2 .links ul>li, .m-menu .main-3 .links ul>a, .m-menu .main-3 .links ul>div, .m-menu .main-3 .links ul>li {
    margin-top: 0;
    padding-top: 0;
}
.m-menu .main .links ul>a:first-child, .m-menu .main .links ul>div:first-child, .m-menu .main .links ul>li:first-child, .m-menu .main-2 .links ul>a:first-child, .m-menu .main-2 .links ul>div:first-child, .m-menu .main-2 .links ul>li:first-child, .m-menu .main-3 .links ul>a:first-child, .m-menu .main-3 .links ul>div:first-child, .m-menu .main-3 .links ul>li:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.m-menu .main .links ul li, .m-menu .main-2 .links ul li, .m-menu .main-3 .links ul li {
    text-align: center;
    border-top: 1px solid #f6f6f6;
    list-style: none;
    display: block;
}
.m-menu .main .links ul li a, .m-menu .main-2 .links ul li a, .m-menu .main-3 .links ul li a {
    display: block;
    font-size: 1em;
    text-align: center;
    font-weight: 600;
    padding: 20px 0;
    color: #104E89;
}
.m-menu .main .links ul li a.active, .m-menu .main .links ul li a:hover, .m-menu .main-2 .links ul li a.active, .m-menu .main-2 .links ul li a:hover, .m-menu .main-3 .links ul li a.active, .m-menu .main-3 .links ul li a:hover {
    color: #f2731d;
    border-color: #fff;
    text-decoration-line: none;
}
}.boxes>a footer .icon, .simple-boxes>div a footer {
    transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out, opacity .15s ease-in-out;
}
@media (max-width:767px) {
    .m-menu {
    width: calc(100% - 62px);
    right: calc(-100% + 62px);
}
.m-menu .close-m-menu {
    width: 54px;
    height: 54px;
}
.m-menu .main .links ul li a, .m-menu .main-2 .links ul li a, .m-menu .main-3 .links ul li a {
    padding: 15px 0;
}
}.touch .m-menu .main .links ul li h1 a:hover, .touch .m-menu .main-2 .links ul li h1 a:hover, .touch .m-menu .main-3 .links ul li h1 a:hover {
    border-color: transparent;
}
.icon-phone:before {
    content: "\73";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "tauste" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*=" icon-"]:before, [class^=icon-]:before {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:1151px) {
  .header, .hfix {
    height: 70px;
  }
  .header .logo img, .hfix .logo img {
    width: 200px;
    height: 25px;
  }
  .menu-active .fade {
    visibility: visible;
    opacity: .5;
  }
  .menu-active .m-menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
}
@media (max-width: 575px) {
  .header .logo img, .hfix .logo img {
    width: 160px;
    height: 20px;
  }
}	

.no-touch .touch-only {
    display: none;
}
.bg-cover {
    background-size: cover;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
}
.card-title {
	color: #f5821f;
	margin-bottom: 1.75rem;
	font-size: 1.5em;
}
.card-text {
	color: #104e89;
	margin-bottom: 4.75rem;
	text-align: center;
    margin-bottom: 30px;	
}
.card-logo {
    width: 404;
    height: 50px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.card-body {
	margin-left: 5%;
    margin-right: 5%;
}    
.card-img {
    padding: 10px;	
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
@media (max-width:991px) {
.card-logo {
    width: 303;
    height: 38px;
	
}

}
@media (max-width:767px) {
	.card-logo {
      padding-bottom: 0;
	   	
    }		

}
@media (max-width:545px) {
	.card-logo {
	  width: 228px;
	  height: 28px;	
    }		

}
@media (max-width:348px) {
	.card-logo {
	  width: 171px;
	  height: 21px;	
	   	
    }		

}

.section {
	padding-bottom: 80px;
}
.section-title {
	color: #f5821f;
	margin-bottom: 1.75rem;
	font-size: 1.5em;
	text-align: center;
	padding-top: 30px;
}
.section-subtitle {
	color: #104e89;
	text-align: center;
}
.section-text {
	color: #104e89;
	margin-left: 20%;
    margin-right: 20%;
    text-align: center;
}

.footer {
	color: #fff;
	background-color: #104e89;
}
.footer .logo-footer {
	padding-top: 120px;
    -webkit-box-flex: 0;
    flex: 0;
}
@media (max-width:767px) {
  .footer .logo-footer {
	  padding-top: 0px;
  }
}
.footer .logo-footer a {
    display: block;
}
.footer .logo-footer img {
    width: 240px;
    height: 30px;
}
.footer .row {
	padding-top: 30px;
}
.footer .nav-link {
	color: #fff;
	padding-bottom: 30px;
	
}

.footer .nav-link:hover {
    color: #f2731d;
}
.fade.fadeIn, .modal-fade.fadeIn {
    visibility: visible;
    opacity: 1;
}
/*.fade, .map-modal, .map-modal #map, .modal-fade {
    width: 100%;
    height: 100%
}*/
.fade, .modal-fade {
    -webkit-transform: translatez(0);
    transform: translatez(0);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    display: block;
    opacity: 0;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
}
.fade-pane {
    transition: opacity 0.15s linear;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;    
}
.fade-alert {
    transition: opacity .15s linear;
}
.modal, .modal-cad, .modal-acesso, .modal-bilhete,.modal-cupom,.modal-saldo,.modal-campanha {
    position: fixed;
    display: none;
    width: 100%;
    padding: 20px;
    top: 0;
    bottom: 0;
    background: rgba(55, 55, 55, 0.6);
    z-index: 999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto
}

.modal-bilhete thead tr,.modal-cupom thead tr,.modal-saldo thead tr {
	color: #646F79;
}
.modal-bilhete tbody tr,.modal-cupom tbody tr,.modal-saldo tbody tr {
	color: #104E89;
}
.modal .form-control {
    font-size: 18px;
    /*font-family: 'GarageGothic';*/
}
.modal .form label {
    text-transform: none;
    font-weight: normal;
    font-size: 18px
}
.modal .form-inline .form-group label {
    margin-right: 30px;
    text-transform: uppercase;
}
.modal-close {
    position: absolute;
    width: 38px;
    top: 5px;
    right: 8px;
    background: transparent;
    line-height: 38px;
    font-weight: 700;
    font-size: 35px;
    color: #509ED9
}
.modal-close:hover,
.modal-close:focus,
.modal-close:active {
    outline: none;
    color: #456B9E
}
.table-modal {
    width: 100%;
    text-transform: uppercase
}
.table-modal thead tr {
    border-bottom: 1px solid #fddb34
}
.table-modal tbody tr {
    border-bottom: 1px solid #fff
}
.table-modal tbody tr:last-child {
    border-bottom: 0
}
.table-modal th {
    padding: 5px 0;
    border-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #482b6a;
}
.table-modal td {
    padding: 5px 0;
    font-size: 13px;
    color: #4378AA;
}
.modal-regulamento {
    position: relative;
    width: 100%;
    padding: 50px 50px 70px;
    max-width: 960px;
    margin: 60px auto 40px;
    /*background: #274296;*/
    /*background: url(../../images/fundo.jpg);*/
    background-color: #D8D9DD;
    /*background-size: 100% 100%;*/
    background-size: auto;
    /*color: #fff;*/
    color: #4378AA;
    font-size: 16px;
}
.modal-regulamento p {
    margin-top: 10px
}
.modal-regulamento a {
    /*color: #fff*/
    color: #4378AA
}
.modal-header {
    margin-bottom: 40px;
    text-align: center;
    display: inline;
}
.modal-header h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'GarageGothic Bold';
    font-weight: 400;
    font-size: 42px;
    color: #D2532E;
}
.modal-header p {
    font-weight: 400;
    font-size: 1rem;
    color: #104e89;
}
.modal-buttons {
    float: right
}
.modal-buttons .btn {
    margin-left: 20px
}

.modal .modal-conteudo .phone-modal,.modal-cad .modal-conteudo .cep-modal,.modal .modal-conteudo .regulamento-modal, .modal-acesso .modal-conteudo .login-modal, .modal-bilhete .modal-conteudo .bilhete-modal,.modal-cupom .modal-conteudo .cupom-modal, .modal-saldo .modal-conteudo .saldo-modal, .modal-campanha .modal-conteudo .campanha-modal {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    box-shadow: 0 1px 1px rgba(0,0,0,0.6);
    z-index: 100;
    padding: 48px;
    width: 500px;
    background: #fff;

    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: fixed;
    color: #104E89;	
    
}
.modal-bilhete .modal-conteudo .bilhete-modal .container,.modal-cupom .modal-conteudo .cupom-modal .container {
    max-height: 400px;
    overflow: auto;
    border: 4px solid;
    border-color: #25497D;
    background-color: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}


.modal-cupom .modal-conteudo .cupom-modal,.modal .modal-conteudo .regulamento-modal {
   width: 1200px;	
}
.modal-campanha .modal-conteudo .campanha-modal {
   width: 1000px;	
	
}
/*
.modal .modal-conteudo .regulamento-modal {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    box-shadow: 0 1px 1px rgba(0,0,0,0.6);
    z-index: 100;
    padding: 48px;
    width: 80%;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: fixed;	
    font: 15px/1.55 "Source Sans Pro",Arial,Tahoma;
    
}*/

.modal-cad .modal-conteudo .cep-modal {
	width: 60%;
}
.modal-acesso .modal-conteudo .login-modal .title,.modal-bilhete .modal-conteudo .bilhete-modal .title,.modal-cupom .modal-conteudo .cupom-modal .title,.modal-saldo .modal-conteudo .saldo-modal .title,.modal .modal-conteudo .phone-modal .title,.modal .modal-conteudo .regulamento-modal .title, .modal-cad .modal-conteudo .cep-modal .title {
    color: #f2731d;
    padding-bottom: 24px;
    font-size: 1.55em;     	
    text-align: center;
}
.modal .modal-conteudo .phone-modal ul>a, .modal .modal-conteudo .phone-modal ul>div, .modal .modal-conteudo .phone-modal ul>li {
    margin-top: 15px;
    padding-top: 15px;
}
.modal .modal-conteudo .phone-modal ul>a:first-child, .modal .modal-conteudo .phone-modal ul>div:first-child, .modal  .phone-modal ul>li:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.modal .modal-conteudo .phone-modal ul>li:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.modal .modal-conteudo .phone-modal ul li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #e2e2e2;
}
.modal .modal-conteudo .phone-modal ul li h2 {
    color: #353535;
    line-height: 1.4em;
    font-weight: 400;
    font-size: 1em;
    text-transform: none;
    font-style: normal;
    -webkit-box-flex: 1;
    flex: 1;
        
}
.modal .modal-conteudo .phone-modal ul li a {
    display: block;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-weight: 600;
    color: #353535;
}
.modal .modal-conteudo .phone-modal ul li a:hover {
    color: #f2731d;
}
.modal .modal-conteudo .phone-modal ul li a i {
    margin-right: 10px;
}

.modal-acesso .modal-conteudo .login-modal .close,.modal-bilhete .modal-conteudo .bilhete-modal .close,.modal-cupom .modal-conteudo .cupom-modal .close,.modal-saldo .modal-conteudo .saldo-modal .close,.modal-campanha .modal-conteudo .campanha-modal .close, .modal .modal-conteudo .phone-modal .close,.modal .modal-conteudo .regulamento-modal .close,.modal-cad .modal-conteudo .cep-modal .close {
    transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out, opacity .15s ease-in-out;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out,border-color .15s ease-in-out,opacity .15s ease-in-out;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: -40px;
    background: #f2731d;
    text-align: center;
    color: #fff;
}
.modal-acesso .modal-conteudo .login-modal .close:before,.modal-bilhete .modal-conteudo .bilhete-modal .close:before,.modal-cupom .modal-conteudo .cupom-modal .close:before,.modal-saldo .modal-conteudo .saldo-modal .close:before,.modal-campanha .modal-conteudo .campanha-modal .close:before,.modal .modal-conteudo .phone-modal .close:before,.modal .modal-conteudo .regulamento-modal .close:before,.modal-cad .modal-conteudo .cep-modal .close:before {
    font-size: 1.1333333333em;
    content: "close";
}
.modal-acesso .modal-conteudo .login-modal .close:hover,.modal-bilhete .modal-conteudo .bilhete-modal .close:hover,.modal-cupom .modal-conteudo .cupom-modal .close:hover,.modal-saldo .modal-conteudo .saldo-modal .close:hover,.modal-campanha .modal-conteudo .campanha-modal .close:hover,.modal .modal-conteudo .phone-modal .close:hover,.modal .modal-conteudo .regulamento-modal .close:hover,.modal-cad .modal-conteudo .cep-modal .close:hover {
    background-color: #e2e2e2;
    color: #f2731d;
}

.md-icon, .modal .box.loading .loading-box:before, .modal .close:before,.modal-cad .close:before,.modal-acesso .close:before,.modal-bilhete .close:before,.modal-cupom .close:before,.modal-saldo .close:before, .modal-campanha .close:before, input[type=checkbox]+label:before, input[type=radio]+label:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    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;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.regulamentos li {
	text-transform: uppercase;
    padding: 10px;
    margin-right: 20px;
    background-color: #492a6b;
    color: #fedd7c;
    font-weight: 700;
    float: left;
    -webkitborder-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    width: 190px;
}
.btn-regulamento{
    margin: 0px auto 20px;
    width: 400px;

}
.regulamentos li:last-child {
    margin-right: 0
}
.regulamentos li.active {
    /*background-color: #fedd7c;*/
    background-color: #274296;
    color: #fedd7c;
    /*color: #492a6b;*/
}
.regulamentos .regulamento {
    display: none;
    max-height: 500px;
    margin-bottom: 20px;
    overflow: auto;
    /*#####*/
    border: 4px solid;
    border-color: #104e89;
    background-color: #fff;
    color: #104E89;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;

}
.regulamentos .regulamento.active {
    display: block
}
@media (max-width:1151px) {
    .modal-acesso .modal-conteudo .login-modal .close,.modal-bilhete .modal-conteudo .bilhete-modal .close,.modal-cupom .modal-conteudo .cupom-modal .close,.modal-saldo .modal-conteudo .saldo-modal .close,.modal-campanha .modal-conteudo .campanha-modal .close,.modal .modal-conteudo .phone-modal .close,.modal .modal-conteudo .regulamento-modal .close,.modal-cad .modal-conteudo .cep-modal .close {
    font-size: 1.3333333333em;
    right: 0;
    top: -40px;
  }
  .modal-cupom .modal-conteudo .cupom-modal,.modal .modal-conteudo .regulamento-modal {
     width: 95%;	
  }
  .regulamentos .regulamento {
    max-height: auto;
  }
  
}

@media (max-width:767px) {

  .modal-acesso .modal-conteudo .login-modal,.modal-bilhete .modal-conteudo .bilhete-modal,.modal-cupom .modal-conteudo .cupom-modal,.modal-saldo .modal-conteudo .saldo-modal,.campanha-saldo .modal-conteudo .campanha-modal,.modal .modal-conteudo .phone-modal, .modal .modal-conteudo .regulamento-modal, .modal-cad .modal-conteudo .cep-modal {
      padding: 200px;
      width: calc(100% - 40px);
  }
  .modal-acesso .modal-conteudo .login-modal .close,.modal-bilhete .modal-conteudo .bilhete-modal .close,.modal-cupom .modal-conteudo .cupom-modal .close,.modal-saldo .modal-conteudo .saldo-modal .close,.modal-campanha .modal-conteudo .campanha-modal .close,.modal .modal-conteudo .phone-modal .close,.modal .modal-conteudo .regulamento-modal .close,.modal-cad .modal-conteudo .cep-modal .close {
    font-size: 1.3333333333em;
    width: 30px;
    height: 30px;
    right: 0;
    top: -30px;
  }
  .modal-cupom .modal-conteudo .cupom-modal,.modal .modal-conteudo .regulamento-modal {
     width: 95%;	
  }
  .regulamentos .regulamento {
    max-height: auto;
  }
}

/*------------------------------------
  Tab Vertical
------------------------------------*/
.tab-vertical .tab-vertical_nav-link {
  color: #646f79;
  font-weight: 400;
  border-radius: 0;
  padding-left: 0;
}

.tab-vertical .tab-vertical_nav-link.active {
  color: #f5821f;
  background-color: transparent;
}

.tab-vertical .tab-vertical_nav-link:hover {
  color: #f5821f;
}

@media (min-width: 768px) {
  .tab-vertical-md {
    position: relative;
    box-shadow: 26px 0 26px -12px rgba(100, 111, 121, 0.06);
  }
  .tab-vertical-md::after {
    position: absolute;
    top: 0;
    right: 0;
    width: .25rem;
    height: 100%;
    background-color: rgba(100, 111, 121, 0.09);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    content: " ";
  }
  .tab-vertical-md .tab-vertical_nav-link {
    position: relative;
  }
  .tab-vertical-md .tab-vertical_nav-link::after {
    position: absolute;
    top: 0;
    right: 0;
    width: .25rem;
    height: 100%;
    background-color: transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    content: " ";
  }
  .tab-vertical-md .tab-vertical_nav-link.active::after {
    background-color: #f5821f;
  }
  .tab-vertical-md .tab-vertical_nav-link:hover {
    color: #f5821f;
  }
}
.index-pane {
    height: 40px;
    width: 40px;
    padding: 5px;
    text-align: center; 
    border-radius: 50%;
    display: inline-block;
    color:#f5821f;
    font-size:1.3em;
    font-weight:600;
    border: 2px solid #f5821f;
    margin-bottom: 30px;
}
@media (max-width:992px) {
   .index-pane {
   	   margin-top: 30px;
   }
  
}
.title-pane {
  color: #f5821f;
}
.text-pane {
  color: #104e89;
}

.cabecalho {
    background: #23487A;
    height: 250px;
    position: relative;
}

.cabecalho .center .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
       
}
.cabecalho .center .texto {
	padding-top: 10px;
    color: #fff;
    text-align: center;
       
}

.cabecalho .center .icon img {
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.cabecalho .center {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    
    height: 100%;
    margin: 0 auto;
    clear: both;    
}

.cabecalho .center>div {
    -webkit-box-flex: 0;
    flex: 0 0 150px;
}

.cabecalho .center>div:nth-child(2) {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

@media (max-width: 1151px) and (min-width: 768px) and (orientation: landscape) {
  .center {
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
  }
}

@media (max-width: 767px) {
   .cabecalho {
       height: auto;
   }
}   

@media (max-width: 767px) {
   .cabecalho .center {
       padding-top: 30px;
       padding-bottom: 30px;
       flex-wrap: wrap;
       text-align: center;
   }
}

@media (max-width: 767px) {
   .center {
       width: 100%;
       padding-left: 20px;
      padding-right: 20px;
   }   
}
@media (max-width: 767px) {
   .cabecalho .center>div {
      -webkit-box-flex: 1;
      flex: 1 1 100%;
   }
}   
@media (max-width: 767px) {
   .cabecalho .center * {
       text-align: center;
   }
}   

@media (max-width: 767px) {
   .cabecalho .center>div:nth-child(2) {
      padding-top: 30px;
   }   
}

@media (max-width: 1151px) {
   .texto {
       font-size: 1.6em;
   }
}   
/* Subtitulo dos Cards */
.subtitulo {
  width: 100%;
}

.subtitulo div.titulo-sidebar {
    border-bottom: 1px solid #F2731D;
    margin-bottom: 20px;
}

.subtitulo div.titulo-sidebar h5 {
    color: #F2731D;
    font-size: 1.5em;
    margin: 0px;
    line-height: 40px;
}
.form-cadastro {
  background-color: #fff;	
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
}
@media (max-width: 575px) {
  .form-cadastro {
  	  margin-left: 0.8%;
  }	
}
.info-cad {
    font-size: 0.7em;
    color: #104e89;
    margin-left: 10px;
}
.info-cad p {
	margin-top: 0px;
	margin-bottom: 0px;
	
}
@media (max-width: 991px) {
  .info-cad {
    margin-left: 0px;
    padding-bottom: 100px;
  }  
}


.form-cadastro label {
	color: #104E89;
}
.custom-control-input:disabled~.custom-control-label {
   color: #104E89;
}
.link-cep {
	margin-top: 37px;
    margin-left: 10px;
}
.logo-cep {
	margin:0 auto 0 10px;
	width: 108px; 
	height:32px;
	margin-top: -5px;
	margin-left: -1px;
}
@media (max-width: 767px) {
  .link-cep {
	 margin-top: 0px;
     margin-left: 0px;
  }
  .logo-cep {
	  margin-left: 0px;
  }

}
.a-link {
    color: #f5821f;
}
.copyright {
	color: #fff;
}

.pad-top-10 {
	padding-top: 10px;
}

.pad-top-50 {
	padding-top: 50px;
}
.pad-bottom-50 {
	padding-bottom: 50px;
}
@media (max-width: 575px) {
   .pad-top-50-sm {
   	   padding-top: 50px;
   	}	
}	
.preloader-background-estrela {
    position: fixed;
    left: 0px;
    top:0px;
    margin:0px;
    width: 100%;
    height: 100%;
    display:block;
    z-index: 9999997;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity = 65);
    background: black;
    background-repeat: no-repeat;
    background-position:50% 50%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: white;
    padding-top: 25%;
}

.btn-primary {
	background-color: #104e89;
	border-color: #104e89;
}
.btn-primary:hover {
	background-color: #f5821f;
	border-color: #F5821F;
}
.btn-outline-primary {
	color: #104e89;
	border-color: #104e89;
}
.btn-outline-primary:hover {
	background-color: #104e89;
	border-color: #104e89;
}
.btn-back {
	color: #fff;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.7em;
    padding: 5px;	
}
.btn-back:hover {
   color: #fff;
   text-decoration: none;
   background-color: #F5821F;	
   border-radius: 5px;
}
@media (max-width: 767px) {
  .div-back {
     padding-left: 35%;
     padding-right: 35%;
  }
}  
.smoothscroll-top {
position:fixed;
opacity:0;
visibility:hidden;
overflow:hidden;
text-align:center;
z-index:99;
background-color:#f5821f;
color:#fff;
width:47px;
height:44px;
line-height:44px;
right:25px;
bottom:-25px;
padding-top:2px;
border-radius:5px;
transition:all .5s ease-in-out;
transition-delay:.2s;
}

.smoothscroll-top:hover {
background-color:transparent;
color:#f5821f;
transition:all .2s ease-in-out;
transition-delay:0;
}

.smoothscroll-top.show {
visibility:visible;
cursor:pointer;
opacity:0.7;
bottom:25px;
}

.smoothscroll-top i.fa {
line-height:inherit;
}
/* Barra de progresso pass
------------------------------------ */
.result {color:green; font-family:Tahoma;font-size:15px;}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* Barra de progresso pass -FIM
------------------------------------ */

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #104E89;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
     height: 300px; 
     overflow-y: scroll; 
     overflow-x: hidden;
}
.ui-autocomplete p {
	color: #104E89;
}
.ui-autocomplete p:hover {
	color: #FFF;
	text-decoration: none;
}
.ui-autocomplete li:hover {
	color: #fff;
	background-color: #F5821F;
}
.dropdown-menu {
	text-align: center;
	font-size: 0.90rem;
}
.dropdown-item:active {
   background-color: #f5821f;
}

/* Styles da Campanha */
#principal .logo-promo {
    position: relative;
    /*width: 80%;*/
    width: 100%;
    height: 400px;
}
#como-participar .section-header {
	width: 400px;
    margin: 35px auto;
}
#como-participar .section-header h2{
    color: #00A910;
}
.box-step{
	width: 130%;
	height: auto;
	border-radius: 50px;
	background-color: #003260;
	margin-bottom: 20px;
}

/*
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #F5821F;
    text-decoration: none;
    background-color: #F5821F;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
*/