/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lexend';
	background: #FFFFFF;
}

* {
	font-family: 'Lexend';
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #000;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	padding: 0;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
	background-color: #FBF6EF;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.logo-menu{
	height: 70px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; 
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu li a {
  	color:#203924 !important;
	padding-left:15px !important;
	padding-right:15px !important;
	padding-top:3px !important;
	padding-bottom:3px !important;
	display:block !important;
	text-decoration:none !important;
	border-radius: 3px;
	font-family: "Lexend";
	margin: 5px;
	font-weight: 600;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.nav-menu li a:hover {
  background-color: rgba(255,255,255,.2);
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.active{
	background-color: rgba(255,255,255,.3);
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  
}

.menu-fondo{
	background-color:#FBF6EF;
	/*border-bottom: rgb(201,214,55) solid 2px !important;*/
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* Nav Menu Arrows */


/* Nav Meu Container */
#nav-menu-container {
  padding-top: 10px;
  
}


/*
@media (max-width: 768px) {
	#nav-menu-container {
		display: none;
		
	}
	.borde-menu{
		border-bottom: rgb(201,214,55) solid 0px !important;
		color: #000;
	}
}*/

/* Nav Meu Styling */


/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; 
  
}

#mobile-nav-toggle i {
  color:#203924 !important;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #FBF6EF;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color:#203924 !important;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #fff;
  background-color: rgba(255,255,255,.3);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f06336;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #f06336;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

#intro{
	/*padding-top: 40px;*/
	/*height: 400px;*/
	background-color: rgb(65, 202, 88);
	/*border-top: 7px solid rgb(204,204,204);*/
	background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.8), rgba(65, 202, 88,.1)), url("../img/img_intro.png");
	background-repeat: no-repeat;
	background-position: 15% top;
	background-size: 100% auto;
}

#intro .bkg_ubicacion{
	height: 100vh;
	background-image: url("../img/img_combi.png");
	background-repeat: no-repeat;
	background-position: right 150px;
	background-size:   auto 65%  ;
}

#intro h1{
	color: #FFFFFF;
	font-weight: 800;
	font-size: 50px;
}

#intro .p1{
	color: #FFFFFF;
	font-size: 16px;
}

#intro .p2{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
}

#intro .div_img1{
	min-height: 100px;
}

#intro .img1{
	display: none;
}

/*--------------------------------------------------------------*/

#who_we_are{
	/*padding-top: 40px;*/
	/*height: 600px;*/
	background-color: rgba(245, 236, 220,1); /* #F5ECDC */
	/*border-top: 7px solid rgb(204,204,204);*/
	/*background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.8), rgba(65, 202, 88,.1)), url("../img/img_who_we_are.png");
	background-repeat: no-repeat;
	background-position: 15% top;
	background-size: 100% auto;*/
}

#who_we_are .linea1{
	min-height:500px;
}

#who_we_are .bkg-1{
	
	background-image: url("../img/img_who_we_are.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:   90% auto;
}

#who_we_are h1{
	color: rgb(32, 57, 36);
	font-weight: 800;
	font-size: 50px;
}

#who_we_are .p1{
	color: #2D9D3F;
	font-size: 16px;
}

#who_we_are .linea2{
	background-color: rgba(251, 246, 239,1);  /* #FBF6EF */
}

#who_we_are .box{
	box-shadow: 0px 5px 26px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 26px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 26px -3px rgba(0,0,0,0.3);

	background-color: rgba(251, 246, 239,1); 

	color: rgb(32, 57, 36);
	font-weight: 800;
	font-size: 50px;

	position: relative;
	top: -30px;
	border-radius: 20px;
	min-height: 400px;
}

#who_we_are .p2{
	color: #2D9D3F;
	font-size: 15px;
	font-weight: 400;
	
}

#who_we_are h2{
	color: rgb(32, 57, 36);
	font-weight: 800;
	font-size: 35px;
}

/*----------------------------------------------------*/

