.pt40 {	padding-top: 40px; }

.pb40 { padding-bottom: 40px; }

.mb40 { margin-bottom: 40px;}
.mb30 { margin-bottom: 30px;}
.mb20 { margin-bottom: 20px;}
.mb10 { margin-bottom: 10px;}


.mt40 { margin-top: 40px;}
.mt20 { margin-top: 20px;}
.mt10 { margin-top: 10px;}

.fs25 { font-size: 25px;}

.btn-presupuesto {
	background-color: #e21d38;
	font-size: 20px;
    padding: 18px 25px;
    border-radius: 3px;
    margin-left: 15px;
	color: #FFFFFF!important;
	font-weight: 600;
}

.btn-presupuesto:hover {
	background-color: #FFFFFF;
	padding: 16px 25px;
	color: #e21d38!important;
	border: 2px solid #e21d38;
	transition: 0.2s;
}

.callout {
	font-size: 25px;
	font-weight: 600;
	line-height: 2.6em;
}

.img-icon {
	max-width: 100px;
	margin-bottom: 15px;
}

.rounded { border-radius: 5px;}


.mailko {
    background-color: #c81212;
    color: #ffffff;
    width: 95%;
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.mailok {
    background-color: #0a900a;
    color: #ffffff;
    width: 95%;
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.share-text {
	font-weight: bold;
    list-style-type: none;
    float: left;
    margin: 5px 10px 0px 0px;
	background: none;

}

.share-icon {
	list-style-type: none;
	float: left;
	margin: 3px 0px 10px 0px;
	background: none;
	padding-left: 6px;
}

.center {text-align: center;}

.sombra { box-shadow: 3px 3px 6px #999;}


