@charset "utf-8";
@font-face {
    font-family: Brandon;
    src: url(fonts/brandon_reg.otf);
}

* {
margin:0;
padding:0;
}
h3 a {
	color: #333;
}
body {
	/*font-family: 'Brandon', sans-serif;*/
	font-family:'DM Sans', sans-serif;
	/*font-weight: 200;*/
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-size: 16px;

}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: 400;
}

.bloc.red h2 {
	font-size: 50px ;
	font-weight: 200;
  padding-top: 20px;
}

.h2small {
	font-size:  30px !important;
	font-weight: 200;
}

h2.comidas {
	font-size: 26px;
}
h1.evtt {
	font-size: 30px !important;
	line-height: 35px !important;
}

h1.serif, h2.serif, h3.serif, h4.serif, h5.serif, h6.serif {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 400;


}


 h2.serif{
	 font-size: 44px;
	 }
.nos .serif  {
	margin-bottom: 20px;
}
/* temp*/

.md-booking {
    /*display: none !important;*/
}

.reserva.red {

	/*background-image: url(img/reserv.png);
	background-repeat: no-repeat;
	background-position: center center;*/
}
/* termina temp*/


.TA_certificateOfExcellence #CDSWIDCOE.widCOE {
	border: 1px none #00a680 !important;
	float:right !important;
	margin-top: 25px !important;
}

.TA_certificateOfExcellence #CDSWIDCOE.widCOE .widCOEImg {
    margin-top: -15px;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    width: 111px !important;
}


.txt {
	color: #878787;
	font-size: 16px;
}

.sect-mid .txt {
	font-size: 15px;
	line-height: 24px;
}
.txtred {
	color: #b75757;
	font-size: 15px;
}
.txtred.sect-header {
	font-size: 16px;
}
h2.sect-header {
	font-size: 32px;
}

.myriad{

	}


.mid .wrap h6 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

.align-center{
	text-align: center;
	}

h1 {
	font-size: 48px;
	/* [disabled]color: #FFFFFF; */
}

.sidebar h1 {
	font-size: 49px;
	/* [disabled]color: #FFFFFF; */
	line-height: 50px;
	margin-bottom: 20px;
}
.banner-wrap center h1 {
	margin-bottom: 25px;
	font-size: 64px;
	text-shadow: 0 0 36px rgba(0,0,0,0.7);
	font-family:'DM Sans', sans-serif;
	letter-spacing: 0.04em;
  font-weight: 500;
}

.banner-wrap span {

	font-size: 18px;
}
.banner-wrap center .line {
	margin-bottom: 30px;
}
.banner-wrap center .button {
	margin-top: 40px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}
ul {
	margin: 0;
	padding: 0;
}
.list {
	/* [disabled]clear: left; */
}
.precio-ifr {
	width: 100%;
	height: 48px;
	margin-top: 7px;
}
.precios-ifr {
	width: 100%;
	height: 500px;
	margin-top: 7px;
}
.list li {
    display: inline-block;
    width: 90%;
    position: relative;
}

.list .bullet  {
	background-color: rgba(0,0,0,1.00);
	width: 4px;
	height: 4px;
	display: inline-block;
	position: absolute;
	border-radius: 2px;
	top: 9px;
}

.list li span {
	padding-left: 15%;
    display: inline-block;
	line-height: 17px;
}



ul li {
	padding: 0;
	list-style-type: none;
	display: inline;
}
.red {
	background-color: #2D2D2E; /*-- batman b85756*/
	color: #FFFFFF;
}
.white {
	background-color: #e8dfd9;
	color: #B44A4B;
}



header {
	height: 113px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0px;
	z-index: 100;
}

/*

header nav {
	float: left;
	padding-top: 33px;
	font-size: 15px;
	color: #FFFFFF;
	border-bottom: white 1px solid;
	padding-bottom: 20px;
	width: 360px;
	/*width: 35%;*/
	/*width: 36%;
}
header nav.left {
	float: left;
}
nav.left li {
	margin-right: 44px;
}
header nav.right {
	float: right;
}
nav.right li {
	margin-left: 44px;
}
header a {
	color: rgba(255,255,255,1);
}

header li a {
	color: rgba(255,255,255,0.97);
	font-weight: 500 !important;
	font-family:'DM Sans', sans-serif;
	letter-spacing: 0.04em;
}

/*body.int header li a, .clone li a {
	font-weight: 400 !important;
}*/
/*
.icon.right  img {
	width: 20px;
	height: 20px;
}



.right ul {
    float: right;
}
.footer-wrap .footer-info ul {
	float: none;
}





/* Dropdown Button
.dropbtn {
	padding: 0px;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.00);
}

/* The container <div> - needed to position the dropdown content
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default)
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 501;
}

/* Links inside the dropdown
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown
.dropdown:hover .dropbtn {

}
.menu-logo {
	position: absolute;
    left: 50%;
    margin-left: -119px;
}
.menu-logo .block {
	width: 238px;
	height: 143px;
	display: inline-block;
	position: relative;
	padding-top: 18px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-wrap .icon {
	width: 40px;
	height: 22px;
	clear: left;
	float: left;
	margin-top: 24px;
	text-align: center;
}
#navMobile li a .icon.lang {
	position: relative;
	margin: 0;
}

.header-wrap .icon.language {
	position: relative;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
	color: #000;
	background: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 700;
	line-height: 10px;
}

.header-wrap .icon.language:after{
    content: "";
    position: absolute;
    bottom: -5px;
	left: 15px;
    border-width: 0 0px 5px 6px;
    border-style: solid;
    border-color: transparent white;
    display: block;
    width: 0;
}

.header-wrap .icon.right {
	float: right;
	clear: none;
}*/


/*nuevo header*/

.header-wrap {
  width: 76%;
  max-width: 1400px;
  min-width: 1000px;
  margin-inline: auto;

  position: relative;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 48px;
}

/* Navs desktop */
header nav {
  float: none;
  width: auto;

  padding-top: 33px;
  padding-bottom: 20px;

  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
}

header nav.left {
  grid-column: 1;
  grid-row: 1;
}

header nav.right {
  grid-column: 3;
  grid-row: 1;
}

header nav ul {
  display: flex;
  align-items: center;
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}

header nav.left ul {
  justify-content: flex-start;
}

header nav.right ul {
  justify-content: flex-end;
}

nav.left li,
nav.right li {
  margin: 0;
}

header li a {
  color: rgba(255, 255, 255, .97);
  font-weight: 500 !important;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
}

/* Logo centro */
.menu-logo {
  grid-column: 2;
  grid-row: 1 / span 2;

  position: relative;
  left: auto;
  margin-left: 0;

  display: block;
  justify-self: center;
  z-index: 2;
}

