@charset "UTF-8";
/*
Theme Name: RVHotels - Template Base APPs
Theme URI: https://www.rvhotels.es/
Author: Grup Rosa dels Vents
Author URI: https://www.gruprv.es/
Description: Un tema la mar de molón para usar como base de toooooodos los otros hotels #lols
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rvhotels-apps
Tags: #lols
*/
/*
	* ---------------------------------------------------------------------------
	* Cargamos los css externos
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* VARIABLES exclusivas SASS
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* VARIABLES
	* ---------------------------------------------------------------------------
*/
:root {
  --fuente-general: "Montserrat", sans-serif;
  --fuente-fair: "fairprosper", Helvetica, Arial, sans-serif;
  --fuente-size-base: 15px;
  --fuente-muy-peque: .7rem;
  --color-gris-oscuro: #222222;
  --color-gris-medio: #6c6c6c;
  --color-gris-claro: #999999;
  --color-gris-clarisimo: #f0f1f3;
  --color-azul-oscuro: #3b4560;
  --color-azul-medio: #2F5D8E;
  --color-azul-claro: #4ba6de;
  --color-azul-clarisimo: #98c8e6;
  --color-golden: #A89265;
  --color-rosa: #f9887b;
  --color-rosa-claro: #f9988d;
  --border-radius: .0;
  --time: .2s;
  --bs-gutter-x: 1.8rem;
  --barra: 1px;
}

.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: 0;
  margin-left: 0;
}

.fs-1 {
  font-size: calc(2rem + 2.5vw) !important;
}

.fs-2 {
  font-size: calc(1.8rem + 2vw) !important;
}

.fs-3 {
  font-size: calc(1.6rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: calc(var(--fuente-size-base) + 2.3vw) !important;
  }
  .fs-2 {
    font-size: calc(var(--fuente-size-base) + 1.8vw) !important;
  }
  .fs-3 {
    font-size: calc(var(--fuente-size-base) + 1.3vw) !important;
  }
  .fs-4 {
    font-size: calc(var(--fuente-size-base) + 1vw) !important;
  }
  .fs-4 {
    font-size: calc(var(--fuente-size-base) + 0.5vw);
  }
}
/*
	* ---------------------------------------------------------------------------
	* CONFIGURACIÓN Y PRIMERAS DECLARACIONES
	* Importación de fuentes, font-weights, font-faces generales
	* ---------------------------------------------------------------------------
*/
@font-face {
  font-family: "fairprosper";
  src: url("../../../fonts/FairProsper.eot");
  src: url("../../../fonts/FairProsper.eot?#iefix") format("embedded-opentype"), url("../../../fonts/FairProsper.woff2") format("woff2"), url("../../../fonts/FairProsper.woff") format("woff"), url("../../../fonts/FairProsper.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}
/*
	* ---------------------------------------------------------------------------
	* GENERALES
	* Las que usaremos para reescribir clases, o para estilar elementos globales
	* o nativos que afectarán a todos los elementos de la página, nada muy fancy,
	* cambiar los strongs, poner cosas en el body, los titulares genéricos etc.
	* ---------------------------------------------------------------------------
*/
main {
  padding-bottom: var(--barra);
}

* {
  box-sizing: border-box;
}

*, :focus {
  outline: none;
}

html, body {
  font-family: var(--fuente-general);
  color: var(--color-gris-medio);
  font-size: var(--fuente-size-base);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a {
  color: var(--color-azul-claro);
  transition: all var(--time);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color-azul-oscuro);
  font-weight: 700;
  margin-bottom: 0.5em;
}

h1 {
  font-size: calc(2.2rem + 1vw);
  padding-bottom: 10px;
}

section, footer {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  section, footer {
    padding: 3rem 0;
  }
}

ol, ul {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  ol, ul {
    padding-left: 1.8rem;
  }
}

address {
  margin-bottom: 0;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--color-azul-claro);
}

::selection {
  color: white;
  background: var(--color-azul-claro);
}

input,
input[type]:not([type=submit]),
textarea,
select {
  border: var(--border-estilos);
  border-radius: var(--border-radius);
  background: transparent;
  padding: 0.5rem 0.2rem;
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--color-azul-claro);
  margin-bottom: 1.5em;
}

textarea {
  max-height: 145px;
}

select {
  cursor: pointer;
  color: var(--color-gris-claro);
  font-size: small;
  text-align: left;
  padding: 1.1rem;
}

select[name=personas] {
  padding: 0.65rem 1.1rem;
}

.wpcf7-submit {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

input[type=date] {
  color: var(--color-gris-claro);
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block !important;
  width: auto !important;
  margin-right: 0.5rem;
  margin-bottom: 0 !important;
}

input[type=submit] {
  padding: 1rem !important;
}

::-webkit-input-placeholder { /* Edge */
  color: var(--color-gris-claro);
  font-size: small;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--color-gris-claro);
  font-size: small;
}

::placeholder {
  color: var(--color-gris-claro);
  font-size: small;
}

