<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Logo de la parte superior izquierda */
#top-left-logo {
    border-radius: 4px;
    height: 50px;
    margin-top: -8px;
}

/* Contenedor del menÃº superior */
.navbar-inverse {
    background-color: #000080;
    border: none;
    box-shadow: 0 0 5px 0 #333;
    min-height: 75px;
}

/* Opciones principales del menÃº superior */
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #000080;
}

.navbar-brand {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 15px 0 0 0;
}

/* Opciones principales del menÃº superior */
.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}

/* RatÃ³n sobre las opciones principales del menÃº superior */
.navbar-inverse .navbar-nav &gt; li &gt; a:focus,
.navbar-inverse .navbar-nav &gt; li &gt; a:hover {
    background-color: #f7c303;
    color: #000080;
}

/* OpciÃ³n principal del menÃº superior resaltada */
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover {
    background-color: #f7c303;
    color: #fff;
}

/* Caja para desplegar el menÃº comprimido */
.navbar-inverse .navbar-toggle {
    border-color: #000080;
    background-color: #000080;
}

/* RatÃ³n sobre la caja para desplegar el menÃº comprimido */
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #000080;
    border-color: #000080;
}

/* Elimino la raya que sale a veces en la parte inferior de la barra contenedora del menÃº cuando Ã©sta estÃ¡
   en su versiÃ³n comprimida. */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: 0;
}

/* Estilo para el &lt;ul&gt; contenedor del menÃº */
.navbar-right {
    margin-top: 0;
}

/* Textos de cabecera en un gris tenue */
.page-header {
    color: #ccc;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 58px;
    margin: 20px;
}

#list-header {
    margin: 40px 20px 20px 20px;
}

/* ImÃ¡genes de los destacados principales en la home. */
#img-home-outstanding {
    /* Para que el faldÃ³n de las imÃ¡genes se superponga un poco a la foto. */
    margin-bottom: -4px;
}

/* Bloque poblaciÃ³n del destacada */
#home-outstanding-bottom-1 {
    background-color: #000080;
    color: white;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 28px;
    letter-spacing: 2px;
    padding-top: 10px;
    padding: 8px;
    text-align: right;
}

/* Bloque ocupantes y dormitorios del destacado */
#home-outstanding-bottom-2 {
    color: #999;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 19px;
    padding: 10px;
}

/* Celda ocupantes */
#home-outstanding-bottom-2 table:first-child tr:first-child td:first-child {
    text-align: left;
}

/* NÃºmero de ocupantes */
#home-outstanding-bottom-2 table:first-child tr:first-child td:first-child span {
    font-size: 28px;
}

/* Celda dormitorios */
#home-outstanding-bottom-2 table:last-child tr:last-child td:last-child {
    text-align: right;
}

/* NÃºmero dormitorios */
#home-outstanding-bottom-2 table:last-child tr:last-child td:last-child span {
    font-size: 28px;
}

/* Bloque precio del destacado */
#home-outstanding-bottom-3 {
    color: #000080;
    font-family: 'Rubik', sans-serif;
    font-size: 48px;
    padding-right: 10px;
    text-align: right;
}

/* "Desde" y "euros" */
#home-outstanding-bottom-3 span {
    font-size: 19px;
    font-family: 'Didact Gothic', sans-serif;
}

#home-outstanding-separator {
    margin-bottom: 48px;
}

/* Banda de desplegables del breadcrumb de los listados */
.breadcrumb {
    background-color: #fff;
}

/* BotÃ³n para elegir el formato de los listados */
#list-format-button {
    color: #000080;
}

/* Pie de las fotos en los listados en el que se muestra el tipo y localidad del alojamiento */
.list-property-bottom {
    padding: 8px;
    text-align: right;
    font-family: 'Didact Gothic', sans-serif;
}

.list-2c-property-reference {
    background-color: #000080;
    color: white;
    font-size: 28px;
    letter-spacing: 2px;
    margin-top: 0;
    padding: 8px;
    text-align: right;
}

.list-property-bottom {
    padding-top: 0;
    font-family: 'Didact Gothic', sans-serif;
}

/* Texto de ocupantes y dormitorios */
.list-property-bottom h5 {
    font-size: 19px;
    color: #999;
    margin-top: -8px;
}

