@font-face {
  font-family: 'Poppins';
  src: url('https://fonts.google.com/share?query=poppins') format('opentype');
}
.ocultar{
    display: none;
}
  .carousel-item img {
    max-width: 100%;
    height: auto;
  }
  .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(29, 85, 23, 0.95);
    }

.cursor{
  cursor: pointer;
}    

#banner {
  position: relative;
  height: 100vh;
}

#banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

#banner .inner {
  position: relative;
  z-index: 1;
}

#banner-container .inner {
  color: white; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.letra-principal{
color: white;
}
.letra-secundaria{
  font-family:'Poppins', sans-serif;
  color: white;
}
.texto-quienesSomos{
  margin-bottom: 5px;

}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-lg-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-md-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-xl-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.justify-content-center {
  justify-content: center !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.h-100 {
  height: 100% !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

h3{
  font-family:'Poppins', sans-serif;
  color: white;
}

.section-boxes-wrap {
  width: 25%;
  height: auto;
  cursor: pointer;
  padding: 5px 8px;
}

.section-box {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}

.section-title:hover::before {
  top: 0%;
  left: 0%;
  transform: scale(1.03);
}

.title-area {
  position: relative;
}

.project-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 16px;
  color: #6c6f8a;
  white-space: nowrap;
  transition: .3s ease all;
}

.project-title {
  white-space: nowrap;
  font-size: 22px;
  color: #f1f1f1;
  transition: .3s ease;
}

@media only screen and (max-width: 1147px) {
  .section-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 30px;
  }

  .section-boxes-wrap {
    width: 33%;
    height: auto;
  }
}

@media only screen and (max-width: 785px) {
  .section-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 30px;
  }

  .section-boxes-wrap {
  
    width: 100%;
    height: auto;
  }
}
.section-box img{
  width: 100%; 
  border-bottom-left-radius: 5px; 
  border-bottom-right-radius: 5px;
}
.section-boxes-wrap:last-child {
  margin-right: 0;
}
.h2-linea{
  margin: 10px 0px 10px 5px; 

}
.parrafo-equivalencia{
  color: white;
  font-family:'Poppins', sans-serif;
}
.div-parrafo-equivalencia{
  background-color: #447a44; 
  border-radius: 5px; 
  border-top-left-radius: 0px; 
  border-top-right-radius: 0px; 
  padding: 10px;
  text-align: center;
}
.hr-equivalencia{
  margin: 10px 0px 15px;
}
.modal-header .close {
      padding: 1rem;
      height: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 1px;
      background-color: white;
}

#menu {
  background-image: url('../../images/fondo\ verde\ con\ motor\ deutz\ 130.png');
}

#menu .inner{
width: 70%;
height: 70%;
}

#menu .links-contacto {
  list-style: none;
  margin-bottom: 1.5em;
  padding: 0;
}

  #menu .links-contacto li {
    padding: 0;
  }

    #menu .links-contacto li a {
      display: block;
      font-family: Raleway, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 510;
      letter-spacing: 0.1em;
      line-height: 1.85em;
      padding: 0.75em 0;
      color: #F2F4F4;
      margin-left: 10px; 
      text-transform: lowercase;
    }

    #menu .links-contacto li a:hover {
      color: #92e992;
    }

    .borde-links-redes{
      border-left: 1px solid white;
    }

    .borde-links{
      border-bottom: none;
    }

    .video-quienesSomos{
      width: 700px;
      height: auto;
    }

    @media (max-width: 767px) {
      .borde-links-redes{
        border-left: none;
      }
      .borde-links{
        border-bottom: 1px solid white;
      }
      .video-quienesSomos{
        width: 400px;
      }
    }
    @media (max-width: 460px){
      .video-quienesSomos{
        width: 320px;
      }
    }

    .whatsapp {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 15px;
      right: 15px;
      background-color: #25d366;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 38px;
      z-index: 100;
  }
  .whatsapp:hover{
      color:white;
  }
  
.whatsapp-producto {
  color: #25D366;
  margin-left: 10px;
  text-decoration: none;
  font-size: 30px;
}

.whatsapp-producto:hover {
  color: #ffffff;
}
  .carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    text-align: left;
}

.carousel-post {
    flex: 0 0 100%;
    display: flex;
    font-size: 2rem;
    background-color: transparent;
    text-transform: uppercase;
}

.carousel-controls {
    display: none;
}

.producto-sin-imagen{
  background-color: white;
  border-radius: 5px;
  height: auto;
}

.section-box {
  position: relative;
}

.image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  text-align: center;
  font-size: 20px;
  color: #000;
  z-index: 1;
}

.icono-parrafo{
  display: flex;
  align-items: center;
}
.icono-parrafo i{
  margin-right: 5px;
}
.custom-modal-size {
  max-width: 80%;
  max-height: 80%; 
}
.custom-carousel-control{
width: 30px;
}
@media (max-width: 576px) {
  .custom-modal-size {
      max-width: 100%;
      margin: 0;
  }
  .modal-content {
      height: auto;
  }
  .modal-body {
      overflow-y: auto;
  }
}
.carousel-item img, .carousel-item video {
  object-fit: contain;
  max-height: 500px;
  width: 100%;
}
.letra-quienesSomos{
  font-size: 40px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
.fa-circle{
  right: 8px;
  position: relative;
  color: white; font-size: 15px;
}
#one .letra-secundaria{
  font-size: 20px;
  margin-top: 10px;
}
.quienes-somos{
padding: 40px;
}
.distribucion-quienesSomos{
  display: flex; justify-content: center;
}
@media (max-width: 1504px){
  .distribucion-quienesSomos{
    display: flex; justify-content:left;
  }
  .margen-video{
    top: 20px;
  }
}
.boton-accesoClientes{
  border: solid 1px white;
  font-weight: 600;
  top: 40px;
  position: relative;
}
.boton-accesoClientes:hover{
  background-color: #FFF;
  color:#000;
  transition: 0.5s;
  
}
.clickAqui:hover{
  color: #58ff58;
}
#clientes p{
  position: relative;
}
@media (max-width: 1144px){
  #clientes .col-lg-4{
    top: 60px;
  }
  #clientes .col-lg-4 img{
    padding-bottom: 30px;
  }
}
.section-boxes-wrap .image-text p{
  text-transform: uppercase;
}