.tingle-modal .tingle-modal-box {
  max-width: 42rem;
}
.tingle-modal .tingle-modal-box__content {
  padding: 1.5rem 2.5rem;
}

/*
	* ---------------------------------------------------------------------------
	* UTILITIES
	* Clases especificas para elementos que usaremos muchas veces en la web,
	* por ejemplo, las clases para colores o bgd, minifichas etc.
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* Fonts y efectos tipo
	* ---------------------------------------------------------------------------
*/
.titular {
  font-size: calc(2.8rem + 0.9vw);
  line-height: 1.1;
  margin-bottom: 0.5em;
}

.titular-peque {
  font-size: calc(1.9rem + 0.9vw);
  line-height: 1.1;
  margin-bottom: 0.5em;
}

.titular-fair {
  font-family: var(--fuente-fair);
  color: var(--color-azul-claro);
  font-size: calc(2.5rem + 0.9vw);
  line-height: 1;
  font-weight: 400;
}

.subtitular-mayusculas {
  font-size: calc(0.8rem + 0.2vw);
  color: var(---color-gris-claro);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3rem;
}

.cormogaramond {
  font-family: "Cormorant Garamond", serif;
}

.fairprosper {
  font-family: "fairprosper", serif !important;
  font-weight: 400;
}

.rvhotels {
  color: var(--color-azul-oscuro);
  font-weight: 700;
}
.rvhotels span {
  color: var(--color-azul-medio);
}

.text-space {
  letter-spacing: 0.2em;
}

.cursiva {
  letter-spacing: -0.05em;
  font-family: "Reenie Beanie", cursive !important;
}

.subrayado {
  color: var(--color-azul-oscuro);
}

strong.subrayado {
  box-shadow: inset 0 -9px 0 0 rgba(75, 166, 222, 0.3);
  font-weight: 400;
}

.subrayado-pink {
  box-shadow: inset 0 -9px 0 0 rgba(249, 136, 123, 0.6);
  font-weight: 400;
}

/*
	* ---------------------------------------------------------------------------
	* Colores para texto, iconos, etc
	* ---------------------------------------------------------------------------
*/
.text-white, .white {
  color: white !important;
}
.text-white a, .white a {
  color: white !important;
}

.ornament {
  border-color: var(--color-azul-claro);
}

.color-golden {
  color: var(--color-golden);
}

.color-azul-oscuro {
  color: var(--color-azul-oscuro) !important;
}

.color-azul-medio {
  color: var(--color-azul-medio) !important;
}

.color-azul-claro {
  color: var(--color-azul-claro) !important;
}

.color-azul-clarisimo {
  color: var(--color-azul-clarisimo) !important;
}

/*
	* ---------------------------------------------------------------------------
	* Colores para Background
	* ---------------------------------------------------------------------------
*/
.bg-general {
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 40vh;
}

.bg-azul-oscuro {
  background: var(--color-azul-medio);
  border-color: var(--color-azul-medio);
}

.bg-azul-claro {
  background: var(--color-azul-claro);
  border-color: var(--color-azul-claro);
}

.bg-gris-claro {
  background: var(--color-gris-clarisimo);
  border: var(--color-gris-clarisimo);
}

.bg-white {
  background: white;
}

.bg-oscuro-azul {
  background-color: rgba(47, 93, 142, 0.4901960784);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-claim {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5215686275) 0%, transparent 40%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.img-como-bgd {
  position: relative;
}
.img-como-bgd img.attachment-full,
.img-como-bgd img.wp-post-image,
.img-como-bgd img.image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-como-bgd .container {
  position: relative;
}

/*
	* ---------------------------------------------------------------------------
	* Containers
	* ---------------------------------------------------------------------------
*/
[class^=container] {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.container-peque {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 768px;
}

.container-big {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(1400px + 10vw);
}

/*
	* ---------------------------------------------------------------------------
	* Cosas sueltas
	* ---------------------------------------------------------------------------
*/
@media (min-width: 768px) {
  .lista-columnas-2 {
    column-count: 2;
    column-gap: 2rem;
  }
}

@media (min-width: 768px) {
  .lista-columnas-3 {
    column-count: 2;
    column-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .lista-columnas-3 {
    column-count: 3;
  }
}

.direccion-separada .calle, .direccion-separada .cpostal, .direccion-separada .poblacion, .direccion-separada .provincia, .direccion-separada .pais {
  display: block;
}

.zoom {
  transition: transform 0.6s;
}
.zoom:hover {
  transform: scale(1.03);
}

.simplefilter {
  display: none;
}

.link-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.7882352941) 31%, transparent 62%);
}

/*
	* ---------------------------------------------------------------------------
	* ANIMACION
	* ---------------------------------------------------------------------------
*/
.btn-starky-azul {
  border: none;
  background-color: #2F5D8E !important;
}
.btn-starky-azul:hover, .btn-starky-azul:focus {
  background-color: #4ba6de !important;
}

.btn-starky-rojo {
  border: none;
  background-color: #dc3545 !important;
}
.btn-starky-rojo:hover, .btn-starky-rojo:focus {
  background-color: #bb2d3b !important;
}

