@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    color: #ededed;
    background: #081b29;
    overflow-x: hidden !important;
}

/*Fondo animado*/
@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #081b29;
    overflow: hidden;
}

.background li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 19s linear infinite;
}


.background li:nth-child(0) {
    left: 79%;
    width: 144px;
    height: 144px;
    bottom: -144px;
    animation-delay: 1s;
}

.background li:nth-child(1) {
    left: 34%;
    width: 179px;
    height: 179px;
    bottom: -179px;
    animation-delay: 1s;
}

.background li:nth-child(2) {
    left: 12%;
    width: 171px;
    height: 171px;
    bottom: -171px;
    animation-delay: 7s;
}

.background li:nth-child(3) {
    left: 77%;
    width: 113px;
    height: 113px;
    bottom: -113px;
    animation-delay: 1s;
}

.background li:nth-child(4) {
    left: 70%;
    width: 189px;
    height: 189px;
    bottom: -189px;
    animation-delay: 12s;
}

.background li:nth-child(5) {
    left: 41%;
    width: 168px;
    height: 168px;
    bottom: -168px;
    animation-delay: 8s;
}

.background li:nth-child(6) {
    left: 11%;
    width: 199px;
    height: 199px;
    bottom: -199px;
    animation-delay: 19s;
}

.background li:nth-child(7) {
    left: 76%;
    width: 132px;
    height: 132px;
    bottom: -132px;
    animation-delay: 28s;
}

.background li:nth-child(8) {
    left: 19%;
    width: 154px;
    height: 154px;
    bottom: -154px;
    animation-delay: 3s;
}

.background li:nth-child(9) {
    left: 62%;
    width: 181px;
    height: 181px;
    bottom: -181px;
    animation-delay: 21s;
}

/*Keyfranes animations*/
@keyframes showRight {
    100% {
        width: 0;
    }
}

@keyframes manipActiveHover {
    100% {
        pointer-events: auto;
    }
}


/*Header*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 10%;

    background: transparent;

    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.logo {
    position: relative;

    font-size: 25px;
    color: #ededed;
    text-decoration: none;
    font-weight: 600;
}

.nav-list {
    list-style: none;
    display: flex;
}

.navbar a {
    font-size: 18px;
    color: #ededed;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: .3s;
}

.navbar a:hover,
.navbar a.active {
    color: #00abf0;
}


/*Sección home*/
.home {
    height: 100vh;

    display: flex;
    align-items: center;

    padding: 0 10%;
}

.img-profile {
    display: none;
}

.home-content {
    max-width: 700px;
}

.home-content h1 {
    position: relative;

    font-size: 56px;
    font-weight: 700;
}

.home-content h3 {
    position: relative;

    font-size: 32px;
    font-weight: 700;
    color: #00abf0;
}

.home-content p {
    position: relative;

    font-size: 16px;
    margin: 20px 0 40px;
    line-height: 1.2;
}

.home-content .btn-box {
    position: relative;

    display: flex;
    justify-content: space-between;

    width: 345px;
    height: 50px;
}

.btn-box a {
    position: relative;
    z-index: 1;
    overflow: hidden;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 150px;
    height: 100%;

    background: #00abf0;
    border: 2px solid #00abf0;
    border-radius: 8px;

    font-size: 19px;
    color: #081b29;
    text-decoration: none;
    font-weight: 600;

    letter-spacing: 1px;

    transition: .5s;

    margin-right: 5%;
}

.btn-box a:hover {
    color: #00abf0;
}

.btn-box a:nth-child(2) {
    background: transparent;
    color: #00abf0;

}

.btn-box a:nth-child(2):hover {
    color: #081b29;

}

.btn-box a:nth-child(2)::before {
    background: #00abf0;

}

.btn-box a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    background: #081b29;

    z-index: -1;

    transition: .5s;
}

.btn-box a:hover::before {
    width: 100%;
}

.home-sci {
    position: absolute;

    display: flex;
    justify-content: space-between;

    bottom: 40px;
    width: 150px;
}

.home-sci a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 40px;
    height: 40px;

    background: transparent;

    border: 2px solid #00abf0;
    border-radius: 50%;

    font-size: 20px;
    color: #00abf0;
    text-decoration: none;

    z-index: 1;

    overflow: hidden;

    transition: -5s;
}

.home-sci a:hover {
    color: #081b29;
}

.home-sci a::before {
    content: '';

    position: absolute;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    background: #00abf0;

    z-index: -1;

    transition: .5s;
}

