  .perfilito-solo{
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #A9A9A9;
	margin-bottom: 10px;
	overflow:auto;
}
.autor-circular{
	width: 230px;
	height:auto;
	float: left;
	margin-left: 35px;
	margin-right: 60px;
	margin-bottom: 35px;
	margin-top: 10px;
	text-align: center;
}
.imagen-red{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px #ffffff solid;
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.09);
}
.imagen-superpower{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 2px #ffffff solid;
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.09);
	float:right;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
}
.name-center{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	width: 230px;
	height: auto;
	text-align: center;
	margin-top: 10px;
}
.quienes-center{
	color: #000000;
	font-size: 12px;
	line-height: 14.59px;
	width: 230px;
	height: auto;
	text-align:center;}

p .parrafo{
	width: 100%;
	height: auto;
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	float: right;
	padding-left: 50px;
}
.subtitlecolumn{color:#0088C5;font-weight:normal; text-align:center}
.cajacolumn{width:50%;border:#FFF 3px solid;padding:15px 15px 15px 15px;}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////TAMAÑOS VISUALIZACIONES////*/


@media only screen and (min-width : 300px) and (max-width : 899px) {
.phone, .desktop {
display: none;
}
}

@media only screen and (min-width : 900px) {
.phone, .tablet {
display: none;
}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////PERFILES SIN NUMERACIÓN////*/
/* MARGIN CONTENT PERFIL PERSONAS DESKTOP */
.contenpersonaperfil {
	display: block;
	float: left;
	margin-top: 6%;
	margin-right: 0;
	margin-left: 1.6%;
	margin-bottom: 1%;
}
.contenpersonaperfil:first-child { margin-left: 0; }

/*  MARGIN CONTENT PERFIL PERSONAS MOBILE */
@media only screen and (max-width: 480px) {
	.contenpersonaperfil {
		margin: 9% 1.802% 1% 0%;
	}
}



/*  3 COLUMNAS personaperfil DESKTOP */
.colpersonaperfil1 {
	width: 12%;
	text-align:center;
}
.colpersonaperfil2 {
	width: 5%;
	padding:20px 0;
}
.colpersonaperfil3 {
	width: 75%;
	padding:0 1% 6% 0;
	border-bottom: #B3B3B3 2px solid;
}
.imgpersonaperfil{
	border-radius: 50%;
}

/*  3 COLUMNAS personaperfilPODEROROS MOBILE */
@media only screen and (max-width: 500px) {

	.colpersonaperfil1 {
	width: 100%;
	margin-bottom: -15px;
	}
	.colpersonaperfil2 {
		display:none;
	}
	.colpersonaperfil3 {
		width: 100%;
		padding:0 1% 10% 0;
		border-bottom: #B3B3B3 2px solid;
		margin-bottom:10%;
	}
	.imgpersonaperfil{
	border-radius: 50%;
	width:30%;
}
}


/*  NOMBRES PERFIL BOLD */
.negritanombreperfil {
	font-weight: bold;
	font-size: 14px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	color:#000000;
}
/*  NOMBRES PERFIL BOLD */
@media only screen and (max-width: 500px) {
	.negritanombreperfil {
	font-weight: bold;
	font-size: 15px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	color:#000000;
}
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////SUPERPODEROSOS O PERFILES CON NUMERACIÓN////*/

/* MARGIN CONTENT PERFIL SUPERPODEROSOS DESKTOP */
.contensuperperfil {
	display: block;
	float: left;
	margin-top: 6%;
	margin-right: 0;
	margin-left: 1.6%;
	margin-bottom: 1%;
}
.contensuperperfil:first-child { margin-left: 0; }

/*  MARGIN CONTENT PERFIL SUPERPODEROSOS MOBILE */
@media only screen and (max-width: 480px) {
	.contensuperperfil {
		margin: 9% 1.802% 1% 0%;
	}
}



/*  3 COLUMNAS SUPERPODEROSOS DESKTOP */
.colsuperperfil1 {
	width: 12%;
	text-align:center;
}
.colsuperperfil2 {
	width: 5%;
	padding:6px 0;
	text-align:right;
	font-size:35px;
	color:#41a2db;
	font-family: 'Roboto Slab', serif;
	font-weight:normal;
}
.colsuperperfil3 {
	width: 74.5%;
	padding: 0 1% 6% 0;
	border-bottom: #B3B3B3 2px solid;
	margin-left: 3%;
}
.imgsuperperfil{
	width:70%;
	border-radius: 50%;
}


/*  3 COLUMNAS SUPERPODEROROS MOBILE */
@media only screen and (max-width: 500px) {

	.colsuperperfil1 {
		width: 75%;
		margin-bottom: -15px;
	}
	.colsuperperfil2 {
	width: 15%;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 40px;
	color: #41a2db;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	}
	.colsuperperfil3 {
		width: 100%;
		padding:0 1% 6% 0;
		border-bottom: #B3B3B3 2px solid;
	}
	.imgsuperperfil{
	border-radius: 50%;
	width:40%;
	float:left;
}
}


/*  NOMBRES SUPER BOLD */
.negritanombresuper {
	font-weight: bold;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	margin-bottom:5px;
}

/*  NOMBRES SUPER BOLD MOBILE*/
@media only screen and (max-width: 500px) {
	.negritanombresuper {
	font-weight: bold;
	font-size: 22px;
	font-family: 'Roboto Slab', serif;
}
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// FLOWCHART - FLUJOGRAMA ////*/

.colflowchart1{
	width: 27%;
	text-align:center;
}
.imgflowchart{
	width:80%;
}
.imgflowchart2{
	width:65%;
}
.colflowchart2 {
	width: 64.5%;
	padding: 0 1% 6% 0;
	border-bottom: #B3B3B3 2px solid;
	margin-left: 3%;
}

@media only screen and (max-width: 500px) {

.colflowchart1 {
		width: 100%;
		margin-bottom: -15px;
		text-align:center;
	}
.colflowchart2 {
	width: 100%;
	padding:0 1% 10% 0;
	border-bottom: #B3B3B3 2px solid;
}
.imgflowchart{
	width:60%;
}
.imgflowchart2{
	width:50%;
}
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Fondo Calificación Polla////*/
.check1{background: #54c3cb; color: #000; text-transform: uppercase; font-size: 11px; font-family: 'Roboto Condensed', sans-serif; padding: 8px 20px; float: left; border-radius: 16px; margin: 0 0 10px 0; letter-spacing: 2px; margin-right: 5px;
}
.check2{background: #533a6e; color: #fff; text-transform: uppercase; font-size: 11px; font-family: 'Roboto Condensed', sans-serif; padding: 8px 20px; float: left; border-radius: 16px; margin: 0 0 10px 0; letter-spacing: 2px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Fondo colores redes////*/
.cajared { padding-top: 20px; padding-left: 20px;padding-right: 20px;padding-bottom: 7px; line-height: 20pt; width: 100%; height: auto; color: #FFF; font-family: 'Roboto Slab', serif; font-size: 10pt;}
.cajared p {font-family: 'Roboto', serif; font-weight: bold; font-size: 27pt; color: #FFF; line-height: 27pt; padding-top: 3px;}
.cajared2 { padding: 30px; width: 100%; border-left: thin #dddddd solid; border-right: thin #dddddd solid; border-bottom: thin #dddddd solid;}
.rlider{ background: #414184;}
.rcachaca{ background: #723158;}
.rpaz{ background: #009a67;}
.rmujeres{ background: #b2406e;}
.rinnovacion{ background: #537185;}
.rrural{ background: #566275;}
.reducacion{ background: #1c7b8d;}
.rsocial{ background: #D06032;}

@media only screen and (max-width: 500px) {
	.cajared p {font-family: 'Roboto', serif; font-weight: bold; font-size: 22pt; color: #FFF; line-height: 22pt; padding-top: 3px;}
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// INTERTÍTULOS DENTRO DE PESTAÑAS////*/

/*  NOMBRES SUPER BOLD */
.titlepestana {
	font-weight: bold;
	font-size: 20px;
	font-family: 'Roboto', serif;
	margin-bottom:8px;
	margin-top:44px;
}
/*  NOMBRES SUPER BOLD MOBILE*/
@media only screen and (max-width: 500px) {
	.titlepestana {
	font-weight: bold;
	font-size: 22px;
	font-family: 'Roboto', serif;
	margin-bottom:8px;
	margin-top:40px;
}
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// MENÚ GALERÍA////*/

/*  TITULO HISTORIAS */
.contenrow{
	width:99%;
}
.contenpic{
	display: block;
	float: left;
	padding:10px;
	background-color:#efefef;
}
.fotocronica{
	width:100%;
}
.negritacronica {
	font-weight: bold;
	font-size: 20px;
	font-family: 'Roboto', serif;
	margin-bottom:20px;
	color:#FFFFFF;
	background-color:#44a5db;
	text-align:right;
	padding:5px 15px 5px 5px;
	width:100%;
}
.negritacronica a { color:#FFFFFF !important;text-decoration:none;}
.negritacronica a:hover {text-decoration:underline!important; color:#FFFFFF !important;}

@media only screen and (max-width: 500px) {
/*  TITULO CRONICAS MOBILE*/
a.negritacronica {
	font-weight: bold;
	font-size: 18px;
	font-family: 'Roboto', serif;
	margin-bottom:20px;
	color:#FFFFFF;
	background-color:#44a5db;
	text-align:right;
	padding:5px 15px 5px 5px;
	width:100%;
}
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DOS COLUMNAS////*/

.conten2col {
	display: block;
	float: left;
	margin-top: 5%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.conten2col:first-child { margin-left: 0; }

/*  TITULO AZUL */

.size2col{
	width:48%;
	float:left;
	}
.size2col p{
		font-size:14px;
		line-height:15px;}

.size2colmedium{
	width:4%;
	float:left;
	}
.bold2col{
	font-weight: bold;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	}
.bold2col2{
	color:#5ea5d6;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	padding-top:10px;
	padding-bottom:10px;
	}

@media only screen and (max-width: 480px) {
.conten2col {
		margin: 9% 1.802% 1% 0%;
	}
.size2col{
	width:100%;
	}
.size2col p{
	font-size:14px;
	line-height:15px;
	}
.size2colmedium{
	display:none;
	}

}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// tres COLUMNAS////*/

.size3col{
	width:30%;
	float:left;
	}
.size3col p{
		font-size:14px;
		line-height:15px;}

.size3colmedium{
	width:2%;
	float:left;
	}
.frasecol3{
	color:#000;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	font-family: Constantia, Lucida Bright, DejaVu Serif, Georgia, serif;
	padding-top:10px;
	padding-bottom:10px;
	}

@media only screen and (max-width: 480px) {
.conten2col {
		margin: 9% 1.802% 1% 0%;
	}
.size3col{
	width:100%;
	}
.size3col p{
	font-size:14px;
	line-height:15px;
	}
.size3colmedium{
	display:none;
	}

}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// FLOWCHART2 - FLUJOGRAMA2 ////*/

.article-content h4.intertitular {font-family:'Lato', sans-serif; font-size:25px; font-weight: 900; margin-left: -40px; margin-top: 20px; margin-bottom: 20px;}
.article-content h4.intertitular:before {content:''; border-left: 4px solid #44a5db; padding-right: 15px;}

.contencols{
	border-bottom: #B3B3B3 2px solid;
	padding-bottom:10px;
}

.colflow1{
	width: 35%;
	text-align:center;
}
.colflow2 {
	width: 59%;
	padding: 0 1% 6% 0;
	margin-left: 3%;
}
.imgflow{
	border-radius: 50%;
	width:30%;
}
.titleflow {
	font-weight: bold;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	margin-bottom:5px;
	color:#4ba6da;
}

@media only screen and (max-width: 500px) {

.article-content h4.intertitular {font-family:'Lato', sans-serif; font-size:25px; font-weight: 900; margin-left: -20px; margin-top: 20px; margin-bottom: 20px;}
.article-content h4.intertitular:before {content:''; border-left: 4px solid #44a5db; padding-right: 15px;}

.contencols{
	border-bottom: #B3B3B3 2px solid;
	padding-bottom:10px;
}
.colflow1 {
		width: 100%;
		margin-bottom: -15px;
		text-align:center;
	}
.colflow2 {
	width: 100%;
	padding:0 1% 10% 0;
}
.imgflow{
	width:25%;
}
.titleflow {
	font-weight: bold;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	margin-bottom:5px;
}
}
/* historia de argumentos enfrentados///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.lsvi-argumentos-persona {
	width: 50%;
	float: left;
	padding: 0 2em;
}

.lsvi-argumentos-persona img{
	border-radius: 50%;
	width: 4.25em;
}

.lsvi-argumentos-right{
	text-align: right;
}

.lsvi-argumentos-persona h2 {
	font-family: Roboto Slab;
	font-weight: 800;
	font-size: 1.5em;
	margin: 0 0.5em;
	display: inline;
}

.lsvi-argumentos-clearfix{
	clear: both;
	line-height: 0;
}

.lsvi-argumentos-contenido{
	width: 100%
}

.lsvi-argumentos-contenido h3{
	text-align: center;
	font-weight: 600;
	font-size: 1.5em;
	color: #44a5db;
	margin: 0;
	padding: 0;
}

.lsvi-argumentos-contenido h3 span {
	width: 2.5em;
	height: .15em;
	background: #ececec;
	display: block;
	margin: .15em auto 0;
}

.lsvi-argumentos-contenido-wrap {
	display: table;
}

.lsvi-argumentos-descripcion{
	display: table-cell;
	width: 50%;
	padding: 2em 0;
}

.lsvi-argumentos-borde{
	border-right: .25em solid #ececec;
}

.lsvi-argumentos-descripcion p{
	padding: 2em;
    font-style: italic;
    font-size: 1em;
    font-weight: 300;
    margin: 0;
    line-height: 1.2em;
}
.lsvi-argumentos-explain{
	background: #ececec;
	border-radius: .5em;
	margin: 0 0.5em 4em;
	padding: 0 2em 2em;
}

.lsvi-argumentos-explain h3{
	padding: 1em;
	color: #444848;
}

.lsvi-argumentos-explain p{
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.6em;
	margin:0 0 1em;
}


@media screen and (max-width: 768px){
	.lsvi-argumentos-persona {
	    display: flex;
	    flex-direction: column;
	    padding: 2em;
	}

	.lsvi-argumentos-persona h2{
		padding-top: .5em;
		margin: 0;
	}

	.lsvi-argumentos-right {
    	flex-direction: column-reverse;
    	align-items: flex-end;
	}
	.lsvi-argumentos-persona h2 {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 480px){

	.lsvi-argumentos-persona{
		padding: .5em;
	}

	.lsvi-argumentos-persona h2{
		font-size: 1.2em;
	}

	.article-main-body .lsvi-argumentos-descripcion p{
		padding: .5em;
		font-size: 1em;
		line-height: 1.1em;
	}

	.lsvi-argumentos-explain p{
		font-size: 1em;
	}
}

/* historia de SUPERFUNCIONARIOS ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.lsvi-iconos {
  width: 100%; }

.lsvi-iconos h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 1.5em;
  margin: 0.2em; }

.lsvi-iconos h3 {
  margin: 0;
  padding: 0.5em;
  border-bottom: 0.10em #BCBCBC solid;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1em; }

.lsvi-icono-persona {
  width: 100%;
  float: left;
  padding: 0 2em;
  text-align: center; }
  .lsvi-icono-persona__border {
    width: 11em;
    margin: 0 auto;
    border: 0.3em dotted #FFDE5D;
    border-radius: 50%;
    padding: 0.3em; }

.lsvi-icono-persona img {
  border-radius: 50%;
  width: 10em;
  border: 0.3em solid #FFDE5D; }

.lsvi-iconos-contenido-wrap {
  display: table;
  width: 100%; }

.lsvi-iconos-descripcion {
  display: table-cell;
  width: 50%;
  padding: 2em; }
  .lsvi-iconos-descripcion h2 {
    text-align: center;
    color: #1DACF6;
    font-weight: 600;
    margin-bottom: 1em; }
  .lsvi-iconos-descripcion ul {
    padding-left: 1.5em;
    list-style: none;
    font-size: 1.1em;
    font-weight: 300;
    margin: 0;
    line-height: 1.2em; }
  .lsvi-iconos-descripcion li {
    position: relative;
    margin-bottom: 1em; }
    .lsvi-iconos-descripcion li::before {
      content: "";
      width: 1em;
      height: 1em;
      background: url("http://archivo.lasillavacia.com/archivos/historias/top/list-image2.svg");
      background-size: cover;
      display: inline-block;
      position: absolute;
      left: -1.5em; }

.lsvi-icono-borde {
  border-right: 0.10em #BCBCBC solid; }

.lsvi-border-bottom {
  border-top: 0.10em #BCBCBC solid;
  margin: 0 0.5em 3em; }

@media screen and (max-width: 768px) {
  .lsvi-iconos-descripcion ul {
    font-size: 0.95em; }
  .lsvi-iconos-descripcion h2 {
    font-size: 1.3em; }
  .lsvi-border-bottom {
    margin: 0 0.5em 1.5em; } }

@media screen and (max-width: 480px) {
  .lsvi-iconos-descripcion {
    padding: 0.8em; }
  .lsvi-icono-persona__border,
  .lsvi-icono-persona img {
    width: 8em; }
  .lsvi-iconos-descripcion ul {
    font-size: 0.85em; }
  .lsvi-iconos h2 {
    font-size: 1.2em; }
  .lsvi-iconos h3 {
    font-size: 0.9em; }
  .lsvi-border-bottom {
    margin: 0 0.5em 0.7em; } }

/* cinta bancolombia ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.cinta-bancolombia {
  width: 100%;
  border: 3px #222f7d solid;
  box-sizing: border-box;
  padding: 2em;
  font-family: 'Lato', sans-serif;
  color: #222f7d;
  font-size: 1.1em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-cinta {
  width: 35%;
}

.logo-cinta img {
  width: 100%;
}

.contenido-cinta {
  width: 55%;
  margin: 0;
}

.divider-bancolombia {
  width: 3px;
  height: 5em;
  background-color: #222f7d;
  margin: 0 2em;
}

@media only screen and (max-width: 750px) {
  .cinta-bancolombia {
    font-size: 1em;
  }
}

@media only screen and (max-width: 500px) {
  .cinta-bancolombia {
    flex-direction: column;
  }
  .logo-cinta {
    padding: 0 2em;
    width: 100%;
    margin-bottom: 2em;
  }
  .contenido-cinta {
    width: 100%;
    padding: 0 2em;
    border: none;
  }
  .divider-bancolombia {
    display: none;
  }
}

/* criticas ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.container-critica {
  background: #f2f2f2;
  border-radius: 1em;
  padding: 1em;
  margin-bottom: 3em; }
  .container-critica .critica-title {
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 1.5em; }
  .container-critica .critica-subtitle {
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    color: #44a5db;
    margin: 0 0 1.5em; }

.bordertop-critica {
  border-top: 1px #cecece solid;
  padding-top: 1em; }

.row-critica {
  padding-bottom: 2em; }
  .row-critica__user-critica {
    text-align: center; }
    .row-critica__user-critica img {
      border-radius: 50%;
      width: 4em; }
    .row-critica__user-critica h5 {
      font-weight: bolder;
      text-align: center;
      font-size: 0.9em; }

@media screen and (min-width: 768px) {
  .flex-row {
    display: flex; }
  .borderright-critica {
    border-right: 1px #cecece solid; }
  .border-hidden-sm {
    border: 0; } }