.badge1[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -5px;
  right: -20px;
  font-size: 0.7em;
  background: green;
  color: white;
  width: 60px;
  height: 23px;
  text-align: center;
  line-height: 22px;
  box-shadow: 0 0 1px #333;
  transform: rotate(30deg);
}

/*
	* ---------------------------------------------------------------------------
	* BOTON LATENTE VIDEOS
	* ---------------------------------------------------------------------------
*/
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.container-video {
  width: 100%;
}
.container-video:hover {
  cursor: default;
}

.video-container {
  position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 6px !important;
}

.container-home .btno {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.animated-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background: #f9988d;
  position: relative;
}
.animated-btn::before, .animated-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(249, 152, 141, 0.8);
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}
.animated-btn::after {
  background: rgba(249, 152, 141, 0.6);
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: 0.5s;
}

@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
/*
	* ---------------------------------------------------------------------------
	* ELEMENTOS ESTRUCTURALES
	* ---------------------------------------------------------------------------
*/
.bloques-card {
  background-color: white;
}
.bloques-card img {
  width: 100%;
}

.box {
  max-width: 500px;
  margin: auto;
}

/*
   * ---------------------------------------------------------------------------
   * Posicionamiento
   * ---------------------------------------------------------------------------
*/
.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 250;
}

.z-index-2 {
  z-index: 500;
}

.z-index-3 {
  z-index: 750;
}

.z-index-4 {
  z-index: 1000;
}

.z-index-front {
  z-index: 999;
}

/*
	* ---------------------------------------------------------------------------
	* WIDTH
	* ---------------------------------------------------------------------------
*/
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
/*
	* ---------------------------------------------------------------------------
	* BOTONES
	* Añadiremos los básicos y luego los custom. No es necesario que siempre que
	* haya que editar un botón, lo pongamos aquí, si es solo cambiarle uno en una
	* sección en concreto, lo pondremos en su propia clase
	* ---------------------------------------------------------------------------
*/
button, .btn {
  font-family: var(--fuente-general);
  border-radius: var(--border-radius);
  background-color: var(--color-azul-claro);
  color: white;
  font-size: 1em;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button:hover, button:active, button.active, .btn:hover, .btn:active, .btn.active {
  background-color: var(--color-azul-medio);
  border-color: var(--color-azul-medio);
  color: white;
}

.btn-lg {
  padding: 1em 2em;
}

.btn-pink {
  color: #fff !important;
  background-color: var(--color-rosa);
  border-color: var(--color-rosa);
}
.btn-pink:hover {
  background-color: var(--color-rosa-claro);
  border-color: var(--color-rosa-claro);
}

.btn-claro {
  color: #fff !important;
  background-color: var(--color-azul-claro);
  border-color: var(--color-azul-claro);
}

.btn-oscuro {
  color: #fff !important;
  background-color: var(--color-azul-medio);
  border-color: var(--color-azul-medio);
}
.btn-oscuro:hover {
  color: #fff !important;
  background-color: var(--color-azul-oscuro);
  border-color: var(--color-azul-oscuro);
}

.btn-blanco {
  color: var(--color-azul-claro);
  background-color: white;
  border-color: white;
}
.btn-blanco:hover {
  color: #fff !important;
  background-color: transparent;
  border-color: white;
}

.btn-outline, .btn-outline-blue {
  color: white;
  background-color: transparent;
  border-color: white;
}
.btn-outline:hover, .btn-outline-blue:hover {
  color: var(--color-azul-claro) !important;
  background-color: white;
  border-color: white;
}

.btn-outline-blue {
  color: var(--color-azul-oscuro);
  border-color: var(--color-azul-oscuro);
}

/*
	* ---------------------------------------------------------------------------
	* GLOBALES
	* Los estilos para los elementos globales como el daterangepicker o
	* los formularios o dado el caso, menus y footers
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* Cabeceras
	* ---------------------------------------------------------------------------
*/
body:not(.home) #hero-header {
  min-height: 20vh;
}
@media (max-width: 768px) {
  body:not(.home) #hero-header {
    display: flex;
    align-items: center;
  }
}
body:not(.home) #hero-header h2 {
  font-weight: 300;
  font-size: 1.4rem;
}
body:not(.home) #hero-header .titular-fair {
  font-size: 2.5rem;
}
body:not(.home) #hero-header .bg-header-base {
  background: linear-gradient(45deg, #2F5D8E, transparent);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  body:not(.home) #hero-header .bg-header-base {
    background: linear-gradient(45deg, #2F5D8E 0%, transparent 69%);
  }
}
body:not(.home) #hero-header .bg-header-base + .row {
  position: relative;
}

.wifi-copiar {
  cursor: pointer;
}

