/*
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    margin-top: 0px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    padding: 100px 0;
}

.image-bg-fixed-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

.verao_wrapper a
{

    color:#c4dcbd;
}


.verao_faqs a
{

    color:#fff;
}

section {
    padding: 10px 0;
}

.resultado section  {
    padding: 10px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 30px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}

.map-frame {
    width: 100%;
    height: 100%;
    position: relative;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
    height: 104px;
    background-color: #c4dcbd!important;
}

.centrar {
  display: table;
  margin: 0 auto;
}

.btn-primary {
    color: #fff!important;
    background-color: #10B9D6;
    border-color: #10B9D6;
    margin-bottom:5px;
}

.btn-primary2 {
    color: #000!important;
    background-color: transparent;
    border-color: #10B9D6;
    margin-bottom:5px;
}

.btn-primary3 {
    color: #000!important;
    background-color: transparent;
    border:1px solid #10B9D6;
    margin-bottom:5px;
    padding:10px;
}

.btn-primary:hover {
    color: #fff!important;
    background-color: #0d9eb7;
    border-color: #0d9eb7;
}

.btn-primary:focus{
    color: #fff!important;
    background-color: #0d9eb7;
    border-color: #0d9eb7;
}

.btn-primary:active{
    color: #fff!important;
    background-color: #0d9eb7;
    border-color: #0d9eb7;
}

.btn-primary2:hover {
    color: #fff!important;
    background-color: #10B9D6;
    border-color: #10B9D6;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #10B9D6;
    border-radius: 10px;
}

.wide { 
    text-align:left;
    font-weight:bold;
    background:#c4dcbd;
    margin-bottom: 30px;
    width: 100%;
    height: 5px;
    
background: rgba(242,246,248,0.3);
background: -moz-linear-gradient(left, rgba(242,246,248,0.3) 0%, rgba(191,226,246,0.3) 33%, rgba(191,226,246,0.3) 73%, rgba(224,239,249,0.3) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,246,248,0.3)), color-stop(33%, rgba(191,226,246,0.3)), color-stop(73%, rgba(191,226,246,0.3)), color-stop(100%, rgba(224,239,249,0.3)));
background: -webkit-linear-gradient(left, rgba(242,246,248,0.3) 0%, rgba(191,226,246,0.3) 33%, rgba(191,226,246,0.3) 73%, rgba(224,239,249,0.3) 100%);
background: -o-linear-gradient(left, rgba(242,246,248,0.3) 0%, rgba(191,226,246,0.3) 33%, rgba(191,226,246,0.3) 73%, rgba(224,239,249,0.3) 100%);
background: -ms-linear-gradient(left, rgba(242,246,248,0.3) 0%, rgba(191,226,246,0.3) 33%, rgba(191,226,246,0.3) 73%, rgba(224,239,249,0.3) 100%);
background: linear-gradient(to right, rgba(242,246,248,0.3) 0%, rgba(191,226,246,0.3) 33%, rgba(191,226,246,0.3) 73%, rgba(224,239,249,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=1 );
}

.wide2 { 
    text-align:left;
    font-weight:bold;
    background:#c4dcbd;
    margin-bottom: 0px;
    width: 100%;
    height: 20px;
}


.container2 {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #10B9D6;
    border-color: #10B9D6!important;
}


.panel-default {
    border-color: #ffffff;
    border:none;
}

.cbp-popup-singlePage .cbp-popup-next {
    background: url(../img/cbp-sprite.png) no-repeat scroll -46px -92px transparent;
    width: 44px;
    height: 44px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 108px;
}

.triangulo{
     width: 0;
     height: 0;
     border-right: 20px solid transparent;
     border-top: 20px solid #c4dcbd;
     border-left: 20px solid transparent;
     border-bottom: 20px solid transparent;
}


.headerverao a {
    color: #10B9D6;
    text-decoration: none;
}

.headerverao a:hover {
    color: #1d3e75;
    text-decoration: none;
}



.tabs a {
    color: #fff!important;
    text-decoration: none;
}

.tabs a:hover {
    color: #fff!important;
    text-decoration: none;
}

.links a {
    color: #10B9D6!important;
    text-decoration: none;
}

.links a:hover {
    color: #0d9eb7!important;
    text-decoration: none;
}

.btn-info {
    color: #fff!important;
    background-color: #c4dcbd;
    border-color: #c4dcbd;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 5px 16px;
    font-size: 14px;
    font-family: "Roboto";
    line-height: 1.3333333;
    border-radius: 6px;
}



.fundo2{
    background-color: #f4f4f4;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
}

.active{
    display:none;

}

.texto-botao h3{
    margin-top: 0px!important;
    text-align: center;
    font-size: 20px!important;
    }



@media (min-width: 480px) {

    .botao_verao{
        width: 50%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        }

    .texto-botao h3{
        margin-top: 0px;
        text-align: center;
        }
}

@media (max-width: 480px) {

    .botao_verao{
        width: 20%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        margin:auto;
        }
}

@media (min-width: 768px) {

    .botao_verao{
        width: 25%!important;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        }
}


.image {
  display: block;
  width: 100%;
  height: auto;
  margin-left:10px;
  margin-right:10px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.container:hover .overlay {
  opacity: 0.5;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.table .btn {
    margin-top: 2;
    margin-left: 0;
    margin-right: 4px;
}

.btn-info {
    color: #fff!important;
    background-color: #c4dcbd;
    border-color: #c4dcbd;
}

.btn-info:hover {
    color: #fff!important;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-info:focus {
    color: #fff!important;
    background-color: #aaa;
    border-color: #aaa;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px transparent;
    text-align: center!important;
}

.table-io td{

    border: 1px solid #CCC;
    background-color: #fff;
    color:#999;
    vertical-align: middle!important;
    text-align: center;
    margin-top:10px;
}

ul, ol, dl {
    font-size: 14px!important;
    line-height: 1.6!important;
    margin-bottom: 1.25rem!important;
    list-style-position: outside!important;
    font-family: inherit!important;
}

ul {
    margin-left: 5rem;
}