.home-sci a:hover::before {
    width: 100%;
}

.home-imgHover {
    position: absolute;
    top: 0;
    right: 30px;

    width: 40vw;
    height: 100%;

    background: transparent;

    transition: 3s;

    animation: manipActiveHover .1s forwards;
    animation-delay: 4s;
    pointer-events: none;
}

.home-imgHover:hover {
    background: #081b29;
    opacity: .8;
}

.home-imgHover::after {
    content: '';
    position: absolute;

    top: 0;
    right: 0;

    width: 120%;
    height: 100%;

    background: #081b29;

    animation: showRight 1s ease forwards;
    animation-delay: 3s;

    z-index: 100;
}

/*Sección de portfolio*/
.portfolio {
    width: 80%;
    margin: 5% 10%;
}

.portfolio h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 56px;

    margin-bottom: 20px;
}

.works {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;

    justify-content: space-between;
    justify-content: center;

}

.work-link {
    text-decoration: none;
    color: #ededed;

    transition: 0.5s;
}

.work-link:hover {
    opacity: 0.5;
}

.work {
    border: #293f29 2px solid;
    border-radius: 10px;
    overflow: hidden;
    background: #293f294b;

    -webkit-box-shadow: 5px 10px 19px 2px rgba(0, 172, 240, 0.27);
    -moz-box-shadow: 5px 10px 19px 2px rgba(0, 172, 240, 0.27);
    box-shadow: 5px 10px 19px 2px rgba(0, 172, 240, 0.27);
}

.work-content {
    padding: 10px 20px;
}

.work-content h3 {
    color: #00abf0;
    text-transform: uppercase;
}

.work-content p {
    color: #e5b786;
}

.work-description {
    margin-top: 15px;
}

.work-img {
    width: 100%;
}

.language-container {
    display: flex;

    margin-top: 15px;
}

.icon-html5 {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: orangered;

    padding: 2px 5px;
    margin-right: 5px;

}

.icon-html5 p {
    color: #ededed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;

    padding-left: 5px;
}

.icon-css3 {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #3399ff;

    padding: 2px 5px;
    margin-right: 5px;

}

.icon-css3 p {
    color: #ededed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;

    padding-left: 5px;
}

.icon-php {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #9933ff;

    padding: 2px 5px;
    margin-right: 5px;
}

.icon-php p {
    color: #ededed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;

    padding-left: 5px;
}

.icon-javascript {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #333333;

    padding: 2px 5px;
    margin-right: 5px;
}

.icon-javascript p {
    color: #ededed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;

    padding-left: 5px;
}

.bxl-javascript {
    color: #ffcc00;
}

.icon-bootstrap {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #663399;

    padding: 2px 5px;
    margin-right: 5px;
}

.icon-bootstrap p {
    color: #ededed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;

    padding-left: 5px;
}

.icon-wordpress {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #336666;

    padding: 2px 5px;
    margin-right: 5px;
}

.icon-wordpress p {
    color: #ededed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;

    padding-left: 5px;
}

.icon-sql {
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #db7533;

    padding: 2px 5px;
    margin-right: 5px;
}

.icon-sql p {
    color: #ededed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;

    padding-left: 5px;
}

.card {
    width: 100%;
    border: 1px solid #293f29;
    border-radius: 8px;
    background-color: #293f294b;
    position: relative;
    overflow: hidden;
}

.hidden {
    display: none;
}

