/* Estilos específicos del componente heroLanding */
.hero-landing-section .column-form-image {
    display: flex;
}

.hero-landing-section .column-form-image .column-detail {
    padding: 0;
    position: relative;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hero-landing-section .column-form-image .column-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    flex: 1;
}

.hero-landing-section .column-top-form-oferta .top-form-image {
    text-align: center;
}

.hero-landing-section .column-top-form-oferta .top-form-image img {
    width: auto;
    max-height: 150px;
    height: auto;
}

.hero-landing-section.section {
    padding: 2rem 0;
}

.hero-landing-section .column-form-oferta .column-detail {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.hero-landing-section .column-form-oferta .column-top-form-oferta {
    padding: 1.5rem 1rem;
}

.hero-landing-section .column-form-oferta .top-form-image {
    margin-bottom: 1rem;
}

.hero-landing-section .column-form-oferta .top-form-title h1 {
    margin-bottom: 0px;
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: inherit;
}

.hero-landing-section .column-form-oferta .top-form-title h1 span,
.hero-landing-section .column-form-oferta .top-form-title h2 span,
.hero-landing-section .column-form-oferta .top-form-title h3 span {
    margin-bottom: 0px;
}

.hero-landing-section .column-form-oferta .top-form-title h1 strong {
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
}

.hero-landing-section .column-form-oferta .top-form-title h2 {
    width: 100%;
    margin: 0 auto;
    line-height: 1.3;
    font-size: 2rem;
    font-weight: normal;
}

.hero-landing-section .column-form-oferta .top-form-title h3 {
    font-size: 1.8rem;
    line-height: 1.3;
}

.hero-landing-section .column-form-oferta .top-form-title + .top-form-tag {
    margin-top: 1rem;
    margin-bottom: 10px;
}

.hero-landing-section .column-form-oferta .top-form-tag {
    text-align: center;
}

.hero-landing-section .column-form-oferta .top-form-tag .tag-promo {
    font-size: 18px;
    background-color: #ffd102;
    color: #3a3c3f;
    padding: 0 .5rem;
    font-weight: 600;
}

.hero-landing-section .form-hero-title.cta-heroLanding {
    margin-bottom: 0;
    padding: .6rem 1.5rem;
    text-align: center;
    background-color: rgba(58, 60, 63, 0.8);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.hero-landing-section .sf-hidden {
    display: none !important;
}

.hero-landing-section .form-hero-title.cta-heroLanding .titleNumber {
    font-size:18px;
    font-weight:500;
    color:#fff;
}

.hero-landing-section .form-hero-title.cta-heroLanding .drp-phone a {
    font-size:32px;
    font-weight:700;
    color:#ffd102;
    line-height: 1;
}

/* Formulario */
.hero-landing-section .section.new-form>.container>.row>.column:first-child {
    margin-top: 0 !important;
}

.hero-landing-section .form-wrapper .generic-form .textImageComponent {
    width: 100%;
}

.hero-landing-section .section.new-form .column-detail.bg-custom {
    background-color: rgba(0,0,0,0.8);
    padding: .5rem 2rem !important;
    border-bottom-left-radius: 25px 25px;
    border-bottom-right-radius: 25px 25px;
}

.hero-landing-section .section.new-form p:first-child {
    margin-bottom: .5rem;
}

.hero-landing-section .section.new-form .generic-form .ps-select, 
.hero-landing-section .section.new-form .generic-form textarea, 
.hero-landing-section .section.new-form form .input-group, 
.hero-landing-section .section.new-form form .ps-checbox, 
.hero-landing-section .section.new-form form .ps-radio {
    margin-bottom: .7rem;
}

.hero-landing-section .form-wrapper form .ps-input .form-control {
    background-color: #fff;
    border-radius: 6rem;
}

.hero-landing-section form ::placeholder {
    opacity: 1 !important;
    padding-left: 15px;
}

hero-landing-section .form-wrapper form {
    position: relative;
}

.hero-landing-section .form-wrapper form .column {
    margin-top: 0px !important;
}

.hero-landing-section .section.new-form form .ps-checbox {
    margin-bottom: 0
}

.hero-landing-section .section.new-form .ps-checbox.checkbox-alone fieldset {
    text-align: center
}

.hero-landing-section .section.new-form .checkbox-container {
    padding-left: 0
}

.hero-landing-section .section.new-form .checkbox-container .checkmark {
    display: block;
    position: unset;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: .3rem;
    border: 1px solid #f4f4f4;
}

.hero-landing-section .section.new-form .checkbox-container .checkmark:after {
    left: unset;
    top: unset;
    width: 5px;
    height: 10px;
    margin: 4px 8px
}

.hero-landing-section .section.new-form .ps-checbox.checkbox-alone fieldset.checkbox-container label.fontNormal {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse
}

.hero-landing-section .section.new-form .checkbox-container p {
    margin-left: 8px !important
}

.hero-landing-section .section.new-form .form-wrapper form.generic-form .ps-checbox.error .errorMessage {
    bottom: -0.5rem;
    position: relative
}


body:not(.editMode) .hero-landing-section .form-wrapper form .column.column-buttons {
    position: absolute;
    right: 0;
    padding: 0 !important;
    width: auto;
    z-index: 9;
}

body:not(.editMode) .hero-landing-section .form-wrapper form .column.column-checbox + .column.column-buttons {
    bottom: 52px;
}

body:not(.editMode) .hero-landing-section .form-wrapper form .column.column-fieldText + .column.column-buttons {
    bottom: 12px;
}

.hero-landing-section .form-wrapper form .column-buttons .linkComponent {
    margin-top: 0 !important;
}

.hero-landing-section .form-wrapper form .column-buttons .btn {
    font-weight: 600;
    font-size: 15px;
    padding: .67rem 2rem;
    margin-right: 0;
}

.hero-landing-section .section.new-form form br:last-child {
    display:none;
}

@media (max-width: 767.98px) {
    .hero-landing-section .form-hero-title.cta-heroLanding {
        flex-direction: column;
        gap: 0;
        padding: .4rem 1rem;
    }

    .hero-landing-section .section.new-form {
        padding: 0 !important;
    }
}
@media (max-width: 767.98px) {
  .column-top-form-oferta .top-form-image.d-block.d-md-none img {
      width: 100%;
      height: auto;
      margin: 0;
      object-fit: cover;
      border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
      display: block;
      max-height: none;
  }
}

