@charset "UTF-8";
body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background-color: #000;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #17d4ff;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

h1 {
	font-size: 3em;
	font-weight: 100;
	margin-bottom: 7px;
}

h4 {
	font-weight: 300;
	font-size: 1.4em;
	border-bottom: thin solid #17d4ff;
}

li {
    text-align: justify;
}


.fondoblanco{
	background-color: #fff;
}

.superiorContenido {
	position: relative;
	width: 100%;
	display: table;
	padding-top: 177px;
	padding-bottom: 117px;
	color: #FFF;
	z-index: 4;
	background-color: #000;
	background-size: cover;
	background-image: url(../images/fondo-contacto.jpg);
	background-attachment: fixed;
}


.superiorContenido-cont {
	position: fixed;
	width: 100%;
	height: 100%;
	display: table;
	padding-top: 177px;
	padding-bottom: 117px;
	color: #FFF;
	z-index: 4;
	background-color: #000;
	background-size: cover;
	background-image: url(../images/fondo-contacto.jpg);
	background-attachment: fixed;
}


.top10{
	margin-top: 10% !important;
}


.columna50 {
	width: 50%;
	float: left;
	position: relative;
}

.padding {
	padding: 47px;
	padding-top: 14px;
}

#contacto input, #contacto textarea {
	background-color: rgba(68,67,67,0.7);
	width: 80%;
	border: thin solid #222;
	padding: 15px 7px;
	resize: none;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	margin: 7px 0;
	outline: none;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#contacto input:focus, #contacto textarea:focus {
	border: thin solid #17d4ff;
}
#contacto input[type="submit"] {
	text-transform: uppercase;
	cursor: pointer;
}
#contacto input[type="submit"]:hover {
	background-color: #17d4ff;
}

.hr-contacto {
    border: none;
    border-bottom: thin solid #17d4ff;
    width: 70%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 17px;
    margin-bottom: 17px;
}

#contacto {
	margin: 0px 10%;
	margin-top: 20px;
}


.medida {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}


.img-responsive{
	display: none !important;
}


.contenedor_imagen_texto{
	width:33%;
	height:auto;
	position:relative;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
}
.imagen, .texto{
	width:100%;
	height:auto;
	position:relative;
	display:inline;
}
.texto{
	height:auto;
	text-align:center
}

.imagen img {
	width: 100%;
}


.cuadros, .cuadros3img, .cuadros6img{
	padding: 100px 10%;

}

.seccionTop {
	background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 70vh;
    position: relative;
    width: 100%;
    z-index: 2;
}

.leer-mas{
	margin-right: 7%;
	float: right;
	margin-top: 30px;
	font-size: 1.9em;
}

.previo {
    background-color: #F9F9F9;
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: 70% auto;
    border-bottom: 4px solid transparent;
    height: 330px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

a.previo:nth-child(2n){
	background-color: #f5f5f5;
}

a.previo:hover{
	background-color: #111111;
	border-color: #17d4ff;
}

.previo:hover .rotulo{
	color: #ffffff;
}

.previo:hover .cilindrado-detalle{
	color: #17d4ff;
}





.columna-2 {
    display: block;
    float: left;
    width: 13.5%;
    
}

a {
    text-decoration: none;
    color: #17d4ff;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}




.rotulo {
    bottom: 20px;
    color: #111111;
    display: block;
    font-size: 1.2em;
    font-weight: 900;
    left: 0px;
    padding: 0px 5%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

#videoH {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -70px;
    overflow: hidden;
    z-index: 3;
    background-size: cover;
    background-position: center;
   
}


video#bgvid {
    width: 100%;
    height: auto !important;
    right: 0;
    bottom: 0;
  /*  position: absolute;*/
    min-width: 100%;
    z-index: 1;
}

.titulo2{
	font-size: 1.5em;
    text-align: center
}

.table {
	margin-bottom: 100px;
}
.table td, .table th{
	padding: 20px;

}

.table2 {
	margin-bottom: 100px;
}
.table2 td, .table2 th{
	padding: 20px;

}

.cuatro{
    width: 24%;
}

.columnaimg{
	padding: 40px 0px;
}

.img-80 {
	width: 80%; 
	margin: 10px 10%;
}

.img-70 {
	width: 70%; 
	margin: 10px 10%;
}

.img-50 {
	width: 50%;
    margin: 10px 25%;
}

.img-30 {
	width: 30%;
    margin: 10px 35%;
}

.texto-70{
	width: 70%; 
	margin: 20px 10%;
}

.texto-80{
	width: 80%; 
	margin: 20px 10%;
}
.texto2-80{
	width: 80%; 
	padding: 10px 10% 40px;
}

.lista{
	margin: 0px 10% 20px;
}
.lista2{
	margin: 0px 25px 20px;
}
.lista2 li{
	padding-bottom: 10px;
}

.lista-titulo{
	margin: 5px 10% 5px;
    padding: 5px 0px 5px;
}



.texto-banner{
	padding: 300px 150px;
	color: #FFF;
    font-size: 3.5em;
}

.dosimg{
	margin-left: 16.5%;
}

.seccionFull {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 1080px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.texto-img{
    color: #fff;
    top: 120px;
    position: relative;
    left: 15%;
}

/*ESTILOS MENU*/
#idiomas{
	right: 5px;
	position: fixed;
    z-index: 9;
}

.banderas{
	width: 30px; 
	height: 17px; 
	padding: 0px 3px;
}


#open-close-menu{
	cursor: pointer;
	display: block;
	height: 44px;
	left: 10px;
	position: fixed;
	top: 27px;
	width: 87px;
	z-index: 9;
}

