body{
    font-family: "Muli", sans-serif;
}
label.form-check-label.big-label {
    font-size: 19px;
    padding-left: 20px;
    font-weight: 600;
}
.relative2 {
    position: relative;
}
li.parsley-remote, .parsley-pattern, .parsley-required, .parsley-errors-list {
    color: red;
    font-size: 14px;
    list-style: none;
    padding: 0;
}
input.form-check-input {
    width: 27px;
    height: 27px;
    margin-top: 0.1rem !important;
}
 .steps-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.line {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
.line.progress {
    background: #013f74;
    transition: width 0.3s ease-in-out;
}
.step {
    width: 25px;
    height: 25px;
    background: white;
    border: 3px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.step.completed {
    background: #013f74;
    border-color: #013f74;
    color: white;
}
.step.active {
    background: white;
    border: 3px solid #013f74;
    box-shadow: 0 0 0 4px rgb(1 63 116 / 30%);
    color: #013f74;
}
.step.inactive {
    background: #c2c2c2;
    border-color: #c2c2c2;
    color: white;
}
.allbg{
    background-image: url(../img/top.png), url(../img/bottom.png), url(../img/back.png);
  background-size: cover; 
  background-color: #f1f1f1;
  min-height: 100vh
}

.bgwhite{
  background-color: white;
}

.border-radius{
  border-radius: 20px;
}
.relative {
    position: relative;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.social-icon {
    font-size: 24px;
    color: #fff;
    transition: color 0.3sease;
    background: #a0a0a0;
    padding: 7px 15px 0px 15px;
    border-radius: 37px;
    width: 50px;
    height: 50px;
    text-align: center;
}
.social-icon:hover {
    color: #000;
}

.facebook { color: #1877f2; }
.pinterest { color: #e60023; }
.instagram { color: #e4405f; }

.copydown p {
    margin: 4px;
    font-size: 18px;
    font-family: "Muli", sans-serif;
}

.circle-content-1 {
    color: #4a4a4a;
    background-color: rgb(218, 218, 218);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;
    border-radius: 100px;
}
.circle-content {
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    top: -40px;
    z-index: 99;
    left: 46%;
    background-image: url(../img/01.png);
    background-size: contain;
}
.tittle {
    position: relative;
    padding-top: 48px;
    font-size: 23px;
    font-weight: bold;
    font-family: "Kanit", sans-serif;
    color: gray;
}
.block-subtitle {
    position: relative;
    margin-top: 48px;
    font-size: 23px;
    font-weight: bold;
    font-family: "Kanit", sans-serif;
    
}
.block-subtitle h3{
    color: #e19203;
}
.block-subtitle h5{
    color: #808080;
}
.upper{
  text-transform: uppercase;
}
.logo-header-inv{
  width: 250px;
}
.btn-transparent {
    font-weight: bold;
    font-size: 18px;
    color: #013f74;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
form#EmpresaInversoresForm label {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #0a4679;
}
.alert {
    position: fixed;
    right: 7px;
    bottom: 0px;
    max-width: 60%;
    font-size: 15px;
    z-index: 99999;
}