@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

/* .node--type-servicio-web-contenido .filtros-form{
	 display: none;
 }*/

body {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.navbar-toggler:focus {
  outline: none;
}
.js-form-type-radio{
    display: flex;
    align-items: center;
    margin: 4px;
}
.js-form-type-radio input{
    position: inherit;
    margin-top: 0; margin-right: 4px;
}
.js-form-type-radio label{
    padding-left: 0;
}

form.comprar-mas-extras-form > p,
p.mensaje-servicio-comprado,
p.capacidad-agotada,
p.servicio-no-disponible {
  font-size: 20px;
  font-weight: 500;
  background-color: #ffde00;
  padding: 12px 14px;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}

#slider_price_range .tooltip,
#slider_bedrooms_range .tooltip{
    opacity: 1;
    z-index: 9 !important;
}
.slider .tooltip.top{
    margin-top: 22px;
}
.tooltip-inner{
    color: #ffde00 !important;
}
.geolocation-map-control{
    margin: 0 !important;
}

.modificar-cookies {
  text-align: center;
  margin-bottom: 30px;
}

.modificar-cookies a {
  background-color: #ffde00;
  color: black;
  padding: 10px 17px;
  border-radius: 10px;
}


.emergente-movil{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emergente-movil > div{
  text-align: center;
}
.emergente-movil > div .logo img{
  max-width: 120px;
  margin-bottom: 24px;
}
.emergente-movil .enlace a{
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.emergente-movil .group-enlaces a#enlace_app{
  font-size: 18px !important;
  background-color: #ffde00 !important;
  color: black !important;
  padding: 8px 16px !important;
  border-color:black !important;
  text-decoration: none !important;
}
.emergente-movil .group-enlaces a#enlace_store{
    border-radius: 30px;
    margin-top: 10px;
}
.emergente-movil .group-enlaces ul li a#enlace_store{
	background-image: url(iconos/enlace-ios.svg);
	width: 100%;
	height: 40px;
	display: block;
	font-size: 0;
	padding: 0;
	margin: 8px auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
html[lang="en"] .emergente-movil .group-enlaces ul li a#enlace_store {
  background-image: url(iconos/appstore-badge.svg);
}
.emergente-movil .group-enlaces{
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.volver-a{
  margin: 50px auto 0;
  font-size: 12px !important;
  background-size: 7px !important;
  padding-left: 14px !important;
}

#edit-address--description {
    text-align: center !important;
    top: 4px !important;
}

#edit-politica--wrapper,
#edit-condiciones--wrapper {
    margin-bottom: 4px;
}
.path-evento-privado-entity #header,
.path-evento-privado-entity .site-footer{
  display: none;

}

.E-fuente {
    font-family: 'Lato', sans-serif;
}

.user-logged-in.path-perfil #content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-mobile {
    display: none !important;
}

body.user-logged-in.path-perfil {
    background-color: black;
}

input.error {
    border: solid 1px red !important;
}

select option{
  color: white;
  background-color: black;
}

#perfil-edit-form,
.user-logged-in.path-perfil #user-form {
    max-width: 320px;
    margin: 80px auto;
}

#perfil-edit-form fieldset,
.user-logged-in.path-perfil fieldset {
    margin: 0;
}

#perfil-edit-form input,
#perfil-edit-form select,
.user-logged-in.path-perfil #user-form input {
    border-radius: 30px;
    background-color: black !important;
    margin-top: 0;
    border: 1px solid #ffde00 !important;
    color: white !important;
    padding: 0;
    line-height: 38px;
    text-align: center;
}

#perfil-edit-form #edit-mail {
    margin-bottom: 10px;
}

#perfil-edit-form #edit-cambiar a {
    width: 100%;
    color: white;
    margin-top: 15px;
    opacity: 0.4;
    transition: ease all 0.4s;
}

#perfil-edit-form .js-form-managed-file.form-managed-file {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#perfil-edit-form .js-form-managed-file.form-managed-file img {
    border-radius: 50%;
}

#perfil-edit-form .image-preview {
    padding-right: 0;
    margin-right: 0;
}

#perfil-edit-form #edit-cambiar a:hover {
    opacity: 1;
    transition: ease all 0.4s;
}

#perfil-edit-form #edit-actions {
    padding: 0 30px !important;
}

#perfil-edit-form #edit-actions button {
    max-width: 100%;
    width: 100%;
}

#perfil-edit-form select {
    text-align: center !important;
    color: #6c757d !important;
}

#perfil-edit-form select:checked {
    color: white !important;
}

#perfil-edit-form select:checked {
    color: white !important;
}

#perfil-edit-form button,
.user-logged-in.path-perfil #user-form button {
    border-radius: 20px;
    background-color: #fbdb03 !important;
    color: black !important;
    border: 1px solid #fbdb03 !important;
    margin-top: 15px;
    padding: 0 !important;
    line-height: 38px;
}

#perfil-edit-form button:hover,
.user-logged-in.path-perfil #user-form button:hover {
    background-color: black !important;
    color: #fbdb03 !important;
}

#perfil-edit-form button {
    border-radius: 20px;
    background-color: #fbdb03 !important;
    color: black !important;
    border: 1px solid #fbdb03 !important;
    margin-top: 15px;
    padding: 0 !important;
    line-height: 38px;
}

.contenido-menu-panel.hidden {
    display: none;
}

#content.col,
.user-logged-in.path-perfil #edit-pass {
    padding: 0;
}

.user-logged-in.path-perfil .password-strength {
    width: 100%;
    max-width: 100%;
}

b,
strong {
    font-weight: 900 !important;
}

a {
    display: inline-block;
}

/*LENGUAJE*/
.language-switcher-language-url{
  position: fixed;
  right: 5px;
  top: 58px;
  z-index: 999;
  background-color: #ffde00;
  padding: 8px 14px;
  border-radius: 0 0 6px 6px;
}
.language-switcher-language-url nav{
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.language-switcher-language-url nav>span {
  padding: 0;
}
.language-switcher-language-url .nav-link.es{
  padding-right: 5px;
}
.language-switcher-language-url nav a{
  text-transform: uppercase;
  border: none !important;
  color: black !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 500;
  opacity: .5;
}
html[lang="es"] .language-switcher-language-url .nav-link.es a{
  opacity: 1;
}
html[lang="en"] .language-switcher-language-url .nav-link.en a{
  opacity: 1;
}

/*PAGE*/
.page-link{
  background-color: #000;
  color: #ffde00;
  font-weight: 500;
  border: none;
}
a.page-link{
  color: black;
  background-color: #ffde00;
}
.page-link:hover{
  background-color: black;
  color: #ffde00;
}
/*LOGIN*/

.password-strength{
  width: 100%;
  padding-bottom: 8px;
  color: white;
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 0.04em;
  display: none;
}
.password-strength__meter{
  display: none;
}
.password-confirm-message{
  font-size: 12px;
  color: gray;
  padding-bottom: 8px;

}
.password-confirm-message .ok{
  color: green;
}
.password-confirm-message .error{
  color: red;
}
.password-suggestions{
  color: gray;
  font-size: 12px;
  border: none;
  padding: 0 14px;
  display: none !important;
}
.password-suggestions ul {
  padding:0;
  margin: 0;
}
.password-suggestions ul li{
  list-style: none;
}

/*UNIVERSALES*/

* {
    box-sizing: border-box;
    outline: none;
    line-height: normal;
}

*[style="overflow-y:auto"],
*[style="overflow-x:auto"] {
    -webkit-overflow-scrolling: touch;
}

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

p {
    line-height: 1.2em !important;
}


/*

#block-panelusuarioblock{
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: black;
}
*/

.mensaje-registro {
    text-align: center;
    padding: 200px;
}

.respuesta-pago {
    text-align: center;
    padding: 200px;
}

#filtros-form,
.filtros-eventos-form {
    display: flex;
    padding: 20px !important;
}

#filtros-form fieldset,
.filtros-eventos-form fieldset {
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 0 15px 0 0 !important;
}

#filtros-form #edit-submit,
.filtros-eventos-form #edit-submit {
    margin: 0 !important;
    height: 44px;
    margin-right: 20px;
}

#edit-filtros {
    display: flex;
    padding: 0;
}

#edit-filtros input {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.div_choose_date {
    padding-bottom: 15px;
}

input#choose_available_date,
input.choose_available_date,
a.choose_available_date {
    padding: 15px 30px !important;
    display: inline-block;
    border-radius: 30px;
    background-color: black;
    color: #fbdb03;
    border: none;
    cursor: pointer;
    transition: ease all 0.4s;
}

input#choose_available_date:hover,
input.choose_available_date:hover,
a.choose_available_date:hover {
    background-color: #fbdb03;
    color: black;
}


.hasDatepicker {
  position: fixed;
  left: 0;
  top: 0;
  background: #000000ed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.path-alojamientos .hasDatepicker,
.node--type-housing .hasDatepicker{
  position: static !important;
}

.adatepicker .btn-cerrar {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
}

.path-comprar-viaje .group-cabecera,
.path-comprar-evento .group-cabecera {
    height: 150px;
  position: relative;
}


#block-frontend-content .container {
    max-width: 760px;
    width: 100%;
    height: auto;
    text-align: center;
}


/* PARA LOS NOTCH */

.iphoneX--cabecera,
.iphoneX--footer {
    height: 100%;
}

.iphoneX--cabecera-provisional {
    padding-top: 20px;
}

.iphoneX--footer-provisional {
    padding-bottom: 30px !important;
}

.iphoneX--footer-provisional>.G-subicono.G-pad--s {
    padding-bottom: 0 !important;
}


/*CALENDARIO*/

.ui-widget.ui-widget-content {
    border: none !important;
    max-width: 380px;
    width: 100%;
    background: transparent;
    padding: 30px 0 0;
}

.ui-datepicker .ui-datepicker-title {
    line-height: normal !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    padding: 0;
    background: transparent;
    border: none;
}

.ui-datepicker-calendar thead {
    display: none;
}

.ui-datepicker-calendar tbody tr {
    margin: 0;
    border: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    color: #ffde02;
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 20px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #9b9b9b !important;
    border: none !important;
    text-align: center !important;
    opacity: 0.5;
    font-size: 24px;
    background: transparent;
    font-weight: bold;
}

.ui-widget-content a.ui-state-default {
    color: #ffde02 !important;
    opacity: 1;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background: transparent;
    background-image: url(iconos/flecha-der.svg);
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    top: 6px !important;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    border: none !important;
    background: transparent !important;
    opacity: 1;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-image: url(iconos/flecha-der.svg) !important;
    cursor: pointer !important;
}

.ui-datepicker-prev,
.ui-datepicker-prev:hover {
    background-image: url(iconos/flecha-izq.svg) !important;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none !important;
}

.btn-cerrar {
    background-image: url(iconos/cerrar.svg) !important;
    font-size: 0;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
    opacity: 0.6;
    transition: ease all 0.4s;
    cursor: pointer !important;
}

.btn-cerrar:hover {
    opacity: 1;
    transition: ease all 0.4s;
}

.text-muted {
    color: #6c757d !important;
    top: -7px !important;
    position: relative;
    text-align: left !important;
    width: 100% !important;
    display: block;
    padding: 0 14px;
}


.path-producto .comprar-viaje-form .text-muted {
    top: 4px !important;
    text-align: center !important;
}
.path-registro-realizado #link-enable-form{
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.path-registro-realizado .text-muted{
  top: 4px !important;

  text-align: center !important;
}
.path-registro-realizado label{
  padding-top: 8px;
  color: white;
}


/*CARRUSEL*/

.carousel-inner {
    display: flex;
    justify-content: center;
}

.carousel-item {
    width: initial;
    text-align: center;
}

.carousel-item .E-borde--esfera img {
    border-radius: 50%;
    display: block;
}