#rotulo-open{
	display: block;
	float: left;
	height: 44px;
	margin-right: -4px;
	width: 34px;
	margin-top: 6px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#rotulo-open span{
	background-color: #fff;
	color: #000;
	display: block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	width: 44px;
}

#rotulo-open span:last-child{
	margin-top: 24px;
}

#boton-open-menu{
	background-color: #fff;
	border-bottom: 2px solid transparent;
	display: block;
	float: right;
	height: 44px;
	position: relative;
	width: 44px;
	-webkit-transition: border ease .3s;
	-o-transition: border ease .3s;
	transition: border ease .3s;
}

#boton-open-menu:hover{
	border-color: #17d4ff;
}

#boton-open-menu span{
	background-color: #000;
	display: block;
	height: 1px;
	left: 12px;
	position: absolute;
	top: 22px;
	width: 20px;
}

#boton-open-menu #linea01{
	top: 18px;
}

#boton-open-menu #linea03{
	top: 26px;
}

#boton-open-menu.opened #linea01{
	top: 22px;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#boton-open-menu.opened #linea02{
	display: none;
}

#boton-open-menu.opened #linea03{
	top: 22px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#boton-buscador{
	background-color: #fff;
	background-image: url(../images/lupa.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50% auto;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	display: block;
	height: 44px;
	left: 102px;
	position: fixed;
	top: 27px;
	width: 44px;
	z-index: 9;
	-webkit-transition: border ease .3s;
	-o-transition: border ease .3s;
	transition: border ease .3s;
}

#boton-buscador:hover{
	border-color: #17d4ff;
}

#boton-cerrar-buscador{
	cursor: pointer;
	display: block;
	height: 44px;
	position: fixed;
	right: 10px;
	top: 27px;
	width: 44px;
}

#boton-cerrar-buscador span{
	background-color: #000;
	display: block;
	height: 1px;
	left: 12px;
	position: absolute;
	top: 22px;
	width: 20px;
}

#boton-cerrar-buscador #linea01{
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#boton-cerrar-buscador #linea02{
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


#buscador{
	background-color: #f1f0f0;
	border-bottom: 2px solid #17d4ff;
	display: none;
	height: 100%;
	left: 0px;
	padding: 0px 10px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
	-webkit-transition: border ease .3s;
	-o-transition: border ease .3s;
	transition: border ease .3s;
}

#linea_buscar{
	display: block;
	height: 80px;
	left: 10%;
	margin-top: -40px;
	position: fixed;
	top: 50%;
	width: 80%;
}

#linea_buscar input[type=text]{
	background-color: transparent;
	border: none;
	border-bottom: solid 1px #242424;
	color: #000;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 3em;
	line-height: 80px;
	outline: none;
	padding: 0px;
	padding-right: 17.5%;
	padding-left: 47px;
	width: 82.5%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#linea_buscar input[type=text]:focus{
	/*border-color: #ffffff;*/
}

#linea_buscar input[type=submit]{
	background-color: transparent;
	border: none;
	border: solid 1px #242424;
	color: #242424;
	cursor: pointer;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 2em;
	line-height: 80px;
	margin-top: -41px;
	outline: none;
	padding: 0px;
	position: absolute;
	right: -4%;
	text-align: center;
	top: 50%;
	width: 15%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#linea_buscar input[type=submit]:hover{
	border-color: #000;
	color: #000;
}

#buscador input-placeholder {
   color: #242424;
}

#buscador ::-webkit-input-placeholder {
   color: #242424;
}

#buscador :-moz-placeholder { /* Firefox 18- */
   color: #242424;  
}

#buscador ::-moz-placeholder {  /* Firefox 19+ */
   color: #242424;  
}

#buscador :-ms-input-placeholder {  
   color: #242424;  
}

#pantalla-menu{
	background-color: rgba(246,246,246,1);
	display: block;
	height: 0%;
	left: 0%;
	opacity: 0;
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0%;
	width: 0%;
	z-index: 7;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

