/* COMMON */
body{
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #333;
}
.icoPol {
    font-weight: 100;
    font-size: 1.5rem;
    color: #e94e1c;
}
a{
  text-decoration: none !important;
}
section{
    padding: 0;
    margin: 0;
}
.fs-6 {
  font-size: 0.66rem !important;
}
.nav-link.active {
    border-bottom: 5px solid #E94E1C;
}
/* HERO2 */

        .hero-section {
            /* background-color: #f8f9fa; */
        }
        .hero-container {
            display: flex;
            flex-direction: column;
            overflow: hidden;
            border-radius: 1rem;
            margin: 2rem;
        }
        @media (min-width: 992px) {
            .hero-container {
                flex-direction: row;
            }
        }
        .text-container {
            background-color: #007bff;
            color: white;
            padding: 3rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-image: url(../img/HeroBgImg.png);
        }
        @media (min-width: 992px) {
            .text-container {
                flex: 1;
            }
        }
        .image-container {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0 1rem 1rem 0;
        }
        .btn-custom {
            background-color: #ff6347;
            border-color: #ff6347;
            color: white;
            font-weight: bold;
            padding: 0.75rem 2rem;
            transition: background-color 0.3s ease;
        }
        .btn-custom:hover {
            background-color: #e55336;
            border-color: #e55336;
            color: white;
        }
        .hero-title {
            font-size: 2.5rem;
            font-weight: bold;
        }
        .card-service {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: none;
            border-radius: 1rem;
        }
        .card-service:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        .footer {
            background-color: #212529;
            color: white;
        }
/* HERO */
.hero {
    height: 100vh;
    background: url('https://via.placeholder.com/1920x1080') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }
  .hero-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
  }
  /* NAVBAR */

  /* TOP */
  .feature-block {
    text-align: center;
    padding: 20px;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    /* transition: box-shadow 0.3s; */
  }
  .feature-block:hover {
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
  }
.feature-block i {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
    background-color: #55803E;
    padding: 15px 15px;
    border-radius: 150px;
}
.barra {
    border: 6px solid #55803E;
    width: 20%;
    margin: 5% auto 0;
}

  /* ITEMS */
  .item {
    position: relative;
    overflow: hidden;
    height: 100vh;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    /* border-radius: 10px; */
    transition: all 0.3s ease;
  }
  .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #009dcf61;
    color: white;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    min-height: 100px;
  }
  .hidden-paragraph {
    position: absolute;
    bottom: -100%;
    width: 100%;
    background: #009fcf7a;
    color: white;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    transform: translateY(100%);
  }
  .item:hover .hidden-paragraph {
    bottom: 10%;
    transform: translateY(0);
  }
  .item:hover .overlay {
    background: #009DCF;
    bottom: 60%;
    transform: translateY(50%);
  }
  .cta-button-section {
    text-align: center;
    margin-top: 20px;
  }

  /* video */
  .video-section {
    padding: 50px 0;
    background-color: #f8f9fa;
  }
  .video-wrapper {
    position: relative;
    width: 100%;
    height: 500px; /* Altura específica para el video */
    overflow: hidden;
  }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* Clientes */

  .logo-carousel .carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px; /* Ajusta la altura según sea necesario */
  }
  .logo-carousel img {
    max-height: 100%;
    max-width: 100px; /* Ajusta el tamaño máximo del logo */
    object-fit: contain;
  }
  /* equipo */
  .inner-section-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Ocupa el 100% de la altura del contenedor padre */
}
.inner-section {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  height: 100%; /* Ocupa el 100% de la altura del contenedor padre */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; /* Centro horizontal */
}
/* .eq-container{
  height: 50vh;
} */
.col-eq {
  height: 100%;
}
.maq{
  border: 0px solid !important;
}
section.seguridad {
    background-color: #F9F7F4;
}

/* ////////////////// */