/*
	* ---------------------------------------------------------------------------
	* RESERVA ONLINE
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* RESERVA ONLINE
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* DESTACADOS
	* Los bloques de "promoción" que hay en la home, funcionan también a modo
	* de dispatch
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* ICONOS DE LA HOME O DE DONDE APAREZCAN
	* ---------------------------------------------------------------------------
*/
.iconos {
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.iconos li {
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
}
.iconos svg {
  width: 92px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .iconos svg {
    width: 100px;
  }
}
.iconos .iconos-text {
  font-size: 0.8rem;
}

#iconos-servicios .iconos li {
  align-items: center;
  max-width: 112px;
}

#habitaciones li {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #habitaciones li {
    max-width: 115px;
  }
}

/*
	* ---------------------------------------------------------------------------
	* DISPATCH
	* En todas o casi todas las páginas abajo hay entre 3 y 4 bloques que
	* funcionan a modo de navegación dispatch
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* DATERANGER PICKER TWEAKS
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* FLATPICKR
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* SWIPER
	* ---------------------------------------------------------------------------
*/
.swiper-wrapper {
  height: auto !important;
}
.swiper-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
}

.swiper-navegacion.flechas {
  width: 100% !important;
}
.swiper-navegacion.flechas .swiper-button-next,
.swiper-navegacion.flechas .swiper-button-prev {
  position: relative;
}
.swiper-navegacion.flechas .swiper-button-prev:after {
  content: url(../../../images/iconos/swiper/prev.png) !important;
}
.swiper-navegacion.flechas .swiper-button-next:after {
  content: url(../../../images/iconos/swiper/next.png) !important;
}
@media (min-width: 768px) {
  .swiper-navegacion.flechas {
    max-width: 150px;
  }
}

.swiper-pointer-events {
  cursor: grabbing;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--color-azul-claro) !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 3.5em !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  top: 44% !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  opacity: 0.15 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #007aff !important;
}

.swiper-lazy:not(.swiper-lazy-loaded) {
  display: none;
}

/*
	* ---------------------------------------------------------------------------
	* FORMULARIOS DE CF7
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* NEWSLETTER MAILCHIMP
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* WPML TRICKS
	* ---------------------------------------------------------------------------
*/
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language a {
  font-weight: 800;
}
.wpml-ls-statics-shortcode_actions a {
  padding: 0.2rem 0.5rem;
  color: var(--color-gris-medio);
  font-size: 0.9rem;
}

.wpml-ls-legacy-dropdown {
  width: unset !important;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}

/*
	* ---------------------------------------------------------------------------
	* GALERIA
	* ---------------------------------------------------------------------------
*/
#galeria .thumbnail {
  padding: 0px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 0px;
}

/*
	* ---------------------------------------------------------------------------
	* OCULTAMOS BOTÓN RECAPTCHA
	* ---------------------------------------------------------------------------
*/
.grecaptcha-badge {
  display: none !important;
}

/*
	* ---------------------------------------------------------------------------
	* LIGHTBOX
	* ---------------------------------------------------------------------------
*/
@media (max-width: 768px) {
  #lightbox {
    margin-top: 20vh;
  }
}
#lightbox .lb-outerContainer {
  border: none;
  background-color: transparent;
}
#lightbox .lb-outerContainer .lb-image {
  border: none;
}
#lightbox.lightbox[style^="display: block"], #lightbox.lightbox[style^="display: flex"] {
  display: flex !important;
  flex-direction: column-reverse !important;
  top: 85% !important;
}
#lightbox .lb-close {
  background: url("../../../images/iconos/lightbox/xmark-solid.svg");
  background-repeat: no-repeat;
}
#lightbox .lb-prev {
  background: url("../../../images/iconos/lightbox/chevron-left-solid.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-position: 4%;
}
#lightbox .lb-next {
  background: url("../../../images/iconos/lightbox/chevron-right-solid.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position: 98%;
}
#lightbox .lb-cancel {
  background: url("");
}

/*
	* ---------------------------------------------------------------------------
	* CONTACTO
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* POP UP COOKIES
	* ---------------------------------------------------------------------------
*/
.cc-message, .cc-compliance {
  font-family: var(--fuente-general);
}

.cc-message {
  font-size: 0.9rem;
  line-height: 1.6em;
}

.cc-floating .cc-compliance > .cc-btn {
  padding: 1rem;
  text-decoration: none;
}

