@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  background-color: white;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1330px;
  margin: 0 0 0 0;
}

.swiper-button-prev::after {
  font-size: 30px;
}
.swiper-button-next::after {
  font-size: 30px;
}

.swiper-button-next {
  color: #841818;
}
.swiper-button-prev {
  color: #841818;
}

.swiper-pagination-bullet {
  background-color: #F1B503;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #000000;
}

/* ---- MENU NAVBAR ---- */
.menu {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 1000;
}

.navbar {
  display: flex;
  
}
.menu-1 {
  margin-inline: 40px;  
}

.menu-2 {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.logo-1 {
  width: 0px;
}
.logo-2 {
  width: 275px;
  padding-top: 5px;
}

.socials {
  display: flex;
}

.social {
  margin: 5px 10px;
  height: 25px;
  width: 25px;
 
}

.social img {
  margin: 0 0 0 0;
  height: 30px;
  width: 30px;
}

.menu .navbar ul li {
  position: relative;
  float: inline-start;
  padding-top: 20px;
  padding-left: 20px;  
}

.menu .navbar ul li a {
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  color: #5D6D7E ;
  display: block;
}

.menu .navbar ul li a:hover {
  color: #000000 ;
  font-size: 16px;
  font-weight: 600;
}

#menu {
  display: none;
}

.menu-icono {
  width: 25px;
}

.menu label {
  cursor: pointer;
  display: none;
}

/* ---- MENU NAVBAR ---- */

.header-content {
  margin-top: 100px;
  padding-bottom: 10px;
}

.slider {
  display: flex;
  align-items: center;
}

.slider-txt {
  margin-left: 85px;
  width: 50%;
}
.slider-txt h1 {
  font-size: 28px;
  color: rgb(0, 0, 0);
  font-weight: 800;
}
.slider-txt h2 {
  font-size: 20px;
  color: rgb(33, 153, 201);
  font-weight: 800;
}
.slider-txt p {
  font-size: 15px;
  color: rgb(0, 0, 0);
}

.botones {
  margin-top: 50px;
}

.btn-1 {
  display: inline-block;
  padding: 5px 10px;
  border: 3px solid #F1B503;
  color: grey;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 12px;
}

.btn-1:hover {
  background-color: #F1B503;
  color: black;
}

.slider-img {
  width: 50%;
}

.slider-img img {
  margin-right: 100px;
  width: 475px;
}

.products {
  background-color: white;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px;
}

.tabs label {
  width: 15%;
  order: 1;
  margin-left: 150px;
  display: block;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  color: grey;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  transition: background ease 0.2s;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding-top: 25px;
}

.tabs input[type="radio"] {
  display: none;
}
.tabs input[type="radio"]:checked + label {
  border-bottom: 4px solid #F1B503;
  color: black
}
.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
.product {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 0 35px;
}

.product-img {
  width: 50%;
  text-align: left;
}

.product-img h4 {
  display: inline-block;
  padding: 5px 7px;
  line-height: 5px;
  color: #841818;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  border: 2px solid #841818;
  border-radius: 10px;
  margin-bottom: 10px;
}

.product-img img {
  width: 155px;
  height: 110px;
}

.product-txt {
  width: 50%;
  margin-left: 10px;
  text-align: left;
}

.product-txt h4 {
  color: #841818;
  font-size: 18px;
  margin-left: 6px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5px;
}

.product-txt p {
  color: black;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 6px;
}

.product-txt span {
  color: black;
  font-size: 14px;
  font-weight: 800;
  margin-left: 6px;
}

.info {
  padding: 25px 0px;
  display: flex;
  align-items: center;
}

.info-img {
  width: 50%;
}

.info-img img {
  padding-left: 20px;
  width: 520px;
  height: 280px;
}

.info-txt {
  width: 34%;
  padding-left: 40px;
}

