/* Cambiar el color de las secciones */

.about-us {
	 background-color: #00203b;
}

#contact {
	 background-color: rgba(0, 72, 133, 0.4);
}

/* Cambiar el color de los botones */

.red-btn {
    background-color: #8bc443;
}
.red-btn:hover {
    background-color: #227e33;
}

.green-btn {
    background-color: #0068b4;
}
.green-btn:hover {
    background-color: #0a0c63;
}

/* Flexbox container */
#content {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
}
#latestnews {
   order: 1;
}
.separator-one {
   order: 2;
}
#focus {
   order: 3;
}
#aboutus {
   order: 4;
}
#testimonials {
   order: 5;
}
.purchase-now {
   order: 6;
}
#team {
   order: 7;
}
#contact {
   order: 8;
}
#footer {
   order: 9;
}

.header-content-wrap {
   background-color: rgba(0, 72, 133, 0.4);
}

/*** quitar posted on ***/

.posted-on { display: none; }

/*** quitar comments ***/

.comments-link { display: none; }

/*** quitar permalink ***/

.entry-footer { display: none; }

/*** color de línea de banner lateral ***/

.widget .widget-title:before {
    background: #0068B3;
}

ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a:before {
    background: #0068B3;
}

/*** color footer background ***/
#footer {
    background: #FAFAFA !important;
}

.copyright {
    background: #FAFAFA !important;
}
