@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Syne", sans-serif;
}


:root {
  --colorprimario: #0378aac9;
  --colorsecundario: rgba(128, 128, 128, 0.802);
  --colorterciario: #013838;
}

body {
  font-family: "Syne", sans-serif;
  background-color: #013838
}



.cabezal {
  gap: 30px;
  top: 0;
  width: 100%;
  min-height: 80vh;
  background-color: #01383800;
  background-blend-mode: multiply;
  background-image: url(img/img1.jpg);
  background-size: cover;
  background-position: center;
  color: white;
}

.logo img {
  width: 150px;
  min-height: auto;
}



.carrito img {
  min-height: 30px;
  width: 30px;
}

nav {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 20px;
}

header {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}



nav a.ordenar {
  background-color: #0378aac9;
  color: white;
}



nav a {
  background-color: rgba(128, 128, 128, 0.7);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 7px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8rem;
  transition: background-color 0.3s ease;
}

nav a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
}

.cabezal h1 {
  margin-top: 20vh;
  text-align: center;
  font-size: 2.5rem;
  color: white;
}

.btnComprar {
  display: block;
  margin: 1rem auto;
  background-color: #0378aa;
  color: white;
  padding: 10px 40px;
  border-radius: 12px;
  text-align: center;
  font-size: 1.1rem;
  text-decoration: none;
  width: fit-content;
  top: 120px;
}




#que-hay-de-nuevo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: white;
  display: flex;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}



#que-hay-de-nuevo figure {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 1.5rem 1rem;
  width: 50%;
}

#que-hay-de-nuevo figure img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1px;
}

#que-hay-de-nuevo article {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  color: white;
}

#que-hay-de-nuevo h2 {
  font-size: 1.5rem;
}

#que-hay-de-nuevo h3 {
  font-size: 1.2rem;
  font-weight: normal;
}

#que-hay-de-nuevo p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(128, 128, 128, 0.802);
}

.btn-novedades {
  background-color: #0378aa;
  font-size: 0.9rem;
  color: white;
  padding: 10px 40px;
  border-radius: 12px;
  width: fit-content;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-novedades:hover {
  background-color: #0481AD;
}







.caracteristicas {
  background-image: url(img/img3.jpg);
  background-color: #01383834;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  width: 100%;
}


.caracteristicas img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.caracteristicas h2{
  color: white;
  text-align: left ;
  font-size: 30px;
}

.caracteristicas .titulo-caracteristicas {
  position: relative;
  display: flex;
  padding: 80px;
  color: white;
}

.contenedor-tarjeta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  background-color: #013838c9;
  padding: 8px;
  font-size: 14px;
  border-radius: 10px;
  max-width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card h3 {
  margin-top: 0;
}

.btnConocermas {
  margin-top: 10px;
  border: none;
  color: white;
  padding: 10px 40px;
  border-radius: 12px;
  background-color: rgba(127, 124, 124, 0.605);
  cursor: pointer;
  font-size: 13px;
}



.encontralo {
  padding: 3rem;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.contenido-encontralo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: white;
  flex: 1;

}


.container {
  display: flex;
  justify-content: space-between;
  gap: 12rem;
 
}

table {
  border-collapse: collapse;
  width: 130%;
  min-height: 400px;
}

th,
td {
  border: 3px solid rgba(128, 128, 128, 0.802);
  padding: 10px 12px;
  text-align: left;
  font-size: 15px;
}

.contenido-encontralo p {
  color: white;
  max-width: none;
  width: 130%;
  margin: 0;
  font-size: 17px;
}

.contenido-encontralo h2{
  font-size: 30px;
}

.producto {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 10px;
  padding: 0.5rem;
}

.productos {
  flex: 20;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.producto img {
  width: 170px;
  height: auto;
  object-fit: cover;
  border-radius: 7px;
  max-height: 180px;
  align-items: flex-start;
}

.producto-titulos {
  min-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.producto-titulos h3 {
  color: white;
  margin: 0;
  font-size: 23px;
}

.producto-titulos p {
  margin: 4px 0;
  font-size: 1rem;
  color: rgba(128, 128, 128, 0.802);
}

.btnProducto {
  font-size: 14px;
  width: 150px;
  text-align: center;
  margin-top: 15px;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  background-color: #0378aab9;
  color: white;
  cursor: pointer;
  text-align: center;
}

.testimonios {
  background-color: #0378aa34;
  color: white;
  padding: 3rem 2rem;
  text-align: center;
}

.contenedor-testimonios {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}


.testimonio {
  background-color: #2d3d4e02;
  border-radius: 10px;
  padding: 0.8rem;
  max-width: 300px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.336);
}

.testimonio img {
  width: 100%;
  max-height: 120px;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.testimonio {
  height: 380px;
}

.testimonio strong {
  display: block;
  margin-bottom: 0.7rem;
}

.estrellas {
  margin-top: -1rem;
}

.estrellas img {
  width: auto;
  min-height: 80px;
}



#formulario {
  min-height: 80%;
  padding: 40px 20px;
  background-color: white;
  text-align: center;
}

.formulario h2 {
  margin-bottom: 30px;
}

form .fila {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.columna {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 250px;
}

input[type="text"] {
  padding: 8px;
  margin-top: 5px;
  box-sizing: border-box;
}

.checkbox {
  margin-top: 10px;
  font-size: 14px;
}

button {
  background-color: #4fb8c4;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
  align-self: flex-start;
}


.footer {
  min-height: 20%;
  background-color: rgba(128, 128, 128, 0.802);
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer p {
  margin: 0;
  padding-left: 20px;
}

.footer .iconos {
  padding-right: 20px;
}

.footer .iconos img {
  width: 24px;
  margin-left: 10px;
}