.sorts-mill-goudy-regular {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
}

.sorts-mill-goudy-regular-italic {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: italic;
}

body {
  font-family: 'Sorts Mill Goudy', serif;
}

/* navbar */
.navbar-blur {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  /* Efecto de desenfoque */
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  width: 100%;
  z-index: 10;
}

.text-nav {
  font-size: 1.3rem;
}

.div-custom {
  margin-left: 12rem;
}

.li-custom {
  margin-left: 2rem;
}

@media (max-width: 768px) {
  .div-custom {
    margin-left: 0;
  }
}

.margin-sections {
  margin-bottom: 6rem;
}

/* carousel */
.caption-carousel {
  font-size: 4.5rem !important;
}

.carousel-img {
  /*max-height: 1000px !important;*/
  height: 800px;
  /* Ajusta este valor según lo necesario */
  object-fit: cover;
  /* Para que las imágenes se ajusten bien dentro del contenedor */
}

.second-line {
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .caption-carousel {
    font-size: 1.2rem !important;
    margin-bottom: 0;
    font-weight: 400;
    color: #F3F3F3;

  }

  .second-line {
    margin-bottom: 0;
  }

  .icon-next {
    width: 40%;
  }
}

/* color section */
.section-color {
  background: linear-gradient(90deg, #F6ABD6, #EB2007);
  color: white;
  padding: 50px 20px;
}

.container-color {
  width: 50rem;
}

.container-color p {
  font-size: 35.5px;
  /* line-height: 69px; */
}

.container-color .btn-color {
  font-size: 1.6rem;
  border: 1px solid #fde9e9;
  color: white;
  border-radius: inherit;

  padding: 15px 15px;
  /* 497 98 */
  width: 350px;
  height: 70px;

}

.container-color .btn-color a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: white;
}

.container-color .btn-color a:focus {
  outline: none;
}

.container-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .container-color {
    padding: 30px 30px;
    width: 100%;
  }

  .container-color p {
    font-size: 1rem;
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
  }

  .btn-color {
    border: 2px solid black;
    background-color: none;
  }

  .container-color .btn-color {
    font-size: 1.2rem;
    border-radius: inherit;
    padding: 5px 5px;
    width: 280px;
    height: 50px;
  }
}

/* cards section */
.cards-container {
  margin-top: 2rem;
}

.flex-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1199px){
    .flex-cards {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 20px;
    }
    
    .card {
        width: 100% !important;
        min-height: -webkit-fill-available;
    }
    
}




.card {
  border-color: #f8bddf;
  border-radius: 0%;
  width: 365px;
  background-color: #fef4fa;
  /* height: 820px; */
}

.card-body {
  padding: 20px 35px;
}

.card-title {
  font-size: 35px;
  line-height: 65px;
}

.table-data {
  /* border-top: 1px solid #F6ABD6;
  border-bottom: 1px solid #F6ABD6; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-content {
  border-right: 1px solid #f8bddf;
  width: 50%;
}

.title-card-p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 0;
}

.qty {
  font-size: 28px;
  line-height: 47px;
  margin-bottom: 0;
}

.divider-card {
  border-color: #F6ABD6;
  border: 1px solid #F6ABD6;
}

.content-card-custom {
  /* font-style: italic; */
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  align-content: center;
  min-height: 265px;
}

.bg-btn {
  background-color: #fef4fa;
  border: 2px solid #F6ABD6;
  padding: 5px;
}

