@charset "UTF-8";

body {
	font-family:  Arial, Sans-Serif;
	background-color: #ffffff;
	color: #333333;
}

body a{
	text-decoration: underline;	
		color: #333333;

}

body a:hover{
	text-decoration: none;	
		color: #0088cd;

}

.link {
	font-family:  Arial, Sans-Serif;
	color: #0088cd;
	text-decoration: none;	

}

.link a{
	text-decoration: underline;	
		color: #0088cd;

}

.link a:hover{
	text-decoration: underline;	
		color: #0088cd;

}


table {
	width: 100%;
	font-family: 'Open Sans', sans-serif, Helvetica, Arial, Sans-Serif;
	color: #333;
	margin-top: 6px;
	
}

table a{
	color: #333;
	text-decoration: none;
}

table a:hover{
	color: #63b524;
	text-decoration: none;

}


table tr th {
	text-align: left;
	padding: 4px;
	font-size: 12px;
	
}

table tr td {
	padding: 6px;
	font-size: 12px;
}

table strong {
	font-weight: bold;
}

/* HEADER */

.header .top {
	height: 100px;
	background-image: url(../img/main/bg.jpg);
	margin-bottom: 30px;
}

.header .top .logo {

}

.header .top .logo img {
	width:156px;
	height: 91px;
}

.header .nav {
	height: 35px;
	position:absolute;
	margin-top: -65px;
	margin-left:300px;

}

.header .nav ul {
	display: block;
}

.header .nav ul li {
	display: inline-block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.header .nav ul li a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #313131;
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
}

.header .nav ul li a:hover {
	color: #69be51;
}



/* CONTAINER */

div.container {
	width: 100%;
}

div .inner {
	width: 974px;
	margin: auto;
}

/* CONTENT */



.boxes .izquierda {
	width: 477px;
	float: left;
}

.boxes .derecha {
	width: 477px;
	float: right;
}

