/* #region BUTTON */

.fypf-buttons-container {
    padding-inline: var(--border-view-distance);
    display: flex;
    justify-content: flex-end;
}

/* #endregion BUTTON */

/* #region BANNER - HERO - SECONDARY */
.fypf-hero-secondary::after{
    filter: invert(25%) sepia(61%) saturate(1812%) hue-rotate(251deg) brightness(90%) contrast(101%) !important;
}
/* #endregion BANNER - HERO - SECONDARY */

/* #region BANNER - TEXT - PRIMARY */
.fypf-hero-secondary[data-ylp-bgmode=image]{
background: transparent linear-gradient(90deg, #753BB7 0%, #00C2FF 100%) 0% 0% no-repeat padding-box!important;
margin-top: -43px;
border-radius: 0px 0px 0px 60px;

}
.banner.fypf-hero-secondary .banner__containe::before {
    background: transparent linear-gradient(197deg, #753BB7 0%, #00C2FF 50%, #F6F6F600 100%) 0% 0% no-repeat padding-box;
}
.fypf-hero-secondary[data-ylp-bgmode=image] .banner__title,
.fypf-hero-secondary[data-ylp-bgmode=image] .banner__containe .banner__content p{
    color: #FFFFFF;
}
/* #endregion BANNER - TEXT - PRIMARY */

/* #region TITLE DESCRIPTION */
 .fypf-form .fypf-title-description {
    width: 75%;
    }
.fypf-title-description:not(:has(.info-block__content)) .info-block__title {
    /* Tus estilos aquí */
    max-width: 100%;
}
.fypf-title-description .info-block__content li{
    padding-left: 10px;
}
.fypf-title-description .info-block__content li:before{
    left: 0px;
}
@media (max-width: 768px) {
   .fypf-form .fypf-title-description {
    width: auto;
    }
    .fypf-title-description .info-block__content p:not(:first-child)::after {
    display: none;
    }
   
    .fypf-title-description:not(:has(.info-block__content))::before {
        content: "";
        display: block;
        /* agrega aquí tus estilos, por ejemplo: */
        background: linear-gradient(90deg, var(--primary-700-753bbd) 0%, var(--secondary-color) 49%, #F6F6F600 100%);
        height: 6px;
        border-radius: 5px 0px 0 5px;
        /* margin-bottom: 15px; */
        /* position: absolute; */
        width: 90%;
        /* bottom: 10px; */
        /* top: 75px; */
        margin-bottom: 20px;
        position: static;
    }

    .fypf-title-description:not(:has(.info-block__content))::after {
        top: 160px;
        background: linear-gradient(270deg, var(--primary-700-753bbd) 0%, var(--secondary-color) 49%, #F6F6F600 100%);
        border-radius: 0px 5px 5px 0px;
        margin-top: 20px;
        position: static;
        margin-left: var(--border-view-distance);
        /* margin-top: 45px; */
        content: "";
    display: block;
    margin-left: auto;
    }
}
/* #endregion TITLE DESCRIPTION */

/* #region SEPARATOR */


@media (max-width: 768px) {
.separator {
        width: 100%;
}
}
/* #endregion SEPARATOR */
/* #region  */

/* #region FORM*/
section.setp:nth-of-type(6) .fypf-form .form-label,
.fypf-form .inputs-container .attach-container > p
 {
    display: block;
}





/* BORRAR CUANDO SE PASE EL CSS GLOBAL A PROD  */

.fypf-form .form-select,
.fypf-form .field-text .form-control:not(textarea){
    font: 17px / 20px var(--font-din-regular);
}
.fypf-form .field-text .form-control:focus,
 .fypf-form .form-select:focus
  {
    border-color: var(--primary-700-753bbd);
    outline: none;
    box-shadow: none;
    font: 17px / 20px var(--font-din-regular);

}

.fypf-form .inputs-container .form-select {
    color:var(--grey-700) !important;
}
.fypf-form .inputs-container .form-select.is-valid{
    color: inherit;
}
.fypf-form .mb-3.full-width:focus-within .form-label {
    color: var(--primary-700-753bbd);
}
.fypf-form .text-first  .form-label .form-label--description{
    order: 1;
    margin-bottom: 5px;
    color: var(--grey-700);
}
.fypf-form .text-first  .form-label .second{
    order: 2;
}
.fypf-form .text-first  .form-label:has(.text-danger):not(:has(.form-label--text))::after{
    order: 3;
}
.fypf-form .form-check .form-check-label a,
.fypf-form .step__body fieldset a
{
 border-bottom: 1px solid var(--primary-700-753bbd);
 text-decoration: none;
}
.fypf-form .inputs-container .attach-container .upload-input .custom-file-upload .form-label{
 text-decoration: none;
 margin-bottom: 0px;
}
.fypf-form .inputs-container .attach-container .upload-input .custom-file-upload .input-group { 
    border-bottom: 1px solid var(--primary-700-753bbd);
    text-decoration: none;
    width: max-content;
}

.fypf-form .inputs-container .attach-container .upload-input .custom-file-upload .input-group:has(.form-control[type="file"]:hover) {
    border-bottom: 3px solid var(--primary-700-753bbd);
 cursor: pointer;

}

.fypf-form .form-check .form-check-label a:hover,
.fypf-form .step__body fieldset a:hover,
.input-group:hover .form-label {
 border-bottom: 2px solid var(--primary-700-753bbd);
 cursor: pointer;
}

.fypf-form .form-check .form-check-label a {
  margin-inline: 3px;
  padding: 0px;
}


.fypf-form .inputs-container .attach-container:has(label .text-danger) > p:first-of-type::after {
    content: "*";
    padding-inline-start: 2px;
}

.fypf-form .field-text div.text-danger  {
    display: block;
}
.sended-form-message{
    display: none;
}

/* #endregion FORM*/