#our_services{
	/*padding-top: 40px;*/
	/*height: 400px;*/
	background-color: rgb(32, 57, 36);
	/*border-top: 7px solid rgb(204,204,204);*/
	background-image:linear-gradient(to right,  rgba(32, 57, 36,.8),rgba(32, 57, 36,.8), rgba(32, 57, 36,.8)), url("../img/img_our_services.jpg");
	background-repeat: no-repeat;
	background-position: 15% top;
	background-size: 100% auto;
}

#our_services .bkg_ubicacion{
	height: 600px;
	background-image: url("../img/img_ubicacion.png");
	background-repeat: no-repeat;
	background-position: 60% 150px;
	background-size:   auto 120%  ;
}

#our_services h1{
	color: #FFFFFF;
	font-weight: 800;
	font-size: 50px;
}

#our_services p{
	color: #FFFFFF;
	font-size: 16px;
}


/*----------------------------------------------------*/

#transportation{
	/*padding-top: 40px;*/
	/*height: 800px;*/
	background-color: #FBF6EF;
	/*border-top: 7px solid rgb(204,204,204);*/
	/*background-image:linear-gradient(to right,  rgba(251, 246, 239,.8),rgba(251, 246, 239,.8), rgba(251, 246, 239,.8)), url("../img/img_mapa.png");*/
	background-image:url("../img/img_mapa.png");
	background-repeat: no-repeat;
	background-position: 20% 0;
	background-size:   auto 500px;
}


#transportation h1{
	color: #2D9D3F;
	font-weight: 800;
	font-size: 50px;
	line-height: 45px;
}

#transportation h3{
	color: rgb(32, 57, 36);
	font-weight: 800;
	font-size: 22px;
}

#transportation h4{
	color:  rgb(32, 57, 36);
	font-weight: 800;
	font-size: 16px;
}

#transportation img{
	height: 400px;
	
}

#transportation .icono{
	height: 50px;
	
}


#transportation p{
	color: #2D9D3F;
	font-weight: 600;
	font-size: 15px;
}

#transportation .descripcion{
	color: rgb(32, 57, 36);
	font-weight: 600;
	font-size: 15px;
}

#transportation span{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	background-color: rgb(32, 57, 36);
	border-radius: 5px;
	padding: 5px;
}


/*----------------------------------------------------*/

#package{
	/*padding-top: 40px;*/
	/*height: 800px;*/
	background-color: #FBF6EF;
	/*border-top: 7px solid rgb(204,204,204);*/
	background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.5), rgba(65, 202, 88,.0)), url("../img/img_calvillo.png");
	/*background-image:url("../img/img_mapa.png");*/
	background-repeat: no-repeat;
	background-position: 20% center;
	background-size:   100% auto ;
}

#package .bkg-1{
	/*height: 600px;*/
	background-image: url("../img/img_mujer.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:   auto 80%  ;
}


#package h4{
	color:  rgb(255, 255, 255);
	font-weight: 800;
	font-size: 16px;
}

#package h1{
	color:  rgb(255, 255, 255);
	font-weight: 800;
	font-size: 60px;
	line-height: 55px;
}

#package .p1{
	color:  rgb(255, 255, 255);
	font-weight: 600;
	font-size: 15px;
}

#package .p2{
	background-color: rgb(255, 255, 255);
	color: #2D9D3F;
	font-weight: 600;
	font-size: 15px;
	width: 450px;
	border-radius: 140px;
}


#package label{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	background-color: rgb(32, 57, 36);
	border-radius: 15px;
	padding: 5px 20px 5px 20px;


	position: relative;
	top: -30px;
}

/*----------------------------------------------------*/

#splinter{
	border-top: #FFFFFF 10px solid;
	border-bottom: #FFFFFF 10px solid;
	/*padding-top: 40px;*/
	/*height: 800px;*/
	background-color: #FBF6EF;
	/*border-top: 7px solid rgb(204,204,204);*/
	/*background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.5), rgba(65, 202, 88,.0)), url("../img/img_rental.jpg");*/
	background-image:url("../img/img_rental.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:   100% auto ;
}