#pantalla-menu.opened{
	height: 100%;
	opacity: 1;
	width: 100%;
}

#menu-full{
	display: none;
	width: 100%;
}

#menu-full > ul{
	list-style: none;
	padding: 80px 0px;
	padding-left: 100px;
}

#menu-full > ul > li{
    text-align: initial;
	margin: 10px 0px;
}

#menu-full > ul > li > a{
	color: #242424;
	font-size: 3em;
	font-weight: 700;
	padding-left: 12px;
	position: relative;
}

#menu-full > ul > li > a:after{
	background-color: #17d4ff;
	content: "";
	display: block;
	height: 0%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 4px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#menu-full > ul > li > a:hover, #menu-full > ul > li > a.opened{
	color: #25417b;
	background-color: rgba(255,255,255,1);
}

#menu-full > ul > li > a.opened:after{
	height: 100%;
	opacity: 1;
}

#menu-full > ul > li > ul{
	display: block;
	padding: 120px 0px;
    position: absolute;
    right: -60%;
    top: 0px;
    width: 50%;
    -webkit-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s;
}

#menu-full > ul > li > ul > li{
	border-bottom: solid 2px transparent;
	display: inline-block;
	margin: 0px 2.5% 20px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 20%;
	-webkit-transition: border ease .3s;
    -o-transition: border ease .3s;
    transition: border ease .3s;
}

#menu-full > ul > li > ul > li:hover{
	border-color: #17d4ff; 
}


#menu-full > ul > li > ul > li > a{
	color: #242424;
	display: block;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#menu-full > ul > li > ul > li > a:hover{
	color: #25417b;
	font-weight: 600;
}

#menu-full > ul > li > ul > li > a > img, .cambiar-color{
	display: block;
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	height: auto;
	margin-bottom: 10px;
	opacity: .5;
	width: 100%;
	-webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

#menu-full > ul > li > ul > li > a:hover > img, .cambiar-color:hover{
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

#menu-full > ul > li > ul.opened{
	right: 0%;
}

#logo-top{
	background-image: url(../images/logo-srm.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 70px;
	left: 50%;
	margin-left: -240px;
	position: absolute;
	top: 0px;
	z-index: 5;
	width: 480px;
	margin-top: 28px;
}



/*
////////////////////////////////////
RESPONSIVE
////////////////////////////////////
*/

@media only screen and (max-width: 1155px){
	.cuadros{
		padding: 100px 15% !important;
	}
	.cuadros3img{
		padding: 100px 31% !important;
	}
	.cuadros6img{
		padding: 100px 5% !important;
	}

	.columna-2{
		width: 15%;
	}

}

@media only screen and (max-width: 1024px){

	.img-slide1{
	    content:url("../images/slide1-2.jpg");
	}


	.seccionTop {
 		height: 50vh;
 	}
 	.texto-banner {
	 	padding: 230px 50px;
	 	color: #FFF;
	 	font-size: 3em;
	}	
}

@media only screen and (max-width: 1015px){
	.rotulo{
		font-size: 1em;
	}
}	

@media only screen and (max-width: 850px){
	.contenedor_imagen_texto {
    	width: 49%;
    	margin-bottom: 35px;
    }
	.cuadros, .cuadros3img, .cuadros6img{
		padding: 100px 3.5% !important;
	}
	.columna-2{
		width: 31%;
	}
	.previo{
		height: 290px;
	}
	#videoH{
		display: none;
	}
}	

@media only screen and (max-width: 767px){
.grid-condensers{
 	padding: 200px 0px 20px;
}
.img-compressors1{
	margin-top: 100px;
}

.cont-hielos {
 	text-align: center;
}

.img-hielos {
	width: 40%;
}

#spacer{
	display: none;
}

#open-close-menu{
	left: -10px;
	top: 10px;
}

#logo-top{
	left: 0%;
	margin-left: 0px;
	top: 40px;
	width: 100%;
}

.logo-compresores{
	top: 100px !important;
}

#menu-full > ul {
    padding: 40px 0px;
    padding-left: 10px;
}

#menu-full > ul > li > a {
    font-size: 2em;
    padding-left: 22px;
}

#menu-full > ul > li > ul {
    display: block;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0px 0px;
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
}

#menu-full > ul > li > ul.opened {
    max-height: 1000em;
    opacity: 1;
    padding: 10px 10px;
    right: inherit;
}

#menu-full > ul > li > ul > li {
    width: 40%;
}

#boton-buscador {
    left: 82px;
    top: 10px;
}

#boton-cerrar-buscador {
    top: 10px;
}

#linea_buscar {
    left: 5%;
    width: 90%;
}

#linea_buscar input[type=text] {
    font-size: 1.5em;
    line-height: 44px;
    padding-right: 0%;
    width: 100%;
}

