.head-wave {
    transform: scaleY(-1);
    position: absolute;
    top: 10.8rem;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.wave-exp-top {
    margin-top: -2rem;
}

.wave-homexp-bottom {
    margin-top: -5rem;
}

.home-exp-container {
    background: #3e5862;
}
/* cabecera de la pagina home */
nav a {
    color: #ffffff;
}

nav a:hover {
    color: white;
}

nav {
    padding-top: 0.8rem;
}

.home-start {
    display: flex;
    justify-content: center;
    margin-top:6%;
}

.home-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6rem;
    margin-top: -5rem;
}

.home-texts h2,
.home-texts p {
    color: #ffffff;
}

.home-ilus img {
    width: 800px;
    height: 550px;
}

.home-head {
    margin-bottom: 5rem;
   
    width: 100%;
    z-index: 1;
}

/* Quienes somos */

.home-us {
    padding: 4rem;
    background: #e5e5e5;
    display: flex;
    justify-content: center;
}

.home-us-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2rem;
}
.home-us-texts h2 {
    text-align: left;
}

.home-us-ilus img {
    width: 600px;
    height: 430px;
}

/* Experiencia/Puntos venta */

.home-experience {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

.home-experience-texts {
    display: flex;
    justify-content: flex-end;
}

.text-paragraph p {
    margin: 0 1rem;
}

.home-experience-texts > .text-paragraph p,
.home-experience-texts > .text-paragraph h2 {
    color: #ffffff !important;
}

.home-experience-ilus {
    display: flex;
    justify-content: flex-end;
}

/* Reviews */

.home-reviews {
    background: #e5e5e5;
    padding: 2rem;
}

.home-reviews-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-reviews-container {
    display: flex;
    justify-content: center;
}

.home-reviews-box {
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(101, 133, 143, 0.25);
    border-radius: 0px 38px;
    padding: 4rem 3rem 3rem 3rem;
}

.home-reviews-box .body-text {
    margin-bottom: 2rem;
}

.reviewer {
    display: flex;
    justify-content: flex-end;
}

.profile-reviewer {
    width: 60px;
    margin: 0 1rem;
    height: 60px;
    border-radius: 50%;
    background: #c4c4c4;
}

.review-headline {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Productos */

.home-products {
    background: #e5e5e5;
    padding: 2rem;
    padding-top: 5rem;
}

.home-products-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-products-container {
    background: #e5e5e5;
    display: flex;
    justify-content: center;
}

.home-products-box {
    margin: 2rem 1rem;
    padding: 3rem 1.5rem;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(101, 133, 143, 0.25);
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-products-box div {
    display: flex;
    justify-content: flex-start;
}

.home-products-box p {
    padding: 2rem 0;
}

.home-products-backimg {
    display: flex;
    justify-content: space-between;
}
/* Informaci&oacute;n importante */

.important-info {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
}

.info-one {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.info-one a {
    text-decoration: underline;
}

.info-two {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.info-three {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.info-three img {
    margin: 0 1rem;
}

/* SWIPER */
.swiper-slide {
    width: 35% !important;
    margin: 25px;
}

.swiper-slide-active {
    transform: scale(1.1);
}

.swiper-pagination-bullet {
    margin: 0.2rem;
}

.swiper-pagination-bullet-active {
    color: #696969 !important;
    background: #696969 !important;
}
