html {
  line-height: 1.5;
  font-family: "Fira Sans", sans-serif; !important
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}


.parallax-container {
  min-height: 50px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.container {
  margin: 0 auto;
  /*max-width: 1280px;*/
  width: 100%;
}

/*utilities*/

.center, .center-align {
  text-align: center;
}

.right {
  float: right !important;
}

.img-width{
	width: 100%;
	height: auto;
}

.img-width-header{
	position: absolute;
}

.padding-top-10{
	padding-top: 10px;
}

.margin-top-10{
	margin-top: 10px;
}

.color-grey{
	color: #3c463b;
}

.col-margin-bottom{
	margin-bottom: 20px;
}

.text-parallax{
	font-weight: 600;
}

.color-contact-text{
	color: #2a35ff;
}

.margin-top-gallery{
	margin-top: 5px;
}

.font-600{
	font-weight: 600;
}

.top-80{
	top: 80px;
}

/*********************
  Media Query Classes
**********************/

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
  
  .col-bottom-on-med-and-down{
	margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-medium-and-down {
    display: none !important;
  }
}


/*home*/

.header-fondo-home{
	background-image: url(../images/header/jardin_cabezote_1_inicio.png);
    background-size: cover;
	background-repeat: no-repeat;
	background-color: white;
}

.brand-logo {
  position: absolute;
  display: inline-block;
  padding: 0;
  margin-top: 36px;
}

.brand-logo-inicio{
	margin-top: 0;
}

.brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.img-logo-home{
	width: 170px;
}

.img-logo{
	width: 170px;
}

.header-social {
    float: right;
    margin-right: 10px;
    padding-top: 0.5rem;
}	

.header-social-pages {
    padding-top: 0.5rem;
	right: 0;
	margin-right: 25px;
	margin-top: 35px;
}

.header-social a, .header-social-pages a {
	padding-left: 4px;
}

@media only screen and (min-width: 600px) {
	.img-logo-home{
		width: 50%;
	}
	.header-social-pages {
		margin-top: 0;
	}

	.brand-logo {
		margin-top: 0;
	}
}

@media only screen and (min-width: 993px) {
	.parallax-container {
		min-height: 100px;
	}
	.text-parallax{
		font-size: 3em;
	}
	
	.img-logo-home{
		width: 70%;
	}
	
	.img-logo{
		width: 55%;
	}
	
	.header-fondo-home{
		height: 110px;
	}
	
	.margin-top-gallery{
		margin-top: 50px;
	}
	
	.header-social {
		margin-right: 25px;
	}
	
	.header-social a, .header-social-pages a {
		padding-left: 16px;
	}
}

@media only screen and (min-width: 1200px) {
	.img-logo{
		width: 70%;
	}
}

@media only screen and (min-width: 1440px) {
	.img-logo{
		width: 75%;
	}
}

@media only screen and (min-width: 1920px) {
	.img-logo-home {
		width: 100%;
	}
	
	.img-logo{
		width: 100%;
	}
	
	.header-fondo-home{
		height: 155px;
	}
}

/* Content inicio */

.content-home{
	height: 100%;
}

.fondo-inicio{
	background-image: url(../images/inicio/jardin_fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
}

.fondo-pages{
	background-image: url(../images/jardin_fondo_galerias.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	height: 100%;
}

.carousel-home{
	width: 94%;
    padding-left: 3%;
}

.carousel-galeria{
	width: 90%;
    padding-left: 5%;
}

#carousel-gallery{
top: 10px;
}

footer.page-footer {
  margin: 0;
}

.page-footer {
  color: #fff;
}  

.footer-home{
	/*margin-top: -2%;*/
    background-color: #fff;
    z-index: 996;
    position: relative;
}

.footer-home-contact{
	box-shadow: 0px -6px 10px #888888;
	position: relative;
    background-color: #FFF;
	padding-top: 1px;
}

.footer-home-text{
	font-size: 1.0rem;
}

.footer-home-text1{
	color: #577b3e;
	font-weight: 600;
}

.footer-home-text2{
	color: #7c7c7c;
}

.contact-box {
    background-color: #20B068;
    padding: 6px;
    margin-bottom: 0;
}

.contact-box a {
	color: #FFF;
}
.contact-box-message {
    border-right: 2px solid #FFF;
}

.footer-text{
	position: absolute;
	top: 30%;
    left: 70%;
	line-height: normal;
}

.footer-text2{
	position: absolute;
	top: 6%;
    left: 77%;
	line-height: normal;
}

.footer-text-size{
	font-size: 1.2rem;
}

.footer-text-size2{
	font-size: 1.0rem;
}

.social-footer{
    margin-top: 5px;
}

.footer-up{
	position: absolute;
	bottom: 0;
}

.contentmobil{
	margin-top: 25px;
}

.formContact{
	margin-bottom: 60px;
}

@media only screen and (min-width: 600px) {
	.footer-home-text{
		font-size: 1.5rem;
	}	
	.contentmobil{
		margin-top: 0;
	}
}

@media only screen and (min-width: 993px) {
	.content-home{
		margin-top: 34px;
	}
	#carousel-gallery{
		top: 80px;
	}
	.contact-box {
		width: 60%;
    }
	.fondo-pages{
		margin-bottom: 100px;
	}
	.contact-box {
		margin-left: 100px;
	}
}

@media only screen and (min-width: 1200px) {
	.footer-text-size {
		font-size: 1.4rem;
	}
	.footer-text{
		top: 20%;
	}
	.footer-text-size2 {
		font-size: 1.1rem;
	}
}

@media only screen and (min-width: 1440px) {
	.footer-text-size {
		font-size: 1.5rem;
	}
	.footer-text{
		top: 20%;
	}
	.footer-text-size2 {
		font-size: 1.2rem;
	}
}

@media only screen and (min-width: 1920px) {
	.content-home{
		margin-top: 100px;
	}
	.footer-home-text{
		font-size: 2.3rem;
	}		
	.contentmobil{
		margin-top: 30px;
	}
	.footer-text-size {
		font-size: 2.5rem;
	}
	.footer-text-size2 {
		font-size: 2rem;
	}
}

@media only screen and (min-width: 2560px) {
	.footer-text-size {
		font-size: 3rem;
	}
	.footer-text-size2 {
		font-size: 2.3rem;
	}
}

.footer-info-green{
	background-color: #36923e;
	padding: 5px;
}

.footer-info-green-light{
	background-color: #80c583;
	padding: 5px 0px 30px 0px;
}


/*Header general*/

.header-fondo{
	background-image: url(../images/proyectos_cabezote.html);
    background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	background-color: white;
}

/*@media only screen and (min-width: 993px) {
	.content-home{
		height: 579px;
	}	
}*/

/*botones secciones*/

.title-button{
	position: absolute;
	color: #FFF;
	top: 40%;
    left: 10%;
	text-shadow: 4px 3px rgba(0,0,0, 0.6);
}

.title-button-overlay{
	top: 40%;
    left: 10%;
}

.title-button-big{
	position: absolute;
	color: #FFF;
	width: 100%;
	top: 40%;
	text-shadow: black 4px 3px;
}

.title-button-big-overlay{
	top: 40%;
}

/*contenidos*/

#contServicios p, #contNosotros p, #contContacto p{
	color: #577b3e;
    font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.2;
}

#contServicios li{
	list-style-type: unset;
	color: #7c7c7c;
	font-size: 1.3rem;
}

#contNosotros  span, #contContacto span{
	color: #7c7c7c;
	font-size: 1.3rem;
}
