@media (max-width: 767px) {

.container{
    width: 100vw;
}

.nopaddingl {
    padding-left: 15px;
}
	
.maquinado .p2 {
    font-size: 15px;
    color: white;
    max-width: 160px;
}.maquinado .p2 {
    font-size: 15px;
    color: white;
    max-width: 160px;
}.maquinado .p2 {
    font-size: 15px;
    color: white;
    max-width: 160px;
}	
	
/* Navbar mobile
-------------------------------------------------- */

.st-navbar-static-top {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    z-index: 999;
    width: 100%;

}
.st-navbar-mobile {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: auto;
}
.st-navbar-mobile:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


/* Navbar mobile header
-------------------------------------------------- */

.st-navbar-mobile-header {
    width: 100%;
    height: 72px;
    padding: 7px 10px 0px 10px;
}



/* Navbar mobile header logo
-------------------------------------------------- */

.st-navbar-mobile-header-img {
float: left;
    margin: 0px 0 0;
}
.st-navbar-mobile-header-img > img {
width: 165px;
    height: 56px;
}


/* Navbar mobile header menu
-------------------------------------------------- */

.st-navbar-mobile-header-menu {
	float: right;
}
.st-navbar-mobile-header-menu-nav {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}
.st-navbar-mobile-header-menu-nav li {
	float: left;
}
.st-navbar-mobile-header-menu-nav li a {
	font-size: 22px;
	line-height: 0;
	padding: 0px 15px 0px 15px;
	margin: 0;
	border: 0;
	display: block;
	cursor: pointer;
}
.st-navbar-mobile-header-menu-nav li:first-child a {
	padding-left: 0;
}
.st-navbar-mobile-header-menu-nav li:last-child a {
	padding-right: 0;
}



/* Navbar mobile nav collapse
-------------------------------------------------- */

.st-navbar-mobile-nav-collapse {
  display: none;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
}



/* Navbar mobile nav
-------------------------------------------------- */

.st-navbar-mobile-nav {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  z-index: auto;
}
.st-navbar-mobile-nav:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.st-navbar-mobile-nav .st-navbar-mobile-dropdown-menu {
  position: static;
  float: none;
  display: none;
  list-style: none;
  width: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
	z-index: 1000;
}
.st-navbar-mobile-nav .st-navbar-mobile-dropdown-menu:before {
	content: ''; 
	display: block;
	position: absolute;
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.st-navbar-mobile-nav > li > a {
  display: block;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}
.st-navbar-mobile-nav > li > a.st-submenu-toggle {
	float: right;
  display: block;
	padding-right: 15px;
	padding-left: 15px;
}
.st-navbar-mobile-nav .st-navbar-mobile-dropdown-menu > li > a {
  display: block;
  font-size: 13px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 31px;
}
.st-navbar-mobile-nav .st-navbar-mobile-dropdown-menu > li > ul > li > a {
	display: block;
  font-size: 13px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 47px;
}
.st-navbar-mobile-nav .st-navbar-mobile-dropdown-menu > li > a.st-submenu-toggle,
.st-navbar-mobile-nav .st-navbar-mobile-dropdown-menu > li > ul > li > a.st-submenu-toggle {
	float: right;
  display: block;
	padding-right: 15px;
	padding-left: 15px;
}



/* Navbar mobile nav dropdowns icon animation
-------------------------------------------------- */

.st-navbar-mobile-nav li.st-submenu-parent > a.st-submenu-toggle > i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.st-navbar-mobile-nav li.st-submenu-open > a.st-submenu-toggle > i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}



/* Navbar mobile all styles
-------------------------------------------------- */

/*** Navbar mobile ***/
.st-navbar-mobile {
    color: #676767;
    height: 72px;
}
.st-navbar-mobile:before {
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 50%)
}


/*** Navbar mobile header menu ***/
.st-navbar-mobile-header-menu-nav li a {
	/*background-color: #111111;*/
	color: #ffffff;
}
.st-navbar-mobile-header-menu-nav li a.st-navbar-mobile-toggle.open {
	color: #aaaaaa;
}
.st-navbar-mobile-header-menu-nav li a:hover,
.st-navbar-mobile-header-menu-nav li a:focus {
	/*background-color: transparent;*/
	color: #aaaaaa;
}
.st-navbar-mobile-header-menu-nav li+li {
	border-left: 1px solid #ffffff;
}


/*** Navbar mobile nav ***/
.st-navbar-mobile-nav:before {
  background-color: #333333;
}
.st-navbar-mobile-nav li {
  border-top: 1px solid #272727;
}