.carousel-item .G-color--primario {
    padding-bottom: 0;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators .active {
    background: #FFDE00;
}


/*TARIFAS*/

.group-tarifas {
    display: none;
}

.page-node-13 .group-tarifas {
    background-color: white;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    display: block;
}

.group-tarifas>div {
    display: flex;
    border-bottom: 1px solid #EDEDED;
    align-items: center;
    padding: 12px 0;
    justify-content: space-around;
}

.group-tarifas>div:last-child {
    border: none;
    padding-bottom: 0;
}

.group-tarifas>div * {
    color: black !important;
}

.group-tarifas>div .tarifa-izq p {
    text-align: right !important;
}

.group-tarifas>div .tarifa-der p {
    text-align: left !important;
}

.group-tarifas>div .precio,
.group-tarifas>div .dias {
    color: #D8232A !important;
    margin: 0;
}

.group-tarifas>div .precio {
    font-size: 38px;
    font-weight: bold;
    line-height: 30px !important;
}

.group-tarifas>div .dias {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.group-tarifas>div .capacidad,
.group-tarifas>div .capacidad-det {
    margin: 0;
}

.group-tarifas>div .capacidad {
    color: black;
    font-size: 28px;
    font-weight: bold;
    line-height: 20px !important;
}

.group-tarifas>div .capacidad-det {
    font-size: 16px;
    line-height: 16px;
}

.group-precio {
    font-size: 48px;
    font-weight: bold;
    color: #FFDE00 !important;
  line-height: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    text-transform: uppercase;
}

.tarjeta {
    background-image: url(iconos/logos-tarjetas.svg);
    padding-top: 55px;
    background-position: center 20px;
    background-repeat: no-repeat;
}

.tarjeta button {
    width: 100%;
    max-width: 90%
}

.form-required::after {
    display: none !important;
}

.filetoupload,
.fileuploaded {
    padding-right: 15px;
    padding-left: 15px;
}

.filetoupload label.error {
    background-color: #f9a0a0 !important;
}

.error.form-check-input {
    border: solid 2px #f9a0a0 !important;
}

.filetoupload label,
.fileuploaded label {
    padding: 0;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-size: 16px;
    opacity: 1;
    border: 1px solid #333;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    text-align: left;
    border-radius: 30px;
    padding: 13px 20px 13px !important;
    padding-left: 20px;
    background-image: url(iconos/input-datos-personales.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 44px !important;
    font-weight: 100;
    width: 100%;
    cursor: pointer;
    margin-top: 0.25em;
}

.filetoupload fieldset,
.fileuploaded fieldset {
    padding: 0;
}

.filetoupload input,
.fileuploaded input,
.filetoupload span,
.fileuploaded span,
.filetoupload button,
.fileuploaded button {
    display: none;
}

.fileuploaded label {
    color: black;
    background-color: #00ff1f;
    background-image: url(iconos/check.svg);
}

.path-comprar-viaje .group-inferior .js-form-item-files-pasaporte label,
.path-comprar-evento .group-inferior .js-form-item-files-pasaporte label {
    max-width: 300px;
    text-align: left;
}

#filtros-form {
    padding: 20px;
}


/*TIPOS DE CABECERA*/

.G-bloque-postcabecera--simple {
    position: absolute !important;
    height: calc(100% - 56px);
    width: 100%;
}

.G-bloque-con-scroll {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    width: 100%;
}

.G-bloque-con-scroll>p {
    margin-top: 0;
}

.node--type-servicio-web-contenido .group-cabecera::after {
    background-color: rgba(0, 0, 0, 0.6);
}

.node--type-servicio-web-contenido .group-cabecera::before {
    display: none;
}

.group-cabecera {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.group-cabecera::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(74, 74, 74, 0.7);
    z-index: 0;
    top: 0;
}


/*
.group-cabecera > * {
  position: relative;
  z-index: 2;
}
*/

.group-cabecera>div {
    position: relative;
    z-index: 1;
}

.group-cabecera::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 0;
}

.path-viaje .group-cabecera::before,
.path-viaje .group-cabecera::after,
.path-evento .group-cabecera::before,
.path-evento .group-cabecera::after {
    display: none;
}


/* 2) Estilos de componentes ———————————————————————*/


/*
G- (general - Toda la web)
B- (bloques - Solo en algunas secciones)
E- (excepción - Aplicamos alguna variante)
*/


/* TEXTOS ******************************************/


/* TAMAÑOS */

.G-txt--xxxs {
    font-size: 8px;
}

.G-txt--xxs {
    font-size: 10px;
}

.G-txt--xs {
    font-size: 12px;
}

.G-txt--s {
    font-size: 14px;
}

.G-txt--s-m {
    font-size: 16px;
}

.G-txt--m {
    font-size: 18px;
}

.G-txt--l-m {
    font-size: 20px;
}

.G-txt--l {
    font-size: 25px;
}

.G-txt--xl {
    font-size: 35px;
}

.G-txt--xxl {
    font-size: 45px;
}

.G-txt--xxxl {
    font-size: 55px;
}


/* ALINEACIÓN */

.G-txt--izq {
    text-align: left;
}

.G-txt--cen {
    text-align: center;
}

.G-txt--der {
    text-align: right;
}

.G-txt--jus {
    text-align: justify;
}


/* ATRIBUTOS TEXTO */

.G-txt--negrita {
    font-weight: bold;
}

.G-txt--seminegrita {
    font-weight: 500;
}

.G-txt--fina {
    font-weight: 100;
}

.G-txt--subrayado {
    text-decoration: underline;
}

.G-txt--sinsubrayado {
    text-decoration: none;
}

.G-txt--mayus {
    text-transform: uppercase;
}

.G-txt--ker-xxs {
    letter-spacing: 0.8px;
}

.G-txt--ker-xs {
    letter-spacing: 1px;
}

.G-txt--ker-s {
    letter-spacing: 1.25px;
}

.G-txt--ker-m {
    letter-spacing: 2px;
}

.G-txt--ker-l {
    letter-spacing: 3px;
}

.G-txt-lh--normal {
    line-height: normal;
}

.G-txt-lh--l {
    line-height: 1.2rem;
}

.G-txt-lh--xl {
    line-height: 1.5rem;
}


/* COLORES */

.G-color--primario {
    color: #FFDE00;
}

.G-color--secundario {
    color: #4A4A4A;
}

.G-color--cta {
    color: #e4c904;
}

.E-color-sg--auxiliar {
    color: #1A4363
}

.G-color--auxiliar {
    color: rgba(255, 255, 255, 0.2);
}

.E-color--azul {
    color: #002E52;
}

.G-color--blanco {
    color: white;
}

.G-color--negro {
    color: black;
}

.G-color--gris {
    color: #444B54;
}

.G-color--aprobar {
    color: rgb(1, 175, 13);
}

.G-color--rechazar {
    color: rgb(175, 1, 1);
}


/* COMPONENTES ******************************************/

input[type=text],
input[type=password],
select,
textarea {
    font-family: sans-serif;
    font-weight: 300;
    padding: 10px;
    border-radius: 8px;
    appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: none;
    resize: none;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    font-size: 1em;
    padding: 10px;
    height: inherit;
}

input::placeholder {
    color: black;
}

input:-moz-placeholder {
    color: black;
}

input::-moz-placeholder {
    color: black;
}

input:-ms-input-placeholder {
    color: black;
}

input::-webkit-input-placeholder {
    color: black;
}

select#edit-field-pais-0-value,
#auth_box select {
    text-align: center !important;
    text-align-last: center !important;
    text-align: -moz-center !important;
    text-align: -webkit-center !important;
    text-align: center !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


/* BOTONES */

button {}


/* INPUTS */

input[type=text] {}


/* SELECTS */

.G-desplegable {
    border-radius: 8px;
    background-color: #f1f1f1;
    position: relative;
    margin-bottom: 10px;
}

.G-desplegable>select {
    background-color: transparent;
    margin-bottom: 0;
    padding-right: 40px;
    border: none;
    outline: none;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

.G-desplegable>select option {
    border: none;
    outline: none;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

select option{
  color: white;
  background-color: black;
}

.G-desplegable:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    background-image: url(src/icons/flecha-desplegable.svg);
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.G-desplegable>select option:first-child {
    opacity: 0.4 !important;
}


/* TEXTAREAS */

textarea {}


/* CHECKBOX */

.G-checkbox {}

.G-checkbox>div {
    margin-bottom: 10px;
}

.G-checkbox input {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(src/icons/check-sinmarcar.svg);
    background-position: center center;
    background-size: 16px;
    width: 20px;
    height: 20px;
    margin: 0 5px 10px 0;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.G-checkbox input+label {}

.G-checkbox input:checked {
    background-image: url(src/icons/check-marcado.svg);
    opacity: 1;
}

.G-checkbox input:hover {
    cursor: pointer;
}

.G-checkbox input+label:hover {
    cursor: pointer !important;
}

.G-checkbox.toggle input {
    background-image: none;
    background-color: #D94C4C;
    border-radius: 30px;
    width: 45px;
    height: 25px;
    position: relative;
}

.G-checkbox.toggle input:after {
    width: 21px;
    height: 21px;
    display: block;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    content: "";
    left: 2px;
    top: 2px;
    position: absolute;
    transition: ease all 0.4s;
}

.G-checkbox.toggle input:checked {
    background-color: #4CD964;
}

.G-checkbox.toggle input:checked:after {
    left: inherit;
    right: 2px;
    transition: ease all 0.4s;
}


/* RADIOBUTTONS */

.G-radiobutton>div {
    margin-bottom: 10px;
}

.G-radiobutton input {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(src/icons/radiobutton-sinmarcar.svg);
    background-position: center center;
    background-size: 16px;
    width: 20px;
    height: 20px;
    margin: 0 5px 10px 0;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.G-radiobutton input+label {}

.G-radiobutton input:checked {
    background-image: url(src/icons/radiobutton-marcado.svg);
    opacity: 1;
}

.G-radiobutton input+label:hover {
    cursor: pointer !important;
}

.G-radiobutton.toggle input {
    background-image: none;
    background-color: #D94C4C;
    border-radius: 30px;
    width: 45px;
    height: 25px;
    position: relative;
}

.G-radiobutton.toggle input:after {
    width: 21px;
    height: 21px;
    display: block;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    content: "";
    left: 2px;
    top: 2px;
    position: absolute;
    transition: ease all 0.4s;
}

.G-radiobutton.toggle input:checked {
    background-color: #4CD964;
}

.G-radiobutton.toggle input:checked:after {
    left: inherit;
    right: 2px;
    transition: ease all 0.4s;
}


/* GRUPOS DE ELEMENTOS */

.G-grupo {
    display: flex;
    position: relative;
    align-items: stretch;
}

.G-grupo p {
    margin: 0;
}

.G-grupo input {
    margin: 0;
}

.G-grupo .G-grupo--izq+input {
    border-radius: 0 8px 8px 0;
}

.G-grupo .G-grupo--der+input {
    border-radius: 8px 0 0 8px;
}

.G-grupo .G-grupo--izq,
.G-grupo .G-grupo--der {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #d1d1d1;
    color: black;
    white-space: nowrap;
}

.G-grupo--hor,
.G-grupo--ver {
    display: flex;
    align-items: center;
}

.G-grupo--hor {
    justify-content: space-between;
}

.G-grupo--ver {
    flex-direction: column;
}

.G-grupo>div {
    flex: 1;
}

.G-grupo .G-grupo--izq {
    left: 0;
    top: 0;
}

.G-grupo .G-grupo--der {
    right: 0;
    top: 0;
}

.G-grupo .G-grupo--izq {
    left: 0;
    top: 0;
    border-radius: 8px 0 0 8px;
}

.G-grupo .G-grupo--der {
    right: 0;
    top: 0;
    border-radius: 0 8px 8px 0;
    order: 2;
}


/* ENLACES */

a {}


/*ESTADOS*/

.G-enlace--desactivarClick {
    pointer-events: none;
}

.G-enlace--activo {
    opacity: 1;
}

.G-enlace--desactivado {
    opacity: 0.2;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}


/* ACORDEONES */

.G-acordeon {
    border: 1px solid #f3f3f3;
    margin: 0;
    border-radius: 8px;
}

.G-acordeon--cabecera {
    background-color: #f3f3f3;
    cursor: pointer;
}

.G-acordeon--cabecera>* {
    padding: 20px;
    margin: 0;
}

.G-acordeon--descripcion {
    padding: 20px;
}

.G-acordeon--cerrado>.G-acordeon--descripcion {
    height: 0;
    opacity: 0;
    transition: ease all 0.4s;
    display: none;
}

.G-acordeon--abierto>.G-acordeon--descripcion {
    height: inherit;
    opacity: 1;
    transition: ease all 0.4s;
}


/* TABS */

ul.G-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

ul.G-tabs li {
    list-style: none;
    flex: 1;
    text-align: center;
    padding: 0 5px;
}

ul.G-tabs li a {
    text-decoration: none;
    display: block;
    width: 100%;
    opacity: 0.4;
    transition: ease all 0.4s;
    padding: 5px 0;
}

ul.G-tabs li a.activo {
    opacity: 1;
}

ul.G-tabs li a:hover {
    opacity: 1;
    transition: ease all 0.4s;
}

ul.G-tabs.circular {
    border: 2px solid #0F98D6;
    border-radius: 30px;
    padding: 2px;
    display: inline-flex;
}

ul.G-tabs.circular li {
    padding: 0;
    display: inline-block;
    white-space: nowrap;
}

ul.G-tabs.circular li a {
    display: block;
    padding: 5px 10px;
}

ul.G-tabs.circular li a.activo {
    background-color: #0F98D6;
    color: white;
    border-radius: 30px;
}


/* ALERTAS */

.G-alert {
    border-radius: 8px;
}


/* BADGE */

.G-badge {
    background-color: gray;
    color: white;
    border-radius: 4px;
    font-size: 0.9rem;
    padding: 0.3em 0.5em;
    margin-left: 5px;
    line-height: inherit;
    vertical-align: middle;
}


/* BREADCRUMBS */

ul.G-breadcrumb {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.G-breadcrumb li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    padding-right: 5px;
}

ul.G-breadcrumb li:first-child {
    padding-left: 0;
}

ul.G-breadcrumb li:first-child:before {
    display: none;
}

ul.G-breadcrumb li:before {
    content: ">";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}


/* LISTADOS */

.G-listado {
    margin: 0;
    padding: 0;
}

.G-listado li {
    list-style: none;
}

.G-listado-sep--xxxs>* {
    margin-bottom: 8px;
}

.G-listado-sep--xxs>* {
    margin-bottom: 10px;
}

.G-listado-sep--xs>* {
    margin-bottom: 14px;
}

.G-listado-sep--s>* {
    margin-bottom: 18px;
}

.G-listado-sep--m>* {
    margin-bottom: 22px;
}

.G-listado-sep--l>* {
    margin-bottom: 28px;
}

.G-listado-sep--xl>* {
    margin-bottom: 36px;
}

.G-listado-sep-h--xxxs>* {
    margin: 0 4px;
}

.G-listado-sep-h--xxs>* {
    margin: 0 8px;
}

.G-listado-sep-h--xs>* {
    margin: 0 10px;
}

.G-listado-sep-h--s>* {
    margin: 0 12px;
}

.G-listado-sep-h--m>* {
    margin: 0 14px;
}

.G-listado-sep-h--l>* {
    margin: 0 18px;
}

.G-listado-sep-h--xl>* {
    margin: 0 22px;
}

.G-listado-sep-h--xxl>* {
    margin: 0 28px;
}

.G-listado-sep-h--xxxl>* {
    margin: 0 36px;
}


/* ESPACIOS Y TAMAÑOS ******************************************/


/* MAXIMOS */

.G-max--100 {
    max-width: 100%;
    width: 100%;
}

.G-max--70 {
    max-width: 70%;
    width: 100%;
}
.G-max--60 {
  max-width: 60%;
  width: 100%;
}
.G-max--50 {
    max-width: 50%;
    width: 100%;
}
.G-max--40 {
  max-width: 40%;
  width: 100%;
}
.G-max--30 {
    max-width: 30%;
    width: 100%;
}

.G-max--25 {
    max-width: 25%;
    width: 100%;
}

.G-max--10 {
    max-width: 10%;
    width: 100%;
}

.G-max-v--100 {
    height: 100%;
}

.G-max--420 {
    max-width: 420px;
    width: 100%;
    height: auto;
}

.G-max--375 {
    max-width: 375px;
    width: 100%;
    height: auto;
}

.G-max--320 {
    max-width: 320px;
    width: 100%;
    height: auto;
}

.E-max--250 {
    max-width: 250px;
    width: 100%;
    height: auto;
}

.E-max--220 {
    max-width: 220px;
    width: 100%;
    height: auto;
}

.G-max--150 {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.E-max--760 {
    max-width: 760px;
    width: 100%;
    height: auto;
}

.E-max--840 {
    max-width: 840px;
    width: 100%;
    height: auto;
}

.E-max--1140 {
    max-width: 1140px;
    width: 100%;
    height: auto;
}

.E-max--960 {
    max-width: 960px;
    width: 100%;
    height: auto;
}

.E-max--620 {
    max-width: 620px;
    width: 100%;
    height: auto;
}

.E-max--400 {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.G-cuadrado--xxxs {
    width: 8px;
    height: 8px;
}

.G-cuadrado--xxs {
    width: 10px;
    height: 10px;
}

.G-cuadrado--xs {
    width: 12px;
    height: 12px;
}

.G-cuadrado--s {
    width: 14px;
    height: 14px;
}

.G-cuadrado--s-m {
    width: 16px;
    height: 16px;
}

.G-cuadrado--m {
    width: 18px;
    height: 18px;
}

.G-cuadrado--l-m {
    width: 20px;
    height: 20px;
}

.G-cuadrado--l {
    width: 25px;
    height: 25px;
}

.G-cuadrado--xl {
    width: 35px;
    height: 35px;
}

.G-cuadrado--xxl {
    width: 45px;
    height: 45px;
}

.G-cuadrado--xxxl {
    width: 55px;
    height: 55px;
}

.E-cuadrado--sg-s {
    width: 50px;
    height: 50px;
    display: inline-block;
}

/* . {
    width: 90px;
    height: 90px;
    display: inline-block;
} */

.E-cuadrado--sg-m {
    width: 120px;
    height: 120px;
    display: inline-block;
}


/* MARGENES */

.G-margen--0 {
    margin: 0;
}

.G-margen--auto {
    margin: auto;
}

.G-margen--xxxs {
    margin: 8px;
}

.G-margen--xxs {
    margin: 10px;
}

.G-margen--xs {
    margin: 12px;
}

.G-margen--s {
    margin: 14px;
}

.G-margen--s-m {
    margin: 16px;
}

.G-margen--m {
    margin: 18px;
}

.G-margen--l-m {
    margin: 20px;
}

.G-margen--l {
    margin: 25px;
}

.G-margen--xl {
    margin: 35px;
}

.G-margen--xxl {
    margin: 45px;
}

.G-margen--xxxl {
    margin: 55px;
}

.E-margen-bottom--xxxl {
    margin-bottom: 70px;
}

.G-margen-topbottom--xxxs {
    margin-top: 8px;
    margin-bottom: 8px;
}

.G-margen-topbottom--xxs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.G-margen-topbottom--xs {
    margin-top: 12px;
    margin-bottom: 12px;
}

.G-margen-topbottom--s {
    margin-top: 14px;
    margin-bottom: 14px;
}

.G-margen-topbottom--s-m {
    margin-top: 16px;
    margin-bottom: 16px;
}

.G-margen-topbottom--m {
    margin-top: 18px;
    margin-bottom: 18px;
}

.G-margen-topbottom--l-m {
    margin-top: 20px;
    margin-bottom: 20px;
}

.G-margen-topbottom--l {
    margin-top: 25px;
    margin-bottom: 25px;
}

.G-margen-topbottom--xl {
    margin-top: 35px;
    margin-bottom: 35px;
}

.G-margen-topbottom--xxl {
    margin-top: 45px;
    margin-bottom: 45px;
}

.G-margen-topbottom--xxl {
    margin-top: 55px;
    margin-bottom: 55px;
}

.G-margen-l--0 {
    margin-left: 0;
    margin-right: 0;
}

.G-margen-l--xxxs {
    margin-left: 8px;
    margin-right: 8px;
}

.G-margen-l--xxs {
    margin-left: 10px;
    margin-right: 10px;
}

.G-margen-l--xs {
    margin-left: 12px;
    margin-right: 12px;
}

.G-margen-l--s {
    margin-left: 14px;
    margin-right: 14px;
}

.G-margen-l--s-m {
    margin-left: 16px;
    margin-right: 16px;
}

.G-margen-l--m {
    margin-left: 18px;
    margin-right: 18px;
}

.G-margen-l--l-m {
    margin-left: 20px;
    margin-right: 20px;
}

.G-margen-l--l {
    margin-left: 25px;
    margin-right: 25px;
}

.G-margen-l--xl {
    margin-left: 35px;
    margin-right: 35px;
}

.G-margen-l--xxl {
    margin-left: 45px;
    margin-right: 45px;
}

.G-margen-l--xxxl {
    margin-left: 55px;
    margin-right: 55px;
}

.G-margen--0-top {
    margin-top: 0;
}

.G-margen--0-bottom {
    margin-bottom: 0;
}

.G-margen--0-left {
    margin-left: 0;
}

.G-margen--0-right {
    margin-right: 0;
}

.E-margen-top-negativo--xxxl {
    margin-top: -80px;
}


/* PADDINGS */

.G-pad--0 {
    padding: 0;
    box-sizing: border-box;
}

.G-pad-sg-xxxs {
    padding: 5px;
    box-sizing: border-box;
}

.G-pad--xxxs {
    padding: 8px;
    box-sizing: border-box;
}

.G-pad--xxs {
    padding: 10px;
    box-sizing: border-box;
}

.G-pad--xs {
    padding: 12px;
    box-sizing: border-box;
}

.G-pad--s {
    padding: 14px;
    box-sizing: border-box;
}

.G-pad--s-m {
    padding: 16px;
    box-sizing: border-box;
}

.G-pad--m {
    padding: 18px;
    box-sizing: border-box;
}

.G-pad--l-m {
    padding: 20px;
    box-sizing: border-box;
}

.G-pad--l {
    padding: 25px;
    box-sizing: border-box;
}

.G-pad--xl {
    padding: 35px;
    box-sizing: border-box;
}

.G-pad--xxl {
    padding: 45px;
    box-sizing: border-box;
}

.G-pad--xxxl {
    padding: 55px;
    box-sizing: border-box;
}

.E-pad-sg-xxxl {
    padding: 60px
}

.E-pad-l--s-m {
    padding-left: 16px;
    padding-right: 16px;
}

.G-pad-l--0 {
    padding-left: 0;
    padding-right: 0;
}

.G-pad-l--xxxs {
    padding-left: 8px;
    padding-right: 8px;
}

.G-pad-l--xxs {
    padding-left: 10px;
    padding-right: 10px;
}

.G-pad-l--xs {
    padding-left: 12px;
    padding-right: 12px;
}

.G-pad-l--s {
    padding-left: 14px;
    padding-right: 14px;
}

.G-pad-l--s-m {
    padding-left: 16px;
    padding-right: 16px;
}

.G-pad-l--m {
    padding-left: 18px;
    padding-right: 18px;
}

.G-pad-l--l-m {
    padding-left: 20px;
    padding-right: 20px;
}

.G-pad-l--l {
    padding-left: 25px;
    padding-right: 25px;
}

.G-pad-l--xl {
    padding-left: 35px;
    padding-right: 35px;
}

.G-pad-l--xxl {
    padding-left: 45px;
    padding-right: 45px;
}

.G-pad-l--xxxl {
    padding-left: 55px;
    padding-right: 55px;
}

.E-pad-sg--m {
    padding: 0px 70px;
}

.G-pad--0-top {
    padding-top: 0;
}

.E-pad-top--s {
    padding-top: 10px;
}

.E-pad-top--m {
    padding-top: 20px;
}

.E-pad--top-xxs {
    padding-top: 15px;
}

.E-pad--top-l {
    padding-top: 45px;
}

.E-pad-top--xxl {
    padding-top: 60px;
}

.E-pad-sg-top--xxl {
    padding-top: 75px;
}

.E-pad-sg-top--xxxl {
    padding-top: 400px;
}

.E-pad-sg--top {
    padding-top: 140px;
}

.G-pad--0-bottom {
    padding-bottom: 0;
}

.E-pad-bottom--s {
    padding-bottom: 10px;
}

.E-pad-bottom--m {
    padding-bottom: 20px;
}

.E-pad-bottom--xxl {
    padding-bottom: 45px;
}

.E-pad-bottom--xxxl {
    padding-bottom: 65px;
}

.E-pad-sg-bottom--xxxl {
    padding-bottom: 90px;
}

.E-pad-topbottom--xxl {
    padding-top: 45px;
    padding-bottom: 45px;
}

.E-pad-sg--xxl-bottom {
    padding-bottom: 150px;
}

.E-pad-sg--s-buttom {
    padding-bottom: 35px;
}

.E-pad--tb {
    padding-top: 35px;
    padding-bottom: 20px;
}

.G-pad--0-left {
    padding-left: 0;
}

.G-pad--0-right {
    padding-right: 0;
}

.E-pad--sg-m {
    padding: 85px 15px;
}

.E-pad--tb-s {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* FLEX */

.G-flex {
    display: flex;
}

.G-flex--wrap {
    flex-wrap: wrap;
}

.G-flex--1 {
    flex: 1;
}

.G-flex--vertical {
    flex-direction: column;
}

.G-flex-h--distribuidos {
    justify-content: space-around;
}

.G-flex-h--repartidos {
    justify-content: space-between;
}

.G-dis-h--izq {
    justify-content: flex-start;
}

.G-dis-h--cen {
    justify-content: center;
}

.G-dis-h--der {
    justify-content: flex-end;
}

.G-dis-v--top {
    align-items: flex-start;
}

.G-dis-v--middle {
    align-items: center;
}

.G-dis-v--bottom {
    align-items: flex-end;
}


/* POSICIONES */

.G-pos--fijo {
    position: fixed;
}

.G-pos--absoluto {
    position: absolute;
}

.G-pos--relativo {
    position: relative;
}

.G-pos--full {
    width: 100%;
    height: 100%;
}

.G-pos--top {
    top: 0;
}

.G-pos--bottom {
    bottom: 0;
}

.G-pos--izq {
    left: 0;
}

.G-pos--der {
    right: 0;
}


/* ATRIBUTOS ******************************************/


/* FONDOS */

.G-fondo--primario {
    background-color: #FFDE00;
}

.G-fondo--secundario {
    background-color: blue;
}

.G-fondo--cta {
    background-color: #e4c904;
}

.G-fondo--auxiliar {
    background-color: gray;
}

.G-fondo--negro {
    background-color: black;
}

.G-fondo--blanco {
    background-color: white;
}

.E-fondo--gris {
    background-color: #F8F8F8;
}

.G-fondo--aprobar {
    background-color: rgb(1, 175, 13);
}

.G-fondo--rechazar {
    background-color: rgb(175, 1, 1);
}

.E-fondo--azul {
    background-color: #1A4363;
}

.E-fondo--pago-ok {
    background-color: #139739;
    ;
}

.E-fondo--pago-ko {
    background-color: #b60003;
}

.G-fondo--full {
    background-size: cover;
    background-position: center center;
}

.G-fondo--facebook {
    background-color: #4267B2;
}


/* DEGRADADOS */

.G-fondo-degra--arriba {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0.0)));
    background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.0) 100%);
    height: 250px;
}

.G-fondo-degra--abajo {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(#000000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000000 100%);
    height: 150px;
}


/* ICONOS */

.G-icono {
    background-image: url(src/icons/nombredearchivo.svg);
    font-size: 0;
    display: block;
    background-position: center center;
    background-size: cover;
}

.G-icono--vacio {
    background-image: none;
}

.G-icono--xxxs {
    width: 8px;
    height: 8px;
}

.G-icono--xxs {
    width: 10px;
    height: 10px;
}

.G-icono--xs {
    width: 12px;
    height: 12px;
}

.G-icono--s {
    width: 14px;
    height: 14px;
}

.G-icono--s-m {
    width: 16px;
    height: 16px;
}

.G-icono--m {
    width: 18px;
    height: 18px;
}

.G-icono--l-m {
    width: 20px;
    height: 20px;
}

.G-icono--l {
    width: 25px;
    height: 25px;
}

.G-icono--xl {
    width: 35px;
    height: 35px;
}

.G-icono--xxl {
    width: 45px;
    height: 45px;
}

.G-icono--xxxl {
    width: 55px;
    height: 55px;
}


/* SUB-ICONOS */

.G-subicono {
    background-image: url(src/icons/nombredearchivo.svg);
    background-repeat: no-repeat;
    display: inline-block;
}

.G-subicono--ejemplo {
    background-image: url(src/icons/nombredearchivo.svg);
}

.G-subicono--top--s {
    padding-top: 14px;
    background-size: 10px;
    background-position: top center;
}

.G-subicono--der--s {
    padding-right: 14px;
    background-size: 10px;
    background-position: right center;
}

.G-subicono--bottom--s {
    padding-bottom: 14px;
    background-size: 10px;
    background-position: bottom center;
}

.G-subicono--izq--s {
    padding-left: 14px;
    background-size: 10px;
    background-position: left center;
}

.G-subicono--top--m {
    padding-top: 18px;
    background-size: 14px;
    background-position: top center;
}

.G-subicono--der--m {
    padding-right: 18px;
    background-size: 14px;
    background-position: right center;
}

.G-subicono--bottom--m {
    padding-bottom: 18px;
    background-size: 14px;
    background-position: bottom center;
}

.G-subicono--izq--m {
    padding-left: 18px;
    background-size: 14px;
    background-position: left center;
}

.G-subicono--top--l {
    padding-top: 22px;
    background-size: 18px;
    background-position: top center;
}

.G-subicono--der--l {
    padding-right: 22px;
    background-size: 18px;
    background-position: right center;
    padding-top: 1px;
    padding-bottom: 1px;
}

.G-subicono--bottom--l {
    padding-bottom: 22px;
    background-size: 18px;
    background-position: bottom center;
}

.G-subicono--izq--l {
    padding-left: 35px !important;
    background-size: 18px !important;
    background-position: 10px center !important;
    padding-top: 1px;
    padding-bottom: 1px;
}

.G-subicono--top--xl {
    padding-top: 26px;
    background-size: 22px;
    background-position: top center;
}

.G-subicono--der--xl {
    padding-right: 26px;
    background-size: 22px;
    background-position: right center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.G-subicono--bottom--xl {
    padding-bottom: 26px;
    background-size: 22px;
    background-position: bottom center;
}

.G-subicono--izq--xl {
    padding-left: 26px;
    background-size: 22px;
    background-position: left center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.G-subicono--top--gigante {
    padding-top: 65px;
    background-size: 60px;
    background-position: top center;
}

.G-subicono--der--gigante {
    padding-right: 65px;
    background-size: 60px;
    background-position: right center;
    padding-top: 60px;
    padding-bottom: 3px;
}

.G-subicono--bottom--gigante {
    padding-bottom: 65px;
    background-size: 60px;
    background-position: bottom center;
}

.G-subicono--izq--gigante {
    padding-left: 65px;
    background-size: 60px;
    background-position: left center;
    padding-top: 60px;
    padding-bottom: 3px;
}


/* BORDES */

.G-borde--no {
    border: none;
}

.G-borde--primario {
    border: 2px solid #FFDE00;
}

.E-borde--primario img {
    border: 2px solid #FFDE00;
}

.G-borde--secundario {
    border: 2px solid blue;
}

.G-borde--cta {
    border: 2px solid #e4c904;
}

.G-borde--auxiliar {
    border: 2px solid gray;
}

.G-borde--negro {
    border: 1px solid black;
}

.G-borde--blanco {
    border: 1px solid white;
}

.G-borde-bottom--primario {
    border-bottom: 2px solid #FFDE00;
}

.G-borde-bottom--secundario {
    border-bottom: 2px solid blue;
}

.G-borde-bottom--cta {
    border-bottom: 2px solid #e4c904;
}

.G-borde-bottom--auxiliar {
    border-bottom: 2px solid gray;
}

.G-borde-bottom--negro {
    border-bottom: 2px solid black;
}

.G-borde-bottom--blanco {
    border-bottom: 2px solid white;
}

.G-borde-top--primario {
    border-top: 2px solid #FFDE00;
}

.G-borde-top--secundario {
    border-top: 2px solid blue;
}

.G-borde-top--cta {
    border-top: 2px solid #e4c904;
}

.G-borde-top--auxiliar {
    border-top: 2px solid gray;
}

.G-borde-top--negro {
    border-top: 2px solid black;
}

.G-borde-top--blanco {
    border-top: 2px solid white;
}

.E-borde-top--gris {
    border-top: 2px solid #EDEDED;
}

.G-borde-left--primario {
    border-left: 2px solid #FFDE00;
}

.G-borde-left--secundario {
    border-left: 2px solid blue;
}

.G-borde-left--cta {
    border-left: 2px solid #e4c904;
}

.G-borde-left--auxiliar {
    border-left: 2px solid gray;
}

.G-borde-left--negro {
    border-left: 2px solid black;
}

.G-borde-left--blanco {
    border-left: 2px solid white;
}

.G-borde-right--primario {
    border-right: 2px solid #FFDE00;
}

.G-borde-right--secundario {
    border-right: 2px solid blue;
}

.G-borde-right--cta {
    border-right: 2px solid #e4c904;
}

.G-borde-right--auxiliar {
    border-right: 2px solid gray;
}

.G-borde-right--negro {
    border-right: 2px solid black;
}

.G-borde-right--blanco {
    border-right: 2px solid white;
}

.G-borde--redondeado {
    border-radius: 8px;
}

.G-borde--circular {
    border-radius: 30px;
}

.G-borde--esfera {
    border-radius: 50%;
}

.E-borde--esfera img {
    border-radius: 50%;
}


/* SOMBRAS */

.G-sombra-box--no {
    box-shadow: none;
}

.G-sombra-box--si {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.G-sombra-box--si-xl {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}

.G-sombra-txt--no {
    text-shadow: none;
}

.G-sombra-txt--si {
    text-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

.E-sombra-txt--si {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}


/* 3) Bloques generales de la plataforma———————————————————————*/

/* BANNER COOKIES */
.cookiesjsr-banner--info{
  padding-left: 0;
}
.cookiesjsr-btn{
  font-weight: 500;
  border-radius: 50px;
}
.cookiesjsr-banner button.denyAll,
.cookiesjsr-btn.important,
.cookiesjsr-btn.cookiesjsr-settings{
  color: black;
  border-color: black;
}
.cookiesjsr-banner .cookiesjsr-banner--text{
  text-align: left !important;
}


/*MENU PRINCIPAL ****************************************************************************************************************************************************************************************************************************************************************************************/

#header {
    background-color: #FFFFFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
}

.block.block-system.block-system-main-block {
    margin: 0;
}

#header>.container {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header>.container .header-izquierda {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#header>.container .header-izquierda .navbar,
#header .navbar {
    padding: 0;
    height: 100%;
}

#header .row {
    margin: 0;
}

#header>.container .header-izquierda .logo img {
    width: 70px;
    height: 70px;
    margin-bottom: -12px;
    position: relative;
    z-index: 2;
}

#header>.container .header-izquierda ul li a {
    padding: 0 15px;
    font-size: 18px;
    color: #999999;
    border-top: 3px solid white;
    text-transform: uppercase;
    line-height: 55px;
}

#header>.container .header-izquierda ul li a.is-active {
    color: black;
    border-top: 3px solid black;
}

#header #block-useraccountmenu {
    padding-top: 10px;
}

#header #block-useraccountmenu a {
    background-image: url(iconos/login-usuario.svg);
    width: 36px;
    height: 36px;
    font-size: 0;
    display: block;
    padding: 0;
    cursor: pointer;
}

