/* ====== Misión y Visión Section Styles ====== */
.mv-section {
  background: linear-gradient(135deg, #e0f7fa 0%, #fffde4 100%);
  padding: 60px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  max-width: 900px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.mv-block {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  flex: 1 1 320px;
  min-width: 280px;
  max-width: 400px;
  padding: 32px 24px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.mv-block:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.mv-title {
  font-size: 2rem;
  font-weight: 700;
  color: #009688;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.mv-text {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.7;
}
@media (max-width: 800px) {
  .mv-section {
    flex-direction: column;
    gap: 24px;
    padding: 40px 8px;
  }
  .mv-block {
    max-width: 100%;
  }
}
/* ====== Fin estilos Misión y Visión ====== */
/**
* Template Name: Restaurantly - v3.8.0
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root,:host{
  body {
    transition: opacity ease-in 0.2s;
    font-family: "Open Sans", sans-serif;
    font-size: 10pt;
    background: #205050D0;
    color: #FFFFFFAA !important;
    min-width: 200px !important;
  }
  body[unresolved] {
    opacity: 0; 
    display: block; 
    overflow: hidden; 
    position: relative;
  } 
}
.glightbox-container .gvideo-container,
.glightbox-container iframe,
.glightbox-container video {
  max-width: 1900px !important;
  max-height: 1400px !important;
  min-width: 1200px !important;
  min-height: 900px !important;
  width: 1400px !important;
  height: 1200px !important;
  margin: 0 auto;
  padding: 0;
  left: 0px;
  top: 0px;
  display: block;
}
.glightbox-container video {
  width: 1900px !important;
  height: 1200px !important;
}
.glightbox-container .gvideo-container,
.glightbox-container iframe {
  margin: 0 auto;
  padding: 0 !important;
  left: 0px;
  top: 0px;
  display: flex;
}
body {
  font-family: "Open Sans", sans-serif;
  background: #fcfbf9;
  color: #FFFFFFAA !important;
  min-width: 200px !important;
}

a {
  color: #001010;
  text-decoration: none;
}

a:hover {
  color: #191a20;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
}

#preloader:before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #80702080;
  border-top-color: #D0C07060;
  border-bottom-color: #C0B05060;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 500px) {
  /* [data-aos-delay] {
    transition-delay: 0 !important;
  } */
  section {
    padding-left: 1.75% !important;
    margin-left: 0 !important;
    padding-right: 1.75% !important;
    margin-right: 0 !important;
    text-align: left;
  }
  .misvis div.container div.row div.col:nth-child(1),
  .misvis div.container div.row div.col:nth-child(2) {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 98% !important;
    max-width: 98% !important;
    min-width: 96% !important;
  }
  section.contact div:nth-child(2),
  section.contact div:nth-child(2) div,
  section.contact div:nth-child(2) div div,
  section.contact div:nth-child(2) div div iframe {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 15px !important;
  }
  section.paquetes,
  section.paquetes div.colns,
  section.paquetes div.colns div.container,
  section.paquetes div.colns div.container div.container-fluid,
  section.paquetes div.colns div.container div.container-fluid div.row div.row {
    min-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
   section.paquetes div.colns div.container div.container-fluid div.row div.row div.cntpaqtl {
    text-align: justify;
    padding-left: 5px !important;
    margin-left: 5px !important;
    padding-right: 30px !important;
    margin-right: 30px !important;
    min-width: 55% !important;
    width: 55% !important;
    max-width: 58% !important;
    font-size: 8pt;
  }
  section.contact div:nth-child(2),
  section.contact div:nth-child(2) div,
  section.contact div:nth-child(2) div div {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 15px !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -40px;
  color: #001018;
}
#topbar .contact-info i {
  font-style: normal;
  color: #191a85;
}
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #001018;
}
#topbar .languages ul a {
  color: white;
}
#topbar .languages ul li+li {
  padding-left: 10px;
}
#topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(5, 6, 7, 0.5);
  border-bottom: 1px solid rgba(9, 11, 12, 0.6);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0px;
}

#header.header-scrolled {
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #37332A;
  color: #000000;
}

#header .logo {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #C0C0C0;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

