.raya {
    border-bottom: 3px solid #fff !important;
}
.textos {
font-size: 18px !important;
line-height: 28px !important;
}
.subtitul {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45 !important;
}
@media (min-width: 768px) {
  .subtitul {
    font-size: 24px;
    font-weight: 500;
	line-height: 1.6 !important;
  }}
@media (min-width: 1080px) {
  .subtitul {
    font-size: 24px;
    font-weight: 500;
	line-height: 1.6 !important;
  }}

.llamanos{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10000;
	text-align: center;
	padding: 0px 3px;
	text-shadow: 2px 2px 2px black;
	background: #fff;
    font-size: 14px;
	border-radius: 30px;

	box-shadow: 3px 3px 3px black;
}

.llamanos a{
	color: white;
}

.llamanos span{
	background: #fff;
	color: #fff !important;
	margin: 0px 0;
	padding: 0px 0px;
	float: left;
    border-radius: 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.llamanos span img{
	float: left;
}

.llamanos span a{
	color: blue;
	text-shadow: 1px 1px 1px transparent;
}