/* La hoja Font Awesome 6 usa estas familias; se sirven desde las fuentes locales disponibles. */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/admin-files/assets/plugins/global/fonts/%40fortawesome/fa-regular-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('/admin-files/assets/plugins/global/fonts/%40fortawesome/fa-solid-900.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/admin-files/assets/plugins/global/fonts/%40fortawesome/fa-brands-400.woff2') format('woff2');
}

/* Maqueta visual local de Revisiones Técnicas del Perú. */

.rtp-home {
    min-width: 320px;
    overflow-x: hidden;
    background: #ffffff;
    color: #2f2f2f;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 15px;
}

.rtp-home .rtp-payment-home-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 1180px;
    margin: 18px auto 0;
    padding: 14px 20px;
    border: 1px solid #f1c232;
    border-radius: 8px;
    color: #664d03;
    background: #fff3cd;
    font-weight: 600;
    text-align: center;
}

.rtp-home .rtp-payment-home-message i {
    color: #e0a800;
    font-size: 20px;
}

.rtp-home a,
.rtp-home a:hover,
.rtp-home a:focus {
    text-decoration: none;
}

.rtp-home .bodyTop {
    height: 0;
}

.rtp-home .full-header {
    position: relative;
    z-index: 100;
    height: auto;
    background: #ffcc29;
}

.rtp-home #primary-menu {
    position: relative;
    min-height: 0;
    margin: 0;
    border: 0;
    background: #ffcc29;
}

.rtp-home .rtp-header-main {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100px;
    min-height: 100px;
    margin: 0;
    background: #ffcc29;
}

.rtp-home .rtp-logo-column {
    display: flex;
    flex: 0 0 34%;
    align-items: center;
    width: 34%;
    min-height: 76px;
    padding: 0;
    background: #ffcc29;
}

.rtp-home .rtp-logo-column .logo {
    display: block;
    width: 100%;
}

.rtp-home .customLogo {
    display: block;
    width: min(100%, 390px);
    height: auto;
    margin: 0 0 0 28px;
}

.rtp-home .rtp-contact-column {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    min-height: 76px;
    padding: 0 40px 0 22px;
    background: #ffcc29;
}

.rtp-home .logosTops {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    width: 100%;
    color: #000000;
    white-space: nowrap;
}

.rtp-home .rtp-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.rtp-home .rtp-contact-link:hover,
.rtp-home .rtp-contact-link:focus {
    color: #000000;
}

.rtp-home .rtp-contact-link i {
    font-size: 21px;
}

.rtp-home .rtp-email-link {
    font-size: 16px;
}

.rtp-home .rtp-login {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 13px;
    border-radius: 7px;
    color: #ffffff;
    background: #ed1c24;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.rtp-home .rtp-login:hover,
.rtp-home .rtp-login:focus {
    color: #ffffff;
    background: #d5141b;
}

.rtp-home .rtp-login i {
    font-size: 22px;
}

.rtp-home .rtp-navigation {
    position: relative;
    z-index: 3;
    min-height: 64px;
    background: #000000;
}

.rtp-home .rtp-nav-inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 64px;
    margin: 0;
    background: #000000;
}

.rtp-home .customMenu {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex: 1 1 auto;
    float: none;
    min-height: 64px;
    padding: 0 0 0 16px;
    margin: 0;
    background: #000000;
}

.rtp-home .customMenu > li {
    position: relative;
    float: none;
}

.rtp-home .customMenu > li > a {
    display: flex;
    align-items: center;
    padding: 10px 8px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
}

.rtp-home .customMenu > li > a:hover,
.rtp-home .customMenu > li.active > a {
    color: #ffcc29;
    background: transparent;
}

.rtp-home .rtp-social {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 14px;
    padding: 0 28px 0 14px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.rtp-home .rtp-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #000000;
    background: #ffffff;
    font-size: 17px;
}

.rtp-home .rtp-social a:hover,
.rtp-home .rtp-social a:focus {
    color: #000000;
    background: #ffcc29;
}

.rtp-home .navbar-header {
    display: none;
}

.rtp-home .rtp-header-top-mobile {
    display: none;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    padding: 0 9px;
    color: #000000;
    background: #ffcc29;
}

.rtp-home .rtp-header-mobile-item {
    display: inline-flex;
    align-items: center;
    width: 49%;
    height: 30px;
    gap: 5px;
    font-size: 13px;
}

.rtp-home .rtp-header-mobile-item img {
    width: 22px;
    height: 22px;
}

.rtp-home .rtp-header-mobile-item i {
    font-size: 17px;
}

