/*** body ***/

body {
  font-family: "Montserrat", sans-serif;
}

/*** header ***/

.navbar {
  background-color: white;
  width: auto;
  height: auto;
}

.items-navbar {
  font-size: 16px;
  margin-right: 100px;
}

.navbar-brand img {
  height: 100px;
  /* ajusta el tamaño de la imagen según tus necesidades */
  margin-right: 10px;
  margin-left: 40px;
}

.navbar a {
  font-weight: bold;
  text-decoration: none;
  margin-right: 80px;
  position: relative;
  margin-top: 20px;
}

.dropdown-menu .dropdown-item:hover {
  color: #e3063b;
}

.navbar-nav .nav-link:hover {
  color: #e3063b;
}

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #e3063b;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.container-carrousel {
  margin-top: 250px;
}

.parte-texto {
  color: #444;
  background-color: #f1f1f1;
}

.parte-texto h2 {
  font-weight: 600;
  justify-content: center;
  margin-top: 150px;
  margin-left: 50px;
  margin-bottom: 30px;
  font-size: 35px;
}

.parte-texto p {
  margin-left: 50px;
  font-weight: 400;
  font-size: 18px;
  margin-right: 20px;
}

/*** button ***/

.button-48 {
  appearance: none;
  background-color: #777;
  border: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  opacity: 1;
  outline: 0;
  padding: 1.5em 2.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1),
    background-color 100ms cubic-bezier(0.694, 0, 0.335, 1),
    color 100ms cubic-bezier(0.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  margin-left: 50px;
  margin-bottom: 20px;
}

.button-48:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #e3063b;
  border: none;
  color: white;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.button-48:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: rgb(0, 0, 0);
  border: none;
}

.button-48:after {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: none;
}

.button-48 span {
  z-index: 1;
  position: relative;
}

.boton-contacto a {
  text-decoration: none;
  color: white;
}

/*** ESTILOS FOOTER ***/
.centrar-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-footer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: white;
  margin-top: 100px;
}

.centrar-footer i {
  color: #e3063b;
}

.list-inline-item {
  margin-top: 60px;
}

.list-inline-item i {
  color: #e3063b;
  font-size: 24px;
  transition: 1s;
  margin-right: 10px;
}

.list-inline-item i:hover {
  color: #000000;
}

.item-list-a a {
  color: black;
  text-decoration: none;
  transition: box-shadow 0.5s;
}

.w-footer-a a {
  color: black;
  text-decoration: none;
  transition: box-shadow 0.5s;
}

.w-footer-a a:hover {
  font-weight: bold;
}

.credits a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.localizacion a {
  text-decoration: none;
  text-shadow: none;
  transition: text-shadow 0.3s ease;
}

/* CSS al pasar el ratón por encima de los enlaces */
.localizacion a:hover {
  text-decoration: none;
  /* Puedes mantener la misma decoración o personalizarla según tus necesidades */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* Agregar una sombra al texto al pasar el ratón */
}

.iconos i {
  font-size: 50px;
  color: #000000;
}

.regla hr {
  border: none;
  /* Eliminamos el borde predeterminado */
  border-top: 3px solid #e3063b;
  /* Creamos una línea con un grosor de 3 píxeles y color #E3063B */
  margin: 20px 0;
  /* Agregamos un margen superior e inferior para separar el hr del contenido */
  opacity: 100%;
  margin-bottom: 70px;
}

/**** SERVICIOS ****/

.container .heading {
  margin-top: 220px;
  text-align: center;
  padding-bottom: 15px;
  color: #777;
  font-size: 40px;
  font-weight: 700;
}

.container .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 15px;
}

.container .box-container .box {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 30px 20px;
}

.container .box-container .box img {
  height: 80px;
}

.container .box-container .box h3 {
  color: #444;
  font-size: 22px;
  padding: 10px 0;
}

.container .box-container .box p {
  color: #777;
  font-size: 15px;
  line-height: 1.8;
}

.container .box-container .box .btn {
  margin-top: 10px;
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 17px;
  border-radius: 5px;
  padding: 8px 25px;
  transition: 1s;
}

.container .box-container .box .btn:hover {
  letter-spacing: 1px;
}

.container .box-container .box:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.03);
  transition: 0.5s;
  color: #e3063b;
}

.servicios i {
  font-size: 25px;
}

.servicios {
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 20px;
  height: auto;
  width: auto;
}

.regla-servicios {
  margin-top: 20px;
}

.divisor {
  margin-top: 80px;
  margin-right: 50px;
  margin-left: 50px;
  background-color: #f1f1f1;
  opacity: 80%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 150px;

  align-items: center;
  padding: 30px;
}

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

.texto-divisor h3 {
  font-weight: 600;
  justify-content: center;

  margin-left: 50px;
  margin-bottom: 30px;
  font-size: 35px;
}

