@font-face {
	src: url(../font/JosefinSans-Regular.woff);
	font-family: 'JosefinSans Regular';
}
@font-face {
	src: url(../font/Poppins-SemiBold_1.woff);
	font-family: 'Poppins-Semi';
}
@font-face {
	src: url(../font/Poppins-Regular_1.woff);
	font-family: 'Poppins-Regular';
}
@font-face {
	src: url(../font/Poppins-Light_1.woff);
	font-family: 'Poppins-Light';
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    overflow-x: hidden;
}
a {
    color: #000;
    text-decoration: none;
}
.container {
    max-width: 1290px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
.padded {
    padding-top: 90px;
    padding-bottom: 90px;
}
.padded-contacto {
    padding-top: 100px;
    padding-bottom: 0px;
}
.padded-footer {
    padding-top: 30px;
    padding-bottom: 0px;
}
#header {
    width: 100%;
    height: 30%;
    position: relative;
    overflow-x: hidden;
    background: #000;
    display: table;
}
.contenedor-titulo {
    width: 100%;
    height: 280px;
    background: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    display: table;
}
.contenedor-titulo h2 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    margin-top: 130px;
}
.contenedor-titulo p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins-Light';
}
.opacidad {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.menu-header {
    width: 100%;
    height: 80px;
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 999;
    display: table;
}
header label{ 
	cursor: pointer; 
	float: right;
	width: 50px; 
	height: 50px; 
	text-align: center; 
	line-height: 50px; 
	color: #FFF; 
	margin-top: 10px; 
	font-size: 30px; 
	display: none; 
}
#btn-menu{ 
	display: none; 
}
.cont_logo {
    width: 30%;
    height: 80px;
    padding: 10px;
    float: left;
    display: table;
}
.cont_logo img {
    width: 250px;
}
.menu-fixed {
	position: fixed; 
	top: 0; 
	width: 100%; 
	/*max-width: 1200px;*/ 
	background: rgba(31, 31, 31, 0.9);
	transition: all .3s ease; 
	z-index: 99999; 
}
.cont_menu {
    width: 70%;
    height: 80px;
    padding: 20px 10px;
    float: right;
}
.menu ul {
    display: flex;
    float: right;
    list-style: none;
}
.menu ul ul {
    display: none;
}
.menu a{
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    font-family: 'JosefinSans Regular';
    text-transform: uppercase;
    padding: 15px 20px;
    text-decoration: none;
}
.menu a:hover {
    background: #e5342e;
}
/*****     Slider     *****/
div#slider {
    width: 100%;
    height: 780px;
    top: 0;
    left: 0;
    position: relative;
	overflow: hidden;
	margin: auto;
	z-index: 1;
}
div#slider>div#mover {
    width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: -100%;
}
div#slider>div#mover>article {
    width: 100%;
    height: 100%;
}
div#slider>div#mover>article>img {
    width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	position: relative
}
div#slider>div#mover>article>div.contendoer-slider {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	padding: 230px 120px;
}
div#slider>div#mover>article>div.contendoer-slider h1 {
    color: #fff;
	font-size: 30px;
	font-family: 'Poppins-Semi';
	text-transform: uppercase;
	margin-bottom: 10px;
}
div#slider>div#mover>article>div.contendoer-slider p {
    color: #fff;
    width: 70%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Poppins-Regular';
}
div#slider>div#mover>article>div.contendoer-slider a {
	display: block;
	color: #fff;
	width: 150px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	font-family: 'Poppins-Regular';
	text-align: center;
	margin-top: 20px;
	background: #e5342e;
}
#anterior,#siguiente{
    position: absolute;
    width: 70px;
    height: 70px;
	border-radius: 50%;
    top: 50%;
	font-size: 25px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    background-color: rgba(0,0,0,0.2);
	z-index: 9999999;
}
#anterior:hover,#siguiente:hover{
    background-color: #e5342e;
}
#anterior{
    left: 10px;
}
#siguiente{
    right: 10px;
}
/*****   Nosotros  ****/
.section-nosotros {
    width: 100%;
    height: 80%;
    background: #FFF;
    overflow-x: hidden;
    display: table;
}
.left-nosotros {
    width: 50%;
    height: 450px;
    float: left;
}
.left-nosotros img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    margin: auto;
    display: table;
}
.right-nosotros {
    width: 50%;
    height: 450px;
    float: right;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.right-nosotros h1 {
    font-size: 34px;
    line-height: 40px;
    font-family: 'Poppins-Regular';
    margin-bottom: 10px
}
.right-nosotros h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Poppins-Regular';
    margin-bottom: 10px
}
.right-nosotros p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins-Light';
}
/*****   Que te Ofrecemos   ****/
.ofrecemos {
    width: 100%;
    height: 600px;
    background: #f1f2f4;
    overflow-x: hidden;
    display: table;
}
.ofrecemos h2 {
    font-size: 34px;
    line-height: 40px;
    font-family: 'Poppins-Regular';
    position: relative;
    margin-bottom: 20px;
}
.box-ofrecemos {
    width: 31%;
    height: 400px;
    margin: 10px;
    display: inline-block;
}
.box-ofrecemos img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    display: table;
    margin-bottom: 10px;
}
.box-ofrecemos h3 {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    margin-bottom: 10px;
    display: table;
}
.box-ofrecemos p {
    color: #898989;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins-Light';
    display: table;
    margin-bottom: 10px;
}
.contenedor-duda {
    width: 100%;
    height: 150px;
    background: #e5342e;
    display: table;
}
.contenedor-duda h5 {
    color: #FFF;
    font-size: 26px;
    text-align: center;
    line-height: 150px;
    font-family: 'Poppins-Light';
}
.contenedor-duda a {
    color: #FFF;
}
.productos_img img {
    width: 100%;
    height: auto;
}
/*****   Productos   ****/
.productos {
    width: 100%;
    height: 100%;
    background: #FFF;
    overflow-x: hidden;
    display: table;
}
.productos h2 {
    font-size: 34px;
    line-height: 40px;
    text-align: left;
    font-family: 'Poppins-Regular';
    position: relative;
    margin-bottom: 20px;
}
.box-sec-prtductos {
    width: 48%;
    height: 470px;
    margin: 5px;
    padding: 10px;
    display: inline-block;
}
.icono {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0d2f54;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icono img {
    width: 50px;
    height: 50px;
    display: table;
}
.box-sec-prtductos h3 {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Poppins-Regular';
    position: relative;
    margin-bottom: 10px;
    display: table;
}
.box-sec-prtductos p {
    color: #898989;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins-Light';
    display: table;
}
.productos-heterogeno {
    width: 100%;
    height: 100%;
    background: #FFF;
    display: table;
}
.left-productos {
    width: 30%;
    height: 400px;
    float: left;
    padding: 20px;
}
.contenedor-heterogeno {
    width: 100%;
    height: 70px;
    background: #eee;
    display: table;
    padding: 30px 20px;
    margin-top: 10px;
}
.contenedor-heterogeno a{
    color: #000; 
    margin: auto;
    font-size: 16px;
    font-family: 'Poppins-Light';
    display: block;
}
.left-productos h3 {
    color: #e4342d;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Poppins-Regular';
    margin-bottom: 10px;
}
.right-productos {
    width: 70%;
    height: 600px;
    float: right;
    padding: 20px;
    display: table;
}
.right-productos  h3 {
    color: #e4342d;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Poppins-Regular';
    margin-top: 20px;
    margin-bottom: 20px;
}
.right-productos h5 {
    color: rgb(71, 71, 71);
    font-size: 20px;
    line-height: 24px;
    font-family: 'Poppins-Regular';
    margin-top: 20px;
    margin-bottom: 20px;
}
.right-productos p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins-Light';
    color: #bb9889;
    margin-top: 10px;
}
div.box-productos {
    width: 31%;
    height: 250px;
    margin: 5px;
    background: #b6702a;
    position: relative;
    display: inline-block;
}
div.box-productos img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: table;
}
div.box-productos>div.tapa-productos {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,0.5);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
    align-items: center;
}
div.box-productos>div.tapa-productos h2 {
    font-size: 20px;
    font-family: 'Poppins-Light';
    text-align: center;
}
div.box-productos:hover>div.tapa-productos {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

#productos_vidrios {
    width: 100%;
    height: 100%;
    display: table;
}
#productos_vidrios h4 {
    font-size: 24px;
    line-height: 40px;
    font-family: 'Poppins-Regular';
    margin-top: 10px;
    margin-bottom: 20px;
}
.box-product-nue {
    width: 32%;
    height: 430px;
    margin: 5px;
    display: inline-block;
    background: #f6f6f6;
}
.box-product-nue a {
    color: #FFF;
    width: 200px;
    height: 40px;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    line-height: 40px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    background: #e5342e;
    display: block;
}
.box-product-nue  h5 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins-Regular';
    text-align: center;
    margin-top: 10px;
}
.box-pro-img {
    width: 100%;
    height: 300px;
    background: #FFF;
    display: table;
}
.box-pro-img img {
    width: 50%;
    height: auto;
    display: table;
    margin: auto;
}
/*****   Proyectos   ****/
.proyectos {
    width: 100%;
    height: 600px;
    overflow-x: hidden;
    background: #fff;
    display: table;
}
.proyectos h2 {
    font-size: 34px;
    line-height: 40px;
    font-family: 'Poppins-Regular';
    position: relative;
    margin-bottom: 20px;
}
div.box-proyectos {
    width: 31%;
    height: 300px;
    margin: 10px;
    display: inline-block;
    position: relative;
}
div.box-proyectos img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
}
div.box-proyectos>div.proyecto-tapa {
    position: absolute;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,0.3);
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
div.box-proyectos>div.proyecto-tapa a {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    background: #e4342d;
    font-family: 'Poppins-Light';
    transition: all .4s linear;
    top: 45%;
    display: block;
}
div.box-proyectos>div.proyecto-tapa>div.contenedor-nombre {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e4342d;
}
div.box-proyectos>div.proyecto-tapa>div.contenedor-nombre h3 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    font-family: 'Poppins-Regular';
}
div.box-proyectos:hover>div.proyecto-tapa {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.contenedor-menu-proyectos {
    width: 100%;
    height: 50px;
    text-align: center;
    display: table;
}
.contenedor-menu-proyectos ul li {
    list-style: none;
    display: inline-block
}
.contenedor-menu-proyectos ul li a{
    color: #000;
    display: block;
    padding: 20px 20px;
    font-size: 16px;
    font-family: 'Poppins-Light';
    transition: all .4s ease-in-out;
}
.contenedor-menu-proyectos ul li a:hover{
    color: #FFF;
    background: #e4342d;
}
.contenedor-menu-proyectos ul li a:focus{
    color: #FFF;
    background: #e4342d;
}
div[data]{
    transition:all 800ms;
    -webkit-transition:all 800ms;
    -ms-transition:all 800ms;
    -moz-transition:all 800ms;
    -o-transition:all 800ms;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.traer{
    position: relative;
    z-index: 1;
}
.con_info_s{
	width: 0;
	min-height: 0;
	height: 0;
	overflow: hidden;
    transform:rotateY(160deg);
    -webkit-transform:rotateY(160deg);
    -moz-transform:rotateY(160deg);
    -ms-transform:rotateY(160deg);
    -o-transform:rotateY(160deg);
    opacity:0;
    visibility: hidden;
    position: relative;
    z-index: -1;
}
/*****   Contacto   ****/
.contactenos {
    width: 100%;
    height: 100%;
    background: #FFF;
    display: table;
}
.contenedor-distribuidoras {
    width: 100%;
    height: 80%;
    background: #FFF;
    margin-bottom: 20px;
    display: table;
}
.contenedor-distribuidoras h2 {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    font-family: 'Poppins-Regular';
    position: relative;
    margin-bottom: 20px;
}
.box-distribuidoras {
    width: 31%;
    height: 250px;
    padding: 40px 20px;
    display: table;
    margin: auto;
    margin-top: 15px;
}
.box-distribuidoras img {
    width: 80%;
    height: auto;
    display: table;
    margin: auto;
}
.box-distribuidoras h4 {
    color: #e4342d;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Poppins-Regular';
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    display: table;
}
.box-distribuidoras h6 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Poppins-Regular';
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    display: table;
}
.box-distribuidoras a{ 
    width: 80%;
    height: 40px;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    line-height: 40px;
    text-align: center;
    border-radius: 35px;
    background: #FFF;
    color: #e4342d;
    display: table;
    margin: auto;
    transition: all .4s ease-in-out;
}
.box-distribuidoras a:hover{
    background: #000;
    color: #fff;
}
.formulario-dis {
    width: 35%;
    height: 500px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    background: #fff;
    position: absolute;
    top: 50px;
    right: 150px;
    padding: 50px 50px;
    z-index: 9999;
}
.formulario-dis input {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    font-size: 14px;
    font-family: 'Poppins-Regular';
    font-weight: 900;
    border-radius: 15px;
    padding: 10px 20px;
    border: none;
}
.formulario-dis textarea {
    width: 100%;
    height: 120px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    font-size: 14px;
    font-family: 'Poppins-Regular';
    font-weight: 900;
    border-radius: 15px;
    padding: 10px;
    border: none;
}
.formulario-dis button {
    cursor: pointer;
    width: 180px;
    height: 50px;
    background: #b6702a;
    margin-top: 10px;
    border: none;
    font-family: 'Poppins-Regular';
    color: #fff;
    border-radius: 25px;
    display: table;
}
.formulario-dis h3 {
    font-family: 'Poppins-Semi';
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
.secion-mapa {
    width: 100%;
    height: 600px;
    background: #ccc;
    position: relative;
    display: table;
 }
 .secion-mapa iframe {
    width: 100%;
    height: 600px;
    display: table;
 }
/*****   Footer   ****/
.contenedor-whatsaap {
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 40px;
    background: #1ebea5;
    position: fixed;
    left: 40px;
    bottom: 20px;
    z-index: 999;
}
.contenedor-whatsaap i {
    width: 40px;
}
.contenedor-whatsaap a {
    font-size: 16px;
    font-family: 'Poppins-Regular';
    color: #FFF;
}
.footer {
    width: 100%;
    height: 300px;
    text-align: center;
    background: #383838;
    overflow-x: hidden;
    display: table;
}
.bx-footer {
    width: 32%;
    height: 280px;
    margin: 5px;
    padding: 20px;
    display: inline-block;
}
.bx-footer h3 {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins-Semi';
    display: table;
    margin-bottom: 20px;
}
.foo1 img {
    width: 300px;
    display: table;
    margin-bottom: 20px;
}
.foo1 p {
    color: #FFF;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    display: table;
}
.foo2 p {
    color: #FFF;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    display: table;
}
.foo2 i {
    color: #FFF;
    font-size: 16px;
    width: 25px;
}
.foo2 a {
    text-decoration: none;
    color: #FFF;
}
.foo3 ul {
	display: table;
}
.foo3 li {
	list-style: none;
	display: inline-block;
}
.foo3 a {
	display: block;
    color: #fff;
	width: 50px;
    height: 50px;
    margin: 5px;
    border: solid 1px #fff;
	text-align: center;
    line-height: 50px;
    transition: all .4s ease-in-out;
}
.foo3 a:hover {
    color: #b6702a;
    border: solid 1px #b6702a;
}
.bx-copyright {
    width: 100%;
    height: 50px;
    border-top: solid 1px #424242;
    display: table;
}
.bx-copyright p {
    font-size: 16px;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    line-height: 50px;
    color: #FFF;
}
.ir-arriba { 
	display: none; 
	cursor: pointer; 
	position: fixed; 
	right: 20px; 
	bottom: 20px; 
	width: 60px; 
	height: 60px;
	background: #b6702a;
	color: #fff; 
	text-align: center; 
	line-height: 60px; 
	z-index: 9999; 
}
.gracias {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gracias i {
    font-size: 120px;
    margin-bottom: 20px;
}
.gracias p {
    font-size: 20px;
    font-family: 'Poppins-Regular';
    line-height: 24px;
}
@media screen and (max-width: 1250px) {
    .left-nosotros img {
        width: 90%;
        display: table;
        margin-top: auto;
    }
    #productos_vidrios h4 {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1050px) {
    div.box-productos {
        width: 48%;
    }
    
}
@media screen and (max-width: 990px) {
    header label { 
		display: block; 
		margin-right: 5px; 
		margin-top: 2px; 
		cursor: pointer;
    }
    .menu { 
		position: absolute; 
		width: 100%; 
		top: 85px; 
		left: 0; 
		transform: translateX(-100%); 
		transition: all .3s ease; 
		z-index: 10000; 
	}  
	.menu ul { 
		float: none; 
		display: block; 
		background: rgba(31,31,31,.80)  
	} 
	.menu a { 
		margin-top: 0; 
		color: #FFF; 
		padding: 20px 20px; 
		border-bottom: solid 1px #FFF; 
    }
    #btn-menu:checked ~ .menu { 
		transform: translateX(0%); 
    }
    .cont_logo {
        width: 70%;
    }
    .cont_menu {
        width: 30%;
    }
    .ofrecemos {
        padding: 20px;
    }
    .box-product-nue {
        width: 47%;
    }
    .contenedor-distribuidoras {
        padding: 20px;
    }
    .box-ofrecemos {
        width: 47%;
    }
    .box-distribuidoras {
        width: 47%;
    }
    div.box-proyectos {
        width: 47%;
    }
    .bx-footer {
        width: 100%;
        height: 150px;
        margin: 0 auto;
        display: table;
    }
}
@media screen and (max-width: 850px) {
    div#slider>div#mover>article>div.contendoer-slider {
        padding: 230px 100px;
    }
    div#slider>div#mover>article>div.contendoer-slider h1 {
        font-size: 28px;
    }
    div#slider>div#mover>article>div.contendoer-slider p  {
        width: 90%;
    }
    .left-nosotros {
        width: 100%;
        height: 200px;
        display: table;
    }
    .right-nosotros {
        width: 100%;
        height: 200px;
        padding: 40px;
        display: table;
    }
    .left-productos {
        width: 100%;
        height: 200px;
        display: table;
    }
    .right-productos {
        width: 100%;
        height: 200px;
        display: table;
    }
}
@media screen and (max-width: 790px) {
    div#slider>div#mover>article>div.contendoer-slider {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    div#slider>div#mover>article>div.contendoer-slider p {
        display: none;
    }
    .ofrecemos {
        text-align: center;
    }
    .ofrecemos h2 {
        text-align: left;
    }
    .box-ofrecemos {
        width: 46%;
    }
    .box-ofrecemos p {
        text-align: left;
    }
    .box-distribuidoras {
        width: 80%;
        height: 250px;
        display: table;
        margin: auto;
        margin-top: 10px;
    }
    .formulario-dis {
        width: 100%;
        height: 300px;
        top: 0;
        left: 0;
        display: table;
        position: relative;
    }
    .proyectos {
        padding: 20px;
    }
    div.box-proyectos {
        width: 100%;
        display: table;
        margin: auto;
        margin-top: 10px;
    } 
    .box-ofrecemos {
        width: 100%;
        display: table;
        margin: auto;
    }
    .contenedor-menu-proyectos ul li {
        display: block;
    }
    .box-product-nue {
        width: 47%;
        height: 350px;
    }
    .box-pro-img {
        height: 250px;
    }
    .contenedor-titulo h2 {
        font-size: 24px;
    }
    .foo1 img {
        width: 190px;
    }
}
@media screen and (max-width: 590px) {
    
    div.box-productos {
        width: 100%;
        display: table;
        margin: auto;
        margin-top: 10px;
    }
    .box-distribuidoras {
        width: 100%;
    }
    .cont_menu {
        widows: 80%;
    }
    .cont_logo {
        width: 20%;
    }
    .box-pro-img {
        height: 200px;
    }
    .cont_logo img {
        width: 220px;
        margin-top: 10px;
    }
} 
@media screen and (max-width: 500px) {
    .box-product-nue {
        width: 90%;
        height: 420px;
        margin: auto;
        display: table;
        margin-top: 20px;
    }
}
@media screen and (max-width: 400px) {
    .menu { 
		position: absolute; 
		width: 100%; 
		top: 80px; 
		left: 0; 
		transform: translateX(-100%); 
		transition: all .3s ease; 
		z-index: 10000; 
	} 
    .cont_logo img {
        width: 180px;
        margin-top: 10px;
    }
} 