.user-logged-in #header #block-useraccountmenu a.login {
    display: none;
}

#header #block-useraccountmenu a.cerrar-sesion {
    background-image: url(iconos/login-salir.svg);
    margin-left: 10px;
}

#header #block-enlacesapp {
    background-image: url(iconos/separador-menu.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-size: contain;
}

#header #block-enlacesapp ul li a {
    background-image: url(iconos/enlace-ios.svg);
    width: 96px;
    height: 36px;
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#header #block-enlacesapp ul li+li a {
    background-image: url(iconos/boton-android.svg);
}

html[lang="en"] #header #block-enlacesapp ul li a{
  background-image: url(iconos/appstore-badge.svg);
}
html[lang="en"] #header #block-enlacesapp ul li+li a{
  background-image: url(iconos/google-play-badge.svg);
}

/*MENU FOOTER ****************************************************************************************************************************************************************************************************************************************************************************************/

.site-footer {
    background-color: black;
    padding-bottom: 120px;
    padding-top: 40px;
}

.site-footer .container-fluid,
.site-footer .region-footer-second {
    width: 100%;
    max-width: 820px;
    margin: auto;
}

.site-footer .region-footer-second>.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.site-footer .region-footer-second .logo img {
    width: 140px;
    height: 140px;
}

.site-footer .region-footer-second>.container h2 {
    color: #FFDE00;
    font-size: 18px;
    letter-spacing: 2px;
    border: none;
    font-weight: bold;
    text-transform: capitalize;
}