/* NÃºmero de ocupantes y dormitorios */
.list-property-bottom h5 span {
    font-size: 28px;
    color: #999;
}

.list-property-bottom h4 {
    margin-top: 32px;
}

.list-property-bottom h4, p {
    font-size: 19px;
    color: #333;
    text-align: justify;
}

.list-property-bottom p {
    line-height: 120%;
}

/* Bloque precio  */
.list-property-bottom div {
    color: #000080;
    font-size: 48px;
    font-family: 'Rubik', sans-serif;
}

/* "Desde" y "euros" */
.list-property-bottom span {
    font-size: 19px;
}

.list-property-bottom a {
    color: white;
}
/* Fin listados de 2 y 3 columnas */

.one-column-list-data {
    padding-top: 0;
    font-family: 'Didact Gothic', sans-serif;
}

/* Referencia del alojamiento */
.one-column-list-data h3 {
    color: #000080;
    font-size: 45px;
    letter-spacing: 2px;
    margin-top: 0;
}

/* Texto de ocupantes y dormitorios */
.one-column-list-data h5 {
    font-size: 19px;
    color: #999;
    margin-top: -8px;
}

/* NÃºmero de ocupantes y dormitorios */
.one-column-list-data h5 span {
    font-size: 28px;
    color: #999;
}

.one-column-list-data h4 {
    margin-top: 32px;
}

.one-column-list-data h4, p {
    font-size: 19px;
    color: #333;
    text-align: justify;
}

.one-column-list-data p {
    line-height: 120%;
}

/* Bloque precio  */
.one-column-list-data div {
    color: #000080;
    font-size: 48px;
    font-family: 'Rubik', sans-serif;
}

/* "Desde" y "euros" */
.one-column-list-data span {
    font-size: 19px;
}

.list-3c-property-reference {
    background-color: #000080;
    color: white;
    font-size: 28px;
    letter-spacing: 2px;
    margin-top: 0;
    padding: 8px;
    text-align: right;
}

/* INICIO: Listado 4 columnas */
.list-4c-property-top {
    font-family: 'Didact Gothic', sans-serif;
    /*border: 2px solid lime;*/
}

.list-4c-property-top table {
    width: 100%;
    font-family: 'Rubik', sans-serif;
}

.list-4c-property-top td {
    /*border: 2px solid orange;*/
    vertical-align: bottom;
    color: #000080;
    padding-bottom: 0;
}

.list-4c-property-top table:first-child tr:first-child td:last-child {
    text-align: right;
    font-size: 40px;
    line-height: 44px;
}

.list-4c-property-top table:first-child tr:first-child td:last-child span {
    font-size: 16px;
    line-height: 23px;
}

.list-4c-property-bottom {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    color: #999;
    text-align: right;
}

.list-4c-property-bottom span {
    font-size: 21px;
}
/* FIN: Listado 4 columnas */

#home-outstanding-bottom-4 {
    font-family: 'Didact Gothic', sans-serif;
}

/* Celda ocupantes */
#home-outstanding-bottom-4 table:first-child tr:first-child td:first-child {
    text-align: left;
}

/* NÃºmero de ocupantes */
#home-outstanding-bottom-4 table:first-child tr:first-child td:first-child span {
    font-size: 28px;
}

/* Celda dormitorios */
#home-outstanding-bottom-4 table:last-child tr:last-child td:last-child {
    text-align: right;
}

/* NÃºmero dormitorios */
#home-outstanding-bottom-4 table:last-child tr:last-child td:last-child span {
    font-size: 28px;
}

.property-header {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 48px;
    letter-spacing: 2px;
    margin-top: 16px;
    color: #000080;
}

#property-header-reference {
    float: left;
    font-size: 35px;
}

#property-header-price {
    float: right;
    font-size: 35px;
}

/* "Desde" y "euros" */
.property-header span {
    font-size: 19px;
}

.property-subheader {
    clear: both;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 19px;
}

#property-subheader-occupants {
    float: left;
    color: #999;
}

#property-subheader-occupants span {
    font-size: 28px;
}

#property-subheader-location {
    float: right;
    color: #333;
}

/* Carrusel mÃºltiple de la parte superior de la ficha del inmueble */
.carousel-inner .active.left {
    left: -25%;
}

