@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
	font-family: "Roboto" !important;
}
.no-padding{
	padding-left: 0;
	padding-right: 0;
}
.p40{
	padding: 40px;
}
.pb50{
	padding-bottom: 50px;
}
.colorgreen{
	color: #06B085;
}
.borde-gris{
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 15px 0px;
}
li{
	font-size: 18px !important;
	font-weight: normal;
}
.float{
	position:fixed;
	width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top: 13px;
    margin-left: 3px;
}
.gracias_registro{
	text-align: center;
    font-size: 3rem;
    padding: 30px 0;
}
.banner-responsive{
	margin-top: 0px;
}
.text-top{
	position: absolute;
    top: 15%;
}
@media (max-width: 575.98px) {
.banner-responsive{
	margin-top: 125px;
}
.text-top{
	position: absolute;
    top: 0%;
}
}