* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #E6E7E8;

}

header {
    width: auto;
    height: 69vh;
    position: relative;
    overflow: hidden;
}

img {
    height: 145vh;

}


.nombreyprofesion {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 300px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}



h1 {

    font-size: 170px;
    color: aliceblue;
    font-weight: bold;
    font-family: 'Teko', sans-serif;
    display: block;

}


h4 {
    font-size: 45px;
    color: aliceblue;
    font-weight: normal;
    font-family: 'Teko', sans-serif;
    display: block;
    position: absolute;
    background: #00A79D;
    top: 190px;
    letter-spacing: 15px;

}

.general {
    position: relative;
    text-align: center;
}



.trasparencia {
    width: 100%;
    height: 200%;
    position: absolute;
    background: rgba(244, 70, 28, 0.81);
    mix-blend-mode: multiply;
}

ul {
    font-size: 30px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    font-family: 'Teko', sans-serif;
    letter-spacing: 21px;
    line-height: 70px;

}

li {
    position: relative;
    list-style: none;

}


.menu {
    width: 40%;
    margin: auto;
    position: relative;
    margin-bottom: 20px;

}



ul li a {
    color: #00A79D;
    text-decoration: none;
    width: 55px;
    color: black;
    padding-left: 8px;



}

a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #EF4136;
    bottom: 10px;
    left: 0;
    right: 0;



}

a:hover {
    color: #bababa;
    transition: all .3s;
    letter-spacing: 38px;

}

a:hover div solido {
    background: red;

}

.general {
    position: relative;

}




footer {
    margin-top: auto;
    margin-bottom: 0px;
    margin-right: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #00A79D;
    padding: 5px;
    position: fixed;
    color: black;
    font-size: 10px;
    font-weight: lighter;
    text-align: center;
    font-family: "helvetica"
}


/*movil*/

@media screen and (min-width: 320px) {

    .nombreyprofesion {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 200px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }



    h1 {

        font-size: 55px;
        color: aliceblue;
        display: block;

    }


    h4 {
        font-size: 13px;
        color: aliceblue;
        display: block;
        position: absolute;
        background: #00A79D;
        top: 49px;
        letter-spacing: 5px;
        padding-left: 8px;
        padding-top: 4px;

    }

    ul {
        font-size: 20px;
        text-align: center;
        margin: 0;
        letter-spacing: 15px;
        line-height: 50px;

    }


    .menu {
        width: 90%;
        margin: auto;
        position: relative;
        margin-bottom: 20px;

    }

    header {
        width: auto;
        height: 50vh;
        position: relative;
        overflow: hidden;
    }

    img {
        height: 60vh;

    }


}


/*movil X*/

@media screen and (min-width: 375px) {
    .nombreyprofesion {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 270px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }



    h1 {

        font-size: 60px;
        color: aliceblue;
        display: block;

    }


    h4 {
        font-size: 15px;
        color: aliceblue;
        display: block;
        position: absolute;
        background: #00A79D;
        top: 53px;
        letter-spacing: 5px;
        padding-left: 8px;
        padding-top: 3px;

    }

    ul {
        font-size: 25px;
        text-align: center;
        margin: 0;
        letter-spacing: 18px;
        line-height: 70px;

    }


    .menu {
        width: 80%;
        margin: auto;
        position: relative;
        margin-bottom: 20px;

    }

    header {
        width: auto;
        height: 50vh;
        position: relative;
        overflow: hidden;
    }


}

/*movil plus*/

@media screen and (min-width: 414px) {

    .nombreyprofesion {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 270px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }



    h1 {

        font-size: 60px;
        color: aliceblue;
        display: block;

    }


    h4 {
        font-size: 15px;
        color: aliceblue;
        display: block;
        position: absolute;
        background: #00A79D;
        top: 53px;
        letter-spacing: 5px;
        padding-left: 8px;
        padding-top: 3px;

    }

    ul {
        font-size: 25px;
        text-align: center;
        margin: 0;
        letter-spacing: 18px;
        line-height: 70px;

    }


    .menu {
        width: 90%;
        margin: auto;
        position: relative;
        margin-bottom: 20px;

    }

    header {
        width: auto;
        height: 50vh;
        position: relative;
        overflow: hidden;
    }


}

/*ipad*/

@media screen and (min-width: 768px) {
    .nombreyprofesion {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 460px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }



    h1 {

        font-size: 120px;
        color: aliceblue;
        display: block;

    }


    h4 {
        font-size: 20px;
        color: aliceblue;
        display: block;
        position: absolute;
        background: #00A79D;
        top: 105px;
        letter-spacing: 10px;
        padding-left: 8px;
        padding-top: 7px;

    }

    ul {
        font-size: 45px;
        text-align: center;
        margin: 0;
        letter-spacing: 35px;
        line-height: 120px;

    }


    .menu {
        width: 60%;
        margin: auto;
        position: relative;
        margin-bottom: 20px;

    }

    header {
        width: auto;
        height: 55vh;
        position: relative;
        overflow: hidden;
    }

    img {
        height: 120vh;

    }


}

/*ipad pro*/

@media screen and (min-width: 1024px) {
    .nombreyprofesion {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 460px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }



    h1 {

        font-size: 157px;
        color: aliceblue;
        display: block;

    }


    h4 {
        font-size: 40px;
        color: aliceblue;
        display: block;
        position: absolute;
        background: #00A79D;
        top: 140px;
        letter-spacing: 10px;
        padding-left: 8px;
        padding-top: 11px;

    }

    ul {
        font-size: 45px;
        text-align: center;
        margin: 0;
        letter-spacing: 35px;
        line-height: 120px;

    }


    .menu {
        width: 60%;
        margin: auto;
        position: relative;
        margin-bottom: 20px;

    }

    header {
        width: auto;
        height: 60vh;
        position: relative;
        overflow: hidden;
    }

    img {
        height: 120vh;

    }

    a:hover {
        color: #bababa;
        transition: all .3s;
        letter-spacing: 52px;

    }


}


/*escritorio pequeño*/

@media screen and (min-width: 1100px) {
    .nombreyprofesion {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 340px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }



    h1 {

        font-size: 210px;
        color: aliceblue;
        display: block;

    }


    h4 {
        font-size: 40px;
        color: aliceblue;
        display: block;
        position: absolute;
        background: #00A79D;
        top: 188px;
        letter-spacing: 10px;
        padding-left: 8px;
        padding-top: 10px;

    }

    ul {
        font-size: 50px;
        text-align: center;
        margin: 0;
        letter-spacing: 50px;
        line-height: 90px;

    }


    .menu {
        width: 60%;
        margin: auto;
        position: relative;
        margin-bottom: 20px;

    }

    header {
        width: auto;
        height: 60vh;
        position: relative;
        overflow: hidden;
    }

    img {
        height: 150vh;

    }

    a:hover {
        color: #bababa;
        transition: all .3s;
        letter-spacing: 55px;

    }
}
