/*ACTIVIDADES*/
.content .actividades {
	display: flex;
	/*height: 100%;*/
	/*margin-bottom: 30px;*/
}
   
.actividades-list {
	width: calc(50vw - 40px);
    margin-top: 20px;
	/*margin-left: 50%;*/
	margin-bottom: 30px;
    /*transform: translateX(-50%);*/
	/*border-right: 1px solid #222222;*/
	padding-right: 20px;
	/*height: 100%;*/
	flex-wrap: wrap;
	top: 0;
	/*transition: top .4s;*/
}
.actividades-list.scrolled{
	position: fixed;
	height: calc(100vh - 60px);
	top: 39px;
	padding-top: 20px;
	overflow-y: scroll;
}

.actividades-list p {
	font-size: 16px;
}

.actividades-list h2 {
	font-size: 24px;
}

.actividades-list h3 {
	font-size: 24px;
}

.actividades-list .row {
	width: 100%;
    /*margin-top: 20px;*/
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

.actividades-list .row:last-child {
	border-bottom: 0;
	margin-bottom: 19px;
}

.actividades-list .row .fecha {
	width: 100%;
}

.actividades-list .row .fecha h3:nth-child(2):before {
	content: " — ";
}

.actividades-list .row .titulo {
	width: 100%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.actividades-list .row .imagenes {
	width: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
}

.actividades-list .row .imagenes img {
	width: 25%;
	margin-bottom: 10px;
	display: none;
}

.actividades-list .row:hover .imagenes img{
	display: inline;
}

.linea-y {
	height: 100%;
	width: 1px;
	background: #222222;
}

/*ACTIVIDAD*/
.actividad {
	width: calc(50vw - 40px);
    margin-top: 20px;
	margin-left: -1px;
	top: 0;
	right: 20px;
	/*padding-bottom: 26px;*/
	/*
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
	*/
    /*align-items: center;*/
    text-align: center;
	/*border-left: 1px solid #222222;*/
    padding-left: 20px;
	/*position: aboslute;*/
}

.actividades.thumbnail{
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    align-items: start;
}

.actividad.scrolled {
	/*position: absolute;*/
	/*height: calc(100vh - 60px);*/
	/*top: 0;*/
	margin-left: calc(50vw - 20px);
	/*padding-top: 16px;*/
	/*height: calc(100vh - 60px);*/
	/*overflow-y: scroll;*/
}

.linea-vertical{
	width: 1px;
	height: calc(100vh - 100px);
	margin-top: 20px;
	background: #222222;
}

.linea-vertical.scrolled{
	position: fixed;
	/*height: calc(100vh - 60px);*/
	top: 60px;
	left: 50vw;
}

.actividad p {
	font-size: 16px;
}

.actividad h2 {
	font-size: 24px;
}

.actividad h3 {
	font-size: 24px;
}

.actividad .header-activ {
	margin-bottom: 50px;
}

.actividad .fecha {
	width: 100%;
}

.actividad .fecha p {
	display: inline;
}

.actividad .fecha p:nth-child(2):before {
	content: " — ";
}

.actividad .titulo {
	width: 100%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.actividad .epigrafe {
	width: 400px;
	margin-bottom: 20px;
	width: calc(50vw - 300px);
	
	margin-left: 50%;
	transform: translateX(-50%);
	
}

.actividad .lugar {
	width: 400px;
	width: calc(50vw - 300px);
	margin-left: 50%;
	transform: translateX(-50%);
	
}

.actividad .carrusel{
	width: 100%;
	/*
	height: 300px;
	*/
    display: flex;
    justify-content: center;
	
}

.actividad .carrusel img{
	max-width: 100%;
    max-height: 31.45vw;
    width: auto;
    height: auto;
}

.carrusel {
  position: relative;
}

.prev {
  cursor: w-resize;
  position: absolute;
  margin-left: -50%;
  height: 100%;
  width: 50%;
}

.next {
  cursor: e-resize;
  position: absolute;
  margin-left: 50%;
  height: 100%;
  width: 50%;
}

.pagination {
	margin-top: 6px; 
  /*position: absolute;*/
}

.actividad .video{
	width: calc(50vw - 40px);
	display: block;
}

.actividad .video iframe{
	width: 100%;
	height: 30vw;
}

.actividad .texto {
	width: 100%;
	text-align: justify;
	text-indent: 50px;
	margin-top: 20px;
	padding-bottom: 24px;
}

.actividad .texto p::first-line {
  margin-left: 20px;
}

/*MOBILE*/
@media (max-width:600px) {

.content .actividades {
    display: flex;
    flex-direction: column-reverse;
}

.linea-vertical {
    display: none;
}

.actividad {
    width: 100%;
    margin-top: 0;
    margin-left:0;
    top: 0;
    right: 0;
    padding-left: 0;
}

.actividad .fecha p {
    font-size: 24px;
}

.actividad p {
    font-size: 12px;
}

.actividad .epigrafe {
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
    transform: none;
}

.actividad .lugar {
    width: 100%;
}

.actividad .carrusel {
    width: 100%;
}

.actividad .carrusel img {
    max-width: 100%;
    max-height: 61vw;
    width: auto;
    height: auto;
}

.actividad .video {
    width: 100%;
    height: auto;
}

.actividad .video iframe {
    width: 100%;
    height: 50vw;
}

.actividad {
    margin-left: 0 ;
}

.actividades.thumbnail{
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    align-items: start;
}

.actividad.scrolled {
	position: inherit;
    width: 100%;
    margin-top: 0;
    margin-left: 0 !important;
    top: 0;
    right: 0;
    padding-left: 0;
	height: auto !important;
}

.prev {
    display: none;
}

.next {
    position: absolute;
    height: 100%;
    width: 100%;
	margin-left: 0;
}

.actividades-list {
	position: inherit;
    width: 100%;
    margin-top: 30px;
	padding-right: 0;
}

.actividades-list.scrolled {
    position: inherit !important;
	width: 100%;
    height: auto !important;
    margin-top: 30px;
	padding-right: 0;
	border-top: 1px solid #222222;
    overflow-y: hidden;
}

}