body.pag17 .ImgFoto {
    height: 250px;
    width: 250px;
    background-color: #fff;
    border-radius: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

body.pag17 h1 {
    font-size: 28px;
    color: var(--colorPrincipal);
    margin-top: 0px;
    margin-bottom: 10px;
}

body.pag17 h2 {
    font-size: 22px;
    color: white;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
    font-family: 'Titulos1';
}

body.pag17 .contcMedio {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
}

body.pag17 .contcMedio div:hover {
    color: var(--colorPrincipal)
}

body.pag17 .rowTk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

body.pag17 h3 {
    margin: 0px;
    margin-bottom: 3px;
}

body.pag17 .blockShowPdf .icon {
    height: 80px;
}

body.pag17 .blockShowPdf .icon img {
    height: 80px;
}

body.pag17 .imgFotoCon {
    width: 300px;
    margin-bottom: 50px;
    ;
}

body.pag17 .datosPerfil {
    width: calc(100% - 300px)
}

.contct {
    display: flex;
    padding-bottom: 10px;
    padding-top: 5px;
}

.contct .contct_icn {
    width: 30px;
    color: var(--colorPrincipal)
}

body.pag17 .blockShowPdf {
    padding: 30px 20px 30px 20px;
    border-radius: 20px;
    width: 48%;
    margin-bottom: 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#111111", endColorstr="#111111", GradientType=1);
    height: 120px;
}

body.pag17 .blockShowPdf:active {
    color: var(--colorInteraccion);
}

body.pag17 .blockShowPdf .blockShowPrin_icn {
    font-size: 40px;
    color: var(--colorPrincipal);
    width: 60px;
}

body.pag17 .blockShowPdf .blockShowPrin {
    width: calc(100% - 60px);
}

body.pag17 .blockShowPdf .blockShowPrin_txt {
    font-size: 20px;
    transition: .3s;
    height: 48px;
}

body.pag17 .blockShowPdf .blockShowPrin_sbtxt {
    opacity: 0;
    font-size: 5px;
    transition: .3s;
    margin-top: 0px;
    color: var(--colorInteraccion)
}

body.pag17 .blockShowPdf:hover .blockShowPrin_txt {
    font-size: 16px;
}

body.pag17 .blockShowPdf:hover .blockShowPrin_sbtxt {
    opacity: 1;
    font-size: 12px;
    margin-top: 10px;
}

body.pag17 #h2interes {
    border-bottom: 0px solid transparent;
}

body.pag17 .blockShowPdf .blockShowPrin_sbtxt i {
    display: none;
}

body.pag17 #layoutPdf {
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9990;
}

body.pag17 #layoutPdf.showed {
    display: flex !important;
}

body.pag17 #layoutPdf .visorPagina {
    width: 90vw;
    height: 85vh;
    background-image: url("https://design.zendha.net/pdfs/tdi/2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media(min-width:750px) {
    #showDescargables {
        display: block;
    }
}

@media(max-width:550px) {
    body.pag17 .blockShowPdf {
        width: 98%;
    }
    body.pag17 .imgFotoCon {
        width: 100%;
        margin-bottom: 20px;
    }
    body.pag17 .datosPerfil {
        width: 100%;
    }
    body.pag17 .imgFotoCon .ImgFoto {
        width: 150px;
        height: 150px;
        margin: auto;
    }
    body.pag17 h1 {
        text-align: center;
    }
    body.pag17 h2 {
        margin-bottom: 20px;
        border-bottom: 0px solid transparent;
        text-align: center;
        padding: 0px;
    }
    body.pag17 .contct {
        display: flex;
        padding-bottom: 5px;
        padding-top: 3px;
        font-size: var(--p-2);
    }
    body.pag17 p {
        margin-top: 15px;
    }
    body.pag17 .blockShowPdf .blockShowPrin_icn {
        font-size: 40px;
        color: var(--colorPrincipal);
        width: 60px;
        display: none;
    }
    body.pag17 .blockShowPdf .blockShowPrin {
        width: 100%;
    }
    body.pag17 .blockShowPdf .blockShowPrin_sbtxt {
        opacity: 1;
        font-size: 12px;
        margin-top: 10px;
    }
    body.pag17 .blockShowPdf .blockShowPrin_sbtxt i {
        display: inline;
    }
    body.pag17 .blockShowPdf .blockShowPrin_txt {
        height: auto;
    }
    body.pag17 .blockShowPdf .blockShowPrin_txt,
    body.pag17 .blockShowPdf:hover .blockShowPrin_txt {
        font-size: 18px !important;
    }
    body.pag17 .blockShowPdf {
        height: 100px;
        padding: 20px 15px 20px 15px;
    }
}