body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #666666;
}

h1{
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 300;
}

h2{
	font-size: 3em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 10px;
}

h3{
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 400;
}

.txt-green{color: #009844;}
.txt-white{color: #ffffff;}
.txt-dark{color: #222222;}

.divider-green hr{border-top: 2px solid #009844;}

.visible-xs{
	display: none;
}










/*///// NAV /////*/

.navbar{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar .nav-link {
    font-size: .8em;
    color: rgba(255,255,255,1) !important;
    font-weight: 600;
}








/*///// HEADER /////*/

.header{
	padding: 280px 0 40px 0px;
	background-image: url(../images/back-header.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	color: #fff;
}

.header .ico-white{
	margin-top: 150px;
}

.cover-header{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
}








/*///// EMPRESA /////*/






/*///// MISIÓN /////*/






/*///// VALORES /////*/






/*///// OBJETIVOS /////*/

.objetivos{
	background-image: url(../images/back-equipo.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	color: #fff;
}






/*///// EQUIPO /////*/






/*///// CONSULTORIA /////*/






/*///// AREAS PRINCIPALES /////*/

.areas{
	background-image: url(../images/back-areas.jpg);
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
	color: #fff;
}

.item-area{
	padding: 20px;
	background-color: rgba(1, 151, 69, 0.9);
	border-radius: 50%;
	height: 280px;

}

.item-area p {
    text-transform: uppercase;
    position: relative;
    top: 40%;
}

.item-area .fix{
    top: 20%;
}

.item-area span{
	font-weight: 600;
}




/*///// SERVICIOS /////*/






/*///// ALIANZAS /////*/






/*///// CONTACTO /////*/

.maps{
	background-image: url(../images/map.png);
    background-position: center center;
    height: 380px;
}






/*///// FOOTER /////*/

.footer{
	background-color: #009844;
	color: #fff;
}




.modal-footer, .modal-header{
    border: none;
}

.modal-content {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
}




@media (max-width: 768px){
	.visible-xs{
		display: block;
	}
	.hidden-xs{
		display: none;
	}
	body{
		font-size: .9em;
	}
	.navbar {
	    background-color: #009845;
	}
	.header {
	    padding: 150px 0px 40px 0px;
	}
	.header .ico-white {
	    margin-top: 80px;
	}
	h2 {
	    font-size: 1.5em;
	    line-height: 30px;
	}
	h1 {
	    font-size: 1.2em;
	}
	.areas {
	    background-image: none;
	    color: #fff;
	    background-color: #019745;
	}
	.item-area {
	    padding: 40px 30px 0px 30px;
	    background-color: inherit;
	    border-radius: 0;
	    height: inherit;
	    border-top: 2px solid rgba(255, 255, 255, 0.22);
	}
	svg#logo {
	    width: 140px;
	}
}













