body{
  margin: 0;
    padding: 0;
    }   
.row{
    margin: 0 !important;
    padding: 0;
}
#site{
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    
}

    #end-topo{
    background: #000;
    color: #fff;
    width: 100%;
    
}

    #end-topo a{
    text-decoration: none;
    color: yellow;
    font-size: 13px;
    
}

    
#logo-topo{
   /* height: 100px;  -  Apaguei para aumentar o tamanho do logo no site */
    width: 100%;
}

#divlogo{
    /*width: 280px; -  Apaguei para aumentar o tamanho do logo no site */

}

#divlogo img{
    margin: 0 auto;
}
#bloco-menu{
    width: 100%;
}
    #menu{
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

#bloco-slide{
    width: 100%;
    margin-bottom: 15px !important;
}

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
    #contato{
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
        height: 520px;
    
 }

    #contato h1{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bolder;
        text-align: center;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        margin-bottom: 5px;
}

    #contato h2{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        margin: 0;
        padding: 0;
        text-indent: 15px;
        margin-bottom: 5px;
        margin-top: 20px;
}

    #contato p{
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        text-align: left;
        margin: 0;
        padding: 0;
        text-indent: 15px;
        margin-bottom: 5px;
}

     #contato a{
        text-decoration: none;
        font-weight: bold;
        color: blue;    
}

    #form{
        width: 100%;
        margin: 0;
        float: left;
    
}


    #form article{ /* foi criado no HTML para organizar o formulario */
    width: 90%; 
    height: 480px;
    margin: 0 auto;
    padding: 0;
   
}

    #fmensagem{
        max-height: 150px;
        max-width: 100%;
}

    #btn-cadastrar{
        margin-top: 10px;
        margin-left: 10px;
}

    #mapa{
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
        margin-top: 15px !important;

}

   .mapa{
        width: 100%;
       height: 350px;
       margin: 0;
       padding: 0;
}

    #rodape{
        width: 100%;
        float: left;
        background: #000;
        height: 80px;
    
}

    #rodape p{
        text-align: center !important;
        color:#fff;
        width: 100% ;
        font-size: 14px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        
}
    #rs-redessociais{
        width: 25%;
        margin: 0 auto ;
        height: 35px;
    
}

    #rodape a{
    text-decoration: none;
}

    .rs-rodape{
        width: 10% ;
        margin-left:15%;
        float: left;
           
}

    
    .rs-rodape i{
        color:yellow;
        font-size: 21px;
        margin-left: 17%;
        
        /* o comando abaixo cria um efeito de transição entre o estado normal e o estado focus, neste caso de 1 segundo, servindo para vários navegadores (webkit - Crome e safari, Moz - Mozila, MS - Microsoft, o - Opera) */
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
       
}
    .rs-rodape i:hover{
        color: red;
        font-size: 25px;
        
       
}


/* o LARG-INPUT foi desabilitado*/
/*.larg_input{  estamos formatando os campos de formularios com excessão da TEXTAREA para isso usamos uma CLASS, neste caso denominada larg_input*/
    /*width: 380px; 
    height: 35px;
    margin: 0 0 10px 10px;
    border: 0;*/ /* o comando informa qual a borda do objeto deve ser aplicada, neste caso 0 remove a borda padrão*/
    /*background: #ccc;
    
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    color: #333;
    text-indent: 5px;*/
    
    /* o comando abaixo cria um efeito de transição entre o estado normal e o estado focus, neste caso de 1 segundo, servindo para vários navegadores (webkit - Crome e safari, Moz - Mozila, MS - Microsoft, o - Opera) */
   /* -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}*/

/*// programação MEDIA QUERIES - os comandos abaixo são motificações para cada tamanho de tela (varia de acordo com a tela), os comandoa acima são padronizados independente o tamanho da tela (não varia de acordo com a tela) )*/

    

/*para telas  até 767px de largura ( pequenos smart fones e outros smart fones mais comuns)*/
@media only screen and (max-width: 767px) {
    body{
        background: #fff;
    }
}

/*para telas de 768 até 991px de largura ( tablets e fablet)*/
@media (min-width:768px) and (max-width: 991px) {
    body{
        background: #fff;
    }
    
    #contato{
        width: 100%;
        float: left;
        padding-left: 40px;
        height: 480px;
}
        
     #redessociais{
        width: 40% ;
        margin: 0 auto;
        background: red;
    
}
    
    #redessociais i{
        color:yellow;
        font-size: 21px;
        margin-left: 15%;
}
}

/*para telas a partir de 992 ( computadores e TVs)*/
@media (min-width: 992px) {
    body{
        background: #fff;
    }
    
    #end-topo{
        height: 35px;
        margin-bottom: 0;
}
    #end-topo address{
        float: left;
        margin-left: 20px;
        font-weight: bold;
        line-height: 35px; /* deixa o texto alinhado na vertical no meio do valor especificado*/
        margin-bottom: 0;
    }
    
    #contato{
        width: 65%;
        float: left;
        padding-left: 150px;
        height: 480px;
}
    
    .email-fone{
        float: right;
        margin-left: 30px;
        margin-right: 20px;
        font-weight: bold;
        line-height: 35px;
        margin-bottom: 0;
    }
   
    #mapa{
        width: 100%;
        float: left;
        
    }
    .mapa{
        height: 430px;
    }
    #form{
         width: 30%;
        float: right;
        
    }
    #form article{
        width: 100%;
        margin: 0;
    }
     #redessociais{
        width: 20% ;
        margin: 0 auto;
        background: red;
    
}
    
    #redessociais i{
        color:yellow;
        font-size: 21px;
        margin-left: 15%;
}
}




