.card-item {
            background-color: #ffffff;
            color: #333;
            border-radius: 1rem;
            /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
            /* transition: transform 0.2s; */
            cursor: pointer;
        }
        .card-item:hover {
            /* transform: translateY(-5px); */
        }
        .icon-container {
            width: 50px;
            height: 50px;
            background-color: #f8f9fa; /* Fondo del icono */
            border-radius: 0.75rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .icon-svg {
            width: 30px;
            height: 30px;
            color: #ff6347; /* Color naranja rojizo para el SVG */
        }
        .logo {
          max-width: 100%;
          padding: 20px;
        }
        section.trabajo {
    background-color: rgba(233, 78, 28, 0.15);
        }
        .trabajo.inner-section{
          background-color: none !important;
        }
        .trBg {
              background: #ffffff00;
              border: none;
          }

          /* contacto */
           .contact-container {
            background-color: #2c3139;
            /* border-radius: 1rem; */
            padding: 2rem;
            /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); */
            display: flex;
            flex-direction: column;
        }
        @media (min-width: 992px) {
            .contact-container {
                flex-direction: row;
            }
        }
        .form-section {
            flex: 1;
            padding-right: 1rem;
            background: #222938;
            border-radius: 25px;
        }
        .info-section {
            flex: 1;
            padding-left: 1rem;
        }
        .form-group {
            margin-bottom: 1.5rem;
        }
        .form-control {
        background-color: #fff;
        color: #E94E1C;
        border: none;
        border-radius: 0.75rem;
        padding: 0.75rem 1rem;
        }
        .form-control::placeholder {
            color: #adb5bd;
        }
        .form-control:focus {
            background-color: #495057;
            /* box-shadow: 0 0 0 0.25rem rgba(255, 99, 71, 0.5); */
            color: #f8f9fa;
        }
        .form-label {
            color: #ff6347;
            font-weight: 400;
        }
        .btn-send {
            background-color: #ff6347;
            color: #ffffff;
            border: none;
            /* border-radius: 0.75rem; */
            padding: 0.75rem 1.5rem;
            font-weight: 700;
            transition: background-color 0.2s;
        }
        .btn-send:hover {
            background-color: #e5533d;
        }
        h2 {
            color: #ff6347;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        .info-item {
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            color: #fff;
        }
        .info-item svg {
            color: #ff6347;
            margin-right: 1rem;
        }
        h3.tituloM.text-uppercase {
        background: #55803E;
        width: 50%;
        margin: 20px auto;
        padding: 10px;
        border-radius: 10px;
        color: #fff;
        }

        .feature{
          color: #55803E !important;
          background-color: #55803e00 !important;
          font-size: 5rem !important;
        }
        #servicios > div > div.col-md-8 > div > div > div > div > i{
          background-color: #009DCF;
        }
        #servicios > div > div.col-md-8 > div > div > div > div > div.barra{
          border: 6px solid #009DCF;
        }
        /* Estilo para el menú fijo (sticky) con sombra */
        .scrolled {
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra suave */
          transition: box-shadow 0.3s ease-in-out; /* Transición suave */
        }

        /* Asegúrate de que el fondo del nav sea opaco si la sombra es visible */
        .navbar.scrolled.bg-dark {
          background-color: #343a40 !important; /* Color oscuro de Bootstrap */
        }
        #maquinarias > div > div.row > div.col-md-8 > div > div > div > div > i{
          background-color: #ff6347;
        }
        #maquinarias > div > div.row > div.col-md-8 > div > div > div > div > div.barra{
          border: 6px solid #ff6347;
        }
        .titSeg{
          color: #009DCF;
        }
        .titSust{
          color: #55803E;
        }
        .sostenibilidad {
            background-color: #F9F8FE;
        }
        #clientes > div > div > div.row > div.col-md-8 > div > div > div > div > i{
          background-color: #009DCF;
        }
        #clientes > div > div > div.row > div.col-md-8 > div > div > div > div > div.barra{
                  border: 6px solid #009DCF;
                }
       #trabajo > div > div > div:nth-child(2) > div > div > div > div > div > div > i{
        background-color: #ff6347;
       }
       #trabajo > div > div > div:nth-child(2) > div > div > div > div > div > div > div.barra{
        border: 6px solid #ff6347;
       }
       a.btn.btn-outline-secondary.btn-floating.m-1.rounded-circle.p-2 {
    min-width: 45px;
    padding: 10px 14px !important;
}