/*
	* ---------------------------------------------------------------------------
	* FOOTER Y MENU
	* Depende de si al final nos liamos con mucho codigo lo ponemos por separado,
	* si no se quedan aquí
	* ---------------------------------------------------------------------------
*/
/*
	* ---------------------------------------------------------------------------
	* MENÚ LATERAL
	* ---------------------------------------------------------------------------
*/
#menu-lateral {
  position: fixed;
  width: calc(100% - 55px);
  max-width: 315px;
  min-height: 100%;
  top: 0;
  right: 55px;
  bottom: 0;
  left: -100vw;
  opacity: 0;
  z-index: 1100;
  background-color: white;
  overflow-y: scroll;
  transition: all var(--time);
}
#menu-lateral::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  margin-top: 2rem;
}
#menu-lateral::-webkit-scrollbar {
  width: 5px;
  overflow: visible;
}
#menu-lateral::-webkit-scrollbar-thumb {
  /* background-color: #c3f0ff; */
  background-image: url("https://rvhotels.es/images/iconos/icon_scroll.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 10px;
  height: 50px;
}
#menu-lateral #menu-cerrar-button {
  border: none;
  background: transparent;
  color: var(--color-gris-oscuro);
  font-size: 2rem;
  font-weight: 800;
  text-align: right;
  padding: 5px 1.3rem;
}
#menu-lateral #menu-cerrar-button i {
  width: 30px;
  height: 30px;
  transition: all var(--time);
  display: flex;
  justify-content: center;
}
#menu-lateral #menu-cerrar-button i:hover {
  transform: rotate(90deg);
}
#menu-lateral .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu-lateral .menu > li {
  border-bottom: 1px solid rgba(211, 210, 210, 0.25);
}
#menu-lateral .menu li a {
  color: var(--color-gris-oscuro);
  text-decoration: none;
}
#menu-lateral .menu li.menu-item-has-children a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#menu-lateral .menu li.menu-item-has-children > a:after {
  font: var(--fa-font-solid);
  content: "\f078";
  font-weight: 900;
  font-size: 0.8rem;
  color: var(--color-azul-claro);
}
#menu-lateral .menu li.current-menu-item > a {
  background-color: var(--color-azul-claro);
  color: white;
}
#menu-lateral .menu li.current-menu-item > a:after {
  color: white;
}
#menu-lateral .menu li:hover > a {
  background-color: var(--color-gris-clarisimo);
  color: var(--color-azul-claro);
}
#menu-lateral .menu li:hover > a:after {
  color: var(--color-azul-claro);
}
#menu-lateral .menu a {
  padding: 1.2rem;
  display: block;
  font-size: 0.9rem;
}
#menu-lateral .sub-menu {
  display: none;
  list-style: none;
  padding-left: 0px;
}
#menu-lateral .sub-menu a {
  font-size: 0.9rem;
  color: var(--color-gris-claro) !important;
  padding-left: 25px;
}
#menu-lateral .sub-menu li.current-menu-item a,
#menu-lateral .sub-menu li:hover a {
  background-color: #f9fafa;
}
#menu-lateral .wpml-menu {
  background: #f9fafa;
}
#menu-lateral .wpml-menu i {
  color: var(--color-gris-claro);
  padding: 0.2rem 0.5rem;
}
#menu-lateral .wpml-menu #lang_sel_list {
  margin-left: 1em;
}
#menu-lateral .wpml-menu #lang_sel_list li.wpml-ls-item a.wpml-ls-link {
  padding: 0.5em;
}
#menu-lateral .wpml-ls .wpml-ls-slot-shortcode_actions {
  display: flex;
}
#menu-lateral .wpml-ls a {
  border: none;
  background-color: transparent;
  color: var(--color-gris-medio);
}
#menu-lateral .wpml-ls .js-wpml-ls-item-toggle {
  padding: 5px 10px;
}
#menu-lateral .wpml-ls .js-wpml-ls-item-toggle::after {
  display: none;
}
#menu-lateral .wpml-ls .wpml-ls-link {
  background-color: transparent;
  border: none;
  font-weight: 400;
  color: var(--color-gris-medio);
}
#menu-lateral .wpml-ls .wpml-ls-sub-menu {
  visibility: visible;
  position: relative;
  display: flex;
  border-top: none;
}

.menu-visible {
  left: 0 !important;
  opacity: 1 !important;
}

.bg-oscuro {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}

#barra-navegacion {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 1021 !important;
}

#barra-menu #logo,
#menu-lateral #logo {
  padding: 0.2rem;
}
#barra-menu #logo img,
#menu-lateral #logo img {
  max-height: 55px;
  max-width: 180px;
}
#barra-menu #menu-button,
#menu-lateral #menu-button {
  background: transparent;
  color: var(--color-gris-medio);
  padding: 1rem;
  border-right: 1px solid var(--color-gris-clarisimo);
  font-weight: 400;
}
#barra-menu #menu-button span,
#menu-lateral #menu-button span {
  font-size: 0.9rem;
}
#barra-menu #menu-button:hover,
#menu-lateral #menu-button:hover {
  border-color: transparent;
}
#barra-menu #boton-menu-reserva,
#menu-lateral #boton-menu-reserva {
  height: 100%;
}

/*
	* ---------------------------------------------------------------------------
	* CSS temporal para la barra de promo de septiembre/octubre 2022
	* ---------------------------------------------------------------------------
*/
.cc-color-override-1630949110 .cc-btn:hover {
  color: #FFFFFF;
  background-color: var(--color-azul-claro) !important;
  border-color: transparent;
}

@keyframes example {
  from {
    height: 0px;
    padding: 0;
  }
  to {
    height: 41.5px;
    padding: 0.5rem 0;
  }
}
#barra-promo {
  background: var(--color-azul-claro);
  font-size: 15px;
  letter-spacing: 0.2px;
  z-index: 99999999;
  box-shadow: 0 48px 48px -32px rgba(23, 16, 159, 0.2), 0 96px 96px -64px rgba(23, 16, 159, 0.4);
  padding: 0.5rem 0;
  animation-name: example;
  animation-duration: 1s;
}

