/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Arimo', sans-serif;
  color: #616971;
}

/*============= TOP BAR HEADER =============*/

.top-bar {
	background: #663300;
	height: .5rem;
	/*padding: .5rem, 0rem;*/
}

.top-bar a {
	color: white!important;
	text-decoration: none;
	font-size: 1.1rem;
}
.top-bar p {
	padding-top: .5rem;
}


/*============= BRAND =============*/



.navbar-brand {
	height: 12rem;
	padding: 15px 15px;
}

/*============= NAVIGATION =============*/


.navbar {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .1rem;
	box-shadow: 0 .5rem .5rem rgba(0,0,0,.1);
	z-index: 1;
	background-color: darkgreen;
	margin: 0;
	padding: 0;
}

.nav-item {
	padding: .1rem;
}

.nav-link {
	color: #fff!important;
	
	
}
.nav-link.active,
.nav-link:hover {
	color: #7AEB52;
	float: center;
	background-color: #472400;
	
}	

.leftline {
	border-left: .1rem solid #993300;
	padding-left: 1rem;
	}
	
	
	


/* FONDOS */

.bggreen {
	background-color: #2E8206;
	margin: 3rem;
  	padding: 3rem;
	border-radius: 45px;
	color: aliceblue!important;
}

.bgservicios {
	background-color: #ccc;
	
}
.border1 {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.colorservice {
	color: darkgreen!important;
}

/*===== FIXED BACKGROUND IMG =====*/

.fixed {
	background-image: url("../img/home/arbol.jpg");
	position: fixed;
}
.fixed-background {
	padding: 10rem 0;
}

/*=============  Custom CSS ============= */

.bg-price1 {
	background-color: #A5EDF3;
	padding: 1rem;
}

.bg-price2 {
	background-color: #DADCDB;
	padding: 1rem;
}

.bg-price3 {
	background-color: #B3F5AA;
	padding: 1rem;
}


/*============= FOOTER =============*/

footer {
	background-color: #383838;
	padding: 1rem, 2rem,3rem
}
footer img {
	height: 3.5rem;
	margin: 1.5rem auto;
}
footer p,footer a,
.socket a {
	color: white;
	text-decoration: none;
}
ul.social {
	list-style-type: none;
	display: flex;
	max-width: 16rem;
	margin: 0 auto;
	padding: 0;
}
ul.social li {
	margin: 0 auto;
}
footer .svg-inline--fa {
	font-size: 2.3rem;
}
footer .svg-inline--fa:hover {
	color: #68a0d2;
}

.footer-txt {
	font-size: .8rem
}


/*============= SOCKET =============*/

.socket {
	background-color: #222222;
	border-top: .1rem solid #4981b3;
	font-size: .7rem;
}


/*=========Bordes and more ============*/

.border-gradient {
	box-shadow: 0 .5rem .5rem rgba(0,0,0,.5);
	z-index: 1;
}


/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

}
/* Devices under 992px (lg) */
@media (max-width: 991.98px) {

}

/* Devices under 992px (md) */
@media (max-width: 767.98px) {

}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}