.image-placeholder,
.line {
    background: linear-gradient(90deg, #dac5b0 25%, #e5b786 50%, #e7c49f 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

.image-placeholder {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.text-placeholder .line {
    margin: 10px 20px;
    height: 20px;
    border-radius: 4px;
}

.text-placeholder .line:nth-child(1) {
    width: 50%;
}

.text-placeholder .line:nth-child(2) {
    margin-top: 20px;
    width: 90%;
}

.text-placeholder .line:nth-child(3) {
    width: 90%;
}

.text-placeholder .line:nth-child(4) {
    width: 90%;
}

.text-placeholder .line:nth-child(5) {
    margin-top: 20px;
    width: 70%;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/*Sección de skills*/
.skills {
    width: 80%;
    margin: 5% 10%;
}

.skills h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 56px;

    margin-bottom: 20px;
}

.skills h3 {
    position: relative;

    font-size: 32px;
    font-weight: 700;
    color: #00abf0;

    text-transform: uppercase;

    margin-bottom: 10px;
}

.iconSkills {
    font-size: 40px;
}


/*Sección de languages*/

.languages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;

    margin-bottom: 30px;
}

.language-description {
    color: #ededed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;

    padding-left: 5px;
}

.icon-language-html5 {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: orangered;

    padding: 2px 5px;

}

.icon-language-css3 {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #3399ff;

    padding: 2px 5px;
    margin-right: 5px;

}

.icon-language-javascript {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #333333;

    padding: 2px 5px;
    margin-right: 5px;

}

.icon-language-php {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #9933ff;

    padding: 2px 5px;
    margin-right: 5px;
}

.icon-language-java {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #ec2025;

    padding: 2px 5px;
    margin-right: 5px;

}

.icon-language-sql {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #db7533;

    padding: 2px 5px;
    margin-right: 5px;

}


/*Sección de frameworks*/
.frameworks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;

    margin-bottom: 30px;
}

.framework-description {
    color: #ededed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;

    padding-left: 10px;
}

.icon-framework-bootstrap {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #663399;

    padding: 2px 5px;
    margin-right: 5px;
}

.icon-framework-react {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #212229;

    padding: 2px 5px;
    margin-right: 5px;
}

.bxl-react {
    color: #6498a5;
}

/*Sección de tools*/
.tools {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;

    margin-bottom: 30px;
}

.tool-description {
    color: #ededed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;

    padding-left: 10px;
}

.icon-tool-word {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #1565C0;

    padding: 5px 5px;

}

.icon-word {
    width: 35px;
    height: 35px;
}

.icon-tool-excel {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #4CAF50;

    padding: 5px 5px;
}

.icon-excel {
    width: 35px;
    height: 35px;
}

.icon-tool-powerpoint {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #FF5722;

    padding: 5px 5px;
}

.icon-powerpoint {
    width: 35px;
    height: 35px;
}

.icon-tool-photoshop {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #00A9FF;

    padding: 5px 5px;
}

.icon-photoshop {
    width: 35px;
    height: 35px;
}

.icon-tool-mysql {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #00758F;

    padding: 5px 5px;
}

.icon-mysql {
    width: 35px;
    height: 35px;
}

.icon-tool-phpmyadmin {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #484C89;

    padding: 5px 5px;
}

.icon-phpmyadmin {
    width: 35px;
    height: 35px;
}

.icon-tool-github {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #262626;

    padding: 5px 5px;
}

.icon-tool-visual {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;

    background: #0278cf;

    padding: 5px 5px;
}

/*Sección de education*/

.education {
    width: 60%;
    margin: 5% 10%;
}

.education h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 56px;

    margin-bottom: 20px;
}

.school {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;


    margin-bottom: 5%;
    align-items: center;
}

.school h3 {
    position: relative;

    font-size: 32px;
    font-weight: 700;
    color: #00abf0;

    text-transform: uppercase;

    margin-bottom: 10px;
}

.school h4 {
    color: #ededed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.school p {
    color: #ededed;

    font-weight: 600;
    font-size: 16px;

    line-height: 1.2;
}



/*Sección contact*/
.contact {
    width: 80%;
    margin: 5% 10%;
}

.contact h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 56px;

    margin-bottom: 20px;
}

.contact-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;


    margin-bottom: 5%;
    align-items: start;
}

.contact-link-container {
    margin-bottom: 50px;
}

.contact-link {
    display: flex;

    justify-content: start;
    align-items: center;

    margin-bottom: 20px;

    font-size: 16px;
}

.contact-link i {
    font-size: 25px;

    margin-right: 10px;
}

.contact-link p {
    margin-right: 10px;

    font-size: 16px;
}

.contact-link a {
    color: #00abf0;
}

.languages-container h3 {
    text-transform: uppercase;

    font-size: 20px;
}

.contact-form-container label {
    text-transform: uppercase;

    font-weight: 700;

    color: #00A9FF;
}

.contact-form-container input {
    width: 100%;

    height: 40px;

    margin-bottom: 20px;

    padding: 5px 20px;

    border-radius: 10px;
    border: none;

    background: #293f294b;

    color: #e5b786;
    font-size: 16px;
}

.contact-form-container input::placeholder {
    color: #d8c9ba;
}

.contact-form-container textarea {
    width: 100%;
    max-width: 100%;

    height: 200px;
    max-height: 200px;

    resize: none;

    padding: 10px 20px;

    border-radius: 10px;
    border: none;

    margin-bottom: 20px;

    background: #293f294b;

    color: #e5b786;
    font-size: 16px;
}

.contact-form-container textarea::placeholder {
    color: #d8c9ba;
}