#linea_buscar input[type=submit] {
	border-color: #ffffff;
	color: #ffffff;
    font-size: 1.2em;
    line-height: 44px;
    margin-top: 20px;
    width: 100%;
}

}

@media only screen and (max-width: 767px)  and (orientation:landscape){
	.logo-compresores{
		top: 100px !important;
	}
}


@media only screen and (min-width: 768px)  and (max-width: 1024px){
.grid-condensers{
 	padding: 130px 0px;
}

#linea_buscar {
    left: 5%;
    width: 90%;
}

#linea_buscar input[type=text] {
    font-size: 2em;
    padding-right: 22.5%;
    width: 77.5%;
}

#linea_buscar input[type=submit] {
    font-size: 1.5em;
    width: 20%;
}

}

@media only screen and (min-width: 768px)  and (max-width: 1024px) and (orientation:portrait){

#menu-full > ul > li > a {
    font-size: 2em;
    padding-left: 10px;
}


}

@media only screen and (max-width: 910px){
	.table2 td {
	    padding: 3px;
	}
}

@media only screen and (max-width: 705px){
	.table td {
	    padding: 9px;
	}
}

@media only screen and (max-width: 620px){
	.table2 td {
	    padding: 0px;
	    font-size: .97em;
	}
}

@media only screen and (max-width: 540px){
	.table td {
 		padding: 0px;
 		font-size: .97em;
 	}
}	

@media only screen and (max-width: 520px){
	.logo-compresores{
		top: 70px !important;
	}
	.contenedor_imagen_texto {
		width: 100%;
		text-align: center;
	}	
	.dosimg {
    	margin-left: 0px;
    }
    
    .img-50 {
 		width: 98%;
 		margin: 10px 0;
 	}

 	.img-70 {
		width: 100%; 
		margin: 10px 0;
	}
}	


@media only screen and (max-width: 420px){
	.cuadros, .cuadros3img, .cuadros6img{
		padding: 100px 3% !important;
	}
	.columna-2{
		width: 47%;
	}
	.previo{
		height: 290px;
	}
	.medida-footer {
	    padding: 20px 10%;
	}	


}	






/*ESTILOS MENU ESCRITORIO*/
@media only screen and (min-width: 1025px) {

#logo-top {
    display: block;
    height: 60px;
    left: 20px;
    margin-left: 0px;
    position: fixed;
    z-index: 8;
    width: 150px;
    margin-top: 10px;
}

#open-close-menu{
	display: none;
}

#pantalla-menu {
	background-color: rgba(255,255,255,1);
    height: 80px;
    opacity: 1;
    position: fixed;
    overflow: visible;
    width: 100%;
}

#menu-full {
    display: block !important;
}

#menu-full > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 210px;
}

#menu-full > ul > li {
    display: inline-block;
    margin: 0px;
    margin-right: 5px;
}

#menu-full > ul > li > a {
    color: #000;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 40px;
    margin: 10px 0px;
    padding: 10px 10px;
}

#menu-full > ul > li > a:after {
    bottom: -10px;
    height: 4px;
    top: inherit;
    width: 0%;
}

#menu-full > ul > li > a.opened:after{
	height: 4px;
	opacity: 1;
	width: 100%;
}

#menu-full > ul > li > ul {
    background-color: rgba(255, 255, 255, 1);
    display: block;
    opacity: 0;
    padding: 0px 0px;
    padding-top: 40px;
    right: 0%;
    top: 80px;
    visibility: hidden;
    width: 100%;
}

#menu-full > ul > li > ul.opened {
	opacity: 1;
    padding-top: 7px;
    visibility: visible;
}

#menu-full > ul > li > ul > li {
	border-bottom: solid 4px transparent;
    margin: 0px 0%;
    padding-bottom: 20px;
    width: 20%;
}

#menu-full > ul > li > ul > li > a > img {
    margin: 10px auto;
    opacity: .8;
    width: 63%;
}

#menu-full > ul > li > ul > li > a {
    color: #000;
    font-weight: 400;
    font-size: .9em;
}

#boton-buscador {
	background-color: transparent !important;
    background-size: 20px auto;
    height: 78px;
    left: inherit;
    right: 98px;
    top: 0px;
}

}

@media only screen and (max-height: 820px) {
	#menu-full > ul > li > ul > li{
		padding-bottom: 4px;
	}

}

@media only screen and (max-height: 786px) {
	#menu-full > ul > li > ul > li{
		padding-bottom: 0px;
	}

}

@media only screen and (max-height: 778px) {
	#menu-full > ul > li > ul > li{
		    width: 19%;
	}

}


@media only screen and (max-width: 767px) and (min-width: 320px){
	
	.medida {
		width: 100%;
	}
}
