@media (max-width: 1366px) {

	.Header_Menu {
		margin-top: 10px;
	}
	
	.Header_Menu_Conteudo {
		margin-top: 0!important;
	}

	.Header_Menu .container-fluid {
		width: 98%;
	}
    
	h1 {
		font-size: 45px;
        line-height: 50px;
	}
    
    .CoverWelcome .container-fluid {
        width: 95%;
    }
    
    .CoverSocial {
        margin: 0 0 45px 30px;
    }
    
    .Sobe_CoverSocial {
        margin: 0 0 20px 20px;
    }
    
    .CoverHashtag {
        margin: 0 0 105px 5px;
    }
    
    .Sobe_CoverHashtag {
        margin: 0 0 80px 8px;
    }
    
    .CoverRecursos {
        margin: 0 35px 45px 0;
    }

}

@media (max-width: 1280px) {
    

    
}


@media (max-width: 1024px) {
	


}


@media (max-width: 768px) {
	

}


@media (max-width: 450px) {
    
    .SomeMobile {
        display: none!important;
    }

    #home-landing {
        background-image: url(../images/Background_Mobile.png);
    }
    
    .home-container .container-fluid {
        width: 100%;
    }
    
    .home-container .Header {
        width: auto;
        height: 245px;
        display: block;
        margin-top: 50px;
    }
    
    h1 {
		font-size: 25px;
		line-height: 33px;
        letter-spacing: 2px;
	}
    
    h5 {
        line-height: 35px;
    }
	
    p {
        font-size: 16px!important;
        line-height: 25px;
    }
    
    .BorderRightColuna {
        border-right: 0px solid #cfcdcd;
    }
    
    .RedesSociais .PortaPost {
        width: 345px;
        height: 345px;
    }
    
    .CoverRecursos {
        display: none!important;
    }
    
    .CoverSocial,
    .CoverHashtag {
        display: none;
    }
    
    .CoverWelcome {
        justify-content: flex-end;
        text-align: left!important;
        padding-bottom: 50px;
    }
    
    .CoverRecursos_Scroll {
        display: none!important;
    }
    
    .CoverWelcome .home-bottom {
        display: none;
    }
    
    .CoverSocial {
        position: absolute;
        margin: 0 20px 30px 0;
    }

    .move {
        margin: 60px auto 0 auto;
    }

    .bounce {
        -webkit-animation: bounce 2s infinite;
        -moz-animation: bounce 2s infinite;
        -ms-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
    }
	
    .Sobre .Logo {
        width: 250px;
    }
    
    .Sobre .Logo_VisionPrime {
        width: 100%;
        height: auto;
    }
    
    .Sobre .BorderRight {
        border: 0px solid white;
    }
    
    .Missao {
        height: auto;
        background: white;
    }
    
    .Header_Multimarcas {
        height: 500px;
        background: url("../images/LentesMultimarcas_Mobile.png") center center no-repeat;
    }
    
    .ProdutosMultimarcas .Icones {
        margin: 0 0 0 0;
    }
    
    .ProdutosMultimarcas .CardContato {
        background: #f2f2f2;
        padding: 20px 30px 40px 20px;
    }
    
    .ProdutosMultimarcas .InputSemBordaDireita {
        border-right: 1px solid rgba(0,0,0,0.15)!important;
        border-bottom: 0px solid white!important;
    }
    
    .Header_MarcaExclusiva {
        height: 500px;
        background: url("../images/MarcaExclusiva_Mobile.png") center center no-repeat;
    }
    
    .MarcaExclusiva2 {
        height: auto!important;
        background: white!important;
    }
    
    .MarcaExclusiva2 .Conteudo {
        margin-top: 40px;
        height: auto!important;
    }
    
    .MarcaExclusiva2 .Conteudo p {
        text-align: justify;
    }
    
    .MarcaExclusiva2 h2 {
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 2px;
    }
    
    .DivIconesSocial {
        text-align: left;
    }
    
    .RedesSociais .Links img {
        margin-bottom: 10px;
    }
    
    #back-to-top {
        margin-right: 15px;
    }
    
    .PaddingMobile {
        padding-bottom: 35px;
    }
    
    .CoverHashtag {
        display: none!important;
    }
    
    footer {
        height: auto;
        background-size: cover;
    }

    .PaddingFooterMobile {
        padding-bottom: 55px;
    }
    
    .Assinatura {
        height: auto;
        padding: 15px 0 15px 0;
        text-align: center;
    }
    
    .Assinatura a {
        display: inline-flex;
        margin: 0 auto 0 auto!important;
    }
    
    .table-mobile {
        display: block;
        overflow-x: auto;
    }
    
}