/*
Criado por Professor Dulu - www.dulusoftware.com
Todas as alterações no código são autorizadas a fins didáticos
*/

body{
  background-color: #e9e9e9;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  /* Cabeçalho */

  .cabecalho{
   height: 20%;
   width: 100%;
   background-image: url(../imagens/cabecalho.jpg);
   background-size: 100%;
   background-repeat: no-repeat;
   z-index: -9998;
 }

 .cabecalho_nome{  
  font-size: 16px;
  font-weight: bold;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.cabecalho_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.cabecalho_telefone{
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f8f8;
  color: #2a2727;
}

.logo{
  height: 100%;
  width: 100%; 
}

/* Menu Principal */

.menu {
  width: 100%;
  padding: 1px;
  background: rgba(147,206,222,1);
  background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,0.50)), color-stop(41%, rgba(117,189,209,0.50)), color-stop(100%, rgba(73,165,191,0.49)));
  background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
  -webkit-transition: none;
  transition: none;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  z-index: -9999;
}

.menu-ul{  
  width: 100%;
  padding: 10px;
}

.menu-li{
  color: #f8f8f8;
  text-transform: uppercase; 
  padding: 8px;
  text-align: left;
  list-style: none;
  display: inline-block;
  overflow: visible;
  position: relative;
  border: none !important;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  font-weight: bold;
}

/* Tabela Conteúdo */

.table_content{
  height: auto;
  width: auto;
  margin-right: 5%;  
  margin-left: 5%;
}

/* Tabela Social */

.table_social_content_tr{
  width: auto;
}