.texto-divisor p {
  margin-left: 50px;
  margin-right: 50px;
  font-size: 18px;
}

/**** marcas ****/

/* Estilos del grid */
.foto-grid {
  max-width: auto;
  margin: 0 auto;
  /* Para centrar el grid */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

.foto-item {
  position: relative;
}

.img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  /* Altura relativa al 60% del ancho */
  max-width: 100%;
  overflow: hidden;
}

.img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.overlay i {
  color: white;
  font-size: 32px;
}

.foto-item:hover .overlay {
  opacity: 5;
}

/*** GALERIA COCINAS ***/
.container-imagenes {
  margin-top: 50px;
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 20px;
}

.container-imagenes p {
  font-size: 16px;
}

.container-imagenes-resto {
  margin-top: 50px;
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 20px;
}

.container-imagenes-resto p {
  font-size: 16px;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.gallery-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  /* Mantener la relación de aspecto 1:1 */
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ajustar la imagen sin deformarla */
  cursor: pointer;
  border-radius: 20px;
}

/*****baños******/
.gallery-container-doble {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.container-imagenes-doble {
  margin-top: 50px;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 20px;
}











/**** conocenos *****/
.banner {
  margin-top: 10vh;
  /* Ajusta el margen superior según tus necesidades */
  position: relative;
  height: 100vh;
  /* Ajusta la altura del banner según tus necesidades */

  overflow: hidden;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.banner-content h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #777;
  font-weight: 700;
}

.banner-content p {
  font-size: 18px;
  color: #777;
}

.about-us {
  padding: 50px 20px;
  background-color: #f2f2f2;
  width: auto;
  height: auto;
  margin: 0 auto;
  margin-top: 25px;
  border-radius: 20px;
  margin: 50px;
}

.about-content {
  width: auto;
  margin: 0 auto;
}

.about-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #444;
}

.about-content p {
  font-size: 16px;
  line-height: 2;
}

.contact-button {
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #e3063b;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
  font-weight: 400;
  transition: 0.2s;
}

.contact-button:hover {
  background-color: #c20531;
  font-weight: 700;
}

.contact-button a {
  color: white;
  text-decoration: none;
}

/**** formulario contacto ****/

.reservation-info {
  margin-top: -99px;
}

.more-info .info-item {
  background-color: #fff;
  border-radius: 23px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 30px;
}

.more-info .info-item i {
  background-color: #f0f0f0;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
  color: #e3063b;
  font-size: 20px;
  margin-bottom: 20px;
}

.more-info .info-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.more-info .info-item a {
  font-size: 15px;
  color: #e3063b;
}

.reservation-form {
  margin: 50px 0px;
}

.reservation-form #map {
  margin-bottom: -6px;
}

.reservation-form #reservation-form h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.reservation-form #reservation-form h4 em {
  font-style: normal;
  color: #e3063b;
}

.reservation-form #reservation-form {
  padding: 60px 120px;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.reservation-form #reservation-form label {
  font-size: 15px;
  color: #afafaf;
}

.reservation-form #reservation-form input,
.reservation-form #reservation-form select .reservation-form #reservation-form textarea {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  padding: 0px 20px;
  cursor: pointer;
  margin-bottom: 30px;
}

.reservation-form #reservation-form button {
  font-size: 14px;
  color: #fff;
  background-color: #e3063b;
  border: 1px solid #e3063b;
  padding: 12px 30px;
  width: 100%;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
  margin-top: 10px;
}

.reservation-form #reservation-form button:hover {
  background-color: #c20531;
}

.reservation-form #reservation-form input,
.reservation-form #reservation-form select,
.reservation-form #reservation-form textarea {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  padding: 0px 20px;
  cursor: pointer;
  margin-bottom: 30px;
}

.reservation-form #reservation-form textarea::placeholder {
  padding: 5px;
}

/*** ampliacion imagenes galería cocinas***/

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 50%;
  /*max-height : 80%;*/
  margin-top: 200px;
  margin-bottom: 30px;
}

/* Estilos para cerrar el modal */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* enlaces */

.enlace enviar a {
  text-decoration: none;
}

.main-button a {
  text-decoration: none;
  color: white;
}

.boton-enviar a {
  color: white;
  text-decoration: none;
}

.col-lg-12 {
  color: white;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 8));
    transform: translateX(calc(-250px * 8));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 8));
    transform: translateX(calc(-250px * 8));
  }
}

.slider {
  background: whitesmoke;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 150px;
  margin: auto;
  
  position: relative;
  width: 100%;
  overflow: hidden;

  border-radius: 2px;
  
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 150px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
  display: flex;
  width: 200%;
}

.slider .slide {
  height: 150px;
  width: 250px;
}

.slide {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 100%;
}

.slide img {
  width: 100%;
  height: auto;
}

