/* ESTILOS ANTIGUA PLANTILLA CV */
div#logo a {
    background-image: url("../images/logo.svg");
}
.body {color:#474d5d; font-size: 13px;}
.body h1 {font-size:18px; font-weight: 400;text-align:center}
.body h2 {color:#233974; font-weight:700; font-size:14px;border-bottom:2px solid #233974;}
.body h2 img {width:15px; margin-right: 5px;}
.body li {margin-bottom: 10px;}
.body ul.exp, ul.formacion{margin-bottom: 40px;}
.body .opensistemas{border:0px solid black; float:right; margin-bottom:0px; margin-left:0px; margin-right:0px; margin-top:0px; width:150px}
.body .img-formacion {width: 20px;}
.body .position{text-align:center; font-size:18px; margin-bottom: 40px;}
.body .CV {clear:both; text-align:center; font-size:18px;}
.body .n_1{margin-top: 10px;}

/* ESTILOS GENERALES Y RESETEO DE ESTILOS POR DEFECTO */

.cv_main a{
    text-decoration:none;
    color: #233873;
}
.cv_main ul{
    padding-left:0px;
}

/* HEADER */
.cv_header{
    padding: 20px;
    width:98%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    font-family: Arial, Helvetica, sans-serif;
}
.cv_name{
    width:100%;
    height:80px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-end;
    vertical-align: bottom;
    margin:0;
    padding:0;
}
.cv_logo{
    width:98%;
    display: flex;
    justify-content: flex-end;
    padding: 20px 20px 0 0;
}
.candidate{
    font-size: 18px;
}
.candidate_profile{
    color: #233873;
}
.candidate_description{
    font-size: 32px;
    font-weight: bold;
    color: #233873;
    margin-top:0px;
}
.logo img{
    width: 184px;
}
.profile{
    width:75%;
}
.contact_line{
    display:inline-flex;
    justify-content: flex-start;
    width: 98%;
    color: #233873;
    margin:20px 20px 0 0;
    padding:0;
}
.contact_line ul{
    display:inline-flex;
    justify-content: flex-start;
    text-decoration: none;
    width: 100%;
    color: #233873;
    margin:0;
    font-size:11px;
    border-bottom: 3px solid #70C6D3;
    padding:0 0 8px 0;
}
.contact_text{
    padding-right:12px;
    display:flex;
    align-items: center;
}
.contact_text span{
    display: inline-flex;
    padding-right: 5px;
}

/* MAIN  (Y GENERAL)*/
.cv_main{
    width:96%;
    padding: 0px 20px 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    display:flex;
    align-items: flex-start;
    justify-content: center;
}
.cv_headline{
    display:inline;
    font-weight: bold;
    color: #233873;
}

.block_title::after{
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    width: 30px;
    height: 3px;
    background: #70C6D3;
}
.block_title::before{
    margin-right:8px;
}
/* IZQUIERDA */
.cv_left{
    width:55%;
    padding: 0 32px 0 0;
}
.experience{
    margin-bottom: 20px;
}
.block_title{
    vertical-align: top;
    border-bottom: #233873 3px solid;
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top:8px;
    line-height: 18px;
}

.subline_experience::after{
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    width: 30px;
    height: 3px;
    background: #70C6D3;
}
.subline_experience::before{
    content: url(https://go.opensistemas.com/images/experience_icon.png);
    opacity: 1;
}
.subline_education::after{
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    width: 30px;
    height: 3px;
    background: #70C6D3;
}
.subline_education::before{
    content: url(https://go.opensistemas.com/images/education_icon.png);
    opacity: 1;
}
.experience_list{
    display: block;
    padding-bottom: 8px;
    margin:0px;
    list-style-type: none;
}
.h4_list{
    font-size:18px;
    font-weight: bold;
    color:black;
    padding-bottom: 16px;
    margin:16px 0 0 0;
    line-height: 20px;
}
.proyect_name{
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0 16px 0;
}
.performance{
    font-size:14px;
    list-style: disc;
    margin: 0 0 16px 16px;    
}
.performance::before{
    content: "Funciones: ";
    font-weight: bold;
} 
.technologies{
    font-size:14px;
    list-style: disc;
    margin: 0 0 16px 16px;}
.technologies::before{
    content: "Tecnologías utilizadas: ";
    font-weight: bold;
} 


.list_education{
    display: block;
    padding-bottom: 16px;
    list-style-type: none;
}
.additional_training{
    font-size:14px;
    list-style: none;
    margin: 0 0 16px 0px;}
.additional_training::before{
    content: "Formación adicional: ";
    font-weight: bold;
} 



/* DERECHA */

.cv_right{
    width:42%;
    padding: 0 0 0 16px;
}
.mainskills{
    margin: 0 40px 48px 0;
    width:100%;
}
.measure_bar{
    width:100%;
    position:relative;
}
.otherskills{
    margin: 0 20px 20px 0;
}
.certifications{
    margin: 0;
}
.languages{
    margin: 0 20px 48px 0;
}
.grey{
    position: absolute;
    width: 99%;
    height: 30px;
    background-color:#F5F5F5;
    margin: 0 0 20px 0;
}
.blue_100{
    position: absolute;
    width:99%;
    height:30px;
    background-color:#70C6D3;
    margin: 0 0 30px 0;
    vertical-align: middle;
    align-items: middle;
    border-left: 2px solid #233873;
}
.blue_75{
    position: absolute;
    width:75%;
    height:30px;
    background-color:#70C6D3;
    margin: 0 0 30px 0;
    vertical-align: middle;
    align-items: middle;
    border-left: 2px solid #233873;
}
.blue_50{
    position: absolute;
    width:50%;
    height:30px;
    background-color:#70C6D3;
    margin: 0 0 30px 0;
    vertical-align: middle;
    align-items: middle;
    border-left: 2px solid #233873;
}
.blue_25{
    position: absolute;
    width:25%;
    height:30px;
    background-color:#70C6D3;
    margin: 0 0 30px 0;
    vertical-align: middle;
    align-items: middle;
    border-left: 2px solid #233873;
}
.porcentaje{
    color:white;
    font-size: 14px;
    margin:8px 0 0 20px;
}
.skill_meter_subtext{
    font-size: 14px;
    padding:30px 0 8px 0;
    margin-top: 12px;
    color: #233873;
}
.subline_skills1::before{
    content: url(https://go.opensistemas.com/images/mainskills_icon.png);
    opacity: 1;
}
.subline_skills2::before{
    content: url(https://go.opensistemas.com/images/otherskills_icon.png);
    opacity: 1;
}
.subline_languages::before{
    content: url(https://go.opensistemas.com/images/languages_icon.png);
    padding-left:5px;
    opacity: 1;
}
.subline_certifications::before{
    content: url(https://go.opensistemas.com/images/certifications_icon.png);
    padding-left:5px;
    opacity: 1;
}
.otherskills_tags{
    display: inline-block;
    width:100%;
}
.skills_list{
    list-style:none;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    flex-direction: column;
    flex-flow: wrap;
}
.skills_list li{
    padding: 0 5px 8px 5px;
    text-decoration: underline;
    width: 30%;
} 
.certifications_list{
    list-style-type: disc;
    font-size: 16px;

    margin:0 0 20px 24px ;
    display: inline-block;
}
.certifications_list li{
    padding-bottom:16px;
}
.language_name{
    font-size: 16px;
    font-weight: bold;
    margin:0 0 16px 0;
}
.language_list{
    list-style-type: disc;
    display: inline-block;
    margin:0 0 16px 16px;
    font-size: 14px;  
}
.language_list li{
    margin-top: 6px;
    margin-bottom: 6px; 
}
/* FOOTER */

.cv_footer{
    background-color: #233873 ;
    margin:20px;
    height:160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
}
.row_footer{
    width:100%;
    display: flex;
    align-items: flex-end;
}
.logo_white{
    width:25%;
    display: flex;
    justify-content: flex-start;
    margin:40px 0 0 20px;
}
.logo_white img{
    height: 50px;
}
.social_links{
    display:flex;
    justify-content: flex-end;
    align-items: baseline;
    width:70%;
}
.social_links_ul{
    margin:0px;
}
.social_links_a{
    color:white;
    font-size:14px;
    text-decoration: none;
}
.social_links_li{
    padding: 0 16px 0 16px;
    display: inline-flex;
    list-style-type: none;
}
.legal_text{
    width:100%;
    color:white;
    font-size:12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 16px 0 0;
}
.legal_text p{
    font-weight: lighter;
    font-size: 11px;
    padding: 0 8px;
}
.legal_text p a {
    color:white;
    text-decoration: none;
}

@media (max-width: 700px) {
    .contact_line ul {
        flex-wrap: wrap;
    }
    .contact_text {
        display: flex;
        align-items: center;
        width: 48%;
    }
}
