@charset "utf-8";
/* CSS Document */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*text-wrap:*/ 
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 0.3px;
	color: #444;
	/*padding: 15px;*/
	/*background: #F0F2F0;*/
	background-color: #FFFFFF;
	margin: 0px;
}

nav {
	margin-top:10px;
	padding-left: 50px;
	padding-right: 50px;
}

header {
	position: fixed;
	top: 0px;
	left: 0px;
	padding-top: 15px;
	width: 100%;
	max-width: inherit;
	background: inherit;
	z-index: 2;
}

section {
	margin-top: 110px;
	margin-bottom: 35px;
	/*margin-left: 20px;
	margin-right: 20px;*/
	position: relative;
	z-index: 1;
	width: auto;
	max-width: inherit;
	text-align: justify;
}

section .PaginaError
{
	padding-top: 10px;
}
section .PaginaError div {
	margin-left: 20px;
	margin-right: 20px;
}

footer {
	position: fixed;
	width: 100%;
	max-width: inherit;
	bottom: 0px;
	left: 0px;
	background-color: #686;
	color: #FFF;
	font-size: 0.65em;
	text-align: center;
	vertical-align: middle;
	z-index: 99;	
}
footer div {
	width: 700px;
	margin: auto;
	display: flex;
	flex-direction: row;
}
footer div div {
	margin-right: 20px;
}

a {
	color: inherit;
	text-decoration: none;
}

ul {
	display: inline-block;
	padding-left: 1em;
}

ul li {
	padding-bottom: 5px;
	list-style: square;
}

span {
	/*vertical-align: middle;
	display: inline-block;*/
}

img {
	vertical-align: middle;
	display: inline-block;
}

h2 {
	display: none;
}
h3 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h4 {
	font-size: 19px;
	color:#000000;
	margin-bottom: -5px;
	text-align: left;
}

h5 {
	font-size: 16px;
	margin-bottom: 5px;
	font-style: italic;
}

input, select {
	font-size: 0.85em;
	font-family: inherit;
	padding-left: 5px;
}
article {
	text-align: center;
}
article .parrafo {
	margin-top: 5px;
	margin-bottom: 5px;
}
article .linea {
	margin-bottom: 3px;
}
article li {
	line-height: normal;
	font-size: 0.8em;
}
article > div {
	text-align: justify;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCC;
    opacity: 1; /* Firefox */
	font-size: 0.9em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC;
	font-size: 0.9em;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCC;
	font-size: 0.9em;
}
.iconos {
	width: 16px;
	height: 16px;
}
.info-telefono {
	width: 150px;
}
.info-direccion {
	width: 350px;
}
.info-direccion .iconos-maps{
	width: 24px;
	height: 24px;
	margin-left: 5px;
	display: inline-block
}
.info-metro {
	width: 210px;
	display: inline-block;
}

.input-error {
	border: solid 2px #FF0000;
}
.input-error-div {
	display: none !important;
}
.captchaDiv {
	text-align:center;
	margin-top: 10px;

}
.csUser {
	font-size: 0.9em;
	margin-bottom: 10px;
}
.csUser input {
	width: 70%;
}
.csPass {
	font-size: 0.9em;
	margin-bottom: 5px;
}
.csPass input {
	width: 60%;
}
.csOpciones {
	font-size: 0.75em;
}
.csOpciones label {
	vertical-align: middle;
}
.csStatus {
	font-size: 0.85em;
	font-style: italic;
	color: #333333;
	vertical-align: middle;
	display: none;
	margin-top: 20px;
}
.csStatus img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
.csError {
	color: #CC0033;
	display: inline-block;
}
.MensajePopup {
	z-index: 999;
	left: 25vw;
	top: 25vh;	
	width: 50vw;
	border-style: solid;
	border-radius: 25px;
	border-color: #FF3333;
	border-width: 10px;
	background-color: #FFCCCC;
	position: fixed;
	padding: 15px;
	display: none;
}
.MensajePopup .IconoCerrar {
	top: 10px;
	display: block;
	float: right;
}
.MensajePopup h1 {
	text-align: center;
}
.MensajePopup div {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: justify;
	width: calc(100% - 80px);
	vertical-align: middle;
}
.MensajePopup img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.InicioEncabezado {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 20px;
}
.logo-clientes {
	margin-top: 20px;
	text-align: center;
}
.logo-clientes img {
	width: 150px;
	height: 80px;
	margin-right: 5px;
	margin-bottom: 10px;
}



