
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #fdcc52;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #1a304c;
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav.interno {
    background: #002f5e;
}
header.masthead.interno:before {
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/bg-header.jpg);
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}
#mainNav.interno .navbar-brand img{
	height:77px;
}
#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #ffffff;
  border-color: #fff;
}

#mainNav .navbar-nav > li > a {
  font-size: 15px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
#mainNav.interno .navbar-nav > li > a{
  font-weight:
  bold;
  color: #ffffff;
}
#mainNav.interno .navbar-nav > li.active > a,
#mainNav.interno .navbar-nav > li > a:hover{
  color: #488cde !important;
}
#mainNav .navbar-nav > li.login> a {
	color:#f5eb24;
	border-radius:4px;
	border:solid 2px #f5eb24;
	padding: 5px 10px;
}
#mainNav .navbar-nav > li.login:hover> a {
	color:#f5eb24;
	background:#254367;
}
#mainNav .navbar-nav > li > a.active {
  color: #fdcc52;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}


section.features h2{
    text-transform: uppercase;
    color: #25466d;
    font-size: 28px;
    margin-top: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
}


@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #25466d;;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color:#25466d;;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #152c4e;
  }
  #mainNav.navbar-shrink.interno{
	  background:#fff !important;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }

  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52 !important;
  }
}

header.masthead {
    position: relative;
    width: 100%;
    color: #fff;
    /* background: url("../img/bg-header.jpg"); */
    /* filter: grayscale(1); */
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:600;
}
header.masthead .header-content h1 span{
	color:#f5eb24;
}
header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}
.breadcrumbs a {
    color: #fff;
}


 header.masthead {
   height: 100vh;
   min-height: 775px;
   padding-top: 0;
   padding-bottom: 0;
 }
 header.masthead.interno{
   min-height: auto !important;
   height: 206px;
   padding-top: 64px;
   background-position:0px -80px;
   position: relative;
 }
    header.masthead.interno h1 {
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        font-size: 30px;
        margin-bottom: 0px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 600;
    }
        header.masthead.interno h1 a {
            float: left;
            font-size: 20px;
            margin: 5px 5px 0px 0px;
            color: #fff;
        }
 header.masthead.interno p{
	  margin:0px;
 }
 header.masthead .header-content {
   margin-bottom: 0;
   text-align: left;
 }
 header.masthead .header-content h1 {
   font-size: 40px;
 }
 header.masthead .device-container {
   max-width: 325px;
 }
@media (max-width: 768px) {
header.masthead.interno {
padding-right:20px;
padding-left:20px;
    height: 240px;
}
header.masthead.interno h1{
	font-size:16px;
}
header.masthead.interno p {
    font-size: 11px;
}
header.masthead.interno h1 a {
    font-size: 13px;
}
.breadcrumbs a,
.breadcrumbs span{
    font-size: 11px;
}
header.masthead {
  padding-top:150px;
  height:auto;
  padding-bottom:100px;
}
#mainNav.interno .navbar-toggler {
    color: #2e537f;
    border-color: #2e537f;
}
}

section.download {
  position: relative;
  padding: 0px 0;
  background:url('../img/bg-amarelo.jpg') no-repeat;
}
section.download .row {
  min-height:731px;
}
section.download h2 {
  text-transform:uppercase;
  color:#25466d;
  font-size: 28px;
  margin-top: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
}
section.download h2  span{
	color:#1a4c86;
	display:block;
}
section.download h3 {
  font-size: 30px;
  color:#000;
}
section.download ul{
	padding:0px;
	width:100%;
	display:inline-block;
	border-radius:4px;
	border:solid 2px #474747;
}
section.download ul li{
	text-align:left;
	list-style:none;
	padding:10px;
	font-weight:600;
	border-bottom:solid 2px #474747;
}
section.download ul li:last-child{
	border:none;
}
section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}



section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
    text-transform: uppercase;
    color: #25466d;
    font-size: 20px;
    margin-top: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
}
section.features .feature-item p{
	font-size:15px;
}
section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding:50px 0;
  background-image: url("../img/bg-contato.jpg");
  background-position: center;
  background-size: cover;
}
section.cta hr {
    border-color: #fff;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
    text-transform: uppercase;
	color:#ede23e;
    font-size: 28px;
    margin-top: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
}
section.cta .cta-content {
	color:#fff;
}
section.cta .cta-content p{
	margin-bottom:0px;
}
@media (max-width: 768px) {
	section.download .row{
		padding-top:50px;
		min-height: 500px;
	}
	section.download h2,
	section.download p{
		text-align:center;
	}
	.navbar-collapse{
		margin-top:20px;
		border-top:solid 1px #375984;
		padding:20px 0px;
	}
	section.download .badges .badge-link{
		display:inline-block;
		width:49%;
	}
	section.download .badges .badge-link img{
		width:100%;
	}
}


section.highlight {
  text-align: center;
  background:url('../img/bg-high.png');
}
section.highlight img{
	height:90px;
}
section.highlight h3{
    text-transform: uppercase;
    color: #ede23e;
    font-size: 25px;
    margin-top: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
}
section.highlight p{
	color:#fff;
}
section.highlight ul.list {
  margin-bottom: 0;
}

section.highlight ul.list li{
  font-size: 40px;
  line-height: 80px;
  display: block;
  color: white;
  border-radius: 100%;
}


footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #fff;
}

