* {
    margin: 0;
    padding: 0;
}

.logo{
    width: 185px;
    height: 100px;
}

body {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 105%;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
  }

.titulo-grande{
    text-align: left;
    background-color: rgb(206, 199, 199);
    color: #ffffff;     
}

a{
    margin: 0;
    padding: 0;
    color: inherit; 
    text-decoration: none;
}
 .menu{
    background-color: rgb(221, 41, 41);
    color: black;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: left;
    list-style:none;
   
}

.menu li {
    margin: 0;
    padding: 15px 20px;
    list-style: none;
  }

  .menu li:not(:last-child)::after {
    content: "|";
    margin-left: 30px;
    color: rgb(0, 0, 0); /* Color de los separadores */
  }


  .slideshow{
    width:auto;
    height:auto ;
  }
  
.tl-SbNt{
    text-align:center;  
    color: rgb(0, 0, 0);     
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serifx  , 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Tahoma, Geneva, Verdana, sans-serif, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, 'Arial Narrow', Arial, sans-serif, Courier, monospace, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 155%;
    width: 100%;
    height: 10h;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

header {
  background-color: #f0f0f0;
  text-align: center;
  padding: 20px;
}

.container {
  display: flex;
  width: 100%;
  height: 100vh;
}

.left, .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right, .left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagen {
  width:auto;
  height:auto;
  object-fit: cover;
}

.right {
  padding: 20px;
  text-align: center;
}

.left {
  padding: 20px;
  text-align: center;
}

.titulo-vison{
  text-align:left;  
  color: rgb(8, 93, 204);     
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serifx  , 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Tahoma, Geneva, Verdana, sans-serif, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, 'Arial Narrow', Arial, sans-serif, Courier, monospace, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 155%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: right;
}

.titulo-mision{
  text-align:left;  
  color: rgb(8, 93, 204);     
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serifx  , 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Tahoma, Geneva, Verdana, sans-serif, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, 'Arial Narrow', Arial, sans-serif, Courier, monospace, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 155%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: right;
}
 
.titulo-ct1{
  text-align:center;  
  color: rgb(8, 93, 204);     
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serifx  , 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Tahoma, Geneva, Verdana, sans-serif, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, 'Arial Narrow', Arial, sans-serif, Courier, monospace, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 155%;
  width: 100%;
  height: 10h;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.catalogo {
  display: flex;
  justify-content: center; /* Centra las imágenes horizontalmente */
  gap: 20px; /* Espacio entre las imágenes */
  padding: 20px;
}

.producto {
  width: 200px; /* Ancho de cada imagen */
}

.producto img {
  width: 100%; /* La imagen ocupará todo el ancho del div */
  height: auto;
  border: 2px solid #ddd;
  border-radius: 10px;
}


.contact-container {
  display: flex;
  max-width: 1200px;
  margin: 50px auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.contact-form {
  flex: 1;
  padding: 30px;
  border-right: 1px solid #eee;
}

.contact-form h2 {
  text-align: center;
  color: red;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form button {
  padding: 10px;
  background-color: red;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-info {
  flex: 1;
  padding: 30px;
}

.contact-info h2 {
  text-align: center;
  color: red;
  margin-top: 0;
}

.contact-info .social-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.social-buttons button {
  padding: 10px;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.facebook {
  background-color: #4b659e;
  width: 50px;
    height: 50px;
}

.instagram {
  background-color: #e4405f;
}

.payment-link-box {
  background-color: #f9f9f9;
  border: 2px solid #d9534f;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 300px;
  margin: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.payment-link-box h3 {
  margin-bottom: 10px;
  color: #d9534f;
}

.payment-link-box p {
  margin-bottom: 20px;
  color: #555;
}

.payment-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #d9534f;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.payment-button:hover {
  background-color: #c9302c;
}