.carousel-inner .next {
    left: 25%;
}

.carousel-inner .prev {
    left: -25%;
}

.carousel-control {
    width: 4%;
}

.carousel-control.left {
    margin-left: 0;
    background-image: none;
}

.carousel-control.right {
    margin-right: 3px;
    background-image: none;
}

.property-carousel-container {
    padding: 0;
}

.property-carousel-container &gt; div {
    padding: 0;
}

/* div que contiene cada imagen del carrusel del inmueble */
.property-carousel-container &gt; div &gt; div &gt; div &gt; div &gt; div {
    padding-left: 2px;
    padding-right: 2px;
}

#property-map-header {
    padding-left: 16px;
    padding-right: 16px;
}

#property-latitude-longitude-text {
    text-align: right;
    padding: 24px;
    color: #000080;
    font-size: 24px;
    font-family: 'Rubik', sans-serif;
}

#property-description {
    max-height: none;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 19px;
    color: #333;
}

.property-feature-heading {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 19px;
    color: #666;
    background-color: #FCFCFC;
}

.property-feature {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 19px;
    color: #333;
}

#footer-custom-icons {}

.footer-custom-icon {
    margin-top: 25px;
    max-width: 100%;
}

#footer-icon-mastercard {
    height: 80px;
}

#footer-icon-visa {
    height: 64px;
    margin-top: 4px;
}

/* Estilos para la cabecera de los enlaces del pie */
.footer-link-list-header {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

/* Estilos para los enlaces del pie */
.footer-link-list li {
    border-left: none;
    padding-left: 0;
}

.header-rol-form-inner {
    background: #4d536d url('../../../img/custom/8/home-header-background.jpg') no-repeat center center;
    background-size: cover;
}

#footer-socialicons li {
    margin-right: 4px;
}

#home-outstanding-bottom-1 {
    text-align: left;
    font-size: 18px;
}

#home-outstanding-bottom-1 &gt; span {
    font-size: 24px;
}

/* Altura para el carousel en resoluciones grandes */
@media (min-width: 1025px) {
    header.carousel {
        min-height: 500px;
    }
}

.form-control.rol-date-picker:hover {
    border: solid 1px #1c1c77;
    background: #fff url(../../../img/icons/svg/navyblue/calendar.svg) 97% 5px no-repeat;
    background-size: 30px 30px;
}

.form-control.people:hover {
    border: solid 1px #1c1c77;
    background: #fff url(../../../img/icons/svg/navyblue/people.svg) 96% 7px no-repeat;
    background-size: 30px 30px;
}

.form-control.location:hover {
    border: solid 1px #1c1c77;
    background: #fff url(../../../img/icons/svg/navyblue/location.svg) right 5px no-repeat;
    background-size: 30px 30px;
}

/* BotÃ³n bÃºsqueda formulario ROL. */
#search-button {
    background-color: #000080;
}

#search-button:hover {
    background-color: #f7c303;
    color: #000080;
}

/* BotÃ³n para reservar en resultados de ROL. */
.rol-btn-direct-booking,
.btn-direct-booking-on-map-marker {
    background-color: #000080;
}

.rol-btn-direct-booking:hover,
.btn-direct-booking-on-map-marker:hover {
    background-color: #f7c303;
    color: #000080;
}

/* BotÃ³n para solicitud de reserva en resultados de ROL. */
.rol-btn-request-booking,
.btn-request-booking-on-map-marker {
    background-color: #000080;
}

.rol-btn-request-booking:hover,
.btn-request-booking-on-map-marker:hover {
    background-color: #f7c303;
    color: #000080;
}

#search-button:focus,
.rol-btn-direct-booking:focus,
.btn-direct-booking-on-map-marker:focus,
.rol-btn-request-booking:focus,
.btn-request-booking-on-map-marker:focus {
    color: #fff;
}

/* Forzar a mayÃºscula los textos y caracteres que se representaban mal */
#home-outstanding-bottom-1,
#property-subheader-location,
.list-property-bottom &gt; h4,
.one-column-list-data &gt; h4,
.panel-title &gt; .collapsed {
    text-transform: uppercase;
}

/* Contenedor pie de la web */
#footer-container {
    background: #000080;
}

/* Lupa de buscar por referencia del pie de la web */
#footer-container #search-box-button i {
    color: #000080;
}

