.article {
    margin-top: 0;
}
.article .paragraph {
    padding: 0;
}
.paragraph p {
    font-weight:300;
    font-family: Roboto, sans-serif;
    padding: 0;
}


    .paragraph {
        max-width: 622px;
        margin: 32px auto;
        line-height: 28px;
    }
    .paragraph p {
        font-weight:400;
        font-family: 'Roboto Slab', serif;
    }
.intro {
    max-width: 622px;
    margin: 0 auto;
}
.intro .con {

    margin: 40px 0 67px;
    font-weight: 700;
}
.intro .con .text {
    margin-right: 24px;
    padding-bottom: 8px;
}
.cajitas {
    
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    height: 0;
}
.cajitas .cajita {
    width: 24px;
    margin: 1px;
}

.intro .cajitas {
    max-width: 100%;
}
.caras {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1048px;
    align-items: stretch;
}
.gdesktop {
    display: none;
}
.caras .texto {
    position: relative;
    text-align: left;
    display: block;
    height: 0;
    overflow-y: hidden;
    width: 300px;
    opacity: 0;

    transition: margin .8s, opacity .3s, height .6s;
}
/* .caras .miembro.even .texto {
    transform: translate(0%,0);
} */
.caras .texto .tabs {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.caras .texto .tabs .tri {
    position: absolute;
    top: 0;
    left: 0;
    z-index:1002020;
}
h2 {
    max-width: 1048px;
}

.miembro .imagen {
    position: relative;
      padding: 4px;
    margin: 6px;
    border-radius: 8px;
    border: 1px solid #d0d0d0;
  
}
.miembro {
    max-width: 80px;
    text-align: center;
    font-size: 15px;
    margin: 1px;
    max-width: calc(49.999% - 2px);
    position: relative;
    /* border: 1px solid #ccc; */
    transition:transform 1s; 
    cursor: pointer;
    z-index: 1;
  
}

.miembro .info {
    position: absolute;
    bottom: 0%;
    color: #fff;
    left: 50%;
    padding: 4px;
    width: 100%;
    transform: translate(-50%, 0);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.miembro .nombre {
    font-weight: 700;
    padding: 8px 0 4px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
}

.cards {
    padding-top: 16px;
    border-top: 1px dotted #ccc;
    max-width: 1048px;
    margin: 0 auto;
    margin-top: 32px;
}
.cards .card {
    display: flex;
    margin: 48px 0;
    position: relative;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 32px;
}
.cards .card .nombre {
    font-weight: 700;
    font-size: 18px;
}

.cards .card .texto {
    font-weight: 300;
    line-height: 24px;
    max-width: 100%;
    margin-right: 24px;
    position: relative;
    /* height: 0;
    overflow-y: hidden;
    transition: height .6s; */
}

.cards .card .texto .quote {
    font-size: 32px;
    font-weight: 300;
    color: gray;
    line-height: 44px;
    font-style: italic;
    margin:48px 0 0;
}
.card .imagen {
    position: relative;
    width: 100%;
    margin-right: 24px;
    max-width: 70px;
}
.graphic_regular {
    margin-top: 20px;
}
.video {
    max-width: 255px;
    margin: 0 48px;
}
.video video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.card .vertical {
    display: flex;
    position: relative;
    margin-top: 24px;
}
.vermas {
    margin: 16px 0;
    padding: 4px 8px;
    background: #ffa700;
    max-width: 100px;
    text-align: center;
    border-radius: 5px;
}
.vermas a {
    color: #fff !important;
    font-weight: 700;
}
.btop {
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 15px;
    cursor: pointer;
}
.placeholder {
    position: absolute;
    top: 58%;
    left: 50%;
    width: 622px;
    z-index: 44;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
    .miembro:hover {
        transform: scale(1.05);
        z-index:1000;
    }
    .intro .con {
        text-align: center;
    }
    .intro .cajitas {
        max-width: 100%;
        justify-content: center;
    }
    .caras .texto {
        display: none;
    }
    .gdesktop {
        display: block;
    }
    .card .imagen {
        max-width: 200px;
    }
    .miembro {
        max-width: 18.8539%;
    }
}