/* 
    Created on : 26/fev/2019, 22:40:44
    Author     : fernandasousa
*/

/*-----------------------------------------------------------------------------------------------*/
/*                                              Styles                                           */
/*-----------------------------------------------------------------------------------------------*/
.w-padding-top{padding-top:150px!important}
.w-padding-t{padding-top:100px!important}
.w-padding-B {padding-bottom: 20px}
.w-padding{padding-left: 30px!important; padding-right:25px!important;}

.w-margin-bottom{margin-bottom:32px!important}

.w-position{padding-left:5px; float:left}
.w-display-bottomleft{position:relative;left:0;bottom:0}
/* tamanho imagens  e Imagens*/
.w-logo-10{max-width:10%;height:auto}
.w-logo-20{max-width:20%;height:auto}
.w-logo-25{max-width:25%;height:auto}
.w-logo-30{max-width:30%;height:auto}
.w-logo-40{max-width:40%;height:auto}
.w-logo-50{max-width:50%;height:auto}
.w-logo-60{max-width:60%;height:auto}
.w-logo-70{max-width:70%;height:auto}
.w-logo-80{max-width:80%;height:auto}
.w-logo-90{max-width:90%;height:auto}
.w-logo-95{max-width:95%;height:auto}
.w-logo-100{max-width:100%}
.imgTexto{max-width: 100%; height:auto}

.w-titulo{font-weight: bold; font-size:10vw}
.endereco{font-size: small; font-style: normal; padding-left:30px}
/* botão pesquisa */
.w-fa{max-width:5%;height:auto}
/*------------*/
.w-email{text-decoration: none}
/* unvisited link & visited link */
.w-email:link, w-email:visited{color:white;}
/* mouse over link */
.w-email:hover {color: #4CAF50;}
/* selected link */
.w-email:active {color:#4CAF50;}
/*------------*/
.w-caminho{text-decoration: none;}
/* unvisited link & visited link */
.w-caminho:link, w-caminho:visited{color: #ccc}
/* mouse over link */
.w-caminho:hover {color:#95d097}
/* selected link */
.w-caminho:active {color:#95d097}

/*------------*/
.legenda{text-decoration: none; color:#0066cc}
/* unvisited link & visited link */
.legenda:link, legenda:visited{color:#0066cc}
/* mouse over link */
.legenda:hover {color:#4CAF50}
/* selected link */
.legenda:active {color:#4CAF50;}
/*------------*/
.w-link{text-decoration: none; color: #666666; background-color: #f2f2f2}
/* unvisited link & visited link */
.w-link:link, w-link:visited{color:#666666}
/* mouse over link */
.w-link:hover {color:#4CAF50}
/* selected link */
.w-link:active {color:#4CAF50;}



.w-lista{list-style-type: circle; margin:0; padding:15px}
.w-lista-none{list-style: none; margin:0; padding:5px}
.ul-horiz{list-style: none; margin:0; padding:5px; font-size: x-small}
.ul-horiz li{display: inline}



.ul-caminho{list-style: none; margin:0; padding:5px; font-size: xx-small; }
.ul-caminho li{display: inline; padding-top: 24px!important}

/* email da Newsletter*/
.w-button{color:white; border:0;background-color: #4CAF50;cursor:pointer;}
.w-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   

.w-button:hover{background-color: #cccccc;color:#333333;}
.alert{text-align:center;padding:5px;background-color: #4CAF50;color: white;margin-bottom: 5px;display:none;}

.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}
.w-span{padding-left: 40px;color: #4CAF50;}
input[type=email] {width: 40%;}

.w-tip::before{content: url('../img/dino5.png');display: inline;}
.w-tip1::before{content: url('../img/r-w.png');display: inline;}

.w-ul-green{list-style-type:circle;padding:0;margin:0px; margin-left:50px;}
.w-ul-green li{padding:8px 16px;}
.w-padbottom{padding-bottom: 20px!important}

.tiny-url{font-size:6px}

.w3-display-lefta{position:absolute;top:95%;left:0%;transform:translate(0%,-95%);-ms-transform:translate(-0%,-95%)}

.w3-smallCaps{font-variant:small-caps}

/* ------------------------------ */

.accordion {
    cursor: pointer;
    display:inline-block;
    width: 100%;
    text-align: left;
    transition: 0.4s;
}
.active, .accordion:hover {
    background-color: #ccc; 
}
.panel {
    cursor:auto;
    color:#000;
    display: none;
    background-color: #fff;
    overflow: hidden;
    margin:0;
    padding: 0;
}
/* ---------- ID's ----------- */

#googleMap {max-width:100%;height:510px}
#theDate {display: none;}


.tabela {
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
}

.tabela td, .tabela th {
  border: 1px solid #ddd;
  padding: 4px;
}

.tabela tr:nth-child(even){background-color: #f2f2f2;}
.tabela tr:first-child{font-weight: bold}

.tabela tr:hover {background-color: #ddd;}

.tabela th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  background-color: #4CAF50;
  color: white;
}
 