.menu-logo .block {
  width: 238px;
  height: 143px;
  display: block;

  padding-top: 18px;

  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* Íconos inferiores */
.header-wrap > a[href="/english/index.html"],
.header-wrap > a[href="ubicacion.html"] {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  justify-self: start;
}

.header-wrap > a[href="ubicacion.html"] {
  margin-left: 58px;
}

.header-wrap .icon {
  width: auto;
  height: 22px;
  clear: none;
  float: none;
  margin-top: 24px;
  text-align: center;
}

.icon.ubica {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 500;
}

.social-header {
  grid-column: 3;
  grid-row: 2;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;

  margin-top: 24px;
}

.header-wrap .icon.right {
  float: none;
  clear: none;
  margin: 0;
}

.icon.right img {
  width: 20px;
  height: 20px;
}

/*aqui*/

header.clone {
  height: 70px;
  padding-top: 0;
  background-color: rgba(255, 255, 255, .87);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s transform cubic-bezier(.3, .73, .3, .74);
  box-shadow:
    0 6px 18px rgba(0, 0, 0, .04),
    0 1px 3px rgba(0, 0, 0, .03);
}

body.down header.clone {
  transform: translateY(0);
}
header.clone .header-wrap {
  align-items: center;
  grid-template-rows: 70px;
}

header.clone nav {
  padding-top: 0;
  padding-bottom: 0;
  align-self: center;
  border-bottom-width: 0 !important;
}

header.clone .menu-logo {
  grid-row: 1;
  align-self: center;
}

header.clone .menu-logo .block {
  width: 190px;
  height: 50px;
  padding-top: 0;
  background-color: transparent !important;
  background-image: url(img/logo-alt.png);
  background-position: center center;
  background-size: contain;
}

header.clone .header-wrap > a[href="/english/index.html"],
header.clone .header-wrap > a[href="ubicacion.html"],
header.clone .social-header {
  display: none;
}

header.clone li a {
  color: rgba(185, 75, 75, .95);
}


/* Clone en home: oculto hasta scroll */
body:not(.int) header.clone {
  transform: translateY(-100%);
}

body:not(.int).down header.clone {
  transform: translateY(0);
}

/* Clone en interiores: visible siempre */
body.int header.clone {
  transform: translateY(0);
}

/*header concluye aqui clone*/

/*nuevo temporal*/

/* =========================================================
   HEADER MODERNO - HOTEL SAN SEBASTIÁN
   Compatibilidad con HTML nuevo
========================================================= */




/* -------------------------
   Navegación desktop
------------------------- */

.main-nav {
  float: none !important;
  width: auto !important;

  padding-top: 33px;
  padding-bottom: 20px;

  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
}

.main-nav-left {
  grid-column: 1;
  grid-row: 1;
}

.main-nav-right {
  grid-column: 3;
  grid-row: 1;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 44px;

  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav-left ul {
  justify-content: flex-start;
}

.main-nav-right ul {
  justify-content: flex-end;
}

.main-nav li {
  margin: 0 !important;
}

.main-nav a {
  color: rgba(255, 255, 255, .97);
  font-weight: 500 !important;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;

  transition:
    color .25s ease,
    opacity .25s ease;
}

.main-nav a:hover {
  color: rgba(255, 255, 255, .72);
}

/* -------------------------
   Logo central
------------------------- */

.menu-logo {
  grid-column: 2;
  grid-row: 1 / span 2;

  position: relative !important;
  left: auto !important;
  margin-left: 0 !important;

  display: block;
  justify-self: center;
  z-index: 2;
}

.menu-logo .logo-mark,
.menu-logo .block {
  width: 238px;
  height: 143px;
  display: block;

  padding-top: 18px;

  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* -------------------------
   Herramientas izquierda abajo
------------------------- */

.header-tools {
  grid-column: 1;
  grid-row: 2;

  display: flex;
  align-items: center;
  gap: 22px;

  margin-top: 24px;
}

.header-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  text-decoration: none;
}

.header-tool img {
  display: block;
}

.header-location {
  gap: 10px;

  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
}

/* -------------------------
   Redes derecha abajo
------------------------- */

.social-header {
  grid-column: 3;
  grid-row: 2;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;

  margin-top: 24px;
}

.social-header a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-header img {
  display: block;
  width: 20px;
  height: 20px;
}

/* -------------------------
   Header clone / blanco
------------------------- */

header.clone {
  height: 70px;
  padding-top: 0;
  background-color: rgba(255, 255, 255, .87);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s transform cubic-bezier(.3, .73, .3, .74);
  box-shadow:
    0 6px 18px rgba(0, 0, 0, .04),
    0 1px 3px rgba(0, 0, 0, .03);
}

/* Home: clone oculto hasta scroll */
body:not(.int) header.clone {
  transform: translateY(-100%);
}

body:not(.int).down header.clone {
  transform: translateY(0);
}

/* Interiores: clone visible siempre */
body.int header.clone {
  transform: translateY(0);
}

header.clone .header-wrap {
  height: 70px;
  align-items: center;
  grid-template-rows: 70px;
}

header.clone .main-nav {
  padding-top: 0;
  padding-bottom: 0;
  align-self: center;
  border-bottom-width: 0 !important;
}

header.clone .menu-logo {
  grid-row: 1;
  align-self: center;
}

header.clone .menu-logo .logo-mark,
header.clone .menu-logo .block {
  width: 190px;
  height: 50px;
  padding-top: 0;

  background-color: transparent !important;
  background-image: url(img/logo-alt.png);
  background-position: center center;
  background-size: contain;
}

header.clone .header-tools,
header.clone .social-header {
  display: none;
}

header.clone .main-nav a {
  color: rgba(185, 75, 75, .95);
}

header.clone .main-nav a:hover {
  color: rgba(120, 45, 45, .95);
}

/* Evita doble click visual cuando aparece el clone en home */
body.down header:not(.clone) {
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

/* -------------------------
   Menú móvil
------------------------- */

.menu-toggle {
  display: none;
}

.mobile-nav {
  display: none;
}

@media screen and (max-width: 1100px) {
  .header-wrap {
    width: 90% !important;
    min-width: 300px;

    display: block;
    height: auto;
  }

  .banner-wrap {

    width: 90% !important;
}



  .main-nav,
  .header-tools,
  .social-header {
    display: none;
  }

  .menu-logo {
    position: absolute !important;
    left: 50% !important;
    margin-left: -119px !important;
    top: 0;
  }

  .menu-logo .logo-mark,
  .menu-logo .block {
    width: 238px;
    height: 100px;
    background-size: 71%;
    background-position: center bottom;
  }

  header.clone .menu-logo .logo-mark,
  header.clone .menu-logo .block {
    width: 190px;
    height: 50px;
    background-size: contain;
    background-position: center center;
  }

  .menu-toggle {
    display: block;

    position: absolute;
    top: 24px;
    right: 0;

    width: 32px;
    height: 32px;

    border: 0;
    padding: 0;
    background: transparent url(img/menu.svg) no-repeat center center;
    background-size: 100%;

    cursor: pointer;
    z-index: 10;
  }


  .mobile-nav {
    display: none;

    position: absolute;
    top: 100px;
    right: 0;

    width: min(280px, 90vw);

    background-color: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border-radius: 6px;
    box-shadow:
      0 14px 36px rgba(0, 0, 0, .10),
      0 2px 8px rgba(0, 0, 0, .05);

    z-index: 9;
    overflow: hidden;
  }

  .mobile-nav.responsive {
    display: block;
  }

  .mobile-nav ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
  }

  .mobile-nav a {
    display: block;
    padding: 12px 18px;

    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    text-decoration: none;

    color: rgba(120, 45, 45, .95);
  }

  .mobile-nav a:hover {
    background-color: rgba(185, 75, 75, .08);
  }

  body.down .mobile-nav,
  body.int .mobile-nav {
    top: 70px;
  }

  body.down .menu-toggle,
  body.int .menu-toggle {
    top: 19px;
  }
}


#sliderBig .bloc {
	width: 360px;
	height:170px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 200;
	padding-top:7px;
}
#sliderBig .bloc .wrap  {
	width: 80%;
	font-size: 24px;
}

h5.preciosb {
	font-size: 0.80em !important;
  font-weight: 300 !important;
}

#sliderBig .bloc .wrap span {
	font-size: 50px;
}

span.small-text {
	font-size: 12px !important;
	line-height: 9px !important;
}
#sliderBig .bloc.red .wrap span > span {
	font-size: 30px;
}



.clone .icon {
    display: none;
}
.clone a, .clone .dropbtn {
    color: #b85756;
}