/* Celda de los calendario de entrada y salida */
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
    background: #000080;
}

/* LÃ­nea divisora de los elementos en el menÃº pequeÃ±o */
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e5e5e5;
}

/* Enlace en la ventana del mapa */
.leaflet-container h3 a {
    color: #000080 !important;
}

/* Desplazamiento del buscador en la pÃ¡gina de resultados porque no se ve completamente debido a la altura de la barra de navegaciÃ³n */
body &gt; .rol-form-inner {
    margin-top: 18px;
}

/* Ajuste separaciÃ³n vertical para pÃ¡ginas contenido propio */
#custom-content-row {
    padding-top: 35px;
}

/* Cambio de color para los elementos del sistema de cookies */
/* Textos de color ('Siempre' y 'DeclaraciÃ³n de cookies') de la ventana modal */
.gdpr-cookie-notice-modal-footer-item,
.gdpr-cookie-notice-modal-cookie-state {
    color: #000080;
}

/* Color para :hover de los enlaces de 'DeclaraciÃ³n de cookies' y 'ConfiguraciÃ³n de cookies' */
.gdpr-cookie-notice-nav-item-settings:focus,
.gdpr-cookie-notice-modal-footer-item-statement:focus,
.gdpr-cookie-notice-nav-item-settings:hover,
.gdpr-cookie-notice-modal-footer-item-statement:hover {
    color: #000080;
}

/* Botones ventana modal y banner inicial */
.gdpr-cookie-notice-modal-footer-item-btn,
.gdpr-cookie-notice-nav-item-btn {
    background: #000080;
    color: #fff;
}

/* :hover para los botones ventana modal y banner inicial */
.gdpr-cookie-notice-nav-item-btn:hover,
.gdpr-cookie-notice-modal-footer-item-btn:hover {
    background-color: #f7c303;
    color: #000080;
}

/* Capa permanente del pie para acceder a ventana modal */
.gdpr-cookie-notice-settings-footer-container {
    background-color: #000080;
    border: 1px solid #1c1c77;
    border-bottom: 0;
}

/* Checks redondos de ventana modal */
.gdpr-cookie-notice-modal-cookie-input:checked+.gdpr-cookie-notice-modal-cookie-input-switch {
    background: #000080;
    -webkit-box-shadow: inset 0 0 0 1px #000080;
    box-shadow: inset 0 0 0 1px #000080
}
/* FIN Cambio de color para los elementos del sistema de cookies */

/* Botones para el filtro de la bÃºsqueda avanzada */
.forsale-filters-button {
    background-color: #000080;
}

.forsale-filters-button:hover {
    background-color: #000080;
}

/* Eslogan de la ficha del alojamiento */
#property-slogan h1 {
    color: #999;
    font-size: 25px;
    text-align: right;
}

#footer-copyright {
    font-size: 11px;
    padding-bottom: 2px;
}

#favorite-counter {
    padding-top: 5px;
}

#favorite-counter-icon {
    padding-top: 0;
}

#top-search-box-container {
    top: 80px;
}

#top-search-box {
    padding-left: 20px;
    width: 250px;
}

.carousel-indicators {
    top: 100px !important;
}

.text-on-outstanding-home-picture,
.text-on-1col-list-picture,
.text-on-2col-list-picture,
.text-on-3col-list-picture,
.text-on-4col-list-picture {
    right: 28px;
}

.text-on-map-marker-picture {
    right: 30px;
}

/* Eslogan principal en el slider de portada */
#home-header-slogan {
    top: 160px;
}

.icon-text-top {
    vertical-align: text-top;
}

/* Formulario de reserva */
#booking-form-container .booking-form-section-title,
#property-search-formresults-container-header {
    background-color: #000080 !important;
}

#booking-form-container .color-btn-form,
#booking-form-container .color-btn-form-fixed {
    background-color: #000080 !important;
}

#booking-form-container .color-btn-form:hover {
    background-color: #f7c303 !important;
    color: #000080 !important;
}

#booking-form-container .btn.disabled,
#booking-form-container .btn[disabled],
#booking-form-container fieldset[disabled] .btn {
    opacity: 0.35;
}