#splinter h4{
	color:  rgb(255, 255, 255);
	font-weight: 800;
	font-size: 16px;
}

#splinter h1{
	color:  rgb(255, 255, 255);
	font-weight: 800;
	font-size: 50px;
	line-height: 55px;
}

#splinter .p1{
	color:  rgb(255, 255, 255);
	font-weight: 600;
	font-size: 15px;
}

#splinter .label1{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	background-color: rgb(32, 57, 36);
	border-radius: 15px;
	padding: 5px 20px 5px 20px;
}

#splinter .label2{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	background-color: #2D9D3F;
	border-radius: 15px;
	padding: 5px 30px 5px 30px;
}



/*----------------------------------------------------*/

#moving{
	/*padding-top: 40px;*/
	/*height: 800px;*/
	background-color: #FBF6EF;
	/*border-top: 7px solid rgb(204,204,204);*/
	/*background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.5), rgba(65, 202, 88,.0)), url("../img/img_rental.jpg");*/
	background-image:url("../img/img_moving.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto  ;
}

#moving .bkg1{
	
	/*padding-top: 40px;*/
	/*height: 800px;*/
	/*background-color: #FBF6EF;*/
	/*border-top: 7px solid rgb(204,204,204);*/
	/*background-image:linear-gradient(to top,  rgba(255, 255, 255,.3),rgba(255, 255, 255,.3)), url("../img/img_moving_people.jpg");*/
	background-image:url("../img/img_moving_people.png");
	background-repeat: no-repeat;
	background-position: 20% bottom;
	background-size:    auto 100%;
}

#moving h4{
	color:  rgb(255, 255, 255);
	font-weight: 800;
	font-size: 16px;
}

#moving h1{
	color:  rgb(255, 255, 255);
	font-weight: 800;
	font-size: 50px;
	line-height: 50px;
}

#moving .p1{
	color:  rgb(255, 255, 255);
	font-weight: 600;
	font-size: 15px;
}

#moving .label1{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	background-color: rgb(32, 57, 36);
	border-radius: 15px;
	padding: 5px 20px 5px 20px;
}

#moving .img1{
	filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.4));
}

/*----------------------------------------------------*/

#our_routes{
	/*padding-top: 40px;*/
	/*height: 400px;*/
	background-color: rgb(32, 57, 36);
	/*border-top: 7px solid rgb(204,204,204);*/
	background-image:linear-gradient(to right,  rgba(32, 57, 36,.8),rgba(32, 57, 36,.8), rgba(32, 57, 36,.8)), url("../img/img_our_routes.png");
	background-repeat: no-repeat;
	background-position: 45% 60px;
	background-size: 100% auto;
}

#our_routes .bkg_ubicacion{
	/*height: 400px;*/
	background-image: url("../img/img_ubicacion.png");
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size:   auto auto ;
}

#our_routes h1{
	color: #FFFFFF;
	font-weight: 800;
	font-size: 30px;
}

#our_routes h2{
	color: #FFFFFF;
	font-weight: 800;
	font-size: 20px;
}

#our_routes .route{
	width: 250px;
}

#our_routes .titulo{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	background-color: #41CA58;
	border-radius: 20px 0px;
	padding: 10px;
	width: 90%;
	
	position: relative;
	top: 50px;
}

#our_routes .body{
	color: #203924;
	font-weight: 400;
	font-size: 14px;
	background-color: #F5ECDC;
	border-radius: 100px 30px 0 0;
	padding: 60px 30px 30px 30px;
	margin: 0;
	height: 230px;

}

#our_routes img{
	border-radius: 0 0 20px 20px ;
	height: 190px;
	
}

#our_routes .pie{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 12px;
	background-color: #2D9D3F;
	border-radius: 0 0 20px 20px ;
	text-align: center;
}

#our_routes p{
	color: #FFFFFF;
	font-size: 14px;
}


#contacto{
	padding-top: 40px;
	background-color: #F5ECDC;
	height:auto;
}

#contacto h1{
	font-size: 40px;
	color: #2D9D3F;
	font-weight: 800;
}

