/* 
    DESKTOP
*/
.botaoNovember {
	background-color: #0BD2DD !important;
}

.botaoNovember i {
	color: #31465D;
}

#menuTopo .btnAzCl a, section#planos .btnAzCl{
	transition: 1s;
}

#menuTopo .btnAzCl:hover, section#planos .btnAzCl:hover{
	box-shadow: 0 0 10px #3CA4EC, 0 0 10px #3CA4EC, 0 0 15px #3CA4EC, 0 0 15px #3CA4EC;
}

#menuTopo .btnAzCl:hover a, section#planos .btnAzCl:hover{
	color: #fff !important;
}

#faixa{
	padding: 2rem 0 0rem 0;
	background-color: #000;
	position: relative;
}

#faixa .linkFaixa{
	max-width:80%;
	position:relative;
}

#faixa-interna{
	padding: 2rem 0 2rem 0;
	background-color: #000;
	position: relative;
}
#container-black-november{
    width: 100%;
    position: relative;
	display: flex;
	justify-content: center;
}
#container-black-november a:hover{
	color: #fff;
}

#container-black-november .marcador{
    position: absolute;
    display: flex;
    justify-content: end;
    margin-right: 4rem;
    width: 100%;
    height: 100%;
    z-index: 2;
	align-items: center;
}

#container-black-november .marcador p{
    font-size: 2.5rem;
    font-weight: bold;
    padding: 1rem;
    margin-right: 5rem;
	margin-bottom: 0px;
}
#container-black-november .marcador .caixa-numero{
    border-radius: 0.5rem;
    background-color: #000;
    padding: 0 0.3rem 0 0.3rem;
    position: relative;
    z-index: 2;
}
.caixa-numero::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px; 
    background-color: #4db5fd;
    z-index: 1;
}
#container-black-november .marcador .caixa-numero .numero{
    position: relative;
    z-index: 2;
}
#container-black-november #black-november{
    width: 100%;
    /* height: 100%; */
    z-index: 1;
}

.comeceGratisBlack{
	right:88px; 
	background-color: black;
}

.formBlackNovember{
	background-color: #03D6DF;
	border-radius: 30px;
	margin-top: 2rem;
	padding: 2rem 6rem !important;
	color: black;
}


.formBlackNovember u{
	text-decoration-color: black;
}

.btnLandingBlack{
	text-align: center;
	background-color: #03D6DF;
	color: black;
	border-radius: 5px;
	padding: 0.2rem 0.5rem;
	max-width: 11rem;
	transition: 1s;
}

.btnLandingBlack:hover{
	color: white;
	box-shadow: 0 0 5px #03D6DF, 0 0 5px #03D6DF, 0 0 10px #03D6DF, 0 0 10px #03D6DF;
}

.formBlackNovember button{
	background-color: black;
	border-radius: 10px;
	padding: 0 3rem;
	width: 100%;
	color: white;
	cursor: pointer;
	transition: 1s;
}

.formBlackNovember button:hover{
	background-color: #111;
}

#Otimizadas .textoOtimizada{
	margin-top: 4rem;
}

section#Informacoes{
	background-color: #05E8FB;
	color: black;
	padding: 60px 0 60px 0;
}

section#Informacoes .btnInformacoes{
	background-color: black;
	width: 40%;
	margin: 2rem auto 0 auto;
	padding: 0.5rem 3rem;
	font-weight: bold;
	color: white;
	border-radius: 20px;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}

section#Informacoes .btnInformacoes:hover{
	background-color: #111;
}

section#Informacoes h2 {
	text-align: center;
}

section#Informacoes .informacoesDireita{
	align-items: flex-end;
	margin-right: 1rem;
}

section#Informacoes p.tituloDif {
	font-size: 18px;
	margin-left: 50px;
	font-weight: 300;
	line-height: 24px;
}

section#Informacoes .iconDif {
	width: 50px;
}

section#Informacoes .divDif {
	margin-bottom:1rem;
	background-color: #D9D9D9;
	max-width: 70%;
	border-radius: 10px;
	padding: 3rem 2rem;
	height: 8rem;
}

section#Informacoes .divDif p{
	font-weight: 500;
	margin-bottom: 0;
}

/*
    MOBILE
*/