#main-navbar-logo-pc {
    align-items: center;
    column-gap: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#main-navbar-logo-pc &gt; li &gt; a {
    font-size: 35px;
}

#main-navbar-logo-mobile,
#main-navbar-logo-mobile-img,
#main-navbar-flags-fav-mobile {
    display: none;
}

#home-outstanding-header-row {
    height: 40px;
}

#home-outstanding-header {
    display: none;
}

#rol-results-filter-air_conditioner,
#rol-results-filter-chimney,
#rol-results-filter-first_line_beach,
#rol-results-filter-heating,
#rol-results-filter-parking,
#rol-results-filter-pets_allowed,
#rol-results-filter-private_swimming_pool,
#rol-results-filter-sea_view,
#rol-results-filter-swimming_pool,
#rol-results-filter-wifi {
    display: none;
}

#rol-results-filter-ceramic_hob,
#rol-results-filter-dishwasher,
#rol-results-filter-glazed_terrace,
#rol-results-filter-large_refrigerator_with_freezer,
#rol-results-filter-vlaanderen_tv_card {
    display: block !important;
}

#main-navbar-logo-pc &gt; li &gt; p {
    margin: 0;
}

#main-container:has(&gt; #home-outstanding-header-row) {
    display: none;
    padding-bottom: 0;
}

#home-map-canvas {
    min-height: 800px;
}

#searchform-results {
    margin-top: 40px;
}

.rol-results-instant-booking-sm,
.rol-results-instant-booking-xs {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    nav &gt; div.container {
        margin-left: 0;
        width: 100%;
    }
    .nav &gt; li &gt; a {
        padding: 9px;
    }
    #favorite-counter {
        padding-left: 0;
    }
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        font-size: 15px;
        line-height: 55px;
    }
    #main-navbar-logo-pc &gt; li &gt; a {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    nav &gt; div.container {
        padding: 0;
    }
    #top-left-logo {
        height: 35px;
        margin-top: 2px;
    }
    .nav &gt; li &gt; a {
        padding: 8px;
    }
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        line-height: 44px;
    }
    .navbar-inverse {
        min-height: 55px;
    }
    #main-navbar-logo-pc &gt; li &gt; a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 80px;
    }
    #top-left-logo {
        height: 50px;
        margin-top: -13px;
        margin-left: 10px;
    }
    .navbar-inverse {
        min-height: 55px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
        color: #262626;
        background-color: #f5f5f5;
    }
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        line-height: 20px;
    }
    #list-header {
        margin: 20px 0;
    }
    #custom-content-row {
        padding-top: 15px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
        color: #f7c303;
    }
    #bs-example-navbar-collapse-1 {
        margin-top: 15px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: #fff;
    }
    .page-header {
        font-size: 45px;
    }
    #main-navbar-logo-pc li:not(:nth-last-child(-n+2)) {
        display: none;
    }
    #main-navbar-logo-mobile,
    #main-navbar-logo-mobile-img,
    #main-navbar-flags-fav-mobile {
        display: block;
    }
    #main-navbar-logo-mobile {
        display: flex;
        justify-content: space-between;
        padding: 0 0 5px 0;
    }
    #main-navbar-logo-mobile &gt; div &gt; a {
        color: #fff;
        font-size: 22px;
    }
    .navbar-brand {
        height: 40px;
    }
    #nav-item-S .dropdown-menu {
        left: auto;
        right: 2px;
    }
    #top-search-box-container {
        top: 85px;
    }
    .carousel-indicators {
        top: 85px !important;
    }
}

@media (max-width: 640px) {
    #footer-telephone {
        font-size: 19px;
        white-space: nowrap;
    }
    #footer-email a {
        font-size: 17px;
    }
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        line-height: 20px;
    }
}

@media (max-width: 475px) {
    #top-left-logo {
        height: 40px;
        margin-top: -8px;
    }
    #footer-email a {
        font-size: 14px;
    }
}

@media (max-width: 370px) {
    #top-left-logo {
        height: 35px;
        margin-top: -6px;
    }
    #footer-telephone {
        font-size: 17px;
        white-space: nowrap;
    }
    #footer-email a {
        font-size: 12px;
        margin: 0 -15px;
    }
}

@media (max-width: 335px) {
    #top-left-logo {
        height: 30px;
        margin-top: -2px;
    }
}</pre></body></html>