.box {
	margin-bottom: 25px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	
	background-image: url(../img/main/box-background.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#FFFFFF;
}



h1 {
	font-size:26px;
}
h2 {
	font-size:20px; 	padding-bottom: 10px;

}
h3 {
	font-size:18px;
}
h4 {
	font-size: 14px;
}

h4 color{
	color: #53a400;
	line-height: 25px;
	font-weight: bold;
}

h4 perfomatic{
	color: #0088cd;
}

h5 {
	font-size: 12px;
	line-height: 20px;
}

h5 justify{
	text-align: justify;
}

h5 span{
	font-weight: bold;
}
h5 color{
	font-weight: bold;
	color: #0075bf;
}


h6 {
	font-size:11px;
}

.footer {
	color: #a6a6a6;
	font-size: 11px;
	background-color: #1b1b1b;
	margin-top: 30px;
	padding: 15px;
}

.footer .contact-info
{
	display: inline-block;
	float: left;
	line-height: 15px;
}

.footer a {
	color: #a6a6a6;
	text-decoration:none;

}
.footer .contact-info a:hover {
	text-decoration:underline;
}

.footer .redes
{
	float:right;
	width: 240px;
	height: 38px;
}

.footer .redes a
{
	display: block;
	float: right;
	font-size: 18px;
	padding: 8px;
	border: 2px solid #a6a6a6;
	border-radius: 34px;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.footer .redes a:hover
{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #fff;
}

.footer .redes a.social_facebook:hover
{
	background-color: #44619D;
	border-color: #44619D;
}

.footer .redes a.social_twitter:hover
{
	background-color: #00aced;
	border-color: #00aced;
}

.footer .redes a.social_youtube:hover
{
	background-color: #CC181E;
	border-color: #CC181E;
}

.division {
	background-image: url(../img/novedades/separador.jpg);
	background-repeat: repeat-x;
	height: 20px;
}

/* --- */
.contact {
	width:964px;
	margin:auto;
	font-size:1px;
	line-height:16px;
	text-align: justify;
}
.contact div {
	margin:auto;
}
.contact div.col1 {
	width: 470px;
	float: left;
}
.contact div.col2 {
	width:470px;
	float:right;
}
.contact div h1 {
	background-color:#000;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	padding:4px 8px;
	margin:0;
	margin-bottom:10px;
}
.contact div h2 {
	color:#0091af;
	text-transform:uppercase;
	font-size:12px;
	padding:4px 0;
	margin:10px 0;
	border-bottom:1px #DFE0DB solid;
}
form ul {
	padding:0;
	margin:0;
}
form ul li {
	padding:2px 0;
	margin:0;
	list-style-type:none;
}
form ul li label {
	display: block;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	text-align: left;
}
form ul li strong {
	font-weight: bold;	
}

form ul li input, form ul li textarea {
	border: 1px #CCC solid;
	width: 320px;
	font-size: 12px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	float: right;
	margin-top: -26px;
	font-family: Arial, Helvetica, sans-serif;
}
form ul li textarea {
	height:100px;
}
.textarea {
	border: 1px #CCC solid;
	width: 400px;
	height:60px;
	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}

form button {
	background: url(../img/main/enviar.gif) 0 0 no-repeat;
	width: 185px;
	height: 35px;
	border: 0;
	color: transparent;
	float: left;
	margin-top: 10px;
}

.col_1  { width: 6.6666666666667%; }
.col_2  { width: 15%; }
.col_3  {width: 23.333333333333%;}
.col_4  {
	width: 31.6667%;
}
.col_5  { width: 45%; }
.col_6  { width: 48.333333333333%; }
.col_7  { width: 62.333333333333%; }
.col_8  { width: 65%; }
.col_9  { width: 73.333333333333%; }
.col_10 { width: 81.666666666667%; }
.col_11 { width: 90%; }
.col_12 { width: 100%; }


.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12 {
	margin-left: 0;
	margin-right: 1.6%;
	margin-top: 14px;
	margin-bottom: 14px;
	float: left;
	display: block;
}

.alpha{margin-left:0px;}
.omega{margin-right:0px;}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix, *:first-child+html .clearfix{zoom:1}


.col_1.visible,
.col_2.visible,
.col_3.visible,
.col_4.visible,
.col_5.visible,
.col_6.visible,
.col_7.visible,
.col_8.visible,
.col_9.visible,
.col_10.visible,
.col_11.visible,
.col_12.visible {
background:#efefef;
}


.col_1 .inner,
.col_2 .inner,
.col_3 .inner,
.col_4 .inner,
.col_5 .inner,
.col_6 .inner,
.col_7 .inner,
.col_8 .inner,
.col_9 .inner,
.col_10 .inner,
.col_11 .inner,
.col_12 .inner{
}

.thumbnail {
	position:relative;
	overflow:hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.thumbnail img {
	-webkit-transition:opacity 0.2s;
	-moz-transition:opacity 0.2s;
	-o-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	transition:opacity 0.2s;
}
.thumbnail:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=80);
	opacity:0.8
}
.thumbnail:hover {
    border-color:#ccc!important;
}


.separador {
	background-image: url(../img/main/separador.png);
	background-repeat: repeat-x;
	height: 8px;
}
.title_abecom {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.table_style {
	border: 1px solid #D8D8D8;
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
}

.table_style th {
	padding: 10px;
	background-color: #f1f2f4;
	border-right: 1px solid #D8D8D8;
	font-size: 14px;
	text-align: center;	
}


.table_style td {
	border:1px solid #D8D8D8;
	padding:10px;
}

.table_style td:hover {
	background-color: #f1f2f4;
}

/* Y&Y CSS */

a.consumidor
{
	display: inline-block;
	clear: both;
	width: 100%;
	text-align: center;
	color:#fefefe;
	padding-top: 5px;
}

a.consumidor span
{
	font-weight: bold;
}


/* RESPONSIVE CSS */

.btn-sidebar
{
	display: none;
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 32px;
	margin-right: 2%;
	cursor: pointer;
	background-image:url(../img/sidebar.png);
}

.sidebar
{
	font-family: 'Open Sans';
	position: fixed;
	top: 0;
	right: -200px;
	height: 100%;
	z-index: 999999;
	background-color: #343434;
	width: 200px;
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.sidebar.open
{
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	opacity: 1;
	right:0px;
}
.sidebar .cross
{
	display: none;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-image: url(../img/cross.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 8px;
	background-size: 16px;
	position: absolute;
	float: left;
	left: -27px;
	background-color: #262626;
	padding: 1px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	top: 29px;
}

.sidebar .menu
{
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding-left: 36px;
	padding-top: 32px;
	padding-bottom: 32px;
	background-color: #292929;
}

.sidebar ul li
{
	border-top: 1px solid #292929;
}

.sidebar ul li:hover
{
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	background-color: #474747;
}

.sidebar ul li:first-child
{
	border-top:none;
}

.sidebar ul a
{
	color: #eee;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	padding-left: 36px;
	font-size: 1em;
}

/* EMPRESA */

.boxes.empresa .quienes .title
{
	/*margin-left: 2%;*/
	margin-top: 30px;
	display: block;
	float:left;
}

.boxes.empresa .quienes img.maquinas-instaladas
{
	float: right;
	margin-top: 30px;
	margin-right: 104px;
	display: block;
}

.boxes.empresa .quienes .mapa
{
	/*width: 30%;*/
	width: 35%;
	float: right;
	padding: 30px;
	padding-right: 0px;
	padding-top: 0px;
	min-width: 200px;
}

.boxes.empresa .quienes p
{
	font-size: 12px;
	line-height: 20px;
	/*margin-left: 2%;*/
	margin-top: 5px;
	clear:both;
	/*padding-right: 25px;*/
}

.bold
{
	font-weight: bold;
}

.boxes.empresa .quienes ul
{
	font-size: 12px;
	line-height: 20px;
	list-style: disc;
	margin-left: 2%;
	list-style-position: inside;
}

/* PRODUCTOS */


.boxes.productos
{
	/*margin-left: 2%;*/
	/*margin-right: 2%;*/
	font-family: 'Open Sans', sans-serif, Helvetica, Arial, Sans-Serif;
}

.boxes.productos .title
{
	display: block;
	margin-bottom: 6px;
}

.productos .producto
{
	width: 24.5%;
	margin-top: 10px;
	float: left;
	margin-right: 0.5%;
	margin-bottom: 0.7%;
}

.productos .producto a 
{
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

.productos .producto span
{
	height: 34px;
	display: block;
}

.productos .producto strong
{
	font-weight: bold;
}

.productos .producto img
{
	width: 100%;
	height: auto;
}

.productos .title.second
{
	clear: both;
	padding-top: 40px;
}

/* PRODUCTO */

.boxes.producto
{
	margin-left: 2%;
	margin-right: 2%;
}

.boxes.producto p 
{
	font-size: 13px;
	line-height: 20px;
}

.boxes.producto p b
{
	font-weight: bold;
}

.boxes.producto p span.img
{
	width: 50%;
	float:right;
	height: auto;
	padding-bottom: 4%;
	padding-top: 15px;
	display: block;
	padding-left: 5%;
}

.boxes.producto p span.img img
{
	height: auto;
	width: 100%;
	float: right;
}

.addthis_native_toolbox
{
	display: block;
	padding-top: 3%;
	clear: both;
}
.whatsapp-share
{
	background-image: url(../img/whatsapp.png);
	height: 16px;
	display: inline-block;
	float: left;
	background-size: 18px;
	border-radius: 2px;
	padding: 2px;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #29B200;
	padding-left: 22px;
	line-height: 17px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	padding-right: 4px;
	/*font-weight: 300;*/
}
.whatsapp-share:active, .whatsapp-share:visited, .whatsapp-share:hover
{
	color: #fff;
}
/*.boxes.producto span.img .share.facebook
{
	width: 57px;
	height: 21px;
	padding-top:2%;
}

.boxes.producto span.img .twitter-share-button
{
	padding-top: 2%;
	padding-left: 20px;
	width: 77px;
}*/

.boxes.producto h1
{
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
}

.boxes.producto span.title
{
	color: #53a400;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	padding-top: 15px;
}

.boxes.producto span.title:first-child
{
	padding-top:0;
}

.boxes.producto table.table_style
{
	margin-top:30px;
}

.boxes.producto .bottom
{
	padding-top: 30px;
}

.boxes.producto .bottom div
{
	width: 48%;
	float: left;
}

.boxes.producto .bottom span.title.not-transform {
	text-transform: none;
}

.boxes.producto .bottom div:last-child
{
	float: right;
}

.boxes.producto .bottom div img
{
	padding-top:5px;
	width: 100%;
	height: auto;
}

.boxes.producto .bottom div iframe
{

	padding-top: 5px;
	width: 100%;
}

.boxes.producto .bottom.two-videos div iframe
{
	min-height: 350px;
}

/* REPRESENTANTES */

.boxes.representantes
{
	/*margin-left: 2%;
	margin-right: 2%;*/
}

.boxes.representantes .representante
{
	width: 32%;
	margin-left: 1%;
	display: inline-table;
	padding-top: 2%;
}

.boxes.representantes .representante .country
{
	background-repeat: no-repeat;
	min-height: 20px;
	padding-left: 25px;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
	background-position: 0px -2px;
}

.boxes.representantes .representante .country.colombia
{
	background-image: url(../img/Logos/colombia-icon.png);
}

.boxes.representantes .representante .country.chile
{
	background-image: url(../img/Logos/chile-icon.png);
}

.boxes.representantes .representante .country.ecuador
{
	background-image: url(../img/Logos/ecuador-icon.png);
}

.boxes.representantes .representante .country.mexico
{
	background-image: url(../img/Logos/mexico-icon.png);
}

.boxes.representantes .representante .country.paraguay
{
	background-image: url(../img/Logos/paraguay-icon.png);
}

.boxes.representantes .representante .country.peru
{
	background-image: url(../img/Logos/peru-icon.png);
}

.boxes.representantes .representante .country.uruguay
{
	background-image: url(../img/Logos/uruguay-icon.png);
}

.boxes.representantes .representante .empresa
{
	width: 100%;
}

.boxes.representantes .representante p
{
	font-size: 12px;
	line-height: 20px;
}

.boxes.representantes .representante strong
{
	font-weight: bold;
}

/* NOTICIAS */

.boxes.noticias h2, .boxes.articulos-tecnicos h2
{
	margin-bottom: 20px;
}

.boxes.articulos-tecnicos .img-title
{
	margin-bottom: 10px;
}

.boxes.noticias .noticia, .boxes.articulos-tecnicos .articulo
{
	width: 100%;
	padding-bottom: 30px;
	margin-bottom:30px;
	background-image: url(../img/novedades/separador.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.boxes.noticias .noticia.none-border, .boxes.articulos-tecnicos .articulo.none-border
{
	background-image: none;
	padding-bottom: 0px;
}

.boxes.noticias .noticia .media, .boxes.articulos-tecnicos .articulo .media
{
	float: left;
	width:230px;
}
.boxes.articulos-tecnicos .articulo .media
{
	width: 21%;
}

.boxes.noticias .noticia .media img, .boxes.noticias .noticia .media iframe, .boxes.articulos-tecnicos .articulo .media img
{
	width: 100%;
	height: 100%;
}

.boxes.noticias .noticia p, .boxes.articulos-tecnicos .articulo p
{
	float:left;
	margin-left: 20px;
	font-size: 12px;
	line-height: 20px;
}

.boxes.articulos-tecnicos .articulo p
{
	margin-left: 2%;
	width: 76%;
}

.boxes.noticias .noticia p span, .boxes.articulos-tecnicos .articulo p span
{
	font-weight: bold;
	color: #0075bf;
	display: block;
}

.boxes.articulos-tecnicos .articulo p span
{
	text-transform: uppercase;
	color: #53a400;
}

.boxes.noticias .noticia p strong , .boxes.articulos-tecnicos .articulo p strong
{
	font-weight: bold;
}

/* CONTACTO LANDSCAPE */

.boxes.contacto.landscape h2, .boxes.contacto.portrait h2
{
	padding-bottom: 20px;
}

.boxes.contacto.landscape h3, .boxes.contacto.portrait h3
{
	color: #53a400;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.boxes.contacto.landscape section.half
{
	width: 48%;
	float: left;
}

.boxes.contacto.landscape section.full
{
	width: 100%;
	clear: both;
	padding-top: 15px;
	display: block;
}

.boxes.contacto.landscape section.left
{
	margin-left: 2%;
}

.boxes.contacto.landscape section p
{
	font-size: 12px;
	line-height: 20px;
}

.boxes.contacto.landscape div.row label
{
	display: inline-block;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	text-align: left;
	float: left;
	width: 26%;
}

.boxes.contacto.landscape div.row
{
	min-height: 32px;
	clear: both;
}

.boxes.contacto.landscape div.row strong
{
	font-weight: bold;
}

.boxes.contacto.landscape input[type="text"]
{
	border: 1px #CCC solid;
	width: 67%;
	font-size: 12px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

.boxes.contacto.landscape div.row.checkbox
{
	width: 50%;
	float: left;
	clear: none;
	font-family: 'Open Sans', sans-serif, Helvetica, Arial, Sans-Serif;
}

.boxes.contacto.landscape div.row.checkbox label
{
	width: auto;
}

.boxes.contacto.landscape div.row.checkbox input[type="text"]
{
	float: none;
	width: auto;
	height: 6px;
	margin-top: 3px;
	font-size: 11px;
}

.boxes.contacto.landscape div.row.last label
{
	font-weight: bold;
}

.boxes.contacto.landscape div.row.last textarea
{
	width: 82%;
  	margin-left: 1%;
}

.boxes.contacto.landscape button.submit
{
	width: 188px;
	height: 37px;
	background: #2094AD;
	border: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 100;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.boxes.contacto.landscape button.submit:hover
{
	background: #87CCDB;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

/* CONTACTO PORTRAIT */

.boxes.contacto.portrait
{
	display: none;
}

/*.boxes.contacto.portrait iframe
{
	position: absolute;
	left: 0;
}*/

.boxes.contacto.portrait p.info
{
	/*margin-top: 380px;*/
	clear: both;
	width: 48%;
	float: left;
	font-size: 12px;
	line-height: 20px;
}

.boxes.contacto.portrait div.social
{
	margin-top: 380px;
	width: 48%;
	float: right;
	text-align: center;
	line-height: 45px;
}

.boxes.contacto.portrait div.social span
{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	line-height: 22px;
}

.boxes.contacto.portrait div.social a
{
	font-size: 31px;
	padding: 15px;
	border-width: 2px;
	border-style: solid;
	border-radius: 39px;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-decoration: none;
}

.boxes.contacto.portrait div.social a.social_facebook
{
	color: #44619D;
	border-color: #44619D;
}

.boxes.contacto.portrait div.social a.social_twitter
{
	color: #00aced;
	border-color: #00aced;
}

.boxes.contacto.portrait div.social a.social_youtube
{
	color: #CC181E;
	border-color: #CC181E;
}

.boxes.contacto.portrait div.social a:hover
{
	color: #fff;
}

.boxes.contacto.portrait div.social a.social_facebook:hover
{
	background-color: #44619D;
	border-color: #44619D;
}

.boxes.contacto.portrait div.social a.social_twitter:hover
{
	background-color: #00aced;
	border-color: #00aced;
}

.boxes.contacto.portrait div.social a.social_youtube:hover
{
	background-color: #CC181E;
	border-color: #CC181E;
}

.boxes.contacto.portrait section.form
{
	clear: both;
	margin-top: 20px;
}

.boxes.contacto.portrait section.form select
{
	-webkit-appearance: none;
	background-image: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-down-b-128.png);
	background-position: 99%;
	background-repeat: no-repeat;
	background-size: 20px;
}

.boxes.contacto.portrait section.form input[type="text"], .boxes.contacto.portrait section.form select, .boxes.contacto.portrait section.form textarea
{
	width: 96%;
	font-size: 15px;
	padding-left: 14px;
	padding-top: 6px;
	padding-bottom: 8px;
	border-radius: 4px;
	border: 0;
	border: 1px solid #ccc;
	font-weight: lighter;
	color: #5E5E5E;
}

.boxes.contacto.portrait section.form div.row
{
	width: 92%;
	margin-bottom: 20px;
}

.boxes.contacto.portrait section.form label
{
	text-transform: uppercase;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	color: #4F4F4F;
	font-family: 'Open Sans', sans-serif, Helvetica, Arial, Sans-Serif;
}

.boxes.contacto.portrait section.form button
{
	background: #2094AD;
	width: 93%;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	height: 40px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.boxes.contacto.portrait section.form button:hover
{
	background: #87CCDB;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.boxes.contacto.portrait .thanks
{
	margin-bottom: 40px;
}

@media only screen and (max-width: 1031px){
	.header .nav ul li 
	{
		padding-right: 10px !important;
	}
	.header .top .logo img 
	{
		margin-left: 2%;
	}
	.inner
	{
		width: auto !important;
	}
	.boxes
	{
		margin-left:2%;
	}
	.boxes.empresa .quienes p 
	{
		width: 98%;
	}
}

@media only screen and (max-width: 974px) {
	/* SIDEBAR */

	.btn-sidebar
	{
		display: block;
	}
	.header .top .logo
	{
		margin-left:2%;
	}
	.header .top .nav
	{
		display: none;
	}

	/* HOME */

	.boxes.home, .boxes.empresa
	{
		width: auto;
	}
	.boxes.home img, .col_4.location a img
	{
		width: 97%;
	}
	.boxes.home .izquierda, .boxes.home .derecha
	{
		width: 46%;
		margin: 2%;
		margin-top:0%;
	} 
	.col_4.empresa
	{
		width: 98%;
		margin-left: 2%;
		margin-right: 0%;
	}
	.col_4.empresa img, .col_4.novedades img, .col_4.location img
	{
		width: auto;
	}
	.col_4.location
	{
		float:right;
	}
	.col_4.novedades, .col_4.location
	{
		margin:0;
		width: 47%;
	}
	.col_4.novedades
	{
		margin-left: 2%;
	}

	/* EMPRESA */

	.boxes.empresa img.banner 
	{
		width: 92%;
		height: auto;
		padding: 0% 2%;
	}
	.boxes.empresa .quienes .title, .boxes.empresa .quienes p 
	{
		margin-left: 2%;
	}
	.boxes.empresa .quienes img.mapa {
		width: 30% !important;
	}
	.boxes.empresa .quienes p {
		width: 92%;
	}
	.boxes.empresa .quienes img.maquinas-instaladas
	{
		margin-right: 0px;
		position: absolute;
		width: 200px;
		margin-top: 35px;
	}

	/* PRODUCTOS */

	.productos .producto
	{
		width: 32%;
		margin-right: 1%;
	}

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 831px) {
	table.table_style
	{
		display: none;
	}
}
@media only screen and (orientation:portrait){
	table.table_style
	{
		display: none;
	}
}
@media only screen and (max-width : 765px) {
	.boxes.representantes .representante
	{
		width: 38%;
		margin-left: 9%;
	}
}
@media only screen and (max-width : 740px) {
	.boxes.producto .bottom.two-videos div
	{
		float:none;
		margin: 0px auto;
		width: 80%;
		padding-left:10%;
		padding-right: 10%;
	}
	.boxes.producto .bottom.two-videos div iframe 
	{
		min-height: 300px;
	}
}
@media only screen and (max-width : 710px) {
	.boxes.empresa .quienes img.maquinas-instaladas 
	{
		width: 160px;
		margin-top: 42px;
	}

}
@media only screen and (max-width : 661px) {
	.boxes.producto .bottom.tambores-ct span.title 
	{
		height: 50px;
	}

}

@media only screen and (max-width : 668px) {
	.boxes.noticias .noticia .media, .boxes.articulos-tecnicos .articulo .media
	{
		width: 300px;
		height:200px;
		margin-left:20px;
		float: none;
	}
	.boxes.noticias .noticia p, .boxes.articulos-tecnicos .articulo p
	{
		width: 90%;
		margin-left:20px;
		margin-top: 18px;
		float: none;
		margin-right: 20px;
	}
	.boxes.noticias h2, .boxes.articulos-tecnicos h2
	{
		margin-left: 20px;
	}
	.boxes.articulos-tecnicos .img-title 
	{
		margin-left: 20px;
	}
}

@media only screen and (max-width: 623px){
	.productos .producto
	{
		width: 46%;
		margin-right: 2%;
	}
}

@media only screen and (max-width : 600px) {
	.boxes.representantes .representante 
	{
		width: 43%;
		margin-left: 6%;
	}
}

@media only screen and (max-width : 582px) {
	.footer .redes
	{
		margin: 0px auto;
		float: none;
		padding-top: 10px;
		clear: both;
	}
	.footer .contact-info
	{
		text-align: center;
		width: 100%;
	}
}

@media only screen and (max-width : 553px) {
	/*.boxes.contacto.portrait div.social span 
	{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.boxes.contacto.portrait div.social a
	{
		font-size: 22px;
		padding: 10px;
	}*/
	.boxes.contacto.portrait p.info 
	{
		width: 100%;
	}
	.boxes.contacto.portrait div.social 
	{
		margin-top: 15px;
		width: 100%;
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
		padding-top: 10px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width : 530px) {
	.boxes.representantes .representante 
	{
		width: 65%;
		margin: 0px auto;
		margin-bottom: 2%;
		display: block;
		border-bottom: 1px solid #ccc;
		padding-bottom: 16px;
	}
	.boxes.representantes .representante:last-child
	{
		border-bottom: none;
	}
}

@media only screen and (max-width : 510px) {
	.boxes.producto .bottom.two-videos div
	{
		width: 90%;
		padding-left:5%;
		padding-right:5%;
	}
}

@media only screen and (max-width: 500px){
	.boxes.empresa .quienes .mapa, .boxes.empresa .quienes img.maquinas-instaladas 
	{
		display: none;
	}
	.boxes.empresa .quienes p
	{
		margin-right: 6%;
	}
	.productos .producto
	{
		margin-top: 5%;
	}
}

@media only screen and (max-width: 437px){
	.productos .producto span
	{
		font-size: 12px;
	}
}

@media only screen and (max-width: 417px){
	.boxes.representantes .representante 
	{
		width: 85%;
	}

	.col_4.empresa img
	{
		width: 130px;
	}
	.col_4.novedades img
	{
		width: 95px;
	}
	.col_4.location img 
	{
		width: 145px;
	}
	.productos .producto
	{
		margin-top: 7%;
	}
}

@media only screen and (max-width : 385px) {
	.boxes.noticias .noticia .media, .boxes.articulos-tecnicos .articulo .media
	{
		width: auto;
		height: 200px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.boxes.noticias, .boxes.articulos-tecnicos
	{
		margin-left: 0;
	}
}

@media only screen and (max-width : 320px) {
	.mobile .boxes.producto p img
	{
		float: none;
		padding: 0;
		width: 100%;
	}
	.addthis_native_toolbox 
	{
		margin-bottom: 20px;
	}
	.boxes.producto .bottom div
	{
		width: 96%;
	}

	.boxes.producto .bottom div:last-child 
	{
		float: left;
		margin:0;
	}
	.boxes.producto p span.img
	{
		width: 100%;
		padding: 0;
	}
}

@media only screen and (orientation:portrait){
	.mobile .boxes.producto .bottom div
	{
		width: 96%;
	}
	.mobile .boxes.producto p span.img
	{
		width: 100%;
		padding: 0;
	}

	.boxes.contacto.landscape
	{
		display: none;
	}

	.boxes.contacto.portrait
	{
		display: block;
	}
	.boxes
	{
		margin-left: 4%;
	}
}

/*16/09/2022*/
.form iframe{
	height: 2226px !important;
}


/*29/07/2023*/
.panel{
position: absolute;
top:0;
left:0;
display:flex;
justify-content: center;
align-items: center;
height:100%;
width: 100%;
transition: transform 300ms;
z-index:1000;
}
.panel div{  
display:flex;
flex-direction:column;
justify-content: center;
align-items: center;
background: beige;
width: 500px;
height:200px;
z-index:1000;
border: 2px;
border-style: solid;
}
.panel[data-on='on'] 
{
transform: scale(1);
}
.panel[data-on='off'] 
{
transform: scale(0);
}
