/* ***********************************************************
// ITM INOX
// Autor: KERKUS WEB 
// Web: http://www.kerkusweb.es
**************************************************************
// fuentes
// font-family: 'Source Sans Pro', sans-serif;

*************************************************************
// colores
// #fff;
// #111;
// #293492; azul corporativo
// #3d3c40; gris oscuro
// #878889; gris claro
*************************************************************
// declaraciones generales
************************************************************/
[data-fadedelay] { 
	opacity: 0; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100); 
	-webkit-transition: opacity .50s ease-in-out 0s;
    transition: opacity .50s ease-in-out 0s;
}

.no-js [data-fadedelay],
[data-fadedelay="go"]{ opacity: 1;}

/*seleccionado*/
::-moz-selection {
    text-shadow: none;
	color: #fff;
	background: #293492;
}

::selection {
    background: #293492;
    text-shadow: none;
	color: #fff;
}
select::-ms-expand {
    display: none;
}
/*reseteo*/
*, *::after, *::before {
    box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
em {
	font-weight: 600;
}
html {
    min-height: 100%;
}
html,
body {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1em;
	font-weight: normal;
	height: auto;
	margin: 0;
    padding: 0;
	width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
   border: 0;
   font-family: 'Source Sans Pro', sans-serif;
   margin: 15px 0;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border: 0;
}

img, object, embed {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}

/*modificamos en chrome autocompletado*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-text-fill-color: #111;
}

[role=button] {
    cursor: pointer
}
svg:not(:root) {
    overflow: hidden;
}
/*quitamos el sombreado de los input y select en safari*/
input[type="text"],  select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;*/
  -webkit-appearance: textarea;
}

/*personalizamos los estilos del placeholder*/
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-textarea-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, .7);
}
input[type="text"]::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, .7);
}
input[type="text"]:-ms-input-placeholder, textarea:-ms-textarea-placeholder  { /* IE 10+ */
  color: rgba(0, 0, 0, .7);
}
input[type="text"]:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, .7);
}


/* Textos */

h1,
h2 {
    margin: 0;
    padding: 0;
}

p {	
    line-height: 150%;
}

a,
a:visited {
    color: #111;
	text-decoration: none;
}

a:hover {
	color: #293492;
	border-bottom: 1px dotted #293492;
}

h1 a,
h1 a:hover,
h1 a:visited,
h2 a,
h2 a:hover,
h2 a:visited {
    text-decoration: none;
	font-weight: normal;
}

p a {
    font-weight: 400;
}

ul, li{
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*ESTILOS PARTICULARES*/
/************************
		cabecera
************************/
/* Header */
header.cabecera {
	background: rgba(0, 0, 0, 1) !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: auto;
	min-height: 80px;
	position: fixed;
	top: 0;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.15);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.15);
	transform: translate(0);
	transition: transform 1s cubic-bezier(.23,1,.32,1);
	width: 100%;
	z-index: 12;
}
header.cabecera::before, header.cabecera::after {
    content: " ";
    display: table;
}

.contiene-logo-menu {
	display: inline-block;
	position: relative;
    width: 100%;
}
.contiene-logo-menu  h1{
    display: none;
}
.con-logo {
	float: left;
	min-height: 1px;
	position: relative;
	width: 12%;
	max-height: auto;
	z-index: 100;
}
.con-logo a:hover{
	border-bottom: 0;
}
.conmenu {
	display: inline;
	float: right;	
	height: 75px;
	left: 0;
	padding: 0;
    margin: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
	z-index: 5;
}
.telefono {
	margin-bottom: 10px;
}
nav#menu {
	width: 100%;
}
	
.conmenu ul.menu-pp {
	display: table;
	justify-content: right;
	width: 100%;	
}
.conmenu li {
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	padding: 0 2%;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
}
.conmenu li:first-child {    

}
.conmenu li:last-child {    
	padding-right: 0;
}
.conmenu a {
    color: #fff;
    line-height: 1;
    position: relative;
    text-decoration: none;
}
.conmenu a:hover, .conmenu a.active{
    color: #6070fc !important;
	border-bottom: 1px dotted #6070fc !important;
}
ul.menu-pp a:hover, ul.menu-pp a.active{
    color: #6070fc;
}
.conmenu ul li .subcategoria{
    background: rgba( 0, 0, 0, 1);
	display: none;
    height: auto;
	float: right;
	margin-top: 2em;
    padding: 20px 10%;
    position: absolute;
    right: 0;
	text-align: right;
    top: 22px;
	width: 100%;	
	-webkit-box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.15);
	box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.15);
	z-index: 1000;	
    transition: all 0.3s ease 0s;	
}

.conmenu ul li:hover .subcategoria, .conmenu ul a:hover .subcategoria{
    display: table;
	width: 100%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.conmenu ul .subcategoria ul{
    float: left;	
    padding: 0;
	width: 100%;
}
.conmenu ul li:hover .subcategoria ul li, .conmenu ul .subcategoria ul li, .conmenu li.active .subcategoria ul li  {
	color: #fff;
    display: inline;	
    line-height: 200%;
	font-size: .95em;
    margin: 0;    
	padding: 0 0 0 3em;
	text-align: left;
	width: auto;	
}
.conmenu ul li:hover .subcategoria ul li a, .conmenu ul .subcategoria ul li a, .conmenu li.active .subcategoria ul li a{
	color: #fff;
}
.conmenu ul li:hover .subcategoria ul li.active, .conmenu ul a:hover .subcategoria ul li.active a {
    background: rgba(0, 0, 0, 0);
    color: #000; 	
    transition: all 0.3s ease 0s;	
}
.conmenu ul li:hover .subcategoria ul li a:hover, .conmenu ul a:hover .subcategoria ul li.active a:hover {
    color: #6070fc !important;
    color: #000;
	border-bottom: 1px dotted #293492 !important;  
}
.conmenu ul li ul .subcategoria li a:hover::before {
   content: "";
   position: absolute;
   left:0; 
   bottom: 0;
}
.conmenu ul li .subcategoria ul li:first-child{    
	padding-left: 0;
}
.conmenu ul li .subcategoria ul  li ul {
	display: block;
}
.contenido {
	width: 100%;
	display: block;
	float: left;
}
/* ==========================================================================
home section
========================================================================== */
.efecto{
	overflow:hidden;
	position:relative;
    font-size:3em;
    width:100%;
    height:0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition:all 500ms ease-out;
    transition: all 500ms ease-out;
}
.efecto:target{
    height:100%;
}
#home {
	background-color: #fff;
	color: #fff;
	height: 100%;
	text-align: center;
	padding: 88px 0 0 0;
	position: fixed;
	z-index: 0;
}