.site-footer .region-footer-second>.container ul {
    display: inline-block;
    padding-top: 10px;
}

.site-footer .region-footer-second>.container ul li a {
    display: block;
    opacity: 0.6;
    color: white;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 5px 0 5px 10px;
}

.site-footer .region-footer-second>.container ul li a:hover {
    opacity: 1;
}

.site-footer__top .region {
  width: 100%;
  padding: 0;
  margin: 0;
}
footer div#block-fondoeuropeoes {
  padding: 0;
  margin: 10px 0 0;
}
footer div#block-fondoeuropeoes .layout__region.layout__region--content {
  display: flex;
  align-items: center;
}
footer div#block-fondoeuropeoes .layout__region.layout__region--content > div {
  padding: 8px;
}
footer div#block-fondoeuropeoes .layout__region.layout__region--content > div p {
  margin: 0;
}
footer div#block-fondoeuropeoes .layout__region.layout__region--content > div img {
  margin: 0;
  background-color: white;
  max-width: 270px;
}
@media only screen and (max-width: 480px) {
  footer div#block-fondoeuropeoes .layout__region.layout__region--content > div p {
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  footer div#block-fondoeuropeoes .layout__region.layout__region--content > div img {
    max-width: 240px;
  }
}
/*MENU BURBUJAS ****************************************************************************************************************************************************************************************************************************************************************************************/
#block-menuburbujas2::after,
#block-menuburbujas::after {
    width: 200%;
    content: "";
    position: absolute;
    left: 0;
    bottom: -150px;
    margin-left: -50%;
    background-color: black;
    display: block;
    height: 190px;
    border-radius: 50%;
    z-index: 0;
}

#block-menuburbujas2,
#block-menuburbujas {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
/*
.path-alojamientos #block-menuburbujas{
  bottom: -40px;
}
.path-alojamientos #block-menuburbujas::before {
  width: 100%;
  height: 100px;
  display: block;
  content: "";
  background: red;
  position: fixed;
  top:-100px;
  z-index: 99;
}
.path-alojamientos #block-menuburbujas:before:hover > ul{
  bottom: 0;
}
.path-alojamientos #block-menuburbujas > ul{
  bottom: -100px;
}*/

#block-housingfilterblock.fijar-filtros{
  position: fixed;
  left: 0;
  width: 100%;
  top: 58px;
  z-index: 1;
}

/*
.fijar-resultados{
  position: fixed;
  left: 0;
  height: calc(100vh - 100px);
  width: 100%;
  top: 110px;
}*/

#list-of-housings .G-max--40{
  height: calc(100vh - 58px);
}
#list-of-housings{
  height: calc(100vh - 58px);

  overflow: auto;
}

#block-menuburbujas2>ul,
#block-menuburbujas>ul {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#block-menuburbujas2>ul li,
#block-menuburbujas>ul li {
    margin: -40px 2% 0px;
}
#block-menuburbujas2>ul li:nth-child(2),
#block-menuburbujas2>ul li:nth-child(6),
#block-menuburbujas>ul li:nth-child(2),
#block-menuburbujas>ul li:nth-child(6) {
    margin-top: -45px;
}
#block-menuburbujas2>ul li:nth-child(3),
#block-menuburbujas2>ul li:nth-child(5),
#block-menuburbujas>ul li:nth-child(3),
#block-menuburbujas>ul li:nth-child(5) {
    margin-top: -50px;
}
#block-menuburbujas2>ul li:nth-child(4),
#block-menuburbujas>ul li:nth-child(4) {
    margin-top: -55px;
}
#block-menuburbujas2>ul li a,
#block-menuburbujas>ul li a {
    display: block;
    width: 79px;
    height: 79px;
    background-image: url(iconos/burbujas/alojamiento.svg);
    border-radius: 50%;
    font-size: 0;
    background-position: center center;
}
#block-menuburbujas2>ul li a{
  background-image: url(iconos/burbujas-ingles/alojamiento.svg);
}
#block-menuburbujas2>ul li+li a{
  background-image: url(iconos/burbujas-ingles/banking.svg);
}
#block-menuburbujas>ul li+li a {
    background-image: url(iconos/burbujas/banking.svg);
}
#block-menuburbujas2>ul li+li+li a{
  background-image: url(iconos/burbujas-ingles/seguro-medico.svg);
}
#block-menuburbujas>ul li+li+li a {
    background-image: url(iconos/burbujas/seguro-medico.svg);
}
#block-menuburbujas2>ul li+li+li+li a{
  background-image: url(iconos/burbujas-ingles/viajes.svg);
}
#block-menuburbujas>ul li+li+li+li a {
    background-image: url(iconos/burbujas/viajes.svg);
}
#block-menuburbujas2>ul li+li+li+li+li a{
  background-image: url(iconos/burbujas-ingles/eventos.svg);
}
#block-menuburbujas>ul li+li+li+li+li a {
    background-image: url(iconos/burbujas/eventos.svg);
}
#block-menuburbujas2>ul li+li+li+li+li+li a{
  background-image: url(iconos/burbujas-ingles/SIM-card.svg);
}
#block-menuburbujas>ul li+li+li+li+li+li a {
    background-image: url(iconos/burbujas/SIM-card.svg);
}
#block-menuburbujas2>ul li+li+li+li+li+li+li a{
  background-image: url(iconos/burbujas-ingles/transporte.svg);
}
#block-menuburbujas>ul li+li+li+li+li+li+li a {
    background-image: url(iconos/burbujas/transporte.svg);
}
.page-node-9 #block-menuburbujas2>ul li:nth-child(1) a{
  background-image: url(iconos/burbujas-ingles/alojamiento-activo.svg);
}
.page-node-9 #block-menuburbujas>ul li:nth-child(1) a {
    background-image: url(iconos/burbujas/alojamiento-activo.svg);
}
.page-node-6 #block-menuburbujas2>ul li:nth-child(2) a{
  background-image: url(iconos/burbujas-ingles/banking-activo.svg);
}
.page-node-6 #block-menuburbujas>ul li:nth-child(2) a {
    background-image: url(iconos/burbujas/banking-activo.svg);
}
.page-node-10 #block-menuburbujas2>ul li:nth-child(3) a{
  background-image: url(iconos/burbujas-ingles/seguro-medico-activo.svg);
}
.page-node-10 #block-menuburbujas>ul li:nth-child(3) a {
    background-image: url(iconos/burbujas/seguro-medico-activo.svg);
}
.page-node-11 #block-menuburbujas2>ul li:nth-child(4) a{
  background-image: url(iconos/burbujas-ingles/viajes-activo.svg);
}
.page-node-11 #block-menuburbujas>ul li:nth-child(4) a {
    background-image: url(iconos/burbujas/viajes-activo.svg);
}
.page-node-12 #block-menuburbujas2>ul li:nth-child(5) a{
  background-image: url(iconos/burbujas-ingles/eventos-activo.svg);
}
.page-node-12 #block-menuburbujas>ul li:nth-child(5) a {
    background-image: url(iconos/burbujas/eventos-activo.svg);
}
.page-node-13 #block-menuburbujas2>ul li:nth-child(6) a{
  background-image: url(iconos/burbujas-ingles/SIM-card-activo.svg);
}
.page-node-13 #block-menuburbujas>ul li:nth-child(6) a {
    background-image: url(iconos/burbujas/SIM-card-activo.svg);
}
.page-node-14 #block-menuburbujas2>ul li:nth-child(7) a{
  background-image: url(iconos/burbujas-ingles/transporte-activo.svg);
}
.page-node-14 #block-menuburbujas>ul li:nth-child(7) a {
    background-image: url(iconos/burbujas/transporte-activo.svg);
}


