:root {
  --color1: #2e7d32;  
  --color2: #111;   
  --color3: #f4f7ee;   
  font-family: 'Open Sans', sans-serif;
  background-color: var(--color3);
  color: var(--color2);
}
.bobocha-title-container {
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 105; 
  text-align: center;
  padding: 20px 0 10px;
  pointer-events: none; 
}
.bobocha-title {
  font-size: 5rem;
  font-weight: 700;
  color: var(--color1);  
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 8px;
  backdrop-filter: blur(3px);
  transform: skewX(-10deg);
  font-family: 'Altone Trial-Bold', sans-serif;
}
#contenedor {
  width: 100%;
  min-height: 100vh;
  padding-top: 30px; 
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.inicio #contenedor::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url('img/fotoportada3-1700001117511.png');
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  z-index: -2;
}
body.inicio #contenido {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 0 20px;
  text-align: center;
  color: var(--color2);
}
body.inicio #contenido #texto h3,
body.inicio main#contenido #texto h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  transform: skewX(-5deg);
  margin: 30px 0;
}
body.inicio #contenido #texto p,
body.inicio main#contenido #texto p {
  font-size: 1.2rem;
}
body.inicio #contenido #texto {
  color: #fff; 
}
body.inicio header #menu li a:hover {
    color: #2e7d32;
}
body.inicio footer {
  background-color: transparent;
  color: #fff;
}
body.inicio footer #redes li a {
  color: #fff;
}
body.inicio footer #redes li a:hover {
  color: var(--color1);
}
.little-container {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 20px; 
  margin-bottom: 30px;
  flex-wrap: wrap; 
}
.little-container h2.altone-text {
  flex: 1;
  text-align: center;
  margin: 0;
  font-size: 2.5rem;
}
.little-container .round-image {
  flex-shrink: 0; 
  width: 120px;
  height: 120px;
}
.blog-header-image {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-header-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.post .float-image {
  float: right; 
  width: 350px;
  height: auto;
  margin: 0 0 15px 15px; 
}
main.blog, main.videos {
  max-width: 1000px;
  margin: 40px auto;  
  padding: 0 20px;    
}
.videos .video-seccion {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px 10px;
  align-items: center;
}
.videos .video-container {
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.videos .video-responsive {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; 
  position: relative;
  margin-bottom: 15px;
}
.videos .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.videos .video-container h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: var(--color1);
  text-align: center;
}
.videos .video-container p {
  font-size: 1rem;
  color: var(--color2);
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.gallery-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.gallery-block {
  flex: 1 1 300px;  
  max-width: 300px;
  text-align: center;
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); 
  margin-bottom: 10px;
  filter: hue-rotate(10deg) saturate(1.8) contrast(0.7);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.gallery-item img:hover {
  filter: saturate(1.2) brightness(1.1);
  transform: scale(1.03);
}
.gallery-block p {
  font-size: 1rem;
  color: var(--color2);
  margin: 0;
}
header {
  width: 100%;
  background-color: var(--color3);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 5px 10px;
  background-color: transparent;
}
header a img {
  height: 50px;
}
header.inicio-pagina #menu li a {
  color: #fff;
}
header #menu li a {
  color: var(--color1);
}
#menu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu li a {
  text-decoration: none;
  padding: 10px 15px;
  color: var(--color2);
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s;
}
#menu li a i {
  margin-right: 8px;
  font-size: 1.2rem;
  vertical-align: middle;
}
#menu li a:hover {
  color: var(--color1);
}
footer {
  color: var(--color2);
  text-align: center;
  padding: 20px 0;
}
footer #redes {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 2rem;
  list-style: none;
  padding: 10px 0;
}
footer #redes li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color1);
  transition: color 0.3s;
  text-decoration: none;

}
footer #redes li a:hover {
  color: var(--color2);
}
.round-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 20px;
}
.decorative-image img {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 10px auto 0;
}
@font-face {
  font-family: 'Altone Trial-Bold';
  src: url('fonts/AltoneTrial-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
.contact-info {
  display: block;
  margin: 20px 0;
}
.contact-layout {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
h5.contacto-titulo {
  position: relative;
  padding-bottom: 10px;
  margin-top: 115px;
  margin-left: 15px;
  font-size: 13px;
  color: rgb(92, 16, 16);
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: auto;
}
.table-container {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 5px 0 5px;
  box-sizing: border-box;
  color: black;
}
.table-container table {
  border-collapse: collapse;
  width: 100%;
}
.table-container th,
.table-container td {
  border: 1px solid white;
  padding: 8px;
  color: black;
  text-align: left;
}
.table-container th {
  background-color: transparent;
  font-weight: bold;
  text-align: right;
  width: 30%;
}
.table-container td {
  text-align: left;
}
.working-hours {
  margin-top: 0;
  padding: 0 5px 5px 0;
  flex: 1;
  width: 100%;
  font-size: 1em;
  max-width: 600px;
  color: black;
  text-align: left;
}
.working-hours p {
  border: 2px solid white;
  padding: 6px;
  max-width: 600px;
  margin-top: 0;
  box-sizing: border-box;
  color: black;
}
.titulo-contacto,
.contact-info .titulo-horario {
  font-size: 1.5em;
  color: #e74c3c;
  margin-bottom: 10px;
  text-align: center;
}
.caja.uno {
  padding: 20px;
  margin: 25px auto;
  color: black;
  box-sizing: border-box;
}
form {
  padding: 20px;
  border: none;
  box-sizing: border-box;
}
input,
textarea,
select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.btn {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  background-color: grey;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
.contact-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.contact-info,
.caja.uno {
  flex: 1 1 48%;
  padding: 20px;
  box-sizing: border-box;
  color: black;
}
.contact-form-wrapper > section {
  margin-bottom: 30px;
}
.mapa {
  border: 2px solid white;
  padding: 15px;
  margin: 0 auto 40px auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: white;
}
.caja.uno form {
  max-width: 450px;
  margin: 0 auto;
}
.caja.uno input,
.caja.uno textarea,
.caja.uno select {
  max-width: 100%;
  box-sizing: border-box;
}
.mapa iframe {
  width: 100%;
  height: 450px;
  display: block;
  border: none;
}
.imagen-adicional {
  max-width: 150px; 
  background-color: white;
  padding: 6px;
  margin-top: 10px;
  float: left;
  margin-right: 10px;
  margin-left: 150px;
  border-radius: 2px;
}
.imagen-adicional img {
  width: 100%;
  height: auto;
  display: block;
}
.nosotros-page .texto p {
  font-size: 0.7em; 
}