/* MediaQuery */
@media only screen and (min-width: 1920px) {
  
}
@media only screen and (max-width: 1685px) {

}
@media only screen and (max-width: 1445px) {

}
@media only screen and (max-width: 1340px) {
  
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1024px) {
.h1, h1 {
    font-size: 30px !important;
}
.h4, h4 {
    font-size: 15px;
    line-height: 18px;
}
.big{
	display: none !important;
}
.medium{
	display: block !important;
}
.small{
	display: none !important;
}
.iconService{
	position:relative;
}
}

@media only screen and (max-width: 992px) {
.iconService{
	width: 200px;
}
.iconClien {
    width: 150px;
}
input{
	width: 100%;
}
textarea{
	width: 100%;
}
.maps{
    position: relative;
    top: 40px;
    padding: 0;
}
}

@media only screen and (max-width: 769px) {
.big{
	display: none !important;
}
.medium{
	display: none !important;
}
.small{
	display: block !important;
}
.textIni{
	top: 30%;
}
.center{
	text-align: center;
}
.lineServ {
    margin: 0 auto;
}
.contGale{
	height: 150px;
}
.pageGraxTex {
    margin: 240px 0 2% 0;
}
ul, li {
    list-style: none;
    text-decoration: none;
    display: block;
    margin: 29px 0;
    text-align: center;
    padding: 0;
}
.menuText {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0 30px 0 ;
}
.logoHead {
    width: 100%;
    top: 20px;
    left: 20px;
    position: relative;
    display: inline-block;
}
.listBorder{
    border-bottom: 2px solid black;
    color: black;
    width: 80%;
    margin: 0 auto;
}
.textMenu{
    font-size: 15px;
    line-height: 40px;
}
.LogoSprite {
    background: url('../img/logoHeadBn.png') 0 0px no-repeat;
    width: 140px;
    height: 48px;
    background-size: contain;
}
.esconde{
    display: block;
}
.contLines {
    position: absolute;
    width: 60px;
    float: right;
    z-index: 100;
    top: 20px;
    right: 20px;
}
.line {
    width: 100%;
    background: #000;
    height: 5px;
    margin-bottom: 5px;
}
.muestra{
    display: none;
}
}

@media only screen and (max-width: 640px) {
.iconClien {
    width: 100px;
    margin: 10px auto;
}
.btnEnviar {
    width: 100%;
}
}

@media only screen and (max-width: 415px) {
  
}

@media only screen and (max-width: 400px) {
 .textIni{top:20%;}
}

@media only screen and (max-width: 320px) {

.textIni h2{font-size:13px;}
.textIni{top:20%;}
  
}