/*Agua total*/

.bg-top-curve{
    height:125px;
    background: url(../img/agua-total/elemento-cover.svg) center bottom repeat;
    animation: 25s wave ease-in-out infinite alternate;

}



 
@keyframes wave {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2125px;
 }
}


.grid-services{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 30px 0px;
    justify-items: center;
}


.area-gray{
    background: #F8F8FA;
    width: 158px;
    height: 158px;
    justify-items: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.div-curve{
    height: 280px;
    width: 100%;
    clip-path: circle(47% at 50% -60%);
    background: transparent;
    background: rgb(248,248,250);
    background: linear-gradient(0deg, rgba(248,248,250,1) 38%, rgba(255,255,255,1) 47%);
    display: flex;
    align-items: center;
    justify-content: center;
}



.grid-system-a{
    display: grid;
    grid-template-columns: 61% 36%;
    grid-column-gap: 40px;
    align-items: center;
}


.grid-system-b{
    display: grid;
    grid-template-columns: 52% 45%;
    grid-column-gap: 40px;
    align-items: center;
}


.slide-white {
    background: white;
    padding: 10px;
}


.mySwiperSystem .swiper-wrapper {
    height: auto;
}

.deeler{
    background: #F7F7F9;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}


.curve-water{
    top:150px;
}


/* lg */ @media (max-width: 1199px) {
    .div-curve{
        height: 300px;
    }

    .curve-water {
        top: 170px;
    }
}
/* md */ @media (max-width: 991px) {
    .curve-water{
        top: 185px;
    }

    .div-curve {
        height: 220px;
    }
}
/* sm */ @media (max-width: 767px) {
    .grid-system-a{
        grid-template-columns: 100%;
    }


    .grid-system-b{
        grid-template-columns: 100%;
    }

    .grid-system-b div:nth-of-type(1) {
        order: 2;
    }

    .grid-system-b div:nth-of-type(1) {
        order: 1;
    }

    .A {
      order: 1;
    }

    .B {
      order: 2;
    }

    .curve-water{
        top: 80px;
    }

    .div-curve {
        height: 200px;
    }

}
/* xs */ @media (max-width: 575px) {
    .curve-water{
        top:75px;
    }

    .div-curve {
        height: 150px;
    }

    .curve-water{
        top:120px;
    }
}
/* xxs */ @media (max-width: 430px) {}


/*Parallax*/

.elements-float, .elements-float-mini {
    /* position: absolute; */
    z-index: 0;
    width: 98%;
    /* height: 1px; */
}

.elements-float .laso {
    margin-left: 0px !important;
    top: -60px !important;
    position: relative;
}





