/* Configurações gerais -----------------------------------------------------*/

.klma_cor{
  color: #B60505 !important;
}

/* Configurações gerais fim  ------------------------------------------------*/

/*--------------------- contato.php início ----------------------------------*/

.mapa{
  margin-top: 2cm;
/*  margin-left: 15cm; */
/*   margin-right: 15cm; */
}

.whatsapp{
  background: url(../img/whatsapp.png) 0 0 no-repeat center center;
}

.whatsapp a{
  color: #06A91D; 
  font-weight: bold;
}

.whatsapp a:hover{
  color: #06A91D; 
  font-weight: bold;
}


/*--------------------- contato.php fim ----------------------------------*/

/*

/* Fixed sidenav, full height */
.sidenav {
  height: 150px;
  width: 200px;
  /* position: fixed; */ 
  z-index: 1;
  /* top: 0; */
  left: 0;
  
 /*
  background-color: #111#0EF0D5FF  */

  overflow-x: hidden;
  padding-top: 5px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  /* padding: 4px 8px 6px 16px; */
  padding: 0px 8px;
  text-decoration: none;
  font-size: 20px;
  color: #100AF4;
  /* color: red; */
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over 
.sidenav a:hover, .dropdown-btn:hover {
   color: #2088f6ff; 
}
*/

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  /* padding: 0px 10px; */
}

/* Add an active class to the active dropdown button */
.active {
  background-color: green;
  /* background-color: #0000FFFF; */ 
  color: white;
}

.dropdown-item{
  text-primary;

}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #00fcff;
  padding-left: 28px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  /* .sidenav {padding-top: 15px;} */
  .sidenav a {font-size: 18px;}
}

/*----------------------------------------------------
index-cover
----------------------------------------------------*/
body{
  height: 100%;
}

#tudo{
  height: 100%;
  min-height: 100%;
  position: relative;
}

.nelson_footer{
  position: absolute;
  bottom: 0;
}

.pg_index{
  position: relative;
  min-height: 100%;
}

.index_cover{
 
  max-width:100%;
  height:auto;
  margin-top: 60px;
  opacity: 1;
  background-image: url(../img/light_sea.jpg);
  /* background-attachment: fixed;*/
  background-size: 100%;
  background-position: top center ;
  background-repeat: no-repeat;
  
}

.index_cover:hover {
	opacity: 1;
}
/*----------------------------------------------------
div#responsive-imgs {
}
div#responsive-imgs img {
  display: block;
  margin: 5px auto;
  max-width: 100%;
}
----------------------------------------------------*/
  .fnt_serif {
    font-family: "Times New Roman", Times, serif;
  }

  .titulo-principal, .h1{
    font-size: 70px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 20%;
    max-width: 100%;
  }

.titulo-secundario{
    font-size: 50px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 20%;
    max-width: 100%; 
    /* text-align: text-align; */
  }

  .titulo-terciario, .a{
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-bottom:  170px;
    max-width: 100%; 
  }


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .titulo-principal, .h1{
      font-size: 35px;
     
    }

    .titulo-secundario{
      font-size: 15px;
      
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    /*
    p{
        font-size: 12px;
    }
    */
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    /*
    p{
        font-size: 14px;
    }
    */
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /*
    p{
        font-size: 9px;
    }
    */
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
     .titulo-principal, .h1{
      font-size: 35px;
     
    }

    .titulo-secundario{
      font-size: 15px;
      
  }
}


/*----------------------------------------------------
contato.php
----------------------------------------------------*/


/*
.whatsapp dd{
  color: black;
  font-weight: normal;
}

.fa-whatsapp {
  color: #06A91D; 
  font-weight: bold;
}

*/

/*----------------------------------------------------
servicos.php
----------------------------------------------------*/

.servicos{
  padding-top: 10px;
  margin: 0 auto;
  /* color: #6B0202; */
  color: black;
  background: url("img/fundo_azul.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*----------------------------------------------------
produtos_....php
----------------------------------------------------*/

.nproduto{
  font-weight: bold;
  text-align: center;
  color: blue;
}

.prd_opc{
	opacity: .9;
}

.prd_opc:hover{
	opacity: 1;
}

.prd_cabec{
  padding-top: 70px;
}

ul.li.avanco{
    padding-left: 10px;
}