.banner {
	width: 100%;
	height: 600px;
	/* [disabled]position: absolute; */
	z-index: -1;
	background-image: url(img/overlay-banner.png),url(img/banner-main.jpg);
	background-size: 2px 600px, cover;
	background-repeat: repeat-x, no-repeat;
	top: 0px;
	color: #FFFFFF;

}


.banner {
  height: 670px !important;

  background-size: 2px 670px, cover !important;

  background-position:
    top center,
    center calc(50% + var(--hero-parallax, 0px)) !important;

  will-change: background-position;
}


.banner.c {
  background-image:
    radial-gradient(
      circle at center,
      rgba(0, 0, 0, .08) 0%,
      rgba(0, 0, 0, .24) 48%,
      rgba(0, 0, 0, .36) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, .34) 0%,
      rgba(0, 0, 0, .18) 45%,
      rgba(0, 0, 0, .16) 100%
    ),
    url(img/slider/slider2.jpg);

  background-position:
    center center,
    center center,
    center calc(50% + var(--hero-parallax, 0px)) !important;

  background-size:
    cover,
    cover,
    cover !important;

  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat;
}



.banner.mid {
  background-image: url(img/overlay-banner.png), url(img/banner-mid.jpg);

  background-position:
    center center,
    center calc(50% + var(--hero-parallax, 0px)) !important;

  height: 500px !important;

  background-size:
    cover,
    cover !important;

  will-change: background-position;
}




.banner.a {
	background-image: url(img/overlay-banner.png),url(img/banner-main-a.jpg);
}

.banner.b {
	background-image: url(img/overlay-banner.png),url(img/slider/slider1.jpg);
	background-position: center center, center center;
}















.banner.d {
	background-image: url(img/overlay-banner.png),url(img/slider/slider3.jpg);
	background-position: center center, center center;
}
.banner.e {
	background-image: url(img/overlay-banner.png),url(img/slider/slider4.jpg);
	background-position: center center, center center;
}



.banner-wrap {
	padding-top: 210px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.banner-slider .slick-dots {
    left: 0;
    width: 100%;
}

.banner .overlay {
	width: 100%;
	height: 600px;
	background-image: url(img/overlay-banner.png);
  /*background:linear-gradient(to bottom, rgba(0,0,0, 1), rgba(0,0,0, 0) );
  opacity: 1;*/
	background-repeat: repeat-x;
	background-size: 2px 600px;
}




/*
Source - https://stackoverflow.com/q/16791202
Posted by J82
Retrieved 2026-06-17, License - CC BY-SA 3.0
*/


.line {
	width: 164px;
	border-bottom: 1px solid #FFFFFF;
}
.button {
	width: 209px;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	text-transform:uppercase;
	display: block;
}
.eventos-info{
	margin-top:40px;
	}
.button.white {
	font-family:'DM Sans', sans-serif;
	font-size:15px;
}


.reserva {
	height: 100px;
	width: 100%;
	    position: sticky;
    top: 70px;
    z-index: 500;
}

.reserva.red.eso {
    /*z-index: 502;
	margin-top:100px;
	top: 370px;*/
}
.int .reserva{

	position:fixed;
}



.reserva .sub {
	width: 30%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 300;
	padding-top: 22px;
	float: left;
}
.reserva .sub span {
	clear: both;
	display: block;
	font-size: 14px;
	line-height: 9px;
    font-weight: 600;
	padding-right: 45px;
}
.reserva img {
    margin-left: 16px;
	width: 20px;
}
.line-v {
	border-right: 1px solid rgba(255,255,255,0.20);
	height: 77px;
	display: inline;
	width: 1px;
	float: left;
	margin-left: -2px;
	margin-top: 16px;
}


.reserva .sub.left {
	text-align: left;
    width: 15%;
    padding-right: 5%;
}
.reserva .sub.right {
	text-align: right;
	float: right;
	width: 20%;
	padding-top: 18px !important;
}

.reserva .sub.eso {
	width: 37.5% !important;
	float: left;
	padding-top: 15px;
}

.reserva .sub.right.eso {
	width: 25% !important;
}

.md-booking {
    width: 80%;
	float: left;
}


.clearfix {
	width: 100%;
	clear: both;
}
.sect-mid {
	width: 100%;
	/* [disabled]height: 350px; */
	text-align: center;
	min-height: 350px;
}
.wrap  {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.int .wrap  {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.int .wrap {
	/* [disabled]margin-top: 120px; */
}
.wrap.buffet {
	min-width: 1000px;
}


.sect-mid .wrap {
	padding-top: 45px;
}
.sect-mid .wrap h2 {
	margin-bottom: 35px;
}
.sect-mid .wrap .button {
	margin-top: 35px;
	margin-bottom: 50px;
}







.banner.mid center h1 {
	padding-top: 125px;
  letter-spacing: 7px;

}

.banner.mid.eventos center h1 {
    padding-top: 110px;
}

.banner.mid center span {
	font-size: 16px;
}


.info {
	position: relative;
	height: 900px;
}


.info .info-wrap {
	height: 810px;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	position: absolute;
	top: -160px;
}




.rooms-section {
  padding: 90px 0;
}

.rooms-container {
  width: 70%;
  max-width: 1320px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .rooms-container {
    width: 86%;
  }
}

@media (max-width: 700px) {
  .rooms-container {
    width: calc(100% - 32px);
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.section-heading .eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #b94f4f;
}

.section-heading h1 {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #050505;
}

.heading-line {
  width: 170px;
  height: 2px;
  margin: 28px auto 0;
  background: #c44a4a;
}

.rooms-list {
  display: grid;
  gap: 34px;
}

.room-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 430px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(242, 237, 233, .98);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, .04),
    0 4px 12px rgba(0, 0, 0, .03);
}


.promos img, .events img {

  overflow: hidden;
  border-radius: 10px;

  box-shadow:
    0 18px 45px rgba(0, 0, 0, .04),
    0 4px 12px rgba(0, 0, 0, .03);
}

.room-card--reverse .room-card__image {
  order: 2;
}

.room-card--reverse .room-card__content {
  order: 1;
}

.room-card__image {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 10px
}

.room-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .7s ease;

}

.room-card:hover .room-card__image img {
  transform: scale(1.045);
}

.room-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 80px);
}

.room-card__label {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #bd5555;
}

.room-card__content h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase;
  color: #050505;
}

.room-card__content p {
  max-width: 560px;
  margin: 28px 0 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #626262;
}

.room-card__button {
  position: absolute;
  right: 20px;
  bottom: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 172px;
  min-height: 58px;
  padding: 0 28px;

  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, .12) 0%,
      rgba(255, 255, 255, .06) 35%,
      rgba(0, 0, 0, .28) 100%
    ),
    rgba(24, 24, 24, .80);

  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);

  border: 1px solid rgba(255, 255, 255, .08);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .04),
    0 14px 32px rgba(0, 0, 0, .28);

  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  letter-spacing: .02em;

  transition:
    background-color .25s ease,
    border-color .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.room-card__button:hover {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, .14) 0%,
      rgba(255, 255, 255, .08) 35%,
      rgba(120, 30, 30, .32) 100%
    ),
    rgba(42, 26, 26, .76);

  border-color: rgba(255, 255, 255, .09);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .04),
    0 18px 38px rgba(0, 0, 0, .22);

  transform: translateY(-2px);
}

.room-card--reverse .room-card__button {
  left: 20px;
  right: auto;
}