.info-txt h2 {
  font-size: 28px;
  color: black;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.info-txt p {
  font-size: 15px;
  color: black;
  margin-bottom: 10px;
}

.btn-2 {
  display: inline-block;
  padding: 5px 10px;
  border: 3px solid #F1B503;
  color:grey;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 12px;
}

.btn-2:hover {
  background-color: #F1B503;
  color: black;
}

.horario {
  padding: 35px 0px;
  background-color: black;
}

.horario-info h2 {
  font-size: 28px;
  color: white;
  font-weight: 800;
  margin-bottom: 15px;
  padding-left: 20px;
}

.horario-txt {
  display: flex;
  justify-content: space-between;
}

.txt {
  color: white;
}

.txt h4 {
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.txt p {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 5px;
  padding-left: 20px;
}

.map {
  filter: grayscale(75%) invert(93%) contrast(93%); 
}

.footer {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
}

.footer h4 {
  font-size: 16px;
}

.footer ul li a {
  font-size: 14px;
}

.links h4 {
  color: #FFFFFF;
  margin-bottom: 15px;
}

.links ul li a {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 5px;
  display: inline-block;
}

/* ---- INICIO BOTONES CHAT EN LINEA ---- */
.btn-wsp {
	position: fixed;
	width: 45px;
	height: 45px;
	line-height: 45px;
	bottom: 30px;
	right: 20px;	
	border-radius: 30px;
	text-align: center;
	font-size: 37px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
	z-index: 400;
	transition: all 300ms ease;
}

.btn-msn {
	position: fixed;
	width: 45px;
	height: 45px;
	line-height: 45px;
	bottom: 80px;
	right: 20px;
	border-radius: 30px;
	text-align: center;
	font-size: 35px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
	z-index: 400;
	transition: all 300ms ease;
}
/* ---- FIN BOTONES CHAT EN LINEA ---- */

.contacto-header {
	position: fixed	
	right: 30px;
	background-color: #F1B503;
	text-align: center;
	font-size: 14px;
		
}

/* ---- FOOTER ---- */
.barra-footer
{
	background-color: #292524;
  font-size: 12px;
  color: #FFFFFF;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ---- FOOTER ---- */

.btn-reserva {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid grey;
  color:grey;
  font-weight: 200;
  border-radius: 15px;
  font-size: 12px;
}

.btn-reserva:hover { 
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid black;
  color:black;
  font-weight: 400;
  border-radius: 15px;
  font-size: 12px;
}

/* ---- INICIO FORMULARIO CONTACTO ---- */

form { 
  padding: 50px 15px; 
  text-align: center;
  width: 650px;  
    
}

.input-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}



label {
  color: black;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;    
}

input, textarea {
  padding: 10px 5px;
  
  margin-bottom: 10px;
  background-color: whitesmoke;
  border: 1px solid rgb(15, 15, 15);
  color: blue;
  outline: none;
}

input::placeholder, textarea::placeholder {
  color: gray;
}

.form-txt {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.form-txt a {
  color: rgb(226, 130, 21);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.btn {
  font-size: 16px;
  color: beige;
  border: 0;
  border-radius: 25px;
  background-color: #F1B503;
  box-shadow: 0 0 10px black;
  cursor: pointer;
}

.btn:hover {
  background-color: #F1B503;
  color: black;
}

/* ---- FIN FORMULARIO CONTACTO ---- */

@media(max-width: 991px) {
  
  .menu {
    padding: 20px;
    justify-content: space-between;
  }

  .menu-2 {
    display: none;
  }

  .logo-1 {
    width: 375px;
    align-items: center;
    
  }

  .logo-2 {
    width: 0;
  }

  .menu label {
    display: initial;
  }

  .menu .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: black;
    display: none;
  }

  .menu .navbar ul li {
    width: 100%;
  }

  #menu:checked ~ .navbar {
    display: initial;
  }

  .header-content {
    padding: 30px;
    margin-top: 100px;
  }

  .slider {
    flex-direction: column;
  }

  .slider-txt {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .slider-txt h1 {
    font-size: 40px;    
  }

  .slider-txt p {
    font-size: 16px;
    display: none;
  }

  .btn-1 {
    padding: 10px 25px;
    font-size: 14px;
    display: none;
  }

  .slider-img {
    width: 100%;
    text-align: center;
  }

  .slider-img img {
    margin-right: 0px;
    width: 300px;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets,.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -7px;
  }

  .tabs {
    padding: 10px 10px;
  }

  .tabs label {
    width: 33%;
  }

  .info {
    padding: 10px;
    flex-direction: column;
  }

  .info-img {
    width: 100%;
    text-align: center;
  }

  .info-img img {
    width: 370px;
    height: 180px;
    margin-bottom: 25px;
    align-items: center;
  }

  .info-txt {
    width: 100%;
    text-align: center;
  }

  .info-txt h2 {
    font-size: 40px;
  }

  .info-txt p {
    font-size: 16px;
  }

  .btn-1 {
    font-size: 16px;
  }

  .horario {
    padding: 30px;
    text-align: center;
  }

  .horario-info h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .horario-txt {
    flex-direction: column;
  }

  .socials {
    justify-content: center;
  }

  .social img {
    margin: 8px 0 0 0;
  }

  .footer {
    padding: 30px;
    flex-direction: column;
    text-align: center;
  }

  .links h4 {
    margin: 25px 0px 10px 0px;
  }


}