﻿@media screen and (min-width: 1024px){

    /*#header.isInitial {
        background: transparent;
        border-bottom:none !important;
        box-shadow:none !important;
        position: fixed;
    }
    .isInitial > #topNav
    {
        border-bottom: none !important;
    }

    .isInitial > #topNav > .container > .nav-main-collapse > #topMain>li>a {
        height: 190px;
        line-height: 190px;
    }
    .isInitial > #topNav a.logo {
        height: 190px;
        line-height: 190px;
        overflow: hidden;
        display: inline-block;
    }*/

    /*#header
    {
        top:initial;
    }

    #header.isInitial  a.logo>img
    {
        height: 120px !important;
    }

    #header.fixed a.logo>img:first-child {
        display: block !important;
    }
    #header.isInitial > #topNav a.logo>div {
        font-size: 12px;
        bottom:-15% !important;
    }
    #header.fixed a.logo>div {
        font-size: 8px;
    }

    #rodape>#footer>.container
    {
        padding-top: 230px !important;
    }*/
}



/*.menuHome
{
    font-size:19px !important;
}*/
/*#header.fixed a.menuHome {
    font-size: 15px !important;
}*/


.zap {
    transform: scale(1.1);
    -webkit-transition: transform 2s; /* Safari */
    transition: transform 10s; /* Animation */
}

.zapinverse {
    transform: scale(1.4);
    transition: transform 10s; /* Animation */
}