footer p {
  text-transform:uppercase;
  color:#000;
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: #000;
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}
@media (max-width: 768px) {
	section.features .feature-item{
		    padding-top: 10px;
    padding-bottom: 10px;
	}
	section.highlight ul.list{
		display:block !important;
	}
	footer{
		padding:10px 10px;
	}
	footer  img{
		margin-bottom:10px;
		height:30px;
	}
}
.bg-primary {
  background: #fdcc52;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdcc52), to(#fdc539));
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  letter-spacing: 2px;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}
.btn-primary {
    color: #fff;
    background-color: #0a71a9;
    border-color: #0a71a9;
}
.btn-primary:hover{
    background-color: #0a5680;
    border-color: #0a5680;
}
.btn-warning{
	color:#376193;
	border-color:#ede23e;
	background:#ede23e;
}
.btn-warning:hover{
	color:#376193;
	border-color:#edcb2c;
	background:#edcb2c;
}
.modal .close{
	margin: -33px -15px 0px 0px;
}
.modal h1{
	text-transform: uppercase;
    color: #0a3e68;
    font-size: 21px;
    margin-top: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
    border-bottom: solid 3px #0a3e68;
    margin-bottom: 20px;
    padding-bottom: 6px;
    display: inline-block;
}
.modal .col-img{
	background-size:cover !important;
}
.modal .col-content{
	 padding:40px 40px 40px 30px;
}

.content.interno{
	overflow:auto;
	padding: 50px 0px;
	min-height: calc(100vh - 440px);
	background: #fafbfd;
}
.content.interno .header-content h1{
	display:inline-block;
	margin-bottom:50px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#335b8a;
	border-bottom:solid 5px #335b8a;
	font-size:30px;
	font-weight:bold;
}
.content.interno .card {
        border: none;
        box-shadow: 0px 0px 5px #e3e7ea;
        margin-top: 15px;
}
.content.interno .card  h3{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#376193;
}
.content.interno .card p{
	font-size:12px;
	color:#818bae;
	margin-bottom:0px;
}
.content.interno .table-responsive {
	padding:20px;
	background:#fff;
	box-shadow: 0px 0px 5px #bccbea;
	border-radius: 4px;
}
.content.interno .table-responsive *{
	color:#818bae;
}
.content.interno .table-responsive table,
.content.interno .table-responsive table td,
.content.interno .table-responsive table th{
	text-align:center;
	border-color:#eaf0f7
}
.content.interno .table-responsive table th,
.content.interno .table-responsive table td{
	border-top:none;
	border-left:none;
}
.content.interno .table-responsive table th{
	color:#376193;
	background:#f1f5fa;
}
.content.interno .table-responsive table tr:first-child td{
	border-top:solid 1px #eaf0f7;
}
.dataTables_filter input,
.dataTables_length select{
	border:solid 1px #eaf0f7 !important;
}
table.dataTable thead th, table.dataTable thead td,
table.dataTable.no-footer{
	border-bottom: none !important;
}
.dataTables_wrapper .dataTables_paginate {
	margin-top:10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	border:solid 1px #dee2e6 !important;
	padding:5px 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color:#fff !important;
	background:#335b8a !important;
}
.content.interno .badge {
	line-height:normal !important;
	padding:3px 10px;
}
.content.interno .badge {
	line-height:normal !important;
	padding:3px 10px;
}
.content.interno .btn-danger{background:#f1646c; border-color:#f1646c;}
.content.interno .btn-warning{color:#fff;background:#f3c74d; border-color:#f3c74d;}
.content.interno .btn-success{background:#1ecab8; border-color:#1ecab8;}
.content.interno .btn-info{background:#4ac7ec; border-color:#4ac7ec;}
.content.interno .btn-primary{background:#2b4769; border-color:#2b4769;}

.content.interno .btn:hover{
	opacity:0.8 !important;
}
.input-valor{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align:center;
	font-weight:bold;
	max-width:300px; 
	font-size:30px; 
	color:#335b8a;
}
table.dataTable  td .btn i{
	color:#fff !important;
}
.text-warning{
	color:#f37c4d !important;
}
.badge-danger{
	background:#f1646c;
}
.badge-info{
	background:#4ac7ec;
}
.badge-warning{
	color:#fff;
	background:#f3c74d;
}
.badge-success{
	background:#1ecab8;
}
@media (max-width: 768px) {
	.input-valor{
		max-width:none;
	}
	.content.interno .btn{
		width:100%;
		margin-bottom:10px;
	}
	.content.interno .header-content h1{
		width:100%;
		text-align:center;
		padding-bottom:10px;
		margin-bottom: 18px;
	}
}
.tabela-ticket {
border:solid 1px #eee !important;
}
.tabela-ticket th {
    color: #fff !important;
    background: #376193 !important;
    border: none !important;
}
.tabela-ticket th:first-child {
    text-align:left !important;
}
.tabela-ticket td{
    border:none !important
}
.tabela-ticket tr:nth-child(even) td{
    background: #fafbfd !important
}

    .tabela-ticket tr.active td {
        color:#fff !important;
        background: #fb7f31 !important;
    }

    .tabela-ticket td input[type="radio"] {
        display: none !important;
    }
    .tabela-ticket td i {
        float: left;
        margin: 5px;
        color: #fff !important;
        display: none !important;
    }

    .tabela-ticket tr.active td i {
       display: block !important;
    }
    .tabela-ticket tr.active td span {
        color: #fff !important;
    }
    .tabela-ticket td .icon{
        overflow:hidden;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 60px;
    }
        .tabela-ticket td .icon img {
            width: calc(100% - 10px);
        }

        .tabela-ticket td:first-child {
            text-align: left !important;
        }
.buttons-creditos a.active {
    background: #fb7f31 !important;
    border-color: #fb7f31 !important;
}