/**************************************************************
 ********************** FONTS *********************/

@font-face {
    font-family: 'grifo_llight';
    src: url('/wp-content/themes/mimundosocial/fonts/grifol-light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/mimundosocial/fonts/grifol-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/**************************************************************
 ********************** VARIOS *********************/

body {
	background:#fff!important;
}
a {
	text-decoration:none!important;
}
.bloque-reserva {
	margin-left:20vw;
	margin-right:20vw;
	margin-top:5vw;
	margin-bottom:5vw;
}
.banner {
	display:block;
	margin:auto;
	width:80%;
	margin-top:150px;
}

.banner img {
	display:block;
	margin:auto;
}
.entry-content {
	margin-left:10vw;
	margin-right:10vw;
	margin-top:2vw;
	margin-bottom:2vw;
	font-family:'grifo_llight', sans-serif;
}
.logo {
	width:200px;
	position:absolute;
	right:50px;
	top:50px;
	z-index:999;
}
/**************************************************************
 ********************** VIDEO PORTADA *********************/
.video-box {
  background: #fcf6f1;
  border-radius: 18px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 2px dashed #e4d4c6;
  margin-bottom: 16px;
  padding: 28px 32px;
  box-sizing: border-box;
	
}
.video-icon {
  font-size: 2.2rem;
  color: #b5866a;
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}
.presentacion-video {
  width: 100%;
  max-width: 670px;
  border-radius: 14px;
  background: #000;
  box-shadow: 0 2px 10px rgba(120,80,40,0.03);
  display: block;
  margin: 0 auto;
  height: auto;
  cursor: pointer;
}
.video-caption {
  color: #b5866a;
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  font-family: 'grifo_llight', sans-serif;
  letter-spacing: 0.03em;
}
.video-controls-container {
  position: relative;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}
.custom-controls {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-top: -34px;
  z-index: 2;
  pointer-events: none;
}
.custom-btn {
  pointer-events: auto;
  background: #fff7f0;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #b5866a;
  box-shadow: 0 2px 8px rgba(100,80,60,0.10);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.custom-btn:hover {
  background: #f7e1d5;
  color: #83594b;
}
.play-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #b5866a;
  box-shadow: 0 2px 10px rgba(100,80,60,0.16);
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.18s;
}
.play-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
/**************************************************************
 ********************** HERO *********************/
.hero-header {
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
 z-index:1;
  overflow: hidden;
}
.hero-header.no-thumbnail {
  background-color: #613C2D;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(20,20,20,0.10) 15%,rgba(0,0,0,0.66) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-title {
  color: #fff;
  text-align: center;
  font-family: 'grifo_llight', Arial, sans-serif;
  font-size: 3.2rem!important;
  font-weight: 900;
  letter-spacing: -1px;
  padding: 20px 36px;
  border-radius: 0 0 18px 18px;
  display: inline-block;
}

.team-members {
        gap: 1rem;
    }
    
    .team-member {
        min-width: 250px;
    }
    
    .team-member img {
        height: auto;
        min-height: 140px;
    }
    
    .member-info {
        padding: 0.8rem;
    }
    
    .member-info h4 {
        font-size: 1.1rem;
    }
    
    .member-info p {
        font-size: 0.9rem;
    }/**************************************************************
 ********************** CARRUSEL DEL SALÓN *********************/

.salon-gallery-section {
    background: #fcf6f1;
    padding: 4rem 0;
    margin:0;
    border-radius: 18px;
    border: 2px solid #e4d4c6;
}

.section-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding: 0 2rem;
}

.section-title {
    font-family: 'grifo_llight', sans-serif;
    font-size: 2.5rem!important;
    color: #613C2D;
    margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.reserva-title {
    font-family: 'grifo_llight', sans-serif;
    font-size: 2.5rem!important;
    color: #613C2D;
    margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: -0.5px;
	text-align:center;
	margin-top:2rem;
}
.section-subtitle {
    font-family: 'grifo_llight', sans-serif;
    font-size: 1.1rem;
    color: #b5866a;
    margin: 0;
    letter-spacing: 0.02em;
}

.salon-carousel-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.salon-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(120,80,40,0.15);
    background: #fff;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide {
    min-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    font-family: 'grifo_llight', sans-serif;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0.02em;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #613C2D;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.carousel-btn:hover {
    background: #fff;
    color: #b5866a;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.5rem;
    padding: 0 1rem;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e4d4c6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active,
.indicator:hover {
    background: #b5866a;
    transform: scale(1.2);
}

/**************************************************************
 ********************** BIOGRAFÍA DEL SALÓN *********************/

.salon-biography-section {
    background: #fff;
    padding: 4rem 2rem;
    margin: 3rem 0;
    border-radius: 18px;
    box-shadow: 0 2px 15px rgba(120,80,40,0.08);
    border: 1px solid #f0e8e0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* SECCIÓN DEL EQUIPO */
.team-section {
    width: 100%;
}

.team-main-title {
    font-family: 'grifo_llight', sans-serif;
    font-size: 2.5rem!important;
    color: #613C2D;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.team-members-horizontal {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.team-member {
    background: #fcf6f1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(120,80,40,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    max-width: 300px;
    min-width: 250px;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(120,80,40,0.15);
}

.team-member img {
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #fcf6f1;
}

.member-info {
    padding: 1.2rem;
    text-align: center;
}

.member-info h4 {
    font-family: 'grifo_llight', sans-serif;
    font-size: 1.2rem;
    color: #613C2D;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.member-info p {
    color: #b5866a;
    font-size: 0.95rem;
    margin: 0;
    font-family: 'grifo_llight', sans-serif;
}

/* SECCIÓN DE LA BIOGRAFÍA */
.biography-container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.biography-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.biography-icon {
    background: #613C2D;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 2px 10px rgba(97,60,45,0.2);
}

.biography-title {
    font-family: 'grifo_llight', sans-serif;
    font-size: 2.5rem!important;
    color: #613C2D;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.biography-text {
    font-family: 'grifo_llight', sans-serif;
    line-height: 1.7;
    color: #4a4a4a;
}

.biography-intro {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #613C2D;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-align: center;
}

.biography-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #fcf6f1;
    border-radius: 12px;
    border-left: 4px solid #b5866a;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(120,80,40,0.1);
}

.highlight-icon {
    background: #b5866a;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.highlight-content h3 {
    font-family: 'grifo_llight', sans-serif;
    color: #613C2D;
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.highlight-content p {
    color: #666;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.biography-conclusion {
    font-size: 1.1rem;
    margin-top: 2rem;
    color: #555;
    font-style: italic;
    text-align: center;
}

.biography-image {
    border-radius: 12px;
    height: fit-content;
    sticky;
    top: 2rem;
}

/* Estilos para la galería del equipo */
.team-gallery {
    width: 100%;
}

.team-title {
    font-family: 'grifo_llight', sans-serif;
    font-size: 1.5rem;
    color: #613C2D;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.team-members {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/**************************************************************
 ********************** RESPONSIVE CARRUSEL Y BIOGRAFÍA *********************/

@media (max-width: 768px) {
    .salon-gallery-section {
        padding: 2.5rem 0;
        margin: 2rem 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    .reserva-title {
        font-size: 2rem;
    }
    .section-subtitle {
        font-size: 1rem;
    }
    
    .carousel-slide img {
        height: 250px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .carousel-prev {
        left: 10px;
    }
    
    .carousel-next {
        right: 10px;
    }
    
    .slide-caption {
        font-size: 1rem;
        padding: 1.5rem 1rem 1rem 1rem;
    }
    
    .salon-biography-section {
        padding: 2.5rem 1.5rem;
        margin: 2rem 1rem;
        gap: 2rem;
    }
    
    .team-main-title {
        font-size: 2rem;
    }
    
    .team-members-horizontal {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    
    .team-member {
        max-width: 350px;
        width: 100%;
    }
    
    .team-member img {
        height: auto;
        min-height: 160px;
    }
    
    .biography-title {
        font-size: 1.8rem;
    }
    
    .biography-intro {
        font-size: 1.1rem;
    }
    
    .highlight-item {
        padding: 1.2rem;
    }
    
    .highlight-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .section-header {
        padding: 0 1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    .reserva-title {
        font-size: 1.8rem;
    }
    .carousel-slide img {
        height: 200px;
    }
    
    .biography-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .biography-title {
        font-size: 1.6rem;
    }
}
/**************************************************************
 ********************** HEADER SIDEBAR *********************/


 :root {
      --social-sidebar-bg: #B5866A;
      --social-main-bg: #43397b;
      --social-main-bg-active: #ff684a;
      --social-icon-color: #fff;
      --social-icon-active: #fff;
    }
    .social-sidebar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100px;
      height: 100vh;
      background: var(--social-sidebar-bg);
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 90px;
      gap: 45px;
      z-index: 2;
      transition: transform 0.4s cubic-bezier(.55,.06,.68,.19);
    }
    .social-sidebar.social-hide {
      transform: translateX(-120px);
    }
    .social-menu-btn {
      background: none;
      border: none;
      outline: none;
      color: var(--social-icon-color);
      font-size: 2rem;
      transition: color 0.2s, background 0.2s;
      cursor: pointer;
      padding: 0.7em;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .social-menu-btn.social-active,
    .social-menu-btn:hover {
      color: var(--social-icon-active);
      background: rgba(255,255,255,0.1);
    }
    .social-main-content {
      position: absolute;
      left: 100px;
      top: 0;
      width: calc(100vw - 100px);
      height: 100vh;
      background: var(--social-main-bg);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      transition: background 0.7s cubic-bezier(.77,0,.18,1);
    }
    .social-main-content.social-animated {
      animation: social-bg-slide 0.7s cubic-bezier(.77,0,.18,1) forwards;
    }
    @keyframes social-bg-slide {
      from { background: var(--social-main-bg); }
      to { background: var(--social-main-bg-active); }
    }
    .social-content-section {
      position: absolute;
      width: 100%;
      height: 100%;
      color: #fff;
      opacity: 0;
      pointer-events: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: opacity 0.5s;
      z-index: 1;
    }
    .social-content-section.social-show {
      opacity: 1;
      pointer-events: auto;
      z-index: 2;
    }
    .social-icon-main {
      font-size: 5rem;
      margin-bottom: 0.5em;
    }
    .social-main-content h1 {
      font-size: 3rem;
      margin: 0.3em 0 0.5em 0;
    }
    .social-main-content p {
      font-size: 1.1rem;
      text-align: center;
      max-width: 330px;
    }
	.user-login-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  font-family: 'grifo_llight', sans-serif;
	
}

.user-login-icon a,
.user-login-icon .user-name {
  color: #613C2D;
  font-size: 1.8rem;
  text-decoration: none;
  cursor: pointer;
}

.user-menu-wrapper {
  position: relative;
  display: inline-block;
}

.user-name {
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-weight: bold;
}

.user-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 110%;
  right: 0;
  background-color: #f7f0eb;
  border: 1px solid #bda98e;
  border-radius: 6px;
  list-style: none;
  padding: 10px 0;
  min-width: 200px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 999;
}

.user-dropdown li {
  padding: 8px 20px;
}

.user-dropdown li a {
  color: #613C2D;
  text-decoration: none;
  display: block;
}

.user-dropdown li a:hover {
  background-color: #e3d8cf;
}

.user-menu-wrapper:hover .user-dropdown {
  visibility: visible;
  opacity: 1;
}
.user-name {
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 14px;
  border-radius: 25px;
  color: #613C2D;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  backdrop-filter: blur(4px); 
  transition: background 0.3s ease, color 0.3s ease;
}



/**************************************************************
 ********************** FOOTER *********************/
:root {
  --corporativo-bg: #FCF6F1;
  --corporativo-acento: #613C2D;
  --corporativo-claro: #fff;
}

.modern-footer {
  background: var(--corporativo-bg);
  color: var(--corporativo-acento);
  font-family: 'grifo_llight', sans-serif;
  padding: 0;
  min-height: 180px;
  border-top: 1.5px solid #e5d4c4;
}

.footer-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 0 0.3rem 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.7em;
}

.footer-logo {
  background: var(--corporativo-acento);
  color: var(--corporativo-claro);
  font-size: 1.5rem;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px 0 rgba(97,60,45,0.10);
}

.footer-title {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.footer-socials a {
  font-size: 1.1rem;
  width: 34px;
  height: 34px;
  margin-left: 0.3rem;
  background: var(--corporativo-acento);
  color: var(--corporativo-claro);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, color 0.2s, transform 0.18s;
  box-shadow: 0 2px 8px 0 rgba(34,34,34,0.05);
  text-decoration: none;
}

.footer-socials a:hover {
  background: #d2ad93;
  color: var(--corporativo-acento);
  transform: scale(1.09) translateY(-2px);
}

.footer-newsletter {
  margin: 1.4rem auto 0.2rem auto;
  background: #fff;
  max-width: 420px;
  border-radius: 10px;
  padding: 1.1rem 1rem 1.2rem 1rem;
  box-shadow: 0 2px 12px 0 rgba(97,60,45,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-newsletter br {
	display:none;
}
.newsletter-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--corporativo-acento);
  margin-bottom: 0.8rem;
}

.footer-newsletter label {
  color: var(--corporativo-acento) !important;
}

.footer-newsletter input[type="email"], 
.footer-newsletter input[type="text"] {
  width: 100% !important;
  padding: 0.7rem 1rem;
  border: 1.5px solid #e5d4c4;
  border-radius: 6px;
  background: #F7F0EB !important;
  font-size: 1rem;
  color: #613C2D !important;
  margin-bottom: 1rem;
}

.footer-newsletter input[type="submit"] {
  background: var(--corporativo-acento);
  color: var(--corporativo-claro);
  border: none;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 7px;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 2px 8px 0 rgba(97,60,45,0.09);
  transition: background 0.18s;
}

.footer-newsletter input[type="submit"]:hover {
  background: #8b4f32;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  opacity: 0.65;
  margin-top: 1.4rem;
  border-top: 1px solid #e5d4c4;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  flex-wrap: wrap;
  position: relative;
}

/* Bloque de enlaces legales */
.footer-legal-links {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.98rem;
  opacity: 0.75;
}
.footer-legal-links a {
  color: #AA7162;
  text-decoration: none;
  transition: color 0.15s;
  font-size: 0.98rem;
}
.footer-legal-links a:hover {
  color: #613C2D;
}
.footer-legal-sep {
  color: #ddd;
  opacity: 0.7;
}

/**************************************************************
 ********************** RESPONSIVE *********************/

@media (max-width: 750px) {
	/**************************************************************
 ********************** FOOTER RESPONSIVE *********************/
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1rem;
    padding: 1rem 0 0.2rem 0;
  }
  .footer-socials {
    margin-bottom: 0.5rem;
  }
  .footer-newsletter {
    padding: 1rem 0.5rem 1rem 0.5rem;
    max-width: 99%;
  }
	.footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    align-items: center;
  }
  .footer-legal-links {
    justify-content: center;
    width: 100%;
    margin-top: 0.2rem;
    gap: 14px;
  }
	/**************************************************************
 ********************** SIDEBAR RESPONSIVE *********************/
	 .social-sidebar {
    position: fixed;
    top: unset;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 70px;
    flex-direction: row;
    padding-top: 0;
    padding-left: 0;
    gap: 20px;
    justify-content: center;
    align-items: center;
    z-index: 99;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.12);
    background: var(--social-sidebar-bg);
    transition: transform 0.4s cubic-bezier(.55,.06,.68,.19);
  }
  .social-sidebar.social-hide {
    transform: translateY(120px);
  }
  .social-menu-btn {
    font-size: 1.5rem;
    padding: 0.55em;
  }
  .social-main-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vh - 70px);
    margin-top: 0;
    margin-bottom: 70px;
  }
  .social-content-section {
    padding-bottom: 90px;
  }
	.logo-tienda img {
	width:100px;
}
	.hero-header {
    height: 290px!important;
    border-radius: 0 0 16px 16px;
  }
  .hero-title {
    font-size: 1.6rem;
    padding: 12px 10px;
    border-radius: 0 0 10px 10px;
  }
	.bloque-reserva {
	margin: 20px;
}
	.banner {
		width:95%;
	}
	.logo {
		width:100px;
		top:20px;
		right:20px;
	}
}