/* 4) Secciones específicas y excepciones de la plataforma———————————————————————*/


/*HOME ****************************************************************************************************************************************************************************************************************************************************************************************/

.node--type-inicio .group-cabecera>*,
.node--type-servicio-web-contenido .group-cabecera>* {
    position: relative;
    z-index: 2;
}

.node--type-inicio .G-fondo--negro>.G-flex-h--repartidos {
    flex-wrap: wrap;
    padding: 0;
    margin: auto;
}

.node--type-inicio .G-fondo--negro>.G-flex-h--repartidos>div {
    margin-bottom: 20px;
}

.node--type-inicio .G-fondo--negro>.G-flex-h--repartidos>div:nth-child(6)+div {
    display: none;
}

.node--type-inicio .E-boton--ios a {
    background-image: url(iconos/enlace-ios.svg);
  background-repeat: no-repeat;
    font-size: 0;
    display: block;
    width: 222px;
    height: 66px;
    border-radius: 12px;
}

.node--type-inicio .E-boton--android a {
    background-image: url(iconos/boton-android.svg);
  background-repeat: no-repeat;
    font-size: 0;
    display: block;
    width: 220px;
    height: 66px;
    border-radius: 12px;
}
html[lang="en"] .node--type-inicio .E-boton--ios a{
  background-image: url(iconos/appstore-badge.svg);
}
html[lang="en"] .node--type-inicio .E-boton--android a{
  background-image: url(iconos/google-play-badge.svg);
}

.node--type-inicio .E-boton--ios {
    margin-left: 0;
}

.node--type-inicio .E-boton--android {
    margin-right: 0;
}


/*SECCIÓN SERVICIOS ****************************************************************************************************************************************************************************************************************************************************************************************/

.node--type-servicio-web-contenido .group-cabecera .E-pad-sg-top--xxl,
.page-node-15 .group-cabecera .E-pad-sg-top--xxl {
    padding-top: 95px;
}

.node--type-servicio-web-contenido .group-cabecera .G-color--primario {
    font-weight: 500;
}

.node--type-servicio-web-contenido .group-cabecera .G-txt--s {
    font-weight: inherit;
    line-height: 16px;
}

.node--type-servicio-web-contenido .group-cabecera .E-max--220 {
    position: relative;
}

.node--type-servicio-web-contenido .group-cabecera .E-max--220:after {
    content: "";
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    right: -30px;
    top: 10px;
    background-image: url(iconos/flecha.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.node--type-servicio-web-contenido .group-cabecera .E-max--220:last-child:after {
    display: none;
}

.node--type-servicio-web-contenido .group-cabecera .G-flex-h--repartidos {
    padding: 0 20px;
}

.node--type-servicio-web-contenido .G-txt--l {
    padding-left: 20px;
    padding-right: 20px;
}


/*VIAJES ****************************************************************************************************************************************************************************************************************************************************************************************/

.listado-viajes,
.listado-eventos {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid white;
    border-right: 1px solid white;
    max-width: 100%;
    list-style: none;
}

.listado-viajes>li,
.listado-eventos>li {
    max-width: 33.3%;
    width: 100%;
    border: 1px solid white;
}

.listado-eventos>li a,
.listado-viajes>li a {
    margin: 0 5px 10px 5px;
}

.listado-eventos>li a img,
.listado-viajes>li a img {
    border-radius: 12px;
}

.listado-eventos,
.listado-viajes{
    padding: 0 5px 14px;
}
.listado-viajes{
  padding-bottom: 14px;
}


#edit-filtros-titulo {
    max-width: 230px !important;
    margin: 0;
}

#filtros-eventos-form fieldset {
    padding: 0 5px;
}
#enlace_app{
  border: 1px solid white;
  border-radius: 20px;
  padding:4px 14px;
  display: inline-block;
  color: white;
}

.path-viaje .group-cabecera,
.path-evento .group-cabecera,
.path-comprar-evento .group-cabecera,
.path-comprar-viaje .group-cabecera {
    height: 320px;
    margin-top: 70px;
    text-align: center;
    max-width: 600px;
    border-radius: 12px !important;
}
.path-viaje .group-cabecera,
.path-evento .group-cabecera{
  margin-top: 8px;
}

.path-viaje a.volver-a,
.path-evento  a.volver-a,
.path-comprar-evento .group-cabecera a,
.path-comprar-viaje .group-cabecera a {
    text-align: center;
    padding: 15px;
    padding-left: 15px;
    color: gray;
    display: inline-block;
    font-size: 18px;
    padding-left: 18px;
    background-position: left 14px;
    background-repeat: no-repeat;
    background-image: url(iconos/volver-amarillo.svg);
}

.path-comprar-evento .group-cabecera:after,
.path-comprar-viaje .group-cabecera:after {
    border-radius: 12px !important;
}

.path-viaje .group-superior,
.path-evento .group-superior {
    text-align: center;
}

.path-viaje .titulo,
.path-evento .titulo {
    font-size: 28px;
    color: black;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    margin: 0;
}

.path-viaje .group-precio-dias,
.path-evento .group-precio-dias {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 100;
    text-align: center;
    border-bottom: 1px solid #EDEDED;
}

.path-viaje .group-precio-dias .precio,
.path-evento .group-precio-dias .precio {
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(iconos/precio-desde.svg);
    padding-top: 5px;
}

.path-viaje .group-precio-dias .dias,
.path-evento .group-precio-dias .dias {
    margin-left: 10px;
    padding-top: 5px;
}

.bold {
    font-weight: bold;
}

.path-viaje .group-inferior,
.path-evento .group-inferior {
    max-width: 620px;
    margin: 25px auto;
}

.path-viaje .site-footer,
.path-evento .site-footer {
    display: none;
}

.contenido-menu-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99 !important;
    overflow: scroll;
}

.btn-cerrar {
    position: fixed;
    right: 15px;
    top: 15px;
}

.contenido-menu-panel ul.menu-panel {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    margin: auto !important;
    max-width: 250px;
}

.contenido-menu-panel ul.menu-panel li {
    list-style: none;
    background: #fbdb03;
    border: 1px solid #fbdb03;
    border-radius: 20px;
    text-align: center;
    color: black;
    margin: 5px 0;
    max-width: 100%;
    width: 100%;
    line-height: 34px;
    cursor: pointer;
    font-weight: 500;
    transition: Ease all 0.4s;
}

.contenido-menu-panel ul.menu-panel li:hover {
    background: black;
    color: #fbdb03;
}

.contenido-menu-panel .group-superior {
    text-align: center;
}

.contenido-menu-panel .group-superior img {
	width: 93px;
}

.contenido-menu-panel .group-superior .texto-hola {
    color: white;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 40px;
}

.contenido-menu-panel .group-inferior {
    text-align: center;
}

.contenido-menu-panel .group-inferior ul {
    margin: 0;
    padding: 0 !important;
    flex-direction: column;
    display: block !important;
    justify-content: center;
    justify-content: center !important;
    align-items: center !important;
}

.contenido-menu-panel .group-inferior ul li {
    list-style: none;
    display: block;
    width: 100%;
}

.contenido-menu-panel .group-inferior ul li a {
    list-style: none;
    border: 1px solid white;
    opacity: 0.4;
    line-height: 34px;
    padding: 0 20px !important;
    color: white;
    border-radius: 20px;
    display: inline-block;
    width: initial !important;
    text-align: center;
    margin-bottom: 10px;
    text-indent: 0 !important;
    transition: Ease all 0.4s;
}

.contenido-menu-panel .form-type-select {
    text-align: center !important;
}

.contenido-menu-panel #select-ciudades {
    border: 1px solid white;
    line-height: 34px;
    padding: 0 20px !important;
    border-radius: 20px;
    display: inline-block;
    width: initial !important;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    text-indent: 0 !important;
    background-color: transparent !important;
}

.contenido-menu-panel .group-inferior ul li a:hover,
.contenido-menu-panel #select-ciudades:hover {
    opacity: 1;
}

.contenido-menu-panel .group-inferior ul li:first-child {
    font-size: 12px;
    line-height: 20px;
}

.contenido-menu-panel .group-inferior ul li:first-child a {
    line-height: 20px;
    font-size: 10px;
    letter-spacing: 0.4px;
    padding: 0 10px !important;
}

.contenido-menu-panel .group-inferior ul li:last-child {
    margin-bottom: 0 !important;
}
.group-inferior p a{
  color: black;
  font-weight: 500;
  text-decoration: underline;
}



/*FORMULARIOS ****************************************************************************************************************************************************************************************************************************************************************************************/

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px 120px;
    max-width: 720px;
}

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div {
    width: 100%;
}

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div+div {
    max-width: 380px;
    padding-left: 20px;
}

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq img {
    max-height: 80px;
    width: auto;
    margin-bottom: 20px;
}

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion {
    background-color: #4A4A4A;
    border-radius: 12px;
    padding: 20px;
}

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion h1,
.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion h2,
.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion h3,
.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion h4,
.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion h5 {
    margin-bottom: 20px;
}

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion * {
    color: white;
}

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion p,
.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion ul li {
    color: white;
    text-align: center;
}

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion ul li {
    margin-bottom: 10px;
}

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion p:last-child,
.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .descripcion ul li:last-child {
    margin-bottom: 0;
}

.node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container>div.group-izq .carousel-item {
    text-align: center;
}

.node--type-servicio-web-contenido form,
.path-alojamiento .tarjeta {
    text-align: center;
    justify-content: center;
}

.path-alojamiento #edit-politics,
.path-alojamiento #edit-terms {
    text-align: center;
    width: 100%;
}

.node--type-servicio-web-contenido input[type="text"],
.node--type-servicio-web-contenido select,
.path-comprar-viaje input[type="text"],
.path-comprar-viaje select,
.path-comprar-evento input[type="text"],
.path-comprar-evento select,
.path-alojamiento select,
.path-alojamiento input[type="text"],
.path-alojamiento select {
    border: 1px solid #333;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 100;
    border-radius: 30px;
    padding: 10px 20px 8px;
    background-image: url(iconos/input-datos-personales.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 44px;
    font-size: 16px;
}
.node--type-servicio-web-contenido input[type="text"]#edit-telefono,
.path-alojamiento input[type="text"]#edit-telefono,
.path-comprar-viaje input[type="text"]#edit-telefono,
.path-comprar-evento input[type="text"]#edit-telefono{
  background-image: url(iconos/input-telefono.svg);
}
.node--type-servicio-web-contenido input[type="text"]#edit-nombre,
.node--type-servicio-web-contenido input[type="text"]#edit-apellidos,
.path-alojamiento input[type="text"]#edit-nombre,
.path-alojamiento input[type="text"]#edit-apellidos,
.path-comprar-viaje input[type="text"]#edit-nombre,
.path-comprar-viaje input[type="text"]#edit-apellidos,
.path-comprar-evento input[type="text"]#edit-nombre,
.path-comprar-evento input[type="text"]#edit-apellidos{
  background-image: url(iconos/input-nombre-apellidos.svg);
}

.path-comprar-viaje input[type="text"],
.path-comprar-viaje select,
.path-comprar-evento input[type="text"],
.path-comprar-evento select,
.path-comprar-viaje .form-item-pasaporte {
    max-width: 300px;
    margin: auto;
}

.node--type-servicio-web-contenido select,
.path-comprar-viaje select,
.path-comprar-evento select {
    background-image: url(iconos/desplegable.svg);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: initial !important;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 16px;
}

.node--type-servicio-web-contenido select {
    margin-bottom: 0;
}

.node--type-servicio-web-contenido .group-der select {
    margin-bottom: 10px;
    margin-top: 0.25em;
}

.node--type-servicio-web-contenido .checkbox,
.path-comprar-viaje .checkbox,
.path-comprar-evento .checkbox,
.path-alojamiento .checkbox {
    text-align: center;
}