@media (max-width: 900px) {
  .rooms-section {
    padding: 64px 0;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .room-card,
  .room-card--reverse {
    grid-template-columns: 1fr;
  }

  .room-card--reverse .room-card__image,
  .room-card--reverse .room-card__content {
    order: initial;
  }

  .room-card__image {
    min-height: 320px;
  }

  .room-card__content {
    padding: 36px 28px 44px;
  }

  .room-card__content h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .room-card__content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .room-card__button,
  .room-card--reverse .room-card__button {
    left: 18px;
    right: auto;
  }
}

@media (max-width: 520px) {
  .room-card {
    border-radius: 8px;
  }

  .room-card__image {
    min-height: 260px;
  }

  .room-card__button {
    min-width: 150px;
    min-height: 52px;
    font-size: 13px;
  }
}





.tiles  {
	background-color: rgba(242,237,233,0.95);
	height: 450px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, .04),
    0 1px 3px rgba(0, 0, 0, .03);
}
.tiles .image {
  border-radius: 8px;
  overflow: hidden;

}



.tiles .nos {
	width: 38%;
	padding: 5%;
	float: left;
}
.tiles .nos .row {
	color: #696868;
	margin-bottom: 24px;
	border-bottom: 0px solid rgba(22,22,22,0.13);
	padding-bottom: 24px;
	margin-top: 16px;
  width: 90%
}

.tiles.habitaciones .nos .row {
	font-size: 15px;
	line-height: 24px;
}
a.txtred {
	font-size: 14px;
	font-family:'DM Sans', sans-serif;
}
.tiles .nos .row > div {
	width: 50%;
	float: left;
}

.tiles .image {
	width: 50%;
	height: 450px;
	float: right;
	background-image: url(img/habitaciones.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.tiles .button {
    position: absolute;
    bottom: 14px;
    left: 10px;
    width: 172px;
	  padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    border-radius: 8px;
}

.tiles .button.le {
    right: 10px;
    left: auto;
}


.int .tiles{
	margin-bottom: 30px;
	}
.wrap .tiles .image {
	background-position: center 0%;
}

.int .tiles:nth-child(odd) .nos {
	float:left;
}
.int .tiles:nth-child(even) .nos {
	float:right;
}
.int .tiles:nth-child(even) .image {
	float:left;
}
.int .habitaciones:nth-child(odd) .image {
	float:right;
}
.habitaciones .image.a {
	background-image: url(img/habitaciones/principal/WEB-MASTER.jpg);
}
.habitaciones .image.b {
	background-image: url(img/habitaciones/principal/WEB-JRSUITE.jpg);
}
.habitaciones .image.c {
	background-image: url(img/habitaciones/principal/WEB-KING.jpg);
}
.habitaciones .image.d {
	background-image: url(img/habitaciones/principal/WEB-DOBLE.jpg);
}
.tiles .image.e {
	background-image: url(img/habitaciones/principal/WEB-MASTER.jpg);
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  width: 100%;
  max-width: 1400px;
  margin: 95px auto;

  min-height: 175px;
}

.stat-item {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 40px 32px;
}

.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;

  top: 20%;
  right: 0;

  width: 1px;
  height: 60%;

  background-color: rgba(0, 0, 0, .14);
}

.stat-title {
  display: block;

  font-family: 'DM Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;

  color: #161616;
  text-transform: uppercase;
}

.stat-item:first-child .stat-title {
  font-size: 36px;
}

.stat-subtitle {
  display: block;

  margin-top: 8px;

  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .02em;

  color: #b75757;
  text-transform: uppercase;
}


@media screen and (max-width: 768px) {
  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
    margin: 60px auto;
    min-height: auto;
  }

  .stat-item {
    padding: 34px 20px;
  }

  .stat-item:not(:last-child)::after {
    display: none;
  }

  .stat-item:nth-child(odd)::after {
    content: "";
    display: block;
    position: absolute;

    top: 24%;
    right: 0;

    width: 1px;
    height: 52%;

    background-color: rgba(0, 0, 0, .12);
  }

  .stat-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(0, 0, 0, .10);
  }

  .stat-title {
    font-size: 22px;
  }

  .stat-item:first-child .stat-title {
    font-size: 32px;
  }

  .stat-subtitle {
    font-size: 13px;
  }
}

.stats-strip {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.22, .8, .22, 1);
  will-change: opacity, transform;
}

.stats-strip.is-visible {
  opacity: 1;
  transform: translateY(0);
}


.stat-item {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .65s ease,
    transform .65s cubic-bezier(.22, .8, .22, 1);
}

.stats-strip.is-visible .stat-item {
  opacity: 1;
  transform: translateY(0);
}

.stats-strip.is-visible .stat-item:nth-child(1) {
  transition-delay: .05s;
}

.stats-strip.is-visible .stat-item:nth-child(2) {
  transition-delay: .14s;
}

.stats-strip.is-visible .stat-item:nth-child(3) {
  transition-delay: .23s;
}

.stats-strip.is-visible .stat-item:nth-child(4) {
  transition-delay: .32s;
}

