.wp-block-audio figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-code {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Consolas, monaco, monospace;
    padding: .8em 1em
}

.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-embed {
    margin: 0 0 1em
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-image figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-pullquote {
    border-bottom: 4px solid;
    border-top: 4px solid;
    color: currentColor;
    margin-bottom: 1.75em
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    text-transform: uppercase
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    position: relative
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-search__button {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-separator.has-css-opacity {
    opacity: .4
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator.has-alpha-channel-opacity {
    opacity: 1
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    margin: 0 0 1em
}

.wp-block-table td,
.wp-block-table th {
    word-break: normal
}

.wp-block-table figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-video figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-video {
    margin: 0 0 1em
}

.wp-block-template-part.has-background {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1.25em 2.375em
}


/* //para otro archivo */
.et_pb_code_inner #_form_3_ {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    font-family: arial, helvetica, sans-serif;
    padding: 20px !important;
    background-color: #007e9e;
    color: #fff;
}

.et_pb_code_inner #_form_3_ .form-group {
    padding-bottom: 20px;
}



.et_pb_code_inner #_form_3_ * {
    outline: 0;
    
}

.et_pb_code_inner ._form_hide {
    display: none;
    visibility: hidden;
}

.et_pb_code_inner ._form_show {
    display: block;
    visibility: visible;
}

.et_pb_code_inner #_form_3_._form-top {
    top: 0;
}

.et_pb_code_inner #_form_3_._form-bottom {
    bottom: 0;
}

.et_pb_code_inner #_form_3_._form-left {
    left: 0;
}

.et_pb_code_inner #_form_3_._form-right {
    right: 0;
}

.et_pb_code_inner #_form_3_ input[type="text"],
.et_pb_code_inner #_form_3_ input[type="tel"],
.et_pb_code_inner #_form_3_ input[type="date"],
.et_pb_code_inner #_form_3_ textarea {
    padding: 6px;
    height: auto;
    border: #979797 1px solid;
    border-radius: 4px;
    color: #000 !important;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.et_pb_code_inner #_form_3_ textarea {
    resize: none;
}

.et_pb_code_inner #_form_3_ ._submit {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-size: 14px;
    text-align: center;
    background: #ff0a0a !important;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 12px !important;
}

.et_pb_code_inner #form_3_ ._submit:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.et_pb_code_inner #form_3_ ._submit.processing {
    position: relative;
}

.et_pb_code_inner #form_3_ ._submit.processing::before {
    content: '';
    width: 1em;
    height: 1em;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    border: double 3px transparent;
    border-radius: 50%;
    background-image: linear-gradient(#ff0a0a, #ff0a0a), conic-gradient(#ff0a0a, #fff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    animation: 1200ms ease 0s infinite normal none running _spin;
}

.et_pb_code_inner #form_3_ ._submit.processing::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff0a0a !important;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 12px !important;
}

@keyframes _spin {
    0% {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(450deg);
    }
}

.et_pb_code_inner #form_3_ ._close-icon {
    cursor: pointer;
    background-image: url('../d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png');
    background-repeat: no-repeat;
    background-size: 14.2px 14.2px;
    position: absolute;
    display: block;
    top: 11px;
    right: 9px;
    overflow: hidden;
    width: 16.2px;
    height: 16.2px;
}

.et_pb_code_inner #form_3_ ._close-icon:before {
    position: relative;
}

.et_pb_code_inner #form_3_ ._form-body {
    margin-bottom: 30px;
}

.et_pb_code_inner #form_3_ ._form-image-left {
    width: 150px;
    float: left;
}

.et_pb_code_inner #form_3_ ._form-content-right {
    margin-left: 164px;
}

.et_pb_code_inner #form_3_ ._form-branding {
    color: #fff;
    font-size: 10px;
    clear: both;
    text-align: left;
    margin-top: 30px;
    font-weight: 100;
}

.et_pb_code_inner #form_3_ ._form-branding ._logo {
    display: block;
    width: 130px;
    height: 14px;
    margin-top: 6px;
    background-image: url('../d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png');
    background-size: 130px auto;
    background-repeat: no-repeat;
}

.et_pb_code_inner #form_3_ .form-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.et_pb_code_inner #form_3_ ._form-label,
.et_pb_code_inner #form_3_ ._form_element ._form-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.et_pb_code_inner #form_3_._dark ._form-branding {
    color: #333;
}

.et_pb_code_inner #form_3_._dark ._form-branding ._logo {
    background-image: url('../d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png');
}

.et_pb_code_inner #form_3_ ._form_element {
    position: relative;
    margin-bottom: 10px;
    font-size: 0;
    max-width: 100%;
}

