
/* Laptop Screen  */
@media only screen and (min-width: 1171px) and (max-width: 1400px) {



}


/* Desktop :992px. */
@media only screen and (min-width: 992px) and (max-width: 1169px) {
.nosotros-wrapper {
		margin: 0;
		padding: 40px;
	}

}


/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

/*Header Buttons*/
.header-section .btn, .header-search, .header-social {
  margin-right: 50px;
}
.header-search {
  padding-right: 50px;
}
.nosotros-wrapper {
		margin: 0;
		padding: 40px;
	}

}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
.container {
  width: 450px;
}
.nosotros-wrapper {
		margin: 0;
		padding: 40px;
	}
.table, .table-cell {
  display: block;
  height: auto;
}
#scrollUp {
  display: none !important;
}
/*Buttons*/
.btn, .btn-sm, .btn-lg {
  font-size: 12px;
  height: 33px;
  padding: 4px 20px;
}
.btn-icon-right {
  padding-right: 53px;
}
.btn-icon-right i {
  right: 20px;
}
.btn-icon-left {
  padding-left: 53px;
}
.btn-icon-left i {
  left: 20px;
}
/*Header*/
.menu-toggle {
  margin: 25px 0;
}
/*Header Buttons*/
.header-section .btn, .header-social {
  margin: 18px 50px 18px 0;
}
.header-search {
  padding: 18px 50px 18px 0;
}
/*Mobile Menu Toggle*/
a.meanmenu-reveal {
  top: -55px;
}

.header-sticky {
	position: relative !important;
		}



}

@media only screen and (max-width: 414px) {
	.header-top {
	  display: block;
	}
	.header-datos {
	  display: none;
	}
	.header-wp {
	  display: block;
	}
	.header-wp li {
	  color: #ffffff !important;
	}
	.header-sticky {
	position: relative !important;
		}
	/*.mobile-menu {
	  display: block;
	  z-index: 99;
	}
	.wp-mobile {
	  display: block;
	  margin-top:50px;
		width: 80%;
	}*/
	.header-logo {
	  margin: 30px 0px;
	  text-align: center;
	}
	.header-logo img {
	  width: 100%;
	}
	.co-hero-section-3 {
		top: -180px;
		height: 400px;
	}
	.co-hero-slide-item-3 {
	  padding: 150px 0 100px;
	}
	.co-hero-slide-content-3 h1 {font-size: 42px;line-height: 48px;}
	.co-hero-slide-content-3 img {margin: 0px auto;width: 150px;padding-top: 20px;}
	.co-section-title-3 h4 {
      line-height: 42px;
	}
}

/* small mobile :320px. */

@media only screen and (max-width: 479px) {
.container {
  width: 300px;
}
.header-sticky {
	position: relative !important;
		}.
	header-wp li {
	  color: #ffffff !important;
	}




}