/*
 *	Resto by GetTemplates.co
 *	URL: https://gettemplates.co
 */
html {
  overflow-x: hidden; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #f4f1ec; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   font-family:"Arial Black", Gadget, sans-serif;
  font-weight: 400; }

h1, h2 {
  font-weight: 700; }

h15 {
  font:"Arial Black", Gadget, sans-serif;
  font-weight: 500;
  font-size:45px;
line-height: 90%;
  color:#000;
  font-weight:bold;
  }

.subheading {
  color: #f34949; }

.bg-white {
  background-color: #fff; }

.bg-grey {
  background-color: #f7f8f9; }

a {
  color: #f34949; }

a:focus,
button:focus {
  outline: none;
  box-shadow: none; }

.btn:hover,
a:hover {
  text-decoration: none;
  color: #e22104; }

.btn-icon {
  display: inline-flex;
  align-items: center; }
  .btn-icon .lnr {
    font-size: 30px;
    margin-right: 10px; }

.boxed-page {
  position: relative;
  border-color: #f4f1ec;
  background-color: #f4f1ec; }
  .boxed-page .section-padding {
    padding-top: 65px;
    padding-bottom: 65px; }
  @media (min-width: 992px) {
    .boxed-page .section-padding {
      padding-top: 130px;
      padding-bottom: 130px; } }

@media (min-width: 1200px) {
  .boxed-page {
    margin: 20px; } }

.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.img-cover {
  object-fit: cover;
  object-position: center; }

.navbar-brand-center {
  padding-left: 0px;
  padding-right: 0px; }
  .navbar-brand-center img {
    height: 78px; }

.footer-logo {
  height: 50px; }

.nav-link {
	font-weight: 310;
  color: #000; }

#navbar-header {
  height: 100px; }
  #navbar-header .navbar-nav .dropdown-menu {
    border: none;
    border-bottom: 2px solid #f34949;
    border-radius: 0 !important;
    box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15); }

@media (min-width: 1024px) {
  #navbar-header .navbar-nav {
    width: 50%; }
  #navbar-header .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    transition: all 500ms ease; }
  #navbar-header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1; } }

.btn {
  font-size: 14px;
  font-weight: 600; }

.btn-primary {
  display: inline-block;
  background-color: #f34949;
  border-color: #f34949;
  color: #fff;
  border-radius: 30px;
  padding: 9px 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn-primary:hover {
    background-color: #e22104;
    border-color: #e22104;
    color: #fff; }
	
.btn-venta {
  background-color: #fff;
  color: #ff290b;
  padding: 9px 15px;
font-size: 1.5em;
line-height: 90%;
margin-top:10px;
font:"Arial Black", Gadget, sans-serif;
  font-weight: 550;

  }	

.btn-ubicacion {
  background-color: #fff;
  color: #000;
padding: 9px 15px;
font-size: 1.5em;
line-height: 90%;
margin-top:10px;
font:"Arial Black", Gadget, sans-serif;
  font-weight: 550;
}	

.btn-shadow {
  box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15); }

.btn-icon {
  color: #000; }

.hero {
  height: 600px;
background-image:url(../img/bg.jpg);
background-repeat:no-repeat;
background-size:contain;
  position: relative; }
  @media (min-width: 992px) {
    .hero {
      height: calc(100vh - 130px); } }

.contenedorhome {
	padding-top:50px;
	padding-bottom:50px;
	padding-left:50px;
	padding-right:50px;
	height: 600px;
	width:100%;
background-image:url(../img/bg.jpg);
background-repeat:no-repeat;
background-size:contain;
  position: relative; }
  @media (min-width: 992px) {
    .contenedorhome {
      height: calc(100vh - 130px); } }


.hero-info {
  padding-top: 60px; }
  @media (min-width: 1420px) {
    .hero-info {
      padding-top: 140px; } }
  .hero-info li {
    padding-right: 15px;
    padding-left: 15px; }
  .hero-info .lnr {
    display: block;
    font-size: 32px;
    margin-bottom: 15px; }

.hero-carousel .owl-prev, .hero-carousel .owl-next {
  width: 110px;
  height: 110px; }

.hero-carousel .owl-prev, .hero-carousel .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; }

.hero-carousel .owl-prev {
  border-right: 1px solid #f7f8f9; }

.hero-carousel .owl-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0; }

.hero-carousel .owl-item img {
  height: 600px;
  object-fit: cover;
  max-width: 100%; }
  @media (min-width: 992px) {
    .hero-carousel .owl-item img {
      height: calc(100vh - 130px); } }

.thumb-menu img {
  height: 150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }

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

/*============================
=            MENU            =
============================*/
.menus:hover img {
  transform: scale(1.1, 1.1); }

.menu-img {

  height: 101px;
  width: 166px;
  }
  .menu-img img {
    transition: all .5s ease;
    height: 100%;
    object-fit: cover; }

.menu-price {
  text-align: right; }

.menus {
  padding-bottom: 15px;
  margin-bottom: 15px;
  }
  .menus p, .menus h3 {
    margin-bottom: 0; }
  .menus .text-wrap {
    width: calc(100% - 95px);
    margin-left: 15px; }
    .menus .text-wrap h4 {
      font-weight: 300; }

/*=====  End of MENU  ======*/
/*=================================
=            TESTIMONY            =
=================================*/
#gtco-testimonial {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height:500px;
  color: #fff; 
  	padding-top:50px;
	padding-bottom:50px;
	padding-left:50px;
	padding-right:50px;

  }

#gtco-testimonial2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height:500px;
  color: #fff; 
  	padding-top:40px;
	padding-bottom:30px;
	padding-left:50px;
	padding-right:50px;

  }

.testi-content {
  text-align: center; }
  .testi-content .testi-text {
    font-style: italic;
    font-weight: 300;
    line-height: 1.6;
    padding: 30px 60px;
    font-size: 32px; }
  .testi-content .testi-author {
    font-weight: 500; }
  .testi-content .testi-desc span {
    color: #f34949;
    font-weight: bold; }
  .testi-content .owl-dots {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    bottom: -50px; }
  .testi-content .owl-nav {
    display: none; }

.owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  cursor: pointer; }
  .owl-dot span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease; }
  .owl-dot.active > span {
    background-color: transparent;
    box-shadow: 0 0 0 2px white; }

/*=====  End of TESTIMONY  ======*/
/*===============================
=            OVERLAY            =
===============================*/
.overlay {
  position: relative; }

.overlay:after {
  position: absolute;
  display: block;
  content: "";
  background: #000;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.overlay .section-content {
  position: relative;
  z-index: 1; }

/*=====  End of OVERLAY  ======*/
/*============================
=            TEAM            =
============================*/
.team-card {
  position: relative;
  padding-top:40px; 
  }
  .team-card:hover .team-desc {
    height: 110px; }
    .team-card:hover .team-desc .team-social-links {
      opacity: 1; }

.team-desc {
  position: absolute;
  background: #fff;
  width: auto;
  left: 15px;
  bottom: 15px;
  right: 15px;
  text-align: center;
  padding: 15px;
  height: 80px;
  overflow: hidden;
  transition: all .3s ease-in-out; }

.team-social-links {
  opacity: 0;
  transition: all .3s ease-in-out; }

/*=====  End of TEAM  ======*/
/*===================================
=            RESERVATION            =
===================================*/
#gtco-reservation {
  height: 650px;
  margin-bottom: 200px; }

