section.element_caption_page.caption_padding.map_bg {
    margin-top: 20px;
}
section.element_caption_page.caption_padding.map_bg iframe {
    width: 100%;
    height: auto;
}
.light_blue {
    color: var(--ap-medium-blue-variation);
}

.element_caption_page .elements_container .title_page {
    align-items: flex-start;
}
.element_caption_page .elements_container .title_page .title + .element-container > .section_desc {
    font-size: 13px;
    font-weight: 400;
    margin: 20px 0 0 0;
}
section .body_section.two_columns .contact_info {
    padding: 0 30px;
}
section .body_section.two_columns .contact_info .text_body {
    margin-bottom: 30px;
}
section .body_section.two_columns .contact_info .text_body .address {
    color: var(--ap-strong-blue-variation);
    font-size: 18px;
    margin: 20px 0;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
}
section .body_section.two_columns .contact_info .text_body a.address {
    margin: 0 0 0 -4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
section .body_section.two_columns .contact_info .text_body a.address .icon-wrapper {
    width: 18px;
    margin-right: 6px;
}
section .body_section.two_columns .contact_info .text_body a.address .phone-text {
    font-size: 16px;
    margin-bottom: 12px;
}
section .body_section.unique_form_column,
section .body_section.two_columns .form_section {
    background-color: var(--ap-base-white);
    border-radius: 16px;
    padding: 18px 14px;
}
.body_section.unique_form_column {
    width: 90%;
    max-width: 900px;
}
#secureForm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 0 0 8px;
    flex-wrap: wrap;
}
#secureForm div.form-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 0;
    width: 100%;
}
#secureForm div.form-row input {
    border: 1px solid #ededed;
    width: 100%;
    background-color: #f7fafd;
    padding: 10px 12px;
    color: #010101;
}
#secureForm div.form-row textarea {
    width: 100%;
    min-height: 60px;
    background-color: #f7fafd;
    border: 1px solid #ededed;
    color: #010101;
    padding: 10px 12px;
    margin-bottom: 8px;
}
#secureForm div.form-row input::placeholder,
#secureForm div.form-row textarea::placeholder {
    color: #999;
}
#secureForm div.form-row input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f7fafd inset; /* Cambia el fondo */
    -webkit-text-fill-color: black; /* Cambia el color del texto */
}
#secureForm div.form-row.phone_verifier div.iti {
    width: 100%;
}
#secureForm div.form-row.phone_verifier input#phone {
    padding: 10px 6px 10px 52px;
}
/** Selectores */
#secureForm div.form-row.selector span.select2 {
    width: 100% !important;
}
#secureForm div.form-row.selector span.selection span.select2-selection {
    border: 1px solid #ededed;
    background-color: #f7fafd;
}
#secureForm div.form-row.selector span.selection span.select2-selection,
#secureForm div.form-row.selector span.selection span.select2-selection .select2-selection__arrow {
    height: 36px;
}
#secureForm div.form-row.selector span.selection span.select2-selection .select2-selection__rendered {
    line-height: 36px;
}
#secureForm div.form-row label.switch {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
#secureForm div.form-row label.switch input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
#secureForm input[type="submit"] {
    background-color: var(--ap-base-blue);
    border: none;
    padding: 10px 0;
    margin-top: 6px;
    width: 100%;
    color: var(--ap-base-white);
    border-radius: 4px 4px 10px 10px;
    cursor: pointer;
}
#secureForm input[type="submit"]:disabled {
    background-color: var(--ap-base-medium-gray);
}
#secureForm div.form-row input.no_valid {
    background-color: #ffbaba;
    border: 1px solid #ff5454;
}
#secureForm div.form-row input.no_valid+span.question {
    color: #ff5454;
}
#secureForm div.form-row input.no_valid:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffbaba inset;
}
#secureForm div.form-row label.switch .question > a {
    text-decoration: none;
    font-weight: 600;
    padding: 0 4px;
}
#secureForm div.form-row label.switch .question > a:hover {
    font-weight: 800;
    font-style: italic;
}
#secureForm div.form-row input.no_valid+span.question > a {
    color: #ff5454;
}
#secureForm div.form-row select.no_valid + span.select2.select2-container span.selection span.select2-selection {
    background-color: #ffbaba;
    border: 1px solid #ff5454;
}
#secureForm div.form-row.hidden {
    display: none;
    visibility: hidden;
}
#secureForm div.form-row#patient_suggestion p {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.element_caption_page .elements_container .title_page .hidden {
    display: none;
    visibility: hidden;
}
#secureForm * {
    font-family: 'Plus Jakarta Sans', 'Raleway', sans-serif !important;
}

/** Media query para únicamente móvil */
@media only screen and (max-width: 767px) {
    .element_caption_page .elements_container .title_page h1,
    .element_caption_page .elements_container .title_page h2 {
        font-size: 39px;
    }
    #secureForm div.form-row label.switch input[type="checkbox"] {
        width: 34px;
        height: 20px;
    }
}

/* Media query para tablets */
@media only screen and (min-width: 768px) {
    /* Estilos específicos para tablets */
    section.element_caption_page.caption_padding.map_bg iframe {
        height: 250px;
    }
    .element_caption_page .elements_container .title_page .title + .element-container {
        width: 90%;
    }
    .element_caption_page .elements_container .title_page .title + .element-container > .section_desc {
        font-size: 14px;
    }
    /** Columns form */
    #secureForm div.form-row.two_columns {
        width: 49%;
    }
}

/* Media query para desktops pequeños */
@media only screen and (min-width: 992px) {
    /* Estilos específicos para desktops pequeños */
    section.element_caption_page.caption_padding.map_bg iframe {
        height: 300px;
    }
    .element_caption_page .elements_container .title_page h1,
    .element_caption_page .elements_container .title_page h2  {
        font-size: 65px;
    }
    .element_caption_page .elements_container .title_page .title + .element-container > .section_desc {
        font-size: 16px;
    }
}

/* Media query para desktops grandes */
@media only screen and (min-width: 1200px) {
    /* Estilos específicos para desktops grandes */
    section.element_caption_page.caption_padding.map_bg iframe {
        height: 400px;
    }
}