.container{
    display: flex;
    margin-left: 40px;
}

.container .contacto-cv{
    width: 30%;
    margin-right: 40px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    left: 65%;
    top: 20%;
}

.container .contacto-cv h1{
    text-align: center;
    color: #fff;
}

.container .contacto-cv h2{
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
}

.container .contacto-cv img{
    width: 50%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    border-radius: 25px;
    box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
}

.container .info-cv{
    width: 60%;
    background: rgba(255, 255, 255, 0.034);
    box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.container .info-cv h2{
    color: #ffffffc2;
    margin-left: 30px;
    font-size: 2rem;
}

.container .info-cv p{
    color: #fff;
    margin-left: 30px;
    font-size: 1.4rem;
    text-align: justify;
    margin-right: 30px;
}

.container .info-cv .experience{
    border-top: 1px solid #fff;
}

.container .info-cv .experience .experience-box h3, h4{
    color: #fff;
    margin-left: 30px;
}

.container .info-cv .education{
    border-top: 1px solid #fff;
}

.container .info-cv .education h2{
    color: #ffffffc2;
}

.container .info-cv .education .education-box h3{
    color: #fff;
    margin-left: 30px;
    font-size: 1.4rem;
}

.container .info-cv .education .education-box h4{
    margin-bottom: 50px;
}

.container .info-cv .skills{
    border-top: 1px solid #fff;
}

.container .info-cv .skills .nivel-js, .nivel-php, .nivel-dw{
    display: flex;
}

.container .info-cv .skills .nivel-js h3{
    margin: 0 auto;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 25px;
}

.container .info-cv .skills .nivel-php h3{
    margin: 0 auto;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 25px;
}

.container .info-cv .skills .nivel-dw h3{
    margin: 0 auto;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 25px;
}


.container .info-cv .skills .lenguaje{
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-left: 30px;
    margin-right: 30px;
}

.container .info-cv .skills .border-js{
    border-top: 10px solid green;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 22%;
    border-radius: 5px;
}

.container .info-cv .skills .border-php{
    border-top: 10px solid green;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 49%;
    border-radius: 5px;
}

.container .info-cv .skills .border-dw{
    border-top: 10px solid green;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 15%;
    border-radius: 5px;
}

.container .info-cv a{
    display: flex;
    width: 100%;
    display: flex;
    text-decoration: none;
}

.container .info-cv a h2{
    margin-left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
    color: #000000;
    font-size: 1.5rem;
}