.White {
	color: white;
}

.Black {
	color: black;
}

.AzulZeiss1 {
    color: #00a5e8;
}

.Color1,
.Name_Ativo {
	color: #939393;
}





/* BACKGROUNDS */
.Background1,
.MyRevolutionSlider,
.tp-banner-container,
.Line150,
.Line300,
.Line150Hor,
.Mulher .owl-theme .owl-dots .owl-dot span,
.Mulher .owl-theme .owl-dots .owl-dot span:hover,
.Homem .owl-theme .owl-dots .owl-dot span,
.Homem .owl-theme .owl-dots .owl-dot span:hover,
.Mulher .owl-theme .owl-dots .owl-dot.active span,
.Mulher .owl-theme .owl-dots .owl-dot span:hover,
.Homem .owl-theme .owl-dots .owl-dot.active span,
.Homem .owl-theme .owl-dots .owl-dot span:hover,
.Lojas .owl-theme .owl-dots .owl-dot span,
.Lojas .owl-theme .owl-dots .owl-dot span:hover,
.Lojas .owl-theme .owl-dots .owl-dot.active span,
.Lojas .owl-theme .owl-dots .owl-dot span:hover {
	background: #000000;
	background-color: #000000;
}

.Cor_Porta_Menu_Small,
.Porta_Btn_OpenMenu .Btn_OpenMenu,
.Porta_Btn_OpenMenu .Btn_CloseMenu,
.Porta_Btn_OpenMenu_Mobile .Btn_OpenMenu_Mobile,
.Porta_Btn_OpenMenu_Mobile .Btn_CloseMenu_Mobile{
    background: #0081C8;
}




/* BTNS */
.BtnTxtColor1,
.Cover_Atendimento .BtnWhatsApp {
    color: black;
	
    -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;
}

.Cover_Atendimento .BtnWhatsApp:hover {
	color: black;
	letter-spacing: 2px;
	
    -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;
}


.BtnTxtColor1:hover {
    color: white;
	
    -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;
}

.Lojas .BtnLojas {
	color: black;
	background: #e9e9e9;
}

.Lojas .BtnLojas:hover {
	color: white;
	background: #ff7061;
}

.Lentes .BtnSaibaMais {
	color: black;
	background: #ff7061;
}

.Lentes .BtnSaibaMais:hover {
	color: white;
	background: #d55e52;
}

.BtnEnviar {
	background: #oooooo;
}

.BtnEnviar:hover {
	background: #dddddd;
}





/* CONTORNOS */
.Div_Ativo {
	border-bottom: 1px solid #E66665;
}



@media (max-width: 450px) {
    
    .Porta_Menu .Dropdown li a {
        background: #0081C8;
        background-color: #0081C8;
    }
    
}