@media (max-width: 767px) {

	.otimizadaBlack{
		text-align: center;
	}

	#faixa .linkFaixa{
		max-width:100%;
	}

	section#Informacoes .btnInformacoes{
		width: 90%;
	}

	section#Informacoes .divDif {
		height: 10rem !important;
		max-width: 100% !important;
	}

	.formBlackNovember{
		padding: 1rem 2rem !important;
	}

	#Otimizadas .textoOtimizada{
		margin-top: 0;
	}

	#Otimizadas .btnLandingBlack{
		margin: 1.5rem auto 0 auto;
	}
	
	.comeceGratisBlack{
		padding-top: 10px !important; 
		right:0px; 
	}

	#faixa{
		padding-top: 8rem;
		bottom: -2px;
	}

	#container-black-november {
		background-color: #0BD2DD;
	}

	#faixa-interna #container-black-november a{
		max-width: 60% !important;
	}
	#container-black-november .img_interna{
		max-width:60%;
		position: relative;
	}
	#container-black-november .img_interna .marcador p{
		font-size: 1.2rem !important;
	}
	#container-black-november .marcador .caixa-numero{
		padding: 0 0.1rem 0 0.1rem;
		border-radius: 0.2rem;
	}
	#container-black-november .marcador p{
		font-size: 1.9rem;
		padding: 1.8rem 0 3rem 0;
		margin: 0 0.5rem 0 0;
	}
	.pesquisa{
		margin-top: 2rem;
	}
}
@media (max-width: 500px) {
	#faixa-interna #container-black-november a{
		max-width: 80% !important;
	}
	#container-black-november .marcador p{
		font-size: 1.2rem;
		margin: 0 0.4rem 0 0;
	}
	#container-black-november .img_interna{
		max-width:80%;
		position: relative;
	}
	#container-black-november .img_interna .marcador p{
		font-size: 1rem !important;
	}
	.pesquisa{
		margin-top: 1rem;
	}
}

@media (max-width: 390px){
	section#Informacoes .divDif {
		height: 11rem !important;
	}

	#faixa{
		padding-top: 1rem;
	}
} 

@media (max-width: 330px){
	#container-black-november .marcador p{
		font-size: 1rem;
		margin-right: 0.2rem;
	}
}

@media (max-width: 300px) {
	#faixa{
		padding-top: 1rem;
	}
	#faixa-interna{
		padding-top: 6rem !important;
	}
	
	.pesquisa{
		margin-top: 0rem;
	}
    #container-black-november .marcador p{
		font-size: 0.8rem;
		padding: 1rem 0 1rem 0;
		margin-right: 0.2rem;
	}

	#container-black-november .img_interna .marcador p{
		font-size: 0.7rem !important;
	}
	
}

/*
    TABLET
*/

@media (min-width: 767px) and (max-width: 1000px) {

	.comeceGratisBlack{
		padding-top: 12px; 
		right:133px !important; 
	}
	.pesquisa{
		margin-top: 2rem;
	}
	#container-black-november .marcador .caixa-numero{
		padding: 0 0.1rem 0 0.1rem;
		border-radius: 0.2rem;
	}
    #container-black-november .marcador p{
        font-size: 1rem;
        margin-right: 3rem;
		padding: 0px;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {

	.comeceGratisBlack{
		padding-top: 12px; 
		right:22px !important; 
	}
	.pesquisa{
		margin-top: 2rem;
	}
	#container-black-november .marcador .caixa-numero{
		padding: 0 0.1rem 0 0.1rem;
		border-radius: 0.2rem;
	}
	#container-black-november .marcador p{
		font-size: 1.5rem;
		margin-right: 2rem;
	}
}

@media (max-width: 1200px){
	section#Informacoes .divDif {
		max-width: 100% !important;
		height: 9rem;
	}

	#faixa-interna{
		padding-top: 7rem;
	}
}

@media (max-width: 1300px){
	section#Informacoes .divDif {
		max-width: 70%;
		height: 9rem;
	}

	#faixa-interna{
		padding-top: 7rem;
	}
}

@media (min-width: 1200px) and (max-width: 1650px){
	
	#faixa-interna{
		padding-top: 1rem;
	}
	#container-black-november .marcador p{
		font-size: 2rem;
		padding-top: 0.6rem;
		margin-right: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 1800px){
	#faixa .linkFaixa{
		max-width:100%;
	}
}