#barra-promo-codigo {
  background: transparent;
  color: white;
  font-weight: bold;
  border: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #barra-promo {
    font-size: 17px;
  }
  #calendario {
    top: 9.5rem;
  }
}
/*
	* ---------------------------------------------------------------------------
	* FOOTER
	* ---------------------------------------------------------------------------
*/
#widgets ul.list-unstyled,
#widgets .menu-footer ul {
  margin: 1rem 0 2rem;
  padding-left: 0;
}
#widgets ul.list-unstyled li,
#widgets .menu-footer ul li {
  margin-bottom: 0.6rem;
  list-style: none;
}
#widgets ul.list-unstyled li span:first-of-type,
#widgets .menu-footer ul li span:first-of-type {
  font-weight: bold;
}
#widgets a {
  text-decoration: none;
  color: var(--color-gris-medio);
  font-size: 0.9rem;
}
#widgets a:hover {
  color: var(--color-azul-claro);
}
#widgets h4.fairprosper {
  font-size: calc(1.3rem + 0.9vw);
}

.footer-menu-titulo {
  font-size: 1.2rem;
  margin: 0.5rem 0 1rem;
}

.footer-barra {
  background-color: var(--color-azul-medio);
}

.redes-links {
  list-style: none;
  padding: 0;
}
.redes-links li {
  background: white;
  border-radius: 50%;
  height: 2.5em;
  width: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  border: 1px solid #a6a6a6;
}
.redes-links li:last-child {
  margin-right: 0;
}

/*
	* ---------------------------------------------------------------------------
	* FOOTER LOGOS CORPORATE
	* ---------------------------------------------------------------------------
*/
#menu-corporate {
  position: relative;
}
#menu-corporate:after {
  content: url("https://www.rvhotels.es/images/logos/logos-footer/logo-mini.svg");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#menu-corporate .linia-rv hr {
  display: inline-block;
  width: 100%;
  border-top: 2px solid var(--color-gris-claro);
}
#menu-corporate .linia-rv hr.color-azul-claro {
  width: 150px;
  border-color: var(--color-azul-claro);
  opacity: 1;
}
#menu-corporate .linia-rv:after {
  content: url("https://www.rvhotels.es/images/logos/logos-footer/icon_gruprv.svg");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -12.5%);
}
#menu-corporate .list-unstyled li, #menu-corporate #widgets .menu-footer ul li, #widgets .menu-footer #menu-corporate ul li {
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  #menu-corporate .list-unstyled img, #menu-corporate #widgets .menu-footer ul img, #widgets .menu-footer #menu-corporate ul img {
    max-width: 180px;
  }
}
#menu-corporate .list-unstyled a, #menu-corporate #widgets .menu-footer ul a, #widgets .menu-footer #menu-corporate ul a {
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--color-gris-medio);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
}

.footer-copyright {
  background: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .footer-menu-titulo-desplazado {
    margin-top: 9.5rem;
  }
}
#hero-header {
  background-color: var(--color-azul-claro);
  color: white;
}
#hero-header h1, #hero-header h2, #hero-header h3, #hero-header h4, #hero-header h5, #hero-header h6 {
  color: white;
}
#hero-header .header-texto {
  text-align: center;
}
#hero-header .header-texto h1 {
  margin-bottom: -0.5rem;
  font-size: calc(1.9rem + 1vw);
}
#hero-header .header-texto h1 span {
  font-size: 1.2rem;
  font-weight: 400;
}
#hero-header .header-texto p {
  font-size: 0.9rem;
  font-weight: 300;
}
#hero-header .header-texto .btn {
  font-size: 0.7rem;
  padding: 6px 10px;
  border-radius: 5px;
}
#hero-header .header-texto .estrellas {
  font-size: 1rem;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#hero-header .header-texto .estrellas::before, #hero-header .header-texto .estrellas::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: white;
  max-width: 4rem;
}
#hero-header .header-texto .estrellas::before {
  margin-right: 10px;
}
#hero-header .header-texto .estrellas::after {
  margin-left: 10px;
}
#hero-header .header-texto .estrellas i {
  margin: 0 5px;
}
#hero-header .header-home h1 span {
  font-size: 1.6rem;
  opacity: 0.8;
}

#horarisModal .modal-header {
  border-bottom: none;
}

#contacto a {
  display: block;
  color: var(--color-gris-oscuro);
  text-decoration: none;
}
#contacto a i {
  color: var(--color-azul-claro);
}

.carta-bloque,
.servicio-bloque {
  margin-bottom: 3rem;
}
.carta-bloque h6,
.servicio-bloque h6 {
  color: var(--color-golden);
  font-size: 0.9rem;
}

.carta-item-contenido {
  width: 100%;
}

