.wrap {
    height: auto;
}
div.tabs {
    width: 100%;
    background: red;
    list-style: none;
    display: flex;
    height: 80px;
    position: relative;
    z-index: 1;
}
div.tabs>div {
    width: 1000px;
    margin: 0 auto;
    text-indent: 120px;
}
.menu-seleccionado {
    width: 80px;
    display: inline-block;
    margin-right: 10px;
    text-indent: 0px;
    height: 80px;
    background-color: rgb(245, 245, 245);
    border-radius: 75px;
    border: 8px solid red;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    color: #6a747d;
}
.menu-no-seleccionado {
    width: 80px;
    display: inline-block;
    margin-right: 10px;
    text-indent: 0px;
    height: 80px;
    /* background-color: rgb(245,245,245); */
    border-radius: 75px;
    border: 8px solid transparent;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}
.menu-superior>label {
    position: relative;
    top: 6px;
}
.active {
    /*width: 0%;
	background: red;*/
}
.secciones {
    width: 100%;
    background: #fff;
}
.secciones article {
    padding-top: 20px;
}
section {
    position: relative;
    padding: 40px 0 0 0;
    overflow: hidden;
}

.container-cv-element{
    display: none;
}
#biografia{
    left: 8%;
    display: block;
}
#nav-cv-container {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    text-align: center;
}
.subtitle-perfil{
    text-align: center;
    margin: 20px 0;
}
.text-article{
    margin: 25px 0px;
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 5px;
}
.linkArt{
    text-orientation: unset;
    cursor: pointer;
}
.text-line, .container-texto{
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 5px 0;
    box-shadow: 0 0 5px 0 #a2aaa;
    margin: 4px 0;
}
.border-red{
    border-bottom: 2px solid red;
    background-color: lightgrey;
}

#nav-cv-container .span{
	width: auto;
    display: inline-block;
    cursor: pointer;
}
#nav-cv-container .span div:nth-child(1) {
	width: max-content;
    margin: auto;
}
#nav-cv-container .span div:nth-child(2)  {
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: text-bottom;
    transition: max-width .5s linear 0s;
    padding: 0 12px;
}
#nav-cv-container .span:hover {
    background-color: lightgrey;
}
    #nav-cv-container span {
        font-size: 20px;
    }
    #nav-cv-container span i {
            margin-right: 3px;
        }
        .secciones article p {
            text-align: justify;
        }
#titulo-redalyc{
    padding-right: 30px;
    width: auto !important;
}
#titulo-redalyc .logo{
        padding: 14px 0;
         margin: 0 10px 0px 0px;

}
#titulo-redalyc span{
    font-size: 17px !important;
}
#titulo-redalyc span:nth-child(2){
    font-size: 32px !important;
}
        @media screen and (max-width: 700px) {
            div.tabs div {
                width: none;
                flex-basis: 0;
                flex-grow: 1;
            }
            div#titulo-redalyc {
                width: 100% !important;
                padding: 0;
            }
            div#titulo-redalyc span:nth-child(2){
                font-size: 19px !important;
            }
            div#titulo-redalyc .logo {
                padding: 0;
                width: 150px;
            }
            div#titulo-redalyc span {
                font-size: 12px !important;
            }
            div#doctor {
                top: 180px;
                width: auto;
            }
        }
        @media screen and (max-width: 450px) {
            div.tabs div a {
                padding: 15px 0px;
            }
            div.tabs div a .tab-text {
                display: none;
            }
            .secciones article {
                padding: 20px;
            }
        }
@media only screen and (min-width: 1200px) and (max-width: 1550px){
    img.logo {
        width: 120px !important;
    }
    div#titulo-redalyc span:nth-child(2) {
        font-size: 22px !important;
    }
    div#titulo-redalyc span {
        font-size: 12px !important;
    }
    
    div#pie-logos img:nth-child(1) {
        margin: 0 10px;
        width: 120px;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    img.logo {
        width: 140px !important;
    }
    div#titulo-redalyc span:nth-child(2) {
        font-size: 27px !important;
    }
    div#titulo-redalyc span {
        font-size: 14px !important;
    }
    
    div#pie-logos img:nth-child(1) {
        margin: 0 10px;
        width: 140px;
    }
}