/* your styles go here */
.margin-bottom {
  background-color: rgba(0, 0, 0, 0.4);
}

.panel-group .panel + .panel {
    margin-top: 20px;
}

.tab-content{color:#666;}

.panel-group .panel {
    margin-bottom: 0;
}
.panel-group .panel a:hover,
.panel-group .panel a:focus {
  color: #31424a;
}
.panel-default {
    border-color: #cad4d7;
}

.panel-default > .panel-heading {
    color: #344953;
    background-color: #dfe7ea;
    border-color: #b9c6cb;
 }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cad4d7;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

h4, .h4 {
    font-weight: 500;
}

.nav-pills {
  border-bottom: 1px solid #455d67;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #62808a;
}

.nav-pills a {
    color: #2d414b;
    text-decoration: none;
}

.heading{color:#31424a;}

.heading::after {
    background: #1f2d33;
}

.background-gray-lightest {
    background: #d7e0e3;
    color:#31424a;
}

.post h3 a {
    color: #2d414b;
}

.btn-ghost {
    color: #4e6872;
    background-color: transparent;
    border-color: #4e6872;
}

.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active, .btn-ghost.active, .open .dropdown-toggle.btn-ghost {
    color: #fff;
    background-color: #1f2d33;
    border-color: #4e6872;
}

.footer__block {
    background: #4e6872;
    padding: 40px 0;
}
.footer__copyright {
    background: #1f2d33 !important;
    color: #ccc;
    padding: 20px 0;
    font-size: 12px;
    line-height: 28px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.footer__block h4 {
    font-size: 18px;
    color: #fff;
}
.footer__block p {
    color: #c9dde7;
}
.footer__block p a {
    color: #fff;
}

p.social a {
    border: solid 1px #fff;
    background-color:#3a505a;
}
p.social a:hover {
    color: #fff;
    background-color:#1f2d33;
    border-color: #fff;
}
.btn-rodape {
    color: #fff;
    background-color: #3a505a;
    border-color: #fff;
}
.btn-rodape .badge {
  color: #ffffff;
  background-color: #3a505a;
}
.btn-rodape:hover,
.btn-rodape:focus,
.btn-rodape:active,
.btn-rodape.active {
  background: #1f2d33;
  color: #ffffff;
  border: solid 1px #fff;
}


@media (min-width: 768px) {
    
    /*.main-jumbotron {
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        text-align: center;
        background-size: cover;
        width:100%;
        background: url('../img/banner2.jpg') center center no-repeat;
    }*/
}

/* Páginas Modal */

.modal-title{font-size:1.4em;}

.modal-header {
    border-bottom: 1px solid #212e35;;
    background-color:#3b515b;
}

.modal-title{
    color:#fff;
}

.close {
    color: #fff;
}

.close span{
    color: #fff;
}

blockquote {
  border-left: 5px solid #3b515b;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}


.form-group label{margin:0 0 0 2px;}
.form-group .control-label{display: block;}
.form-group .radio-inline{margin-top: 5px;}

.row .btn{float: right;margin-right: 10px;}

.carousel-control {
  padding-top:10%;
  width:5%;
}

.well {
 
  background-color: #D7E0E3;
 
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
  background-image: none;
  border:0;
}

.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}

.carousel-control {
  padding-top: 5%;
  width: 5%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 80px;
  color: #1F2D33;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  opacity: .7;
  background:none;
}

.carousel-control:hover {
  color: #1F2D33;
  background:none;
}

.carousel-control.right, .carousel-control.left {
  background-image:none !important;
  border:0;
}

.carousel-control.right:hover, 
.carousel-control.left:hover {
  background-image:none;
  border:0;
}

.carousel-inner {
    position: relative;
    width: 98%;
    overflow: hidden;
    left: 1%;
}

/* Telefones em paisagem e abaixo */
 @media (max-width: 320px) { 
   .carousel-control.right {
        right: -5px;
    }
    .carousel-inner {
        width: 100%;
        left: 0;
    }
 }

@media (min-width: 321px) and (max-width: 360px) { 
    .carousel-control.right {
        right: -10px;
    }
    .carousel-inner {
        width: 100%;
        left: 0;
    }
 }
 
 @media (min-width: 361px) and (max-width: 480px) { 
    .carousel-inner {
        width: 100%;
        left: 0;
    }
 }
 
/* Telefones em paisagem a tablet em retrato */
@media (min-width: 481px) and (max-width: 640px) {
   .carousel-inner {
        width: 100%;
        left: 0;
    }
}
 
 @media (min-width: 641px) and (max-width: 767px) {
   .carousel-inner {
        width: 98%;
        left: 1%;
    }
}
 
/* Tablet em retrato a paisagem e desktop */
@media (min-width: 768px) and (max-width: 979px) {
   .carousel-inner {
        width: 96%;
        left: 2%;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
  
}
 
/* Desktop grande */
@media (min-width: 1200px) {
    /* estilos aqui */
}