* {
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body, html{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: Inter, Helvetica, sans-serif;
  color: #1e1e1e;
  margin: 0;
}

img {
  max-width: 100%;
}

.section-header {
  width: 100%;
  background-color: rgb(0, 0, 0);
  border-bottom: 3px solid #ff7b00;
  border-radius: 0px;
  padding: 20px;
  z-index: 10;
  position: fixed;
  top: 0;
}

section, .specs{
  background-color: rgb(0, 0, 0);
  padding: 70px; 
}

.specs h2{
  max-width: 1280px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  padding-top: 20px;
}

.seccion, .seccion2{
  background-color: #ffffff;
}

.contenedor2 {
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-top: 75px;
  padding-bottom: 100px;
  margin-top: 100px;
  position: relative;
}

header.barra{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
}

nav a, nav ul, nav ul li{
  font-size: 14px;
  margin-left: 16px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  list-style: none;
}

.boton{
  background-color: #000000;
  color: white;
  border-radius: 4px;
  padding: 16px;
  display: inline-block;
  text-decoration: none;
}

.img-silla{
  width: 50%;
}

.contenedor2 p{
  font-size: 14px;
}

.contenedor3, .contenedor5{
  max-width: 1280px;
  width: 80%;
  background-color: #000000;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.contenedor3{
  padding-top: 20px;
  padding-bottom: 60px;
  flex-direction: column;
}

.contenedor3 p, .contenedor3 h2, .contenedor5 h2{
  color: #ffffff;
}

.tarjetas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  gap: 20px;
}

.tarjeta {
  background-color: white;
  border: 1px solid #ff7b00;
}

.img-tarjeta {
  width: 100%;
  height: 215px;
  object-fit: cover;
  background: #ffffff;
  border-bottom: 1px solid #ff7b00;
}

.contenido-tar {
  padding: 20px;
  text-align: left;
}

.contenido-tar h3 {
  margin-top: 0;
  font-size: 18px;
}

.contenido-tar p {
  font-size: 14px;
  color: #313131;
}

.contenedor4{
  width: 80%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 35px;
  margin-top: 30px;
}

.galeria{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  gap: 16px;
}

.galeria img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 1px black solid;  
}

.ancho {
  grid-column: span 3;
}

.alta {
  grid-row: span 2;
}

h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 16px;
}

.contenedor5{
  flex-direction: row;
  padding-bottom: 105px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

table{
  border: 1px rgb(255, 255, 255) solid;
  width: 120%;
  border-collapse: collapse;
  text-align: center;

}

th, td{
  border: 1px rgb(0, 0, 0) solid;
  padding: 10px;
  background-color: #ffffff;
}

th{
  background-color: rgb(54, 54, 54);
  color: white;
}

.texto-contenedor5{
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}

.formulario {
  max-width: 1280px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}


.seccion2{
  background-image: url(/img/fondeform.jpg);
  border-bottom: 1px black solid;
  background-repeat: no-repeat;
  background-size: cover;
}


input{
  width: 20%;
  display: block;
  padding: 8px;
  font-family: inherit;
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px black solid;
}

input[type="checkbox"]{
    display: inline-block;
    width: auto;
}

select{
  width: 40%;
  display: block;
  padding: 8px;
  font-family: inherit;
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px black solid;
}

label {
  font-weight: bold;
}

input[type="text"], input[type="email"], select{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
}

.formcont{
  max-width: 600px;
  width: 80%;
  background: white;
  padding: 10px;
  border: 2px rgb(68, 63, 55) dashed;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  padding-right: 30px;
}

footer{
  max-width: 1280px;
  width: 80%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

.redes {
  margin-top: 13px;
}

.redes img {
  width: 20px;
  margin: 0 5px;
  vertical-align: middle;
  transition: all 300ms;
}

.redes img:hover{
  transform: scale(1.3);
}

.boton2{
  background-color: #000;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.fila{
  display: flex;
  gap: 1rem;
}

.fila .columna {
  flex: 1;
}

nav a:hover{
  color: #ccc;
}

nav a{
    transition: all 300ms;
}

nav a:hover{
  color: #eb8601;
  transform: scale(1.05);
}

.boton:hover, .boton2:hover{
  background-color: #eb8601;
  transform: scale(1.05);
  color: #000;
}

.boton, .boton2{
  transition: all 300ms;
}

.barra img:hover{
  transform: scale(1.05);
}

.barra img{
    transition: all 300ms;
}

.texto {
  bottom: 10px;
  left: 10px;
  background-color: rgba(253, 140, 47, 0.753);
  color: white;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 4px;
  width: 26%;
}

.contenedorimg {
  max-width: 1280px;
  width: 120%;
}

.contenedorimg img {
  max-width: 1280px;
  width: 100%;
  height: auto;
}