figure.InicioAlianzas {
  /*font-family: 'Raleway', Arial, sans-serif;*/
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 5px;
  min-height: 100px;
  max-height: 150px;
  min-width: 150px;
  max-width: 300px;
  /*background: #000000;*/
  text-align: justify;
  font-size: 0.85em;
  display: inline-block;
}
figure.InicioAlianzas * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.InicioAlianzas img {
  opacity: 1;
  width: 75%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.InicioAlianzas figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
figure.InicioAlianzas figcaption > div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 10px
}
figure.InicioAlianzas figcaption::before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  width: 2px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.InicioAlianzas h2,
figure.InicioAlianzas p {
  margin: 0;
  padding: 10px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s,-webkit-transform 0.45s,-moz-transform 0.45s,-o-transform 0.45s,transform 0.45s;
}
figure.InicioAlianzas p {
  display: block;
  bottom: 0;
  text-align: justify;
  font-weight: 300;
  top: 0%;
  color: #000;
  background: #E0E8E0;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.InicioAlianzas a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.InicioAlianzas:hover img {
  opacity: 0.7;
}
figure.InicioAlianzas:hover figcaption h2,
figure.InicioAlianzas:hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/*figure.InicioAlianzas:hover figcaption h2 {
  opacity: 1;
}*/
figure.InicioAlianzas:hover figcaption p {
  opacity: 1;
}
/*figure.InicioAlianzas:hover figcaption::before {
  background: #ffffff;
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}*/