#paquetes div.colns {
  columns:  1;
}
#paquetes div.colns .container {
  display: block;
}
.cntpaqt {
  text-align:center;
  padding-left: 0px;
  padding-right: 0px;
}
.cntpaqt .item {
  padding: 5% 1px;
  border-radius: 1.5rem;
  box-shadow: 0px 2px 5px -2px #0000001f,
              1px 3px 6px -1px #00000020;
  border: 1px solid #62748e10;
  margin: 5px 1px 1px 1px;
  display: block;
  margin-bottom: 10%;
  text-align: center;
}
.cntpaqt .item * {
  color: #D0D0D0B0;
}
  #paquetes .cntpaqt .item {
    background: linear-gradient(to bottom, rgba(0, 40, 50, .95), rgba(0, 110, 120, 0.85)) !important;
  }
  #paquetes .cntpaqt:nth-child(2) .item {
    background: linear-gradient(to bottom, rgba(0, 40, 40, .95), rgba(0, 110, 110, 0.85)) !important;
  }
  #paquetes .cntpaqt:nth-child(3) .item {
    background: linear-gradient(to bottom, rgba(0, 50, 40, .95), rgba(0, 120, 110, 0.85)) !important;
  }
.cntpaqt .item h2 {
  font-size: 200%;
  font-weight: 800;
  margin-bottom: 24px !important;
  width: 100% !important;
  min-width: 100% !important;
  line-height: calc(2.5/2.25);
}
.cntpaqt .item h5 {
  width: 100% !important;
  font-size: 150%;
  line-height: 1.625;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 700;
}
.cntpaqt .item h1 {
  font-size: 250% !important;
}
  .cntpaqt {
    max-width: 100%;
    padding: 10px 30px;
    margin: 0px;
    z-index: 1;
    /* background: rgba(245, 250, 255, 0.75) !important; */
  }
  .cntpaqtl {
    padding: 0px;
  }
  div.row div.cntpaqtl {
    margin-left: 40px !important;
  }
  .item {
    margin: 0px 30px;
    padding: 5px 0px;
    z-index: 1;
    border-radius: 8px 8px 8px 8px !important;
  }
  .item h1,.item h2,.item h5 {
    text-shadow: 1px 1px 1px #004455d0,
                 1px 1px 1px #004455d0;
  }
  
  .item h1 {
    font-size: 22pt;
    font-weight: 700;
  }
  .item h2 {
    font-size: 20pt;
    font-weight: 600;
  }
  .container-fluid .cntpaqt:nth-child(1),
  .container-fluid .cntpaqt:nth-child(2),
  .container-fluid .cntpaqtl:nth-child(4),
  .container-fluid .cntpaqtl:nth-child(5),
  .container-fluid .cntimgp:nth-child(7),
  .container-fluid .cntimgp:nth-child(8) {
    border-right: 0px solid rgba(220, 225, 230, 0.25) !important;
  }
  .img-fluid.imgpaq {
    border-radius: 0 0 8px 8px !important;
    z-index: 0;
    background: transparent !important;
    border: 0px solid rgba(255, 255, 255, 1) !important;
  }
  
  .img-fluid.imgpaq,
  .cntpaq-item,
  .img-fluid,
  .imgpaq {
    background: transparent !important;
    border: 0px solid rgba(255, 255, 255, 0.01) !important;
  }
  .cntimgp {
    z-index: 0;
    padding-bottom: 10px;
  }
  .cntpaq-item {
    display: flex;
    justify-content: center; /* Centrado horizontal */
    align-items: center;     /* Centrado vertical */
    z-index: 0;
  }
  .list-disc {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .list-disc li {
    list-style: none;
    padding: 0;
    padding-left: 1px;
    max-width: 100%;
    min-width: 100%;
    line-height: 1.7;
    font-style: italic;
    font-size: 150%;
  }
  .list-disc li::before {
    content: "\2713";
    color: #008080;
    margin-right: 1px;
    font-style: italic;
    font-weight: 800;
  }
  
  [class^="fa-"]::before,
  [class*=" fa-"]::before {
    color: #008080;
  }
  [class^="bi-"] {
    background: #008090 !important;
    color: #EEFFFF !important;
  }
/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 5px;
  border: 2px solid #508088;
  background: #008090;
  color: #EEFFFF;
  border-radius: 50px;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}
