/*
* Personalización para PLUG & PLAY SOLUTIONS
* POR: ABMENDOZA SEPTIEMBRE 2020
*
*
*
*/

@import url("assets/icon/bootstrap-icons-1.4.1/bootstrap-icons.css");


.socialMedia{
	color: rgba(255,255,255,.3);
}

.iconosCuerpo{
	color: rgba(0,0,0,.7);
	font-size: 18px;
	background-size: 1rem 1rem;
	background-repeat: no-repeat;
	text-sucess
}


.bi::before {
  display: inline-block;
  content: "";
  background-image: url("data:img/icons/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}


.py_pnp{
	padding-top: 2rem!important;
	padding-bottom: 1rem!important;

	
}

.btn-light_pnp {
	color: #000000;
    background-color: #e6a756;
    border-color: #e6a756;
}
.btn-light_pnp:hover{
	color: #ffffff;
    background-color: #e6a756;
    border-color: #e6a756;
	
}



.btn-light_pnp_naranja {
	color: #ffffff;
    background-color: rgba(230,167,86,.70);
    border-color: rgba(230,167,86,.80);
}
.btn-light_pnp_naranja:hover{
	color: #ffffff;
    background-color: rgba(230,167,86,.90);
    border-color: rgba(230,167,86,.80);
	
}

.btn-light_pnp_morado {
	color: #ffffff;
    background-color: rgba(112,48,160,.70);
    border-color: rgba(112,48,160,.80);
}
.btn-light_pnp_morado:hover{
	color: #ffffff;
    background-color: rgba(112,48,160,.90);
    border-color: rgba(112,48,160,.80);
	
}
.bg-light_naranja{
	background-color: rgba(230,167,86);
}
.bg-light_morado{
	background-color: rgba(112,48,160,.80);
}

.bg-primary-pnp{
	background-color: rgba(112,48,160,.80);
}

.bg-secondary-pnp{
	background-color: rgba(230,167,86);
}


.border-primary-pnp{
	max-width: 3.25rem !important;
	border-width: 0.2rem !important;
	border-color: rgba(112,48,160,.80) !important;
}
.hr-primary{
	max-width: 3.25rem !important;
	border-width: 0.2rem !important;
	border-color: rgba(112,48,160,.80) !important;
}
.hr-secondary{
	max-width: 3.25rem !important;
	border-width: 0.2rem !important;
	border-color: rgba(230,167,86) !important;
}
.hr-white{
	max-width: 3.25rem !important;
	border-width: 0.2rem !important;
	border-color: #FFFFFF !important;
}
.hr-black{
	max-width: 3.25rem !important;
	border-width: 0.2rem !important;
	border-color: #000000 !important;
}

.bg-light_blanco{
	background-color: #ffffff;
}

.text-primary{
	color: rgba(112,48,160) !important;
}

.text-secondary{
	color: rgba(230,167,86) !important;
}
a{
	color: rgba(230,167,86) ;
}

#a.white{
	color: rgba(230,167,86) !important;
}
.nav-link.active{
	color: rgba(112,48,160) !important;
}
.txt_blanco{
	color: #ffffff;
}

.txt_negro{
	color: #000000;
}



.link