#selectPerson + .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px; }

#selectPerson + .select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #ced4da; }

#selectPerson + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px; }

#selectPerson + .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6d767e;
  font-weight: 400; }

/*=====  End of RESERVATION  ======*/
/*===============================
=            SideNav            =
===============================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff; }

.sidenav-content {
  padding: 8px 32px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.in .sidenav-content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s; }

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav #side-nav-close,
.sidenav #side-search-close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

#side-search .form-control {
  background-color: transparent; }

#side-search .input-group-text {
  background: transparent;
  color: #fff; }

#canvas-overlay {
  content: '';
  background: #000;
  opacity: 0;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.sidenav-open #canvas-overlay,
.sidesearch-open #canvas-overlay {
  max-width: 100%;
  opacity: .4;
  visibility: visible; }

/*=====  End of SideNav  ======*/
/*======================================
=            Special Dishes            =
======================================*/
#gtco-special-dishes .special-number {
  position: relative;
  font-size: 60px; }
  #gtco-special-dishes .special-number:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
    width: 200px;
    height: 1px;
    background: #000; }

#gtco-special-dishes h3 span {
  color: #f34949; }

.dishes-text {
  padding-left: 90px; }

/*=====  End of Special Dishes  ======*/
/*==================================
=            RESPONSIVE            =
==================================*/
.only-mobile {
  display: none !important; }

@media (max-width: 992px) {
  .hero {
    height: 100%; }
  .boxed-page {
    padding-top: 100px;

	
	}
  #navbar-header {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background-color: #fff;
    z-index: 11;
    padding-top: 15px;
    padding-bottom: 15px; }
    #navbar-header .dropdown-menu {
      box-shadow: none !important; }
    #navbar-header .navbar-collapse {
      margin-top: 15px;
      background: #fff !important; }
  .only-mobile {
    display: block !important; }
  .only-desktop {
    display: none !important; }
  .menu-wrap {
    margin-bottom: 30px; }
  .footer-widget {
    margin-bottom: 30px; }
  .hero-left {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .hero-left,
  .hero-carousel .owl-item img {
    height: 600px; }
  .thumb-menu img {
    height: 90px; }
  .img-2 {
    height: 500px; } }

