*{
    /*border: 1px solid grey;*/
}

  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-size: 12px;
  }

  main {
    flex: 1 0 auto;
  }

.limpar{
    clear: left;
}

/* Cabeçalho */
nav{
    /* min-height: 60px; */
    height: auto !important;
}
.cab {
    background-color: white /*#F5F5F5*/ ;
    /* min-height: 60px; */
    height: auto !important;
}



/* Logo */
.cab .logo {
    height: 150px;
}
.cab .logo a {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 150px;
    background: url("../img/logomarca.jpg") center center no-repeat;
    background-size:210px;
}

/* Menu */
.menu {
    background: linear-gradient(to bottom, #8FA6BB, #6C759E );
    height: 60px;
}
.menu a {
    color: white;
    font-weight: bold;
    display: inline-block;
}
.menu a:hover {
    background: linear-gradient(to bottom, #BDD230, #959B68 );
}
.nav-mobile-link {
    font-size: 1em;
    padding: 0px 13px;
}

/* Banner */
.sliderbk {
    background: #6D779F;
}
.slides .sombra{
    background: #8FA6BB;
    opacity: 0.8;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.slider{
    margin-bottom: 10px;
}
.slider .slides li .caption {
  top: 0%;
} 

/**/
.titulo{
    text-align: center;
    font-size: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
} 
.titulo2 {
    text-align: center;
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;    
    border-top: 1px solid grey;
}
.autor{
    font-size: 2em;
    font-weight: bold;
}

/* Card */
.card-reveal p {
    text-align: justify;
}

/* Paralax */
.parallax-container {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.parallax-container .sombra {
    background: white;
    opacity: 0.7;
    padding: 10px;    
}

/* NewsLetter */
.botaonews{
    background: #AEC538;
}

/* Rodapé */
.rodapelink a {
    padding: 10px 20px;
    display: inline-block;
    color: white;
}
.texto{
    text-align: justify;
    line-height: 180%;
}

.mensagem {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.mensagem i {
    padding-right: 5px;
}

nav ul li ul {
    width: 200px !important;
    top: 50px !important;
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 30px !important;
    line-height: 1rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}
.dropdown-content li > a, .dropdown-content li > span {
    font-size: 12px;
    color: #000;
    display: block;
    line-height: 12px;
    padding: 5px 16px;
}
[type="checkbox"]:checked + label:before {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid black;
    background-color: #CCC;
    background-image: url("../img/x.png");    
    background-position: center center;
    z-index: 0;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    top: 0px !important;
    left: 0px !important;
    width: 20px !important;
    height: 20px !important;    
}


nav {
    min-height: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 40px !important;
    line-height: 40px !important;
}
select {
    border: 1px solid grey !important;
    margin-top: 2px !important;
    height: 2.1rem;
}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    border: 1px solid grey !important;
    margin-top: 2px !important;
    height: 2rem;
}
.input-field.col label {
    color: black !important;
}
select option, select {
    font-size: 1rem !important;
}

/* Para Layouts ate 1200px */
@media only screen and (max-width: 1200px) {
  .container {
    width: 95%;
  } 
}

table input {
    margin: 0 0 0px 0 !important;
    text-align: right;
}
td, th {
    padding: 2px 2px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

.select-wrapper input.select-dropdown {
    height: 2rem !important;
}
.select-wrapper + label {
    top: 10px !important;
}


nav ul a {
    padding: 0 8px !important;
    font-size: 0.9rem;
}
.dropdown-content li > a, .dropdown-content li > span {
    line-height: 40px;
}
i.right {
    float: right;
    margin-left: 2px;
}

/* Para Layouts ate 900px */
@media only screen and (max-width: 900px) {

    .cab {
        background-color: white;
        min-height: 120px;
    }
    .cab .logo {
        height: 120px;
    }
    .cab .logo a {
        display: inline-block;
        text-align: center;
        width: 100%;
        height: 120px;
        background: url("../img/logomarca.jpg") center center no-repeat;
        background-size: 130px;
    }  
    .menu-icone{
        color: #50487D
    }
    .social-mobile {
        display: inline-block;
        width: 33%;
        float: left;
        
    }
    /*
    .slider .slides li .caption {
      top: 30%;
    }   
    */      
    .parallax-container h1 {
        font-size: 3em;
    }
}

/* Para Layouts ate 600px */
@media only screen and (max-width: 600px) {
  
    .cab {
        background-color: white;
        min-height: 110px;
    }
    .cab .logo {
        height: 110px;
    }
    .cab .logo a {
        display: inline-block;
        text-align: center;
        width: 100%;
        height: 90px;
        background: url("../img/logomarca.jpg") center center no-repeat;
        background-size: 110px;
    }  
    .social a img {
        width: 32px;
    } 
    .numeros .col{
        height: 200px;
    }   
    /*
    .slider .slides li .caption {
      top: 30%;
    } 
    */
    .slider .slides li .caption h3 {
        font-size: 1.5em;
    } 
    .slider .slides li .caption h5 {
        font-size: 1.1em;
    }   
    .botaonews {
        margin-top: -3px;
    }  
    .parallax-container h1 {
        font-size: 2em;
    }                        
}