
/*roboto font google fonts*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);

/*glyphicons*/
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");





body{
	margin:0 auto;
	font-family: 'Roboto', sans-serif;
    background-color: black;

	/*overflow-x:hidden;*/
	color: white;
	/*width: 100vw;*/
}


p{
    margin: 0;
    font-size: 18px;
}

h1{
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
    margin: 20px auto;	
    letter-spacing: -1.2px;
}

h2{
		font-family: 'Roboto', sans-serif;
	font-weight: bolder;
	text-align: center;
}

h3{
		font-family: 'Roboto', sans-serif;
	font-weight: bolder;
	text-align: center;
}


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

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

/*HEADER ---------------------------------------------*/
header{
	background: url("img/bg.jpg") repeat;

}

header p{
	padding-top: 65px;
}

header img{
	text-align: center;
	margin:0 auto;
}





/*OVERWRITE BOOTSTRAP 3//////////////////////////////*/
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}


.row{
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
  /*  padding-left: 0;
    padding-right: 0;*/
}


/*mobile img//////////////////////////////*/
#mobile_img{

}

#mobile_img img{
	width: 100%;	
}


/*SWIPER//////////////////////////////*/

#swiper_slider{

}




    .swiper-container {
        width: 100%;
    	height: auto;
    	margin: 0;
    }
    .swiper-slide {
        text-align: center;

        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-container img{

        position: relative;
        width: 100%;
    }

    .swiper-container h3{
	    position: absolute;
	    left: 0;
	    width: 50%;
	    top: 30%;
	    margin-bottom: 0;
	    padding: 40px;
	    padding-bottom: 60px;
	    padding-left: 60px;
	    padding-top: 60px;
	    background-color: rgba(26, 26, 26, 0.29);
	    color: white;
	    text-shadow: 1px 1px 1px black;
	    text-align: left;
    }

	.swiper-pagination-bullet {
	    width: 18px;
	    height: 18px;
	}

	.swiper-pagination-bullet-active {
	    background: #E10000;
	}


/* PARALLAX //////////////////////////////////-------------------------------------*/

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%9 !important;
}


/* fullscreen setup  */
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
    min-height: 100vh; /*gabi*/
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
    display:table;
}
.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}


/* imagenes parallax /////////////////////////////////////////*/
#parallax1{ 
    background: url("img/welding.jpg") center center no-repeat;
    background-size: cover;
}



/*MENU--------------------------------------------------------*/

#menu{
      background: url("img/bg.jpg") repeat;

}

/*hidden logo until scroll (ver funciones)*/
#logotipo_menu_scroll{
	display: none;

}

#logotipo_menu_scroll img{
	    width: 20%;
	margin: 0 auto;
	padding: 6px 0;
}


/*menu navigation*/
#menu_nav{
    text-align: center;
    background-color: #E10000;
    	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
    font-size: 1.2em;

  /*  transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
*/
}

#menu_nav ul{
    padding: 0;
    margin: 0;
}

#menu_nav ul li{
	display: inline-block;
    margin: 10px;
    color: white;
}


#menu_nav ul a{

}




/*add class to menu on scroll - see funciones.js*/


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999999999999;
}


/*info -------------------------------------------------------------------------------*/
#info{
    background-color: #262626;
    color: white;
}
#info img{
	width: 100%;
    margin-top: 22px;
}


#info_txt{

}

#info p{
     margin: 20px auto;
     text-align: justify;
}

#info ul{
    margin: 0;
    font-size: 16px;
}

#info ul li{

}

/*SERVICIOS -------------------------------------------------------*/

#servicios{
	background-color: #262626;
}

#servicios p{
    text-align: justify;
}

#servicios h2{
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
	text-align: justify;
}


#servicios h3{
	
   
       margin-top: 17px;
    color: darkgrey;       
}


#servicios_thumbs {
        padding: 40px 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: 40px;
    margin-bottom: 40px;

}

.servicios_thumbs_box{
	
}

#servicios img{
    /*width: 102px;*/
    text-align: center;
    margin: 0 auto;
}

#servicios .content-b{
	    padding-left: 80px;
    padding-right: 80px;
}

#servicios .parrafos_servicios{
	margin-bottom: 30px;
}

#logotipo_servicios_mobile{

}

#logotipo_servicios_mobile img{
	    width: 60%;


}

/*GALERIA ---------------------------------------------------*/
#galeria{

}


#galeria h1{

}
#galeria h2 {
    margin-bottom: 20px;
}


#swiper_caldereria, #swiper_fabricacion_metalica, #swiper_maquinaria_agricola, #swiper_cerrajeria, #swiper_latiguillos,#swiper_mecanizados{
	padding-bottom: 10px;
}



.swiper_caldereria .swiper-slide,
.swiper_cerrajeria .swiper-slide,
.swiper_fabricacion_metalica .swiper-slide,
.swiper_latiguillos .swiper-slide,
.swiper_maquinaria_agricola .swiper-slide,
.swiper_mecanizados .swiper-slide {
       width: 100%;
   
}

.swiper-button-prev, .swiper-button-next {

	padding: 30px;
	top: 22px;
	height: 100%;
}

#galeria .swiper-button-prev{
	left: 0;
}
#galeria .swiper-button-next{
	right: 0;
}







/*PROVEEDORES ---------------------------------------------------*/
#proveedores{
    background-color: white;
}

#proveedores h1{
	 color: rgb(51, 51, 51);
	text-align: center;
    
}


#proveedores img{
    margin: 0 auto;
}

