.contenido {

    height: 100vh;

    padding-top: 70px;

    margin-right: 700px;

    position: relative;

}

body {

    background-attachment: fixed;

    display: inline-block;

    overflow-y: hidden;

}

h2.subtitulo {

    display: block;

}

.agua {

    z-index: 9;

}

.timeline-2 {

    height: 100vh;

    width: auto;

/*     min-width: 100%; */

    display: flex;

    align-content: center;

    flex-wrap: wrap;
position: relative;
	pad


    color: black;

}

.timeline-2 .linea {

    height: 4.5px;

    width: 100%;

    background-image: url("../img_timeline/bg-linea-anahua.png");

    background-repeat: repeat-x;

    background-size: 180px 100%;

}

.items-up, .items-down {

    height: 270px;

    display: flex;

}

.items-up {

    align-items: flex-end;

}

.items-down {

    align-items: start;

}

.items-up .item {

    align-content: end;

    padding-bottom: 0;

}

.items-down .item {

    align-content: start;

}

.timeline-2 img {

    position: absolute;

}

.timeline-2 img.img-ch {

    width: 66px;

    height: auto;

}

.timeline-2 img.img-md {

    width: 100px;

    height: auto;

}

.timeline-2 img.img-gd {

    width: 140px;

    height: auto;

}

.item {

    padding: .83rem;

    display: flex;

    position: relative;

    flex-wrap: wrap;

    border-left: 1px solid #000;

}

.item::after {

    content: "\2022";

    position: absolute;

    font-size: 4rem;

    font-family: serif;

    left: -.7rem;

    z-index: 1;

    line-height: 0;
	color: #000;

}

.items-up .item::after {

    bottom: 0;

}

.items-down .item::after {

    top: -4px;

}

.timeline-2 p {

    text-align: left;

    font-size: 13px;

    line-height: 18px;

    letter-spacing: .25px;

    font-weight: 400;

    margin-bottom: 10px;
	color: #000;

}

.timeline-2 p.fecha, .timeline-2 p span.fecha {

    font-weight: 600;

    color: #b1380f;

    margin-bottom: 5px;

    font-family: 'Cabin Sketch', cursive;

    font-weight: 700;

    font-size: 20px;

    width: 100%;

    font-style: normal;

}

.timeline-2 p span {

    font-size: 7px;

    font-style: italic;

}

.arriba-abajo {

    position: absolute;

    transform: translateY(calc(-100% - 1.2rem));

}

.items-up .arriba-abajo {

    position: absolute;

    transform: translateY(calc(143% - 1.2rem));

    bottom: 0;

}

span.especial {

    line-height: normal;

    position: absolute;

}

#imgmuestra {

    position: absolute;

    height: 80vh;

    z-index: 9999;

    top: 50%;

    left: 9.5px;

    transform: translateY(-45.6%);

    opacity: .5;

    display: none;

}

.timeline-2 .creditos {

    position: absolute;

    right: 0;

    top: 100px;

    width: 600px;

    transform: translateX(100%);

    font-size: 8px;

    text-align: center;

	max-height: calc( 100vh - 140px );

	overflow: 11px; 

}

.timeline-2 .creditos p {

    margin-bottom: 7px;
	text-align: center;
	font-size: 8px;
	color: #000;
	line-height: normal;

}

.timeline-2 .creditos h3 {

    font-size: 16px;

    font-weight: 300;
	text-align: center;
	color: #000;

}

.timeline-2 .creditos .col-6 {

    padding: 0 15px;

    border: 1px solid black;

    border-top: 0;

    border-bottom: 0;

}

.timeline-2 .creditos .row {

    margin: 0;

}