.book-a-table-btn:hover {
  background: #50b0b8;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 5px 0 0;
    padding: 8px 10px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #A0A0A0;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FFFFFF;
  background: #004455C0;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 12px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 149, 149, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #000000;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #AAAAAA80;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a1814;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #001018;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 149, 149, 0.25);
  color: #000000;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #001018;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# vidppal Section
--------------------------------------------------------------*/
.vidppal {
  width: 100%;
  height: 100vh;
  background: url("../img/principal/entradabarlotur.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

.vidppal:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.vidppal .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  .vidppal .container {
    padding-top: 98px;
  }
}

.vidppal h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
}

.vidppal h1 span {
  color: FFF;/* #50b0b8 */
}

.vidppal h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

.vidppal .btns {
  margin-top: 30px;
}

.vidppal .btn-pack,
.vidppal .btn-buy {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #50b0b8;
}

.vidppal .btn-pack:hover,
.vidppal .btn-buy:hover {
  background: #50F0F8;
  color: #fff;
}

.vidppal .btn-buy {
  margin-left: 15px;
}

.vidppal .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#50b0b880 50%, rgba(94, 184, 185, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.vidppal .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.vidppal .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(94, 184, 185, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 220, 220, 0);
}

.vidppal .play-btn:hover::after {
  border-left: 15px solid #50b0b8;
  transform: scale(20);
}

.vidppal .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  .vidppal {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  .vidppal .play-btn {
    margin-top: 30px;
  }
}
@media (max-height: 500px) {
  .vidppal {
    height: auto;
  }

  .vidppal .container {
    padding-top: 130px;
    padding-bottom: 60px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  a.contrato-link h2 {
    font-size: 8pt;
  }
  a.contrato-link {
    width: 30%;
    max-width: 90px;
  }
  a.contrato-link {
    width: 40%;
    max-width: 90px;
    float: left;
  }
  .vidppal h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .vidppal h2 {
    font-size: 18px;
    line-height: 24px;
  }
  section {
    padding-left: 1.75% !important;
    margin-left: 0 !important;
    padding-right: 1.75% !important;
    margin-right: 0 !important;
    text-align: left;
  }
  .misvis div.container div.row div.col:nth-child(1),
  .misvis div.container div.row div.col:nth-child(2) {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 98% !important;
    max-width: 98% !important;
    min-width: 96% !important;
  }
  section.paquetes,
  section.paquetes div.colns,
  section.paquetes div.colns div.container,
  section.paquetes div.colns div.container div.container-fluid,
  section.paquetes div.colns div.container div.container-fluid div.row div.row div.cntpaqtl {
    min-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  section.paquetes div.colns div.container div.container-fluid div.row div.row div.cntpaqtl {
    text-align: justify;
    padding-right: 5px !important;
  }
  section.contact div:nth-child(2),
  section.contact div:nth-child(2) div,
  section.contact div:nth-child(2) div div {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 15px !important;
  }
}
/*--------------------------------------------------------------
# misvis
--------------------------------------------------------------*/

.misvis div.row {
  background: #fff;
  padding: 5%;
  border: 1px solid #62748e10;
  margin: 5px;
  margin-bottom: 10%;
}
.misvis div.row div.col {
  background: #fff;
  padding: 5%;
  border-radius: 1.5rem;
  box-shadow: 0px 2px 5px -2px #0000001f,
                  1px 3px 6px -1px #00000020;
  border: 2px solid #62748e10;
  margin: 5px;
      display: block !important;
  margin-bottom: 10%;
}
.misvis div.row div.col:nth-child(1) {
  margin-right:45px !important;
}
.misvis div.row div.col:nth-child(2) {
  margin-left:45px !important;
}
.misvis div.row div.col .w-14 {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem*4;
  font-size: 350%;
  display: block;
  border: 0px solid #62748e10;
  font-weight: 700;
  box-shadow: 0 0 0 0 #FFF;
  margin-bottom: 5%;
}
.misvis .row .col h3,
.misvis .row .col p {
  color: #00000050;
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: #1a8889;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFFA0 !important;
  font-family: "Poppins", sans-serif;
}
.events .section-title h2 {
  color: #707070C0 !important;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #FFFFFFA0;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #FFFFFFC0 !important;
  text-shadow: 1px 1px 1px #004455d0,
              1px 1px 1px #004455d0;
}

.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2a3337;
  content: "/";
}

@media (max-width: 768px) {
  a.contrato-link h2 {
    font-size: 8pt;
  }
  a.contrato-link {
    width: 30%;
    max-width: 90px;
  }
  a.contrato-link {
    width: 40%;
    max-width: 90px;
    float: left;
  }
  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  section {
    padding-left: 1.75% !important;
    margin-left: 0 !important;
    padding-right: 1.75% !important;
    margin-right: 0 !important;
    text-align: left;
  }
  .misvis div.container div.row div.col:nth-child(1),
  .misvis div.container div.row div.col:nth-child(2) {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 98% !important;
    max-width: 98% !important;
    min-width: 96% !important;
  }
  section.paquetes,
  section.paquetes div.colns,
  section.paquetes div.colns div.container,
  section.paquetes div.colns div.container div.container-fluid,
  section.paquetes div.colns div.container div.container-fluid div.row div.row div.cntpaqtl {
    min-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  section.paquetes div.colns div.container div.container-fluid div.row div.row div.cntpaqtl {
    text-align: justify;
    padding-right: 5px !important;
  }
  section.contact div:nth-child(2),
  section.contact div:nth-child(2) div,
  section.contact div:nth-child(2) div div {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 15px !important;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #001018;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #50b0b8;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFFA0;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: "Playfair Display", serif;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #AA9955A0;
  font-weight: 900;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
}

.menu .menu-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "..................................................""................................................""................................................";
  position: absolute;
  left: 170px;
  right: 0;
  top: -4px;
  z-index: 1;
  /* color: #0a0306; */
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  /* background: #EaE8E4; */
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #FFFFFFA0;
  transition: 0.3s;
}

.menu .menu-content a:hover {
  color: #001018;
}

.menu .menu-content span {
  background: #Aa9844DD;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #001018;
  border-radius: 10px;
  min-width: min-content;
  height: fit-content;
  text-align: right;
}

.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  /* color: #001018; */
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid #001018;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link.active {
  color: #1a1814;
  background: #50b0b8;
  border-color: #001018;
}

.specials .nav-link:hover {
  color: #008080;
  border-color: #008080;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.specials .details p {
  color: #aaaaaa;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../img/eventos/IMG_20240210_172525.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.events::before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #fff;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #FFFFFFC0 !important;
  text-shadow: 1px 1px 1px #004455d0,
              1px 1px 1px #004455d0;
}

.events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFFFFFC0 !important;
  text-shadow: 1px 1px 1px #004455d0,
              1px 1px 1px #004455d0;
}