/*** Navbar mobile nav a ***/
.st-navbar-mobile-nav li > a,
.st-navbar-mobile-nav li > a > i {
  color: #dddddd;
	background-color: #333333;
	border-left: 1px solid #C8102E;
}
	

/*** Navbar mobile nav a:hover ***/
.st-navbar-mobile-nav li > a:hover,
.st-navbar-mobile-nav li > a:hover > i {
  color: #aaaaaa;
  background-color: #3e3e3e;
}


/*** Navbar mobile nav a:focus ***/
.st-navbar-mobile-nav li > a:focus,
.st-navbar-mobile-nav li > a:focus > i {
  color: #aaaaaa;
  background-color: #3e3e3e;
}


/*** Navbar mobile nav dropdows a:hover ***/
.st-navbar-mobile-nav li.st-submenu-open > a:hover,
.st-navbar-mobile-nav li.st-submenu-open > a:hover > i {
  color: #aaaaaa;
  background-color: #3e3e3e;

}

/*** Navbar mobile nav dropdows a:focus ***/
.st-navbar-mobile-nav li.st-submenu-open > a,
.st-navbar-mobile-nav li.st-submenu-open > a > i,
.st-navbar-mobile-nav li.st-submenu-open > a:focus,
.st-navbar-mobile-nav li.st-submenu-open > a:focus > i {
  color: #aaaaaa;
  background-color: #3e3e3e;
		
}
	
	
	
.navfimg {
    vertical-align: text-bottom;
    padding-right: 0px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
    margin-top: 30px;
}	
	
.navftxt {
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
}	

	
.navbar-navf > li {
    float: none;
    display: block;
    width: 100%;
}	
	
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 350px;
}
	
	
.item:nth-child(1) {

    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
	opacity: .4;
}