.rtp-home .rtp-header-mobile-item a {
    color: #000000;
}

.rtp-home .rtp-hero {
    position: relative;
    height: 80vh;
    min-height: 560px;
    overflow: hidden;
    background: #181818;
    margin-top: 0px;
}

.rtp-home .rtp-hero-background {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    background-color: #181818;
    background-image: url('../images/banner1.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.rtp-home .rtp-hero-slide {
    position: absolute;
    inset: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity .45s ease, visibility .45s ease;
}

.rtp-home .rtp-hero-slide.is-active {
    z-index: 2;
    visibility: visible;
    opacity: 1;
}

.rtp-home .rtp-hero-slide picture,
.rtp-home .rtp-hero-slide-link,
.rtp-home .rtp-hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.rtp-home .rtp-hero-slide-link {
    cursor: pointer;
}

.rtp-home .rtp-hero-slide img {
    object-fit: cover;
    object-position: left center;
}

.rtp-home .rtp-hero-slider-controls {
    position: absolute;
    bottom: 18px;
    left: 28px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rtp-home .rtp-hero-slider-control,
.rtp-home .rtp-hero-slider-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .85);
    color: #ffffff;
    background: rgba(0, 0, 0, .45);
    cursor: pointer;
}

.rtp-home .rtp-hero-slider-control {
    width: 32px;
    height: 32px;
    padding: 0 0 4px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
}

.rtp-home .rtp-hero-slider-dots {
    display: flex;
    gap: 7px;
}

.rtp-home .rtp-hero-slider-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
}

.rtp-home .rtp-hero-slider-dot.is-active {
    background: #ed1c24;
}

.rtp-home .wrapperFormulario {
    position: absolute;
    top: 14px;
    right: 3%;
    z-index: 5;
    width: 365px;
    transform-origin: top right;
}

.rtp-home .textPagaoOnline {
    position: relative;
    z-index: 2;
    width: 275px;
    min-height: 34px;
    padding: 7px 10px;
    margin: 0 auto -16px;
    border-radius: 20px;
    color: #ffffff;
    background: #ed1c24;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-shadow: none;
}

.rtp-home .boxFormulario {
    height: auto;
    min-height: unset;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.23);
}

.rtp-home .clipForm {
    height: auto;
    min-height: unset;
    padding: 40px 20px;
    border-radius: 18px;
    background: #ffffff;
    clip-path: none;
    padding-bottom: 15px;
}

.rtp-home .rtp-form-fields {
    display: grid;
    gap: 8px;
}

.rtp-home .rtp-document-row,
.rtp-home .rtp-form-two-columns {
    display: grid;
    gap: 8px;
}

.rtp-home .rtp-document-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr);
}

.rtp-home .rtp-form-two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rtp-home .rtp-form-two-columns[hidden] {
    display: none;
}

.rtp-home .rtp-select-wrap {
    position: relative;
    min-width: 0;
}

.rtp-home .rtp-select-wrap::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    content: '';
    border-top: 5px solid #222222;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    pointer-events: none;
    transform: translateY(-35%);
}

.rtp-home .rtp-select-wrap .form-control {
    padding-right: 28px;
    background-image: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.rtp-home .boxFormulario .form-control {
    width: 100%;
    height: 40px;
    padding: 5px 12px;
    border: 1px solid #bfc0c2;
    border-radius: 10px;
    background: #ffffff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 21px;
    text-transform: none;
    box-shadow: none;
}

.rtp-home .boxFormulario .form-control::placeholder {
    color: #111111;
    opacity: 1;
}

.rtp-home .boxFormulario .rtp-form-two-columns .form-control[readonly] {
    color: #111111;
    background-color: #f1f1f1;
}

.rtp-home .boxFormulario #rtp-nombres,
.rtp-home .boxFormulario #rtp-apellidos {
    text-transform: uppercase;
}

.rtp-home .boxFormulario select.form-control {
    padding-right: 25px;
}