.node--type-servicio-web-contenido .checkbox>div,
.path-comprar-viaje .checkbox .checkbox>div,
.path-comprar-evento .checkbox .checkbox>div,
.path-alojamiento .checkbox>div {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.node--type-servicio-web-contenido .form-item-files-pasaporte label {
    margin: 0;
    padding: 0;
}

.node--type-servicio-web-contenido .form-item-files-pasaporte input {
    margin-bottom: 10px;
}

.node--type-servicio-web-contenido .checkbox input,
.path-comprar-viaje .checkbox input,
.path-comprar-evento .checkbox input,
.path-alojamiento .checkbox input {
    appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid black;
    background-color: white;
    margin: 0;
    margin-left: -20px;
    margin-top: -2px;
    cursor: pointer;
}

.path-comprar-viaje .checkbox input,
.path-comprar-evento .checkbox input,
.path-alojamiento .checkbox input {
    position: absolute;
    left: 20px;
  top: 3px;
}

.node--type-servicio-web-contenido .checkbox input:checked,
.path-comprar-viaje .checkbox input:checked,
.path-comprar-evento .checkbox input:checked,
.path-alojamiento .checkbox input:checked {
    background-color: #00ff1f;
}

.node--type-servicio-web-contenido .checkbox label,
.node--type-servicio-web-contenido .checkbox label a,
.path-comprar-viaje .checkbox label,
.path-comprar-viaje .checkbox label a,
.path-comprar-evento .checkbox label,
.path-comprar-evento .checkbox label a,
.path-alojamiento .checkbox label,
.path-alojamiento .checkbox label a {
    margin: 0;
    padding: 0;
    color: black;
}

.path-comprar-viaje .checkbox,
.path-comprar-evento .checkbox,
.path-alojamiento .checkbox {
    max-width: initial;
    margin: auto;
    position: relative;
    display: inline-block;
}

.node--type-servicio-web-contenido .form-group,
.path-alojamiento .form-group {
    margin: 0;
}

.node--type-servicio-web-contenido #edit-submit,
.path-comprar-viaje #edit-submit,
.path-comprar-evento #edit-submit,
.path-alojamiento .tarjeta button {
    background-color: #ffde00;
    color: #000;
    border-radius: 30px;
    padding: 0 25px;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    border: none;
    height: 44px;
}

.node--type-servicio-web-contenido .group-der #edit-submit,
.path-comprar-viaje .group-der #edit-submit,
.path-comprar-evento .group-der #edit-submit {
    margin-top: 0;
}

.node--type-servicio-web-contenido #edit-submit:hover,
.path-comprar-viaje #edit-submit:hover,
.path-comprar-evento #edit-submit:hover,
.path-alojamiento .tarjeta button:hover {
    background-color: #000;
    color: #ffde00;
}

.path-comprar-viaje .tarjeta,
.path-comprar-evento .tarjeta,
.path-alojamiento .tarjeta {
    max-width: 400px;
    margin: 0 auto 80px;
}

.node--type-servicio-web-contenido .form-group {
    text-align: left;
}

#div_pasaporte {
    margin-bottom: 15px;
}

.group-inferior {
    padding-top: 20px;
}


/*.group-inferior p{
	font-weight: bold;
	font-size: 18px;
	color: #444B54;
	margin-bottom: 5px;
}*/

.path-comprar-viaje .titulo,
.path-comprar-evento .titulo {
    font-weight: bold;
    margin-top: 20px;
}

.path-comprar-viaje .group-precio-dias .precio,
.path-comprar-evento .group-precio-dias .precio {
    color: #444B54;
    font-size: 28px;
    padding: 10px 0;
}

.path-comprar-viaje .group-precio-dias .precio b,
.path-comprar-evento .group-precio-dias .precio b {
    background-image: url(iconos/cartera.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: left 0px;
    padding-left: 34px;
}

#filtros-form,
.filtros-eventos-form {
    padding: 20px 0;
}

.filtros-eventos-form {
    /*	max-width: 720px;*/
    margin: auto;
}

.col-auto {
    flex: inherit !important;
}


/*HOUSING ****************************************************************************************************************************************************************************************************************************************************************************************/

.node--type-housing .group-cabecera .G-flex-h--repartidos .G-pad-l--m {
    position: relative;
}

.node--type-housing .group-cabecera .G-flex-h--repartidos .G-pad-l--m:after {
    content: "";
    display: block;
    width: 13px;
    height: 40px;
    position: absolute;
    right: -8px;
    bottom: 5px;
    background-image: url(iconos/flecha.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.node--type-housing .group-cabecera .G-flex-h--repartidos .G-pad-l--m:last-child:after {
    display: none;
}

.node--type-housing .G-flex-h--repartidos {
    padding-left: 0;
    padding-right: 0;
}

.E-separador {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #EDEDED;
    margin: 10px 0;
}


/*HOUSING DETALLE ****************************************************************************************************************************************************************************************************************************************************************************************/

.housing-cabecera-detalle ul,
ul.housing-servicios-incluidos,
.housing-desglosehoras ul {
    margin: 0;
    padding: 0;
}

.housing-cabecera-detalle ul li,
ul.housing-servicios-incluidos li,
.housing-desglosehoras ul li {
    list-style: none;
}

ul.housing-servicios-incluidos {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

ul.housing-servicios-incluidos li {
    background-image: url(iconos/check-web.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
    font-size: 22px;
    font-weight: bold;
    color: #1A4363;
    list-style: none;
    padding: 7px 10px 7px 30px;
    line-height: 28px;
    max-width: 33%;
    width: 100%;
}

.housing-gastos {
    border: 2px solid #9B9B9B;
    border-radius: 12px;
}

.E-inputs-calendario p {
    padding: 0;
}

#form-filters-first .E-inputs-calendario fieldset,
#form-filters-all .E-inputs-calendario fieldset {
    margin: 0 !important;
    padding-right: 0 !important;
}
#form-filters-all .E-inputs-calendario fieldset {
    padding-right: 8px !important;
}

#label-input-date-from,
#edit-filters-start-date {
    border-radius: 30px 0 0 30px !important;
}
.form-item-filters-start-date{
    border-right: 1px solid #6d6c6b !important;

}

.E-inputs-calendario input {
    width: 140px;
    text-align: left;
    border: none;
    color: #333333 !important;
    /*background-image: url(iconos/calendario-input.svg);*/
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 28px;
    padding: 0 8px 0 8px;

    box-shadow: none !important;
    background-color: white;
    padding-right: 0;
    border: none !important;
}
#form-filters-all > div .E-inputs-calendario{
    height: 38px;
}

.E-inputs-calendario input::placeholder {
    color: #333333 !important;
}

.ui-datepicker-calendar {
    height: 260px;
}

.ui-widget-content .ui-state-default {
    color: #fff !important;
}

.E-separador-fechas {
    background-image: url(iconos/separador-fechas.svg);
    width: 7px;
    height: 12px;
    display: block;
}

#housing-gastos-periodo {
    z-index: 199 !important;
}

.path-alojamiento .housing-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px 120px;
}

.path-alojamiento .group-izq {
    width: 100%;
    max-width: 320px;
}

.path-alojamiento .group-der {
    max-width: 380px;
    padding-left: 20px;
    width: 100%;
}

.path-alojamiento .E-max--1140 .G-txt--m.E-color--azul.E-pad-top--s.G-txt--negrita + h3{
  font-size: 16px;
  font-weight: 100;
}

ul.E-listado-alquileres {
    margin: 0;
    padding: 0;
}

ul.E-listado-alquileres li {
    list-style: none;
}

ul.E-listado-alquileres li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#list-of-housings ul {
    padding: 20px 20px 80px;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.fijar-resultados #list-of-housings ul{
  padding-top: 105px !important;
}
.fijar-resultados .G-max--40{
  padding-top: 110px !important;
}

#list-of-housings ul li {
    padding: 10px;
    list-style: none;
}

#list-of-housings ul li>a {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
    width: 100%;
}

#list-of-housings ul li>a:hover {
    color: black;
}

#list-of-housings ul li p {
    margin: 0;
}

#list-of-housings ul li img.listado-housing {
    border-radius: 12px 12px 0 0;
    border: 2px solid white;
}

.E-icono-precio,
.E-icono-metros {
    background-image: url(iconos/housing-metros.svg);
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 20px;
    line-height: 20px !important;
}

.E-icono-precio {
    background-image: url(iconos/housing-precio.svg);
    background-position: left center;
}

#block-housingfilterblock {
    background-color: #F8F8F8;
    padding: 30px 14px;
}

#block-housingfilterblock .slider.slider-horizontal{
    width: 180px;
}

#block-housingfilterblock #edit-filters-housing-type {
    display: flex;
}

#block-housingfilterblock #edit-filters-housing-type .js-form-type-radio:hover {
    cursor: pointer;
}

#block-housingfilterblock #edit-filters-housing-type input {
    margin: -2px 0 0 0;
    appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    height: 17px;
    width: 17px;
    border: 1.6px solid #000000;
    border-radius: 50%;
}

#block-housingfilterblock #edit-filters-housing-type input:checked {
    background-color: #1A4363;
}

#block-housingfilterblock #edit-filters-housing-type label {
    padding: 0 0 0 23px;
    color: #4A4A4A;
    font-weight: 500;
}

.geolocation-map-container.js-show {
    height: 100% !important;
}

.geolocation-map-wrapper {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.listado-housing {
    height: 220px !important;
    max-width: 330px !important;
    width: 100% !important;
    background-position: center;
    display: block;
    border-radius: 10px 10px 0 0;
    border: 2px solid white;
}

.locate,
.gmnoprint {
    display: none !important;
}
#block-menuburbujas2,
#block-menuburbujas{
  transition: ease all 0.4s;
  bottom: -0 !important;
}
#block-menuburbujas2.menu-burbujas-hide,
#block-menuburbujas.menu-burbujas-hide{
  bottom: -100px !important;
  transition: ease all 0.4s;
}
#menu-burbujas2,
#menu-burbujas{
  opacity: 1;
  transition: ease all 0.4s;
  display: block;
  position: fixed;
  left: 50%;
  bottom: 0px;
  background: black;
  width: initial;
  color: white;
  text-align: center;
  padding: 4px 14px;
  border-radius: 8px 8px 0 0;
  z-index: 2;
  margin-left: -75px;
}

/*FAQS ****************************************************************************************************************************************************************************************************************************************************************************************/

#views-exposed-form-faqs-block-1 #edit-submit-faqs {
    display: none;
}


/* NOTICIAS ****************************************************************************************************************************************************************************************************************************************************************************************/

.view-noticias .item-list ul {
    padding: 0 20px;
    margin-bottom: 0 !important;
}

.view-noticias .item-list ul li {
    max-width: 520px;
    margin: auto;
    padding: 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    margin: 0 0 15px;
    border-radius: 12px;
}

.view-noticias .item-list ul li a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: black;
}

.view-noticias .item-list ul li p,
.view-noticias .item-list ul li p span {
    color: gray;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}

.view-noticias .item-list ul {
    max-width: 520px;
    margin: 90px auto;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
}

.view-noticias .item-list {
    margin: auto;
}

.path-blog .blog_entity>.container {
    max-width: 520px;
    margin: 90px auto;
}

.path-blog .blog_entity .titulo {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}

.path-blog .blog_entity .descripcion a {
    color: #e6c400;
    text-decoration: underline;
}

.view-noticias .pagination {
    justify-content: center;
}

/* Tips y Prensa --vista vacia--*/

.view-noticias .view-empty {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.view-noticias .view-empty p {
	margin: 0 auto;
	padding: 160px 15px;
	font-size: 25px;
	font-weight: bolder;
	text-align: center;
}

/* Fin Tips y Prensa --vista vacia--*/

/* FAQS ****************************************************************************************************************************************************************************************************************************************************************************************/

.page-node-15 .form-row {
    padding: 0 0 80px;
    justify-content: center;
    margin: 0;
}

.group-cabecera .G-color--primario {}

.page-node-15 .form-row select {
    margin: 0;
    box-shadow: none;
    border-radius: 30px;
    padding: 10px 15px;
    line-height: normal;
    height: inherit;
    border: none;
    padding-right: 35px;
    background-image: url(iconos/flecha-selector.svg);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

#views-bootstrap-faqs-block-1 {
    margin: auto;
    max-width: 540px;
    width: 100%;
    padding: 40px 20px 120px;
}

.card {
    border: none;
    background: #FFFFFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    margin-bottom: 10px !important;
    margin: auto;
}

.card a.collapsed {
    background: #FFFFFF;
}

.card a {
    display: block;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
    white-space: inherit;
    font-size: 18px;
    color: #444B54;
    font-weight: 100;
    padding: 20px 15px;
    line-height: 24px;
    font-weight: bold;
}

.card .card-body {
    padding-top: 0;
}

.card .card-body p {
    color: #a0a0a0;
    line-height: 20px;
}

.card .card-body p:last-child {
    margin-bottom: 0;
}

.site-footer__bottom:not(.visible) {
    display: none;
}

.carousel-testimonios .carousel-item>div {
    float: left;
}


/* Panel Usuario */

.contenido-menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.site-footer__bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    z-index: 999;
    margin: 0;
}

.site-footer__bottom .logo {
    text-align: center;
    margin-bottom: 40px;
}

.site-footer__bottom .titulo.blanco {
    text-align: center;
    color: white;
    padding: 0 30px;
    font-size: 14px;
}

.site-footer__bottom .group-enlaces {
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-footer__bottom .enlace,
.emergente-movil .enlace.google a,
.emergente-movil .enlace.ios a{
    background-image: url(iconos/boton-android.svg);
    width: 125px;
    height: 45px;
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.site-footer__bottom .enlace.ios,
.emergente-movil .enlace.ios a{
    background-image: url(iconos/enlace-ios.svg);
}

html[lang="en"] .site-footer__bottom .enlace.ios,
html[lang="en"] .emergente-movil .enlace.ios a{
  background-image: url(iconos/appstore-badge.svg);
}
html[lang="en"] .site-footer__bottom .enlace.google,
html[lang="en"] .emergente-movil .enlace.google a{
  background-image: url(iconos/google-play-badge.svg);
}

#header #block-useraccountmenu .cerrar-sesion {
    order: 2;
}

#carouselServicios .carousel-item>a {
    color: gray;
    padding: 15px 20px;
    font-size: 12px;
}


/* ALOJAMIENTO ****************************************************************************************************************************************************************************************************************************************************************************************/

#form-filters-first {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

#form-filters-all {
    display: block;
}

#form-filters-first>div,
#form-filters-all>div,
#form-filters-all>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#form-filters-first fieldset,
#form-filters-all fieldset {
    margin: 8px 0 !important;
    padding-left: 8px;
    padding-right: 8px;
}

#form-filters-first>div input,
#form-filters-first>div select,
#form-filters-all>div input,
#form-filters-all>div select {
    margin: 0;
    border-radius: 30px;
    border: none;
    box-shadow: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

#form-filters-first>div select.form-item-filters-location,
#form-filters-all>div select.form-item-filters-location {
    min-width: 130px;
}

