@charset "utf-8";
/* CSS Document */
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* End Fonts */
body{
	margin: 0;
	background: url("../images/bk-sube-12-web.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color:#E7E7E7;
	font-family: 'Montserrat', sans-serif;
}
h1{
	margin-bottom: 30px;
	color: #FFF;
	font-size: 35px;
}
h2{
	color: #FFF;
	font-size: 30px;
}
h3{
	color: #FFF;
	font-size: 26px;
}
h4{
	color: #FFF;
	font-size: 22px;
}
h5{
	color: #FFF;
}
header,
footer{
	padding: 20px;
	background-color: #000;
}
header .col-md-9{
	text-align: right;
}
section{
	padding: 80px 0;
}
a {
    color: #9C41EF;
}
a:hover {
    color: #FFF;
}
.carousel-control-next {
    right: -90px;
}
.carousel-control-prev {
    left: -95px;
}
.ft-25{
    font-size:25px;
}
.ft-20{
    font-size:20px;
}
.logo{
    width: 120px;
}
.bk-black{
	background-color: #000;
}
.bk-dark {
    background-color: #230060;
}
.bk-light {
    background-color: #9C41EF;
}
.txt-violeta {
    color: #9C41EF;
}
.glass{
	background: rgba(35, 0, 96, 0.4);
	border-radius: 0px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5.8px);
	-webkit-backdrop-filter: blur(5.8px);
	border: 1px solid rgba(35, 0, 96, 0.3);
	padding: 30px 40px;
}
.glass-two{
	background: rgba(9, 1, 28, 0.59);
	border-radius: 0px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5.8px);
	-webkit-backdrop-filter: blur(5.8px);
	border: 1px solid rgba(9, 1, 28, 0.3);
	padding: 30px 40px;
}
.number{
	font-size: 70px;
	font-weight: 800
}
.bk-sube-two{
	background: url("../images/bk-sube-12-web-2.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.f-300{
	font-weight: 300;
}
strong{
	font-weight: 800;
}
.btn {
    display: inline-block;
	text-transform: uppercase;
    font-weight: 800;
    line-height: 1.5;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #9C41EF;
    border: 1px solid #9C41EF;
    padding: 6px 40px;
    font-size: 1rem;
    border-radius: 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover {
    color: #9C41EF;
    background-color: #FFF;
}
.btn-send {
    display: inline-block;
	text-transform: uppercase;
    font-weight: 800;
    line-height: 1.5;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #9C41EF;
    border: 1px solid #9C41EF;
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-send:hover {
    color: #9C41EF;
    background-color: #FFF;
}
#steepOne label{
    display: none;
}
#steepOne label#legalLabel{
    display: initial;
}
#steepThree{
    display:none;
}
.bk{
    cursor: pointer;
}
footer{
    font-size: 13px;
}
/* Form Styles */
.form-filed{
	margin-bottom: 15px;
}
.label{
	color: #989898;
	font-size: 12px;
    text-transform: uppercase;
	display: block;
}
.error,
#errmsg{
	display: block;
    color: #f54b3f;
    font-size: 11px;
    text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
}
input,
textarea,
select{
	width: 100%;
	padding: 7px;
	font-size: 14px;
	color: #242424;
	border-radius: 5px;
	border: 1px solid #9C41EF;
}
textarea{
	height: 80px;
}
button{
	width: 100%;
	padding: 7px 0;
}
.ap{
    margin-left: 10px;
    margin-bottom: -4px;
}
img{
    width: 100%;
    max-width: 100%;
}
/* End Form Styles */

/* Responsive Tablet */

/* End Responsive Tablet */

/* Responsive Phone */
@media only screen and (max-width: 720px) {
  header {
    text-align: center;
  }
  header .col-md-9 {
    text-align: center;
    margin-top: 15px;
  }
}
/* End Responsive Phone */