.table_social_content_images{
  max-width: 6%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

/* Busca */

.form_busca{
  margin-left: 2px;
  margin-right: 2px;
}

.input_busca{
  width: 75%;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #080808;
  border: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 10px;
}

.botao_busca{
 width: 15%;
 border-top-right-radius: 25px;
 border-bottom-right-radius: 25px;
 margin-top: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
 margin-left: -2px;
 color: #080808;
 background-color: #C9C9C9;
 font-weight: 500;
 border: none;
}

/* Menu Lateral */

.menu_lateral{
  height: auto;
  width: 100%;    
}

.menu_lateral_titulos{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-top: 10px;
  padding: 10px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_titulos_2{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_sub_titulos{

  height: auto;
  width: 100%;
  background: rgba(73,165,191,1);
  background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(82%, rgba(117,189,209,1)), color-stop(100%, rgba(117,189,209,1)));
  background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=1 );
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.menu_lateral_divs{

  height: 10px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;

}


/* Conteúdo */

.conteudo{
  height: auto;
  width: 100%;
}

.conteudo_paginas{
  height: auto;
  width: 100%;
  margin: 10px;   
}

.conteudo_divs_cinza{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_vermelho{

  height: 40px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.conteudo_divs_2{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_branco{

  height: auto;
  width: 98%;
  background-color: #e9e9e9;
  margin-left: 10px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;  
  color: #080808;
  
  box-shadow: 4px 4px #212121;
  

}

/* Lista Carros */

.divs{
  width: 100%;
  height: 5px;
}

.fotos_carros{
  min-width: 100%;
  min-height: 231.75px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.loopauto_marca{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_modelo{
  height: auto;
  color: #0b5c73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5ch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_cor{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_preco{
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}



/* Detalhes Veículo */

.titulo_tabela{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}

.texto_titulo_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 20px;  
}

.texto_titulo_tabela_2{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; 
}

.texto_preco_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  
}

.detalhes_fotos{
  width: 80%;
  min-width: 80%;
}

.detalhes_share-buttons{
  width: 35%;
}

.zoom_fotos{
  width: 100%;
  height: auto;
}

.fotos_carros_grande{
  min-width: 100%;  
  width: 100%;
  height: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.fotos_carros_thumbs{  
  width: 25%;
  height: auto;  
}

.fotos_carros_thumbs_img{
  width: 100%;
  height: auto;  
}

.table{
  width: 100%;
  height: auto;    
  vertical-align: center;  
}

.td_cinza_escuro{
  background-color: #2a2727;
  border-radius: 10px;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.td_cinza_claro{
  min-height: 40px;
  width: 100%;
  background-color: #7a7878;
  border-radius: 10px;  
  font-family: 'Montserrat', sans-serif;
  color: #f8f8f8;
  font-weight: bolder;
}

.td_cinza_vermelho{
  background-color: #a4111f;
  color: #f8f8f8;
  border-radius: 10px; 
  font-family: 'Montserrat', sans-serif;;
  font-weight: bolder;
}

.td_branco{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.icones_itens{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* Rodapé */

.rodape{
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #0b5c73;
}

.rodape_td{
  color: #f8f8f8;
  width: 100%; 
}

.footer_nome{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: bolder;  
}

.footer_endereco{
  color: #f8f8f8;
  font-size: 16px;

}

.span_erros{
  margin-left: 15px;
}

.textarea_conteudo{
  min-height: 50%;
  width: 90%;
  background-color: transparent;
  margin-left: 10px;
  margin-top: -50px;
  border-style: none;
  color: #080808;
}

.table_social_content_images2{
  max-width: 25%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

.my_table{
  width: 100%;
}

.my_table_detalhes{
  width: 100%;
  padding: 8px;
  line-height: 2.428571;
  margin-top: 10px;
}

.tr_detalhes{
  border-bottom: solid 1px #0b5c73;
}

.clear{
  clear: both;
}

.card{
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.spaccing{
  padding: 10px;
}

.btn_ver_detalhes{
 background-color: #0b5c73;
 color: #f8f8f8;
 width: 90%;
 padding: 10px;
 border-radius: 10px;
}

.divs_2{
  width: 100%;
  height: 25px;
}

.table_social_menu_superior{
  width: 100%;
  padding: 2px;
  margin: 2px;  
}

.icones_menu_lateral{
  width: 25px;
}

/* Página de Contato*/

.contato_nome{  
  font-size: 34px;
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  /* margin-left: 36%; */
  text-transform: uppercase;
}

.contato_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.contato_telefone{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #2a2727;
}

a{
  color: #f8f8f8;
  text-decoration: none;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  /* Cabeçalho */

  .cabecalho{
    height: 50%;
    width: 100%;
    background-image: url(../imagens/cabecalho.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -9998;
    margin-top: -80px;
  }

  .cabecalho_nome{  
    font-size: 25px;
    font-weight: bold;
    color: #f8f8f8;
    font-family: 'Montserrat', sans-serif;    
    margin-left: 36%;
    text-transform: uppercase;
  }

  .cabecalho_slogan{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #212121;
    background-color: #f8f8f8;
  }

  .cabecalho_telefone{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f8f8;
    color: #2a2727;
  }

  .logo{
    height: 100%;
    width: 100%; 
  }

  /* Menu Principal */

  .menu {
    height: 50px;
    width: 100%;
    padding: 1px;
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,0.50)), color-stop(41%, rgba(117,189,209,0.50)), color-stop(100%, rgba(73,165,191,0.49)));
    background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
    -webkit-transition: none;
    transition: none;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    z-index: -9999;
  }

  .menu-ul{  
    width: 100%;
    padding: 10px;
  }

  .menu-li{
    color: #f8f8f8;
    text-transform: uppercase; 
    padding: 8px;
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    position: relative;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    font-weight: bold;
  }

  /* Tabela Conteúdo */

  .table_content{
    height: auto;
    width: auto;
    margin-right: 5%;  
    margin-left: 5%;
  }

  /* Tabela Social */

  .table_social_content_tr{
    width: auto;
  }

  .table_social_content_images{
    max-width: 6%;
    background-color: #f8f8f8;
    padding: 2px;
    margin: 2px;  
    border-radius: 10px;
  }

  /* Busca */

  .form_busca{
    margin-left: 2px;
    margin-right: 2px;
  }

  .input_busca{
    width: 60%;
    margin-left: 2px;
    margin-right: 2px;
    color: #080808;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
  }

  .botao_busca{
   width: 10%;
   border-top-right-radius: 25px;
   border-bottom-right-radius: 25px;
   margin-left: -2px;
   color: #080808;
   background-color: #C9C9C9;
   font-weight: 500;
   border: none;
 }

 /* Menu Lateral */

 .menu_lateral{
  height: auto;
  width: 100%;    
}

.menu_lateral_titulos{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-top: 10px;
  padding: 10px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_titulos_2{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_sub_titulos{

  height: auto;
  width: 100%;
  background: rgba(73,165,191,1);
  background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(82%, rgba(117,189,209,1)), color-stop(100%, rgba(117,189,209,1)));
  background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=1 );
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.menu_lateral_divs{

  height: 10px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;

}


/* Conteúdo */

.conteudo{
  height: auto;
  width: 100%;
}

.conteudo_paginas{
  height: auto;
  width: 100%;
  margin: 10px;   
}

.conteudo_divs_cinza{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_vermelho{

  height: 40px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.conteudo_divs_2{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_branco{

  height: auto;
  width: 98%;
  background-color: #e9e9e9;
  margin-left: 10px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;  
  color: #080808;
  
  box-shadow: 4px 4px #212121;
  

}

/* Lista Carros */

.divs{
  width: 100%;
  height: 5px;
}

.fotos_carros{
  min-width: 100%;
  min-height: 231.75px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.loopauto_marca{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_modelo{
  height: auto;
  color: #0b5c73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5ch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_cor{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_preco{
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}



/* Detalhes Veículo */

.titulo_tabela{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}

.texto_titulo_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 20px;  
}

.texto_titulo_tabela_2{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; 
}

.texto_preco_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  
}

.detalhes_fotos{
  width: 80%;
  min-width: 80%;
}

.detalhes_share-buttons{
  width: 35%;
}

.zoom_fotos{
  width: 100%;
  height: auto;
}

.fotos_carros_grande{
  min-width: 100%;  
  width: 100%;
  height: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.fotos_carros_thumbs{  
  width: 25%;
  height: auto;  
}

.fotos_carros_thumbs_img{
  width: 100%;
  height: auto;  
}

.table{
  width: 100%;
  height: auto;    
  vertical-align: center;  
}

.td_cinza_escuro{
  background-color: #2a2727;
  border-radius: 10px;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.td_cinza_claro{
  min-height: 40px;
  width: 100%;
  background-color: #7a7878;
  border-radius: 10px;  
  font-family: 'Montserrat', sans-serif;
  color: #f8f8f8;
  font-weight: bolder;
}

.td_cinza_vermelho{
  background-color: #a4111f;
  color: #f8f8f8;
  border-radius: 10px; 
  font-family: 'Montserrat', sans-serif;;
  font-weight: bolder;
}

.td_branco{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.icones_itens{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* Rodapé */

.rodape{
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #0b5c73;
}

.rodape_td{
  color: #f8f8f8;
  width: 100%; 
}

.footer_nome{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: bolder;  
}

.footer_endereco{
  color: #f8f8f8;
  font-size: 16px;

}

.span_erros{
  margin-left: 15px;
}

.textarea_conteudo{
  min-height: 50%;
  width: 90%;
  background-color: transparent;
  margin-left: 10px;
  margin-top: -50px;
  border-style: none;
  color: #080808;
}

.table_social_content_images2{
  max-width: 25%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

.my_table{
  width: 100%;
}

.my_table_detalhes{
  width: 100%;
  padding: 8px;
  line-height: 2.428571;
  margin-top: 10px;
}

.tr_detalhes{
  border-bottom: solid 1px #0b5c73;
}

.clear{
  clear: both;
}

.card{
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.spaccing{
  padding: 10px;
}

.btn_ver_detalhes{
 background-color: #0b5c73;
 color: #f8f8f8;
 width: 90%;
 padding: 10px;
 border-radius: 10px;
}

.divs_2{
  width: 100%;
  height: 25px;
}

.table_social_menu_superior{
  width: 100%;
  padding: 2px;
  margin: 2px;  
}

.icones_menu_lateral{
  width: 25px;
}

/* Página de Contato*/

.contato_nome{  
  font-size: 34px;
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  /* margin-left: 36%; */
  text-transform: uppercase;
}

.contato_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.contato_telefone{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #2a2727;
}

a{
  color: #f8f8f8;
  text-decoration: none;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  /* Cabeçalho */

  .cabecalho{
    height: 50%;
    width: 100%;
    background-image: url(../imagens/cabecalho.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -9998;
    margin-top: -80px;
  }

  .cabecalho_nome{  
    font-size: 25px;
    font-weight: bold;
    color: #f8f8f8;
    font-family: 'Montserrat', sans-serif;    
    margin-left: 36%;
    text-transform: uppercase;
  }

  .cabecalho_slogan{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #212121;
    background-color: #f8f8f8;
  }

  .cabecalho_telefone{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f8f8;
    color: #2a2727;
  }

  .logo{
    height: 100%;
    width: 100%; 
  }

  /* Menu Principal */

  .menu {
    height: 50px;
    width: 100%;
    padding: 1px;
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,0.50)), color-stop(41%, rgba(117,189,209,0.50)), color-stop(100%, rgba(73,165,191,0.49)));
    background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
    -webkit-transition: none;
    transition: none;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    z-index: -9999;
  }

  .menu-ul{  
    width: 100%;
    padding: 10px;
  }

  .menu-li{
    color: #f8f8f8;
    text-transform: uppercase; 
    padding: 8px;
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    position: relative;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    font-weight: bold;
  }

  /* Tabela Conteúdo */

  .table_content{
    height: auto;
    width: auto;
    margin-right: 5%;  
    margin-left: 5%;
  }

  /* Tabela Social */

  .table_social_content_tr{
    width: auto;
  }

  .table_social_content_images{
    max-width: 6%;
    background-color: #f8f8f8;
    padding: 2px;
    margin: 2px;  
    border-radius: 10px;
  }

  /* Busca */

  .form_busca{
    margin-left: 2px;
    margin-right: 2px;
  }

  .input_busca{
    width: 60%;
    margin-left: 2px;
    margin-right: 2px;
    color: #080808;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
  }

  .botao_busca{
   width: 10%;
   border-top-right-radius: 25px;
   border-bottom-right-radius: 25px;
   margin-left: -2px;
   color: #080808;
   background-color: #C9C9C9;
   font-weight: 500;
   border: none;
 }

 /* Menu Lateral */

 .menu_lateral{
  height: auto;
  width: 100%;    
}

.menu_lateral_titulos{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-top: 10px;
  padding: 10px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_titulos_2{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_sub_titulos{

  height: auto;
  width: 100%;
  background: rgba(73,165,191,1);
  background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(82%, rgba(117,189,209,1)), color-stop(100%, rgba(117,189,209,1)));
  background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=1 );
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.menu_lateral_divs{

  height: 10px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;

}


/* Conteúdo */

.conteudo{
  height: auto;
  width: 100%;
}

.conteudo_paginas{
  height: auto;
  width: 100%;
  margin: 10px;   
}

.conteudo_divs_cinza{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_vermelho{

  height: 40px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.conteudo_divs_2{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_branco{

  height: auto;
  width: 98%;
  background-color: #e9e9e9;
  margin-left: 10px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;  
  color: #080808;
  
  box-shadow: 4px 4px #212121;
  

}

/* Lista Carros */

.divs{
  width: 100%;
  height: 5px;
}

.fotos_carros{
  min-width: 100%;
  min-height: 231.75px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.loopauto_marca{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_modelo{
  height: auto;
  color: #0b5c73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5ch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_cor{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_preco{
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}



/* Detalhes Veículo */

.titulo_tabela{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}

.texto_titulo_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 20px;  
}

.texto_titulo_tabela_2{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; 
}

.texto_preco_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  
}

.detalhes_fotos{
  width: 80%;
  min-width: 80%;
}

.detalhes_share-buttons{
  width: 35%;
}

.zoom_fotos{
  width: 100%;
  height: auto;
}

.fotos_carros_grande{
  min-width: 100%;  
  width: 100%;
  height: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.fotos_carros_thumbs{  
  width: 25%;
  height: auto;  
}

.fotos_carros_thumbs_img{
  width: 100%;
  height: auto;  
}

.table{
  width: 100%;
  height: auto;    
  vertical-align: center;  
}

.td_cinza_escuro{
  background-color: #2a2727;
  border-radius: 10px;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.td_cinza_claro{
  min-height: 40px;
  width: 100%;
  background-color: #7a7878;
  border-radius: 10px;  
  font-family: 'Montserrat', sans-serif;
  color: #f8f8f8;
  font-weight: bolder;
}

.td_cinza_vermelho{
  background-color: #a4111f;
  color: #f8f8f8;
  border-radius: 10px; 
  font-family: 'Montserrat', sans-serif;;
  font-weight: bolder;
}

.td_branco{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.icones_itens{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* Rodapé */

.rodape{
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #0b5c73;
}

.rodape_td{
  color: #f8f8f8;
  width: 100%; 
}

.footer_nome{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: bolder;  
}

.footer_endereco{
  color: #f8f8f8;
  font-size: 16px;

}

.span_erros{
  margin-left: 15px;
}

.textarea_conteudo{
  min-height: 50%;
  width: 90%;
  background-color: transparent;
  margin-left: 10px;
  margin-top: -50px;
  border-style: none;
  color: #080808;
}

.table_social_content_images2{
  max-width: 25%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

.my_table{
  width: 100%;
}

.my_table_detalhes{
  width: 100%;
  padding: 8px;
  line-height: 2.428571;
  margin-top: 10px;
}

.tr_detalhes{
  border-bottom: solid 1px #0b5c73;
}

.clear{
  clear: both;
}

.card{
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.spaccing{
  padding: 10px;
}

.btn_ver_detalhes{
 background-color: #0b5c73;
 color: #f8f8f8;
 width: 90%;
 padding: 10px;
 border-radius: 10px;
}

.divs_2{
  width: 100%;
  height: 25px;
}

.table_social_menu_superior{
  width: 100%;
  padding: 2px;
  margin: 2px;  
}

.icones_menu_lateral{
  width: 25px;
}

/* Página de Contato*/

.contato_nome{  
  font-size: 34px;
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  /* margin-left: 36%; */
  text-transform: uppercase;
}

.contato_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.contato_telefone{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #2a2727;
}

a{
  color: #f8f8f8;
  text-decoration: none;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  /* Cabeçalho */

  .cabecalho{
   height: 20%;
   width: 100%;
   background-image: url(../imagens/cabecalho.jpg);
   background-size: 100%;
   background-repeat: no-repeat;
   z-index: -9998;
 }

 .cabecalho_nome{  
  font-size: 16px;
  font-weight: bold;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.cabecalho_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.cabecalho_telefone{
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f8f8;
  color: #2a2727;
}

.logo{
  height: 100%;
  width: 100%; 
}

/* Menu Principal */

.menu {
  width: 100%;
  padding: 1px;
  background: rgba(147,206,222,1);
  background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,0.50)), color-stop(41%, rgba(117,189,209,0.50)), color-stop(100%, rgba(73,165,191,0.49)));
  background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
  -webkit-transition: none;
  transition: none;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  z-index: -9999;
}

.menu-ul{  
  width: 100%;
  padding: 10px;
}

.menu-li{
  color: #f8f8f8;
  text-transform: uppercase; 
  padding: 8px;
  text-align: left;
  list-style: none;
  display: inline-block;
  overflow: visible;
  position: relative;
  border: none !important;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  font-weight: bold;
}

/* Tabela Conteúdo */

.table_content{
  height: auto;
  width: auto;
  margin-right: 5%;  
  margin-left: 5%;
}

/* Tabela Social */

.table_social_content_tr{
  width: auto;
}

.table_social_content_images{
  max-width: 6%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

/* Busca */

.form_busca{
  margin-left: 2px;
  margin-right: 2px;
}

.input_busca{
  width: 75%;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #080808;
  border: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 10px;
}

.botao_busca{
 width: 15%;
 border-top-right-radius: 25px;
 border-bottom-right-radius: 25px;
 margin-top: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
 margin-left: -2px;
 color: #080808;
 background-color: #C9C9C9;
 font-weight: 500;
 border: none;
}

/* Menu Lateral */

.menu_lateral{
  height: auto;
  width: 100%;    
}

.menu_lateral_titulos{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-top: 10px;
  padding: 10px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_titulos_2{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_sub_titulos{

  height: auto;
  width: 100%;
  background: rgba(73,165,191,1);
  background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(82%, rgba(117,189,209,1)), color-stop(100%, rgba(117,189,209,1)));
  background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=1 );
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.menu_lateral_divs{

  height: 10px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;

}


/* Conteúdo */

.conteudo{
  height: auto;
  width: 100%;
}

.conteudo_paginas{
  height: auto;
  width: 100%;
  margin: 10px;   
}

.conteudo_divs_cinza{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_vermelho{

  height: 40px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.conteudo_divs_2{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_branco{

  height: auto;
  width: 98%;
  background-color: #e9e9e9;
  margin-left: 10px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;  
  color: #080808;
  
  box-shadow: 4px 4px #212121;
  

}

/* Lista Carros */

.divs{
  width: 100%;
  height: 5px;
}

.fotos_carros{
  min-width: 100%;
  min-height: 231.75px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.loopauto_marca{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_modelo{
  height: auto;
  color: #0b5c73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5ch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_cor{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_preco{
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}



/* Detalhes Veículo */

.titulo_tabela{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}

.texto_titulo_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 20px;  
}

.texto_titulo_tabela_2{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; 
}

.texto_preco_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  
}

.detalhes_fotos{
  width: 80%;
  min-width: 80%;
}

.detalhes_share-buttons{
  width: 35%;
}

.zoom_fotos{
  width: 100%;
  height: auto;
}

.fotos_carros_grande{
  min-width: 100%;  
  width: 100%;
  height: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.fotos_carros_thumbs{  
  width: 25%;
  height: auto;  
}

.fotos_carros_thumbs_img{
  width: 100%;
  height: auto;  
}

.table{
  width: 100%;
  height: auto;    
  vertical-align: center;  
}

.td_cinza_escuro{
  background-color: #2a2727;
  border-radius: 10px;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.td_cinza_claro{
  min-height: 40px;
  width: 100%;
  background-color: #7a7878;
  border-radius: 10px;  
  font-family: 'Montserrat', sans-serif;
  color: #f8f8f8;
  font-weight: bolder;
}

.td_cinza_vermelho{
  background-color: #a4111f;
  color: #f8f8f8;
  border-radius: 10px; 
  font-family: 'Montserrat', sans-serif;;
  font-weight: bolder;
}

.td_branco{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.icones_itens{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* Rodapé */

.rodape{
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #0b5c73;
}

.rodape_td{
  color: #f8f8f8;
  width: 100%; 
}

.footer_nome{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: bolder;  
}

.footer_endereco{
  color: #f8f8f8;
  font-size: 16px;

}

.span_erros{
  margin-left: 15px;
}

.textarea_conteudo{
  min-height: 50%;
  width: 90%;
  background-color: transparent;
  margin-left: 10px;
  margin-top: -50px;
  border-style: none;
  color: #080808;
}

.table_social_content_images2{
  max-width: 25%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

.my_table{
  width: 100%;
}

.my_table_detalhes{
  width: 100%;
  padding: 8px;
  line-height: 2.428571;
  margin-top: 10px;
}

.tr_detalhes{
  border-bottom: solid 1px #0b5c73;
}

.clear{
  clear: both;
}

.card{
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.spaccing{
  padding: 10px;
}

.btn_ver_detalhes{
 background-color: #0b5c73;
 color: #f8f8f8;
 width: 90%;
 padding: 10px;
 border-radius: 10px;
}

.divs_2{
  width: 100%;
  height: 25px;
}

.table_social_menu_superior{
  width: 100%;
  padding: 2px;
  margin: 2px;  
}

.icones_menu_lateral{
  width: 25px;
}

/* Página de Contato*/

.contato_nome{  
  font-size: 34px;
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  /* margin-left: 36%; */
  text-transform: uppercase;
}

.contato_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.contato_telefone{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #2a2727;
}

a{
  color: #f8f8f8;
  text-decoration: none;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  /* Cabeçalho */

  .cabecalho{
    height: 50%;
    width: 100%;
    background-image: url(../imagens/cabecalho.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -9998;
    margin-top: -80px;
  }

  .cabecalho_nome{  
    font-size: 25px;
    font-weight: bold;
    color: #f8f8f8;
    font-family: 'Montserrat', sans-serif;    
    margin-left: 36%;
    text-transform: uppercase;
  }

  .cabecalho_slogan{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #212121;
    background-color: #f8f8f8;
  }

  .cabecalho_telefone{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f8f8;
    color: #2a2727;
  }

  .logo{
    height: 100%;
    width: 100%; 
  }

  /* Menu Principal */

  .menu {
    height: 50px;
    width: 100%;
    padding: 1px;
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,0.50)), color-stop(41%, rgba(117,189,209,0.50)), color-stop(100%, rgba(73,165,191,0.49)));
    background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
    -webkit-transition: none;
    transition: none;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    z-index: -9999;
  }

  .menu-ul{  
    width: 100%;
    padding: 10px;
  }

  .menu-li{
    color: #f8f8f8;
    text-transform: uppercase; 
    padding: 8px;
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    position: relative;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    font-weight: bold;
  }

  /* Tabela Conteúdo */

  .table_content{
    height: auto;
    width: auto;
    margin-right: 5%;  
    margin-left: 5%;
  }

  /* Tabela Social */

  .table_social_content_tr{
    width: auto;
  }

  .table_social_content_images{
    max-width: 6%;
    background-color: #f8f8f8;
    padding: 2px;
    margin: 2px;  
    border-radius: 10px;
  }

  /* Busca */

  .form_busca{
    margin-left: 2px;
    margin-right: 2px;
  }

  .input_busca{
    width: 60%;
    margin-left: 2px;
    margin-right: 2px;
    color: #080808;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
  }

  .botao_busca{
   width: 10%;
   border-top-right-radius: 25px;
   border-bottom-right-radius: 25px;
   margin-left: -2px;
   color: #080808;
   background-color: #C9C9C9;
   font-weight: 500;
   border: none;
 }

 /* Menu Lateral */

 .menu_lateral{
  height: auto;
  width: 100%;    
}

.menu_lateral_titulos{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-top: 10px;
  padding: 10px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_titulos_2{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_sub_titulos{

  height: auto;
  width: 100%;
  background: rgba(73,165,191,1);
  background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(82%, rgba(117,189,209,1)), color-stop(100%, rgba(117,189,209,1)));
  background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=1 );
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.menu_lateral_divs{

  height: 10px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;

}


/* Conteúdo */

.conteudo{
  height: auto;
  width: 100%;
}

.conteudo_paginas{
  height: auto;
  width: 100%;
  margin: 10px;   
}

.conteudo_divs_cinza{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_vermelho{

  height: 40px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.conteudo_divs_2{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_branco{

  height: auto;
  width: 98%;
  background-color: #e9e9e9;
  margin-left: 10px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;  
  color: #080808;
  
  box-shadow: 4px 4px #212121;
  

}

/* Lista Carros */

.divs{
  width: 100%;
  height: 5px;
}

.fotos_carros{
  min-width: 100%;
  min-height: 231.75px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.loopauto_marca{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_modelo{
  height: auto;
  color: #0b5c73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5ch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_cor{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_preco{
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}



/* Detalhes Veículo */

.titulo_tabela{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}

.texto_titulo_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 20px;  
}

.texto_titulo_tabela_2{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; 
}

.texto_preco_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  
}

.detalhes_fotos{
  width: 80%;
  min-width: 80%;
}

.detalhes_share-buttons{
  width: 35%;
}

.zoom_fotos{
  width: 100%;
  height: auto;
}

.fotos_carros_grande{
  min-width: 100%;  
  width: 100%;
  height: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.fotos_carros_thumbs{  
  width: 25%;
  height: auto;  
}

.fotos_carros_thumbs_img{
  width: 100%;
  height: auto;  
}

.table{
  width: 100%;
  height: auto;    
  vertical-align: center;  
}

.td_cinza_escuro{
  background-color: #2a2727;
  border-radius: 10px;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.td_cinza_claro{
  min-height: 40px;
  width: 100%;
  background-color: #7a7878;
  border-radius: 10px;  
  font-family: 'Montserrat', sans-serif;
  color: #f8f8f8;
  font-weight: bolder;
}

.td_cinza_vermelho{
  background-color: #a4111f;
  color: #f8f8f8;
  border-radius: 10px; 
  font-family: 'Montserrat', sans-serif;;
  font-weight: bolder;
}

.td_branco{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.icones_itens{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* Rodapé */

.rodape{
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #0b5c73;
}

.rodape_td{
  color: #f8f8f8;
  width: 100%; 
}

.footer_nome{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: bolder;  
}

.footer_endereco{
  color: #f8f8f8;
  font-size: 16px;

}

.span_erros{
  margin-left: 15px;
}

.textarea_conteudo{
  min-height: 50%;
  width: 90%;
  background-color: transparent;
  margin-left: 10px;
  margin-top: -50px;
  border-style: none;
  color: #080808;
}

.table_social_content_images2{
  max-width: 25%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

.my_table{
  width: 100%;
}

.my_table_detalhes{
  width: 100%;
  padding: 8px;
  line-height: 2.428571;
  margin-top: 10px;
}

.tr_detalhes{
  border-bottom: solid 1px #0b5c73;
}

.clear{
  clear: both;
}

.card{
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.spaccing{
  padding: 10px;
}

.btn_ver_detalhes{
 background-color: #0b5c73;
 color: #f8f8f8;
 width: 90%;
 padding: 10px;
 border-radius: 10px;
}

.divs_2{
  width: 100%;
  height: 25px;
}

.table_social_menu_superior{
  width: 100%;
  padding: 2px;
  margin: 2px;  
}

.icones_menu_lateral{
  width: 25px;
}

/* Página de Contato*/

.contato_nome{  
  font-size: 34px;
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  /* margin-left: 36%; */
  text-transform: uppercase;
}

.contato_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.contato_telefone{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #2a2727;
}

a{
  color: #f8f8f8;
  text-decoration: none;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  /* Cabeçalho */

  .cabecalho{
    height: 50%;
    width: 100%;
    background-image: url(../imagens/cabecalho.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -9998;
    margin-top: -80px;
  }

  .cabecalho_nome{  
    font-size: 25px;
    font-weight: bold;
    color: #f8f8f8;
    font-family: 'Montserrat', sans-serif;    
    margin-left: 36%;
    text-transform: uppercase;
  }

  .cabecalho_slogan{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #212121;
    background-color: #f8f8f8;
  }

  .cabecalho_telefone{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f8f8;
    color: #2a2727;
  }

  .logo{
    height: 100%;
    width: 100%; 
  }

  /* Menu Principal */

  .menu {
    height: 50px;
    width: 100%;
    padding: 1px;
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,0.50)), color-stop(41%, rgba(117,189,209,0.50)), color-stop(100%, rgba(73,165,191,0.49)));
    background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
    -webkit-transition: none;
    transition: none;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    z-index: -9999;
  }

  .menu-ul{  
    width: 100%;
    padding: 10px;
  }

  .menu-li{
    color: #f8f8f8;
    text-transform: uppercase; 
    padding: 8px;
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    position: relative;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    font-weight: bold;
  }

  /* Tabela Conteúdo */

  .table_content{
    height: auto;
    width: auto;
    margin-right: 5%;  
    margin-left: 5%;
  }

  /* Tabela Social */

  .table_social_content_tr{
    width: auto;
  }

  .table_social_content_images{
    max-width: 6%;
    background-color: #f8f8f8;
    padding: 2px;
    margin: 2px;  
    border-radius: 10px;
  }

  /* Busca */

  .form_busca{
    margin-left: 2px;
    margin-right: 2px;
  }

  .input_busca{
    width: 60%;
    margin-left: 2px;
    margin-right: 2px;
    color: #080808;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
  }

  .botao_busca{
   width: 10%;
   border-top-right-radius: 25px;
   border-bottom-right-radius: 25px;
   margin-left: -2px;
   color: #080808;
   background-color: #C9C9C9;
   font-weight: 500;
   border: none;
 }

 /* Menu Lateral */

 .menu_lateral{
  height: auto;
  width: 100%;    
}

.menu_lateral_titulos{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-top: 10px;
  padding: 10px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_titulos_2{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_sub_titulos{

  height: auto;
  width: 100%;
  background: rgba(73,165,191,1);
  background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(82%, rgba(117,189,209,1)), color-stop(100%, rgba(117,189,209,1)));
  background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=1 );
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.menu_lateral_divs{

  height: 10px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;

}


/* Conteúdo */

.conteudo{
  height: auto;
  width: 100%;
}

.conteudo_paginas{
  height: auto;
  width: 100%;
  margin: 10px;   
}

.conteudo_divs_cinza{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_vermelho{

  height: 40px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.conteudo_divs_2{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_branco{

  height: auto;
  width: 98%;
  background-color: #e9e9e9;
  margin-left: 10px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;  
  color: #080808;
  
  box-shadow: 4px 4px #212121;
  

}

/* Lista Carros */

.divs{
  width: 100%;
  height: 5px;
}

.fotos_carros{
  min-width: 100%;
  min-height: 231.75px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.loopauto_marca{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_modelo{
  height: auto;
  color: #0b5c73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5ch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_cor{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_preco{
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}



/* Detalhes Veículo */

.titulo_tabela{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}

.texto_titulo_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 20px;  
}

.texto_titulo_tabela_2{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; 
}

.texto_preco_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  
}

.detalhes_fotos{
  width: 80%;
  min-width: 80%;
}

.detalhes_share-buttons{
  width: 35%;
}

.zoom_fotos{
  width: 100%;
  height: auto;
}

.fotos_carros_grande{
  min-width: 100%;  
  width: 100%;
  height: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.fotos_carros_thumbs{  
  width: 25%;
  height: auto;  
}

.fotos_carros_thumbs_img{
  width: 100%;
  height: auto;  
}

.table{
  width: 100%;
  height: auto;    
  vertical-align: center;  
}

.td_cinza_escuro{
  background-color: #2a2727;
  border-radius: 10px;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.td_cinza_claro{
  min-height: 40px;
  width: 100%;
  background-color: #7a7878;
  border-radius: 10px;  
  font-family: 'Montserrat', sans-serif;
  color: #f8f8f8;
  font-weight: bolder;
}

.td_cinza_vermelho{
  background-color: #a4111f;
  color: #f8f8f8;
  border-radius: 10px; 
  font-family: 'Montserrat', sans-serif;;
  font-weight: bolder;
}

.td_branco{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.icones_itens{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* Rodapé */

.rodape{
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #0b5c73;
}

.rodape_td{
  color: #f8f8f8;
  width: 100%; 
}

.footer_nome{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: bolder;  
}

.footer_endereco{
  color: #f8f8f8;
  font-size: 16px;

}

.span_erros{
  margin-left: 15px;
}

.textarea_conteudo{
  min-height: 50%;
  width: 90%;
  background-color: transparent;
  margin-left: 10px;
  margin-top: -50px;
  border-style: none;
  color: #080808;
}

.table_social_content_images2{
  max-width: 25%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

.my_table{
  width: 100%;
}

.my_table_detalhes{
  width: 100%;
  padding: 8px;
  line-height: 2.428571;
  margin-top: 10px;
}

.tr_detalhes{
  border-bottom: solid 1px #0b5c73;
}

.clear{
  clear: both;
}

.card{
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.spaccing{
  padding: 10px;
}

.btn_ver_detalhes{
 background-color: #0b5c73;
 color: #f8f8f8;
 width: 90%;
 padding: 10px;
 border-radius: 10px;
}

.divs_2{
  width: 100%;
  height: 25px;
}

.table_social_menu_superior{
  width: 100%;
  padding: 2px;
  margin: 2px;  
}

.icones_menu_lateral{
  width: 25px;
}

/* Página de Contato*/

.contato_nome{  
  font-size: 34px;
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  /* margin-left: 36%; */
  text-transform: uppercase;
}

.contato_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.contato_telefone{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #2a2727;
}

a{
  color: #f8f8f8;
  text-decoration: none;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

/* Cabeçalho */

  .cabecalho{
   height: 20%;
   width: 100%;
   background-image: url(../imagens/cabecalho.jpg);
   background-size: 100%;
   background-repeat: no-repeat;
   z-index: -9998;
 }

 .cabecalho_nome{  
  font-size: 16px;
  font-weight: bold;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.cabecalho_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.cabecalho_telefone{
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f8f8;
  color: #2a2727;
}

.logo{
  height: 100%;
  width: 100%; 
}

/* Menu Principal */

.menu {
  width: 100%;
  padding: 1px;
  background: rgba(147,206,222,1);
  background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,0.50)), color-stop(41%, rgba(117,189,209,0.50)), color-stop(100%, rgba(73,165,191,0.49)));
  background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
  -webkit-transition: none;
  transition: none;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  z-index: -9999;
}

.menu-ul{  
  width: 100%;
  padding: 10px;
}

.menu-li{
  color: #f8f8f8;
  text-transform: uppercase; 
  padding: 8px;
  text-align: left;
  list-style: none;
  display: inline-block;
  overflow: visible;
  position: relative;
  border: none !important;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  font-weight: bold;
}

/* Tabela Conteúdo */

.table_content{
  height: auto;
  width: auto;
  margin-right: 5%;  
  margin-left: 5%;
}

/* Tabela Social */

.table_social_content_tr{
  width: auto;
}

.table_social_content_images{
  max-width: 6%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

/* Busca */

.form_busca{
  margin-left: 2px;
  margin-right: 2px;
}

.input_busca{
  width: 75%;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #080808;
  border: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 10px;
}

.botao_busca{
 width: 15%;
 border-top-right-radius: 25px;
 border-bottom-right-radius: 25px;
 margin-top: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
 margin-left: -2px;
 color: #080808;
 background-color: #C9C9C9;
 font-weight: 500;
 border: none;
}

/* Menu Lateral */

.menu_lateral{
  height: auto;
  width: 100%;    
}

.menu_lateral_titulos{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-top: 10px;
  padding: 10px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_titulos_2{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_sub_titulos{

  height: auto;
  width: 100%;
  background: rgba(73,165,191,1);
  background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(82%, rgba(117,189,209,1)), color-stop(100%, rgba(117,189,209,1)));
  background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=1 );
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.menu_lateral_divs{

  height: 10px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;

}


/* Conteúdo */

.conteudo{
  height: auto;
  width: 100%;
}

.conteudo_paginas{
  height: auto;
  width: 100%;
  margin: 10px;   
}

.conteudo_divs_cinza{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_vermelho{

  height: 40px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.conteudo_divs_2{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_branco{

  height: auto;
  width: 98%;
  background-color: #e9e9e9;
  margin-left: 10px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;  
  color: #080808;
  
  box-shadow: 4px 4px #212121;
  

}

/* Lista Carros */

.divs{
  width: 100%;
  height: 5px;
}

.fotos_carros{
  min-width: 100%;
  min-height: 231.75px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.loopauto_marca{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_modelo{
  height: auto;
  color: #0b5c73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5ch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_cor{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_preco{
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}



/* Detalhes Veículo */

.titulo_tabela{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}

.texto_titulo_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 20px;  
}

.texto_titulo_tabela_2{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; 
}

.texto_preco_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  
}

.detalhes_fotos{
  width: 80%;
  min-width: 80%;
}

.detalhes_share-buttons{
  width: 35%;
}

.zoom_fotos{
  width: 100%;
  height: auto;
}

.fotos_carros_grande{
  min-width: 100%;  
  width: 100%;
  height: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.fotos_carros_thumbs{  
  width: 25%;
  height: auto;  
}

.fotos_carros_thumbs_img{
  width: 100%;
  height: auto;  
}

.table{
  width: 100%;
  height: auto;    
  vertical-align: center;  
}

.td_cinza_escuro{
  background-color: #2a2727;
  border-radius: 10px;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.td_cinza_claro{
  min-height: 40px;
  width: 100%;
  background-color: #7a7878;
  border-radius: 10px;  
  font-family: 'Montserrat', sans-serif;
  color: #f8f8f8;
  font-weight: bolder;
}

.td_cinza_vermelho{
  background-color: #a4111f;
  color: #f8f8f8;
  border-radius: 10px; 
  font-family: 'Montserrat', sans-serif;;
  font-weight: bolder;
}

.td_branco{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.icones_itens{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* Rodapé */

.rodape{
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #0b5c73;
}

.rodape_td{
  color: #f8f8f8;
  width: 100%; 
}

.footer_nome{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: bolder;  
}

.footer_endereco{
  color: #f8f8f8;
  font-size: 16px;

}

.span_erros{
  margin-left: 15px;
}

.textarea_conteudo{
  min-height: 50%;
  width: 90%;
  background-color: transparent;
  margin-left: 10px;
  margin-top: -50px;
  border-style: none;
  color: #080808;
}

.table_social_content_images2{
  max-width: 25%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

.my_table{
  width: 100%;
}

.my_table_detalhes{
  width: 100%;
  padding: 8px;
  line-height: 2.428571;
  margin-top: 10px;
}

.tr_detalhes{
  border-bottom: solid 1px #0b5c73;
}

.clear{
  clear: both;
}

.card{
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.spaccing{
  padding: 10px;
}

.btn_ver_detalhes{
 background-color: #0b5c73;
 color: #f8f8f8;
 width: 90%;
 padding: 10px;
 border-radius: 10px;
}

.divs_2{
  width: 100%;
  height: 25px;
}

.table_social_menu_superior{
  width: 100%;
  padding: 2px;
  margin: 2px;  
}

.icones_menu_lateral{
  width: 25px;
}

/* Página de Contato*/

.contato_nome{  
  font-size: 34px;
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  /* margin-left: 36%; */
  text-transform: uppercase;
}

.contato_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.contato_telefone{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #2a2727;
}

a{
  color: #f8f8f8;
  text-decoration: none;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  /* Cabeçalho */

  .cabecalho{
    height: 50%;
    width: 100%;
    background-image: url(../imagens/cabecalho.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -9998;
    margin-top: -80px;
  }

  .cabecalho_nome{  
    font-size: 25px;
    font-weight: bold;
    color: #f8f8f8;
    font-family: 'Montserrat', sans-serif;    
    margin-left: 36%;
    text-transform: uppercase;
  }

  .cabecalho_slogan{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #212121;
    background-color: #f8f8f8;
  }

  .cabecalho_telefone{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f8f8;
    color: #2a2727;
  }

  .logo{
    height: 100%;
    width: 100%; 
  }

  /* Menu Principal */

  .menu {
    height: 50px;
    width: 100%;
    padding: 1px;
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,0.50)), color-stop(41%, rgba(117,189,209,0.50)), color-stop(100%, rgba(73,165,191,0.49)));
    background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
    -webkit-transition: none;
    transition: none;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    z-index: -9999;
  }

  .menu-ul{  
    width: 100%;
    padding: 10px;
  }

  .menu-li{
    color: #f8f8f8;
    text-transform: uppercase; 
    padding: 8px;
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    position: relative;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    font-weight: bold;
  }

  /* Tabela Conteúdo */

  .table_content{
    height: auto;
    width: auto;
    margin-right: 5%;  
    margin-left: 5%;
  }

  /* Tabela Social */

  .table_social_content_tr{
    width: auto;
  }

  .table_social_content_images{
    max-width: 6%;
    background-color: #f8f8f8;
    padding: 2px;
    margin: 2px;  
    border-radius: 10px;
  }

  /* Busca */

  .form_busca{
    margin-left: 2px;
    margin-right: 2px;
  }

  .input_busca{
    width: 60%;
    margin-left: 2px;
    margin-right: 2px;
    color: #080808;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
  }

  .botao_busca{
   width: 10%;
   border-top-right-radius: 25px;
   border-bottom-right-radius: 25px;
   margin-left: -2px;
   color: #080808;
   background-color: #C9C9C9;
   font-weight: 500;
   border: none;
 }

 /* Menu Lateral */

 .menu_lateral{
  height: auto;
  width: 100%;    
}

.menu_lateral_titulos{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-top: 10px;
  padding: 10px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_titulos_2{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_sub_titulos{

  height: auto;
  width: 100%;
  background: rgba(73,165,191,1);
  background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(82%, rgba(117,189,209,1)), color-stop(100%, rgba(117,189,209,1)));
  background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=1 );
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.menu_lateral_divs{

  height: 10px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;

}


/* Conteúdo */

.conteudo{
  height: auto;
  width: 100%;
}

.conteudo_paginas{
  height: auto;
  width: 100%;
  margin: 10px;   
}

.conteudo_divs_cinza{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_vermelho{

  height: 40px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.conteudo_divs_2{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_branco{

  height: auto;
  width: 98%;
  background-color: #e9e9e9;
  margin-left: 10px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;  
  color: #080808;
  
  box-shadow: 4px 4px #212121;
  

}

/* Lista Carros */

.divs{
  width: 100%;
  height: 5px;
}

.fotos_carros{
  min-width: 100%;
  min-height: 231.75px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.loopauto_marca{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_modelo{
  height: auto;
  color: #0b5c73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5ch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_cor{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_preco{
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}



/* Detalhes Veículo */

.titulo_tabela{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}

.texto_titulo_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 20px;  
}

.texto_titulo_tabela_2{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; 
}

.texto_preco_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  
}

.detalhes_fotos{
  width: 80%;
  min-width: 80%;
}

.detalhes_share-buttons{
  width: 35%;
}

.zoom_fotos{
  width: 100%;
  height: auto;
}

.fotos_carros_grande{
  min-width: 100%;  
  width: 100%;
  height: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.fotos_carros_thumbs{  
  width: 25%;
  height: auto;  
}

.fotos_carros_thumbs_img{
  width: 100%;
  height: auto;  
}

.table{
  width: 100%;
  height: auto;    
  vertical-align: center;  
}

.td_cinza_escuro{
  background-color: #2a2727;
  border-radius: 10px;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.td_cinza_claro{
  min-height: 40px;
  width: 100%;
  background-color: #7a7878;
  border-radius: 10px;  
  font-family: 'Montserrat', sans-serif;
  color: #f8f8f8;
  font-weight: bolder;
}

.td_cinza_vermelho{
  background-color: #a4111f;
  color: #f8f8f8;
  border-radius: 10px; 
  font-family: 'Montserrat', sans-serif;;
  font-weight: bolder;
}

.td_branco{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.icones_itens{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* Rodapé */

.rodape{
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #0b5c73;
}

.rodape_td{
  color: #f8f8f8;
  width: 100%; 
}

.footer_nome{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: bolder;  
}

.footer_endereco{
  color: #f8f8f8;
  font-size: 16px;

}

.span_erros{
  margin-left: 15px;
}

.textarea_conteudo{
  min-height: 50%;
  width: 90%;
  background-color: transparent;
  margin-left: 10px;
  margin-top: -50px;
  border-style: none;
  color: #080808;
}

.table_social_content_images2{
  max-width: 25%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

.my_table{
  width: 100%;
}

.my_table_detalhes{
  width: 100%;
  padding: 8px;
  line-height: 2.428571;
  margin-top: 10px;
}

.tr_detalhes{
  border-bottom: solid 1px #0b5c73;
}

.clear{
  clear: both;
}

.card{
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.spaccing{
  padding: 10px;
}

.btn_ver_detalhes{
 background-color: #0b5c73;
 color: #f8f8f8;
 width: 90%;
 padding: 10px;
 border-radius: 10px;
}

.divs_2{
  width: 100%;
  height: 25px;
}

.table_social_menu_superior{
  width: 100%;
  padding: 2px;
  margin: 2px;  
}

.icones_menu_lateral{
  width: 25px;
}

/* Página de Contato*/

.contato_nome{  
  font-size: 34px;
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  /* margin-left: 36%; */
  text-transform: uppercase;
}

.contato_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.contato_telefone{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #2a2727;
}

a{
  color: #f8f8f8;
  text-decoration: none;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  /* Cabeçalho */

  .cabecalho{
    height: 50%;
    width: 100%;
    background-image: url(../imagens/cabecalho.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -9998;
    margin-top: -80px;
  }

  .cabecalho_nome{  
    font-size: 25px;
    font-weight: bold;
    color: #f8f8f8;
    font-family: 'Montserrat', sans-serif;    
    margin-left: 36%;
    text-transform: uppercase;
  }

  .cabecalho_slogan{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #212121;
    background-color: #f8f8f8;
  }

  .cabecalho_telefone{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f8f8;
    color: #2a2727;
  }

  .logo{
    height: 100%;
    width: 100%; 
  }

  /* Menu Principal */

  .menu {
    height: 50px;
    width: 100%;
    padding: 1px;
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,0.50)), color-stop(41%, rgba(117,189,209,0.50)), color-stop(100%, rgba(73,165,191,0.49)));
    background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
    -webkit-transition: none;
    transition: none;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    z-index: -9999;
  }

  .menu-ul{  
    width: 100%;
    padding: 10px;
  }

  .menu-li{
    color: #f8f8f8;
    text-transform: uppercase; 
    padding: 8px;
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    position: relative;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    font-weight: bold;
  }

  /* Tabela Conteúdo */

  .table_content{
    height: auto;
    width: auto;
    margin-right: 5%;  
    margin-left: 5%;
  }

  /* Tabela Social */

  .table_social_content_tr{
    width: auto;
  }

  .table_social_content_images{
    max-width: 6%;
    background-color: #f8f8f8;
    padding: 2px;
    margin: 2px;  
    border-radius: 10px;
  }

  /* Busca */

  .form_busca{
    margin-left: 2px;
    margin-right: 2px;
  }

  .input_busca{
    width: 60%;
    margin-left: 2px;
    margin-right: 2px;
    color: #080808;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 10px;
  }

  .botao_busca{
   width: 10%;
   border-top-right-radius: 25px;
   border-bottom-right-radius: 25px;
   margin-left: -2px;
   color: #080808;
   background-color: #C9C9C9;
   font-weight: 500;
   border: none;
 }

 /* Menu Lateral */

 .menu_lateral{
  height: auto;
  width: 100%;    
}

.menu_lateral_titulos{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-top: 10px;
  padding: 10px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_titulos_2{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_sub_titulos{

  height: auto;
  width: 100%;
  background: rgba(73,165,191,1);
  background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(82%, rgba(117,189,209,1)), color-stop(100%, rgba(117,189,209,1)));
  background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=1 );
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.menu_lateral_divs{

  height: 10px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;

}


/* Conteúdo */

.conteudo{
  height: auto;
  width: 100%;
}

.conteudo_paginas{
  height: auto;
  width: 100%;
  margin: 10px;   
}

.conteudo_divs_cinza{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_vermelho{

  height: 40px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.conteudo_divs_2{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_branco{

  height: auto;
  width: 98%;
  background-color: #e9e9e9;
  margin-left: 10px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;  
  color: #080808;
  
  box-shadow: 4px 4px #212121;
  

}

/* Lista Carros */

.divs{
  width: 100%;
  height: 5px;
}

.fotos_carros{
  min-width: 100%;
  min-height: 231.75px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.loopauto_marca{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_modelo{
  height: auto;
  color: #0b5c73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5ch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_cor{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_preco{
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}



/* Detalhes Veículo */

.titulo_tabela{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}

.texto_titulo_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 20px;  
}

.texto_titulo_tabela_2{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; 
}

.texto_preco_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  
}

.detalhes_fotos{
  width: 80%;
  min-width: 80%;
}

.detalhes_share-buttons{
  width: 35%;
}

.zoom_fotos{
  width: 100%;
  height: auto;
}

.fotos_carros_grande{
  min-width: 100%;  
  width: 100%;
  height: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.fotos_carros_thumbs{  
  width: 25%;
  height: auto;  
}

.fotos_carros_thumbs_img{
  width: 100%;
  height: auto;  
}

.table{
  width: 100%;
  height: auto;    
  vertical-align: center;  
}

.td_cinza_escuro{
  background-color: #2a2727;
  border-radius: 10px;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.td_cinza_claro{
  min-height: 40px;
  width: 100%;
  background-color: #7a7878;
  border-radius: 10px;  
  font-family: 'Montserrat', sans-serif;
  color: #f8f8f8;
  font-weight: bolder;
}

.td_cinza_vermelho{
  background-color: #a4111f;
  color: #f8f8f8;
  border-radius: 10px; 
  font-family: 'Montserrat', sans-serif;;
  font-weight: bolder;
}

.td_branco{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.icones_itens{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* Rodapé */

.rodape{
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #0b5c73;
}

.rodape_td{
  color: #f8f8f8;
  width: 100%; 
}

.footer_nome{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: bolder;  
}

.footer_endereco{
  color: #f8f8f8;
  font-size: 16px;

}

.span_erros{
  margin-left: 15px;
}

.textarea_conteudo{
  min-height: 50%;
  width: 90%;
  background-color: transparent;
  margin-left: 10px;
  margin-top: -50px;
  border-style: none;
  color: #080808;
}

.table_social_content_images2{
  max-width: 25%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

.my_table{
  width: 100%;
}

.my_table_detalhes{
  width: 100%;
  padding: 8px;
  line-height: 2.428571;
  margin-top: 10px;
}

.tr_detalhes{
  border-bottom: solid 1px #0b5c73;
}

.clear{
  clear: both;
}

.card{
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.spaccing{
  padding: 10px;
}

.btn_ver_detalhes{
 background-color: #0b5c73;
 color: #f8f8f8;
 width: 90%;
 padding: 10px;
 border-radius: 10px;
}

.divs_2{
  width: 100%;
  height: 25px;
}

.table_social_menu_superior{
  width: 100%;
  padding: 2px;
  margin: 2px;  
}

.icones_menu_lateral{
  width: 25px;
}

/* Página de Contato*/

.contato_nome{  
  font-size: 34px;
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  /* margin-left: 36%; */
  text-transform: uppercase;
}

.contato_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.contato_telefone{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #2a2727;
}

a{
  color: #f8f8f8;
  text-decoration: none;
}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  /* Cabeçalho */

.cabecalho{
  height: 50%;
  width: 100%;
  background-image: url(../imagens/cabecalho.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -9998;
  margin-top: -80px;
}

.cabecalho_nome{  
  font-size: 25px;
  font-weight: bold;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;    
  margin-left: 36%;
  text-transform: uppercase;
}

.cabecalho_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.cabecalho_telefone{
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f8f8;
  color: #2a2727;
}

.logo{
  height: 100%;
  width: 100%; 
}

/* Menu Principal */

.menu {
  height: 50px;
  width: 100%;
  padding: 1px;
  background: rgba(147,206,222,1);
  background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,0.50)), color-stop(41%, rgba(117,189,209,0.50)), color-stop(100%, rgba(73,165,191,0.49)));
  background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
  -webkit-transition: none;
  transition: none;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  z-index: -9999;
}

.menu-ul{  
  width: 100%;
  padding: 10px;
}

.menu-li{
  color: #f8f8f8;
  text-transform: uppercase; 
  padding: 8px;
  text-align: left;
  list-style: none;
  display: inline-block;
  overflow: visible;
  position: relative;
  border: none !important;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  font-weight: bold;
}

/* Tabela Conteúdo */

.table_content{
  height: auto;
  width: auto;
  margin-right: 5%;  
  margin-left: 5%;
}

/* Tabela Social */

.table_social_content_tr{
  width: auto;
}

.table_social_content_images{
  max-width: 6%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

/* Busca */

.form_busca{
  margin-left: 2px;
  margin-right: 2px;
}

.input_busca{
  width: 60%;
  margin-left: 2px;
  margin-right: 2px;
  color: #080808;
  border: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 10px;
}

.botao_busca{
 width: 10%;
 border-top-right-radius: 25px;
 border-bottom-right-radius: 25px;
 margin-left: -2px;
 color: #080808;
 background-color: #C9C9C9;
 font-weight: 500;
 border: none;
}

/* Menu Lateral */

.menu_lateral{
  height: auto;
  width: 100%;    
}

.menu_lateral_titulos{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-top: 10px;
  padding: 10px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_titulos_2{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_sub_titulos{

  height: auto;
  width: 100%;
  background: rgba(73,165,191,1);
  background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(82%, rgba(117,189,209,1)), color-stop(100%, rgba(117,189,209,1)));
  background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=1 );
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.menu_lateral_divs{

  height: 10px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;

}


/* Conteúdo */

.conteudo{
  height: auto;
  width: 100%;
}

.conteudo_paginas{
  height: auto;
  width: 100%;
  margin: 10px;   
}

.conteudo_divs_cinza{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_vermelho{

  height: 40px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.conteudo_divs_2{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_branco{

  height: auto;
  width: 98%;
  background-color: #e9e9e9;
  margin-left: 10px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;  
  color: #080808;
  
  box-shadow: 4px 4px #212121;
  

}

/* Lista Carros */

.divs{
  width: 100%;
  height: 5px;
}

.fotos_carros{
  min-width: 100%;
  min-height: 231.75px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.loopauto_marca{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_modelo{
  height: auto;
  color: #0b5c73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5ch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_cor{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_preco{
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}



/* Detalhes Veículo */

.titulo_tabela{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}

.texto_titulo_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 20px;  
}

.texto_titulo_tabela_2{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; 
}

.texto_preco_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  
}

.detalhes_fotos{
  width: 80%;
  min-width: 80%;
}

.detalhes_share-buttons{
  width: 35%;
}

.zoom_fotos{
  width: 100%;
  height: auto;
}

.fotos_carros_grande{
  min-width: 100%;  
  width: 100%;
  height: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.fotos_carros_thumbs{  
  width: 25%;
  height: auto;  
}

.fotos_carros_thumbs_img{
  width: 100%;
  height: auto;  
}

.table{
  width: 100%;
  height: auto;    
  vertical-align: center;  
}

.td_cinza_escuro{
  background-color: #2a2727;
  border-radius: 10px;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.td_cinza_claro{
  min-height: 40px;
  width: 100%;
  background-color: #7a7878;
  border-radius: 10px;  
  font-family: 'Montserrat', sans-serif;
  color: #f8f8f8;
  font-weight: bolder;
}

.td_cinza_vermelho{
  background-color: #a4111f;
  color: #f8f8f8;
  border-radius: 10px; 
  font-family: 'Montserrat', sans-serif;;
  font-weight: bolder;
}

.td_branco{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.icones_itens{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* Rodapé */

.rodape{
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #0b5c73;
}

.rodape_td{
  color: #f8f8f8;
  width: 100%; 
}

.footer_nome{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: bolder;  
}

.footer_endereco{
  color: #f8f8f8;
  font-size: 16px;

}

.span_erros{
  margin-left: 15px;
}

.textarea_conteudo{
  min-height: 50%;
  width: 90%;
  background-color: transparent;
  margin-left: 10px;
  margin-top: -50px;
  border-style: none;
  color: #080808;
}

.table_social_content_images2{
  max-width: 25%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

.my_table{
  width: 100%;
}

.my_table_detalhes{
  width: 100%;
  padding: 8px;
  line-height: 2.428571;
      margin-top: 10px;
}

.tr_detalhes{
  border-bottom: solid 1px #0b5c73;
}

.clear{
  clear: both;
}

.card{
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.spaccing{
  padding: 10px;
}

.btn_ver_detalhes{
 background-color: #0b5c73;
 color: #f8f8f8;
 width: 90%;
 padding: 10px;
 border-radius: 10px;
}

.divs_2{
  width: 100%;
  height: 25px;
}

.table_social_menu_superior{
  width: 100%;
  padding: 2px;
  margin: 2px;  
}

.icones_menu_lateral{
  width: 25px;
}

/* Página de Contato*/

.contato_nome{  
  font-size: 34px;
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  /* margin-left: 36%; */
  text-transform: uppercase;
}

.contato_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.contato_telefone{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #2a2727;
}

a{
  color: #f8f8f8;
  text-decoration: none;
}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  /* Cabeçalho */

.cabecalho{
  height: 50%;
  width: 100%;
  background-image: url(../imagens/cabecalho.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -9998;
  margin-top: -80px;
}

.cabecalho_nome{  
  font-size: 25px;
  font-weight: bold;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;    
  margin-left: 36%;
  text-transform: uppercase;
}

.cabecalho_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.cabecalho_telefone{
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f8f8;
  color: #2a2727;
}

.logo{
  height: 100%;
  width: 100%; 
}

/* Menu Principal */

.menu {
  height: 50px;
  width: 100%;
  padding: 1px;
  background: rgba(147,206,222,1);
  background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,0.50)), color-stop(41%, rgba(117,189,209,0.50)), color-stop(100%, rgba(73,165,191,0.49)));
  background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,0.50) 41%, rgba(73,165,191,0.50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
  -webkit-transition: none;
  transition: none;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  z-index: -9999;
}

.menu-ul{  
  width: 100%;
  padding: 10px;
}

.menu-li{
  color: #f8f8f8;
  text-transform: uppercase; 
  padding: 8px;
  text-align: left;
  list-style: none;
  display: inline-block;
  overflow: visible;
  position: relative;
  border: none !important;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  font-weight: bold;
}

/* Tabela Conteúdo */

.table_content{
  height: auto;
  width: auto;
  margin-right: 5%;  
  margin-left: 5%;
}

/* Tabela Social */

.table_social_content_tr{
  width: auto;
}

.table_social_content_images{
  max-width: 6%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

/* Busca */

.form_busca{
  margin-left: 2px;
  margin-right: 2px;
}

.input_busca{
  width: 60%;
  margin-left: 2px;
  margin-right: 2px;
  color: #080808;
  border: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 10px;
}

.botao_busca{
 width: 10%;
 border-top-right-radius: 25px;
 border-bottom-right-radius: 25px;
 margin-left: -2px;
 color: #080808;
 background-color: #C9C9C9;
 font-weight: 500;
 border: none;
}

/* Menu Lateral */

.menu_lateral{
  height: auto;
  width: 100%;    
}

.menu_lateral_titulos{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-top: 10px;
  padding: 10px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_titulos_2{
  height: auto;
  width: 100%;
  background-color: #0b5c73;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-right-radius: 25px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.menu_lateral_sub_titulos{

  height: auto;
  width: 100%;
  background: rgba(73,165,191,1);
  background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(82%, rgba(117,189,209,1)), color-stop(100%, rgba(117,189,209,1)));
  background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 82%, rgba(117,189,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=1 );
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.menu_lateral_divs{

  height: 10px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;

}


/* Conteúdo */

.conteudo{
  height: auto;
  width: 100%;
}

.conteudo_paginas{
  height: auto;
  width: 100%;
  margin: 10px;   
}

.conteudo_divs_cinza{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_vermelho{

  height: 40px;
  width: 100%;
  background-color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;

}

.conteudo_divs_2{

  height: 40px;
  width: 100%;  
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;    
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: dashed;

}

.conteudo_divs_branco{

  height: auto;
  width: 98%;
  background-color: #e9e9e9;
  margin-left: 10px;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;  
  color: #080808;
  
  box-shadow: 4px 4px #212121;
  

}

/* Lista Carros */

.divs{
  width: 100%;
  height: 5px;
}

.fotos_carros{
  min-width: 100%;
  min-height: 231.75px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.loopauto_marca{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_modelo{
  height: auto;
  color: #0b5c73;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5ch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_cor{
  color: #080808;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.loopauto_preco{
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  padding-left: 10px;
  padding-right: 10px;
}



/* Detalhes Veículo */

.titulo_tabela{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  
}

.texto_titulo_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 20px;  
}

.texto_titulo_tabela_2{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px; 
}

.texto_preco_tabela{
  background-color: #0b5c73;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  padding: 10px;
  
}

.detalhes_fotos{
  width: 80%;
  min-width: 80%;
}

.detalhes_share-buttons{
  width: 35%;
}

.zoom_fotos{
  width: 100%;
  height: auto;
}

.fotos_carros_grande{
  min-width: 100%;  
  width: 100%;
  height: auto;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.fotos_carros_thumbs{  
  width: 25%;
  height: auto;  
}

.fotos_carros_thumbs_img{
  width: 100%;
  height: auto;  
}

.table{
  width: 100%;
  height: auto;    
  vertical-align: center;  
}

.td_cinza_escuro{
  background-color: #2a2727;
  border-radius: 10px;
  color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.td_cinza_claro{
  min-height: 40px;
  width: 100%;
  background-color: #7a7878;
  border-radius: 10px;  
  font-family: 'Montserrat', sans-serif;
  color: #f8f8f8;
  font-weight: bolder;
}

.td_cinza_vermelho{
  background-color: #a4111f;
  color: #f8f8f8;
  border-radius: 10px; 
  font-family: 'Montserrat', sans-serif;;
  font-weight: bolder;
}

.td_branco{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}

.icones_itens{
  width: 50px;
  height: 50px;
  padding-right: 5px;
}

/* Rodapé */

.rodape{
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: #0b5c73;
}

.rodape_td{
  color: #f8f8f8;
  width: 100%; 
}

.footer_nome{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: bolder;  
}

.footer_endereco{
  color: #f8f8f8;
  font-size: 16px;

}

.span_erros{
  margin-left: 15px;
}

.textarea_conteudo{
  min-height: 50%;
  width: 90%;
  background-color: transparent;
  margin-left: 10px;
  margin-top: -50px;
  border-style: none;
  color: #080808;
}

.table_social_content_images2{
  max-width: 25%;
  background-color: #f8f8f8;
  padding: 2px;
  margin: 2px;  
  border-radius: 10px;
}

.my_table{
  width: 100%;
}

.my_table_detalhes{
  width: 100%;
  padding: 8px;
  line-height: 2.428571;
      margin-top: 10px;
}

.tr_detalhes{
  border-bottom: solid 1px #0b5c73;
}

.clear{
  clear: both;
}

.card{
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.spaccing{
  padding: 10px;
}

.btn_ver_detalhes{
 background-color: #0b5c73;
 color: #f8f8f8;
 width: 90%;
 padding: 10px;
 border-radius: 10px;
}

.divs_2{
  width: 100%;
  height: 25px;
}

.table_social_menu_superior{
  width: 100%;
  padding: 2px;
  margin: 2px;  
}

.icones_menu_lateral{
  width: 25px;
}

/* Página de Contato*/

.contato_nome{  
  font-size: 34px;
  font-weight: bold;
  color: #0b5c73;
  font-family: 'Montserrat', sans-serif;
  /* margin-left: 36%; */
  text-transform: uppercase;
}

.contato_slogan{
  font-size: 22px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  background-color: #f8f8f8;
}

.contato_telefone{
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #2a2727;
}

a{
  color: #f8f8f8;
  text-decoration: none;
}

}