#form-filters-first>div select,
#form-filters-all>div select {
    background-image: url("/themes/custom/frontend/css/iconos/desplegable.svg");
    background-position: calc(100% - 12px) center !important;
    background-repeat: no-repeat;
    padding-right: 35px;
}

#form-filters-first .ajax-progress,
.E-fondo--semitransparente .ajax-progress {
    display: none !important;
}

#form-filters-first>div .E-inputs-calendario,
#form-filters-all>div .E-inputs-calendario {
    margin: 8px !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    border-radius: 30px !important;
    background: white;
}

#form-filters-first>div .E-inputs-calendario p,
#form-filters-all>div .E-inputs-calendario p {
    color: #6c757d;
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 30px !important;
}

#form-filters-first>div .E-inputs-calendario p input,
#form-filters-all>div .E-inputs-calendario p input {
    padding: .45rem .75rem .45rem 33px;
    background-position: 10px center !important;
    font-size: 1rem;
    line-height: 1.5;
    box-shadow: none !important;
    border-radius: 30px !important;
    background-color: transparent;
    color: #6c757d !important;
    font-family: sans-serif;
    font-weight: 300;
}

#form-filters-first>div .E-inputs-calendario p input,
#form-filters-all>div .E-inputs-calendario p input {
    border-radius: 30px 0 0 30px !important;
    border-right: 1px solid #b2b2b2 !important;
}

#form-filters-first>div .E-inputs-calendario p+div+p input,
#form-filters-all>div .E-inputs-calendario p+div+p input {
    border-radius: 0 30px 30px 0 !important;
    border-right: none !important;
}

#form-filters-first>div .E-inputs-calendario .E-separador-fechas,
#form-filters-all>div .E-inputs-calendario .E-separador-fechas {
    display: none !important;
}

#form-filters-first #edit-submit,
#form-filters-all #edit-submit {
    border-radius: 30px;
    padding: 0 25px;
    border: none;
    background-color: #ffde00;
    color: #000;
    display: inline-block;
    font-weight: bold;
    margin-left: 16px;
    height: 38px;
    margin: 8px;
}

#form-filters-first #edit-submit:hover,
#form-filters-all #edit-submit:hover {
    background-color: #000;
    color: #ffde00;
}

#form-filters-all>div:first-child {
    padding: 80px 20px;
}

.E-fondo--semitransparente {
    position: relative;
    padding: 60px 0 !important;
}

.E-fondo--semitransparente>p {
    position: relative;
    z-index: 2;
}

.E-fondo--semitransparente>div {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.E-fondo--semitransparente:after {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

#block-housingfilterblock ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#block-housingfilterblock ul li {
    padding: 0 8px;
}

#edit-filters-housing-type input[type="radio"] {
    box-shadow: none !important;
    margin-top: -1px;
    margin-left: 2px;
}

.slider.slider-horizontal .slider-track {
    height: 2px;
    margin-top: -2px;
}

#slider_price_range .slider-track-high,
#slider_bedrooms_range .slider-track-high,
#slider_price_range .slider-track-low,
#slider_bedrooms_range .slider-track-low {
    background: #979797;
}

#slider_price_range .slider-selection,
#slider_bedrooms_range .slider-selection,
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    background: #1A4363;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    width: 18px;
    height: 18px;
    top: 0px;
}
.slider.slider-horizontal{
    height: 18px;
}

#edit-filters-housing-type label,
.label-filtros {
    font-weight: 400 !important;
    font-size: 14px;
    color: #4a4a4a !important;
    padding-right: 10px;
}

.G-sin-resultados{
    color: #bebebe;
    font-size: 22px;
    position: relative;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.node--type-paginas-principales .group-cabecera #views-exposed-form-faqs-block-1,
.node--type-paginas-principales .group-cabecera .E-pad-sg-top--xxl {
  position: relative;
  z-index: 3;
}

/* ALOJAMIENTO LISTADOS */

.path-alojamientos #block-frontend-content {
    padding-top: 40px;
}

/* LANDING PAGE */
body {
  font-family: sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
a {
  display: inline-block;
}
* {
  box-sizing: border-box;
  outline: none;
}

.landing_page-banner-header{
  background-image: url(iconos/logo-guruit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 9;
}

.landing_page-banner-bkg{
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.landing_page-banner-bkg::after{
  content: "";
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.landing_page-banner-container{
  max-width: 700px;
  width: 100%;
  margin: auto;
  padding: 44px 20px;
  text-align: center;
}
.landing_page-banner-title{
  font-size: 55px;
  font-weight: 600;
  color: white;
  text-shadow: 0 2px 10px black;
  margin: 0;
}
.landing_page-banner-subtitle{
  font-size: 45px;
  font-weight: 500;
  color: #FFDE00;
  text-shadow: 0 2px 10px black;
  margin: 12px 0 44px;
}
.landing_page-banner-btn{
  background-color: #FFDE00;
  color: black;
  padding: 16px 36px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}
.landing_page-banner-btn:hover{
  background-color: white;
  color: black;
  text-decoration: none;
}
#main-content{
  display: none;
}
.landing_page-benefits-bkg{
  background-color: white;
}
.landing_page-benefits-container{
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
}
.landing_page-benefits-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.landing_page-benefits-list li{
  max-width: 25%;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.landing_page-benefits-list li img{
  width: 100%;
  height: 180px;
}
.landing_page-benefits-list-title{
  color: #3D3D3D;
  font-size: 25px;
  font-weight: 600;
  line-height: 1 !important;
  margin: 12px 0 7px;
}
.landing_page-benefits-list-subtitle p,
.landing_page-benefits-list-subtitle{
  color: #9A9A9A;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5 !important;
}
.landing_page-benefits-list-subtitle p{
  margin: 0;
}


.landing_page-footer-bkg{
  background-color: #2D2D2D;
}
.landing_page-footer-container{
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landing_page-footer-container > div{
  padding: 20px;
  max-width: 470px;
  width: 100%;
}
.landing_page-footer-title{
  font-size: 45px;
  font-weight: 600;
  color: #FFDE00;
  text-align: right;
  margin: 0 0 20px;
}
.landing_page-footer-subtitle{
  font-size: 24px;
  font-weight: 500;
  color: white;
  text-align: right;
  margin: 0;
  line-height: 1.3;
}
.landing_page-footer-form .js-form-item{
  padding: 0;
  margin: 28px 0 0;
  position: relative;
}
.landing_page-footer-form .js-form-item label{
  color: white;
  padding-left: 20px;
  margin: 0;
  font-size: 14px;
  position: absolute;
  top: -20px;
}
.landing_page-footer-form .select2-container--default .select2-selection--single,
.landing_page-footer-form input[type=text],
.landing_page-footer-form input[type=tel],
.landing_page-footer-form input[type=email]{
  background-color: #242424;
  border: 2px solid #6B6B6B;
  color: white !important;
  border-radius: 60px;
  padding: 10px 10px 10px 48px;
  line-height: 1;
  margin: 0;
  height: initial;
  font-weight: 400;
  font-family: 'Lato', sans-serif !important;
}
.landing_page-footer-form .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #6B6B6B;
  padding: 0;
  font-weight: 400;
  line-height: 1;
}
.landing_page-footer-form .select2-container--default .select2-selection--single{
  position: relative;
  padding: 10px 48px;
  border-radius: 60px !important;
}
.landing_page-footer-form .select2-container--default .select2-selection--single::before {
  background-image: url(iconos/estudiar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .3;
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.landing_page-footer-form .select2-container--default .select2-selection--single::after {
  background-image: url(iconos/flecha-selector-blanco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .3;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.landing_page-footer-form .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}
.landing_page-footer-form .select2-container--default .select2-selection--single:hover,
.landing_page-footer-form .select2-container--default .select2-selection--single:focus,
.landing_page-footer-form input[type=text]:hover,
.landing_page-footer-form input[type=tel]:hover,
.landing_page-footer-form input[type=email]:hover,
.landing_page-footer-form input[type=text]:focus,
.landing_page-footer-form input[type=tel]:focus,
.landing_page-footer-form input[type=email]:focus{
  opacity: 1;
  background-color: black !important;
  border-color: white !important;
  box-shadow: none !important;
  color: white !important;
}
.landing_page-footer-form input::placeholder{
  color: #6B6B6B;
}
.landing_page-footer-form .js-form-item::before{
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .3;
}
.landing_page-footer-form .js-form-item.form-item-nombre-completo::before{
  background-image: url(iconos/user.svg);
}
.landing_page-footer-form .js-form-item.form-item-email::before{
  background-image: url(iconos/envelope.svg);
}
.landing_page-footer-form .js-form-item.form-item-telefono-de-contacto::before{
  background-image: url(iconos/phone.svg);
}
.landing_page-footer-form .webform-type-fieldset{
  display: flex;
  margin: 10px 0 0;
}
.landing_page-footer-form .webform-type-fieldset legend{
  display: none;
}
.landing_page-footer-form .webform-type-fieldset .fieldset-wrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.landing_page-footer-form .webform-type-fieldset .fieldset-wrapper > div{
  margin: 0;
  padding-right: 0;
}
.landing_page-footer-form .webform-type-fieldset .fieldset-wrapper > div.checkbox{
  display: flex;
  align-items: center;
}
.landing_page-footer-form .webform-type-fieldset .fieldset-wrapper > div.checkbox div {
  padding: 0;
}
.landing_page-footer-form .webform-type-fieldset .fieldset-wrapper > div.checkbox input{
  position: static !important;
  cursor: pointer;
  -webkit-appearance:none;
  appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  top: initial !important;
  transform: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  width: 17px;
  height: 17px;
  min-width: 17px;
  border: 2px solid #979797;
  border-radius: 4px;
  margin: 0 5px 0 0 !important;
}
.landing_page-footer-form .webform-type-fieldset .fieldset-wrapper > div.checkbox input:checked{
  background-image: url(iconos/checkbox.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black !important;
}
.landing_page-footer-form .webform-type-fieldset .fieldset-wrapper > div .text-muted{
  top: 0 !important;
  padding: 0 !important;
  color: #979797 !important;
}
.landing_page-footer-form .webform-type-fieldset .fieldset-wrapper > div .text-muted a {
  color: #979797 !important;
  text-decoration: underline;
}
.landing_page-footer-form .webform-type-fieldset button{
  background-color: #FFDE00 !important;
  color: black !important;
  border: none !important;
  border-radius: 60px;
  padding: 8px 18px;
  font-size: 12px;
}
.landing_page-footer-form .webform-type-fieldset button:hover{
  background-color: white !important;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 850px) {
  .landing_page-banner-title{
    font-size: 45px;
  }
  .landing_page-banner-subtitle,
  .landing_page-footer-title{
    font-size: 35px;
  }
  .landing_page-banner-btn,
  .landing_page-benefits-list-title,
  .landing_page-footer-subtitle{
    font-size: 20px;
  }
  .landing_page-benefits-list li{
    max-width: 33.33%;
  }
  .landing_page-footer-container{
    flex-direction: column;
  }
  .landing_page-footer-title,
  .landing_page-footer-subtitle{
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .landing_page-banner-title{
    font-size: 35px;
  }
  .landing_page-banner-subtitle,
  .landing_page-footer-title{
    font-size: 25px;
  }
  .landing_page-benefits-list li{
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px){
  .landing_page-benefits-list li{
    padding: 10px;
  }
  .landing_page-benefits-list-title {
    font-size: 16px;
  }
  .landing_page-benefits-list-subtitle p,
  .landing_page-benefits-list-subtitle {
    font-size: 14px;
  }
}



/* 3) Media querys———————————————————————*/


/* Smartphones (portrait & landscape) */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {}


/* Smartphones (landscape) */

@media only screen and (min-width: 321px) {}


/* Smartphones (portrait) */

@media only screen and (max-width: 320px) {}


/* iPads (portrait & landscape) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}


/* iPads (landscape) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}


/* iPads (portrait) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}


/* Ordenadores de sobremesa y portátiles */

@media only screen and (min-width: 1224px) {}


/* Pantallas grandes */

@media only screen and (min-width: 1824px) {}


/* iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {}


/* Medidas concretas para elementos diferentes */

@media (max-width: 1240px) {
  .wrapper-results .G-max--60 {
    max-width: 70% !important;
  }
  .wrapper-results .G-max--40 {
    max-width: 30% !important;
  }
}

@media (max-width: 1060px) {
  .wrapper-results .G-max--60 {
    max-width: 100% !important;
  }
  .wrapper-results .G-max--40 {
    display: none;
  }
}

@media (min-width: 1180px) {
    /*VIAJES*/
    .listado-viajes>li,
    .listado-eventos>li {
        max-width: 25%;
    }
}

@media (min-width: 1580px) {
    /*VIAJES*/
    .listado-viajes>li,
    .listado-eventos>li {
        max-width: 20%;
    }
}

@media (min-width: 1980px) {
    /*VIAJES*/
    .listado-viajes>li,
    .listado-eventos>li {
        max-width: 16.6%;
    }
}

@media (max-width: 940px) {
    .node--type-servicio-web-contenido .group-cabecera .G-flex-h--repartidos {
        flex-wrap: wrap;
        justify-content: center !important;
        padding: 0;
    }
    .node--type-servicio-web-contenido .group-cabecera .G-flex-h--repartidos>div {
        width: 100%;
        max-width: 350px;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .node--type-servicio-web-contenido .group-cabecera .G-flex-h--repartidos>div:after {
        display: none;
    }
    #filtros-form,
    .filtros-eventos-form {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .node--type-servicio-web-contenido form {
        flex-direction: column;
    }
    #edit-filtros {
        flex-wrap: wrap;
    }
    #edit-filtros fieldset {
        width: 50%;
        padding: 0 5px 15px !important;
    }
    #edit-filtros fieldset input {
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 0 !important;
    }
    .node--type-servicio-web-contenido #edit-submit,
    .path-comprar-viaje #edit-submit,
    .path-comprar-evento #edit-submit {
        margin: 0 5px !important;
    }

    /*FILTROS*/
    #block-housingfilterblock > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #block-housingfilterblock > ul > li:first-child {
        width: 100%;
        padding-bottom: 24px;
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 780px) {
    /*HOME*/
    .node--type-inicio .G-fondo--primario>div {
        flex-direction: column;
    }
    .node--type-inicio .G-fondo--primario img {
        padding-bottom: 40px;
    }
    .node--type-inicio .G-fondo--primario .G-txt--izq {
        text-align: center;
    }
    .node--type-inicio .G-fondo--primario {
        padding-bottom: 40px;
    }
    .node--type-inicio .G-fondo--primario p+div.G-flex {
        display: flex;
        justify-content: center;
    }
    .node--type-inicio .G-fondo--primario .E-margen-top-negativo--xxxl {
        margin: -80px auto 0;
    }
    /*MENU BURBUJAS*/
  #block-menuburbujas2>ul li,
    #block-menuburbujas>ul li {
        margin: -40px 1% 0px;
    }
    /*VIAJES*/
    .listado-viajes>li,
    .listado-eventos>li {
        max-width: 50%;
    }
    /*HOME*/
    .group-cabecera+div.G-flex.G-flex-h--repartidos {
        flex-direction: column;
    }
    .group-cabecera+div.G-flex.G-flex-h--repartidos>div {
        margin-bottom: 40px;
    }
    /*MENU PIE*/
    .site-footer .region-footer-second>.container {
        flex-direction: column;
        align-items: center;
    }
    .site-footer .region-footer-second>.container>div,
    .site-footer .region-footer-second>.container .block {
        margin-bottom: 40px;
    }
    .site-footer .region-footer-second>.container .block * {
        text-align: center;
        width: 100%;
        display: block;
        padding-left: 0;
    }


    }

@media (max-width: 767px) {
  .language-switcher-language-url ul li a{
    font-size: 12px !important;
  }
    #navbar-main {
        padding-top: 13px !important;
    }
    #block-frontend-main-menu {
        position: fixed;
        left: 0;
        width: 100%;
        top: 58px;
        background-color: white;
        border-top: 1px solid #c2c2c2;
    }
    #header>.container .header-izquierda ul li a {
        text-align: center;
        border: none !important;
    }
    .node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container {
        flex-direction: column;
    }
    .node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container .group-izq {
        margin-bottom: 40px;
    }
    .node--type-servicio-web-contenido .field--name-dynamic-block-fieldnode-detalles-servicios>.container .group-der {
        margin: auto;
        padding: 0;
    }
    .carousel-testimonios .carousel-item>div {
        float: none;
    }
    .carousel-testimonios .carousel-item>div.E-max--250 {
        max-width: 80% !important;
        margin: auto !important;
        margin-bottom: 20px !important;
    }
    .menu-mobile {
        display: block !important;
    }
}

@media (max-width: 660px) {
    /*MENU BURBUJAS*/
  #block-menuburbujas2>ul li a,
    #block-menuburbujas>ul li a {
        width: 65px;
        height: 65px;
        background-size: cover;
    }
    /*HOUSING*/
    .housing-cabecera-detalle .G-max--30 {
        display: none;
    }
    .housing-cabecera-detalle .G-max--70 {
        max-width: 100%;
    }
    .E-tablilla {
        flex-wrap: wrap;
    }
    .E-tablilla p {
        border: none !important;
    }
    .node--type-housing .G-txt--xl+.G-flex-h--repartidos {
        flex-direction: column;
    }
    .node--type-housing .G-txt--xl+.G-flex-h--repartidos>div {
        margin-bottom: 40px;
    }
    .site-footer {
        padding-bottom: 80px;
    }
    ul.housing-servicios-incluidos li {
        max-width: 50%;
    }
  .path-alojamiento .housing-container{
    flex-direction: column;
    align-items: center;
  }
  ul.housing-servicios-incluidos,
  .path-alojamiento .group-der{
    padding-left: 0;
  }
  .path-alojamiento .group-der fieldset,
  .path-alojamiento .group-der .filetoupload{
    padding: 0;
  }

}

@media (max-width: 550px) {
    /*MENU BURBUJAS*/
  #block-menuburbujas2>ul li a,
    #block-menuburbujas>ul li a {
        width: 55px;
        height: 55px;
    }
    .node--type-inicio .G-fondo--primario .G-txt--izq {
        font-size: 32px;
        margin-bottom: 0;
    }
    .node--type-inicio .E-boton--android a,
    .node--type-inicio .E-boton--ios a {
        width: 133px;
        height: 40px;
        background-size: contain;
        background-position: center center;
    }
    .node--type-inicio .G-fondo--primario .G-pad-l--s-m {
        padding: 0;
    }
    #views-bootstrap-faqs-block-1 {
        padding: 40px 0 120px;
    }
  footer div#block-fondoeuropeoes .layout__region.layout__region--content {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
    .G-txt--xxxl {
        font-size: 44px;
    }
    .G-txt--xxl {
        font-size: 38px;
    }
    .G-txt--xl {
        font-size: 28px;
    }
    .group-precio {
        font-size: 38px;
    }
    #block-enlacesapp {
        display: none;
    }
    #header #block-useraccountmenu {
        padding-top: 0px;
    }
    .site-footer__bottom {
        display: none !important;
    }
    .site-footer__bottom.visible {
        display: flex !important;
    }
    #edit-filtros fieldset {
        width: 100%;
        padding: 0 5px 15px !important;
    }
  #block-menuburbujas2>ul li a,
    #block-menuburbujas>ul li a {
        width: 38px;
        height: 38px;
        background-position: -11px -3px;
        background-size: 60px;
    }
    .node--type-servicio-web-contenido .group-cabecera .E-pad-sg-top--xxl,
    .page-node-15 .group-cabecera .E-pad-sg-top--xxl {
        font-size: 32px;
    }
    .node--type-housing .G-sombra-txt--si {
        font-size: 32px;
    }
    .node--type-servicio-web-contenido .G-txt--l {
        font-size: 18px;
    }
  #block-menuburbujas2>ul li a,
    #block-menuburbujas>ul li a {
        padding: 0 !important;
        background-image: url(iconos-mobile/alojamiento.svg) !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 20px;
        background-color: #ffde00;
        border: 1px solid black;
    }
  #block-menuburbujas2>ul li:nth-child(2) a,
    #block-menuburbujas>ul li:nth-child(2) a {
        background-image: url(iconos-mobile/banco.svg) !important;
        background-size: 24px;
    }
  #block-menuburbujas2>ul li:nth-child(3) a,
    #block-menuburbujas>ul li:nth-child(3) a {
        background-image: url(iconos-mobile/seguro-medico.svg) !important;
        background-size: 24px;
    }
  #block-menuburbujas2>ul li:nth-child(4) a,
    #block-menuburbujas>ul li:nth-child(4) a {
        background-image: url(iconos-mobile/viajes.svg) !important;
        background-size: 22px;
    }
  #block-menuburbujas2>ul li:nth-child(5) a,
    #block-menuburbujas>ul li:nth-child(5) a {
        background-image: url(iconos-mobile/eventos.svg) !important;
        background-size: 24px;
    }
  #block-menuburbujas2>ul li:nth-child(6) a,
    #block-menuburbujas>ul li:nth-child(6) a {
        background-image: url(iconos-mobile/sim-card.svg) !important;
        background-size: 18px;
    }
  #block-menuburbujas2>ul li:nth-child(7) a,
    #block-menuburbujas>ul li:nth-child(7) a {
        background-image: url(iconos-mobile/transporte.svg) !important;
        background-size: 22px;
    }
  #block-menuburbujas2>ul li a.active,
    #block-menuburbujas>ul li a.active {
        background-color: white;
        border-color: #ffde00;
    }
    ul.housing-servicios-incluidos li {
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .node--type-housing .G-flex-h--repartidos {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .node--type-housing .group-cabecera .G-flex-h--repartidos .G-pad-l--m::after {
        display: none;
    }
    .node--type-housing .G-txt--xl.E-pad-sg--xxl-bottom {
        font-size: 26px;
    }
}

body.user-logged-in.path-perfil {
    background-color: black;
}

.user-logged-in.path-perfil #header,
.user-logged-in.path-perfil .site-footer {
    display: none !important;
}

@media (max-height: 700px) {
    .contenido-menu-panel {
        display: block;
        padding: 40px 0;
        overflow: scroll;
    }

    .housing-container {
        flex-direction: column;
    }

    .housing-container > div {
        width: 100%;
        max-width: 420px !important;
        margin: auto;
        padding: 0 !important;
    }
}

#edit-grupos-extras {
  max-width: 340px;
  margin: auto !important;
  background-color: #F8F8F8;
  border-radius: 12px;
  padding: 20px 20px 10px;
  margin-bottom: 24px !important;
}