.events .event-item .price span {
  border-bottom: 2px solid #008899;
  color: #FFFFFFC0 !important;
  text-shadow: 1px 1px 1px #004455d0,
              1px 1px 1px #004455d0;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  line-height: 1.0;
  font-size: 18px;
  padding-bottom: 10px;
  color: #FFFFFFC0 !important;
  text-shadow: 1px 1px 1px #004455d0,
              1px 1px 1px #004455d0;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #FFFFFFC0 !important;
}
.events .event-item p {
  color: #FFFFFFC0 !important;
  text-shadow: 1px 1px 1px #004455d0,
              1px 1px 1px #004455d0;
  font-size: 18px;
  font-weight: bold;
}
.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background: #001018;
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br+br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #50b0b8;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #fcfbf9;
  border-color: #625b4b;
  color: white;
}

.book-a-table .php-email-form input::-moz-placeholder,
.book-a-table .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::placeholder,
.book-a-table .php-email-form textarea::placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: #001018;
}

.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form button[type=submit] {
  background: #50b0b8;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type=submit]:hover {
  background: #d3af71;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #FFFFFFC0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #FFFFFFC0;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #d3af71;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #EaE8E4;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  color: #00000080;
  min-height: 259px;
}

.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(100, 100, 100, 0.4);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #001018;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
  min-height: 410px;
  max-height: 410px;
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Equipo
--------------------------------------------------------------*/
.equipo .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.equipo .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.75s;
}

.equipo .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.equipo .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.equipo .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.equipo .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.equipo .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.equipo .member .social a:hover {
  color: #001018;
}

.equipo .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.equipo .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 70, 80, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.equipo .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.equipo .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}
.equipo .member img {
  min-height: 533px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #008090 !important;
  color: #EEFFFF !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #50b0b8;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #fcfbf9;
  border-color: #625b4b;
  color: white;
  padding-left: 5px !important;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #001018;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}
input[type='submit'],
button,
.contact .php-email-form button[type=submit] {
  background: #008090 !important;
  color: #EEFFFF !important;
  border: 0;
  padding: 10px 35px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #d3af71;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0px;
  color: #FFFFFFA0;
  font-size: 14px;
}

#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 15px 0 1px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 10px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 2px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFFFFFA0;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #FFFFFFA0 !important;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5090A8;
  color: #FFF;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #709098;
  color: #FFFFFFA0;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFFA0;
  position: relative;
  padding-bottom: 2px;
}

