@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    font-family: "Open Sans", sans-serif;
}

.spinnerWrapper {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1031;
}

.spinner-border {
    color: #92C80C;
    width: 250px;
    height: 250px;
}

body,
html {
    margin: 0;
    padding: 0;
}

.hero {
    position: relative;
    overflow: hidden;
    max-height: 100vh;
    /* Ajusta al menos el 50% de la altura de la ventana gráfica */
}

.hero video {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlaycontent {
    text-align: center;
    color: #fff;
}

.overlaytxt img {
    max-width: 100%;
    height: auto;
    z-index: 999;
}

.navbar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    display: none;
}

.navbar-scrolled {
    background-color: white !important;
    transition: background-color 0.7s ease;
}

.navbar-scrolled a {
    color: black !important;
}

.navbar img {
    width: 100px;
    /* Ajusta el ancho según tus preferencias */
    height: auto;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-nav .nav-item {
    margin-right: 20px;
    /* Ajusta el espacio entre los elementos, según tus preferencias */
    font-size: larger;
}

.separator {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #92C80C;
    margin: 0 auto;
}

.icon {
    font-size: 2em;
}

.cust-btn {
    background: none;
    border: none;
    height: 60%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cust-btn:hover {
    transform: scale(1.1);
}

.contextItem img {
    /* Podriamos ponerle bordes personalizados o alguna mamerta de esas  */
    border-color: #92C80C;
    border-bottom-right-radius: 70%;
    border-top-left-radius: 70%;
    border-width: 100px;

}

.service-svg {
    color: white;
}

.bg-svg {
    background-color: #92C80C;
    /* Color verde especificado */
    border-radius: 50%;
    /* Hace que el fondo sea redondeado */
    padding: 20px;
    /* Ajusta el espacio dentro del fondo redondeado según tus necesidades */
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}



hr {
    background-color: #92C80C;
    height: 5px;
    margin-left: 0%;
    width: 50%;
}

.articletittle {
    font-size: 55px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    color: #92C80C;

}

.svg-class {
    position: absolute;
    bottom: 0;
}

.svg-class {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    color: #92C80C;
}

.service-svg {
    color: white;
}

.svg-class2 {
    transform: scaleY(-1);
    position: absolute;
    left: 0;
    width: 100%;
    color: #92C80C;
}

.brandContext p {
    font-size: 3zvmin;
}

.element {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    /* Puedes ajustar la duración y la función de tiempo según tus preferencias */
}

.counter {
    transition: opacity 1s ease-in-out;
    /* Puedes ajustar la duración y la función de tiempo según tus preferencias */
    color: white;
    font-weight: bold;
}

.svg-border-rounded svg {
    position: relative;
    left: 0;
    height: 4.5rem;
    width: 100%;
    color: #92C80C;
}

.svg-class3 {
    position: relative;
    left: 0;
    background-color: #92C80C;
    width: 100%;
    height: 3.5rem;
}

.section-numeros {
    background-color: #92C80C;
}

.hover-zoom {
    transition: transform 0.3s ease-in-out;
}

.hover-zoom:hover {
    transform: scale(1.1);
}

.shadow-green {
    -webkit-filter: drop-shadow(2px 1px 0 #92C80C) drop-shadow(-1px -1px 0 #92C80C);
    filter: drop-shadow(2px 1px 0 #92C80C) drop-shadow(-1px -1px 0 #92C80C);
}

.shadow-black {
    -webkit-filter: drop-shadow(2px 1px 0 black) drop-shadow(-1px -1px 0 black);
    filter: drop-shadow(2px 1px 0 black) drop-shadow(-1px -1px 0 black);
}


footer {
    background-color: #92C80C;
    position: relative;
}

.site-footer-dron {
    height: 200px;
    width: 400px;
    position: absolute;
    top: -150px;
    right: 30px;
    transform-origin: center bottom;
    animation-fill-mode: both;
    animation-name: banner3Shake;
    animation-timing-function: ease-out;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.wrapper {
    margin-top: -62px;
}

.footer-img {
    margin-top: -50px;
}

@media (max-width:768px) {
    .site-footer-dron {
        display: none;
    }
}

@keyframes banner3Shake {

    0%,
    100% {
        transform: perspective(400px) rotate(0deg) translateZ(0px) translateY(0) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(5deg) translateZ(30px) translateY(10px) translateX(0);
    }
}

.grey-diagonal-wrapper {
    width: 120%;
    height: 165px;
    background-color: white;
    overflow: hidden;
    transform: translateY(-80px)rotate(6deg);
}

.decoration-wrap.reverse.absolute {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

decoration-wrap {
    width: 100%;
    object-fit: cover;
    background-image: none;
    position: relative;
}

.section-new.light-blue {
    background-color: #92C80C;
    position: relative;
    overflow: hidden;
}

.section__col.section__col--bottom {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.block__grid-wrap {
    width: 100%;
    height: auto;
}

.block__img-grid {
    grid-column-gap: 30px;
    grid-template: "Area Area-2 Area-3" /1fr 1fr 1fr;
}

.block__img-wrap.grid--mid {
    margin-top: 32px;
}

.block__grid-img {
    width: 100%;
    /* Establece el ancho al 100% para que se ajuste al contenedor */
    height: auto;
    /* Permite que la altura se ajuste automáticamente para mantener la proporción de la imagen */
    display: block;
    /* Evita espacios en blanco debajo de las imágenes */
    border-radius: 8px;
    box-shadow: 0 22px 10px rgba(0, 0, 0, .1);
}

.section__col-wrap.vertical {
    flex-direction: column;
}

.section__col.section__col--bottom {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.block__img-wrap {
    margin-right: 30px;

}

.new-container {
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
}

/* Cambiar la disposición de los elementos en dispositivos móviles */
@media (max-width: 768px) {
    .section__col.section__col--bottom {
        flex-direction: column;
    }

    .block__img-wrap {
        margin-right: 0;
        /* Eliminar el margen derecho en dispositivos móviles */
        margin-bottom: 20px;
        /* Espacio entre las imágenes en dispositivos móviles */
    }

    .block__img-wrap.grid--mid {
        margin-top: 0;
        /* Eliminar el margen superior en dispositivos móviles */
    }
}

.btn.custom-btn {
    color: #92C80C;
    border-color: #92C80C;
    font-weight: bold;
}

.btn.custom-btn:hover {
    background-color: #92C80C;
    border-color: #92C80C;
    color: white;
}

.btn.custom-btn:active {
    background-color: #92C80C;
    border-color: #92C80C;
    color: white;
}

/* Ajustes adicionales para dispositivos móviles */
@media (max-width: 768px) {
    .custom-btn {
        width: 100%;
        /* Ocupar todo el ancho disponible */
        max-width: none;
        /* Eliminar el ancho máximo */
    }
}

.custom-navbar {
    background-color: #92C80C !important;
}

.page-section {
    margin-top: 50px;
}

.team-member img {
    width: 14rem;
    height: 14rem;
    border: 0.5rem solid #92C80C;
}

.rounded-circle {
    border-radius: 50% !important;
}

.team-member h4,
.team-member .h4 {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.navbar-brand.spinner-hidden {
    display: none;
}

.nav-link.active {
    color: red; /* Cambia el color o aplica otros estilos para el enlace activo */
}
custom-icon{
    color: #92C80C;
}
.underline-effect {
    display: block;
    position: relative;
    padding: 0.2em 0;
  }
  
  /* Fade in */
  .underline-effect::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 0.1em;
    background-color: #92C80C;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;

  }
  
  .underline-effect:hover::after,
  .underline-effect:focus::after {
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
  }
  