@font-face {
  font-family: "LineAwesome";
  src: url("line-awesome.eot?v=1.1.");
  src: url("line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"),
       url("line-awesome.woff2?v=1.1.") format("woff2"),
       url("line-awesome.woff?v=1.1.") format("woff"),
       url("line-awesome.ttf?v=1.1.") format("truetype"),
       url("line-awesome.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
HTML {	
    height: 100%;    
}
BODY {
	min-height: 100%;
	height: 100%;
	background-color: #051338;
	margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
}
SECTION>A {
	display: block;
	margin: 4rem;
}
SECTION.header {
	position: fixed;
	z-index: 100;
	display: flex;
	width: 100%;
	background-color: rgb(0 157 244 / 90%);
	padding: 0;
	text-align: right;
	border-bottom: 2px solid #FFF;
	color: #FFF;
    font: bold 1.5rem/1rem Roboto,Arial;
}
SECTION.header>span {
	flex-grow: 1;
	text-align: left;
	padding-left: 10%;
}
SECTION.header .logo {
	height: 56px;
    vertical-align: middle;
}
SECTION.header A {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
}
SECTION.header>A {	
	font: normal 1rem/1rem Roboto,Arial;	
	margin: 0 10px 0 0;
	padding: 20px;	
	width: 100px;
}
SECTION.header>A:hover {
	color: #051338;
}
SECTION.header>A:before {
	content: "\f167";
	font: 1.1rem/1rem LineAwesome;
    color: #FFF;
}
SECTION.main {
	position: relative;
	display: flex;
    flex-flow: column;
    height: 94%;
    min-height: 94%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #555555;
	background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    background-image: url(../images/bg1a.jpg);
    overflow: hidden;
}
SECTION.main ARTICLE {
	background-color: #FFF;
}
SECTION.main.subpage {
	height: 70%;
	min-height: 70%;
}
SECTION.main .title {
	color:#FFF;
	padding: 0% 10%;
	font: bold 5rem/4.5rem Roboto,Arial;
	text-shadow: 5px 5px 4px #000000;;
}
SECTION.main .title>IMG {
	width: auto;
	height: 6rem;
	border-radius: 50%;
	box-shadow: 5px 5px 4px #000000;;
	vertical-align: middle;
}
SECTION.main .title>SPAN, SECTION.main I {
	color:#009df4;
}
SECTION.main .title>DIV {
	font: normal 2rem/2.5rem Roboto,Arial;
	padding: 20px 0;
}
SECTION.main ARTICLE>IMG {
	max-width: 200px;
	max-height: 130px;
}
SECTION.services, SECTION.plans, SECTION.offices {
    background-color: #FFF;    
    overflow: hidden;
    padding: 4% 10%;
    font: 1.4rem/2rem Roboto,Arial;
}
SECTION.plans {
	background-color: #051338;
}
SECTION.plans .list>DIV {
	padding: 2%;
    background-color: #FFF;
    margin: 1% 0%;
    width: 44%;
    min-height: 200px;
    font: 0.9rem/1.1rem Roboto,Arial;
}
SECTION .tab {
	font: bold 2rem/1rem Roboto,Arial;
	color: #009df4;
	padding: 2% 0;
}
SECTION .tab:before , SECTION .tab:before {
	content: "\f167";
	font: 2rem/1rem LineAwesome;
}
SECTION .list  {
	display: flex;
	flex-flow: wrap;
	padding: 4% 0%;
	justify-content: space-around;
}
SECTION.services .list>DIV {
	color: #555555;
	padding: 2%;	
	background-color: #009df4;
	margin: 1% 0%;
    width: 44%;
    min-height: 260px;
    background-size: cover;
    background-position: center;
}
SECTION.services .list DIV>B, SECTION.plans .list DIV>B, SECTION.services .list DIV>A {
	display: block;
	background-color: #FFF;
	padding: 10px 5px;
	font: bold 1.2rem/1.5rem Roboto,Arial;
	color: #051338;
	text-decoration: none;
}
SECTION.services .list DIV>B>SPAN {
	display: block;
	margin-top: 10px;
	font: normal 0.9rem/1.1rem Roboto,Arial;;
}
SECTION.services .list DIV>B:before, SECTION.plans .list DIV>B:before,SECTION.services .list DIV>A:before {
	content: "\F274";
    font: normal 1.5rem/1rem Lineawesome;
    width: 2rem;
    display: inline-block;
    vertical-align: middle;
}
SECTION.services .list DIV>A:after {
	content: "\f24b";
	font: normal 1.8rem/1rem Lineawesome;
	display: inline-block;
	vertical-align: middle;
    margin-left: 10px;
}
SECTION.services .list DIV>B {
	cursor: pointer;
}
SECTION.services .list DIV>B:hover, SECTION.services .list DIV>A:hover {
	background-color: #051338;
	color: #FFF;
}
SECTION.services .service1, SECTION.service1 {
	background: url(../images/service1.jpg) no-repeat;
}
SECTION.services .service2, SECTION.service2  {
	background: url(../images/service2.jpg) no-repeat;
}
SECTION.services .service3, SECTION.service3  {
	background: url(../images/service3.jpg) no-repeat;
}
SECTION.services .service8, SECTION.service8  {
	background: url(../images/quarry2.jpg) no-repeat;
}
SECTION.services .service4, SECTION.service4 {
	background: url(../images/cars.jpg) no-repeat;
}
SECTION.services .service5, SECTION.service5  {
	background: url(../images/estate.jpg) no-repeat;
}
SECTION.services .service6, SECTION.service6  {
	background: url(../images/merchant.jpg) no-repeat;
}
SECTION.services .service7, SECTION.service7  {
	background: url(../images/bank.jpg) no-repeat;
}
SECTION.services .service9, SECTION.service9 {
	background: url(../images/tax.jpg) no-repeat;
}
SECTION.services .service11, SECTION.service11  {
	background: url(../images/quarry1.jpg) no-repeat;
}
SECTION.services .service10, SECTION.service10 {
	background: url(../images/gold-bars.jpg) no-repeat;
}
SECTION.services .service13, SECTION.service13 {
	background: url(../images/machine2.jpg) no-repeat;
}
SECTION.services .service12, SECTION.service12 {
	background: url(../images/loghomes.jpg) no-repeat;
}
SECTION.services .service14, SECTION.service14 {
	background: url(../images/secondchance.jpg) no-repeat;
}

SECTION DIV.logs>IMG{
	width: 100%;
}

SECTION.contact {
	display: flex;
	flex-flow: column;
	background-color: #009df4;  
	padding: 0 10% 10%;
}
SECTION.contact>.tab {
	color: #051338;
	margin-top: -60px;
}
SECTION.contact .list {
	flex-flow: wrap;
}
SECTION.contact .list>DIV, SECTION.offices .list>DIV {
	font: normal 1.2rem/1.5rem Roboto,Arial;
	padding: 2%;
    background-color: #FFF;
    margin: 10px;
    width: 42%;
}
SECTION.offices .list>DIV {
	background-color: #009df4;
	display: flex;
	flex-flow: row;
}
SECTION.offices .list>DIV>IMG {
	width:200px;
	margin-right: 4%;
}
SECTION.contact B {
	color: #051338;
	font: bold 1.2rem/1.5rem Roboto,Arial;
}
SECTION.contact A {
    margin-left: 0.5rem;
    text-decoration: none;
}
SECTION.contact A:hover {
	color: #051338;
}
.phone:before {
	content: "\f2b4";
	font: 1.4rem/1rem LineAwesome;
	margin-right: 0.5rem;
}
.email:before {
	content: "\f1c6";
	font: 1.4rem/1rem LineAwesome;
}
SECTION.plans IMG {
	width: 100%;
}
SECTION.footer {
	display: flex;
	background-color: #000; 
	padding: 3% 1%;
	color: #FFF;
	font: normal 0.9rem/1rem Roboto,Arial;
	text-align: center;
}
SECTION.footer>SPAN{
	width: 50%;
}
H3 {
	color:#009df4;
	margin: 5rem 0 2rem;
	font: bold 2rem/2rem Roboto,Arial;
}
H3:before {
    content: "\F274";
    font: normal 2rem/2rem Lineawesome;
	width: 2.5rem;
    display: inline-block;
}
.button {
	margin: 20px auto;
	display: flex;
    align-items: center;
    background-color: #009df4;
    max-width: 220px !important;
    min-width: 160px;
    color: #FFF;
    font: 14px/14px Roboto,Arial;
    padding: 20px 50px 20px 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.button:hover {
	background-color: #051338;
}

.imagemini {
	width: 150px;
    vertical-align: middle;
    margin-right: 20px;
}
@media only screen and (max-width: 720px) {

	SECTION.main ARTICLE>IMG {
		    max-width: 126px;
    	max-height: 70px;
	}

	SECTION.header>span {
	    padding-left: 0;
	}
	SECTION.header>span B {
		display: none;
	}
	SECTION.main .title>IMG {
		height: 3rem;
	}
	SECTION.main .title>DIV {
	    font: bold 1.4rem/1.6rem Roboto,Arial;
	    padding: 20px 10px;
	}
	SECTION.services .list>DIV {
		width: 90%;
	}
	SECTION.header>A {
		width: 66px;
    	padding: 20px 0;
	}
	SECTION.main {
		background-position-x: 16%;
	}
	SECTION.main .title {
		font: bold 2rem/2.2rem Roboto,Arial;
		padding: 0;
	}
	SECTION .tab{
		font: bold 1.5rem/1.3rem Roboto,Arial;
	}
	SECTION.services .list>B, SECTION.contact .list>DIV {
		font: normal 1.0rem/1.2rem Roboto,Arial;
	}
	SECTION.footer {
		font: normal 0.7rem/1rem Roboto,Arial;
		padding: 5% 0%;
	}
	SECTION .tab:before {
		font: 1.5rem/1rem LineAwesome;
	}
	SECTION.services, SECTION.plans {
		padding: 5% 3%;
		font: 1.2rem/1.5rem Roboto,Arial;
	}
	SECTION.plans .list {
		flex-flow: column;
    	padding: 4% 3%;
	}
	SECTION.plans .list>DIV {
		width: unset;
	}
	SECTION>A[name] {
		height: 60px;
   		margin: 0;
	}
	H3 {
		font: bold 1.5rem/1.5rem Roboto,Arial;
	}
	H3:before {
		font: normal 1.5rem/1.5rem Lineawesome;
    	width: 1.5rem;
	}
	SECTION.contact .list>DIV, SECTION.offices .list>DIV {
		width: 100%;
	}
	SECTION.offices .list>DIV {
		flex-flow: column;
	}
	SECTION.offices .list>DIV>IMG {
		width: 100%;
		margin-bottom: 4%;
	}
}