/*
Theme Name: Webs_Redoepaic
Theme URI: http://webs.com.bo
Author: webs team
Author URI: https://webs.com.bo
Description: A clean starter theme based on Bootstrap
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: LESS, clean, bootstrap
Text Domain: Webs_Redoepaic
*/
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pageBanner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 55vh;
}

i.fas, .mailto {
	color: #9e2625 !important;
}

.pageBody .contentWrapper p {
	text-align: justify;
	font-size: 16px;
}