#desliza {
	background: #fff;
	padding: 50px 0;
	position: relative;
	top: calc(100vh - 0px);
	transition: .3s padding-top ease-in-out;
	z-index: 2;
}
#home h1,
#home h3 {
  font-size: 100px;
  font-weight: 600;
}
.slogan {
	display: inline-block;
    margin: 0px 10% 75px 10%;
	position: relative;
    text-align: center;
}
.slogan h2{
    color: #293492;
    font-size: 2em;
	margin-bottom: 1em;
    font-weight: 700;
    line-height: 130%;
}
.slogan p{
    color: #3d3c40;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 130%;
}
.slogan p.introduccion{
    color: #878889;
    font-size: .9em;
    font-weight: 500;
	margin-bottom: 1em;
}
.empresas {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 3em 0 4em 0;
    width: 100%;
    float: left;
    min-height: 563px;
}
.empresas h2 {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    line-height: 130%;
    padding: .3em 0 0 0;
    margin: 0 0 .5em 0;
    text-align: center;
    width: 100%;
}
.empresas p.subtitulo {
    color: #878889;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 400;
    position: relative;
    text-align: center;
}
.empresas p{    
    display: inline-block;
    position: relative;
    text-align: center;
	width: 100%;
}
a.btn, .btn {
	font-size: 1.1em;
	font-weight: 500 !important;
	color: #fff;
	background: #3d3c40 !important;
	cursor: pointer;
	padding: .5em 2.5em;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
p.centrado a:hover {border:0;}

/* Button 4 */
.btn-4 {
	/*border-radius: 30px;*/
}
a.btn.btn-3 {
	font-size: .9em !important;
	background: #fff !important;
	color: #293492;
}
.btn-4:hover {
	background: #293492 !important;
	color: #fff !important;
}
a.btn.btn-3:hover {
	background: #293492 !important;
	color: #fff !important;
}

.contiene-circulos {
    display: inline-block;
    margin: 75px 5% 25px 5%;
    height: auto;
    width: 90%;
}
.cada-circulo {
	border-right: .1em dotted rgba(0,0,0,.1);
	float: left;
	padding: 0 2.5%;
	height: auto;
	position: relative;
	width: 33.3%;
}
.cada-circulo:last-child {
	border-right: 1px solid rgba(0,0,0,0);
	margin: 0;
}
.circulo {
	padding: 0 5%;
    width:100%;
}
.circulo.circulo1:after {
    content: "";
    display: block;
    height:0;	
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 100%; 
	background-image: url("../images/productos/alimentaria.jpg");
	background-size: cover;
	background-attachment: center;	
	position: relative;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    width: 100%;
	z-index: 1;
}
.circulo.circulo2:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%; 
	background-image: url("../images/productos/quimica-farmaceutica.jpg");
	background-size: cover;
	background-attachment: center;
	position: relative;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
	z-index: 1;
}
.circulo.circulo3:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%; 
	background-image: url("../images/productos/tratamiento-aguas.jpg");
	background-size: cover;
	background-attachment: center;
	position: relative;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
	z-index: 1;
}
.circulo div{
    color: #fff;
    float:left;
    line-height:1em;
    margin-top:-0.5em;
    padding-top:35%;
	position: relative;
    text-align:center;
    width:100%;
	z-index: 10;
}

a:hover .circulo:after{    
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
	background: #293492; 
	background-repeat: no-repeat;
	background-position: 50% 50%;
    background-size: auto !important;  
}

.cada-circulo h3 {
	color: #293492;;
	font: 700 30px/1 'Rajdhani', sans-serif;
    font-kerning: auto;
	letter-spacing: .03em;
	text-transform: uppercase;
	line-height: 100%;
	margin-bottom: .5em;
	text-align: center;
}
.circulo div p {
	color: #f7a748;
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	margin: 2em 0 0 0;
	display: none;
}
a:hover .circulo div h3, a:hover .circulo div p {
	color: #fff;
    font-family: 'Source Sans Pro', sans-serif;	
	display: inline-block;
}
a:hover .circulo div p {
	color: #fff;
}