.carta-item-titulo,
.carta-item-precio-copa {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 0.5rem;
}

.carta-item-precio-copa .carta-item-nombre {
  font-size: 0.8rem;
}
.carta-item-precio-copa .carta-item-precio {
  font-size: 0.95rem;
  font-weight: 600;
}

.carta-item-nombre {
  color: #3c3c3c;
  margin-bottom: 0;
  flex-shrink: 0;
  font-size: 1rem;
  max-width: 180px;
}
.carta-item-nombre span {
  font-weight: 400;
  text-transform: none;
}

#carta-comida .carta-item-nombre {
  text-transform: none;
  font-size: 0.95rem;
}
#carta-comida .categoria-titulo {
  font-size: 1.3rem;
  text-transform: uppercase;
}
#carta-comida .categoria-subtitulo-cool {
  color: #f75c4a;
  font-family: var(--fuente-fair);
  margin-left: 2rem;
  margin-top: -0.8rem;
  display: block;
  font-size: 2.1rem;
}

.carta-item-linea {
  margin: 0 4px 5px;
  width: calc(100% - 8px);
  height: 1px;
  background-color: #d1d1d1;
  display: block !important;
}

.carta-item-precio {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0 !important;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-azul-medio);
}

.item-carta {
  position: relative;
  padding: 0;
  margin-bottom: 1.5rem;
}
.item-carta:first-child {
  position: relative;
  display: inline-block;
}
.item-carta:last-child {
  border: none;
}

.carta-item-desc {
  margin-bottom: 0;
  font-size: 0.8rem;
}
.carta-item-desc h6 {
  font-size: 0.9rem;
  color: #626262;
}
.carta-item-desc.descripcion-inline {
  display: flex;
  flex-wrap: wrap;
}
.carta-item-desc.descripcion-inline p::after {
  content: "|";
  padding: 0 0.3rem;
}
.carta-item-desc.descripcion-inline p:last-child::after {
  content: "";
}

.carta-categoria,
.servicio {
  padding-bottom: 1.5rem;
  color: #005891;
  align-items: center;
}
.carta-categoria .img,
.servicio .img {
  padding: 0;
  width: 80px;
  min-width: 80px;
}

.categoria-titulo,
.servicio-titulo {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
}

.categoria-subtitulo,
.servicio-subtitulo {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  display: block;
}

.denominacion {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.item-carta-destacado {
  background-color: var(--color-azul-claro);
  color: white;
  font-size: 0.85rem;
  padding: 1em;
  border-radius: 0.2rem;
  margin-top: 2rem;
}

#tabs-carta {
  display: flex;
  background-color: white;
  top: 48px;
}
#tabs-carta .nav-item {
  width: 50%;
}
#tabs-carta .nav-link {
  border-radius: 0;
  padding: 1rem;
  color: var(--color-azul-medio);
  width: 100%;
  font-size: 0.85rem;
  background-color: var(--color-gris-clarisimo);
  box-shadow: inset 0 -9px 19px 0px rgba(0, 0, 0, 0.07);
}
#tabs-carta .nav-link.active {
  color: var(--color-azul-medio);
  background-color: white;
  box-shadow: none;
}

@media (max-width: 768px) {
  .paella .container-peque,
#paella .container-peque {
    padding: 0;
  }
}
.paella .nav-item,
#paella .nav-item {
  width: 25%;
}
.paella .nav-tabs span,
#paella .nav-tabs span {
  color: white !important;
  font-size: 1.2rem;
}
.paella .nav-tabs button,
#paella .nav-tabs button {
  background-color: #367296;
}
.paella .nav-tabs .nav-item.show .nav-link, .paella .nav-tabs .nav-link.active,
#paella .nav-tabs .nav-item.show .nav-link,
#paella .nav-tabs .nav-link.active {
  background-color: #4999ca !important;
}
.paella .nav-link,
#paella .nav-link {
  border: none !important;
}

.paella-bg {
  position: absolute;
  rotate: -30deg;
  transform: translate(10%, 50%);
  scale: 125%;
  opacity: 0.6;
}

