.body {
	font-family: open sans,sans-serif;
	background: blue;
}

/*Cores */
	.col-bg-cores div{height: 5px}
	
	.bg-cor1{background:#f572bc !important}
	.bg-cor2{background:#2be09e !important}
	.bg-cor3{background:#9974f7 !important}
	.bg-cor4{background:#ffbc1b !important}
	.bg-cor5{background:#7fdb3c !important}
	.bg-cor6{background:#ff953f !important}
	

/* header*/
	header {
		border-bottom: 1px solid #eee;
	}
	
/* navbarTop */
	@media (max-width: 991px) {
		.navbarTop .navbar-brand img {
			/*max-height: 100%;
			width: auto;*/
			height: auto;
		    padding: 15px;
		    width: 160px;
		}
	}
	
	.navbarTop .navbar-nav>li>a>i {
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	    text-align: center;
	    border-radius: 100%;
	    color: #fff;
	    font-size: 16px;
	    margin: 0 auto;
	}
	.navbarTop .navbar-nav>li>a>span {
	    padding: 0;
	    line-height: 16px;
	    text-align: center;
	}
	
	.navbarTop .navbar-nav>li>a>i {
	    display: inline-block;
	    margin: 0 10px 0 0;
	}
	
	.navbarTop .navbar-toggler,
	.navbarTop .navbar-toggler:focus,
	.navbarTop .navbar-toggler:hover {
	    border-color: #9974f7;
	    background-color: #9974f7 !important;
	    color: #fff;
        font-size: 1.0rem;
	}
	
	@media (min-width: 992px) {
		
		.navbarTop .navbar-nav>li>a>i {
		    display: block;
		    margin: 0 auto;
		}
		.navbarTop .navbar-nav>li {
    		border-right: 2px solid #eee;
    		padding: 0 15px;
    	}
    	.navbarTop .navbar-nav>li:last-child {
    		border: none !important;
    		padding-right: 0;
    	}
	}

/* section */
	section {
		margin-top: 15px;
	}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

/**/
	.sectionTitle h1,
	.sectionTitle h2 {
		color: #9974f7;
	}
	
	.sectionTitle h1 span.shape,
	.sectionTitle h2 span.shape {
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background: #fff;
		display: inline-block;
		padding: 0;
		position: relative;
		float: none;
	}
	
	.sectionTitle h1 span.shape-left:before,
	.sectionTitle h1 span.shape-left:after,
	.sectionTitle h2 span.shape-left:before,
	.sectionTitle h2 span.shape-left:after {
		right: 3px;
	}
	
	.sectionTitle h1 span.shape:before,
	.sectionTitle h2 span.shape:before {
		content: "";
		width: 55px;
		top: 11px;
	}
	
	.sectionTitle h1 span.shape:after,
	.sectionTitle h1 span.shape:before,
	.sectionTitle h2 span.shape:after,
	.sectionTitle h2 span.shape:before {
		content: "";
		height: 2px;
		background: #fff;
		display: inline-block;
		position: absolute;
		border-radius: 2px;
	}
	
	.sectionTitle h1 span.shape-left:before,
	.sectionTitle h1 span.shape-left:after,
	.sectionTitle h2 span.shape-left:before,
	.sectionTitle h2 span.shape-left:after
	{
		right: 3px;
	}
	
	.sectionTitle h1 span.shape:after,
	.sectionTitle h2 span.shape:after {
		content: "";
		width: 70px;
		top: 6px;
	}
	
	.sectionTitle h1 span.shape:after,
	.sectionTitle h1 span.shape:before,
	.sectionTitle h2 span.shape:after,
	.sectionTitle h2 span.shape:before {
		content: "";
		height: 2px;
		background: #fff;
		display: inline-block;
		position: absolute;
		border-radius: 2px;
	}
	
	.sectionTitle h1 span.bgCor-4,
	.sectionTitle h1 span.bgCor-4:after,
	.sectionTitle h1 span.bgCor-4:before,
	.sectionTitle h2 span.bgCor-4,
	.sectionTitle h2 span.bgCor-4:after,
	.sectionTitle h2 span.bgCor-4:before {
		background-color: #ffc63f !important;
	}
	
	.section-fotos img {
		
	}

/* comentarios */
	.comentarios {
		background: #ff953f url(/files/app/v1/img/library/bgIcons1.png);
	}
	.comentarios i {
	    font-size: 130px;
	    color: #fff;
	    margin-bottom: 40px;
	}
	.comentarios h3 {
	    font-size: 22px;
	    font-weight: 300;
	    font-style: italic;
	    line-height: 36px;
	    color: #fff;
	    margin: 0 0 40px;
	}
	.comentarios h4 {
	    font-size: 16px;
	    color: #fff;
	}
	.comentarios h5 {
	    font-size: 16px;
	    color: #fff;
	}

/* Whats */
	#btn-whats {
		position: fixed;
		left: 15px;
		bottom: 15px;
		z-index: 99;
	}
	#btn-topo {
	    display: none;
	    position: fixed;
	    right: 15px;
	    bottom: 15px;
	    z-index: 99;
	    background: #7fdb3c;
	    padding: 5px 10px;
	    color: #fff;
	    font-size: 11px;
	    cursor: pointer;
	}
	#btn-topo:hover {
	    text-decoration: none;
	}