@media (prefers-reduced-motion: reduce) {
  .stats-strip,
  .stat-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


.thirds-container {
	display: flex;
	margin-top: 95px;
	margin-bottom: 95px;
	height: 175px;
}
.thirds-container .third {
	width: 33%;
	height: 115px;
	flex-grow: 1;
	text-align: center;
	align-items: center;
	padding-top: 60px;
}
.thirds-container .third.mid {
	border-right: 1px solid #B85756;
	border-left: 1px solid #B85756;
	padding-left: 4%;
	padding-right: 4%;
	width: 24%;
}
.thirds-container .third span  {
	vertical-align: middle;
	font-size: 26px;
	flex-basis: auto;
	font-weight: 700;
	color: #161616;
}
.thirds-container .third .txtlarge {
	font-size: 36px;
}

.thirds-container .third .txtred {
	font-size: 14px;
	font-weight: 400;
	color: #b75757;
}
.thirds-container .third .list li  {
	text-align: left;
}
.thirds-container .third .list li span {
	font-weight: 400;
	font-size: 14px;
}


.sect-grey {
	height: 500px;
	background-color: #ededed;
	position: relative;
	padding-top: 325px;
}

.sect-grey h2 {
	font-size: 1.9em;
	margin-top: 18px;
}


.slider-cont {
	height: 500px;
	width: 85%;
	background-color: #333333;
	margin-left: 15%;
	position: absolute;
	top: -250px;
}
.slider div .text {
    width: 27%;
    padding: 5%;
    padding-top: 114px;
	float: left;
    color: rgba(255,255,255,1.00);
	font-size: 14px;

}

.slider div .text .title{
	font-size: 36px;
	display: block;
	width: 0px;
	line-height: 34px;
	margin-bottom: 30px;
	text-transform:uppercase;
	}

.slider div .image {
	background-image: url(img/slider1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50%;
	height: 500px;
	float: left;
	background-size: cover;
}
.slider div .image.a  {
	background-image: url(img/habitaciones/principal/WEB-MASTER.jpg);
}

.slider div .image.b {
	background-image: url(img/habitaciones/principal/WEB-JRSUITE.jpg);
}
.slider div .image.c {
	background-image: url(img/habitaciones/principal/WEB-DOBLE.jpg);
}

.slider div .image.d {
	background-image: url(img/habitaciones/principal/WEB-KING.jpg);
}



.video {
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-right: 15%;
	bottom: 70px;
	position: absolute;
	/*background-color: #fafafa;	background-image: url(img/vid-plc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
}
#video {
	display: none;
}

#video.opClass{
  display:block;
}
#play-video.none{
	display:none;
	}

footer .top {
	height: 180px;
	width: 100%;
}
footer .top .wrap {

}
.top .wrap .location-info-wrap {
	width: 33%;
	float: left;
	padding-top: 33px;
}
.top .wrap .location-info-wrap {
	font-weight: bold;
  font-size: 13px;
}

.top .wrap .location-nfo {
	height: 40px;
	width: 100%;
	font-size: 12px;
}
.top .wrap .location-nfo.half {
	width: 50%;
	float: left;
}



.location-nfo .icon {
	display: block;
	height: 32px;
	width: 20px;
	float: left;
}
.location-nfo .text {
	float: left;
    width: 65%;
    padding-left: 25px;
}
.top .wrap .subscribe {
	width: 344px;
	height: 38px;
	padding-top: 67px;
	float: left;
}
.wrap .subscribe input {
	height: 38px;
	width: 205px;
	border: none;
	background-color: #ebebea;
	color: #000000;
	padding:0;
	padding-left: 20px;
	padding-right:5px;
	margin: 0px;
}
.wrap .subscribe .enviar {
	margin: 0;
	padding: 0;
	width: 90px;
	background-color: #B44A4B;
    color: white;
	margin-left: -5px;
	cursor: pointer;
}
.top .wrap .tripadvisor {
	padding-top: 50px;
	float: right;
}

footer .left {
	height: 342px;
	width: 50%;
	float: left;
	background-color: #373631;
	color: #FFFFFF;
	font-size: 14px;
	clear: both;
}
footer .right {
	height: 342px;
	width: 50%;
	float: right;
	background-color: #ebebea;
}
.footer-wrap  {
	width: 50%;
	float: right;
	text-align: center;
	padding-left: 5%;
	padding-right: 15%;
	padding-top: 0px;
	margin-top: 40px;
}
.right .footer-wrap {
	float: left;
	padding-right: 0;
    width: 70%;
}

.footer-info {
	margin-left: 10%;
	text-align: left;
	margin-bottom: 27px;
	width: 30%;
	height: 200px;
	float: left;
}
.footer-info.nosotros {
	width: 110px;
}


.button.outline {
	font-size: 14px;
	border: 1px solid #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	width: 172px;
}

.button.outline:hover {
	font-weight:600;

	}
.slider .button.outline {
	font-size: 14px;
	color: rgba(255,255,255,0.70);
	margin-top: 40px;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 140px;
}

footer .left .icon {
    display: inline-block;
    margin: 11px;
}
footer .right ul a , footer .right ul li{
	color: #373631;
	font-size: 12px;
	clear: both;
	display: block;
	float: left;
	}
footer .right ul li {
	margin-bottom: 13px;
}
.footer-info.contactos ul li {
	margin-bottom: 8px;
}


.footer-info.contactos {
	width: 200px;
	float: right;
}

.footer-info.contactos ul li span {
	width: 100px;
	display: inline-block;
}
.footer-info .txtred {
	margin-bottom: 29px;
	display: inline-block;
	font-size: 12px;
}

footer .button.outline {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 32px;
    font-size: 12px;
    text-transform: initial;
    color: black;
    width: 180px;
    border: 1px solid grey;
    padding-left: 10px;
}

footer .button.outline:hover {
	font-weight:100px
}



.int header {
	height: 70px;
    padding-top: 0px;
    background-color: rgba(255,255,255,1.00);
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
}
.int header.clone{
	transform: translateY(00%);
	}
.placeholder{
	width:100%;
	height:2000px
	}

.thirds-container.spaced  {
	padding-top: 0px;
	font-size: 24px;
	margin-top: 70px;
}
.thirds-container.spaced .third {
	padding-top: 0px;
	margin-left: 1%;
	margin-right: 1%;
}

.tiles.eventos{
		height: 150px;
}

.tiles.eventos .image {
    height: 150px;
}

.eventos .image.a{
	background-image: url(img/evento-baby-shower.jpg);

}
.eventos .image.b{
	background-image: url(img/evento-boda.jpg);

}
.eventos .image.c{
	background-image: url(img/evento-despedida-soltera.jpg);

}
.eventos .image.d{
	background-image: url(img/evento-empresarial.jpg);

}
.eventos .image.e{
	background-image: url(img/evento-sala-de-juntas.jpg);

}
.eventos .image.f{
	background-image: url(img/evento-xv.jpg);

}

.eventos .nos .serif {
    margin-bottom: 0px;
}
.container {
	width:100%;
	margin-bottom:22px;
}
.int .container {
	    margin-top: 112px;
	}
.int .container-mid {
	margin-top: 50px;
}

.sidebar{
	width:30%;
	float:left;
	}

.sidebar .list li {
    margin-bottom: 10px;
}

.slide-preview-room{
	width:70%;
	float:right;
}


.bx-viewport, .slideshow-photo {
	    max-height: 560px;
	    margin-bottom: 8px;
}

#sliderThumb .bx-viewport, #sliderThumb .slideshow-photo {
    height: 100px !important;
	margin-bottom: 22px;
}
.grey-bg{
	background-color:#efece8;
	}
.grey-bg .wrap {
	padding-top: 48px;
}

.grey-bg .thirds-container {
	margin-top: 35px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.grey-bg .thirds-container .third {
	height: 94px;
	padding-top: 18px;
}
.thirds-container.otras-habitaciones .third {
	font-size: 24px;
}
.thirds-container.comidas  {
	font-size: 14px;
	text-align: left;
	height: auto;
	margin-top: 0px;
}
.thirds-container.comidas .third {
	font-size: 14px;
	text-align: left;
	height: auto;
}





.slideshow-photo img {
    width: 100% !important;
}
.bx-wrapper {
    max-width: 100%!important;
}

#sliderBig {
	max-height: 560px;
    position: relative;
}
.bx-wrapper .bx-controls-direction a {
    width: 18px;
    height: 18px;
	font-weight:700;
	text-align:center;
    background-color: rgba(0,0,0,0.6);
    display: inline-block;
    margin-top: -282px;
    z-index: 100;
	position:absolute;
}
.bx-outer-prev, .bx-outer-next, .bx-wrapper .bx-controls-direction a {
    text-indent: initial !important;
}
.bx-wrapper .bx-controls-direction .bx-prev {
    left: 20px;
}
.bx-wrapper .bx-controls-direction .bx-next {
    right: 20px;
}

i.fa.fa-angle-right, i.fa.fa-angle-left {
    font-style: normal;
}
.fa-angle-right:before {
    content: ">";
}
.fa-angle-left:before {
    content: "<";
}.container .sidebar .wrap {
	padding-top: 85px;
}
.sidebar .wrap > span {
	color: #7d7d7d;
	display: inline-block;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 24px;
}
.third.blank-txt {
	font-size: 14px;
}
.third .bloc {
	/* [disabled]height: 30px; */
	padding-top: 20px;
	color: rgba(255,255,255,1.00);
	padding-left: 20px;
	padding-right: 15px;
	margin-top: -6px;
	padding-bottom: 15px;
}
.commida-horario {
	height: 80px;
	margin-bottom:  16px;
}
.banner.mid.buffet {
	height: 300px;
	background-image: url(img/overlay-banner.png), url(img/buffet-hotel-san-sebastian-hermosillo.jpg);
}
.sect-title {
	padding-top: 80px;
	padding-bottom: 80px;
  text-align: center;
}
.line.red {
	border-color: rgba(193,0,3,1.00);
}
/* booking*/
.booking-inline .form-group {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    float: left;
}

/* Home Page
---------------------------------------------------------------*/
.md-home .title-checkroom:after {background-color: transparent;}
.md-home .md-booking .label-control {color: #FFF;}
.md-home .md-booking .btn {
    padding: 0 39px;
    background-color: #FFF;
}
.md-home .input-control,
.md-home select {color: #dfcea3;}
.md-home .header-sidebar {
    font-size: 22px;
    padding-bottom: 16px;
    background: url('../images/have-bg.png') no-repeat bottom center;
}
.row-home {padding: 31px 0;}
.row-home .media-body {
    float: left;
    padding-left: 10px;
    width: 43.1818%;
}
.row-home .pull-left {
    float: left;
}
.row-home .media-image {
    padding-left: 22px;
    width: 54.5454%;
    float:left
}
.row-home:nth-child(2n) .media-image {
    float: right;
    margin-right: 0;
}
.row-home:nth-child(2n) .media-body {
    padding-left: 22px;
    margin-left: 0;
}
.row-home .media-image {margin-right: 2.27272%;}

.md-home .title-checkroom {padding-top: 45px;}
.md-primary {
    padding: 20px 0 60px;
}

.ui-widget-content {
    background-color: #b85756 !important;
    color: #fff !important;
	z-index: 501 !important;
}
.ui-widget-header {
    /* border: 1px solid #d4d1bf; */
    /* background: #ffffff url(images/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat; */
    background-color: #b85756 !important;
    color: #fff !important;

}

.md-home .check-availability {
    height: 146px;
    background-color: #b85756;
	width:100%;
}
.booking-form.select-white {
	float: left;
	width: 56%;
	margin-left: 22%;
	background-image: url(img/icon-cal-white.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.booking-form.select-white .collapse.input #arrival-date, .booking-form.select-white .collapse.input #departure-date {
	font-size: 24px;
	color: #FFF;
	background-color: transparent;
	display: block;
	font-weight: 300;
	width: 80%;
	padding-right: 20%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
}
#chat {
	z-index: 999999;
	position: fixed;
	bottom: 0;
	padding: 0;
	width: 190px;
	right: 10px;
	height: 100px;
}
a .icon.ubica {
	clear: none;
	height: auto;
  margin-left: 20px;
	width: 100px;
  font-size: 14px;
}
.icon.ubica img {
    float: left;
    margin-top: -5px;
}

.tour-res{
	display:none;
	position: fixed;
	top: 216px;
    padding: 15px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    color: white;
    background: black;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	z-index: 51;
}

body.int .tour-res{
    top: 182px;
}
.tour-res:before {
    content: "";
    position: absolute;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: black transparent;
    display: block;
    width: 0;
	margin-left: -5px;
    top: -10px;
    right: 50%;
}
.disabled{
	display:none !important;

	}
/*----------responsive menu-------------*/
.menu{
display:none;

	}

@media screen and (max-width: 1024px) {



}

@media screen and (max-width: 1100px) {

header nav{
	display: none;
}
.menu{
	display: block;
    float: right;

}
.menu .icon a{
	height: 32px;
    width: 32px;
    display: block;
	background-image: url(img/menu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;

	}
.menu .responsive .icon a {

    background-image: url(img/menu-cl.svg);
}

.bx-viewport, .slideshow-photo {
	    max-height: 500px !important;
	    margin-bottom: 8px;
}

#sliderBig {
	max-height: 500px !important;
    position: relative;
}

ul#navMobile {

    margin-top: 100px;
    padding-top: 40px;
    text-align: right;
}
.down ul#navMobile {
    margin-top: 70px;
    padding-top: 0px;
    -webkit-transition: margin 2s linear 0s; /* For Safari 3.1 to 6.0 */
    transition: margin .5s linear;
}
.int ul#navMobile {
	margin-top:70px;
    padding-top:0px;
}


.nav-mobile .icon {
	display: block;
    position: absolute;
    top: 0px;
    right: 2%;
}


.nav-mobile a {
    min-height: 20px;
    display: inline-block;
}



header nav {
  display: none;
}

.menu-logo {
  position: absolute;
  left: 50%;
  margin-left: -119px;
}

.menu {
  display: block;
  float: right;
}

.social-header {
  display: none;
}


}

@media screen and (max-width: 490px) {

.banner-wrap center h1 {
	margin-bottom: 25px;
	font-size: 47px;
	line-height: 50px;
}


/*.banner-wrap .line, .banner-wrap span, #chat, .line-v {
	display: none;
}*/

.reserva {
    height: 350px;
    width: 100%;
    top: 0px;
	position:relative;
}
.int .reserva {
    position: relative;
	top: 70px;
}

.reserva .sub.left {
	text-align: center;
	width: 100%;
	padding-right: 0%;
	padding-top: 30px;
	padding-bottom: 20px;
}
.md-booking {
    width: 100%;
}
.reserva .sub.eso {
    width: 100% !important;
    float: left;
}
.reserva .sub.right.eso {
    width: 100% !important;
}
.button.outline {
	font-size: 14px;
	border: 1px solid #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	width: 172px;
	margin-right: auto;
	margin-left: auto;
}
.social-header {
	width: 90px !important;
	float: left;
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -45px;
}

h1 {
    font-size: 36px;
}

.banner.mid {
    height: 300px;
}

.info .info-wrap {
    height: 810px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    position: absolute;
    top: -100px;
}

.tiles .nos {
    width: 90%;

}

.tiles .image {
    width: 100%;
    height: 200px;
}
.banner.mid center h1 {
    padding-top: 75px;
}
.thirds-container {
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 375px;
	float: left;
}
.thirds-container .third {
    width: 100%;
    height: 115px;
    flex-grow: 1;
    text-align: center;
    align-items: center;
    padding-top: 0px;
}

.thirds-container .third.mid {
	border-right: none;
	border-left: none;
	padding-left: 0%;
	padding-right: 0%;
	width: 100%;
}

.sect-grey {
    display: none;
}

.top .wrap .location-info-wrap {
    width: 100%;
    float: left;
    padding-top: 30px;
}
footer .top .wrap {
	width: 90%;

}
.top .wrap .location-nfo {
	font-size: 14px;
	margin-bottom: 10px;
}
.top .wrap .tripadvisor {
	padding-top: 50px;
	float: left;
}

footer .left {
    height: 342px;
    width: 100%;
}
footer .right {
    height: 342px;
    width: 100%;

}
.footer-wrap {
    width: 80%;
    float: right;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0px;
    margin-top: 40px;
}

.right .footer-wrap {
	float: left;
	padding-right: 5%;
	width: 90%;
	padding-left: 5%;
}

.footer-info.nosotros {
    width: 30%;
}
.footer-info.contactos {
    width: 60%;
    float: right;
}

.footer-info {
    margin-left: 5%;
}
.footer-info.contactos ul li span {
	width: auto;
}


.int .container {
    margin-top: 60px;
}
.int .sect-title {
    padding-top: 30px;
    padding-bottom: 30px;
}

.int .wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.int .tiles {
	margin-bottom: 30px;
	height: 500px;
	position:relative;
}
.int .tiles .image {
	position: absolute;
	left: 0px;
	bottom: 0px;
}


.slide-preview-room {
    width: 100%;
}
.sidebar {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
#sliderBig .bloc {
    width: 250px;
    /*height: 80px;*/
	height: 110px;
    position: absolute;
    bottom: auto;
	top: 0px;
    right: 0px;
}
#sliderBig .bloc .wrap {
    width: 80%;
    font-size: 14px;
}
#sliderBig .bloc .wrap span {
    font-size: 36px;
}

