.headParts{
    width: 100%;
    position: relative;
    z-index: 1;
    height: 280px;
    padding-bottom: 40%;
}

.headParts .headingParts{
    width: 100%;
    height: 450px;
    background-color: #5BC5AB;
}

.headingParts .textParts{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 170px;
    overflow: hidden;

}

.headingParts .textParts h1{
    font-size: 7rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.headingParts .textParts h3{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 55%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .headingParts .textParts h1{
        font-size: 4.5rem;
    }
    .headingParts .textParts h3{
        font-size: 1.2rem;
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .headingParts .textParts h1{
        font-size: 3.5rem;
    }
    .headingParts .textParts h3{
        font-size: 1rem;
        width: 90%;
    }
}

@media screen and (max-width: 320px) {
    .headingParts .textParts h1{
        font-size: 2.5rem;
    }
    .headingParts .textParts h3{
        font-size: 0.8rem;
        width: 100%;
    }
  
}
 

.headParts .waveParts{
    width: 100%;
    transform: scaleY(-0.5);
    position: relative;
    top: -15vw;
    z-index: -2;

}
@media(max-width:799px) {
  .headParts{
    height: 150px;
}

}




/*esto es mio jiji no sirve de nada pero no me lo muevan -Abdiel*/
.text{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 70px;
}

.ex{
    width: 100%;

}

.dContaint{
    width: 100%;
    height: 500px;
    justify-content: center;
    display: flex;
    position: relative;
}

.dContaint .dChange{
    width: 760px;
    position: absolute;
    top: 23px;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}

.dContaint .dChange.hoverr{
    opacity: 0;
    transform: scale(0);
}

.dContaint:hover .dChange {
    opacity: 0;
    transform: scale(0);
}

.dContaint:hover .dChange.hoverr {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}

.dButton{
    width: 100px;
    height: 40px;
    align-self: flex-end;
}