/*

Theme Name: Empresarial Pro

Author: Rafael Rodrigues de Carvalho Severo - Carvtech

Author URI: https://carvtech.com.br

Description: Tema profissional para Empresas

Version: 1.0

License: GNU General Public License v3 or later

License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/





/* NOVO CABEÇALHO */



         @media(max-device-width: 799px){

            .header-bloco-super {

               height: 85px !important;

            }

            .logo{

                margin-left: 40px;

                width: 230px;

            }

            .linha-top-down{

                display: inline-flex;

            }

        }

        

        @media (min-device-width: 800px){

             .logo{    

                float: left;

             }

             .header-bloco-super {

                height: 85px !important;

                

            }

         .linha-top-down{

            

            display: block;

                 

             }

        }

        .header-bloco-super {

            display: block;

            box-shadow: 0 0 8px 0 rgb(0 0 0 / 50%);

        }

header{
position:absolute;
z-index:1;
width:100%;
}

        .topbar{

            /*background: rgba(255, 255, 255, 0.3);*/
    	    padding: 0;
    	    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    	    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    	    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 15%);

            min-height: 85px;

            line-height: 85px;

            z-index: 999;

            left: 0;

            right: 0;

        }

        .linha-top-down{

            top:0;

            line-height: 85px;

            margin-left:auto;

            margin-right:auto;

        }

        

        .linha-top-top{

            background-color: rgba(0,0,0,1);

            border: 0;

            line-height: 50px;

            height:50px;

            color: #FFFFFF;

            font-size: 15px;

            font-weight: 400;

        }

        .linha-top-top-line{

             margin-left:auto;

            margin-right:auto;  

        }

         @media screen and (max-width: 800px){

              .linha-top-top{

                  display:none;

              }

         }

                

        @media screen and (min-width: 1240px){

            .linha-top-down {

                width: 1200px !important;

            }

            .linha-top-top-line{

                width: 1200px !important;

            }

        }

        .logo{

            

            line-height: 85px;

        }

        

        .logo a {

            text-decoration: none;

            display: inline-block;

            line-height: 80px;

            vertical-align: top;

        }

        

        .logo a > img {

            max-height: 85px;

            width: auto;

            vertical-align: middle;

        }

                

        @media (min-width: 1200px) {

            .linha {

                width: 1170px;

            }

        }

        

        .redes-sociais-top{

            float:right;

            font-weight:600;

            padding-right:10px;

        }

