* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.contenedor {
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}

/* header ***************************************************************** */
.header {
    z-index: 10;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    justify-content: flex-end;
    height: 95vh;
    background-image: linear-gradient(200deg, rgba(51, 126, 246, 1) 0%, #0a85bf6e 100%), url(../img/escritorio.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.head {
    text-align: right;
    padding: 0;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.header__cta {
    margin-top: 20px;
    /* display: inline-block; */
    background: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 40px;
    color: #0f059c;
  

}

.hamburguer {
    z-index: 5;
    translate: 500%;
    position: fixed;
    top: 30px;
    right: 30px;
    background: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.menu-navegacion {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    height: 10px;
    /* width: 100%; */
    /* align-items: center; */
    transform: translate(0);

}

.hamburguer-menu {
    z-index: inherit;
    flex-direction: column;
    justify-content: space-evenly;
    top: 0;
    position: fixed;
    right: 0;
    display: flex;
    background-image: linear-gradient(120deg, rgba(51, 126, 246, 1) 0%, #0a85bf6e 100%);
    height: 100vh;
    width: 30vw;
    align-items: center;
    translate: 0%;
    background-color: #0f059c;
    transform: translate(100%);

}

.spread {
    transform: translate(0%);
}


.nav_item {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    padding: 5px 10px;
}

.nav_item--cta {
    border: 1px solid #fff;
}

.header-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 99px;
}



.hello-world {
    font-size: 40px;
    margin-bottom: 15px;
}

.titulo {
    text-align: center;

    font-size: 60px;
    margin-bottom: 15px;
}

.copy {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

/* About me ************************************************************************* */

.subtitulo {
    text-align: center;
    font-weight: 300;
    color: #4070F4;
    margin-bottom: 40px;
    font-size: 40px;
}

.contenedor-servicios {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

/* .make-u-dreams{
    background-color: #6156f4;
} */

.about-me-description {
    width: 50%;
    text-align: justify;
    font-weight: 500;
    color: #050138;
    margin-bottom: 40px;
    font-size: 20px;
}

.contenedor-servicios img {
    margin-bottom: 20px;
    width: 20%;
    border-radius: 10px;
}


.galery {
    background-color: #f2f2f2;
}

.contenedor-galeria {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.img-galeria {
    object-fit: cover;
    width: 250px;
    display: block;
    /* margin-bottom: 15px; */
    margin: 20px 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 10px;
}

.imagen-light {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%);
    transition: transform .2 ease-in-out;

}

.show {
    transform: translate(0);
}

/* .agregar-imagen {
    object-fit: contain;
    height: 60%;
    border-radius: 10px;
    transform: scale(0);
    transition: transform .3 .2;
} */

.show-imagen {
    transform: scale(1);

}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: poin;
}

/* ----------------------------------slider-------------------- */



.slider {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.slider_container {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    align-items: center;
    gap: 1em;
}

.silder_boy {
    grid-column: 2/3;
    grid-row: 1/2;
    opacity: 0;
    pointer-events: none;
    display: grid;
    background-color: #f2f2f2;
    grid-template-columns: 1fr max-content;
    align-items: center;
    transition: opacity 1s;
}

.silder_body--show {
    opacity: 1;
    pointer-events: unset;
}

.slider_img {
    width: 230px;
    height: 230px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.slider_text {
    max-width: 600px;
}

.slider_review {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
}

.slider_arrow {
    cursor: pointer;
    width: 80%;
}




.experts {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.cont-expert {
    width: 30%;
    text-align: center;
    margin-bottom: 20px;

}

.cont-expert img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.n-expert {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    font-weight: 400;

}

/* fotter ********************************************************* */

.footer {
    background: #4070F4;
    padding: 0.1px;

}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px;
}

.contact-us {
    width: 40%;
    color: #FFF;
}

.brand {
    justify-content: space-around;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 40px;
}

.brand+p {
    text-align: justify;
    justify-content: start;
    font-weight: 500;
}

.social-media {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.social-media-icon {
    color: #fff;
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.social-media-icon:hover {
    background: #fff;
    color: #10069d;
}

.social-media-icon i {
    font-size: 30px;
    line-height: 60px;

}

.line {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    height: 2px;
    background: #fff;
    margin-bottom: 60px;
}

/* responsive****************************************************** */
/* responsive****************************************************** */

@media screen and (max-width: 800px) {

    .hamburguer {
        translate: 0%;
    }

    .menu-navegacion {
        translate: -150%;
    }

    .titulo {
        font-size: 40px;
    }

    .hello-world {
        font-size: 30px;
    }

    .contenedor-servicios img {
        width: 40%;
    }

    .agregar-imagen {
        width: 80%;
    }

    .img-galeria {
        width: 40%;
    }

    .cont-expert {
        width: 40%;
    }

    .footer-content {
        justify-content: center;
    }

    .social-media {
        width: 80%;
        justify-content: space-evenly;
    }

    .social-media i {
        margin-left: 0;
    }

    .contact-us {
        text-align: center;
        width: 80%;
        margin-bottom: 40px;
    }
}

/* ************************************ */
@media screen and (max-width: 500px) {
    .hamburguer {
        translate: 0%;
    }

    /* .menu-navegacion {
        translate: 200%;
    } */

    .nav_item {

        font-size: 18px;

    }

    .hamburguer-menu {

        width: 40vw;

    }

    .agregar-imagen {
        width: 80%;
    }

    .hamburguer {
        top: 20px;
        right: 20px;
    }

    .subtitulo {
        font-size: 30px;

    }

    .img-galeria {
        width: 35%;
    }

    .contenedor-servicios img {
        width: 200px;
        border-radius: 10px;
    }

    .contenedor-servicios {
        display: flex;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .about-me-description {
        width: 100%;
        font-weight: 400;

    }

    .brand {
        font-weight: 500;
        font-size: 30px;
    }

    .brand+p {
        font-weight: 500;
    }

}