#contacto h3{
	font-size: 15px;
	color: #2D9D3F;
	font-weight: 600;
}

#contacto img{
	height: 50px;
}

#contacto h6{
	font-size: 15px;
	color: #2D9D3F;
}

#contacto i{
	font-size: 30px; 
	width: 100%;
}

#contacto p {
	font-size: 12px; 
	text-align: center;
	color: #2D9D3F;
	width:100%; 
}

#contacto a{
	text-decoration: none;
	font-size: 12px; 
	text-align: center;
	color: #2D9D3F;
}

#contacto a:hover{
	text-decoration: underline;
}

#seccion-pie{
	background-color:#203924;
	font-size: 10px;
	color: #FFFFFF;
}

#seccion-pie a{
	text-decoration: none;
	font-size: 10px; 
	color: #FFFFFF;
}

#seccion-pie a:hover{
	text-decoration: underline;
}

.img-casas-small{
	width: 100px;position: relative; top: -50px;background-color: rgb(201,214,55);border-radius: 50%;
}


.efecto-img1{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img1:hover{
	filter: invert(0%);
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: #FFFFFF solid 1px;
}

.efecto-img2{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img2:hover{
	
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}

.efecto-img3{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img3:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.efecto-img4{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img4:hover{
	-webkit-transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform: rotateY(180deg);
	transform-style: preserve-3d;
	border-radius: 20px;
}

.efecto-img5{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img5:hover{
	filter: grayscale(100%);
}

.efecto-img6{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img6:hover{
	
	-webkit-transform:scale(1.03);
	transform:scale(1.03);
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.efecto-img7{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.efecto-img7:hover{
	height: 15em;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


#img, #img2{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-especial:hover #img{
    	background-position: center 0px;
    	height: 220px;
    	-webkit-transition: all .5s;
	    -moz-transition: all .5s;
	    -o-transition: all .5s;
	    transition: all .5s;
    }
    
 .efecto-especial:hover #img2{  
    -webkit-transform:scale(1.2);
	transform:scale(1.2);
	filter: invert(0%);
    border: #FFFFFF solid 1px;
	
	-webkit-transition: all .5s;
	    -moz-transition: all .5s;
	    -o-transition: all .5s;
	    transition: all .5s;
}

	

@media screen and (max-width:767px ) {
	#header {
		height: 70px;
	}
	.logo-menu{
		height: 50px;
	}
	#nav-menu-container {
		display: none;
		
	}

	#intro{
		/*padding-top: 40px;*/
		/*height: 400px;*/
		background-color: rgb(65, 202, 88);
		/*border-top: 7px solid rgb(204,204,204);*/
		background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.8), rgba(65, 202, 88,.1)), url("../img/img_intro.png");
		background-repeat: no-repeat;
		background-position: 15% top;
		background-size: auto 100%;
	}

	#intro .bkg_ubicacion{
		height: 100vh;
		background-image: none;
		background-repeat: no-repeat;
		background-position: 20% center;
		background-size:   auto 50%  ;
		
	}
	#intro h1{
		color: #FFFFFF;
		font-weight: 800;
		font-size: 40px;
		text-align: center;
	}

	#intro .p1{
		color: #FFFFFF;
		font-size: 16px;
		text-align: center;
	}

	#intro .p2{
		color: #FFFFFF;
		font-size: 16px;
		font-weight: 600;
		text-align: center;
	}

	#intro .div_img1{
		min-height: 250px;
		background-image: url("../img/img_combi.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size:   auto 100%  ;
	}

	#intro .img1{
		display: block;
	}

	#who_we_are .bkg-1{
	
		background-image: url("../img/img_who_we_are.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size:   80% auto;

		height: 300px;
	}

	#who_we_are .box{
		position: static ;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#who_we_are .linea1{
		height:auto;
	}

	#who_we_are .p2{
		color: #2D9D3F;
		font-size: 16px;
		font-weight: 400;
		
	}

	#our_routes{
		background-repeat: no-repeat;
		background-position: 45% 60px;
		background-size:  auto 100%;
	}

	#our_services{
		background-repeat: no-repeat;
		background-position: 15% bottom;
		background-size:  auto 100%;
	}

	#transportation .combi{
		height: 300px;
		margin-bottom: 70px;
	}

	#transportation h1{
		font-size: 35px;
	}

	#transportation span{
		font-size: 14px;
	}

	/*------------------------------------*/

	#package{
		/*padding-top: 40px;*/
		/*height: 800px;*/
		background-color: #FBF6EF;
		/*border-top: 7px solid rgb(204,204,204);*/
		background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.5), rgba(65, 202, 88,.0)), url("../img/img_calvillo.png");
		/*background-image:url("../img/img_mapa.png");*/
		background-repeat: no-repeat;
		background-position: 20% center;
		background-size:    auto 100%;
	}

	#package h1{
		color:  rgb(255, 255, 255);
		font-weight: 800;
		font-size: 30px;
		line-height: 30px;
	}

	#package .p2{
		background-color: rgb(255, 255, 255);
		color: #2D9D3F;
		font-weight: 600;
		font-size: 13px;
		width: 100%;
		border-radius: 120px;
	}

	#package .bkg-1{
		/*height: 600px;*/
		background-image: none;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size:   auto 15%  ;
		text-align: center;
	}

	#splinter{
		background-repeat: no-repeat;
		background-position: center center;
		background-size:    auto 100%;
	}

	#moving{
		background-repeat: no-repeat;
		background-position: center center;
		background-size:  auto 100% ;
	}

	#moving .bkg1{
		background-image: none;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: auto 100%;
	}

	#moving .img1{
		display: none;
	}

}