/*---------------------------------------------------*/
/*----------------------- EMPRESA -------------------*/
.EmpresaNosotrosHistoria {
	text-align: justify;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.EmpresaNosotrosMision {
	display: inline-block;
	width: 31%;
	text-align: justify;
	margin-right: 3%;
	vertical-align: top;
	line-height: 1.5em;
	padding-left: 30px;
}
.EmpresaNosotrosVision {
	display: inline-block;
	width: 31%;
	margin-right: 3%;
	text-align: justify;
	vertical-align: top;
	line-height: 1.5em;
}
.EmpresaNosotrosObjetivo {
	display: inline-block;
	width: 31%;
	text-align: justify;
	vertical-align: top;
	line-height: 1.5em;
	padding-right: 30px;
}
/****************/
.EmpresaClientes {
	padding-top: 10px;
}
/*------------------------------------------------------------*/
/*----------------------- INGENIERIA -------------------------*/
.Automatizacion {
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 10px;
}
.Automatizacion .logo img {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 30px;
	width: 250px;
	height: auto;
}
.Automatizacion .contenedor {
	left: auto;
	text-align: justify;
}
.Automatizacion .sistemas {
	text-align: left;
	-moz-column-count: 3;
    -moz-column-gap: 10%;
    -webkit-column-count: 3;
    -webkit-column-gap: 10%;
    column-count: 3;
    column-gap: 10%;
}
.Proyectos {
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 10px;
}

.Proyectos .contenedor {
	left: auto;
	text-align: justify;
	margin-bottom: 40px;
}
.ProyectosContenedorV {
	display: flex;
	flex-direction: column;
}
.ProyectosContenedorV .imagen1 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.ProyectosContenedorV .imagen1 img {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 100px;
	margin-right: 100px;
	width: 800px;
	height: auto;
}
.ProyectosContenedorH {
	display: flex;
	flex-direction: row;
}
.ProyectosContenedorH .imagen2 img {
	margin-right: 30px;
}
.ProyectosContenedorH .ProyectosLogosProveedor {
	margin-top: 15px;
	max-width: 750px;
	text-align: left;
	display: flex;
	flex-flow: row wrap;
    justify-content: space-around;
}
.ProyectosContenedorH .logoProveedor {
	width: 75px;
	height: auto;
	margin-top: 5px;
}	
/*------------------------------------------------------------*/
/*-------------------------  MARCAS  -------------------------*/

.MarcasContenido {
	/*padding-left: 48px;
	padding-right: 48px;
	padding-top: 10px;*/
}
.MarcasEncabezado {
	background-color: #000000;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 250px;
}
.MarcasEncabezado img {
	width: 100%;
	clip-path: polygon(0% 40%, 100% 40%, 100% 60%, 0% 60%);
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.MarcasEncabezadoLogoTexto {
	color: #FFFFFF;
	font-size: 5vw;
	font-weight: bolder;
	position: absolute;
	left: 30px;
	top: 50px;
}

.MarcasProductosContenedor {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.MarcasProductosLateral {
	float: left;
	padding-top: 10px;
	/*border: 1px solid #343;*/
	background: #E0E8E0;
	min-height: calc(100vh - 200px);
}
.MarcasProductosLateral div {
	width: 100%;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}
.MarcasProductosLateral .selected {
	background-color: #686;
	color: #FFF;
}
.MarcasProductosLateral img {
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 250px;
	height: auto;
}
.MarcasProductosLateral a {
	color: #0033FF;
}
.MarcasProductosLateral .menuOpciones {
	visibility: hidden;
}
.MarcasProductosPortada {

}
.MarcasProductosContenido {
	text-align: justify;
	margin-left: 25px;
	margin-right: 25px;
	width: 100%;
}
.MarcasProductosContenido .fotoProducto {
	float: right;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 5px;
	max-width: 45%;
	height: auto;
	padding: 15px;
	/*border-left: 1px solid #343;
	border-bottom: 1px solid #343;*/
	background: #E0E8E0;
}
.MarcasProductosContenido h3 {
	font-size: 1.7em;
	line-height: 35px;
}
.MarcasProductosContenido h4 {
	margin-bottom: 10px;
}
.MarcasProductosContenido p {
	line-height: 1.3em;
}
.MarcasProductosContenido div {
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.MarcasProductosContenido ul {
	display: block;
}
.MarcasProductosContenido ul li {
	padding-left: 10px;
	font-size: 1em;
	line-height: 1.3em;
}

.MarcasProductosContenido ul li ul li {
	list-style-type: "-";
}

.MarcasProductosContenido table {
	margin-top: 15px;
	margin-bottom: 15px;
}

.MarcasProductosContenido th {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 10px;
	text-wrap: nowrap;
}

.MarcasProductosContenido td {
	vertical-align: top;
	padding-bottom: 10px;
}

.MarcasProductosContenido table ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.MarcasProductosContenido table li {
	list-style-type: "-";
}

.MarcasProductosContenido .botones {
	width: 100%;
	padding: 10px;
	/*border: 1px solid #343;*/
	background: #E0E8E0;
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
	display: flex;
	flex-direction: row;
	margin-top: 50px;
	text-align: center;
}
.MarcasProductosContenido .botones div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.MarcasProductosContenido .botones img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.MarcasProductosContenido a {
	line-height: 20px;
}
.MarcasProductosContenido .fichaTecnica {
	vertical-align: middle;
	width: 35.4%;
}
.MarcasProductosContenido .deshab {
	color: #BBBBBB;	
}
.MarcasProductosContenido .deshab img {
	filter: brightness(10) grayscale(1);
}
.MarcasProductosContenido .masInfo {
	vertical-align: middle;
	width: 42.4%;
}
.MarcasProductosContenido .solCotiz {
	vertical-align: middle;
	width: 22.2%;
}
.MarcasVitrinaBruins {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
}
.MarcasVitrinaBruins .soluciones {
	width: 150px;
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 50%;
}
.MarcasVitrinaBruins .equipos{
	height: 100px;
	width: auto;
	padding-left: 25px;
	padding-right: 25px;
}
.MarcasVitrinaChopin {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
}
.MarcasVitrinaChopin .soluciones {
	width: 150px;
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 50%;
}
.MarcasVitrinaChopin .equipos{
	height: 100px;
	width: auto;
	padding-left: 25px;
	padding-right: 25px;
}
.MarcasVitrinaNeospectra {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
}
.MarcasVitrinaNeospectra img {
	width: 333px;
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
}
.MarcasVitrinaPerten {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;	
}
.MarcasVitrinaPerten img {
	width: 200px;
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
}


/*-------------------------------------------------------------*/		
/*------------------------  LABORATORIO	 ----------------------*/	

.LabContenedor {
	margin: 20px;
	padding-top: 5px;
	text-align: justify;
}
.LabContenedor a {
	color: #0033FF;
}
.LabContenedor h4 {
	margin-bottom: 25px;
	text-align: center;
}
.LabContenedor li {
	font-size: 1.1em;
}
.LabNuestro {
	display: flex;
	flex-direction: row;
}
.LabNuestro div {
	margin-left: 30px;
	margin-right: 30px;
}
.LabNuestro img {
	height: 300px;
	width: auto;
}
.LabCalibracionesVitrina {
	display: flex;
	flex-direction: row;
	font-style: italic;
	text-align: center;
	height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
	width: 1000px;
}
.LabCalibracionesVitrina img {
	height: 220px;
	width: auto;
	border-radius: 10px;
	margin-left: 20px;
	margin-rigth: 20px;
}
.LabEnsayosServicios {
	display: flex;
	flex-direction: row;
	height: auto;
    padding: 10px;
}
.LabEnsayosServicios img {
	max-height: 200px;
	margin-top: 20px;
}
.LabEnsayosVitrina {
	display: flex;
	flex-direction: row;
	font-style: italic;
	text-align: center;
	height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
	width: 1000px;
}
.LabEnsayosVitrina img {
	height: 220px;
	width: auto;
	border-radius: 10px;
	margin-left: 20px;
	margin-rigth: 20px;
}
.LabRondasVitrina {
	display: flex;
	flex-direction: row;
	font-style: italic;
	text-align: center;
	height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
	width: 1000px;
}
.LabRondasVitrina img {
	height: 220px;
	width: auto;
	border-radius: 10px;
	margin-left: 20px;
	margin-rigth: 20px;
}
.LabAutorizaciones div {
	margin-top: 10px;
	margin-bottom: 10px;
}
.LabAutorizaciones li {
	font-size: 1em;
	margin-bottom: 20px;
	list-style-type: none;
}
.LabAutorizacionesTHeader {
	height: 60px;
	background: #E0E8E0;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
}
.LabAutorizacionesTCell {
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
/*-------------------------------------------------------------*/
/*-------------------------  CONTACTO  ------------------------*/

.ContactoMensaje {
	text-align: left;
	min-width: 600px;
	max-width: 600px;
	height: inherit;
	display: inline-block;
	margin-right: 25px;
	vertical-align: top;
}
.ContactoMensaje #formStatus
{
	text-align: justify;
	display: none;
}
.ContactoMensaje #formStatus img 
{
	width: 36px;
	height: 36px;
	float: left;
	display: inline-block;
	vertical-align:middle;
	margin-right: 20px;
}
.ContactoMensaje #formStatus input[type="button"]
{
	margin-top: 20px;
}
.ContactoMensaje .unaColumna {
	line-height: 30px;
}
.ContactoMensaje .dosColumnas {
	line-height: 30px;
	display: flex;
    justify-content: space-between;
}
.ContactoMensaje .casilla1,
.ContactoMensaje .casilla2 {
		display: inline-block;
	}
.ContactoMensaje .casilla2 {
	width: 60%;
}
.ContactoMensaje #formEmpresa {
	width: 250px;
}
.ContactoMensaje #formEmail {
	width: 200px;
}
.ContactoMensaje textarea {
	width: 100%;
	height: 25vh;
	resize: none;
}
.ContactoMensaje input[type=button] {
	display: inline-block;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0;
    text-decoration: none;
    background: #303A30;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 0.7rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}
	
.ContactoUbicacion {
	height: inherit;
	display: inline-block;
	vertical-align: top;
	width: calc(90vw - 700px);
	max-width: 800px;
	margin-left: 5%;
	line-height: 20px;
	font-size: 0.95em;
}
.ContactoUbicacion iframe {
	width: 100%;
	height: 40vh;
	border: solid 1px #000000;
	margin: 0;
	overflow: hidden;
	padding: 1px;
}
/*-------------------------------------------------------------------------------*/
/*------------------- COTIZADOR EQUIPOS / SERV. LABORATORIO ---------------------*/
.CotizadorEq {
	height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
	width: 1000px;
}
.CotizadorEq #formStatus
{
	text-align: justify;
	display: none;
}
.CotizadorEq #formStatus img 
{
	width: 36px;
	height: 36px;
	float: left;
	vertical-align:middle;
	margin-right: 20px;
}
.CotizadorEqContenido form {
	display: flex;
	flex-direction: row; 
}
.CotizadorEqContenido .CotizadorContenidoFoto,
.CotizadorEqContenido .CotizadorContenidoDesc {
	vertical-align: middle;
}
.CotizadorEqContenido img {
	max-height: 200px;
	width: auto;
	margin-right: 50px;
}
.CotizadorEqContenido table {

}
.CotizadorEqContenido table th {
	padding-right: 10px;
	text-align: right;
}
.CotizadorEqContenido table .encabezadoDatos
{
	padding-top: 30px;
	padding-bottom: 10px;
}
.CotizadorEqContenido table textarea
{
	display: block;
	width: 100%;
	height: 75px;
}
.CotizadorEqContenido table .validaDatos {
	text-align: center;
}
.CotizadorEqContenido table input[type=button] {
	display: inline-block;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0;
    text-decoration: none;
    background: #303A30;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*----------------*/
.CotizadorLab {
	height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
	width: 450px;
}
.CotizadorLab #formStatus
{
	text-align: justify;
	display: none;
}
.CotizadorLab #formStatus img 
{
	width: 36px;
	height: 36px;
	float: left;
	display: inline-block;
	vertical-align:middle;
	margin-right: 20px;
}
.CotizadorLabContenido table {

}
.CotizadorLabContenido table th {
	padding-right: 10px;
	text-align: right;
}
.CotizadorLabContenido table .encabezadoDatos
{
	padding-top: 30px;
	padding-bottom: 10px;
}
.CotizadorLabContenido table textarea
{
	display: block;
	width: 100%;
	height: 75px;
}
.CotizadorLabContenido table .validaDatos {
	text-align: center;
}
.CotizadorLabContenido table input[type=button] {
	display: inline-block;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0;
    text-decoration: none;
    background: #303A30;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*************************************************************************************************************************************/
/*------------------------------- RESPONSIVO BAJO 800px (TABLET MEDIA RESOLUCION - CELULAR HORIZONTAL) ------------------------------*/

@media screen and (max-width: 800px) {
		
		body {
			height: auto;
			padding: 0;
			font-size: 1.1em;
		}
		
		header {
			height: 50px;
			padding-top: 0px;
		}
		nav {
			padding-left: 0;
			padding-right: 0;
			margin-top: 30px;
		}
		section {
			margin-top: 55px !important;
			margin-bottom: 50px !important;
			margin-left: 0px;
			margin-right: 0px;
			line-height: 25px;
			width: 100%;
		}
		article li {
			line-height:25px;
		}
		
		footer {
			font-size: 3vh;
			padding-top: 5px;
			line-height: 5px;
		}
		
		footer div {
			margin-right: 5px;
			width: 100%;
		}
		.iconos {
			width: 10px;
			height: 10px;
		}
		
		article .dosColumnas {
			display: block;
		}
		h3 {
			font-size: 1.5em;
		}
		h4 {
			font-size: 1.3em;
		}
		
		h5 {
			font-size: 1.2em;
		}
		.logo-clientes img {
			width: 30vw;
			height: auto;
		}
		.info-telefono {
			display: block;
			width: 50%;
		}
		.info-direccion {
			display: block;
			width: 100%;
		}
		.info-metro {
			display: none;
		}
		.input-error-div {
			color: #FF0000;
			font-size: 0.6em;
			display: block;
			line-height: normal;
			margin-top: -5px;
			text-align: center;
		}
		
		.MensajePopup {
			width: 95vw;
			left: 2.5vw;
			padding: 10px;
			display: none;
			border-width: 5px;
		}
		.MensajePopup h1 {
			font-size: 1.5em;
		}
		.MensajePopup img {
			width: 24px;
			height: 24px;
		}
		.MensajePopup div {
			font-size: 0.95em;
		}
		.InicioEncabezado {
			margin-bottom: 30px;
		}
		.InicioRockwell,
		.InicioChopin,
		.InicioDanfoss,
		.InicioPerten {
			width: 47%;
		}
		.EmpresaNosotrosMision,
		.EmpresaNosotrosVision,
		.EmpresaNosotrosObjetivo {
			display: block;
			width: 100%;
			margin-right: 0;
		}

/*-------------------------  800pxw:AUTOMATIZACIÓN  ------------------------*/

		.Automatizacion img {
			display: none;
		}
		.Automatizacion .sistemas {
				-moz-column-count: 2;
				-webkit-column-count: 2;
				column-count: 2;
		}
		
/*-------------------------  800pxw:PROYECTOS  ------------------------*/		
		
		.Proyectos img {
			display: none;
		}
		.Proyectos .contenedor .contenedorLogoProveedor {
			max-width: 100vw;
		}
		.Proyectos .contenedor .logoProveedor {
			width: 24vw;
		}
		
/*-------------------------  800pxw:MARCAS  ------------------------*/
		.MarcasEncabezadoLogoTexto {
			color: #FFFFFF;
			font-size: 8vw;
			left: 30px;
			top: 45px;
		}
		.MarcasProductosPortada div {
			/* font-size: 1.9vw; */
		}
		.MarcasProductosLateral div {
			/* font-size: 0.9em; */
		}
		.MarcasProductosLateral .selected {
			/*background-color: #CC0000;*/
		}
		.MarcasProductosContenido {
			padding: 0px;
		}
		.MarcasProductosContenido h3 {
			/* line-height: normal; */
		}
		.MarcasProductosContenido h4 {
			font-size: 2.2vw;
		}
		.MarcasProductosContenido .botones {
			font-size: 4vh;
		}
		
/*-------------------------  800pxw:CONTACTO  ------------------------*/		
		.ContactoMensaje {
			margin-right: 0;
			display: block;
			width: 100%;
			min-width: 0;
			margin-bottom: 50px;
		}
		.ContactoMensaje #formStatus img {
			padding-top: 50px;
			padding-bottom: 50px;
		}
		.ContactoMensaje .casilla1,
		.ContactoMensaje .casilla2  {
			display: block;
			width: 100%;
			line-height: 50px;
		}
		.ContactoMensaje #formNombre {
			width: 75%;
			white-space: nowrap;
		}
		.ContactoMensaje #formEmpresa {
			width: 75%;
			white-space: nowrap;
		}
		.ContactoMensaje #formTelefono {
			width:150px;
		}
		.ContactoMensaje #formEmail {
			width: 55%;
			white-space: nowrap;
		}
		.ContactoMensaje .dosColumnas {
			flex-direction: column;
		}
		.ContactoUbicacion {
			display: block;
			width: 100%;
			margin-bottom: 50px;
			margin-left: 0;
		}
		.ContactoUbicacion iframe {
			width: 100%;
			height: 35vh;
		}
		/*------------------- COTIZADOR ------------------*/
		.CotizadorEqContenido div {
			display: block;
		}
		.CotizadorEqContenido .CotizadorEqContenidoFoto img {
			height: auto;
		}
		.CotizadorEqContenido .CotizadorEqContenidoFoto,
		.CotizadorEqContenido .CotizadorEqContenidoDesc {
			margin-left: 0px;
			margin-right: 0px;
		}
		.CotizadorLabContenido div {
			display: block;
		}
		
/*------------------------------- RESPONSIVO BAJO 480px (TABLET BAJA RESOLUCION - CELULAR VERTICAL) ------------------------------*/

		@media screen and (max-width: 480px)
		{
			h3 {
				margin-top: 0px;
			}
			section {
				margin-bottom: 60px !important;
				font-size: 2.5vh;
			}
			footer {
				font-size: 1.5vh;
			}
			footer div {
				flex-direction: column;
			}
			.info-telefono {
				width: 100%;
			}
			.iconos {
				width: 12px;
				height: 12px;
			}
			.iconos-maps {
				/*margin-left: 10px;*/
				width: 28px;
				height: 28px;
				display: inline-block;
			}
			.logo-clientes img {
				width: 40vw;
			}
			.Automatizacion .logo div {
				text-align: center;
				width: 100vw;
			}

			.Automatizacion .sistemas {
				-moz-column-count: 1;
				-webkit-column-count: 1;
				column-count: 1;
			}
			.ProyectosContenedorH .logoProveedor {
				margin-left: 0;
				margin-right: 0;
				position: relative;
				opacity: 1;
			}

/*-------------------------  480pxw:MARCAS  ------------------------*/
			
			.MarcasEncabezado {
				height: 15vh;
			}
			.MarcasEncabezadoLogoTexto {
				color: #FFFFFF;
				font-size: 4vh;
				left: 30px;
				top: 25px;
			}
			.MarcasProductosContenedor {
				display: block;
				justify-content: flex-start;
			}
			.MarcasProductosContenedor h3 {
				margin-top: 15px;
			}
			.MarcasProductosPortada div {
			}
			.MarcasProductosLateral {
				display: inline-block;
				width: 100%;
				margin: 0;
				text-align: center;
				padding-bottom: 15px;
				min-height: auto;
			}
			.MarcasProductosLateral img {
				width: 75%;
				height: auto;
			}
			.MarcasProductosLateral div {
				display: none;
			}
			.MarcasProductosLateral select {
				width: 90%;
				font-size: 1.2em;
				margin-left: 15px;
				margin-right: 15px;
			}
			.MarcasProductosLateral .menuOpciones {
				visibility: visible;
				font-size: 1.1em;
			}
			.MarcasProductosContenido {
				display: inline-block;
				width: 100%;
				margin: 0;
				padding-left: 10px;
				padding-right: 10px;
			}
			.MarcasProductosContenido h3 {
				font-size: 1.8em;
			}
			.MarcasProductosContenido h4 {
				font-size: 1.5em;
				line-height: 30px;
				text-align: justify
			}
			.MarcasProductosContenido th {
				text-align: right;
				max-width: 30%;
				text-wrap: wrap;
			}
			.MarcasProductosContenido li {
				line-height: normal;
			}
			.MarcasProductosContenido .fotoProducto {
				float: none;
				display: block;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 20px;
				width: auto;
				max-width: 75%;
				height: auto;
			}
			.MarcasProductosContenido .botones {
				font-size: 0.8em;
				max-width: 100%;
				margin-top: 20px;
			}
			.MarcasProductosContenido .botones img {
				width: 20px;
				height: 20px;
			}
			
			.MarcasVitrinaChopin,
			.MarcasVitrinaPerten {
				flex-direction: column;
			}
/*--------------------------- 480pxw: LABORATORIO --------------------*/
			.LabAutorizaciones div {
				margin-top: 20px;
				margin-bottom: 20px;
			}
/*--------------------------- 480pxw:CONTACTO ------------------------*/
			.ContactoMensaje .casilla1,
			.ContactoMensaje .casilla2 {
				display: block;
				width: 100%;
			}
			.ContactoUbicacion {
				margin-bottom: 90px;
			}
/*--------------------------- 480pxw:COTIZADOR ------------------------*/
			
			.CotizadorEqContenido .CotizadorEqContenidoFoto {
				width: 100%;
				text-align: center;
			}
			.CotizadorEqContenido input[type="text"] {
				width: 100%;
			}
			.CotizadorEqContenido table th {
				 font-size: 0.75em;
				 line-height: 1em;
				 padding-right: 5px;
			}
			/*---------*/
			.CotizadorLabContenido input[type="text"] {
				width: 100%;
			}
			.CotizadorLabContenido table th {
				 font-size: 0.75em;
				 line-height: 1em;
				 padding-right: 5px;
			}
		}
	}