/* ==========================================================================
PRODUCTOS
========================================================================== */
.presentamos {
    color: #ffffff;
    min-height: 850px;
	margin-top: 100px;
    padding-top: 450px;
    padding-bottom: 0px;
	position: fixed;
    text-align: left;
	width: 100%;
}
.productos {
    background: url(../images/slider/nuestros-productos-big.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center;
}
.industria-alimentaria {
    background: url(../images/slider/industria-alimentaria-big.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center;
}
.industria-quimica {
    background: url(../images/slider/industria-quimica-big.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center;
}
.tratamiento-de-aguas {
    background: url(../images/slider/tratamiento-de-aguas-big.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center;
}
.otros-sectores {
    background: url(../images/slider/otros-big.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center;
}
.nueva-maquina {
    background: url(../images/slider/maquina-pulidora-lijadora-banda-larga-big.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center;
}
.informacion.nueva-maquina-detalle {
    background: url(../images/slider/detalle-maquina-pulidora-lijadora-banda-larga-big.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center;
}
.itminox{
    background: url(../images/slider/itm-inox-big.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width:600px){	
	.presentamos {
		margin-top: 50px;
	}
	.productos {
		background-image: url(../images/slider/nuestros-productos-small.jpg);
	}
	.industria-alimentaria {
		background-image: url(../images/slider/industria-alimentaria-small.jpg);
	}
	.industria-quimica {
		background-image: url(../images/slider/industria-quimica-small.jpg);
	}
	.tratamiento-de-aguas{
		background-image: url(../images/slider/tratamiento-de-aguas-small.jpg);
	}
	.otros{
		background-image: url(../images/slider/otros-small.jpg);
	}
	.nueva-maquina {
		background: url(../images/slider/maquina-pulidora-lijadora-banda-larga-small.jpg);
	}	
	.informacion.nueva-maquina-detalle {
		background: url(../images/slider/detalle-maquina-pulidora-lijadora-banda-larga-small.jpg);
	}
	.itminox{
		background-image: url(../images/slider/itm-inox-small.jpg);
	}
}
.productos {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-name: slidein;
}

.presentamos h1 {
	border-bottom: 4px solid #293492;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 1em;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);	
	-moz-text-shadow: 2px 1px 0px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	width: auto;
}

.presentamos .caja-nueva h1 {
	border-bottom: 0;
	color: #fff;
	display: inline-block;
	font-size: 2.5em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0.25em;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0);	
	-moz-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0);
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0);
	text-transform: uppercase;
	width: auto;
}
.camino-de-migas {
	color: #878889; 
	font-size: .9em;
	display: inline-block;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	width: 100%;
}
.camino-de-migas  ul li{
	display: inline;
}
.camino-de-migas  ul li:first-child:before{
	content: " ";
	margin-right: 0;
}
.camino-de-migas  ul li:before{
	content: "/";
	margin-right: 5px;
}
.con-titulares {
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
h2.titulares {
	color: #293492;
	font-size: 2em;
	font-weight: 500;
	line-height: 100%;
	text-align: left;
}
.presentamos p {
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: .03em;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);	
	-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.presentamos .caja-nueva p {
	color: #293492;
	font-size: 2em;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: .03em;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0);	
	-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0);
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0);
	text-transform: uppercase;
}
.informacion {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.informacion h2.caracteristicas{
	font-size: 2.2em;
    font-weight: 600;
    max-width: 750px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
    text-transform: uppercase;
}
.informacion .grid {
	display: inline-block;
	width: 100%;
}
.grid__item {
    display: inline-block;
    width: 50%;
}
.grid__item_no_flex {
    display: inline-block;
    width: 100%;
}
.grid__item-content {
    width: 100%;
    padding: 5vw 4vw;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
}
.grid .dos, .grid__item-content_azul .dos, .grid__item-content_blanco .dos, .grid__item-content_negro .dos {
	float: left;
	height: auto;
	position: relative;
	text-align: left;
	width: 50%;
}
.grid__item-content_negro {
    width: 100%;
    padding: 2vw 4vw;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
}
.grid__item-content_blanco {
    width: 100%;
    padding: 2vw 4vw;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background: #ffffff;
}
.grid__item-content_azul {
    width: 100%;
    padding: 2vw 4vw;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background: #293492;
}
.grid__item-content_azul, .grid__item-content_azul .dos, .grid__item-content_blanco, .grid__item-content_blanco .dos, .grid__item-content_negro, .grid__item-content_negro .dos {
    display: inline-block;
	width: 100%;
}
h2.grid__item-title {
    font-size: 2.2em;
	color: #fff;
	text-transform: uppercase;
}
h3.grid__item-title {
    font-size: 2.2em;
	color: #fff;
	text-transform: uppercase;
}
.grid__item-text {
    font-size: 1rem;
    line-height: 1.75;
    margin: 0;
    color: #fff;
}
.grid__item-text_1 {
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 30px 0;
    color: #fff;
}
.grid__item-content_blanco h3.grid__item-title, 
.grid__item-content_blanco .grid__item-text {
	color: #000;
	font-weight: 600;
}
@media screen and (max-width: 800px){
	.grid__item {
		display: inline-block;
		width: 100%;
	}
	.grid__item-content {
		width: 100%;
		padding: 7vw;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.9);
	}
	.grid .dos, .grid__item-content_azul .dos, .grid__item-content_blanco .dos, .grid__item-content_negro .dos {
		float: left;
		height: auto;
		position: relative;
		text-align: left;
		width: 100%;
	}
}
@media screen and (max-width: 1230px){
	.presentamos .caja-nueva h1 {
		font-size: 2em;
	}
	.presentamos .caja-nueva p {
		font-size: 1.6em;
	}
	h3.grid__item-title {
		font-size: 1.6em;
	}
}
@media screen and (min-width: 1370px){
	.presentamos .caja-nueva h1 {
		border-bottom: 0;
		color: #fff;
		display: inline-block;
		font-size: 3em;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin-bottom: 0.25em;
		text-shadow: 1px 1px 0px rgb(0 0 0 / 0%);
		-moz-text-shadow: 2px 1px 0px rgba(0, 0, 0, 0);
		-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0);
		text-transform: uppercase;
		width: auto;
	}
	.informacion h2.caracteristicas{
		font-size: 3em;
		font-weight: 600;
		max-width: 750px;
		line-height: 100px;
		margin: 0 auto;
		text-align: center;
		padding: 50px 0;
		text-transform: uppercase;
	}
	.grid__item {
		height: 42vw;
		width: 50%;
		position: relative;
		display: flex;
		align-items: stretch;
	}
	.grid__item_no_flex {
		position: relative;
		display: inline;
		width: 100vw;
	}
	.informacion .grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	h3.grid__item-title {
		font-size: 1.7em;
		color: #fff;
		text-transform: uppercase;
	}
	h2.grid__item-title {
		font-size: 2.5em;
		color: #fff;
		text-transform: uppercase;
		line-height: 110%;
		margin-bottom: 30px;
	}
}
.articulo {
	background: #fff;
    float: left;
	height: auto;
	margin: 0 0 15px 0;
	text-align: left;
	width: 100%;
}
.articulo a {
	color: #111;
	text-decoration: none;
}

.articulo img.ilustra {
	border: .15em solid #fff;
	float: left;
	margin-right: .5em;
	width: 30%;
}
.articulo .texto {
	background: #fff;
	float: left;
	padding: 10px 15px;
	width: 68%;
}
.articulo h3 {
	font-size: .85em;
	font-weight: 400;
	color: #111;
}
.fecha {
	display: inline-block;
    color: #626c84;
    font-size: 0.7em;
    font-weight: normal;    
	margin-bottom: .1em;
    padding: 0;
	text-align: left;
	width: 100%;
}

.articulo a:hover h3, .articulo a:hover p, .articulo a:hover .fecha, .umo a:hover .mas {
	color: rgba(55,81,159,1);
}
.articulo a:hover img {
	opacity: .8;
}
.articulo .mas, .uno .mas {
	float: right;
	font-weight: 600;
	padding-bottom: 0.3em;
	text-align: right;
	width: auto;
}
/* ==========================================================================
footer
========================================================================== */
footer {
	display: block;
    height: auto;
	line-height: 0;
	margin: 2em 0 0 0;
	padding: 0;
    position: fixed;
	bottom: 0;
    width: 100%;
    z-index: 12;
}
footer .contenidos {
    background: #000;
	-webkit-box-shadow: 0px -1px 11px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px -1px 11px 0px rgba(0,0,0,0.15);
	box-shadow: 0px -1px 11px 0px rgba(0,0,0,0.15);
	display: inline-block;
	height: auto;
    margin: 0;
    padding:0;
    position: relative;
    width: 100%;
    z-index: 100;
}
.contenidos img {
	/*margin-top: 2em;*/
}
footer .contenidos p{
	color: #fff;
    font-size: .75em;
	font-weight: 600;
}

.submenu {
	float: left;
	width: 100%;
	text-align: left;
}
.submenu ul{
	float: left;
	margin-bottom: .5em;
	text-align: left;
	width:100%;
}
.submenu  ul li{
	color: #fff;
    font-size: .75em;
	font-weight: 600;
	line-height: 1.5em;
	display: inline;
	text-align: left;
	margin: 0 2em 0 0;
	width: 100%;
}
.submenu  ul li a{
	color: #fff;
	text-decoration: none;
}
.submenu  ul li a:hover{
	color: #6070fc;
}

/* ==========================================================================
cajas
===========================================================================*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after,
.row:before {
    display: table;
    content: " ";
}

.col-md-2,
.col-sm-3,
.col-md-4,
.col-md-5,
.col-sm-5,
.col-sm-4,
.col-md-12,
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-5,
.col-sm-5 {
	padding-right: 25px;
    padding-left: 25px;
}

@media (min-width: 300px) {	
	.col-md-2 , .col-sd-2 , .col-md-3 , .col-sd-3, .col-md-4, .col-sm-4, .col-md-5, .col-sm-5, .col-sm-12{
		width: 100%;
	}
}
@media (min-width: 768px) {	
	.col-sm-4,
    .col-sm-12 {
        float:  left;
    }
	.col-sm-5, .col-sm-3{
        display: inline-block;
    }
	
	.col-md-2 {
        width: 20%
    }
	.col-md-3 {
        width: 24.6%
    }
    .col-sm-4 {
        width: 33.33333333%
    }	
    .col-sm-5 {
        width: 46.66666667%
    }
	.col-sm-12 {
        width: 100%
    }	
	.col-md-2:last-child {
		width: auto;
	}
}
@media (min-width: 992px) {
    .col-md-12,
    .col-md-4 {
        float: left;
    }
	.col-md-5, .col-md-3 {
        display: inline-block;
    }
    .col-md-12 {
        width: 100%;
    }
	.col-md-5 {
        width: 46.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
	.col-md-3 {
        width: 24.6%;
    }
	.col-md-2 {
        width: 20%;
    }
}

/*****************************************************
						contenidos
******************************************************/
.about{
    display: block;
    padding: 0 25px;
    margin: 125px auto 0 auto;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    min-height: calc(100vh - 213px);
    padding: 0;
    max-width: none;
}
div .hero, .hero {
    padding-bottom: 41.875%;
    height: 0;
    position: relative;
}

.about .hero {
    /*overflow: hidden;*/
}
div .hero:nth-child(1) {
	margin-top: 75px;
}
.about h1{
	background: #293492;	
	color: #fff;
	/*-webkit-box-shadow: 0px 0px 5px 3px rgba(55,81,159,.15));
	-moz-box-shadow: 0px 0px 5px 3px rgba(55,81,159,0.15);
	box-shadow: 0px 0px 5px 3px rgba(55,81,159,0.15);*/
	font-size:2em;
	font-weight: 500;
	display: block;
	line-height: 250%;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 5;
}

.about article.hero .background{
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1;
}
.about article.hero .background.default{
    width: 100%;
    height: 100%;
}
.about article.hero .background.elemento1 {
    background: url(../images/slider/itm-inox-big.jpg);
}
.about article.hero .background.elemento2{
    background: url(../images/aei/aei02.jpg);
}
.about article.hero .background.elemento3 {
    background: url(../images/aei/aei03.jpg);
}
.about article.hero .text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    width: 100%;
    z-index: 3;
}
.about .text h2 {
	font-size: 2em;
	font-weight: 500;
	max-width: 750px;
	line-height: 55px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.about article.hero .text p{
	font-size: 1.1em;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto;
    line-height: 26px;
	text-align: justify;
}
.about .cien h2 {
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.4em;
	color: #262626;
	float: left;
	clear: both;
	width: 100%;
}
.about .cien p {
	color: #808080;
	font-size: .95em;
	line-height: 1.65em;
	margin-right: 10%;
}
.about .cien p a{
	border-bottom: 1px dotted #808080;
	color: #808080;
}
.contres {
	max-width: 750px;
    margin: 2em auto;
}
.about article.hero .text .conmargen {
	display: inline-block;
	margin: 0 7px;
}
.about article.hero .text .circulo {
  background: rgba(55, 81, 159, .8);
  border-radius: 50%;
  color: #fff;
  display: table-cell;
  height: 225px;
  text-align: center;
  vertical-align: middle;
  width: 225px;
}
.about article.hero .text .circulo p{
  text-align: center;
  font-size: 1.6em;
}
.about article.hero .trama-bl, .about article.hero .trama-ng {
    background-color: rgba(255,255,255,.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.about article.hero .trama-ng {
	background-color: rgba(0,0,0,.65);
}
.about article.hero .text.blanco {
	color: #fff;
}
/*imagenes experiencia*/
.cuadricula {
    float: right;
    height: 25%;
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.cuadricula .caja-25 {
    float: left;
	padding-right: 8px;
    width: 25%;
}
.cuadricula .caja-25:last-child {
	padding-right: 0;
}
.cuadricula .caja-25:last-child figure {
	max-height: 200px;
}
.cuadricula .caja-50 {
    float: left;
	padding-right: 8px;
    width: 50%;
}
.cuadricula .caja-100 {
    clear: both;
    width: 100%;
}
.cuadricula figure {
    position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
figure.effect figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0
	,0,0,0.8);
	content: '';
	opacity: 0;
	transform: translate3d(0,50%,0);
}

figure.effect h2, figure.effect h3  {
	color: #fff;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 100%;
	left: 0;
	opacity: 0;
	padding: 2em;
	position: absolute;
	top: 0;
	transition: transform 0.35s, color 0.35s;
	transform: translate3d(0,-45%,0);
	text-align: left;
	width: 100%;
}
figure.effect figcaption::before,
figure.effect p.texto {
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect p.texto {
	font-size: 1.1em;
	position: absolute;
	top: 9em;
	left: 12px;
	padding: 2em;
	opacity: 0;
	text-align: left;
	transform: translate3d(0,0,0);
	width: 95%;
}

figure.effect:hover h2, figure.effect:hover h3 {
	color: #fff;
	opacity: 1;
	transform: translate3d(0,2.8em,0);
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect:hover figcaption::before ,
figure.effect:hover p.texto {
	color: #fff;
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transition: opacity 0.5s, transform 0.5s;
	-moz-transition: opacity 0.5s, transform 0.5s;
	-o-transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect figcaption > div {
    bottom: 0;
    height: 20%;
    left: 0;
	text-align: center;
    width: 100%;
}
.cuadricula p.info {
    bottom: 14px;
    color: #fff;
    line-height: 1;
	opacity: 0;
	position: absolute;
	text-align: center;
    width: 100%;
}
.cuadricula p.info span {
	font-size: 1.1em;
	cursor: pointer;
	padding: .5em 2.5em;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
    background: #293492;
    color: #fff;
    display: inline-block;
    line-height: 1;
	text-align: center;
    width: auto;
}
.cuadricula .icon-mas {
    bottom: 14px;
    color: #fff;
    float: right;
    line-height: 1;
	opacity: 0;
	text-align: center;
    width: 100%;
}
figure.effect:hover figcaption .icon-mas, figure.effect:hover figcaption p.info {
	opacity: 1;
	-webkit-transition: opacity 0.5s, transform 0.5s;
	-moz-transition: opacity 0.5s, transform 0.5s;
	-o-transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}

.general {
	background:#fff;
	float: left;
	margin: 125px 0 0 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.contenedor {
	float: left;
	height: auto;
	padding: 50px 10%;
	text-align: left;
	width: 100%;
}
.funciona h3 {
	border-bottom: 2px solid #3796d2;
	color: #3796d2;
	display:inline-block;
	font-size: 1.4em;
	font-weight: 600;
	margin: 0 0 2em 0;
    padding: 30px 40px 8px 40px;
	text-align: center;
	width: 100%;
}

.funciona h4 {
	color: #111;
	display:inline-block;
	font-size: 1.1em;
	font-weight: 600;
	width: 100%;
}

/*******************************************
		PROTECCIÓN DE DATOS
******************************************/
.text-2col {
    column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 40px;
    -moz-column-gap: 40px;
	-webkit-column-gap: 40px;
    display: block;
    float: left;
    margin: 0;
    padding: 20px 0;
    transition: all 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43) 0s;
	text-align: left;
    width: 100%;
}
.text-2col p{
  margin-bottom: 2em;	
}
.text-2col ul{    
    margin: 0 0 2em 0;
}
.text-2col p a, .text-2col ul li a{
	border-bottom: 1px solid #333;
	color: #111;
}
.text-2col p a:hover, .text-2col ul li a:hover{
	color: #293492;
    border-bottom: 1px solid #293492;
}
.sm-i {
    margin-left: 0 !important;
}
.uno {
	display: inline-block;
	position: relative;
	width: 100%;
}	
.subtitular {
	color: #293492;
}
/*******************************************
				contacto
*******************************************/
.fContacto {
	display: inline-block;
	margin-bottom: 2em;
	position: relative;
	width: 100%;
} 

.contacto {
	float: left;
    width: 100%;
	z-index:1;
}

.noseve {
	display: none;
}
/*formularios*/
.form-main {
	display: inline-block;
    padding: 0;
	position: relative;
	width: 100%;
}
.comentar .form-main {	
    padding: 0;
}
.tab-content .form-main {
    padding: 0;
}
.form-main label {
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}	
.form-main fieldset {
	border:0;
	margin-top: 2em;
	width: 100%;
}
.form-main fieldset legend{
	color: #626c84;
	margin-bottom: .5em;
}
.conlabel {	
	display: inline-block;
	margin-bottom: 2em;
	width: 100%;
}
.form-main .mitad:first-child {
    display: inline-block;
    margin: 0 1.8% 0 0;
    position: relative;
    right: 0;
    width: 40.6%;
}
.form-main .mitad:first-child label {
	position: relative;
	top: 0;
}
.form-main .mitad:last-child{
    display: inline-block;
    margin: 0;
	left: 0;
	position: relative;
	top: -22px;
    width: 57%;
}
.form-main .mitad{
    display: inline-block;
    margin: 0 2% 0 0;
	right: 0;
	position: relative;
    width: 33%;
}
.form-main label span , .form-main fieldset span{
    color: #869096;
	display: inline-block;
	font-size: .95em;
	margin-bottom: .3em;
	text-align: left;
	width: 100%;
}
.form-main fieldset span.obligatorio{
	width: auto;
}
.form-main fieldset label span{
	color: #111;
	width: auto;
}
.obligatorio::after {
    content: '*';
    color: #ef0000;
}
.form-main input[type="email"], .form-main input[type="text"], .form-main input[type="number"], .form-main input[type="password"], .form-main textarea, .form-main select, textarea {
    /*box-shadow: 0 1px 0 rgba(0,0,0,.08) inset;*/
	background-color: #fff;
	border: 1px solid #fff;
    border-bottom: 1px solid #293492;
    font-family: inherit;
	font-size: .95em;
    font-weight: 500;
    padding: 10px 15px;
    text-rendering: optimizelegibility;
	max-width: 100%;
    width: 100%;
}
.form-main textarea {
    border: 1px solid #293492;
}
.form-main input[type="file"] {
	font-size: .9em;
}
.form-main input[type="text"]:focus, .form-main input[type="password"]:focus, .form-main textarea:focus, textarea:focus {
	background-color: #fff;
    border: 1px solid #293492;
    box-shadow: none;
}
.custom-control {
    cursor: pointer;
    position: relative;
    display: inline-block;
	margin: 0 !important;
    padding-left: 1.5rem;
	width: 100%;
}
.form-main input.control {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.control-indicador {
    border-radius: .25rem;
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem !important;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}

.control:checked ~ .control-indicador {
    background-color: #0074d9;
    color: #fff;
}
.control:focus ~ .control-indicador {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.15rem rgba(55,81,159,1);
    -moz-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.15rem rgba(55,81,159,1);
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.15rem rgba(55,81,159,1);
}
.control:active ~ .control-indicador {
    background-color: #84c6ff;
	box-shadow: 0 0 0 0em #fff, 0 0 0 0em #fff;
    color: #fff;
}
.control:disabled ~ .control-indicador {
    background-color: #eee;
	-webkit-box-shadow: 0 0 0 0em #fff, 0 0 0 0em #fff;
	-moz-box-shadow: 0 0 0 0em #fff, 0 0 0 0em #fff;
	box-shadow: 0 0 0 0em #fff, 0 0 0 0em #fff;
	
   -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
    cursor: not-allowed;
}
.control:disabled ~ .control-descripcion {
	box-shadow: 0 0 0 0em #fff, 0 0 0 0em #fff;
    color: #767676;
    cursor: not-allowed;
}

.control:checked ~ .control-indicador {
    background: #fff url(../images/chequeado.png) no-repeat;
	-webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.15rem rgba(55,81,159,1);
	-moz-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.15rem rgba(55,81,159,1);
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.15rem rgba(55,81,159,1);
}
.control:indeterminate ~ .control-indicador {
    background-color: #0074d9;
}

.form-main .boton::before {
    font-size: 80%;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.form-main .boton, .boton{
    background: rgba(55, 81, 159, 1);
	border-radius: .15em;
	color: #fff;
	float: right;
	font-size: 1em;
	font-weight: 300;
	line-height: 130%;
	margin: 30px 0 0 0;
	width: auto;
	padding: .3em 3em;
	text-align: center;
	text-decoration: none;
	z-index: 100000;	
}
.form-main .boton::after{
    text-decoration: none;
}
.form-main .boton:focus, .form-main .boton:hover, .boton:focus, .boton:hover{
	background: #626c84;
	border-radius: .15em;	
	color: #fff;
	text-decoration: none;
}
p.leyenda {
	display: inline-block;
    font-size: 0.8em;
    margin: 1em 0 0 0;
    text-align: right;
	width: 100%;
}
p.leyenda a{
	color: #869096;
	font-weight: 400;
	text-decoration: underline;
}
p.leyenda a:hover{
	color: rgba(55,81,159,1);
	text-decoration: underline;
}
/*CHECK ACEPTACIÃ“N*/
.form-main input#aceptacion[type="checkbox"]{
    left: -9999px;
    position: absolute;
}

.form-main input#aceptacion[type="checkbox"]  + label::after{
    content: "";
    position: absolute;
}
.form-main input#aceptacion[type="checkbox"]  + label{
    cursor: pointer;
    display: block;
    font-size: 28px;
    line-height: 36px;
    padding-left: 26px;
    position: relative;
    text-shadow: 2px 2px 1px #2c3e50;
    transition: color 0.3s ease 0s;
	width:auto;
}
.form-main input#aceptacion[type="checkbox"] + label::after{
    height: 20px;
    left: 0;
    top: 15px;
    transition: all 0.2s ease 0s;
    width: 20px;
}
.form-main input#aceptacion[type="checkbox"]:not(:checked) + label::after{
    background: rgba(0, 0, 0, 0) url("../images/no-chequeado.png") no-repeat scroll left center;
}
.form-main input#aceptacion[type="checkbox"]:checked + label{
    color: #fff;
}
.form-main input#aceptacion[type="checkbox"]:checked + label::after{
    background: rgba(0, 0, 0, 0) url("../images/chequeado.png") no-repeat scroll left center;
}
.form-main p.autorizacion{
    color: #333;
    font-size: 0.8em;
    height: auto;
    line-height: 1.5em;
    margin: 1em 0 1em 0;
    text-align: left;
    width: auto;
}
.form-main p.autorizacion a{
    font-weight: normal;	
	border-bottom: 1px dotted #333;
}
.form-main p.autorizacion a:hover {
	color: #293492;
    border-bottom: 1px dotted #293492;
}
.select {
	background: #f5f7fa url("../images/flecha.png") no-repeat scroll 95% center;
	border: 1px solid transparent;
	border-radius: .2em;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	max-width: 100%;
	overflow: hidden;
	padding: 10px 15px;
	text-rendering: optimizelegibility;
	width: 100%;
}
.tipos .select{
	background: #fff url("../images/flecha.png") no-repeat scroll 95% center;
	border: 2px solid #fff;
	border-radius: .2em;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 0.5em;
	max-width: 100%;
	overflow: hidden;
	padding: 10px 15px;
	text-rendering: optimizelegibility;
	width: 100%;
}
.tipos .select select, .select select{
    -moz-appearance: none;
	background-color: transparent;
	background-image: none;
	border: medium none;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.7);
	display: inline-block;
	font-size: 1em;
	margin: 0;
	max-width: 130%;
	padding: 0 15px 0 0;
	width: 110%;
	z-index: 1;
}
.tipos input[type="text"]{
    /*box-shadow: 0 1px 0 rgba(0,0,0,.08) inset;*/
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: .2em;
	color: rgba(0, 0, 0, 0.7);	
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 0.5em;
	padding: 10px 15px;
    text-rendering: optimizelegibility;
	max-width: 100%;
    width: 100%;
}
.tipos input[type="text"]:focus  {
	background-color: #fff;
    border: 2px solid #d85214;
    box-shadow: none;
}

 table.table thead tr{
	background: rgba(55,81,159,1);
	color: #fff;
 }
 table.table td {
	border-top: 0;
    border-bottom: 1px solid #eceeef;
}
 table.table thead th {
	border: 0;
 }
 table.table td a {
	color: #d85214;
	font-weight: 500;
	transition: color .5s ease-out;
 }
  table.table td a:hover {
	color: #014c8c;
 }
 
 .menu-section {
    display: none;
}

#container{
	border-top: 1px dotted #333;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
	margin: 1em 0;
	padding: 1em 0;
	width: 100%;
}

