.banner .principal-banner {
    position: relative;
}

.banner .principal-banner img{

    width: 100%;
    height: auto;
    object-fit: cover;
}

.titulo-form h1{

    font-family: 'Gilroy-Black';
    color: #656A6D;
}

.titulo-form p{
    font-family: 'Gilroy-Medium';
    color: #656A6D;
}

.titulo-form p a{
    color: #E13D62;
    font-family: 'Gilroy-Black'
}

.titulo-form p a:hover{
    color: #E13D62;
}

.seccion-form h2{
    font-size: x-large;
    color: #E13D62;
    font-family: 'Gilroy-Black';
}

.seccion-form h6{
    font-family: 'Gilroy-Medium';
    color: #595A5B;
}

.seccion-form p{
    font-family: 'Gilroy-Black';
    color: #595A5B;
    text-align: justify;
}

.seccion-form form .form-label {
    margin-bottom: 0.5rem;
    font-family: 'Gilroy-Medium';
    color: #595A5B;
}

#multi-step-form-container {
    margin-top: 5rem;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.seccion-form .btn-enviar {
    padding: 0.7rem 1.5rem;
    border: 1px solid #E31960;
    background-color: #E31960;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Gilroy-Regular';
}

.seccion-form .btn-enviar:hover{
    background-color: white ;
    color: #E31960;
}

.seccion-form .btn-cancelar {
    padding: 0.7rem 1.5rem;
    border: 1px solid #E31960;
    background-color: white;
    color: #E31960;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Gilroy-Regular';
}

.seccion-form .btn-cancelar:hover{
    color: white ;
    background-color: #E31960;
}

.seccion-form label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}
.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
    background: #fff;
}
.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Gilroy-Regular';
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #E13D62;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #E13D62 !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #E13D62 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #E13D62 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #E13D62 !important;
    color: #fff;
    font-family: 'Gilroy-Bold';
}
.form-stepper .form-stepper-completed .label {
    color: #E13D62 !important;
    font-family: 'Gilroy-Bold';
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #E13D62 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}