/* Evita el icono global inexistente y conserva una flecha limpia en los select. */
.rtp-home .boxFormulario select.rtp-transport-select,
.rtp-home .boxFormulario select.rtp-vehicle-select {
    background-image:
    linear-gradient(45deg, transparent 50%, #222222 50%),
    linear-gradient(135deg, #222222 50%, transparent 50%) !important;
    background-position:
    calc(100% - 17px) 50%,
    calc(100% - 12px) 50%;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
}

.rtp-home .rtp-vehicle-heading {
    margin: 17px 3px 12px;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.rtp-home .rtp-vehicle-types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.rtp-home .rtp-vehicle-card {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 77px;
    padding: 7px 4px 8px;
    border: 0;
    border-radius: 5px;
    color: #000000;
    background: #ffca05;
    font-size: 50px;
    line-height: 1;
}

.rtp-home .rtp-vehicle-card i {
    color: #ffca05;
    -webkit-text-stroke: 1.2px #000000;
}

.rtp-home .rtp-vehicle-card:hover,
.rtp-home .rtp-vehicle-card:focus {
    color: #000000;
    background: #ffd83d;
    outline: 0;
}

.rtp-home .rtp-vehicle-card:nth-child(2) {
    font-size: 53px;
}

.rtp-home .rtp-vehicle-card:nth-child(3) {
    font-size: 49px;
}

.rtp-home .rtp-transport-select {
    margin-top: 0;
}

.rtp-home .rtp-vehicle-select {
    margin-top: 8px;
}

.rtp-home .rtp-inline-field {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.rtp-home .rtp-inline-field label {
    flex: 0 0 49px;
    margin: 0;
    color: #111111;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

.rtp-home .rtp-inline-field label[for="rtp-fecha"] {
    flex-basis: 105px;
    font-size: 13px;
    white-space: nowrap;
}

.rtp-home .rtp-inline-field > .form-control,
.rtp-home .rtp-date-input {
    flex: 1 1 auto;
    min-width: 0;
}

.rtp-home .rtp-date-input {
    position: relative;
}

.rtp-home .rtp-date-input .form-control {
    padding-right: 28px;
    cursor: pointer;
}

.rtp-home .rtp-date-input .form-control[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}

.rtp-home .rtp-date-input i {
    position: absolute;
    top: 5px;
    right: 9px;
    color: #adb0b2;
    font-size: 14px;
    pointer-events: none;
}

.rtp-home .flatpickr-calendar {
    font-family: Arial, sans-serif;
}

/* Evita que los controles del año se dibujen como triángulos en móviles. */
.rtp-home .flatpickr-current-month .numInputWrapper span.arrowUp,
.rtp-home .flatpickr-current-month .numInputWrapper span.arrowDown {
    display: none !important;
}

.rtp-home .flatpickr-current-month .numInputWrapper {
    width: 7ch;
    min-width: 7ch;
}

.rtp-home .flatpickr-current-month input.cur-year {
    width: 7ch;
    min-width: 7ch;
    padding: 0;
    text-align: left;
}

.rtp-home .flatpickr-day.selected,
.rtp-home .flatpickr-day.selected:hover,
.rtp-home .flatpickr-day.startRange,
.rtp-home .flatpickr-day.endRange {
    border-color: #ffc800;
    background: #ffc800;
    color: #111111;
}

.rtp-home .flatpickr-day.today {
    border-color: #ed1c24;
}

.rtp-home .btnComprar {
    display: block;
    width: calc(100% + 8px);
    height: 45px;
    padding: 3px 10px;
    margin: 8px auto 0;
    border: 0;
    border-radius: 10px;
    color: #000000;
    background: #ffc800;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 23px;
    margin-top: 15px;
}

.rtp-home .btnComprar:hover {
    color: #000000;
    background: #ffd83d;
}

.rtp-home .backRequisitosHome {
    padding: 15px 0px;
    margin: 0;
    border-bottom: 1px solid #c8c8c8;
    background: #5B5C5F;
}

.rtp-home .rtp-shortcuts .container {
    width: calc(100% - 60px);
    max-width: 688px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.rtp-home .rtp-shortcuts-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.rtp-home .rtp-shortcut-card {
    display: flex;
    align-items: center;
    min-height: 96px;
    padding: 9px 10px;
    border-radius: 7px;
    color: #000000;
    background: #ffea00;
}

.rtp-home .rtp-shortcut-icon {
    position: relative;
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 70px;
    color: #ffea00;
    font-size: 50px;
    line-height: 1;
    -webkit-text-stroke: 1.2px #000000;
}

.rtp-home .rtp-shortcut-icon i {
    display: block;
}

.rtp-home .rtp-calendar-icon small {
    position: absolute;
    right: -1px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 17px;
    border: 1px solid #000000;
    border-radius: 2px;
    color: #000000;
    background: #ffea00;
    font-family: Arial, sans-serif;
    font-size: 6px;
    font-weight: 700;
    line-height: 1;
    -webkit-text-stroke: 0;
}

.rtp-home .rtp-shortcut-content {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding-left: 8px;
}

.rtp-home .rtp-shortcut-content strong {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}

.rtp-home .rtp-shortcut-option {
    display: block;
    width: 100%;
    padding: 6px 8px;
    margin-top: 6px;
    overflow: hidden;
    border-radius: 7px;
    color: #000000;
    background: #ffffff;
    font-size: 12px;
    /* font-weight: 700; */
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rtp-home .rtp-map-section {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    /* border-bottom: 3px solid #3d3d3d; */
}

.rtp-home .rtp-map-canvas {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #d4d5d6;
}

.rtp-home .rtp-map-canvas::before {
    display: none;
}

.rtp-home .rtp-map {
    position: absolute;
    z-index: 1;
    inset: 0;
    min-height: inherit;
}

.rtp-home .rtp-map-error {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: 0;
    padding: 12px 16px;
    color: #252525;
    background: #ffffff;
    transform: translate(-50%, -50%);
}

.rtp-home .rtp-map-status {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: min(320px, calc(100% - 32px));
    padding: 14px 18px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    color: #252525;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .14);
    text-align: center;
    transform: translate(-50%, -50%);
}

.rtp-home .rtp-map-status[hidden] {
    display: none;
}

.rtp-home .rtp-map-status button {
    padding: 7px 14px;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    background: #252525;
    font-weight: 700;
    cursor: pointer;
}

.rtp-home .rtp-map-location-card {
    position: absolute;
    top: 25px;
    left: clamp(5px, 5.5%, 26px);
    z-index: 5;
    width: 330px;
    overflow: hidden;
    border: 4px solid #ffffff;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 18px rgba(0, 0, 0, 0.28);
}

.rtp-home .rtp-map-select-label {
    display: block;
    padding: 11px 14px 5px;
    color: #252525;
    background: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.rtp-home .rtp-map-select {
    width: calc(100% - 28px);
    height: 38px;
    margin: 0 14px 12px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #252525;
    background-color: #ffffff;
    font-size: 13px;
}

.rtp-home .rtp-map-location-card h2 {
    padding: 7px 14px 6px;
    margin: 0;
    color: #000000;
    background: #ffeb00;
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
}

.rtp-home .rtp-map-location-body {
    padding: 14px 20px 12px;
    color: #252525;
}

.rtp-home .rtp-map-location-body p {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 19px;
}

.rtp-home .rtp-map-location-body > strong {
    display: block;
    margin: 1px 0 3px;
    font-size: 18px;
    line-height: 22px;
}

.rtp-home .rtp-map-actions {
    display: flex;
    gap: 28px;
    margin-top: 14px;
    padding-left: 9px;
}

.rtp-home .rtp-map-actions a {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 58px;
    color: #222222;
}

.rtp-home .rtp-map-actions a:hover,
.rtp-home .rtp-map-actions a:focus {
    color: #222222;
}

.rtp-home .rtp-map-actions i {
    height: 38px;
    color: #ffffff;
    font-size: 34px;
    line-height: 38px;
    -webkit-text-stroke: 1.6px #111111;
}

.rtp-home .rtp-map-actions i.si {
    font-family: 'Simple Icons', sans-serif;
    -webkit-text-stroke: 0;
}

.rtp-home .rtp-map-actions span {
    margin-top: 2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}

.rtp-home .maplibregl-ctrl-group {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.rtp-home .maplibregl-ctrl-group button {
    width: 34px;
    height: 34px;
}

.rtp-home .rtp-health-services {
    color: #ffffff;
    background: #5b5c5f;
    padding: 50px 10px;
}

.rtp-home .rtp-health-inner {
    display: flex;
    align-items: center;
    width: 100%;
    /* min-height: 155px; */
    padding: 0 53px;
}

.rtp-home .rtp-health-intro {
    flex: 0 0 145px;
    margin: 0 22px 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
}

.rtp-home .rtp-service-list {
    display: flex;
    align-items: center;
    gap: 14px;
}

.rtp-home .rtp-service-card {
    display: flex;
    align-items: center;
    width: 182px;
    min-height: 78px;
    padding: 20px 20px;
    border-radius: 7px;
    color: #000000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
}

.rtp-home .rtp-service-card:hover,
.rtp-home .rtp-service-card:focus {
    color: #000000;
    transform: translateY(-1px);
}

.rtp-home .rtp-service-card i {
    flex: 0 0 27px;
    margin-right: 5px;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
}

.rtp-home .rtp-service-card span {
    display: block;
    min-width: 0;
}

.rtp-home .rtp-service-card b {
    font-weight: 700;
}

.rtp-home .rtp-service-medical {
    background: #fff000;
}

.rtp-home .rtp-service-occupational {
    background: #f47f20;
}

.rtp-home .rtp-service-lab {
    background: #009bd5;
}

.rtp-home .rtp-service-vaccine {
    background: #9dcc2d;
}

.rtp-home .rtp-service-ambulance {
    /* width: 124px; */
    background: #8bd3f1;
}

.rtp-home .rtp-complaint-access {
    display: flex;
    flex: 0 0 205px;
    align-items: center;
    margin-left: auto;
    color: #ffffff;
}

.rtp-home .rtp-complaint-access:hover,
.rtp-home .rtp-complaint-access:focus {
    color: #ffffff;
}

.rtp-home .rtp-complaint-image {
    display: block;
    width: 205px;
    max-width: 100%;
    height: auto;
}

.rtp-home .rtp-legal-access {
    flex: 0 0 205px;
    margin-left: auto;
}

.rtp-home .rtp-legal-access .rtp-complaint-access {
    margin-left: 0;
}

.rtp-home .rtp-legal-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 9px 0 0;
    padding-left: 3px;
}

.rtp-home .rtp-legal-links a {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.rtp-home .rtp-legal-links a::before {
    margin-right: 6px;
    color: #ffcc00;
    content: '›';
}

.rtp-home .rtp-legal-links a:hover,
.rtp-home .rtp-legal-links a:focus {
    color: #ffcc00;
}

.rtp-home .preFooter {
    padding: 10px;
    color: #ffffff;
    background: #ec3337;
    font-size: 15px;
    text-align: center;
}

.rtp-home .preFooter a {
    display: inline-block;
    padding: 5px 20px;
    margin-left: 5px;
    border-radius: 5px;
    color: #ffffff;
    background: #000000;
}

.rtp-home .rtp-footer {
    padding: 0;
    color: #ffffff;
    background: #1f1f1f;
}

.rtp-home .rtp-footer .footer-widgtes {
    width: 100%;
    padding: 0 15px;
}

.rtp-home .rtp-footer .widgets-contact {
    padding: 40px 0;
    margin: 0;
    background: #161616;
}

.rtp-home .rtp-footer .widgets-contact .widget {
    min-height: 72px;
    padding: 8px 28px;
    border-left: 2px solid #1f1f1f;
}

.rtp-home .rtp-footer .widgets-contact .widget:first-child {
    border-left: 0;
}

.rtp-home .widget-contact-icon {
    float: left;
    width: 51px;
    margin-right: 18px;
    text-align: center;
}

.rtp-home .widget-contact-icon i {
    color: #f9f9f9;
    font-size: 32px;
    line-height: 42px;
}

.rtp-home .widget-contact-info p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.rtp-home .widget-contact-info p:last-child {
    color: #ffffff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
}

.rtp-home .rtp-footer .widgets-links {
    padding: 30px 0;
    margin: 0;
}

.rtp-home .rtp-footer .widgets-links h5 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.rtp-home .rtp-footer .widgets-links p,
.rtp-home .rtp-footer .widgets-links li a {
    color: #9e9e9e;
    font-size: 13px;
    line-height: 23px;
}

.rtp-home .rtp-footer .widgets-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rtp-home .rtp-footer .widgets-links li a:hover {
    color: #ffc527;
}

.rtp-home .rtp-interest-links {
    columns: 2;
}

.rtp-home .rtp-footer-social {
    padding: 15px 0;
    margin: 0;
    color: #f9f9f9;
    background: #1c1c1c;
}

.rtp-home .rtp-footer-social > div {
    min-height: 55px;
    text-align: center;
}

.rtp-home .rtp-footer-social p {
    margin: 8px 0;
    font-size: 14px;
}

.rtp-home .rtp-facebook {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #3b5998;
    font-size: 17px;
}

.rtp-home .rtp-complaints {
    display: block;
    width: 195px;
    height: auto;
    margin: 5px auto;
}

.rtp-home .copyrights {
    padding: 18px 0 20px;
}

.rtp-home .copyrights p {
    margin: 0;
    color: #9b9b9b;
    font-size: 13px;
    line-height: 24px;
}

.rtp-home .copyrights a {
    color: #ffc527;
}

.rtp-home .wrapperWhatsapp {
    position: fixed;
    right: 15px;
    bottom: 22px;
    z-index: 100;
    display: flex;
    align-items: center;
    width: 230px;
    min-height: 48px;
    padding: 10px 10px 10px 50px;
    border-radius: 100px;
    color: #ffffff;
    background: #00b62d;
    line-height: 14px;
    text-align: center;
}

.rtp-home .wrapperWhatsapp img {
    position: absolute;
    right: 181px;
    bottom: -15px;
    width: 75px;
}

.rtp-home .wrapperWhatsapp span {
    display: block;
    width: 100%;
}

.rtp-home .wrapperChat {
    position: fixed;
    right: 280px;
    bottom: 6px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 75px;
    height: 75px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #111111;
    background: transparent;
    font-size: inherit;
    box-shadow: none;
}

.rtp-home .wrapperChat__icon {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    flex: 0 0 75px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    color: #111111;
    background: #f4c300;
    font-size: 27px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.rtp-home .wrapperChat__icon i {
    line-height: 1;
}

.rtp-home .wrapperChat__label {
    display: block;
    margin-top: 0;
    color: #111111;
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .rtp-home .rtp-logo-column {
        flex-basis: 31%;
        width: 31%;
    }

    .rtp-home .rtp-contact-column {
        padding-right: 22px;
        padding-left: 12px;
    }

    .rtp-home .logosTops {
        gap: 12px;
    }

    .rtp-home .rtp-contact-link {
        font-size: 12.5px;
    }

    .rtp-home .rtp-email-link {
        font-size: 11.5px;
    }

    .rtp-home .rtp-login {
        min-height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }

    .rtp-home .customMenu {
        padding-left: 8px;
    }

    .rtp-home .customMenu > li > a {
        padding: 0 7px;
        font-size: 13.5px;
    }

    .rtp-home .customLogo {
        width: min(100%, 365px);
        margin-left: 25px;
    }

    .rtp-home .rtp-social {
        gap: 10px;
        padding-right: 16px;
        padding-left: 8px;
        font-size: 14px;
    }

    .rtp-home .rtp-health-inner {
        padding-right: 28px;
        padding-left: 28px;
    }

    .rtp-home .rtp-health-intro {
        flex-basis: 130px;
        margin-right: 14px;
        font-size: 12px;
    }

    .rtp-home .rtp-service-list {
        gap: 10px;
    }

    .rtp-home .rtp-service-card,
    .rtp-home .rtp-service-ambulance {
        width: 112px;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 10px;
    }

    .rtp-home .rtp-complaint-access {
        flex-basis: 180px;
    }
}

@media (max-width: 991px) {
    .rtp-home .rtp-header-main {
        height: 74px;
        min-height: 74px;
    }

    .rtp-home .rtp-contact-column {
        min-height: 74px;
    }

    .rtp-home .rtp-logo-column {
        flex-basis: 34%;
        width: 34%;
        min-height: 74px;
    }

    .rtp-home .customLogo {
        width: min(100%, 330px);
        margin-left: 15px;
    }

    .rtp-home .rtp-contact-column {
        padding-right: 15px;
    }

    .rtp-home .rtp-email-link {
        display: none;
    }

    .rtp-home .logosTops {
        gap: 10px;
    }

    .rtp-home .rtp-contact-link {
        font-size: 12px;
    }

    .rtp-home .rtp-login {
        min-height: 38px;
        font-size: 13px;
    }

    .rtp-home .rtp-navigation,
    .rtp-home .rtp-nav-inner,
    .rtp-home .customMenu {
        min-height: 54px;
    }

    .rtp-home .customMenu > li > a {
        min-height: 54px;
        padding: 0 6px;
        font-size: 12px;
    }

    .rtp-home .rtp-social {
        padding-right: 12px;
        font-size: 13px;
    }

    .rtp-home .rtp-social a {
        width: 24px;
        height: 24px;
        font-size: 15px;
    }

    .rtp-home .rtp-health-inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .rtp-home .rtp-health-intro {
        flex-basis: 115px;
        margin-right: 10px;
        font-size: 11px;
    }

    .rtp-home .rtp-service-list {
        gap: 6px;
    }

    .rtp-home .rtp-service-card,
    .rtp-home .rtp-service-ambulance {
        width: 94px;
        min-height: 46px;
        padding: 5px 4px;
        font-size: 9px;
        line-height: 11px;
    }

    .rtp-home .rtp-service-card i {
        flex-basis: 21px;
        margin-right: 3px;
        font-size: 19px;
    }

    .rtp-home .rtp-complaint-access {
        flex-basis: 150px;
    }

    .rtp-home .rtp-legal-access {
        flex-basis: 150px;
    }

    .rtp-home .rtp-complaint-image {
        width: 180px;
    }

    .rtp-home .rtp-health-inner {
        display: block;
        min-height: 0;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .rtp-home .rtp-health-intro {
        margin: 0 0 12px;
    }

    .rtp-home .rtp-complaint-access {
        margin-top: 12px;
        margin-left: 0;
    }

    .rtp-home .rtp-legal-access {
        width: max-content;
        margin-left: 0;
    }

    .rtp-home .rtp-hero {
        min-height: 690px;
    }

    .rtp-home .rtp-hero-background {
        background-position: 28% center;
    }

    .rtp-home .wrapperFormulario {
        right: 2%;
    }
}

@media (max-width: 767px) {
    .rtp-home {
        font-size: 14px;
    }

    .rtp-home .rtp-header-main {
        display: flex;
        min-height: 74px;
    }

    .rtp-home .rtp-header-top-mobile {
        display: flex !important;
    }

    .rtp-home .rtp-logo-column {
        flex: 1 1 auto;
        width: 100%;
        min-height: 74px;
    }

    .rtp-home .rtp-contact-column {
        display: none;
    }

    .rtp-home .customLogo {
        width: min(100%, 330px);
        margin: 7px 0 7px 12px;
    }

    .rtp-home .navbar-header {
        position: absolute;
        top: 42px;
        right: 0;
        z-index: 1000;
        display: block;
    }

    .rtp-home .navbar-toggle {
        display: block;
        padding: 8px 9px;
        margin: 0 12px 0 0;
        border: 1px solid #ffffff;
        border-radius: 4px;
        background: #000000;
    }

    .rtp-home .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        margin: 4px 0;
        background: #ffffff;
    }

    .rtp-home .rtp-navigation {
        display: block;
        min-height: 48px;
    }

    .rtp-home .rtp-nav-inner {
        justify-content: flex-end;
        min-height: 48px;
    }

    .rtp-home .customMenu {
        display: none;
    }

    .rtp-home .rtp-social {
        min-height: 48px;
        padding: 0 14px;
    }

    .rtp-home .rtp-social span {
        display: none;
    }

    .rtp-home .rtp-hero {
        height: auto;
        min-height: 820px;
        overflow: visible;
        padding-bottom: 12px;
    }

    .rtp-home .rtp-hero-background {
        height: 290px;
        background-position: 22% center;
        background-size: auto 290px;
    }

    .rtp-home .rtp-hero-slide img {
        object-position: center center;
    }

    .rtp-home .wrapperFormulario {
        position: relative;
        top: 300px;
        right: auto;
        width: 90%;
        max-width: 365px;
        margin: 0 auto;
        transform: none;
    }

    .rtp-home .textPagaoOnline {
        width: min(275px, 82%);
        color: #ffffff;
        background: #ed1c24;
        text-shadow: none;
    }

    .rtp-home .backRequisitosHome {
        padding: 15px 0 8px;
    }

    .rtp-home .rtp-shortcuts .container {
        width: calc(100% - 30px);
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .rtp-home .rtp-shortcuts-row {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 365px;
        margin-right: auto;
        margin-left: auto;
    }

    .rtp-home .rtp-map-section,
    .rtp-home .rtp-map-canvas {
        min-height: 500px;
    }

    .rtp-home .rtp-map-location-card {
        top: 20px;
        left: 15px;
        width: min(330px, calc(100% - 30px));
    }

    .rtp-home .rtp-health-services {
        min-height: 0;
    }

    .rtp-home .rtp-health-inner {
        display: block;
        min-height: 0;
        padding: 20px 15px;
    }

    .rtp-home .rtp-health-intro {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 16px;
    }

    .rtp-home .rtp-service-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .rtp-home .rtp-service-card,
    .rtp-home .rtp-service-ambulance {
        width: 100%;
        min-height: 50px;
        font-size: 11px;
        line-height: 13px;
    }

    .rtp-home .rtp-complaint-access {
        width: max-content;
        margin: 20px 0 0;
    }

    .rtp-home .rtp-footer .widgets-contact .widget {
        min-height: 0;
        padding: 13px 25px;
        border-left: 0;
        border-bottom: 1px solid #1f1f1f;
    }

    .rtp-home .rtp-footer .widgets-contact .widget:last-child {
        border-bottom: 0;
    }

    .rtp-home .rtp-footer .widgets-links > [class*='col-'] {
        margin-bottom: 26px;
    }

    .rtp-home .rtp-footer .widgets-links > [class*='col-']:last-child {
        margin-bottom: 0;
    }

    .rtp-home .rtp-footer-social > div {
        margin-bottom: 12px;
    }

    .rtp-home .rtp-footer-social > div:last-child {
        margin-bottom: 0;
    }

    .rtp-home .wrapperWhatsapp {
        right: 15px;
        bottom: 22px;
        width: 230px;
    }

    .rtp-home .wrapperChat {
        right: 230px;
        bottom: 9px;
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 479px) {
    .rtp-home .rtp-hero {
        min-height: 805px;
    }

    .rtp-home .rtp-hero-background {
        height: 245px;
        background-size: auto 245px;
    }

    .rtp-home .wrapperFormulario {
        top: 255px;
        width: 96%;
        max-width: 365px;
        transform: none;
    }

    .rtp-home .clipForm {
        padding-right: 18px;
        padding-left: 18px;
    }

    .rtp-home .rtp-inline-field label {
        flex-basis: 45px;
    }

    .rtp-home .rtp-shortcut-card {
        min-height: 88px;
    }

    .rtp-home .preFooter {
        font-size: 13px;
    }

    .rtp-home .preFooter a {
        display: block;
        width: max-content;
        margin: 7px auto 0;
    }

    .rtp-home .wrapperChat {
        right: auto;
        left: 15px;
        bottom: 9px;
    }
}

/* Estructura móvil del header, formulario y banner. */
@media (max-width: 767px) {
    .rtp-home #rtp-navigation {
        display: block;
        min-height: 48px;
        height: auto;
        background: #000000;
    }

    .rtp-home #rtp-navigation .rtp-nav-inner {
        display: block;
        min-height: 48px;
        background: #000000;
    }

    .rtp-home #rtp-navigation .customMenu {
        display: none;
        width: 100%;
        min-height: 0;
        padding: 0;
        margin: 0;
        flex-direction: column;
        background: #000000;
    }

    .rtp-home #rtp-navigation.is-open .customMenu {
        display: flex;
    }

    .rtp-home #rtp-navigation .customMenu > li {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .18);
    }

    .rtp-home #rtp-navigation .customMenu > li > a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 44px;
        padding: 11px 18px;
        color: #ffffff;
        font-size: 14px;
        line-height: 20px;
        white-space: normal;
    }

    .rtp-home #rtp-navigation .customMenu > li > a:hover,
    .rtp-home #rtp-navigation .customMenu > li.active > a {
        color: #ffcc29;
        background: #181818;
    }

    .rtp-home #rtp-navigation .rtp-social {
        justify-content: center;
        width: 100%;
        min-height: 48px;
        padding: 0 14px;
    }

    .rtp-home #rtp-menu-toggle {
        position: relative;
        z-index: 20;
        margin-right: 12px;
    }

    .rtp-home #hero.rtp-hero {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        overflow: visible;
        background: #ffffff;
    }

    .rtp-home #hero.rtp-hero .wrapperFormulario {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        z-index: 5;
        order: 1;
        width: 100%;
        max-width: none;
        margin: 0;
        transform: none !important;
    }

    .rtp-home #hero.rtp-hero .textPagaoOnline {
        width: 70%;
        margin: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        display: block;
        /* margin-left: 30px; */
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .rtp-home #hero.rtp-hero .boxFormulario {
        width: 100% !important;
        min-height: 0 !important;
        border: 0;
        border-radius: 0;
        box-shadow: 0 7px 18px rgba(0, 0, 0, .18);
        transform: none !important;
    }

    .rtp-home #hero.rtp-hero .clipForm {
        width: 100%;
        min-height: 0;
        padding: 40px 16px 18px;
        border-radius: 0;
        clip-path: none;
    }

    .rtp-home #hero.rtp-hero .rtp-reserva-form {
        width: 100%;
    }

    .rtp-home #hero.rtp-hero .rtp-hero-background {
        position: relative;
        inset: auto;
        z-index: 1;
        order: 2;
        width: 100%;
        height: auto;
        min-height: 0;
        overflow: hidden;
        background-image: none;
    }

    .rtp-home #hero.rtp-hero .rtp-hero-slide {
        position: relative;
        inset: auto;
        display: none;
        width: 100%;
        height: auto;
        min-height: 0;
        visibility: visible;
        opacity: 1;
    }

    .rtp-home #hero.rtp-hero .rtp-hero-slide.is-active {
        display: block;
    }

    .rtp-home #hero.rtp-hero .rtp-hero-slide picture,
    .rtp-home #hero.rtp-hero .rtp-hero-slide-link,
    .rtp-home #hero.rtp-hero .rtp-hero-slide img {
        display: block;
        width: 100%;
        height: auto !important;
        min-height: 0;
    }

    .rtp-home #hero.rtp-hero .rtp-hero-slide img {
        object-fit: contain;
        object-position: center center;
    }
}
