/*GNRL*/
body{
	font-size: 18px;
	line-height: 1;
	color: #1E1F28;
	background-color: #FAFAFA;
}
h1{
	font-size: 50px;
	font-weight: 700;
}
p{
	line-height: 1.5;
}
small{
	font-size: 14px;
}
small a{
	font-size: inherit;
}
small a::after{
	content: none
}
@media(max-width: 767px){
	body{
		font-size: 14px
	}
	h1{
		font-size: 28px;
	}
	small{
		font-size: 10px;
	}
}


.velocidades{
	padding-top: 133px;
}
.velocidades .box{
	max-width: 1215px;
	margin: auto;
	background: #ffffff;
	box-shadow: 0px 0px 14px #0000001F;
	border-radius: 8px;
	padding: 2.5rem 2rem 1.5rem;
}
.velocidades .box select{
	width: 100%;
	height: 41px;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	border-radius: 7px;
	padding: 0 1rem;
}
.velocidades .box select.invalid {
    border-color: red;
}
.velocidades .box .btn_wrp{
	max-width: 190px;
}
.velocidades .box .btn_wrp button{
	width: 100%;
	height: 41px;
	background: #1689FF;
	border-radius: 21px;
	border: 0;
	color: #ffffff;
}
.velocidades .box .megas_wrp{
	visibility: hidden;
}
.velocidades .box .megas_wrp .megas{
	max-width: 100%;
	width: 376px;
	height: 103px;
	margin: auto;
	background: linear-gradient(90deg, #050087 0%, #FF44F8 100%);
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.velocidades .box .megas_wrp .megas p {
	color: #ffffff;
    line-height: 1.2;
}
.velocidades .box .megas_wrp .megas p.speed{
	font-size: 36px;
	font-weight: 700;
}
.velocidades .box .megas_wrp .megas p.speed::after{
	content: " Megas";
}
@media(max-width: 767px){
	.velocidades{
		padding-top: 109px;
	}
}