.hr-pequeno {
    margin-bottom: 5px;
    margin-top: 5px;
}

h1.titulo-login  {font-size:20px; color:#606A63;}

#login { text-align:center; margin: 0 auto; width: 250px;
}
	
.jumbotron {
    padding-bottom: 0px;
    }
.jumbotron {
    background-color: transparent;
    color: inherit;
    margin-bottom: 30px;
    padding-bottom: px;
    padding-top: 60px;
}
.form-control-login {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  text-align:center;
  line-height: 1.42857143;
  color: black;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(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-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: black;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: black;
}
.form-control::-webkit-input-placeholder {
  color: black;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: black;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}

.base {    
    margin: 13px;
}

.botaoInicial {
  padding: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.botaoInicial img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.botaoInicial:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.observacao{
     font-size: 12px;
     font-weight: initial;
}

.titulo{
        font-size: 25px;
        font-weight: bold;
        color: white;
        margin: 0px;
}

.subtitulo{
        font-size: 20px;
        font-weight: bold;
        color: white;
        margin: 0px;
}

/* NOVO
/*
 * 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)
 */

.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('/img/bg-home.jpg') no-repeat center center scroll;
    padding: 65px 0;
}

.image-bg-fixed-height {
	background: url('/img/bg-home.jpg') no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 3px 0;
}

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

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

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

footer {
    margin: 50px 0;
}

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

    .section-heading {
        font-size: 2em;
    }
}
 .cssTituloMedio {
    margin-top: 10px;
    text-align: center;
    font-size: clamp(4em, 2em + 2.5vw, 2.5em);
    font-family: "Interstate-Black-Condensed";
    margin-bottom: 5px;
}
.cssTituloSubMedio {
    margin-top: 10px;
    text-align: center;
    font-size: clamp(2.5em, 1em + 2.5vw, 1.5em);
    font-family: "Interstate-Black-Condensed";
    margin-bottom: 5px;
}