.Header1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 95%;
    height: 100px;
    margin: 35px auto 0 auto;
    z-index: 1000;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header1_Recua {
    width: 100%!important;
    margin: 0 auto 0 auto;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header1_FixaBtnMenuOntop {
    width: 100%;
    margin: 0 auto 0 auto;
}


.Header1 .BoxLogo {
    position: absolute;
    width: auto;
    height: 100px;
}

.Header1 .BoxLogo .LogoMenu {
    height: 30px;
    width: auto;
    margin: 0 0 0 10px;
}

.Header1 .BoxIdSite {
    width: 200px;
    height: 100px;
}

.Header1 .BoxIdSite p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #d99816;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(217,152,22,0.5);
}





.Header1 .BoxMenu {
    position: absolute;
    right: 0;
    width: 60px;
    height: 100px;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Header1 .BoxMenu .BtnMenu {
    position: fixed;
    float: right;
    width: 60px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Header1 .BoxMenu .BtnMenu .SvgMenu {
    width: 20px;
    height: auto;
    margin: 0 0 0 0;
    fill: #d99816;
}

.BtnMenu_MudaCor {
    fill: black!important;
}

.Header1 .BoxMenu .BtnMenu .Close_Menu {
    display: none;
}

.Close_Menu_Show {
    display: block!important;
}

.Open_Menu_Hide {
    display: none!important;
}



.Header1 .BoxDados {
    position: absolute;
    display: flex;
    right: 0;
    width: auto;
    height: 100px;
    margin: 0 60px 0 0;
}

.Header1 .BoxDados .Box_Btn1 {
    width: auto;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 15px;
}

.Header1 .BoxDados .Box_Btn1 .Btn1 {
    font-display: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: black;
    letter-spacing: 1px;
    background: #d99816;
    padding: 8px 18px;
    border-radius: 20px;
}

.Header1 .BoxDados .Box_Btn1 .Btn1:hover {
    background: #e8a827;
}

.Header1 .BoxDados .Box_Btn2,
.Header1 .BoxDados .Box_Btn3 {
    width: auto;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.Header1 .BoxDados .Box_Btn2 img {
    width: 22px;
    height: auto;
    margin: 0 8px 0 0;
}

.Header1 .BoxDados .Box_Btn3 img {
    width: 30px;
    height: auto;
    margin: 0 8px 0 0;
}

.Header1 .BoxDados .Box_Btn2 p,
.Header1 .BoxDados .Box_Btn3 p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #d99816;
    margin: 0;
    padding: 0;
}

.Header1 .BoxDados .Box_Btn3 a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #d99816;
    margin: 0;
    padding: 0;
}

.Header1 .BoxDados .WhatsApp_Nannini {
    display: none;
}




nav {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 999;
    top: -100px;
    opacity: 0.9;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Nav_Show {
    top: 100px!important;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Nav_Show_Scrolling {
    top: 0px!important;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Nav_Hide {
    top: -100px!important;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Nav_Fixa_Scrolling {
    top: 0!important;
    opacity: 1.0!important;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav .ContainerMenu {
    height: 100px;
}

nav ul {
    margin: 0!important;
	padding: 0!important
}

nav li {
	margin: 0!important;
    position: relative;
    display: inline;
    width: auto;
    height: 100px;
}

nav .FirstEmpty .LogoMenuNav {
    display: none;
}

.LinkMenu {
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
	letter-spacing: 1.5px;
    margin: 0 12px 0 12px;
    color: #d99816;
}

.LinkMenu:hover,
.LinkMenu:active,
.LinkMenu:focus,
.LinkMenuLight:hover,
.LinkMenuLight:active,
.LinkMenuLight:focus {
    color: white;
}









/* RESPONSIVE CSS FOR MOBILE */


@media (max-width: 450px) {
    
    
    /* DESABILITA ITENS */
    .Header1 .BoxDados,
    .Header1 .BoxIdSite {
        display: none!important;
    }
    
    .Header1 {
        width: 95%;
        height: 100px;
        margin: 0 auto 0 auto!important;
    }

    .Header1_Recua {
        width: 95%!important;
        margin: 0 auto 0 auto;

        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .Header1 .BoxMenu .BtnMenu {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        margin-top: 20px;
        
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .BtnMenu_MudaCorMobile {
        border-radius: 100%;
        background: #07202c;
        
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .BtnMenu_MudaCorMobile {
        fill: black!important;
    }
    
    .ContainerMenu {
        position: absolute;
        width: 100%;
        top: 0!important;
        height: auto!important;
        
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    nav {
        top: -450px!important;
        height: auto!important;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    
    nav ul {
        padding-inline-start: 0!important;
        width: 100%;
    }
    
    nav li {
        position: relative;
        display: block!important;
        height: auto!important;
        text-align: left;
        padding: 12px 20px;
        background-color: #07202c;
        border-bottom: 1px dotted rgba(255,255,255,0.10);
    }
    
    nav li:first-child {
        padding-top: 25px;
    }
    
    nav li:last-child {
        padding-bottom: 25px;
    }
    
    nav li a {
        padding: 12px;
    }
    
    nav .FirstEmpty {
        display: flex!important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100px!important;
    }
    
    nav .FirstEmpty .LogoMenuNav {
        height: 40px;
        width: auto;
        margin: 0 0 0 10px;
        display: none;
    }
    
    .LogoMenuNav_Show {
        display: block!important;
    }

    .Nav_Show {
        top: 0!important;

        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .Desabilita_Scroll {
        overflow: hidden!important;
    }
    
    .Overlay_Header {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.85);
        z-index: 998;
        pointer-events: none;
        opacity: 0;
        
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .Overlay_Header_Show {
        opacity: 1!important;
        pointer-events: auto;
        
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
}













/* CUSTOMIZE ITENS NANNINI */

.Header1 .Id_Nannini p {
    border-left: 1px solid rgba(239,97,48,0.5);
}

.Header1 .Id_Nannini p,
.Header1 .BoxDados .Dados_Nannini p,
.Header1 .BoxDados .Dados_Nannini p {
    color: #ef6130;
}

.Header1 .BoxDados .Box_Btn1 .Btn1_Nannini {
    background: #ef6130;
}
.Header1 .BoxDados .Dados_Nannini .Btn1_Nannini:hover {
    background: #d44d1f;
}

.Header1 .BoxMenu .BtnMenu .SvgMenu_Nannini {
    fill: #ef6130;
    margin: 0 0 0 0;
}

.Nav_Nannini {
    background: #ef6130 url("../images/background/NavNannini.png") center center no-repeat;
}

.LinkMenu_Nannini {
    color: black;
}

.LinkMenu_Nannini:hover,
.LinkMenu_Nannini:active,
.LinkMenu_Nannini:focus {
    color: white;
}

@media (max-width: 450px) {
    
    .BoxMenu .Close_Menu .SvgMenu_Nannini {
        fill: black!important;
    }
    
    .Header1 .BoxLogo .LogoMenu {
        height: 25px;
    }
 
    .Nav_Nannini li {
        background-color: #ef6130;
        border-bottom: 1px dotted rgba(0,0,0,0.10);
    }
    
    .BtnMenu_MudaCorMobile_Nannini {
        background: #ef6130;
    }
    
    nav .FirstEmpty .LogoMenuNav_Nannini {
        height: 28px;
    }
    
    .BtnMenu_MudaCor_MobileNannini {
        fill: black!important;
    }
    
}







/* CUSTOMIZE ITENS HUNTER */

.LogoMenu_Hunter {
    height: 45px!important;
    width: auto;
}

.Header1 .Id_Hunter p {
    border-left: 1px solid rgba(239,97,48,0.5);
}

.Header1 .Id_Hunter p {
    color: #ef6130;
}

.Header1 .BoxDados .Dados_Hunter p,
.Header1 .BoxDados .Dados_Hunter p {
    color: #ef6130;
}

.Header1 .BoxDados .Box_Btn3 .BtWhats_Hunter {
    color: #ef6130;
}

.Header1 .BoxDados .Box_Btn1 .Btn1_Hunter {
    background: #ef6130;
    color: #931b1d;
}
.Header1 .BoxDados .Dados_Hunter .Btn1_Hunter:hover {
    background: #931b1d;
    color: #ef6130;
}

.Header1 .BoxMenu .BtnMenu .SvgMenu_Hunter {
    fill: #ef6130;
    margin: 0!important;
}

.Nav_Hunter {
    background: #ef6130;
}

.LinkMenu_Hunter {
    color: black;
}

.LinkMenu_Hunter:hover,
.LinkMenu_Hunter:active,
.LinkMenu_Hunter:focus {
    color: white;
}

@media (max-width: 450px) {
 
    .Nav_Hunter li {
        background-color: #ef6130;
        border-bottom: 1px dotted rgba(0,0,0,0.10);
    }
    
    .BtnMenu_MudaCorMobile_Hunter {
        background: #ef6130;
    }
    
    nav .FirstEmpty .LogoMenuNav_Hunter {
        height: 35px;
    }
    
    .BtnMenu_MudaCor_MobileHunter {
        fill: black!important;
    }
    
}







/* CUSTOMIZE ITENS MIRAFLEX */

.LogoMenu_Miraflex {
    height: 26px!important;
    width: auto;
}

.Header1 .Id_Miraflex p {
    border-left: 1px solid rgba(235,63,87,0.5);
}

.Header1 .Id_Miraflex p {
    color: #eb3f57;
}

.Header1 .BoxDados .Dados_Miraflex p,
.Header1 .BoxDados .Dados_Miraflex p {
    color: #eb3f57;
}

.Header1 .BoxDados .Box_Btn3 .BtWhats_Miraflex {
    color: #bc2f31;
}

.Header1 .BoxDados .Box_Btn1 .Btn1_Miraflex {
    background: #eb3f57;
    color: white;
}
.Header1 .BoxDados .Dados_Miraflex .Btn1_Miraflex:hover {
    background: #d32d44;
    color: white;
}

.Header1 .BoxMenu .BtnMenu .SvgMenu_Miraflex {
    fill: #eb3f57;
    margin: 0!important;
}

.Nav_Miraflex {
    background: #eb3f57;
}

.LinkMenu_Miraflex {
    color: white;
}

.LinkMenu_Miraflex:hover,
.LinkMenu_Miraflex:active,
.LinkMenu_Miraflex:focus {
    color: black;
}

@media (max-width: 450px) {
    
    .BoxMenu .Close_Menu .SvgMenu_Miraflex {
        fill: white!important;
    }
 
    .Nav_Miraflex li {
        background-color: #eb3f57;
        border-bottom: 1px dotted rgba(255,255,255,0.15);
    }
    
    .BtnMenu_MudaCorMobile_Miraflex {
        background: #eb3f57;
    }
    
    nav .FirstEmpty .LogoMenuNav_Miraflex {
        height: 28px;
    }
    
    .BtnMenu_MudaCor_MobileMiraflex {
        fill: white!important;
    }
    
}





/* CUSTOMIZE ITENS SWING EYEWEAR */

.LogoMenu_SwingEyewear {
    height: 30px!important;
    width: auto;
}

.Header1 .Id_SwingEyewear p {
    border-left: 1px solid rgba(255,184,34,0.5);
}

.Header1 .Id_SwingEyewear p {
    color: #ffb822;
}

.Header1 .BoxDados .Dados_SwingEyewear p,
.Header1 .BoxDados .Dados_SwingEyewear p {
    color: #ffb822;
}

.Header1 .BoxDados .Box_Btn3 .BtWhats_SwingEyewear {
    color: #ffb822;
}

.Header1 .BoxDados .Box_Btn1 .Btn1_SwingEyewear {
    background: #ffb822;
    color: black;
}
.Header1 .BoxDados .Dados_SwingEyewear .Btn1_SwingEyewear:hover {
    background: #e1a017;
    color: white;
}

.Header1 .BoxMenu .BtnMenu .SvgMenu_SwingEyewear {
    fill: #ffb822;
    margin: 0!important;
}

.Nav_SwingEyewear {
    background: #ffb822;
}

.LinkMenu_SwingEyewear {
    color: black;
}

.LinkMenu_SwingEyewear:hover,
.LinkMenu_SwingEyewear:active,
.LinkMenu_SwingEyewear:focus {
    color: white;
}

@media (max-width: 450px) {
    
    .BoxMenu .Close_Menu .SvgMenu_SwingEyewear {
        fill: black!important;
    }
 
    .Nav_SwingEyewear li {
        background-color: #ffb822;
        border-bottom: 1px dotted rgba(0,0,0,0.10);
    }
    
    .BtnMenu_MudaCorMobile_SwingEyewear {
        background: #ffb822;
    }
    
    nav .FirstEmpty .LogoMenuNav_SwingEyewear {
        height: 28px;
    }
    
    .BtnMenu_MudaCor_MobileSwingEyewear {
        fill: black!important;
    }
    
}




/* CUSTOMIZE ITENS SWING FUN KIDS */

.LogoMenu_SwingFunKids {
    height: 45px!important;
    width: auto;
}

.Header1 .Id_SwingFunKids p {
    border-left: 1px solid rgba(235,63,87,0.5);
}

.Header1 .Id_SwingFunKids p {
    color: #eb3f57;
}

.Header1 .BoxDados .Dados_SwingFunKids p,
.Header1 .BoxDados .Dados_SwingFunKids p {
    color: #eb3f57;
}

.Header1 .BoxDados .Box_Btn3 .BtWhats_SwingFunKids {
    color: #eb3f57;
}

.Header1 .BoxDados .Box_Btn1 .Btn1_SwingFunKids {
    background: #eb3f57;
    color: white;
}
.Header1 .BoxDados .Dados_SwingFunKids .Btn1_SwingFunKids:hover {
    background: #eb3f57;
    color: white;
}

.Header1 .BoxMenu .BtnMenu .SvgMenu_SwingFunKids {
    fill: #eb3f57;
    margin: 0!important;
}

.Nav_SwingFunKids {
    background: #eb3f57;
}

.LinkMenu_SwingFunKids {
    color: white;
}

.LinkMenu_SwingFunKids:hover,
.LinkMenu_SwingFunKids:active,
.LinkMenu_SwingFunKids:focus {
    color: black;
}

@media (max-width: 450px) {
    
    .BoxMenu .Close_Menu .SvgMenu_SwingFunKids {
        fill: white!important;
    }
 
    .Nav_SwingFunKids li {
        background-color: #eb3f57;
        border-bottom: 1px dotted rgba(255,255,255,0.15);
    }
    
    .BtnMenu_MudaCorMobile_SwingFunKids {
        background: #eb3f57;
    }
    
    nav .FirstEmpty .LogoMenuNav_SwingFunKids {
        height: 28px;
    }
    
    .BtnMenu_MudaCor_MobileSwingFunKids {
        fill: white!important;
    }
    
}




/* CUSTOMIZE ITENS VISTAKIDS */

.LogoMenu_VistaKids {
    height: 50px!important;
    width: auto;
}

.Header1 .Id_VistaKids p {
    border-left: 1px solid rgba(7,103,153,0.5);
}

.Header1 .Id_VistaKids p {
    color: #de9acd;
}

.Header1 .Id_VistaSports p {
    color: #076799;
	border-left: 1px solid #076799!important;
}

.Header1 .BoxDados .Dados_VistaKids p,
.Header1 .BoxDados .Dados_VistaKids p {
    color: #de9acd;
}

.Header1 .BoxDados .Dados_VistaSports p {
    color: #076799;
}

.Header1 .BoxDados .Box_Btn3 .BtWhats_VistaKids {
    color: #de9acd;
}

.Header1 .BoxDados .Box_Btn3 .BtWhats_VistaSports {
    color: #076799;
}

.Header1 .BoxDados .Box_Btn1 .Btn1_VistaKids {
    background: #de9acd;
    color: #015788;
}

.Header1 .BoxDados .Box_Btn1 .Btn1_VistaSports {
    background: #076799;
    color: #7bc7e9;
}

.Header1 .BoxDados .Box_Btn1 .Btn1_VistaSports:hover {
	background: #076799!important;
    color: white!important;
}

.Header1 .BoxDados .Dados_Miraflex .Btn1_Miraflex:hover {
    background: #d32d44;
    color: white;
}

.Header1 .BoxMenu .BtnMenu .SvgMenu_VistaSports {
    fill: #076799;
    margin: 0!important;
}

.Header1 .BoxMenu .BtnMenu .SvgMenu_VistaKids {
    fill: #de9acd;
    margin: 0!important;
}

.Nav_VistaKids {
    background: #de9acd;
}

.Nav_VistaSports {
    background: #076799;
}

.LinkMenu_Miraflex {
    color: white;
}

.LinkMenu_Miraflex:hover,
.LinkMenu_Miraflex:active,
.LinkMenu_Miraflex:focus {
    color: black;
}

@media (max-width: 450px) {
    
    .BoxMenu .Close_Menu .SvgMenu_Miraflex {
        fill: white!important;
    }
 
    .Nav_Miraflex li {
        background-color: #eb3f57;
        border-bottom: 1px dotted rgba(255,255,255,0.15);
    }
    
    .BtnMenu_MudaCorMobile_Miraflex {
        background: #eb3f57;
    }
    
    nav .FirstEmpty .LogoMenuNav_Miraflex {
        height: 28px;
    }
    
    .BtnMenu_MudaCor_MobileMiraflex {
        fill: white!important;
    }
    
}




/* CUSTOMIZE ITENS VISTAKIDS */

.LogoMenu_Miraflex {
    height: 26px!important;
    width: auto;
}

.Header1 .Id_Miraflex p {
    border-left: 1px solid rgba(235,63,87,0.5);
}

.Header1 .Id_Miraflex p {
    color: #eb3f57;
}

.Header1 .BoxDados .Dados_Miraflex p,
.Header1 .BoxDados .Dados_Miraflex p {
    color: #eb3f57;
}

.Header1 .BoxDados .Box_Btn3 .BtWhats_Miraflex {
    color: #bc2f31;
}

.Header1 .BoxDados .Box_Btn1 .Btn1_Miraflex {
    background: #eb3f57;
    color: white;
}
.Header1 .BoxDados .Dados_Miraflex .Btn1_Miraflex:hover {
    background: #d32d44;
    color: white;
}

.Header1 .BoxMenu .BtnMenu .SvgMenu_Miraflex {
    fill: #eb3f57;
    margin: 0!important;
}

.Nav_Miraflex {
    background: #eb3f57;
}

.LinkMenu_VistaKids {
    color: #005687;
}

.LinkMenu_VistaSports {
    color: #7bc7e9;
}

.LinkMenu_Miraflex:hover,
.LinkMenu_Miraflex:active,
.LinkMenu_Miraflex:focus {
    color: black;
}

@media (max-width: 450px) {
    
    .BoxMenu .Close_Menu .SvgMenu_Miraflex {
        fill: white!important;
    }
 
    .Nav_VistaKids li {
        background-color: #de9acd;
        border-bottom: 1px dotted rgba(255,255,255,0.15);
    }
    
    .BtnMenu_MudaCorMobile_Miraflex {
        background: #eb3f57;
    }
    
    nav .FirstEmpty .LogoMenuNav_Miraflex {
        height: 28px;
    }
    
    .BtnMenu_MudaCor_MobileMiraflex {
        fill: white!important;
    }
    
}