.bx-controls {
    display: none;
}

.thirds-container.spaced {
	margin-top: 30px;
	height: 1100px;
}

.thirds-container.spaced.comidas {
	margin-top: 30px;
	height: 1350px;
	width: 100%;
}
.wrap.buffet {
    min-width: 350px;
}
.thirds-container.spaced.comidas .third {
	height: 460px;
	width: 100%;
	margin-left: 0%;
}

.thirds-container.spaced .third {
	height: 275px;
	flex-grow: 1;
}

.icon.ubica {
	display: none;
}

ul#navMobile {
	margin-top: 100px;
	padding-top: 40px;
	text-align: right;
	width: 100%;
	padding-right: 10%;
	padding-left: 10%;
}
.menu {
	display: block;
	float: right;
}
.flex-cont {
	display: block !important;
	margin-top: 60px;
	margin-bottom: 60px;
}
.flex-cont > div {
	width: 70% !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	margin-left: 12%;
	margin-bottom: 30px !important;
}

}

/* Modal
---------------------------------------------------------------*/

.modal-window {
  position: fixed;
  background-color: rgba(200, 200, 200, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 80%;
  position: relative;
  margin: 10% auto;
  padding: 0rem;
  background: #fff;
  color: #444;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #FFF;
  line-height: 50px;
  font-size: 90%;
  position: absolute;
  font-weight:bolder;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}




/* pop up
---------------------------------------------------------------*/


/* The Modal (background) */
.overflow-hidden{
  overflow: hidden;
}
.pop-up {
 display: none;
 position: absolute;
 z-index: 5000;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
 background-color: rgb(0,0,0);
 background-color: rgba(0,0,0,0.4);

}
.pop-up-show{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-up .pop-up-content {
 background-color: #fefefe;
 margin: auto;
 padding: 20px;
 border: 1px solid #888;
 width: 80%;
 max-width:1000px;
 position: relative;
 max-height: 100% !important;
}

/* The Close Button */
.pop-up .close {
 color: #aaa;
 float: right;
 font-size: 28px;
 font-weight: bold;
 width: 30px;
text-align: center;
position: absolute;
right: 30px;
z-index: 5;
}

.pop-up .close:hover,
.pop-up .close:focus {
 color: black;
 text-decoration: none;
 cursor: pointer;
}


@media screen and (max-width: 1100px) {
  header .mobile-nav {
    display: none !important;

    position: absolute;
    top: 100px;
    right: 0;

    width: min(280px, 90vw);

    background-color: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border-radius: 6px;
    box-shadow:
      0 14px 36px rgba(0, 0, 0, .10),
      0 2px 8px rgba(0, 0, 0, .05);

    z-index: 3000;
    overflow: hidden;
  }

  header .mobile-nav.responsive {
    display: block !important;
  }

  header .mobile-nav ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
  }

  header .mobile-nav li {
    display: block;
    margin: 0;
    padding: 0;
  }

  header .mobile-nav a {
    display: block;
    padding: 12px 18px;

    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    text-decoration: none;

    color: rgba(120, 45, 45, .95);
  }

  header .mobile-nav a:hover {
    background-color: rgba(185, 75, 75, .08);
  }

  body.down header .mobile-nav,
  body.int header .mobile-nav,
  header.clone .mobile-nav {
    top: 70px;
  }
}

@media screen and (max-width: 1100px) {
  header nav.mobile-nav,
  header nav.mobile-nav.responsive {
    position: absolute !important;
    top: 100px !important;
    right: 0 !important;

    width: min(280px, 90vw) !important;

    background: rgba(255, 255, 255, .96) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border-radius: 6px !important;
    box-shadow:
      0 14px 36px rgba(0, 0, 0, .10),
      0 2px 8px rgba(0, 0, 0, .05) !important;

    z-index: 9999 !important;
    overflow: hidden !important;
  }

  header nav.mobile-nav {
    display: none !important;
  }

  header nav.mobile-nav.responsive {
    display: block !important;
  }

  header nav.mobile-nav ul {
    margin: 0 !important;
    padding: 10px 0 !important;
    list-style: none !important;
  }

  header nav.mobile-nav li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  header nav.mobile-nav a {
    display: block !important;
    padding: 12px 18px !important;

    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: right !important;
    text-decoration: none !important;

    color: rgba(120, 45, 45, .95) !important;
  }

  body.down header nav.mobile-nav,
  body.int header nav.mobile-nav,
  header.clone nav.mobile-nav {
    top: 70px !important;
  }
}

@media screen and (max-width: 1100px) {
  header nav.mobile-nav {
    display: none !important;
  }

  header nav.mobile-nav.responsive {
    display: block !important;
  }
}

@media screen and (max-width: 1100px) {


  header nav.mobile-nav ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;

    margin: 0 !important;
    padding: 18px 0 !important;
    list-style: none !important;
  }

  header nav.mobile-nav li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  header nav.mobile-nav a {
    display: block !important;
    width: 100% !important;

    padding: 14px 26px !important;

    font-family: 'DM Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: .03em !important;
    line-height: 1.2 !important;

    text-align: left !important;
    text-decoration: none !important;

    color: rgba(120, 45, 45, .95) !important;
  }

  header nav.mobile-nav a:hover {
    background-color: rgba(185, 75, 75, .08) !important;
  }
}