.et_pb_code_inner #form_3_ ._form_element * {
    font-size: 14px;
}

.et_pb_code_inner #form_3_ ._form_element._clear {
    clear: both;
    width: 100%;
    float: none;
}

.et_pb_code_inner #form_3_ ._form_element._clear:after {
    clear: left;
}

.et_pb_code_inner #form_3_ ._form_element input[type="text"],
.et_pb_code_inner #form_3_ ._form_element input[type="date"],
.et_pb_code_inner #form_3_ ._form_element select,
.et_pb_code_inner #form_3_ ._form_element textarea:not(.g-recaptcha-response) {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
}

.et_pb_code_inner #form_3_ ._field-wrapper {
    position: relative;
}

.et_pb_code_inner #form_3_ ._inline-style {
    float: left;
}

.et_pb_code_inner #form_3_ ._inline-style input[type="text"] {
    width: 150px;
}

.et_pb_code_inner #form_3_ ._inline-style:not(._clear)+._inline-style:not(._clear) {
    margin-left: 20px;
}

.et_pb_code_inner #form_3_ ._form_element img._form-image {
    max-width: 100%;
}

.et_pb_code_inner #form_3_ ._form_element ._form-fieldset {
    border: 0;
    padding: 0.01em 0 0 0;
    margin: 0;
    min-width: 0;
}

.et_pb_code_inner #form_3_ ._clear-element {
    clear: left;
}

.et_pb_code_inner #form_3_ ._full_width {
    width: 100%;
}

.et_pb_code_inner #form_3_ ._form_full_field {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.et_pb_code_inner #form_3_ input[type="text"]._has_error,
.et_pb_code_inner #form_3_ textarea._has_error {
    border: #f37c7b 1px solid;
}

.et_pb_code_inner #form_3_ input[type="checkbox"]._has_error {
    outline: #f37c7b 1px solid;
}

.et_pb_code_inner #form_3_ ._error {
    display: block;
    position: absolute;
    font-size: 14px;
    z-index: 10000001;
}

.et_pb_code_inner #form_3_ ._error._above {
    padding-bottom: 4px;
    bottom: 39px;
    right: 0;
}

.et_pb_code_inner #form_3_ ._error._below {
    padding-top: 8px;
    top: 100%;
    right: 0;
}

.et_pb_code_inner #form_3_ ._error._above ._error-arrow {
    bottom: -4px;
    right: 15px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fdd;
}

.et_pb_code_inner #form_3_ ._error._below ._error-arrow {
    top: 0;
    right: 15px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fdd;
}

.et_pb_code_inner #form_3_ ._error-inner {
    padding: 12px 12px 12px 36px;
    background-color: #fdd;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM9 3V9H7V3H9ZM9 13V11H7V13H9Z' fill='%23CA0000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 12px center;
    font-size: 14px;
    font-family: arial, sans-serif;
    font-weight: 900;
    line-height: 16px;
    color: #000;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(31, 33, 41, 0.298295);
}

.et_pb_code_inner #form_3_ ._error-inner._form_error {
    margin-bottom: 5px;
    text-align: left;
}

.et_pb_code_inner #form_3_ ._button-wrapper ._error-inner._form_error {
    position: static;
}

.et_pb_code_inner #form_3_ ._error-inner._no_arrow {
    margin-bottom: 10px;
}

.et_pb_code_inner #form_3_ ._error-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.et_pb_code_inner #form_3_ ._error-html {
    margin-bottom: 10px;
}

.pika-single {
    z-index: 10000001 !important;
}

.et_pb_code_inner #form_3_ input[type="text"].datetime_date {
    width: 69%;
    display: inline;
}

.et_pb_code_inner #form_3_ select.datetime_time {
    width: 29%;
    display: inline;
    height: 32px;
}

.et_pb_code_inner #form_3_ input[type="date"].datetime_date {
    width: 69%;
    display: inline-flex;
}

.et_pb_code_inner #form_3_ input[type="time"].datetime_time {
    width: 29%;
    display: inline-flex;
}