.paella-precio {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: white !important;
  background-color: #E46D5D !important;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 50%;
  filter: drop-shadow(5px 4px 0px #005891);
  height: 110px;
  width: 110px;
  top: 4rem;
  right: 2.5rem;
  transform: rotate(15deg);
  font-weight: bold;
  line-height: 1;
}
.paella-precio span.euro {
  font-size: 1.2rem;
  font-weight: 300;
}

.menu-paella {
  overflow: hidden;
  position: relative;
  background-color: #4999CA;
  padding: 1rem;
}
.menu-paella .menu-titulo-paella {
  font-size: larger;
}
.menu-paella .categoria-subtitulo-cool {
  text-shadow: 4px 3px 2px #005891;
  font-size: 3.5rem !important;
  margin-top: -2rem;
  filter: text-shadow(20px 20px 0px black);
  color: #E46D5D !important;
}
.menu-paella .plato-linea, .menu-paella .plato-precio, .menu-paella .carta-categoria, .menu-paella h4, .menu-paella .plato-desc {
  color: white !important;
  font-size: 17px;
}
.menu-paella .plato-nombre {
  font-size: 1.3rem !important;
  margin-bottom: 0.5rem;
}
.menu-paella .alert-azuloscuro {
  padding: 1rem;
}
.menu-paella .plato-desc {
  margin-left: 0.1rem;
  font-size: 0.9rem;
}
.menu-paella .plato-desc span {
  display: list-item;
  margin-left: 2rem;
}

.plato-precio.staatliches {
  color: #005891 !important;
}
.plato-precio.staatliches.precio-paella {
  float: right;
  margin-top: -20%;
  font-size: 2.5rem;
  color: white !important;
}

.persona-paella {
  font-size: 1rem;
  font-family: "Lato";
  margin-top: 10%;
}

.servicio-bloque {
  background: var(--color-gris-clarisimo);
  padding: 0.7rem;
  max-width: 768px;
  margin: 0 auto 0.2rem;
}
.servicio-bloque .servicio {
  padding: 0;
  color: var(--color-gris-oscuro);
}
.servicio-bloque .servicio .img {
  width: 70px;
  min-width: 70px;
}
@media (min-width: 768px) {
  .servicio-bloque .servicio .img {
    width: 85px;
    min-width: 85px;
  }
}
.servicio-bloque .servicio-subtitulo {
  color: var(--color-gris-medio);
}
.servicio-bloque .servicio-subtitulo span {
  display: inline;
}

.servicio-bloque.bg-azul-claro {
  padding: 2rem;
}
.servicio-bloque.bg-azul-claro .servicio h2, .servicio-bloque.bg-azul-claro .servicio h3, .servicio-bloque.bg-azul-claro .servicio h4, .servicio-bloque.bg-azul-claro .servicio h5, .servicio-bloque.bg-azul-claro .servicio p, .servicio-bloque.bg-azul-claro .servicio a, .servicio-bloque.bg-azul-claro .servicio span, .servicio-bloque.bg-azul-claro .servicio strong {
  color: white !important;
}

.cabecera-seccion h2 {
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.container-peque.servicio-bloque {
  background-color: transparent;
}

.doble-horario {
  margin-top: 0.5rem;
}
.doble-horario span {
  font-size: 13px;
  font-weight: 600;
}
.doble-horario .servicio-titulo {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .doble-horario {
    display: flex;
  }
  .doble-horario .servicio-subtitulo::after {
    content: "|";
    display: block;
    padding: 0 0.5rem;
    color: var(--color-gris-oscuro);
  }
  .doble-horario .servicio-subtitulo:last-child::after {
    content: "";
  }
}

#navegacion {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  background: var(--color-gris-clarisimo);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1098039216);
}
#navegacion .container-peque {
  padding: 0;
}
#navegacion ul {
  list-style: none;
}
#navegacion ul li a {
  padding: 0.8rem;
  display: block;
  color: var(--color-gris-medio);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#navegacion ul li a i {
  margin: 0;
}
#navegacion ul li.active a,
#navegacion ul li:hover a {
  background-color: var(--color-azul-claro);
  color: white;
}
#navegacion ul a.whatsapp {
  background-color: #25d366;
  color: white;
}
#navegacion ul a.whatsapp:hover {
  background-color: #128c7e;
}
#navegacion svg {
  width: 60px; /* Tamaño de los iconos */
  height: auto;
  fill: #4c4c4c;
  display: block;
  padding: 0.5rem 0.5rem 0.1rem 0.5rem;
}

#idiomas ul {
  display: flex;
}

body:not(.home) #idiomas {
  display: none;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.05s ease-in;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.05s ease-out;
}

/* Inicialmente, el body tiene opacidad 0 */
body {
  opacity: 0;
}

#mensajeExito {
  display: none;
  margin-left: 10px;
  color: green;
  font-weight: bold;
}

@media (max-width: 768px) {
  #recepcion-virtual .container-peque {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}

.bloque-virtual {
  background-color: var(--color-azul-claro);
  color: white;
  border-radius: 0.8rem;
  position: relative;
  padding: 2rem 1rem 1rem;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
.bloque-virtual h2, .bloque-virtual h3, .bloque-virtual h4, .bloque-virtual a, .bloque-virtual strong {
  color: white;
}
.bloque-virtual .icono-flotante {
  position: absolute;
  top: -1.5rem;
  right: 1rem;
  font-size: x-large;
  color: var(--color-azul-claro);
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.1294117647);
}
.bloque-virtual ul li {
  margin-bottom: 0.5rem;
  list-style: none;
}
.bloque-virtual ul li::before {
  content: "\f00c";
  font: var(--fa-font-solid);
  padding-right: 0.5rem;
}
@media (min-width: 576px) {
  .bloque-virtual ul {
    columns: 2;
  }
}

.bloque-virtual:nth-child(odd) {
  background-color: var(--color-azul-oscuro);
}

/*****************************************************/

/*# sourceMappingURL=style.css.map */