.send-button {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

.send-button:hover {
    transition: 1s;
    color: #d8c9ba;
    background: #00A9FF;
}

.open-menu,
.close-menu {
    display: none;
}

.alert-success {
    margin-top: 1rem;
    padding: 1rem;

    background: #75b798;

    color: #0a3622;

    border: solid 1px #0a3622;
    border-radius: 0.375rem;
}

.alert-danger {
    margin-top: 1rem;
    padding: 1rem;

    background: #ea868f;

    color: #842029;

    border: solid 1px #842029;
    border-radius: 0.375rem;
}

.alert-warning {
    margin-top: 1rem;
    padding: 1rem;

    background: #ffda6a;

    color: #997404;

    border: solid 1px #997404;
    border-radius: 0.375rem;
}



/*Mobile*/
@media screen and (max-width: 600px) {

    body {
        background: #081b29;
    }

    body.scroll-lock {
        overflow: hidden;
    }

    .open-menu,
    .close-menu {
        display: block;
        border: 0;
        background: none;
        color: #ededed;
        font-size: 1.5rem;
    }

    .header {
        position: unset;
        padding: 10px 5%;
    }

    .navbar {
        opacity: 0;
        visibility: hidden;

        display: flex;

        position: absolute;

        flex-direction: column;
        align-items: end;

        top: 0;
        right: 0;
        bottom: 0;

        background: #293f29;
        padding: 2rem;

        box-shadow: 0 0 0 100vmax #293f294b;
    }

    .navbar.visible {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .nav-list {
        flex-direction: column;
        align-items: end;
    }

    .nav-list li {
        margin-bottom: 15px;
    }

    .nav-list li a {
        color: #e5b786;
    }


    /*Sección home*/
    .home-imgHover {
        display: none;
    }

    .home {
        background: #081b29;

        display: inline;
    }

    .home-content {
        margin: 10px 5%;
        max-width: 100%;
        height: 100%;
    }

    .home-content h1 {
        font-size: 30px;

        text-align: left;

        margin-top: 30px;
    }

    .home-content h1::before {
        width: 0;
        height: 0;
    }

    .home-sci {
        position: unset;
        margin-top: 30px;
    }

    .home-content h3 {
        font-size: 20px;
        text-align: left;
    }

    .home-content h3::before {
        width: 0;
        height: 0;
    }

    .home-content p {
        font-size: 15px;
        text-align: left;
    }

    .home-content p::before {

        width: 0;
        height: 0;
    }

    .home-content .btn-box {
        position: relative;

        display: flex;
        justify-content: left;

        width: 100%;
        height: 50px;
    }

    .home-content .btn-box::before {

        width: 0;
        height: 0;

        z-index: 2;
    }



    .btn-box a {
        position: relative;
        z-index: 0;
        overflow: hidden;

        display: inline-flex;
        justify-content: center;
        align-items: center;

        width: 150px;
        height: 100%;

        background: #00abf0;
        border: 2px solid #00abf0;
        border-radius: 8px;

        font-size: 19px;
        color: #081b29;
        text-decoration: none;
        font-weight: 600;

        letter-spacing: 1px;

        transition: .5s;
    }

    .btn-box a:hover {
        color: #00abf0;
    }

    .btn-box a:nth-child(2) {
        background: transparent;
        color: #00abf0;

    }

    .btn-box a:nth-child(2):hover {
        color: #081b29;

    }

    .btn-box a:nth-child(2)::before {
        background: #00abf0;

    }

    .btn-box a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;

        width: 0;
        height: 100%;

        background: #081b29;

        z-index: -1;

        transition: .5s;
    }

    .btn-box a:hover::before {
        width: 100%;
    }

    .home-sci {
        position: unset;

        display: flex;
        justify-content: left;

        padding-left: 5%;
        width: 100%;
    }

    .home-sci a {
        margin: 0 0;
        margin-right: 10px;
        z-index: 0;
    }

    .home-sci a::before {
        content: '';

        position: absolute;
        top: 0;
        left: 0;

        z-index: -1;
    }

    .home-sci a:hover::before {
        width: 100%;
    }


    /*Sección de portfolio*/
    .portfolio {
        width: 100%;
        margin: 0 0;

        overflow: hidden;
    }

    .portfolio h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        margin: 5% 5%;

        margin-bottom: 20px;
    }

    .works {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;

        justify-content: space-between;
        justify-content: center;

        margin: 0 5%;
        width: 100%;

        padding-bottom: 50px;
    }

    .work {
        width: 90%;
    }

    .language-container {
        display: inline;
    }

    .language-container div {
        margin: 10px 0;
    }

    .card {
        width: 90%;
    }


    /*Sección de skills*/
    .skills {
        width: 90%;
        margin: 5% 5%;
    }

    .skills h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;

        margin: 5% 0%;
    }

    .skills h3 {
        position: relative;

        font-size: 20px;
        font-weight: 700;
        color: #00abf0;

        text-transform: uppercase;

        margin-bottom: 10px;
    }

    .iconSkills {
        font-size: 40px;
    }


    /*Sección de languages*/

    .languages {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;

        margin-bottom: 50px;
    }

    .language-description {
        color: #ededed;

        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;

        padding-left: 5px;
    }

    /*Sección de frameworks*/
    .frameworks {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;

        margin-bottom: 50px;
    }

    .framework-description {
        color: #ededed;

        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;

        padding-left: 10px;
    }

    /*Sección de tools*/
    .tools {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;

        margin-bottom: 30px;
        padding-bottom: 60px;
    }

    .tool-description {
        color: #ededed;

        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;

        padding-left: 10px;
    }

    /*Sección de education*/

    .education {
        width: 90%;
        margin: 5% 5%;
    }

    .education h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;

        margin-bottom: 20px;
    }

    .schools {
        margin-top: 50px;
    }

    .school {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 20px;

        margin-bottom: 10%;
    }

    .school h3 {
        position: relative;

        font-size: 20px;
        font-weight: 700;
        color: #00abf0;

        text-transform: uppercase;

        margin-bottom: 0;
    }

    .school h4 {
        color: #ededed;

        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
    }

    .school p {
        color: #ededed;

        font-weight: 600;
        font-size: 16px;

        line-height: 1.2;

        margin-top: -10px;

    }

    /*Sección contact*/
    .contact {
        width: 90%;
        margin: 5% 5%;
    }

    .contact h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;

        margin-bottom: 20px;
    }

    .contact-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;


        margin-bottom: 5%;
        align-items: start;
    }

    .contact-link-container {
        margin-bottom: 50px;
    }

    .contact-link {
        display: flex;

        justify-content: start;
        align-items: center;

        margin-bottom: 20px;

        font-size: 16px;
    }

    .contact-form-container {
        margin-top: 50px;
    }
}

