﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

/* COLORS
Verde: #006A35:
Negro: #000000;

*/


/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


/* ------ BODY ------ */

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Open Sans', sans-serif !important;
  font-size:16px !important;
  text-align:justify;

}

a {
	text-decoration:none !important;		
}

a:hover {
	text-decoration:none !important;		
}


.green{
	color:#006A35;
}

.hr-green{
	border-bottom:#006A35 solid thin;	
}

.blackMargingBox{
	width:100%;
	height:10px;
	background-color:#2f2f2f;	
}


.margin{
	width:100%;
	height:40px;
	
}


.greenMargingBox{
	width:100%;
	height:10px;
	background-color:#006A35;	
}

.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position:relative;
  top:-180px;
}

.text-justify{
	text-align:justify;	
}

.whitetext{
	color:#FFFFFF !important;
}

.blackText{
	color:#000000 !important;
}


.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background:#9B8D3A;
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}

.imgfix{
	width:100%;
	height:auto;	
}

.imgRight{
	float:right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		 
	padding: 3px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	overflow:hidden;
	background-color:#FFF;
	margin-left:20px;
	margin-bottom:10px;
	
}

.imgLeft{
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		 
	padding: 3px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	overflow:hidden;
	background-color:#FFF;
	margin-right:20px;
	margin-bottom:10px;
	
}

.textwhitebox{
	width:100%;
	height:auto;
	background:rgba(255,255,255,0.8);
	padding:40px; 
}

.vline{
	border-left:#BDBCBC thin solid;
	height:100%;	
}

.button{
    padding: 10px 45px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #006A35;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: table;
    margin: 0 auto;
}

.button:hover{
    color: #ffffff !important;
    background-color: #2f2f2f;
}




/* ------ FONTS ------ */
.tittle{
	color:#006A35;
	font-size:32px;
	font-family: 'Open Sans', sans-serif !important;
}

.subtittle{
	color:#006A35;
	font-size:24px;
	font-family: 'Open Sans', sans-serif !important;
}

.SmallText{
	color:#2f2f2f;
	font-size:12px !important;
	text-align:justify;
}



/* ------ NAVBAR ------ */
.navbar{
  background-color: #006A35 !important;
	border: none !important;
  border-radius: 0px !important;
	margin-bottom: 0 !important;
}	

.nav>li:hover {
  background-color:#2f2f2f !important;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 30px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff !important;
}



.dropdown-menu {
    padding: 0px !important;
    margin: 0px !important;
}


.dropdown-menu>li>a {
		background-color:#006A35 !important;
    padding: 15px 20px !important;
	  color: #ffffff !important;
}

.dropdown-menu>li>a:hover {
		 background-color:#2f2f2f !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color:#006A35 !important;
}


/* ------ HEADER ------ */

.header{
	width:100%;
	height:200px;
	overflow:hidden;
	
 
 	background: url(../../images/top-background.jpg) no-repeat top center; 
 	 display: table;
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
 	 background-size: cover;
	 
	 border-bottom:#006A35 2px solid;
}

.LogoHeader{
	height:120px;
	width:auto;	
	margin-top:50px;
	padding:10px;
}

/* ------ CONTENT ------ */
.checklist ul {
  list-style: none;
  padding: 0;
}

.checklist li {
  padding-left: 1.3em;
  margin: 10px 0;
  margin-left:30px;
}

.checklist li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  color:#006A35;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}




.sectores{
	width:100%;
	height:auto;
	background-color:#C0C0C0;
	padding:50px;
	
	border-top:#006A35 2px solid;
}

.sectores .logoNegocios{
	width:80%;
	height:auto;
}

.sectores .logoNegocios:hover{
	position:relative;
	top:3px;
}


.sectores p{
	color:#FFFFFF;
	text-align:center;
}

.squaresBackground{
	background: url(../../images/squares-background.jpg) no-repeat center center; 
  display: table;
  height: auto;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:relative;
	padding: 20px;
}


.bottom-background{
	width:100%;
	height:auto;
	background: url(../../images/bottom-background.jpg) no-repeat bottom center; 
  display: table;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding: 20px;
}

.logo-center{
	height: 300px;
	width: auto;
	margin: 0 auto;
	display: table;
	
}

.marcas{
	width: 100%;
	height: auto;
	
}


.directorio hr{
	border-top:#006A35 2px solid;
}


.directorio h2{
	font-weight:bold;
	font-size:22px;	
	color:#006A35;
}

.directorio h3{
	font-weight:bold;
	font-size:16px;	
	color:#8E8D8D;
	
}

.directorio p{
	font-weight:normal;
	font-size:14px;	
	color:#8E8D8D;
	
}

/* ------ FOOTER ------ */
footer {
  padding: 20px;
  background-color: #8E8D8D;
  width:100%;
  height:auto;
  color:#FFFFFF;
  
  border-top:#006A35 2px solid;
}

footer .logofooter{
	width:300px;
	height:auto;
	margin-bottom:30px;
}

footer .footerTittle{
	font-weight:bold;
	font-size:18px;	
	color:#006A35;
}


footer .address{
	font-size:14px;	
}

footer a{
	color:#006A35;	
	text-decoration:underline;
}

footer a:hover{
	color:#FFFFFF;	
	text-decoration:underline;
}

footer .networkicon{
}

footer .networkicon p{
	color:#FFFFFF;
	font-size:16px;
	text-align:right;	
}

footer .networkicon img{
	width:40px;
	height:40px;
	margin-left:8px;
	margin-top:10px;
	margin-bottom:10px;	
}

footer .networkicon img:hover{
	position:relative;
	top:2px;
}

footer .copyright {
	margin-top:20px;
	color:#FFFFFF;
	font-size:12px;
}



@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
	
		.navbar {
    	border-radius: 0px !important;
		}	
	

}

@media (max-width: 768px){
	
		.header{
			width:100%;
			height:100px;

		}
	
		.LogoHeader{
			height:80px;
			width:auto;	
			margin-top:30px;
			padding:10px;
		}
	
	
}





