/* Header imagen de las páginas secundarias */
.top_panel_title.top_panel_style_3.title_present.breadcrumbs_present.scheme_original {
    position: relative;
    height: 250px;
}

.top_panel_title_inner {
    height: 100%;
}

.top_panel_title_inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: linear-gradient(270deg, rgb(0 0 0 / 18%) 30.72%, rgb(0 0 0 / 62%) 46.47%, rgb(0 0 0 / 70%) 67.99%);
}

.top_panel__lead {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    text-align: center;
}

.top_panel__lead h1,
.top_panel__lead p {
    color: #FFF;
}

.top_panel__lead p {
    max-width: 393px;
}

/* Lead principal que acompaña la imagen de Header*/


@media (min-width: 768px) {
    .top_panel_title.top_panel_style_3.title_present.breadcrumbs_present.scheme_original {
        height: 400px;
    }
}

/* Estilos de los formularios generales de la página */

.gp-c-form form {
    left: 0!important;
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
}

.gp-c-form__action {
    margin-bottom: 16px;
}

.gp-c-form__action label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500;
}

.gp-c-form__action input,
.gp-c-form__action textarea {
    width: 100%;
    border: 1px solid rgb(193 193 193);
    border-radius: 4px;
}

.gp-c-form__action input {
    min-height: 40px;
}

.gp-c-form__action span.wpcf7-not-valid-tip {
    font-size: 14px;
}

.gp-c-form__button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.gp-c-form__button input {
    width: 241px;   
    border-color: rgb(0 27 84);
    border-radius: 8px;
    color: rgb(255 255 255);
    background-color: rgb(0 27 84);
    transition: all .5s ease-in-out;
}

.gp-c-form__button input:hover {
    border-color: rgb(0 27 84);
    color: rgb(0 27 84);
    background-color: transparent;
}

.gp-c-form .wpcf7-response-output {
    border-radius: 4px;
    border-color: rgb(255 185 0);
    padding: 24px !important;
    text-align: center;
    color: rgb(255 255 255);
    background-color: rgb(255 185 0 / 70%);
}