@media screen and ((min-width:768px ) and ( max-width:1024px )) {
	#transportation{
		background-position: 5% 0;
		background-size:   auto 300px;
	}
	

	#intro{
		/*padding-top: 40px;*/
		/*height: 400px;*/
		background-color: rgb(65, 202, 88);
		/*border-top: 7px solid rgb(204,204,204);*/
		background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.8), rgba(65, 202, 88,.1)), url("../img/img_intro.png");
		background-repeat: no-repeat;
		background-position: 15% top;
		background-size: auto 100%;
	}

	#intro .bkg_ubicacion{

		background-image: url("../img/img_combi.png");
		background-repeat: no-repeat;
		background-position: right 60%;
		background-size:   auto 300px  ;
	}

	#who_we_are .linea1{
		height:700px;
	}

	#who_we_are .bkg-1{
	
		background-image: url("../img/img_who_we_are.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 100%;

		height: 250px;
	}

	#who_we_are .box{
		position: static ;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#our_services{
		/*padding-top: 40px;*/
		/*height: 400px;*/
		background-color: rgb(32, 57, 36);
		/*border-top: 7px solid rgb(204,204,204);*/
		background-image:linear-gradient(to right,  rgba(32, 57, 36,.8),rgba(32, 57, 36,.8), rgba(32, 57, 36,.8)), url("../img/img_our_services.jpg");
		background-repeat: no-repeat;
		background-position: 15% top;
		background-size:  auto 100%;
	}

	#package{
		/*padding-top: 40px;*/
		/*height: 800px;*/
		background-color: #FBF6EF;
		/*border-top: 7px solid rgb(204,204,204);*/
		background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.5), rgba(65, 202, 88,.0)), url("../img/img_calvillo.png");
		/*background-image:url("../img/img_mapa.png");*/
		background-repeat: no-repeat;
		background-position: 20% center;
		background-size:  auto 100%;
	}

	#package h1{
		color:  rgb(255, 255, 255);
		font-weight: 800;
		font-size: 30px;
		line-height: 30px;
	}

	#package .p2{
		background-color: rgb(255, 255, 255);
		color: #2D9D3F;
		font-weight: 600;
		font-size: 13px;
		width: 100%;
		border-radius: 120px;
	}

	#package .bkg-1{
		/*height: 600px;*/
		background-image: url("../img/img_mujer.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size:   auto 50%  ;
	}
}