/*=====  End of RESPONSIVE  ======*/

 .fondo {
            width: 100%;
            max-width: 1200px; /* Limita el ancho máximo del contenedor */
            margin: 20px auto;
            background-image: url('vendidos.jpg'); /* Imagen de fondo */
            background-size: cover; /* Escala la imagen para cubrir el contenedor */
            background-position: center;
            background-repeat: no-repeat;
            padding: 20px;
            overflow: hidden; /* Asegura que no haya desbordamiento */
        }

        .title {
            text-align: center;
            margin-bottom: 20px;
        }

        .title img {
            max-width: 100%;
            height: auto;
        }

        .grid-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr); /* Por defecto: 4 columnas */
            grid-gap: 10px;
            padding: 20px;
            border-radius: 10px; /* Bordes redondeados */
        }

        .grid-item {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 150px;
			opacity: 0.85; /* Imagen semi-transparente */
            border-radius: 5px; /* Bordes redondeados para las celdas */
        }

        .grid-item img {
            max-width: 100%;
            max-height: 100%;
        }

        @media (max-width: 768px) {
            .grid-container {
                grid-template-columns: repeat(2, 1fr); /* 2 columnas en pantallas medianas */
            }
        }

        @media (max-width: 480px) {
            .grid-container {
                grid-template-columns: 1fr; /* 1 columna en pantallas pequeñas */
            }
        }
		
		/* formulario */
		
		
		.containerformulario {
            max-width: 1200px;
            margin: 20px auto;
            padding: 20px;
            display: grid;
            grid-template-columns: 1fr 1fr; /* Dos columnas iguales */
            grid-gap: 20px;
            background-color: #fff;
        }

        .form-column {
            display: flex;
            flex-direction: column;
        }

        .form-column label {
            margin-bottom: 5px;
            font-weight: bold;
        }

        .form-column input,
        .form-column textarea {
            margin-bottom: 15px;
            padding: 8px;
            font-size: 14px;
            border: 1px solid #ccc;
            border-radius: 5px;
            width: 100%;
            box-sizing: border-box;
        }

        .form-column textarea {
            height: 70px;
        }

        .form-column button {
            padding: 10px 20px;
            background-color: #d85456;
            color: #fff;
            border: none;
            border-radius: 5px;
            font-size: 14px;
            cursor: pointer;
        }

        .form-column button:hover {
            background-color: #ff290b;
        }

        .info-column {
        width: 100%;
            max-width: 500px;
            background-color: #fff;
            padding: 20px;
            display: flex;
            flex-direction: column; /* Elementos en columna */
            align-items: flex-start; /* Alinea todo al principio */
        }

        .info-column h3 {
            margin-bottom: 10px;
            font-size: 18px;
            color: #ff290b;
        }

        .info-column p {
            margin: 5px 0;
            font-size: 16px;
        }

        @media (max-width: 768px) {
            .container {
                grid-template-columns: 1fr; /* Una sola columna en pantallas pequeñas */
	
            }

            .info-column {
                border-left: none;
                padding-left: 0;
                border-top: 1px solid #ccc;
                padding-top: 20px;
            }
        }
		
		     .phone-icon {
            display: flex;
            align-items: center;
            font-size: 24px; /* Tamaño del icono */
            color: #007BFF; /* Color del icono */
        }

        .phone-icon i {
            margin-right: 10px; /* Espaciado entre el ícono y el texto */
        }
		
		        .info-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .info-item i {
            font-size: 15px;
            color: #999;
            margin-right: 10px;
        }

        .info-item span {
            font-size: 16px;
            color: #333;
        }
		
		
		  /* Contenedor de la imagen de fondo */
    .backgroundcaucenuevo {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('bgcaucenuevo.jpg') no-repeat center center;
      background-size: cover;
      z-index: -1; /* Envía el fondo detrás del contenido */
    }



  
	
	.list-containervendidos {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
    text-align: left;
	padding-top:15px;

}
	
	.listvendidos {
    list-style-type: square;
    margin: 0;
    padding: 0;
    color: #000; /* Letra negra */
    font-size: 16px;
    line-height: 1.5;
	padding-left:15px;
	font-weight:bold;
}

.listvendidos li {
    margin-bottom: 10px;
}

.listvendidos li:last-child {
    margin-bottom: 0;
}

/* Estilos generales para el contenedor */
.container-vendidos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  background-image: url('bgcaucenuevo.jpg');
  background-size: cover;
  background-position: center;
  padding: 20px;
  box-sizing: border-box;
  min-height: 80vh;
}

/* Estilos para los divs internos */
.inner-box {
  flex: 1 1 calc(33% - 20px);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  min-width: 200px;
}

@media (max-width: 768px) {
  .inner-box {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .inner-box {
    flex: 1 1 100%;
  }
}

/* Estilos para el nuevo div con dos columnas */
.dual-column {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  margin-left:60px;
  margin-top:40px;
}

.column-left {
  flex: 1;
}

.column-right {
  flex: 1;
  display: flex; /* Activa flexbox */
  align-items: center; /* Centra verticalmente */
  padding-right:60px;
  padding-top:30px;
}

/* Estilos para los renglones dentro de las columnas */
.line {
  margin-bottom: 10px; /* Espacio entre renglones */
}

/* En pantallas más pequeñas, las columnas deben apilarse */
@media (max-width: 768px) {
  .dual-column {
    flex-direction: column;
	margin-left:20px;
  }

  .column-left,  {
    text-align: left; /* Alinea todo a la izquierda en pantallas pequeñas */
  }
 .column-right {
    text-align: left; /* Alinea todo a la izquierda en pantallas pequeñas */

  }
}