/* #region INFO BLOCK TITLE */
.banner{
    opacity: 0.8;
    display: flex;
    align-items: end;
    height: 300px;
    background-image: url(../images/home/banner-reintegros.png);
    background-position: center center;
    background-size: cover;
    background-position-y: -100px;
    padding: 0;
    
}
.info-block{
    padding: 30px 5px;
    z-index: 2;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    background-color: #616161CC;
}
.info-block .info-block__title{
    margin: 0px;
    position: relative;
    top: 10px;
    font-family: "din-bold";
    line-height: 42px;
    color: #fff;
    font-size: 2.5rem;
    text-shadow: 0 1px 3px #4f4f4f;
}


/* #endregion INFO BLOCK TITLE */

  /* #region FORM RECUPERO */
  div.banner-header__background {
    opacity: 0.8;
    display: flex;
    align-items: end;
    min-height: 300px;
    background-position-y: -100px;
}

div.banner-header__content-center {
    background-color: #616161CC;
    padding-bottom: 0px;
}

div.banner-header__content-center h1 {
    margin: 0px;
    position: relative;
    top: 10px;
}

.recupero-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: auto;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    margin-bottom: 60px;
    margin-top: 60px;
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .recupero-container {
        max-width: 940px;
    }
}

@media (max-width: 999px) and (min-width: 768px) {
    .recupero-container {
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .recupero-container {
        max-width: 90%;
    }
}

@media (max-width: 1200px) {
    .recupero-container {
        flex-direction: column;
    }

    .info-section,
    .form-section {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .info-section {
        max-width: 450px;
    }
}

.info-section {
    background-color: #0063a7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.info-section.success {
    background-color: #28a745;
    max-width: 100%;
    width: 100%;
}

.info-section i {
    font-size: 64px;
    color: #fff;
}

.info-section .text {
    margin: 0px;
    color: #fff;
    font: normal normal normal 20px/25px DIN;
    padding: 30px 0px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;
}

.form-section {
    padding: 30px;
    width: 100%;
}

.form-section form {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.form-section .rectangle {
    width: 12px;
    height: 18px;
    background-color: #0063a7;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
}

.form-section label {
    font: normal normal bold 24px/29px DIN;
    color: #333;
}

.form-section input {
    margin-top: 20px;
    width: 100%;
    background: #FFF 0% 0% no-repeat padding-box;
    border: 1px solid #ccc;
    padding: 8px 5px;
    font-family: "din";
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
}

.form-section input::placeholder {
    color: #999;
}

input:not([value=""]):not(:placeholder-shown) {
    background: transparent !important;
}

.form-section input:focus,
input:focus-visible {
    outline: none;
}

.form-section input.hasError {
    border-bottom: 3px solid #DC3545;
    color: #DC3545 !important;
    font: normal normal bold 16px/19px DIN;
}

.form-section button {
    background: #004370 0% 0% no-repeat padding-box;
    color: #fff;
    letter-spacing: 0px;
    font: normal normal normal 16px/19px 'din-medium';
    text-transform: uppercase;
    border-radius: 0%;
    border: solid 1px transparent;
    padding: 6px;
}

.form-section button:hover {
    background: #01558e 0% 0% no-repeat padding-box;
    color: #fff;
    cursor: pointer;
}

.form-section .error {
    color: #999;
    font: normal normal normal 12px/15px DIN;
    margin-bottom: 1rem;

}
/* #endregion FORM RECUPERO */