/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700;900&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;700;800&display=swap'); */

:root {
    --background: linear-gradient(135deg, #667eea7e 0%, #764ba298 100%);
    --verde: #56e05d;
    --blanco: #ffffff;
    --gris: #ffffff1c;
    --azul: #233CD6;
    --esmeralda: #aaffb3;
    --hueso: rgba(255, 255, 255, 0.665);
    --transparente: #fff0;
}

body {
    margin: 0px;
    padding: 0px;
    /* font-family: 'Raleway', cursive; */
}

/* header */
.banner {
    height: 100vh;
    background-image: var(--background), url('../imagenes/imagen-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.nav {
    align-items: center;
    font-weight: 700;
    background: var(--transparente) !important;
    border-radius: 2rem;
}

.navbar-light .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgba(11, 10, 10, 0.75);
}

.nav__items {
    color: var(--blanco);
    text-decoration: none;
    margin-right: 20px;
    padding: 10px 15px;
    font-weight: inherit;
    font-size: 110%;
}

.nav__items:hover {
    color: var(--esmeralda);
    text-decoration: none;
    font-size: 18px;
}

#contacto {
    border: 1px solid var(--blanco);
    border-radius: 1rem;
    padding: 2px 8px 2px 8px;
}

#contacto:hover {
    border: 1px solid;
}

.btn-contacto {
    border-radius: 3rem;
    color: #000000b3;
    background-color: #ffffffcf;
    font-size: 100%;
    padding: 2% 4% 2% 4%;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
}

.btn-contacto:hover {
    font-size: 104%;
    color: var(--esmeralda);
    background: black;
    transition: font-size 0.56s;
}

.welcome {
    float: right;
}

#enlace_contacto {
    margin-top: 13%;
    padding-left: 500px;
}

.title_p {
    margin-top: 10rem;
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
}

#subtitle {
    font-weight: 500;
    color: white;
    margin-top: 4%;
    font-size: 1.3rem;
    float: right;
}

.title {
    margin-top: 5%;
    margin-bottom: 6%;
    font-weight: 500;
    letter-spacing: 2.4px;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

/* main */
.section {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.content {
    color: var(--gray-dark);
}

.target {
    padding: 3%;
    text-align: justify;
}

.seccion-lab {
    text-align: justify;
}

#perfil {
    width: 40%;
    height: auto;
    border-radius: 13rem;
}

.imagen {
    margin-top: 6rem;
    margin-bottom: 4%;
}

.items_icons {
    width: 6%;
    margin: 1% 5% 1% 5%;
    border-radius: 1rem;
    padding: 1%;
}

.items_icons:hover {
    -webkit-box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.49);
    transition: box-shadow 0.60s ease-out;
}

/* footer */
footer {
    background-color: black;
}

.footer_grid {
    display: grid;
    gap: 20px;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.nav_footer {
    font-weight: 300;
    justify-content: flex-start;
}

.nav_items_footer {
    color: var(--hueso);
    margin-right: 12px;
    padding: 4px;
    text-decoration: none;
}

.nav_items_footer:hover {
    color: var(--green);
    text-decoration: none;
}

#contacto_footer {
    border-radius: 1rem;
    padding: 2px 8px 2px 8px;
}

#contacto_footer:hover {
    border: 1px solid;
}

.footer_contacto {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.footer_title {
    font-weight: 400;
    color: var(--blanco);
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
}

.footer_icons {
    display: flex;
    justify-content: space-evenly;
}

.icons-footer {
    width: 10%;
    height: auto;
    padding-right: 1%;
    cursor: pointer;
    padding-left: 3%;
    float: revert;
}

#creditos {
    color: var(--green);
    font-size: 13px;
    font-weight: 501;
    padding-top: 2%;
}


@media (max-width: 1200px) {
    /* .banner {
        height: 75vh;
    } */

    .welcome {
        margin-top: 9rem;
    }

    .imagen {
        margin-top: 8rem;
    }
}

@media (min-width: 992px) {
    .welcome {
        margin-top: 30%;
    }
}

@media (max-width: 992px) {
    .navbar-nav.mr-auto.mt-2.mt-lg-0 {
        border-radius: 1rem;
        background: #ffffff0d;
    }

    .nav-item {
        margin-top: 1%;
        margin-bottom: 1%;
    }

    #contacto {
        border: none;
    }

    .welcome {
        float: none;
    }

    .title_p {
        margin-top: 2rem;
    }

    #subtitle {
        margin-top: 0px;
    }

    #enlace_contacto {
        margin-top: 15%;
        padding-left: 11px;
    }

    .wave {
        position: absolute;
        bottom: -50px;
    }
}

@media (min-width: 768px) {
    .banner {
        /* height: 38vh; */
        height: 76vh;
    }

    .nav {
        margin-bottom: 3%;
    }

    .welcome {
        /* margin-top: 4%; */
        margin-top: 0;
    }

    .btn-contacto {
        padding: 1% 3% 1% 3%;
    }

    #enlace_contacto {
        margin-top: 8%;
    }
}

@media (max-width: 768px) {


    .welcome {
        margin-top: 1%;
    }

    #navbarNav {
        border: 1px solid var(--blanco);
        border-radius: 1rem;
        margin-top: 4px;
        margin-bottom: -4%;
    }

    .title_p {
        margin-top: 0rem;
    }

    #subtitle {
        margin: 0px;
    }

    #enlace_contacto {
        margin-top: 2px;
    }

    .btn.btn-contacto {
        padding: 1% 2%;
        margin-top: 1%;
    }

    .imagen {
        margin-top: 17vh;
        margin-bottom: 1rem;
    }

    #perfil {
        width: 34%;
    }

    .items_icons {
        width: 9%;
        margin: 3%;
        border-radius: 10px;
    }

    #contacto_footer {
        border: 1px solid white;
        border-radius: 1rem;
    }
}

@media (max-width: 576px) {
    .banner {
        height: 100vh;
    }

    #navbarNav {
        margin-top: 6px;
        margin-bottom: -115px;
    }

    .btn.btn-contacto {
        padding: 1% 3%;
    }

    .nav-item {
        margin-top: 2%;
        margin-bottom: 3%;
    }

    .title_p {
        margin-top: 11rem;
    }

    #enlace_contacto {
        margin-top: 35%;
        padding-left: 53%;
    }

    .wave {
        bottom: 0;
    }

    .imagen {
        margin-top: 2rem;
        margin-bottom: 0rem;
    }


    .items_icons {
        width: 40px;
        margin: 3%;
        border-radius: 5px;
    }

    .footer_grid {
        margin-top: 3rem;
    }

    .nav_footer {
        margin-bottom: 4%;
    }

    .nav_items_footer {
        font-size: 100%;
        margin: 1px 3px 0px 7px;
    }

    .footer_title {
        font-weight: 700;
        letter-spacing: 3px;
    }

    .icons-footer {
        width: 15%;
        height: auto;
        padding-right: 2%;
        cursor: pointer;
        padding-left: 3%;
        float: revert;
        margin: 3%;
    }

    #creditos {
        font-size: 16px;
    }
}