/*********************************************
cajas contenedoras
*********************************************/
.caja{
	padding-left: 5% !important;
	padding-right: 5% !important;
}
.caja-nueva{
	padding: 25px 5% !important;
	background:rgba( 0, 0, 0, .85);
}
* html .caja{ height: 1px;} 
.caja:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

* html .caja-nueva{ height: 1px;} 
.caja-nueva:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

@media screen and (min-width: 260px){
	.caja{ 
	   padding-left: 3% !important;
	   padding-right: 3% !important;
   }
}
@media screen and (min-width: 550px){
	.caja{ 
	   padding-left: 3% !important;
	   padding-right: 3% !important;
   }	
}
@media screen and (min-width: 1025px){
	.caja{ 
	   padding-left: 4% !important;
	   padding-right: 4% !important;
   }
}
@media screen and (min-width: 1300px){
	.caja{ 
	  padding-left: 5% !important;
	   padding-right: 5% !important; padding-left: 5% !important;
	   padding-right: 5% !important;
   }
   .caja-nueva{
		padding: 25px 5% !important;
		background:rgba( 0, 0, 0, .85);
	}
}
@media screen and (min-width: 1500px){
	.caja{ 
	   padding-left: 10% !important;
	   padding-right: 10% !important;
    }
}
/*GOOGLEMAPS*/
.cuerpo {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 auto;
    padding: 0 0 25px 0;
}
.mapas, .mapas aside, .mapas aside iframe{
	float: left;
	min-height: 400px;
	height: auto;
    width: 100%;
}
#googlemaps {
	height: 400px;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 0;
} 
.mapas .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    width: 100%;
    z-index: 3;
}