#edit-grupos-extras legend {
  font-weight: bold;
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 4px;
  text-align: center;
}

#edit-grupos-extras .checkbox > div {
    display: block;
    margin: 0 0 20px;
  text-align: left;
}

#edit-grupos-extras .checkbox > div:last-child {
    margin-bottom: 0;
}

#edit-grupos-extras .title {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 20px;
    display: block;
}

#edit-grupos-extras .description {
    margin-bottom: 24px;
    display: block;
  font-size: 14px;
}

#edit-grupos-extras .fieldgroup.form-composite {
  padding: 0 0 4px;
  margin: 0;
}

.site-footer__bottom .enlace a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.grupos_extras_element.required.error input[type=radio]{
  outline: 1px solid red;
}


#edit-filters-housing-type .form-check{
    padding-left: 0 !important;
    margin:0px 8px 0 0;
}
#block-housingfilterblock #edit-filters-housing-type label{
    padding-left: 4px !important;
    height: 20px;
}

.logo-redes-footer .iconos-rrhh{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}
.logo-redes-footer .iconos-rrhh a{
    background-image: url("/themes/custom/frontend/css/iconos/icon-linkedin.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    font-size: 0;
    display: block;
    width: 25px;
    height: 25px;
    margin: 4px;
    opacity: 0.6;
}

.logo-redes-footer .iconos-rrhh a:hover{
    opacity: 1;
}

.logo-redes-footer .iconos-rrhh a.ico-ins {
    background-image: url("/themes/custom/frontend/css/iconos/icon-instagram.svg");
}
.logo-redes-footer .iconos-rrhh a.ico-fb {
    background-image: url("/themes/custom/frontend/css/iconos/icon-facebook.svg");
}
.logo-redes-footer .iconos-rrhh a.ico-ln {
    background-image: url("/themes/custom/frontend/css/iconos/icon-linkedin.svg");
}
.logo-redes-footer .iconos-rrhh a.ico-tw {
    background-image: url("/themes/custom/frontend/css/iconos/icon-twitter.svg");
}

.calendar-price{
  color: white;
  font-size: 12px;
  text-align: center !important;
  margin-top: -12px;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
td.soldOut{
  color: #ffde02;
  opacity: 0.6 !important;
}
td.soldOut .calendar-price{
  font-weight: bold;
  font-size: 8px !important;
  letter-spacing: 0.01rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

.grupos_extras_element .fieldset-wrapper > .radio > .js-form-type-radio.radio{
 border-bottom: 1px solid #CDCDCD;
  padding: 0;
}
.grupos_extras_element .fieldset-wrapper > .radio > .js-form-type-radio.radio:last-child {
  border-bottom: none;
}
.grupos_extras_element .fieldset-wrapper > .radio > .js-form-type-radio.radio input{
  margin: 0;
  position: absolute;
  top: 7px;
  left: 5px;
}
.grupos_extras_element .fieldset-wrapper > .radio > .js-form-type-radio.radio label > div{
  padding-left: 20px;
}

.grupos_extras_element label.js-form-type-radio{
  flex-direction: column;
  width: 100%;
}
.grupos_extras_element label.js-form-type-radio > div{
  width: 100%;
}
.grupos_extras_element label.js-form-type-radio p{
  margin:0;
}
.grupos_extras_element label.js-form-type-radio .nombre-extra{
  font-size: 18px;
  font-weight: 500;
}
.grupos_extras_element label.js-form-type-radio .precio-extra{
  font-weight: bold;
}
.grupos_extras_element label.js-form-type-radio .descripcion-extra{
  text-align: left;
  width: 100%;
  color: #b3b3b3;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 100;
}
#edit-grupos-extras ~ .form-fields-container-noextras{
margin: auto;
}
.form-fields-container-noextras fieldset:first-child{
  margin-top: 8px;
}



.path-comprar-evento .cabecera-fondo,
.path-comprar-viaje .cabecera-fondo{
  background-image: url("/themes/custom/frontend/css/iconos/cabecera-eventos.jpg");
  width: 100%;
  min-height: 360px;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 60px;
  position: relative;
}
.path-comprar-viaje .cabecera-fondo{
  background-image: url("/themes/custom/frontend/css/iconos/cabecera-eventos.jpg");
}
.path-comprar-evento .cabecera-fondo:after,
.path-comprar-viaje .cabecera-fondo:after{
  background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.16) 30%, #000000 100%);
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  z-index: 0;
  top: 0;
}
.path-comprar-evento .cabecera-fondo > a,
.path-comprar-viaje .cabecera-fondo > a{
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}
.path-comprar-evento .cabecera-fondo .group-cabecera,
.path-comprar-viaje .cabecera-fondo .group-cabecera{
  margin-bottom: -40px;
  border: 2px solid white;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
  margin-top: 8px;
}
.path-comprar-evento .cabecera-fondo .group-cabecera:before,
.path-comprar-evento .cabecera-fondo .group-cabecera:after,
.path-comprar-viaje .cabecera-fondo .group-cabecera:before,
.path-comprar-viaje .cabecera-fondo .group-cabecera:after{
  display: none;
}

.path-comprar-evento .cabecera-fondo > *,
.path-comprar-viaje .cabecera-fondo > *{
  position: relative;
  z-index: 2;
}
.path-comprar-evento .cabecera-fondo + div,
.path-comprar-viaje .cabecera-fondo + div{
  margin-top: 70px;
}