/*tablers*/
@media (min-width: 600px) and (max-width: 1200px) {

    body {
        background: #081b29;
    }

    body.scroll-lock {
        overflow: hidden;
    }

    .open-menu,
    .close-menu {
        display: block;
        border: 0;
        background: none;
        color: #ededed;
        font-size: 1.5rem;
        cursor: pointer;
    }

    .header {
        position: unset;
        padding: 10px 5%;
    }

    .navbar {
        opacity: 0;
        visibility: hidden;

        display: flex;

        position: absolute;

        flex-direction: column;
        align-items: end;

        top: 0;
        right: 0;
        bottom: 0;

        background: #293f29;
        padding: 2rem;

        box-shadow: 0 0 0 100vmax #293f294b;
    }

    .navbar.visible {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .nav-list {
        flex-direction: column;
        align-items: end;
    }

    .nav-list li {
        margin-bottom: 15px;
    }

    .nav-list li a {
        color: #e5b786;
    }


    /*Sección home*/
    .home-imgHover {
        display: none;
    }

    .home {
        background: #081b29;

        display: inline;
    }

    .img-profile-container {
        width: 100%;

        display: flex;
        justify-content: center;
    }

    .img-profile {
        display: inline;
        text-align: center;
    }

    .home-content {
        margin: 10px 5%;
        max-width: 100%;
        height: 100%;
    }

    .home-content h1 {
        font-size: 30px;

        text-align: left;

        margin-top: 30px;
    }

    .home-content h1::before {
        width: 0;
        height: 0;
    }

    .home-sci {
        position: unset;
        margin-top: 30px;
    }

    .home-content h3 {
        font-size: 20px;
        text-align: left;
    }

    .home-content h3::before {
        width: 0;
        height: 0;
    }

    .home-content p {
        font-size: 15px;
        text-align: left;
    }

    .home-content p::before {

        width: 0;
        height: 0;
    }

    .home-content .btn-box {
        position: relative;

        display: flex;
        justify-content: left;

        width: 100%;
        height: 50px;
    }

    .home-content .btn-box::before {

        width: 0;
        height: 0;

        z-index: 2;
    }



    .btn-box a {
        position: relative;
        z-index: 0;
        overflow: hidden;

        display: inline-flex;
        justify-content: center;
        align-items: center;

        width: 150px;
        height: 100%;

        background: #00abf0;
        border: 2px solid #00abf0;
        border-radius: 8px;

        font-size: 19px;
        color: #081b29;
        text-decoration: none;
        font-weight: 600;

        letter-spacing: 1px;

        transition: .5s;

        margin-right: 5%;
    }

    .btn-box a:hover {
        color: #00abf0;
    }

    .btn-box a:nth-child(2) {
        background: transparent;
        color: #00abf0;

    }

    .btn-box a:nth-child(2):hover {
        color: #081b29;

    }

    .btn-box a:nth-child(2)::before {
        background: #00abf0;

    }

    .btn-box a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;

        width: 0;
        height: 100%;

        background: #081b29;

        z-index: -1;

        transition: .5s;
    }

    .btn-box a:hover::before {
        width: 100%;
    }

    .home-sci {
        position: unset;

        display: flex;
        justify-content: left;

        width: 100%;
        padding-left: 5%;
    }

    .home-sci a {
        margin: 10px 0;
        margin-right: 10px;
        z-index: 0;
    }

    .home-sci a::before {
        content: '';

        position: absolute;
        top: 0;
        left: 0;

        z-index: -1;
    }

    .home-sci a:hover::before {
        width: 100%;
    }


    /*Sección de portfolio*/
    .portfolio {
        width: 100%;
        margin: 0 0;
        padding-right: 5%;

        overflow: hidden;
    }

    .portfolio h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        margin: 5% 5%;

        margin-bottom: 20px;
    }

    .works {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;

        justify-content: space-between;
        justify-content: center;

        margin: 0 5%;
        width: 100%;

        padding-bottom: 50px;
    }

    .work {
        width: 90%;
    }

    .language-container {
        display: inline;
    }

    .language-container div {
        margin: 10px 0;
    }

    .card {
        width: 90%;
    }


    /*Sección de skills*/
    .skills {
        width: 90%;
        margin: 5% 5%;
    }

    .skills h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;

        margin: 5% 0%;
    }

    .skills h3 {
        position: relative;

        font-size: 20px;
        font-weight: 700;
        color: #00abf0;

        text-transform: uppercase;

        margin-bottom: 10px;
    }

    .iconSkills {
        font-size: 40px;
    }


    /*Sección de languages*/

    .languages {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;

        margin-bottom: 50px;
    }

    .language-description {
        color: #ededed;

        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;

        padding-left: 5px;
    }

    /*Sección de frameworks*/
    .frameworks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;

        margin-bottom: 50px;
    }

    .framework-description {
        color: #ededed;

        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;

        padding-left: 10px;
    }

    /*Sección de tools*/
    .tools {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;

        margin-bottom: 30px;
    }

    .tool-description {
        color: #ededed;

        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;

        padding-left: 10px;
    }

    /*Sección de education*/

    .education {
        width: 90%;
        margin: 5% 5%;
    }

    .education h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;

        margin-bottom: 20px;
    }

    .schools {
        margin-top: 50px;
    }

    .school {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 20px;

        margin-bottom: 10%;
    }

    .school h3 {
        position: relative;

        font-size: 20px;
        font-weight: 700;
        color: #00abf0;

        text-transform: uppercase;

        margin-bottom: 0;
    }

    .school h4 {
        color: #ededed;

        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
    }

    .school p {
        color: #ededed;

        font-weight: 600;
        font-size: 16px;

        line-height: 1.2;

        margin-top: -10px;

    }

    /*Sección contact*/
    .contact {
        width: 90%;
        margin: 5% 5%;
    }

    .contact h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;

        margin-bottom: 20px;
    }

    .contact-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;


        margin-bottom: 5%;
        align-items: start;
    }

    .contact-link-container {
        margin-bottom: 50px;
    }

    .contact-link {
        display: flex;

        justify-content: start;
        align-items: center;

        margin-bottom: 20px;

        font-size: 16px;
    }

    .contact-form-container {
        margin-top: 50px;
    }
}

/*notebooks*/
@media (min-width: 1200px) and (max-width: 1400px) {

    /*Sección de portfolio*/

    .works {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;

        justify-content: space-between;
        justify-content: center;

        margin: 0 0;
        width: 100%;

        padding-bottom: 50px;
    }

    .work {
        width: 100%;
    }

    .language-container {
        display: inline;
    }

    .language-container div {
        margin: 10px 0;
    }

    .card {
        width: 100%;
    }

}