@media all and (min-width:320px) and (max-width:667px) {
    ::-webkit-scrollbar {
        display: none;
    }

    .et_pb_code_inner #form_3_ {
        margin: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .et_pb_code_inner #form_3_ * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1em;
    }

    .et_pb_code_inner #form_3_ ._form-content {
        margin: 0;
        width: 100%;
    }

    .et_pb_code_inner #form_3_ ._form-inner {
        display: block;
        min-width: 100%;
    }

    .et_pb_code_inner #form_3_ ._form-title,
    .et_pb_code_inner #form_3_ ._inline-style {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .et_pb_code_inner #form_3_ ._form-title {
        font-size: 1.2em;
    }

    .et_pb_code_inner #form_3_ ._form_element {
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }

    .et_pb_code_inner #form_3_ ._form-element,
    .et_pb_code_inner #form_3_ ._inline-style,
    .et_pb_code_inner #form_3_ input[type="text"],
    .et_pb_code_inner #form_3_ label,
    .et_pb_code_inner #form_3_ p,
    .et_pb_code_inner #form_3_ textarea:not(.g-recaptcha-response) {
        float: none;
        display: block;
        width: 100%;
    }

    .et_pb_code_inner #form_3_ ._row._checkbox-radio label {
        display: inline;
    }

    .et_pb_code_inner #form_3_ ._row,
    .et_pb_code_inner #form_3_ p,
    .et_pb_code_inner #form_3_ label {
        margin-bottom: 0.7em;
        width: 100%;
    }

    .et_pb_code_inner #form_3_ ._row input[type="checkbox"],
    .et_pb_code_inner #form_3_ ._row input[type="radio"] {
        margin: 0 !important;
        vertical-align: middle !important;
    }

    .et_pb_code_inner #form_3_ ._row input[type="checkbox"]+span label {
        display: inline;
    }

    .et_pb_code_inner #form_3_ ._row span label {
        margin: 0 !important;
        width: initial !important;
        vertical-align: middle !important;
    }

    .et_pb_code_inner #form_3_ ._form-image {
        max-width: 100%;
        height: auto !important;
    }

    .et_pb_code_inner #form_3_ input[type="text"] {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 1.3em;
        -webkit-appearance: none;
    }

    .et_pb_code_inner #form_3_ input[type="radio"],
    .et_pb_code_inner #form_3_ input[type="checkbox"] {
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        font-size: 1em;
        margin: 0 0.3em 0 0;
        vertical-align: baseline;
    }

    .et_pb_code_inner #form_3_ button[type="submit"] {
        padding: 20px;
        font-size: 1.5em;
    }

    .et_pb_code_inner #form_3_ ._inline-style {
        margin: 20px 0 0 !important;
    }
}

.et_pb_code_inner #form_3_ {
    position: relative;
    text-align: left;
    margin: 25px auto 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    background: transparent !important;
    border: 0px solid #b0b0b0 !important;
    max-width: 500px;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.et_pb_code_inner #form_3_._inline-form,
.et_pb_code_inner #form_3_._inline-form ._form-content,
.et_pb_code_inner #form_3_._inline-form input,
.et_pb_code_inner #form_3_._inline-form ._submit {
    font-family: "IBM Plex Sans", Helvetica, sans-serif;
}

.et_pb_code_inner #form_3_ ._form-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.et_pb_code_inner #form_3_:before,
.et_pb_code_inner #form_3_:after {
    content: " ";
    display: table;
}

.et_pb_code_inner #form_3_:after {
    clear: both;
}

.et_pb_code_inner #form_3_._inline-style {
    width: auto;
    display: inline-block;
}

.et_pb_code_inner #form_3_._inline-style input[type="text"],
.et_pb_code_inner #form_3_._inline-style input[type="date"] {
    padding: 10px 12px;
}

.et_pb_code_inner #form_3_._inline-style button._inline-style {
    position: relative;
    top: 27px;
}

.et_pb_code_inner #form_3_._inline-style p {
    margin: 0;
}

.et_pb_code_inner #form_3_._inline-style ._button-wrapper {
    position: relative;
    margin: 27px 12.5px 0 20px;
}

.et_pb_code_inner #form_3_ ._form-thank-you {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
}

@media all and (min-width:320px) and (max-width:667px) {
    .et_pb_code_inner #form_3_._inline-form._inline-style ._inline-style._button-wrapper {
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
}

.et_pb_code_inner #form_3_ .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.et_pb_code_inner #form_3_ .iti input {
    width: 100%;
    height: 32px;
    border: #979797 1px solid;
    border-radius: 4px;
}

.et_pb_code_inner #form_3_ .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
    border-radius: 4px;
}

.et_pb_code_inner #form_3_ .iti--separate-dial-code .iti__selected-flag:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.et_pb_code_inner #form_3_ .iti__country-list {
    border-radius: 4px;
    margin-top: 4px;
    min-width: 460px;
}

.et_pb_code_inner #form_3_ .iti__country-list--dropup {
    margin-bottom: 4px;
}

.et_pb_code_inner #form_3_ .phone-error-hidden {
    display: none;
}

.et_pb_code_inner #form_3_ .phone-error {
    color: #e40e49;
}

.et_pb_code_inner #form_3_ .phone-input-error {
    border: 1px solid #e40e49 !important;
}
</style>