﻿
.section-separathor {
    width: 100%;
    height: 2.5px;
}

.image_carrousel-new {
    background-color: transparent;
    width: 100%;
    height: 100%;
    background-image: url("images/main_carousel/slider_5.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.triangle-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.como-funciona-bg {
    
}

.mis-servicios-bg {

}

.ventajas-bg {
   
}

.quienes-somos-bg {
  
}

.contactos-bg {
   
}


.bg-triangle-003 {
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 5%,50% 100%,0% 5%);
}

.bg-triangle-003-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 2.5px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 5%,50% 100%,0% 5%);
}

.hero-bg-new {
}

    .hero-bg-new .air {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: url(images/wave.png);
        background-size: 1000px 100px
    }


        .hero-bg-new .air.air1 {
            animation: wave 30s linear infinite;
            z-index: 1;
            opacity: 1;
            animation-delay: 0s;
            bottom: 0;
        }

        .hero-bg-new .air.air2 {
            animation: wave2 15s linear infinite;
            z-index: 2;
            opacity: 0.5;
            animation-delay: -5s;
            bottom: 10px;
        }

        .hero-bg-new .air.air3 {
            animation: wave 30s linear infinite;
            z-index: 3;
            opacity: 0.2;
            animation-delay: -2s;
            bottom: 15px;
        }

        .hero-bg-new .air.air4 {
            animation: wave2 5s linear infinite;
            z-index: 4;
            opacity: 0.7;
            animation-delay: -5s;
            bottom: 20px;
        }

@keyframes wave {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes wave2 {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: -1000px;
    }
}
