* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

/* Header Styles */
header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 200px;
  transition: 0.5s ease;
}

header .logo img {
  border-radius: 60px;
  transition: transform 0.3s ease;
}

header .logo img:hover {
  transform: scale(1.3);
}

header .navegacion {
  position: relative;
}

header .navegacion .navegacion-items a {
  position: relative;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  margin-left: 30px;
  transition: 0.3s ease;
}

header .navegacion .navegacion-items a:before {
  content: '';
  position: absolute;
  background: #ffffffc7;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

header .navegacion .navegacion-items a:hover:before {
  width: 100%;
}

/* Hero Section */
.inicio {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.603);
}

.inicio::before {
  z-index: 777;
  content: '';
  position: absolute;
  background: rgba(170, 81, 81, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inicio .content {
  z-index: 888;
  color: #fff9f9;
  width: 70%;
  margin-top: 50px;
  padding: 10px 100px;
}

.inicio .content h1 {
  font-size: 4em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 75px;
  margin-bottom: 40px;
}

.inicio .content h1 span {
  font-size: 1.2em;
  font-weight: 600;
}

.inicio .content p {
  margin-bottom: 65px;
  color: #fdfdfd;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.6;
}

.inicio .content a {
  background: #fff;
  padding: 15px 30px;
  color: black;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.inicio .content a:hover {
  background: #f0f0f0;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.inicio .media-icons {
  z-index: 888;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}

.inicio .media-icons a {
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}

.inicio .media-icons a:not(:last-child) {
  margin-bottom: 20px;
}

.inicio .media-icons a:hover {
  transform: scale(1.3);
}

.inicio video,
.inicio #img2 {
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Slider Navigation */
.slider-navegacion {
  z-index: 888;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(80px);
  margin-bottom: 12px;
}

.slider-navegacion .nav-btn {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}

.slider-navegacion .nav-btn.active {
  background: red;
}

.slider-navegacion .nav-btn:not(:last-child) {
  margin-right: 20px;
}

.slider-navegacion .nav-btn:hover {
  transform: scale(1.3);
}

.video-slide {
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.video-slide.active {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path;
}

/* General Sections */
.general {
  width: 100%;
  background-color: red;
  display: flex;
}

.general-1 {
  width: 100%;
  height: 400px;
  text-align: center;
  padding: 1rem 0;
}

.general-1 h2 {
  font-size: 55px;
  line-height: 70px;
  color: rgb(253, 253, 253);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.general-1 p {
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin: 15px 0 45px;
  text-align: center;
  padding: 0 25px;
  line-height: 1.6;
}

.general-2 {
  background-image: url(/imagenes/imagen4.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
}

.general2 {
  width: 100%;
  background-color: rgba(15, 82, 109, 0.932);
  display: flex;
}

.general-4 {
  width: 50%;
  height: 400px;
  text-align: center;
  padding: 1rem 0;
}

.general-4 li {
  padding: 10px;
  list-style: none;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: center;
}

.general-4 li img {
  margin-right: 15px;
}

.general-3 {
  background-image: url(/imagenes/camion3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

/* Services Section */
.servicio {
  background-image: linear-gradient(
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.7)),
    url(/imagenes/camion3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}

.servicios-content {
  text-align: center;
}

.servicios-content h2 {
  font-size: 55px;
  line-height: 70px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.servicios-content p {
  font-size: 20px;
  color: white;
  padding: 0 100px;
  line-height: 1.6;
}

.servicios-grupo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.servicios-1 {
  padding: 0 100px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.servicios-1:hover {
  transform: translateY(-10px);
}

.servicios-1 img {
  max-width: 15rem;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.servicios-1 h3 {
  color: rgb(243, 243, 243);
  font-size: 25px;
}

/* Information Section */
.informacion {
  padding: 100px 0;
  background-color: red;
  position: relative;
}

.info-contet {
  padding: 0 auto;
  margin: auto;
  justify-content: center;
}

.info-contet h2 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  padding: auto;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.text-servicio {
  font-size: 16px;
  color: #ffffff;
  padding: 0 250px;
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 1.6;
}

.info-grupo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-1 {
  padding: 0 25px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.info-1:hover {
  transform: translateY(-5px);
}

.info-1 p {
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 1.6;
}

.info-1 img {
  max-width: 50rem;
  height: 150px;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.info-1 img:hover {
  transform: scale(1.1);
}

.info-1 h3 {
  color: #000000;
  font-size: 25px;
  margin-bottom: 20px;
}

/* Blog Section */
.blog-conteiner {
  padding: 100px 0;
  text-align: center;
}

.blog-conteiner h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.blog-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-1 {
  padding: 15px 55px;
}

/* Image Container */
.image-container {
  position: relative;
  display: inline-block;
  margin: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.image-container:hover {
  transform: translateY(-5px);
}

.bloimg {
  width: 500px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.descripcion {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(241, 0, 0, 0.7);
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  width: auto;
  max-width: 80%;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
}

.descripcion.active {
  display: block;
}

/* Footer */
.footer {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.8)
  ),
  url(/imagenes/trato.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 20px;
  color: #fff;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.footer-form {
  flex: 1;
  min-width: 320px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  color: #000;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.footer-form h2 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
}

.footer-form label {
  display: block;
  margin: 15px 0 5px;
  font-weight: bold;
  color: #333;
}

.footer-form input,
.footer-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 14px;
  transition: border 0.3s ease;
}

.footer-form input:focus,
.footer-form textarea:focus {
  border-color: #393b39;
  outline: none;
}

.footer-form textarea {
  height: 120px;
  resize: vertical;
}

.footer-form input[type="submit"] {
  background-color: #393b39;
  color: white;
  cursor: pointer;
  border: none;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease;
  padding: 12px 24px;
}

.footer-form input[type="submit"]:hover {
  background-color: #45a049;
}

.footer-map {
  flex: 1;
  min-width: 320px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.footer-2 {
  display: flex;
  background-color: rgb(80, 78, 78);
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #fff;
  margin-top: 20px;
}

.footer-2 h3 {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}

/* Menu Button */
.menu-btn {
  background: url(/imagenes/menu.png) no-repeat;
  background-size: 30px;
  background-position: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s ease;
  display: none;
  z-index: 1000;
}

.menu-btn.active {
  background: url(/imagenes/close.png) no-repeat;
  background-size: 25px;
  background-position: center;
  position: fixed;
  right: 20px;
  top: 20px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  header {
    padding: 15px 100px;
  }
  
  .inicio .content,
  .servicios-content p {
    padding: 0 50px;
  }
  
  .text-servicio {
    padding: 0 150px;
  }
}

@media (max-width: 992px) {
  header {
    padding: 15px 50px;
  }
  
  .inicio .content {
    width: 80%;
  }
  
  .servicios-1,
  .info-1 {
    padding: 0 50px;
  }
  
  .text-servicio {
    padding: 0 100px;
  }
  
  .general-1 h2,
  .servicios-content h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 768px) {
  header {
    padding: 15px 30px;
  }
  
  .menu-btn {
    display: block;
  }
  
  header .navegacion {
    display: none;
  }
  
  header .navegacion.active {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
  }
  
  header .navegacion.active .navegacion-items {
    background: rgba(148, 148, 148, 0.42);
    width: 90%;
    max-width: 400px;
    margin: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(1, 1, 1, 0.2);
  }
  
  header .navegacion .navegacion-items a {
    font-size: 1.2em;
    margin: 15px 0;
    padding: 10px 0;
  }
  
  .inicio .content {
    width: 90%;
    padding: 0 30px;
    margin-top: 30px;
  }
  
  .inicio .content h1 {
    font-size: 2.5em;
    line-height: 50px;
    margin-bottom: 25px;
  }
  
  .inicio .content p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  
  .inicio .content a {
    padding: 12px 25px;
  }
  
  .servicios-content h2,
  .general-1 h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  
  .servicios-content p {
    padding: 0 30px;
    font-size: 16px;
  }
  
  .servicios-1 {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 40px;
  }
  
  .servicios-1 img {
    max-width: 100%;
  }
  
  .info-grupo {
    flex-direction: column;
    align-items: center;
  }
  
  .info-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .text-servicio {
    padding: 0 30px;
  }
  
  .general,
  .general2 {
    flex-direction: column;
  }
  
  .general-1,
  .general-4 {
    width: 100%;
    height: auto;
    padding: 50px 20px;
  }
  
  .general-2,
  .general-3 {
    width: 100%;
    height: 300px;
  }
  
  .blog-content {
    flex-direction: column;
    align-items: center;
  }
  
  .blog-1 {
    padding: 15px 20px;
    margin-bottom: 30px;
  }
  
  .bloimg {
    width: 100%;
  }
  
  .footer-form,
  .footer-map {
    min-width: 100%;
  }
  
  .footer-map {
    height: 300px;
  }
}

@media (max-width: 576px) {
  header {
    padding: 15px 20px;
  }
  
  .inicio .content h1 {
    font-size: 2em;
    line-height: 40px;
    letter-spacing: 3px;
  }
  
  .inicio .content p {
    font-size: 15px;
  }
  
  .inicio .content a {
    padding: 10px 20px;
    font-size: 1em;
  }
  
  .inicio .media-icons {
    right: 15px;
  }
  
  .inicio .media-icons a {
    font-size: 1.4em;
  }
  
  .servicios-content h2,
  .general-1 h2,
  .info-contet h2,
  .blog-conteiner h2 {
    font-size: 30px;
    line-height: 40px;
  }
  
  .servicios-content p,
  .general-1 p,
  .info-1 p {
    font-size: 15px;
  }
  
  .info-1 h3,
  .servicios-1 h3 {
    font-size: 20px;
  }
  
  .info-1 img {
    height: 120px;
  }
  
  .image-container {
    margin: 10px 0;
  }
  
  .descripcion {
    font-size: 14px;
    padding: 8px 15px;
  }
}

@media (max-width: 400px) {
  .inicio .content h1 {
    font-size: 1.8em;
    line-height: 35px;
  }
  
  .inicio .content {
    padding: 0 20px;
  }
  
  .servicios-content h2,
  .general-1 h2 {
    font-size: 25px;
    line-height: 35px;
  }
  
  .servicios-content p {
    padding: 0 15px;
  }
  
  .footer-form {
    padding: 20px 15px;
  }
}