.custom-button {
  background-color: #F6ABD6;
  border: 2px solid #F6ABD6;
  padding: 10px;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.custom-button a {
  text-decoration: none;
  color: #000;
}

/* Asegurar que funcione en iOS */
.custom-button a:focus {
  outline: none;
}

@media (max-width: 768px) {
  .flex-cards {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}

/* catering section */
.title-catering {
  font-size: 4rem;
}

.text-catering {
  font-size: 18px;
  line-height: 29px;
}

.dwn-btn {
  margin-top: 2rem;
  border: 2px solid black;
  background-color: white;
  padding: 18px 20px;
  width: 270px;
  height: 76px;
  font-size: 30px;
  -webkit-tap-highlight-color: transparent;

}

.dwn-btn a {
  text-decoration: none;
  color: #000;
}

.dwn-btn a:focus {
  outline: none;
}

@media (max-width: 768px) {
  .text-container {
    margin-top: 2rem;
  }

  .dwn-btn {
    padding: 20px 20px;
    width: 250px;
    height: 70px;
    font-size: 1.5rem;
    -webkit-tap-highlight-color: transparent;

  }
}

/* form section */
.bg-custom {
  background: linear-gradient(90deg, #F6ABD6, #EB2007);
}

/* visit us section */
.title-visit {
  font-size: 60px;
  line-height: 138px;
}

.icon-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  color: inherit;
  text-decoration: none;
}

.icon-custom {
  width: 4%;
}

div .icon-container p .text-email {
  margin: 0 !important;
  margin-top: 0.5rem !important;
}

/* footer */
.footer {
  background-color: #ee7658;
  color: #000;
  padding: 20px 0;
}

.section-title {
  /* font-size: 1.8rem; */
  font-size: 40px;
  line-height: 58px;

  margin-bottom: 2rem;
}

.li-footer {
  margin-bottom: 0.8rem;
}

.li-footer-text {
  font-size: 24px;
  line-height: 35px;
}

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

.footer a:hover {
  text-decoration: underline;
}

.logo-img-footer {
  filter: brightness(0);
  margin-top: 2rem;
}

.logo-vinya {
  width: 236px;
  height: 97.82px;
}

.container-rights {
  margin-top: 2rem;
}

.rights {
  font-size: 15px;
  line-height: 22px;
}

/* triple seat */
.bg-custom.custom-tripleseat {
  font-family: Sorts Mill Goudy;
}

.bg-custom.custom-tripleseat {
  background: linear-gradient(275.8deg, #EB2007 7.72%, #F6ABD6 100%);
}

.bg-custom.custom-tripleseat .container-sm {
  max-width: 1440px;
  padding: 120px 0;
}

tr.row_contact_header {
  display: none;
}

.to-order__content {
  width: 100%;
  /*max-width: 685px;*/
  margin: 0 auto 20px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.to-order__content h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  color: #000;
  margin-bottom: 2.2rem;
  margin-top: 0;
}

.row_details_header h2 {
  /*font-family: 'Hind', sans-serif, 'Hind', sans-serif;*/
  font-size: 22px;
  /*font-weight: 600;*/
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 20px;
}

.element-form-tripleseat {
  width: 100%;
  padding: 80px 0;
  background: #FFFFFF;
}

div#tripleseat_embed_form {
  width: 100%;
  /*max-width: 620px;*/
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 60px 45px;
}

@media (max-width: 768px) {
  div#tripleseat_embed_form {
    padding: 25px;
  }
}

#tripleseat_embed_form label {
  display: block;
  cursor: pointer;
  text-align: left;
  font-style: italic;
}

#tripleseat_embed_form input,
#tripleseat_embed_form button,
#tripleseat_embed_form textarea {
  border: solid 1px black;
}

#tripleseat_embed_form #lead_phone_number,
#tripleseat_embed_form #lead_guest_count {
  width: 100%;
}

#tripleseat_embed_form .button {

  width: 100%;
  max-width: 360px;
  background: #000000;
  height: 66px;
  font-size: 18px !important;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 27px;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  /*float: none !important;*/
  float: inline-end;
  font-style: italic;
}

#tripleseat_embed_form #lead_form_submit a {
  /*float: right;
  font-size: 80%;
  float: none !important;
  display: block;
  margin-top: 5px;*/
  display: none;
}

table,
td,
tr {
  border: none !important;
  box-shadow: none !important;
}

select#lead_event_style,
select#lead_contact_preference,
select#lead_referral_source_id {
  background: transparent;
  background-clip: padding-box;
  border: 1px solid black;
  border-radius: 0;
  font-family: 'Hind', sans-serif, 'Hind', sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  background-color: #F3F3F3;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
  padding: 8px 10px;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: transparent;
  background-clip: padding-box;
  border: unset;
  border-radius: 0;
  font-family: 'Hind', sans-serif, 'Hind', sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 12px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  background-color: #F3F3F3;
}

textarea#lead_delivery_instructions,
#tripleseat_embed_form .lead_additional_information {
  background: #F3F3F3;
}


/* book today */

@media (max-width: 991px) {
  #booktoday-desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  #booktoday-mobile {
    display: none;
  }
}

/* minor fixes to ballroom cards */

@media (max-width: 768px) {
  .carousel-item img {
    height: 435px;
  }

  div#form-book {
    margin-bottom: 0;
  }
}

/* @media only screen and (min-device-width : 769px) and (max-device-width : 1199px) {

  #ballrooms .flex-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
} */