.item:nth-child(2) {

    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

	
.item:nth-child(3) {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.copygaleria h1 {
    color:#231F20;
    font-size: 30px;
    margin-top: 100px;
    padding-top: 12px;
    text-shadow: none;
}	
	
.copygaleria p {
    color: #231F20;
    font-size: 24px;
    text-shadow: none;
}	

.copygaleria a  {
    color:#231F20;
    text-shadow: none;
}

.copygaleria {
    position: initial;
    margin: 0;
    color: #252627;
    right: 0;
    top: 0;
    transform: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: block;
    background-color: rgb(255 255 255 / .7);	
}
	
	.nopaddingxs {
		padding: 0;
	}
	
.coti {
    background-color: #006341;
    color: white;
    font-size: 35px;
    font-weight: normal;
    height: auto;
    margin-bottom: 50px;
	padding-bottom: 40px;
}	
	
.xsres {
    text-align: center;
    font-size: 23px;
	}	
	
	.btncotxs {
	margin: 0 auto;
	display: table;		
	}	
	
.contenedor1 {
    text-align: center;
    margin-bottom: 50px;
}	
	
	
.maquinado .p1 {
    font-size: 24px;
    color: white;
    max-width: 630px;
}
	
	
.maquinado p {
    font-size: 18px;
    color: white;
    text-align: center;
    margin: 0 auto;
}
	
	
.maquinado h1 {
    color: white;
    margin-top: 100px;
    font-size: 32px;
}
	
.maquinado {
    height: auto;
    background-image: url(../img/GMD-Landing_Home_Maquinado-01.jpg);
    background-size: cover;
}
	
	
.abs {
    position: relative;
    bottom: 50px;
    margin: auto 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}	
	
	.hr1 {
    border: 2px solid #C8102E;
    border-radius: 0px;
    width: 80px;
}
	
	
.maquinado .contenedor1 h3 {
    margin-top: 10px;
    margin-bottom: 90px;
}	
	
.navbar-navf h1 {
    color: white;
    font-weight: 300;
    margin-bottom: 3px;
    margin-top: 0;
    text-align: center;
}	
	

.intro {
    display: flex;
    width: 100%;
    height: 390px;
    padding-top: 70px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    min-height: 350px;
}	
	
	
.intro h1 {
    color: white;
    font-size: 42px;
    text-align: center;
    font-weight: 600;
}	
	
.intro h2 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}	

.intro p {
    font-size: 14px;
    text-transform: uppercase;
    margin: 27px auto;
}
	
.prod {
    background-color: #edf1f2;
    height: auto;
    padding-bottom: 20px;	
}	
	
.prod h5 {
font-size: 24px;
    margin-top: 0;
    text-align: center;
    padding: 10px;
}	
	
	
	.m2xs {
		margin-top: 0;
	}	
	
.prod p {
    font-size: 18px;
    font-weight: 300;
    padding: 10px;
    text-align: center;
}	
	
	.nomar {
		margin: 0;
	}
	
.nav-tabs > li > a {
    margin-right: -9px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}	
	
.contenedora {
    width: 170px;
    height: auto;
    display: inline-table;
    margin-bottom: 40px;
    margin-right: 15px;
    margin: 0 auto;
    display: block;
	padding-bottom: 50px;	
}	

	.tab-content {
    border: 1px solid #dddddd;
    padding: 10px;
}
	
	
.versatilidad {
    margin-top: 50px;
    padding-top: 40px;
    height: 461px;
    background-image: url(../img/bigstock-Wire-Cable-Trays-Stacked-In-A--289807840.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}	
	
.versatilidad .p1 {
    font-weight: 600;
    margin-top: 20px;
    font-size: 18px;
    word-spacing: 30px;
}	

.cont2 {
    background-color: #F1F4F5;
    margin: 40px auto 0px auto;
    display: inline-table; 
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}
	
	
.g1 {
    width: 100%;
    display: inline-block;
    padding: 30px;
}	
	
	
.btncot img {
    width: 240px;
    text-align: center;
}	
	
	
h1 {
    color: #006341;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
}	
	
	
.nexts {
    background-color: #F2F4F5;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}	
	
.imgnext {
    background-image: url(../img/bigstock--180159361.jpg);
    height: 186px;
    background-size: cover;
    background-position: center;
}	
	
	
.txtcenter {
    height: 425px;
    display: table;
    background-image: url(../img/GMD-Landing_CableMesh_Estamos-comprometidos.jpg);
    background-size: cover;
    background-position: top;
    width: 100%;
}	
	
	
	.txtbody h1 {
    color: white;
    font-size: 30px;
    text-align: center;
    max-width: 1160px;
    margin: 0 auto;
}

.breadcrumb {
    padding: 17px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    font-weight: 300;
}	
	
.form p {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
}	

.form2 h1 {
    font-size: 21px;
    font-weight: 600;
    color: #006341;
    text-align: left;
    margin-bottom: 0;
}	
	
.industrias h4 {
    font-size: 13px;
    font-weight: 300;
    color: white;
    margin: 0;
}	
	
.industrias p {
    font-size: 21px;
    font-weight: normal;
    padding: 10px;
}	
	
.industrias h5 {
    font-size: 24px;
    font-weight: 600;
    color: white;
    padding-left: 10px;
}	
	
.industrias h4 {
    font-size: 13px;
    font-weight: 300;
    color: white;
    margin: 0;
    padding-left: 10px;
}	
	

.industrias {
    color: white;
    height: auto;
    padding-bottom: 20px;
}	

.industrias a {
    font-size: 18px;
    color: white;
    padding-left: 10px;
    font-weight: 300;
}
	
	
.contenedorp {
    width: 269px;
    height: 267px;
    background-color: #F2F4F5;
    display: inline-block;
    margin-right: 20px;
    margin: 0 auto;
    display: block;
}

.productos{
    text-align: center;
}

.productos h1 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 30px;
}
	
.contenedorp {
    width: 269px;
    height: 267px;
    background-color: #F2F4F5;
    display: inline-block;
    margin-right: 20px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}	

.productos a {
    font-size: 18px;
    display: block;
    margin-top: 30px;
    margin-bottom: 62px;
    text-decoration: underline;
    text-align: left;
}

.bread {
    background-color: #606362;
    height: 53px;
    margin-bottom: 0;
}	
	
.prod a {
    font-size: 18px;
    font-weight: 300;
    color: #231F20;
    padding-left: 20px;
}	


.contenedor3 {
    width: 100%;
    display: inline-table;
    height: 150px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 70px;
}
	
.nosotrostxt {
    color: white;
    font-size: 35px;
    border-left: 0;
    height: 50px;
    display: block;
    width: 100%;
    padding-left: 20px;
    text-align: center;
}
	
.item img {

	display: none;
}

.imgp {
    background-color: #F2F4F5;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
}

footer ul{
    margin-bottom: 30px;
}

footer{
    background-image: url(../img/GMD-footer-mov.jpg);
    background-size: 55vh;
    background-position-y: bottom;
    background-position-x: right;
}

}