#footer .footer-top .footer-links {
  margin-bottom: 3px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #FFFFFFA0;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 2px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #FFFFFFA0;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #8090A0;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 3px;
  background: #008090 !important;
  color: #EEFFFF !important;
  padding: 5px 15px 5px !important;
  position: relative;
  border-radius: 50px;
  border: 1px solid #70707520;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 1px 4px !important;
  line-height: 0.5;
  width: calc(100% - 110px);
  background: #E0F0F0FF;
  border-radius: 5px;
  color: #000000A0;
  margin: 0 auto;
  max-height: 30px;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #509090E0;
  color: #FFFFFFA0;
  transition: 0.3s;
  border-radius: 50px;
  border: 2px solid #105050A0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #d3af71 !important;
}

#footer .copyright {
  text-align: center;
  padding-top: 3px;
}

#footer .credits {
  padding-top: 2px;
  text-align: center;
  font-size: 13px;
  color: #FFFFFFA0;
}
a.contrato-link {
  position: fixed;
  font-size: 12pt;
  z-index: 60;
  color: #fff;
  border-radius: 4rem;
  text-decoration: none;
  font-weight: 700;
  background: transparent;
  bottom: 2rem;
  right: 5rem;
  text-align: center !important;
  width: 25%;
  max-width: 90px;
  height: 100px;
  min-height: 90px;
  max-height: 100px;
  float: right;
  transition: 0.4s all;
}
a.contrato-link,
a.contrato-link h2 {
  font-size: 12pt;
  font-weight: 700;
  font-style: italic !important;
  text-shadow: 1px 1px 1px #004455d0,
            1px 1px 1px #004455d0;
  text-align: center !important;
  padding: 40px auto 0px auto !important;
  height: 70px;
  max-height: 80px !important;
  min-height: 40px !important;
  margin: 0 !important;
}
a.contrato-link::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 40px;
  background-image: url("../img/contract.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0px;
  left: 25px;
  z-index: 0;
  opacity: .95;
  transition: filter .35s cubic-bezier(.4,0,.2,1);
}
a.contrato-link h2 {
  font-size: 14pt;
  font-weight: 1200;
  padding: 0 !important;
  text-shadow: 1px 1px 1px #003344A0,
                1px 1px 1px #003344A0;
  z-index: 30;
  color: #C0C0C0F0;
  line-height: 1.10;
  margin: 0px !important;
  margin-top: 68px !important;
  margin-left: 2px !important;
}
a.contrato-link {
  width: 40%;
  max-width: 87px;
  height: 85px !important;
  min-height: 75px;
  max-height: 80px !important;
  background-color: #00808080;
  border-radius: 50%; /* Crea la forma ovalada */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  bottom: 2rem;
  left: 15px;
  float: left;
  border: 5px solid #80D0D040;
      box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
      z-index: 9999;
      transition: box-shadow 0.3s, transform 0.3s;
      animation: whatsapp-bounce 2s infinite;
}
a.contrato-link:hover {
  background: #00777780;
  transform: scale(1.05);
  z-index: 50;
}
a.contrato-link:hover::before {
  width: 50px; 
  left: 30px;
}
a.contrato-link:hover h2 {
  font-weight: lighter !important;
  color: #F0F0F0;
}
.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 70px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s, transform 0.3s;
    animation: whatsapp-bounce 2s infinite;
  }
  .whatsapp-link:hover {
    box-shadow: 0 8px 32px rgba(37,211,102,0.3);
    transform: scale(1.08);
  }
  @keyframes whatsapp-bounce {
    0%, 100% { transform: translateY(0); }
    20% { transform: translateY(-8px); }
    40% { transform: translateY(0); }
    60% { transform: translateY(-4px); }
    80% { transform: translateY(0); }
  }
  @media (max-width: 600px) {
    .whatsapp-link {
      width: 48px;
      height: 48px;
      bottom: 18px;
      right: 18px;
    }
    .whatsapp-link img {
      width: 48px;
      height: 48px;
    }
  }
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 37px;
    z-index: 996;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
    border: 2px solid #50b0b8;
  }

  .back-to-top i,
  .event-item .content ul li i {
    font-size: 28px;
    color: #80C0D0 !important;
    line-height: 0;
  }

  .back-to-top:hover {
    background: #50b0b8;
    color: #1a1814;
  }

  .back-to-top:hover i {
    color: #444444;
  }

  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }