li{
	list-style: none;
	text-align: left;
}
h5{
	font-family: robotoSlab-light;
	font-weight: bold;
}
.cuerpo{
	text-align: center;
	justify-content: center;

}
.panel{
	cursor: pointer;
	text-align-last: center;
	margin-bottom: 20px;
	border-radius: 20px;
}
.b{
	border:1px solid;
}
.tapa{
	user-select: none;
	background: #183371;
	height: 100%;
	color: white;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fondo_g{
	background: #e17a2d;
}
.contenido{
	height: 200px;
	color: #471C00;
}
.bo{
	border:1px solid black;
	padding: 20px;
}
.btn_vermas{
	transition: 0.5s;
	background: #B04500;
	display:inline-flex; 
	z-index: 0; 
	position: absolute; 
	right: 0; 
	top:0;
	user-select: none;
}
.btn_vermas_abierto{
	animation: bounce 1000ms ease-in-out;
	height: 100%;
}
.btn_vermas_oculto{
	transition: 2s;
	height: 0;
}
.btn_vermas:hover{
	text-decoration: underline;
}
.span_vermas{
	margin: auto
}
.span_contenido{
	margin: auto;
}
.img_tapa{
	width: 100px;
	margin: auto;
	display: inline-block;
}

.fondo_img{
	background: #0009;
	padding:20px;
	border-radius:100px;
	position: relative;
}
.panel_titulo{
	font-weight: bold;
	text-shadow: 0px 0px 15px white;
	user-select: none;
	font-family: robotoSlab-regular;
	padding: 10px;
	transition: 1s;
}
.panel_cuerpo{
	padding: 20px 10px;
	/*font-size: 14px;*/
	text-shadow: none;
	cursor:text;
	font-family: robotoSlab-regular;
}
.panel_tapa{
	padding:50px;
}
@media (max-width: 720px) {
  /*.panel_cuerpo{
  	font-size: 2.3vw
  }*/

}
@media (max-width: 600px) {
	h5{
		font-size: 3.1vw
	}
	.panel_cuerpo{
  		font-size: 3vw
  	}
}
@media (max-width: 515px) {
  h5{
  	font-size: 16.213px
  }
  .img_tapa{
  	padding: 10px
  }
  .panel_tapa{
	padding:30px;
  }
  /*.panel_cuerpo{
  	font-size: 11.4px;
  }*/
}
@media (max-width: 450px){
	.panel_cuerpo{
		font-size:12.87px
	}
}
@media (max-width: 380px) {
  .img_tapa{
  	padding: 20px
  }
  .panel_tapa{
	padding:10px;
  }
}
@media (max-width: 320px) {
  .img_tapa{
  	padding: 25px
  }
}
@-webkit-keyframes bounce {
	0% {
		height: 0%;
	}
	30%{
		height: 100%;
	}
	50%{
		height: 80%;
	}
	100%{
		height: 100%;
	}
}
#titulo_pagoFacil{
	background: #CCB101;
}
#panel_pagoFacil{
	background: #ffdd01;
}
#cuerpo_pagoFacil{
	background: #FFF199;
}

#titulo_mercadoPago{
	background: #028BB8;
}
#panel_mercadoPago{
	background: #02b1ea;
}
#cuerpo_mercadoPago{
	background: #8CD3EA;
}

#titulo_banelco{
	background: #B50D3B;
}
#panel_banelco{
	background: #d31145;
}
#cuerpo_banelco{
	background: #D37F95;
}

#titulo_redLink{
	background: #CCAB00;
}
#panel_redLink{
	background: #ffd600;
}
#cuerpo_redLink{
	background: #FFEF99;
}

#titulo_cbu{
	background: #007399;
}
#panel_cbu{
	background: #0099cb;
}
#cuerpo_cbu{
	background: #8EBCCB;
}

.panel_tapa{
	border-radius: 20px 0px 0px 20px;
}
.panel_titulo{
	border-radius: 0px 20px 0px 0px;
}
.panel_cuerpo{
	border-radius: 0px 0px 20px 0px;
}
.cuerpo{
	padding: 0;
}