/***********************************************
				masonry solo css
***********************************************/
.listado {
	display: inline;
	width: 100%;
}
.listado li{
	display: inline-block;
	padding: 1em;
}
.listado li:first-child{
	padding-left: 0.5em;
}
.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.masonry .item {
    display: inline-block;
    background: #fff;
    padding: 1em;
	margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	.masonry .item{
		padding: .5em;
	}
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	.masonry-det{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	.masonry-det{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	.masonry .item, .masonry-det .item {
		padding: 1em;
	}
}

/*menú responsive*/

.menu-toggle {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40px;
	right: 3%;
	cursor: pointer;  
	z-index: 10000;
}
.menu-toggle.on .one {
	-moz-transform: rotate(45deg) translate(7px, 7px);
	-ms-transform: rotate(45deg) translate(7px, 7px);
	-webkit-transform: rotate(45deg) translate(7px, 7px);
	transform: rotate(45deg) translate(7px, 7px);  
	background: #fff;
}
.menu-toggle.on .two {
	opacity: 0;
}
.menu-toggle.on .three {
	-moz-transform: rotate(-45deg) translate(6px, -6px);
	-ms-transform: rotate(-45deg) translate(6px, -6px);
	-webkit-transform: rotate(-45deg) translate(6px, -6px);
	transform: rotate(-45deg) translate(6px, -6px);  
	background: #fff;
}

.one,
.two,
.three {
	width: 100%;
	height: 3px;
	border-radius: .2em;
	background: #fff;
	/*background: #95a295;*/
	margin: 6px auto;
	backface-visibility: hidden;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.menu-section  nav{
	display: inline;
}
.logo-responsive {
	color: #000;
    margin: 0 auto 0 4%;
    overflow: hidden;
    padding: 0;
    width: 254px;
	float: left;
}
nav ul.menu {
	float:left;
	list-style: none;
	margin: 2em auto 1em auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
nav ul.hidden {
	display: none;
}
nav ul.menu li{	
	color: #fff;
	display: inline-block;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 200%;
	width: 100%;
}
nav ul.menu li ul {
	background: #3d3c40;
	display: inline-block;
	width: 100%;
}
nav ul.menu li ul li{
	border:0;
	font-size: .95em;
	font-weight: 400;
	line-height: 200%;
}
nav ul.menu a {
	color: #fff;
	border: 0 !important;
	display: block;
	text-decoration: none;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width: 100%;
}
nav ul.menu a.peque {
	font-size: .85em;
}
nav ul.menu a:hover {
	background: #293492;
	border: 0 !important;
	color: #fff;
}

.menu-section.on { 
	background:rgba(0, 0, 0, 1);
	border-bottom: 2px solid #000;
	display: block;
	height: auto;
	right: 0;
	padding: 20px 0;
	position: absolute; 
	top: 0;
	width: 100%;
	z-index: 100000;
}

/***********************************************
				cookies
***********************************************/
/*
jQuery Sliding DIV with Cookies
http://fredthewebchap.com
*/

#message {
    background: #000;
    bottom: 0;
    color: #ffffff;
    display: none;
    font-size: 1em;
    height: auto;
	padding: 2em;
    position: fixed;
	right: 0;
    text-align: center;
    max-width: 450px;
    z-index: 150000;
}
#message p {
    color: #ffffff;
    line-height: 1.5em;
    margin: 5px 0;
    text-align: center;
    width: 100%;
}
#message p a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}
#message p a:hover {
    background: #293492;
}
#message p a.verificar {
    background: #fff;
	border-color: 1px solid #fff;
	border-radius: .15em;
    color: #000;
    font-weight: normal;
    margin: 0 0.5em;
    padding: 0 0.5em;
    text-decoration: none;
}
#message p a.verificar:hover {
    background: #293492;
	border-color: 1px solid #000;
    color: #fff;
    font-weight: normal;
    margin: 0 0.5em;
    padding: 0 0.5em;
    text-decoration: none;
}
#message p a.mas-info {
    background: #293492;
	border-radius: .15em;
    color: #fff;
    font-weight: normal;
    margin: 0 0.5em 0 0;
    padding: 0 0.5em;
    text-decoration: none;
}
#message p a.mas-info:hover {
    background: #293492 none repeat scroll 0 0;
    color: #fff;
    font-weight: normal;
    margin: 0 0.5em 0 0;
    padding: 0 0.5em;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
	#message {
		max-width: 100%;
		padding: 1em;
	}
	#message p {
		font-size: .9em;
		line-height: 1.2em;
	}
}
@media screen and (max-width: 440px) {
	#message p {
		line-height: 1.4em;
	}
	#message p a {
		font-weight: normal;
	}
}
/*************************************
			 GENERAL
*************************************/
/*mostrar*/
.oculto {
	display: none !important;
}
/*Colores*/
.fondoRojo { background: #930c26 !important;}
.fondoBl { background: #fff !important;}
.fondoTr { background: rgba(255,255,255,0) !important;}	
.fondoGris { background-color: #f0f0f0;}
.rojo {color: #ef0000 !important;}
.verde { color: #43b54b;}
.azul { color: rgba(55,81,159,1) !important;}
.negro { color: #111 !important;}
.gris {color: #3d3c40 !important;}
.grisClaro {	color: #878889;}
.blanco { color: #fff !important;}
.negro { color: #111;}

/*alineacion vertical*/
.va-b {
	vertical-align: bottom;
}

/*Posición*/
.flotaIzda {
	float: left !important;
}
.flotaDrcha{
	float: right !important;
}	
.drcha {
    text-align: right !important;
}
.izda {
	text-align: left !important;
}	
.centrado {
	text-align: center !important;
}
.continente .derecha {
    text-align: right;
}
.continente .izquierda {
    text-align: left;
}
.p-relative {
	position: relative !important;
} 
.p-absolute {
	position: absolute !important;
}
.bottom10 {
	bottom: 10%;
}
/*tipografía*/
.normal {
    font-weight: normal;
}
.negrita {
    font-weight: 700;
}
.subrayado {
	text-decoration: underline;
}
.mayusculas {
	text-transform: uppercase;
}

/*Distancias*/
.mt-medio {
	margin-top: .5em !important;
}
.mtb-medio {
	margin-top: .5em !important;
	margin-bottom: .5em !important;
}
.mt-uno {
	margin-top: 1em !important;
}
.mt-cinco {
	margin-top: 5em !important;
}
.mt-diez {
	margin-top: 2em !important;
}
.mb-diez {
	margin-bottom: 2em !important;
}
.mt-dos {
	margin-top: 2em !important;
}
.mb-medio {
	margin-bottom: .5em !important;
}
.mb-uno {
	margin-bottom: 1em !important;
}
.mb-dos {
	margin-bottom: 2em !important;
}
.mb-cuatro {
	margin-bottom: 4em !important;
}
.md-dos {
	margin-right: 2% !important;
}	
.sm-b {
	margin-bottom:0 !important;
}
.sm-d {
	margin-right: 0 !important;
}
.sm-i {
	margin-left: 0 !important;
}
.mr-uno {
	margin-right: 1em !important;
}
.mtb-uno {
	margin-top: 1em;
	margin-bottom: 1em;
}
.pt-uno {
	padding-top: 1em !important;
}
.pt-dos {
	padding-top: 2em !important;
}
.pt-hero {
	padding-top: 125px !important;
}
.pl-dos {
	padding-left: 2em !important;
}
.pb-dos {
	padding-bottom: 2em !important;
}
.pb-cuatro {
	padding-bottom: 4em !important;
}
.sp-b {
	padding-bottom: 0 !important;
}
.sp-i {
	padding-left: 0 !important;
}
.p-di {
	padding: 0 2%;
}

/*Espacios*/
.borrar {
	clear: both;
}

/*Tamaños*/
.grande {
	font-size: 1.4em;
}
p.grande {
    font-size: 1.2em !important;
}
p.grande strong.destacado{
    font-size: 1.4em !important;
	color: #293492;
}
.semi-grande {
    font-size: 1.1em !important;
}
.muyGrande {
	font-size: 1.8em !important;
}
.ochenta {
	margin: 0 10%;
	width: 80%;
}	
.cincuenta {
	padding: 0 5%;
	width: 50%;
}
.cincuenta:last-child {
	padding-left:15%;
}
.cien {
	width: 100% !important;
}
.mitad-izda {
    float: left;
    margin-right: 10%;
    width: 45%;
}
.mitad-drcha {
    float: right;
    position: relative;
    width: 45%;
}
.untercio {	
    float: left;
	padding-right: 2%;
	width: 33.33333%;
}
.dostercios {	
    float: left;
	position: relative;
	width: 66.666666%;
}
.tpx-h {
	min-height: 300px;
	height: auto;
}

/*bordes*/
.sb-t {
	border-top: 0 !important;
}
.sb-b {
	border-bottom: 0 !important;
}
.bb {
	border-bottom: 1px solid #f0eeee;
}
.bt {
	border-top: 1px solid #f0eeee;
}

p.msg-error, p.msgerror  {
	color: #ef0000;
	border-top: solid #ef0000 .1em;
	font-size: .85em;
	margin: 0;
	padding: .3em 0 0 0;
	position: relative;
	text-align: right;
}
p.msg-correcto, p.msgcorrecto{
	color:#43b54b;
	text-align: right;
}
.treinta {
	display: inline-block;
	padding: 0 5% 0 0;
	vertical-align: top;
	width: 29%;
}
.setenta{
	display: inline-block;
	padding: 0;
	width: 70%;
}
a:not([href]):not([tabindex]) {
    cursor: pointer !important;
}
.grecaptcha-badge {
	margin-bottom: 50px;
}
/*****************************
		responsive
*****************************/
@media screen and (min-width:1800px){
	.about {
		margin: 125px auto 0 auto;
	}
	.form-main {
		width: 100%;
	}
	.datos-c {
		width: 29%;
	}
}
@media screen and (max-width:1750px){
	.about {
		margin: 115px auto 0 auto;
	}
}	
@media screen and (max-width:1500px){		
	.conmenu ul li .subcategoria {
		padding: 20px 8%;
	}	
	.presentamos {
		min-height: 750px;
		padding-top:400px;
	}
}
@media screen and (max-width:1450px){		
	.about {
		margin: 125px auto 0 auto;
	}
	.bottom10 {
		bottom: 15%;
	}
	div .hero, .hero {
		min-height: 600px;
	}
	.cuadricula figure {
	}
}
@media screen and (max-width:1400px){	
	.about {
		margin: 100px auto 0 auto;
	}
	#home {
		padding: 78px 0 0 0;
	}
	.presentamos {
		min-height: 750px;
		padding-top:350px;
	}
}
@media screen and (max-width:1370px){
	.about {
		margin: 95px auto 0 auto;
	}
	.con-logo {
		width: 12%;
	}
	.contiene-circulos {
		margin: 75px 0% 25px 0%;
		width: 100%;
	}
	.presentamos p {
		font-size: 2.2em;
	}
	.presentamos h1 {
		font-size: 1.4em;
	}

}
@media screen and (max-width:1300px){	
	.about {
		margin: 90px auto 0 auto;
	}
	ul.menu-pp .fondo {
		padding: 0 0 0 8em;
	}
	.conmenu ul li .subcategoria {
		padding: 20px 4%;
	}
	/*      PACKS      */
	.contiene-circulos {
		margin: 50px 0 25px 0;
		width: 100%;
	}	
}
@media only screen and (max-width:1250px){
	
	.presentamos {
		margin-top: 90px;
	}
	/*      PACKS      */
	.contiene-circulos {
		margin: 25px 0;
	}
	.circulo {
		padding: 0;
		width: 100%;
	}
	.cada-circulo .detalle {
		margin-left: 0;
		margin-right: 0;
	}
	.cada-circulo .detalle ol {
		margin-left: .5em;
	}
	/*PRODUCTOS*/
	figure.effect p.texto strong{
		display: none;
	}
	h2.titulares {
		font-size: 1.8em;
	}
	
}
@media only screen and (max-width:1150px){
	.presentamos {
		margin-top: 80px;
	}
	.about {
		margin: 80px auto 0 auto;
	}
	/*PRODUCTOS*/
	figure.effect p.texto {
		top: 7em;
	}	
	.presentamos h1 {
		font-size: 1.2em;
	}
}
@media screen and (max-width:1100px){
	.conmenu ul li .subcategoria {
		padding: 20px 4% 10px 4%;
	}
	.conmenu ul li:hover .subcategoria ul li, .conmenu ul .subcategoria ul li, .conmenu li.active .subcategoria ul li {
		font-size: .9em;
		padding: 0 0 0 1em;
	}
	/*PRODUCTOS*/
	figure.effect h2, figure.effect h3  {
		font-size: 1.5em;
		padding: 1em 2em 2em 2em;
	}
	figure.effect p.texto {
		font-size: 1.1em;
	}
	figure.effect p.texto {
		top: 7em;
	}
	h2.titulares {
		font-size: 1.6em;
	}
}
@media screen and (max-width:1025px){
	header.cabecera {
		min-height: 90px;
	}
	nav#menu {
		padding: 0;
	}
	ul.menu-pp {
		width: 100%;
		right: -10px;
	}
	.telefono {
		margin-bottom: 20px;
	}
	.conmenu ul li .subcategoria {
		top: 35px;
		padding: 20px 3%;
	}
	.conmenu ul li:hover .subcategoria ul li, .conmenu ul .subcategoria ul li, .conmenu li.active .subcategoria ul li {
		font-size: .8em;
	}
	/*PRODUCTOS*/
	figure.effect p.texto {
		top: 6.5em;
	}
	.cuadricula p.info {
		bottom: 7px;
	}
	.cuadricula p.info span {
		margin: 10px 30px;
	}
}
@media screen and (max-width:970px){	
	/*contacto*/
	.datos-c p {
		font-size: 1em;
	}
	
	/*PRODUCTOS*/
	figure.effect p.texto {
		display: none;
	}
	h2.titulares {
		font-size: 1.5em;
	}

}

@media screen and (max-width:960px){
	#con-logo {
		color: #000;
		margin: 0 auto 0 4%;
		overflow: hidden;
		padding: 0;
		width: 200px;
		float: left;
	}
	.blanco {
		margin: 0;
	}
}

@media screen and (max-width:820px){		
	.text-2col {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		margin: 0 10% 0 0;
		width: 90%;
	}
	/*contacto*/
	.form-main .mitad:first-child {
		margin: 0; 
		width: 100%;
	}
	.form-main .mitad:last-child {
		top: 0;
		width: 100%;
	}
	.datos-c, .contacto {
		width: 100%;
	}
	.b-play {
		width: 30px;
	}

	.form-main .boton {
		float: none;
		margin: 10px auto 0 auto;
		max-width: 300px;
	}	
	p.leyenda {
		font-size: 0.75em;
		text-align: center;
	}
	.about .cien h3 {
		/* font-size: 1.3em; */
	}
	.about .cien p {
		font-size: .95em;
	}
	/*footer*/
	footer .contenidos p {
		text-align: center;
		margin-bottom: 1em;
	}
	/*PRODUCTOS*/
	figure.effect h2, figure.effect h3 {
		padding: 0 2em 2em 2em;
	}
}
@media screen and (max-width:810px){
	.con-logo {
		width: 18%;
	}
	.menu-section {
		display: inline;
	}	
	nav#menu, .submenu{
		display: none;
	}	
	.cada-circulo {
		border-bottom: .1em dotted rgba(0,0,0,.1);
		border-right: 0;
		padding: 0 20% 20px;
		margin-bottom: 50px;
		width: 100%;
	}	
	.cada-circulo:first-child {
		margin-top: 50px;
	}
	.circulo div p {
		font-size: 1.4em;
	}
	/*itm inox*/
	.caja-25 figure.effect h4 {
		font-size: 1em;
	}
	.caja-25 figure.effect p {
		font-size: 1em;
	}
	/*productos*/
	.presentamos {
		padding-top: 300px;
	}
	#desliza {
		padding: 25px 0;
	}
	.masonry {
		margin: 0;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
	.camino-de-migas ul li::before {
		margin-right: 1px;
	}
}

@media screen and (max-width:770px){
	div .hero, .hero {
		min-height: 600px;
	}	
	.empresas h2 {
		line-height: 100% !important;
	}	
	h2.titulares {
		font-size: 1.2em;
	}
}

@media screen and (max-width:700px){
	figure.effect p.texto, figure.effect p.texto strong {
		display: inline-block;
	}
	.cuadricula p.info {
		bottom: 14px;
	}
	.cuadricula p.info span {
		margin: 15px 30px;
	}
	h2.titulares {
		font-size: 2em;
	}
}

@media screen and (max-width:600px){	
	.fondo {
		background-image: url(../images/slider/portada02-small.jpg);
	}
	ul.tabs-menu {
		font-size: 1em;
	}
	.tab-content {
		padding: 1.5em;
	}
	.form-main .boton {
		margin: 10px 0;
		max-width: 100%;
	}
	.form-main .mitad, .form-main .mitad:first-child {
		margin: 0 0 15px 0;
		width: 100%;
	}

	/*contacto*/
	.untercio, .dostercios {
		float: left;
		padding-right: 0;
		width: 100%;
	}
	.untercio{
		margin-bottom: 2em;
	}
	/*ITM INOX*/
	.about {
		margin: 90px auto 0 auto;
	}
	.about h1 {
		font-size: 1.6em;
		line-height: 250%;
	}
	.con-logo {
		width: 21%;
	}
	.one,
	.two,
	.three {
		background: #fff;
	}
	.menu-section nav {
		display: inline;
		overflow: scroll-y;
	}
	/*empresa*/
	.about .text h2{
		font-size: 2.3em;
	}
	.muyGrande {
		font-size: 1.5em !important;
	}
	.about article.hero .text .circulo {
		height: 165px;
		width: 165px;
	}
	.about article.hero .text .circulo p {
		font-size: 1.2em;
	}	
	figure.effect h4 {
		font-size: 1.1em;
		padding: 2em 16px;
	}
	figure.effect p {		
		font-size: 1.1em;
		padding: .5em 10px;
	}
	/*productos*/
	
	figure.effect h2, figure.effect h3 {
		font-size: 1.8em;
		padding: 1em 2em 2em 2em;
	}
	figure.effect p.texto {
		display: none;
	}
	.icon-mas::before {
		font-size: 2em !important;
		right: calc(50% - 0.5em);
	}

}
@media screen and (max-width:550px){	
	.form-main .mitad, .form-main .mitad:nth-child(2n) {
		width: 100%;
	}
	.form-main {
		padding: 0 2em;
	}
	.form-main .drcha{
		text-align: center !important;
	}
	a.btn, .btn {
		padding: .5em 1em;
	}
	.general {
		margin: 60px 0 0 0;
	}
	.tratamientos .tres {
		margin: 0 3%;
		width: 94%;
	}
	.tratamientos .tres p {
		font-size: .95em;
	}
	.tratamientos .tres p {
		min-height: 0;
	}
	.articulo {
		width: -webkit-calc((100% / 1) - 0px);
		width: -moz-calc((100% / 1) - 0px);
		width: calc((100% / 1) - 0px);
		padding: 0 5% 2em 5%;
	}
	.articulo header {
		min-height: 0;
	}
	.articulo h3 {
		font-size: .95em;
	}
	.articulo p.autor {
		font-size: 0.8em;
	}
	.articulo p {
		font-size: .8em;
	}
	/*itm inox*/
	.about .text h2 {
		font-size: 2.1em;
	}
	.muyGrande {
		font-size: 1.4em !important;
	}
	.about article.hero .text p {
		font-size: 1em;
	}
	.about article.hero .text .circulo {
		height: 140px;
		width: 140px;
	}
	.about article.hero .text .circulo p {
		font-size: 1.1em;
	}
	.text-2col.mt-dos {
		margin-bottom: 2em !important;
	}
	/*PRODUCTOS*/
	figure.effect h2, figure.effect h3 {
		top: -50px;
	}
	/*CONTACTO*/
	div .hero, .hero {
		min-height: 650px;
	}

}
@media screen and (max-width:490px){
	.menu-section.on { 
	  width: 100%;
	}
	.cada-circulo {
		padding: 0 10% 20px;
	}
	/*footer*/
	.col-md-5, .col-sm-5, .col-md-2 {
		width: 100%;
	}
	.submenu {
		float: none;
		width: 100%;
		text-align: left;
	}
	.submenu ul {
		float: none;
		text-align: center;
		width: auto;
	}
	.submenu ul li {
		font-size: .7em;
		margin: 0 1em 0 0;
	}
	/*empresa*/
	.about .text h23 {
		font-size: 1.9em;
	}
	.muyGrande {
		font-size: 1.3em !important;
	}
	.about article.hero .text .circulo {
		height: 117px;
		width: 117px;
	}
	.about article.hero .text .circulo p {
		font-size: .9em;
	}
}
@media screen and (max-width:440px){
	body {
		font-size: .9em !important;
	}
	.form-main {
		padding: 0 1em;
	}
}
@media screen and (max-width:420px){
	/*empresa*/
	.con-logo {
		width: 28%;
	}
	.about .text h2{
		font-size: 2em;
		line-height: 30px;
	}
	.about article.hero .text p{
		font-size: 1em;
		line-height: 20px;
	}
	.muyGrande.mt-dos {
		font-size: 1.3em !important;
		margin-top: 1em !important;
	}
	.about article.hero .text .conmargen{
		margin: 0 17px;
	}
	body .contres .conmargen:last-child {
		margin: 0 100px !important;
	}
	
	
	.text-2col {
		margin: 0;
		width: 100%;
	}
	.text-2col.mt-dos {
		margin-top: 0 !important;
	}
	
}
@media screen and (max-width:390px){
	.con-logo {
		width: 30%;
		min-width: 110px;
	}
	ul.tabs-menu {
		font-size: 0.9em;
	}
	p.leyenda {
		font-size: 0.75em;
	}
	.info {
		padding: 1.5em 0;
	}
	/*itm inox*/
	.about article.hero .text .conmargen{
		margin: 0 10px;
	}
}
