*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}






/* --------------------Banner------------------------------------- */
.banner{
    width: 100%;
    height: 100vh;
}
.banner img{
    width: 100%;
    height: 100%;
}
.banner-cover{
    object-fit: cover;
}
.background_top{
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: -112px;
    height: 200px;
}
.molecule-1{
    position: absolute;
    width: 300px;
    right: 30px;
    bottom: -116px;
    transform: rotate(-10deg);
    z-index: 2;
}
.img-title{
    position: absolute;
    width: 380px;
    bottom: -60px;
    z-index: 3;
    right: 2%;
  
}
/* ----------------main--------------------------------------------------------- */

.main_wrap{
    margin: 0px auto;
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;

}
.animado{
    opacity: 0;
    transition: all 0.6s;
}

.mostrarArriba {
    animation: mostrarArriba 1.2s;
}



@keyframes mostrarArriba {
    0% {
        transform: translateY(350px);
        /* +60 mandamos hacia arriba (+); -60 mandamos hacia abajo (-) */
    }
    100% {
        transform: translateY(0);
    }
}
/* --------------BACKGROUND-main-------------------- */

.background_bot{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
}
.background_bot img{
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover;
    object-position: top; */
}
/* ------------------------------------------------------------ */
.wrap-container {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding-top: 0px;
}
.json_molecule_1{
    width: 800px;
    height: 500px;
    position: absolute;
    left: -157px;
    top: calc(100vh - 255px);
    /* transform: scaleX(-1); */
    z-index: 2;
    transform: rotate(
130deg
);
    opacity: 1;
}
/* ------our-technology------------- */
.container-our-technology{
    padding-top: 100px;
    letter-spacing: 1px;
    width: 100%;
    background-color: transparent;
    padding-bottom: 70px;
    position: relative;
    z-index: 10;
}
.title-section{
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 900;
    /* text-shadow: 1px 1px 2px #137186; */
    margin-bottom: 40px;
    text-transform: uppercase;

}
.color-1{
    color: #FFF7DD;
}
.brick{
    width: 22px;
    height: 4px;
    background-color: white;
    margin: 0px auto;
    margin-bottom: 30px;
    background-color: #FFF7DD;
}
.card-technology{
    width: 280px;
    height: auto;
    padding:15px 14px;
    background-color: #E6DFB0;
    overflow: hidden;
    position: relative;
    border-radius: 100px 100px 40px 40px;
    margin-top: 30px;
    color: #137186;
    cursor: pointer;
}
.title-card-img{
    display: block;
    width: 160px;
    height: 100px;
    margin: 0px auto;
}
.title-text-card{
    width: fit-content;
    margin: 0px auto;
    padding: 30px 0px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.button-technology{
    display: block;
    border: none;
    background-color: transparent;
    margin: 0px auto;
    cursor: pointer;
}
.button-technology img{
    width: 30px;
    height: 32px;
}
.info-technology{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.info-technology-text{
    position: absolute;
    transform: translateY(-100%);
    transition: all 1s;
}
.info-technology-text_show{
    position: relative;
    transform: translateY(0%);
}
.delete-btn{
    display: none;
}
.info-technology-text button{
    margin-top: 30px;
}
.technology-container-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 10px;
    padding-top: 70px;
}
/* ----how it works-------- */
.container_card{
    max-width: 240px;
    height: 500px;
    padding: 0px 15px;
    color: #137186;
    font-weight: 700;
   transition: all 0.5s;
}
.card_header{
    width: 100%;
    height: auto;
}
.title-card{
    width: 150px;
    letter-spacing: 1px;

}
.line{
    width: 90%;
    height: 4px;
    background-color: #137186;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.card_text{
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    letter-spacing: 1px;
}
.container-work{
    position: relative;
    max-width: 947px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    grid-template-rows:  100px  repeat(8,120px);
    justify-items: center;
    z-index: 2;
}
.card_number_1{
    grid-column: 1 /2;
    grid-row: 2 / 7;
}
.card_number_2{
    grid-column: 2 /3;
    grid-row: 3 / 8;
}
.card_number_3{
    grid-column: 3/4;
    grid-row: 4 / 9;
}
.card_number_4{
    grid-column: 4/5;
    grid-row: 5 / 10;
}
.container-how-it-work{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 160px;

}
.line-progress-2{
    display: none;
}
.line-progress{
    position: absolute;
    max-width: 1050px;
    left: calc(50% - 525px);
    top: -196px;
    z-index: 3;
}
.json_molecule_2{
    position: absolute;
    width: 650px;
    height: auto;
    right: -135px;
    top: -56px;
    z-index: 2;
}
.container-molecule_2{
    width: 500px;
    height: auto;
    z-index: 1;
    display: block;
    position: absolute;
    top: -130px;
    right: -300px;
    opacity: 0.3;

}
.container-molecule_2 img{
    width: 100%;
    height: 100%;
}

/* --------------hause img------------- */
.container-hause{
    width: 100vw;
    height: auto;
    position: relative;
    left: -12.5%;
    padding-top: 100px;
    padding-bottom: 70px;
}
.container-hause img{
    width: 100%;
    height: auto;


}
/* -----------we are not------------------ */
.container-we-are-not{
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}
/* .p::after{
    content: 'mundo';
} */
.color-white{
    color: white;
}
.flex-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.title-flex-1{
    width: 290px;
    height: auto;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;

}
.title-flex-1::after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-top: 30px;

}
.flex-1_info{
    position: relative;
    display: flex;
    flex-direction: column;
    width:60% ;
}
.info_we_are_not{
    width: 100%;
    height: 54px;
    overflow: hidden;
    color: #fff;
    letter-spacing: 1px;
    line-height: 25px;
    transition: all 1s;
}
.info_show{
    transition: all 1s;
    height: auto;
}
.info_we_are_not::after{
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background-color: #fff;
    margin-top: 40px;
}
.button {
    width: 200px;
    height: auto;
    margin-top: 20px;
    display: block;
    align-self: flex-end;
    padding: 8px 35px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: rgba(19,113,134,0.8);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    border: none;
    border-radius: 50px 50px 50px 5px;
    box-shadow: 0px 2px 4px rgba(19,113,134,0.8);
    transition: all 0.5s;

}
.button-x{
    padding: 8px 12px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: rgba(19,113,134,0.8);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    border: none;
    border-radius: 50px 50px 50px 5px;
    box-shadow: 0px 2px 4px rgba(19,113,134,0.8);
    float: right;
    transition: all 0.5s;

}
.button-x img{
    width: 30px;
    height: 30px;
}
.button-x:hover {background-color: #6aaebd;}
.button:hover {background-color: #6aaebd;}
/* ----------slider WHAT OUR CUSTOMERS SAY------------------ */
.section-customers{
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
    z-index: 2;
   
}
.container-cards-customers{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 120px;

}

.card{
    width: 260px;
    height: 390px;
    position: relative;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 30px;
    letter-spacing: 1px;
    line-height: 1.4em;
    border-radius: 90px 90px 0px 20px;
    box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.8);
}
.customers{
    font-size: 18px;
    margin-top: 8px;
    text-align: left;
    font-weight: 700;
}


.card strong{
    position: absolute;
    bottom: 27px;
    font-size: 11px;
    color: white;
}
.card-1{
    /* background-color: #1d4376; 
    color: #8dcdd9; */
    color: #2A60A8;
    background: rgb(171,210,214);
    background: linear-gradient(160deg, rgba(171,210,214,1) 20%, rgba(66,158,160,1) 100%);
}
.card-2{
    
    color: #2a60a8;
    background: rgb(247,237,197);
    background: linear-gradient(165deg, rgba(247,237,197,1) 20%, rgba(252,216,118,1) 100%);
}
/* -------message---------------- */
.message-fix{
    position: fixed;
    bottom: 56px;
    right: 40px;
    width: 60px;
    height: 50px;
    z-index: 200;
    cursor: pointer;
}

.message-fix img {
    width: 100%;
    height: 100%;
}

/* -----Footer----------------- */
.logo-footer{
    width: 120px;
    height: 70px;
}
.logo-footer img{
    width: 100%;
    height: 100%;
}
.container-footer{
    width: 100%;
    padding-bottom: 40px;
    z-index: 1;
    position: relative;
    margin-top: 100px;
}
.menu-footer{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 900;
    z-index: 2;
}
.flex-footer{
    display: flex;
    width: 80%;
    margin: 0px auto;
    justify-content: space-evenly;
}