/*CONTACTO ---------------------------------------------------*/
#contacto{
       background-color: white;
}

#contacto h1{
	color: #262626;
	margin-bottom: 50px;
}

#contacto form{
      margin-left: 10px;
    margin-right: 10px;
}

#contacto form input, #contacto form textarea{
	color: black;
	outline: 0;
	    width: 100%;
    border: 1px solid #D2D2D2;	    
}

::-webkit-input-placeholder {
   color: black;
}

:-moz-placeholder { /* Firefox 18- */
   color: black;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}


#contacto form input{
   padding: 10px;
   margin-bottom: 10px;
}

#contacto form textarea{
   min-height: 200px;
   padding: 10px;

}


#form_submit{
	margin: 0 auto;
	text-align: center;
}



/*mapa ---------------------------------------------------*/

#mapa{
    background-color: white;
}

#mapa h1{

}

#mapa iframe{

}


/*FOOTER ---------------------------------------------*/
footer{
    text-align: center;
    background-color: #262626;
    color: white;

}

footer p{
    margin-bottom: 20px;
    margin-top: -11px;
    height: 50px;
}

footer h2{
    margin-bottom: 60px;
    margin-top: 1px;
    background-color: black;
    padding: 10px;
}

footer .footer_logo{
    width: 510px;
    text-align: center;
    margin: 0 auto;
}

footer .footer_icon{
       width: 80px;
    margin-bottom: 20px;
}

/*custom classes -----------------------------------*/

.text_left{
	text-align: left;
}


.text_right{
	text-align: right;
}

.text_center{
	text-align: center;
}


.padding_top{
	padding-top: 40px;
}

.padding_bottom{
	padding-bottom: 40px;
}

.padding_vertical{
	padding-top: 40px;
	padding-bottom: 40px;
}

.text_shadow{
	text-shadow: 1px 1px 1px black;
}

.btn_normal{
    background-color: #E10000;
    color: white !important;
    margin: 0 auto;
    text-align: center;
    padding: 20px !important;
    cursor: pointer;
    margin-top: 30px;
    border: 0;
    width: 200px !important;
    display: block;
    font-family: "Roboto";
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    font-size: 22px;
}

.img100{
	width: 100% !important;
}


.disabled_div{
	pointer-events:none;
}

.enabled_div{
	pointer-events:auto;
}


/*overwrite fancybox 2 ------------------------------------------------------------------*/
.fancybox-wrap{
	z-index: 999999999999999999999999999999;
}

/*BACK TO TOP BUTTON (sobreescribir backTop.css) ///////////////////////////////////////////*/
#backTop {
	background: url('img/backTop.png') no-repeat center center !important;
	border:none !important;

    right: 0px !important;
    bottom: 140px !important;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 0;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 999999999;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


/* ICONO ANIMADO PRELOADER //////////////////////////////////////////////////////////////////////*/
/*  //////////////////////////////////-------------------------------------*/
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999;
    background: url(img/preloader.gif) center no-repeat white;
}

#precarga{

}



/*gabi copyright -------------------------------------------------------------------------*/

#gabi_copyright{
        text-align: center;
    padding: 10px;
}

#gabi_copyright p{
        font-size: 13px;
}

#gabi_copyright a{
        text-decoration: underline;
    /* padding-bottom: 2px; */
    color: red;
    text-transform: uppercase;
}


/*media queries -------------------------------------------------------------------------*/
/*media queries -------------------------------------------------------------------------*/
/*media queries -------------------------------------------------------------------------*/
/*media queries -------------------------------------------------------------------------*/



/* Extra small devices (phones, up to 480px) */
@media (max-width: 480px) {


	h1{
		font-size: 27px;
	}
	h2{
		font-size: 20px;
	}

	h3{
		font-size: 15px;
	}

	p{
		font-size: 14px;
	}

	#menu ul li{
		    font-size: 10px
	}

	footer p{
	    font-size: 10px;
	}

	#logotipo_menu_scroll img{
	    width: 50%;
	}

	#info{
		padding-top: 0;
		font-size: 14px !important;
	}

	#info_txt{
		
	}

	#info ul{
		background-color: white;
    	color: #262626;
    	padding: 14px 30px;
	}


	#servicios{
    	background: white;
    	padding-top: 0;    	
	}

	#servicios h1{
		font-size: 20px;
	}

	#servicios p{
margin-top: -20px;
	}



	#servicios_thumbs{
		border: 0;
        margin-top: 0px;
    	margin-bottom: 0;
    	background: #262626;
	}

	.servicios_thumbs_box {
	    margin-bottom: 20px;
	}

	#servicios .parrafos_servicios{
	    background: white;
	    color: black;
	    padding-top: 20px;
	    /* padding-bottom: 20px; */
	    margin-bottom: 0;
	}



	#galeria {
	    background-color: #262626;
	}	

	.swiper_caldereria .swiper-slide,
	.swiper_cerrajeria .swiper-slide,
	.swiper_fabricacion_metalica .swiper-slide,
	.swiper_latiguillos .swiper-slide,
	.swiper_maquinaria_agricola .swiper-slide,
	.swiper_mecanizados .swiper-slide {
	       width: 100%;
	    
	}

    .swiper-container img{
            height: 200px;
        position: relative;
    }


}


/* Small devices (tablets, 481px and up) */
@media (min-width: 481px) and (max-width: 767px) {
	#info {
	    padding-top: 0;
	}

}




/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    

    }

}



/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
    


}

/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {


}