@media screen and (max-width: 1100px) {
  header .mobile-nav,
  header.clone .mobile-nav {
    display: none !important;

    position: absolute !important;
    right: 0 !important;
    top: 100px !important;

    width: min(320px, calc(100vw - 48px)) !important;

    background-color: rgba(255, 255, 255, .96) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border-radius: 12px !important;
    box-shadow:
      0 14px 36px rgba(0, 0, 0, .10),
      0 2px 8px rgba(0, 0, 0, .05) !important;

    z-index: 99999 !important;
    overflow: hidden !important;
  }

  header .mobile-nav.responsive,
  header.clone .mobile-nav.responsive {
    display: block !important;
  }

  header.clone .mobile-nav {
    top: 70px !important;
  }

  body.down header:not(.clone) .mobile-nav {
    display: none !important;
  }

  header .mobile-nav ul,
  header.clone .mobile-nav ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;

    margin: 0 !important;
    padding: 18px 0 !important;
    list-style: none !important;
  }

  header .mobile-nav li,
  header.clone .mobile-nav li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  header .mobile-nav a,
  header.clone .mobile-nav a {
    display: block !important;
    width: 100% !important;

    padding: 14px 26px !important;

    font-family: 'DM Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: .03em !important;
    line-height: 1.2 !important;

    text-align: left !important;
    text-decoration: none !important;

    color: rgba(120, 45, 45, .95) !important;
  }

  header .mobile-nav a:hover,
  header.clone .mobile-nav a:hover {
    background-color: rgba(185, 75, 75, .08) !important;
  }
}

@media screen and (max-width: 1100px) {
  body.down header:not(.clone) {
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.down header.clone {
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 9999 !important;
  }

  body.down header.clone .menu-toggle {
    pointer-events: auto !important;
    z-index: 100000 !important;
  }
}


/* =========================================================
   MOBILE GLOBAL MENU
========================================================= */

.global-menu-toggle,
.global-mobile-nav {
  display: none;
}

@media screen and (max-width: 1100px) {
  .global-menu-toggle {
    display: block;

    position: fixed;
    top: 24px;
    right: 5%;

    width: 34px;
    height: 34px;

    border: 0;
    padding: 0;

    background: transparent url(img/menu.svg) no-repeat center center;
    background-size: 100%;

    cursor: pointer;
    z-index: 100000;
  }

  body.down .global-menu-toggle,
  body.int .global-menu-toggle {
    top: 19px;
  }

  .global-mobile-nav {
  display: none;

  position: fixed;
  top: 76px;
  left: 50%;
  right: auto;

  width: min(320px, calc(100vw - 48px));

  transform: translateX(-50%);

  background-color: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-radius: 12px;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, .10),
    0 2px 8px rgba(0, 0, 0, .05);

  z-index: 99999;
  overflow: hidden;
}

  .global-mobile-nav.is-open {
    display: block;
  }

  .global-mobile-nav ul {
    display: flex;
    flex-direction: column;
    gap: 0;

    margin: 0;
    padding: 18px 0;
    list-style: none;
  }

  .global-mobile-nav li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .global-mobile-nav a {
  display: block;
  width: 100%;

  padding: 14px 0;

  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.2;

  text-align: center;
  text-decoration: none;

  color: rgba(120, 45, 45, .95);
}

  .global-mobile-nav a:hover {
    background-color: rgba(185, 75, 75, .08);
  }
}


.banner.buffet-banner {
  width: 100%;
  height: 520px !important;

  background-image: url(img/overlay-banner.png), url(img/banner-buffet.jpg);
  background-repeat: repeat, no-repeat;
  background-position:
    center center,
    center calc(50% + var(--hero-parallax, 0px)) !important;
  background-size:
    auto,
    cover !important;
}





@media screen and (max-width: 768px) {
  .banner.buffet-banner {
    height: 360px;
    background-position: center center;
  }
}

.third img {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, .04),
    0 1px 3px rgba(0, 0, 0, .03);
}

.third .bloc {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, .04),
    0 1px 3px rgba(0, 0, 0, .03);
}

/* =========================================================
   FOOTER MODERNO - HOTEL SAN SEBASTIÁN
========================================================= */

.site-footer {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
}

/* -------------------------
   Barra superior blanca
------------------------- */

.footer-reservations {
  width: 100%;
  background-color: #fff;
}

.footer-top-wrap {
  width: 70%;
  max-width: 1400px;
  min-height: 180px;
  margin-inline: auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.footer-reservation-info {
  display: flex;
  flex-direction: column;
  gap: 18px;

  color: #161616;
  font-size: 14px;
  font-weight: 600;
}

.footer-reservation-title {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.footer-reservation-title img {
  width: 22px;
  height: auto;
  margin-top: 3px;
}

.footer-reservation-title strong {
  display: block;
  margin-bottom: 2px;

  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer-reservation-title a {
  color: #161616;
  text-decoration: none;
}

.footer-reservation-title a:hover {
  color: #b75757;
}

.footer-reservation-phones {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-left: 0;
}

.footer-reservation-phones a {
  display: inline-flex;
  align-items: center;
  gap: 16px;

  color: #161616;
  text-decoration: none;
  font-weight: 600;
}

.footer-reservation-phones img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.footer-reservation-phones a:hover {
  color: #b75757;
}

.footer-tripadvisor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-tripadvisor img {
  display: block;
  height: 80px;
  width: auto;
}

/* -------------------------
   Footer principal
------------------------- */

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 342px;
}

.footer-brand {
  background-color: #373631;
  color: #fff;

  display: flex;
  justify-content: flex-end;
}

.footer-brand-inner {
  width: 74%;
  max-width: 670px;

  padding: 48px 15% 42px 5%;
  text-align: center;
}

.footer-brand-inner img {
  display: block;
  margin: 0 auto 10px;
}

.footer-brand-inner p {
  max-width: 520px;
  margin: 0 auto;

  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;

  margin-top: 20px;
}

.footer-social a {
  display: inline-flex;
}

.footer-social img {
  display: block;
}

/* -------------------------
   Área gris derecha
------------------------- */

.footer-links-area {
  background-color: #ebebea;
  color: #373631;
  display: flex;
  align-items: center;
}

 #bodyScroll .footer-links-area {
  background:linear-gradient(to bottom, rgba(235,235,234, 0.4), rgba(235,235,234, 0.8) ) !important;

}





.footer-links-wrap {
  width: 70%;
  max-width: 620px;

  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(220px, 1.2fr);
  column-gap: 72px;
  row-gap: 28px;

  padding: 46px 0 42px 10%;
}

.footer-address {
  grid-column: 1 / -1;

  display: flex;
  align-items: flex-start;
  gap: 16px;

  max-width: 520px;
}

.footer-address img {
  width: 18px;
  height: auto;
  margin-top: 2px;
}

.footer-address p {
  margin: 0;

  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.footer-column h3 {
  margin: 0 0 28px;

  color: #b75757;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column li {
  margin-bottom: 13px;

  font-size: 13px;
  line-height: 1.25;
}

.footer-column a {
  color: #373631;
  text-decoration: none;
}

.footer-column a:hover {
  color: #b75757;
}

.footer-column-contact li {
  display: flex;
  gap: 20px;
}

.footer-column-contact li span {
  width: 90px;
  flex: 0 0 90px;
}

.footer-job-button {
  display: inline-block;

  margin-top: 6px;
  padding: 9px 12px;

  border: 1px solid rgba(55, 54, 49, .45);

  color: #161616;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
}

.footer-job-button span {
  display: block;
  color: #b75757;
}

.footer-job-button:hover {
  border-color: rgba(183, 87, 87, .65);
}

/* -------------------------
   Responsive
------------------------- */

@media screen and (max-width: 1100px) {
  .footer-top-wrap {
    width: 86%;
  }

  .footer-brand-inner {
    width: 70%;
    padding-right: 10%;
  }

  .footer-links-wrap {
    width: 82%;
    padding-left: 8%;
    column-gap: 42px;
  }
}

@media screen and (max-width: 768px) {
  .footer-top-wrap {
    width: 86%;
    min-height: auto;
    padding: 42px 0;

    flex-direction: column;
    align-items: flex-start;
  }

  .footer-reservation-phones {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-left: 44px;
  }

  .footer-tripadvisor {
    align-self: center;
    width: 100%;
    margin-top: 10px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-brand-inner {
    width: 82%;
    padding: 48px 0;
  }

  .footer-links-area {
    justify-content: center;
  }

  .footer-links-wrap {
    width: 82%;
    max-width: none;

    grid-template-columns: 1fr;
    padding: 42px 0;
  }

  .footer-address {
    max-width: none;
  }

  .footer-column-contact li {
    justify-content: space-between;
    gap: 24px;
  }
}

/* =========================
   AJUSTES FOOTER
========================= */

/* Arriba: reservaciones sin icono */
.footer-reservation-title {
  display: block;
}

.footer-reservation-title strong {
  display: block;
  margin-bottom: 2px;
}

.footer-reservation-title a {
  display: inline-block;
  color: #161616;
  text-decoration: none;
}

/* Ya no usamos address arriba */
.footer-address {
  display: none;
}

/* Asegurar layout limpio abajo */
.footer-links-wrap {
  grid-template-columns: minmax(150px, 1fr) minmax(260px, 1.2fr);
  align-items: start;
}

/* -------------------------
   Nosotros: links uno abajo del otro
------------------------- */
.footer-column-nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-column-nav li {
  display: block;
  width: 100%;
  margin: 0;
}

.footer-column-nav a {
  display: block;
  width: 100%;
  line-height: 1.25;
}

/* -------------------------
   Contactos con iconos reales
------------------------- */
.footer-column-contact .contact-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.footer-column-contact .contact-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0;
}

.footer-column-contact .contact-row img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-top: 2px;
}

.footer-column-contact .contact-row div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-column-contact .contact-row span {
  width: auto;
  flex: none;
  display: block;

  color: #373631;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.footer-column-contact .contact-row a,
.footer-column-contact .contact-row p {
  margin: 0;
  color: #373631;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35;
}

.footer-column-contact .contact-row a:hover {
  color: #b75757;
}

/* -------------------------
   Botón bolsa de trabajo
------------------------- */
.footer-job-button {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(55, 54, 49, .35);
  border-radius: 10px;
  background-color: transparent;
  line-height: 1.35;
}

.footer-job-button span {
  display: block;
  margin-top: 2px;
  color: #b75757;
}

/* -------------------------
   Responsive
------------------------- */
@media screen and (max-width: 768px) {
  .footer-links-wrap {
    grid-template-columns: 1fr;
  }

  .footer-column-nav ul {
    gap: 10px;
  }

  .footer-column-contact .contact-list {
    gap: 16px;
  }
}

.site-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  background-color: #ebebea;
}

.site-footer * {
  box-sizing: border-box;
}

.footer-main {
  margin-bottom: 0 !important;
}

footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.footer-icon {
  width: 22px;
  height: 22px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 22px;
  color: #b75757;
}

.footer-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.footer-column-contact .contact-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
}

.footer-column-contact .contact-row .footer-icon {
  margin-top: 2px;
}
