/*
** 1 - RESET
** 2 - GENERAL
** 3 - SECCIONES
** 4 - BOOTSTRAP CUSTOM
** 5 - RESPONSIVE
*/

/****************** 1 - RESET ********************/

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500');

html {-webkit-overflow-scrolling: touch;}
body{
	font-size: 14px;color: #36363d;font-family: 'Oswald', sans-serif;font-weight: 300;
	background-image:url('../img/global/abix-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
/*body {font-size: 14px;color: #36363d;font-family: 'Oswald', sans-serif;font-weight: 300;background-color: #d6dde3;-webkit-overflow-scrolling: touch;text-align: center;background: url("../img/global/abix-bg.jpg") #d6dde3 no-repeat; background-size: cover;}*/
h1, h2, h3, h4, h5, h6, p, ul {padding: 0;margin: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
ul, li {list-style: none;}
p {font-size: 16px;
color: #36363d;
line-height: 20px;}
a,button {text-decoration: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
a:hover {text-decoration: none;}

/****************** 2 - GENERAL ********************/

.Html-Index{
	height: 100%;
}

.Form-Page{}
.Form-Page input{
	border: none;
	background: #ced6da;
	color: #333;
	margin-bottom: 11px;
	height: 26px;
	padding: 3px 10px;
	font-size: 16px;
	width: 100%;
}
.Form-Page textarea{
	border: none;
	background: #ced6da;
	color: #333;
	margin-bottom: 10px;
	padding: 3px 10px;
	font-size: 16px;
	width: 100%;
}
.Form-Page button{

}
.Btn-Gris{
	border-radius: 10px;
	border: 2px solid #eef1f2;
	background: transparent;
	box-shadow: 0px 0px 8px #cdcdcd;
	color: #93a3b3;
	padding: 2px 20px;
	margin-left: 10px;
}

.Mensaje-Error{
	padding: 5px 12px;
	display: none;
	width: 46%;
}
.Mensaje-Success{
	padding: 5px 12px;
	display: none;
	width: 46%;
}


/****************** 2 - SECCIONES ********************/

.Body-Index{height: 100%;}

.Seccion-Index{display: flex;width: 100%;justify-content: center;align-content: center;height: 100%;align-items: center;}
	.Seccion-Index .container-fluid{width: 100%;}

.Index-Logo{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */	padding: 22px 0 0 15px;;height: 150px;position: relative;}
	.Index-Logo h1 {float:right;}
	.Index-Logo h2 {font-size: 16px;font-weight: 300;color: #ff0101;text-align: right;text-transform: uppercase;width: 100%;display: inline-block;margin: 10px 0 0px;line-height: 20px;padding-right: 12px;}

.Index-Bandera{height: 150px;background: #fff;padding: 0px;}
	.Index-Bandera img{float: right;height: 100%;}

.Index-Footer{position: absolute;right: 12px;text-transform: uppercase;bottom: -100px;text-align: right;}
	.Index-Footer .Index-Text{font-size: 16px;margin-bottom: 50px;}
	.Index-Footer .Index-Text br{display: none;}
	.Index-Footer a{font-weight: 600;font-size: 16px;color: #ff0101;}

.Home-Logo {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	padding: 10px 0 10px 15px;
	position: relative;
}
.Home-Logo h1 {
    float: left;
	margin-left: 70px;
}
.Home-Logo h2 {
    font-size: 16px;
    font-weight: 300;
    color: #ff0101;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px 0 0px 8px;
    line-height: 20px;
    padding-right: 12px;
    float: left;
}

.Home-Bandera {background: #fff;  padding: 0px;}
	.Home-Bandera img{float: right;height: 79px;}

.Seccion-Home {
    width: 100%;
    margin-top: 10px;
}

.Seccion-Home .container-fluid{width: 100%;}

.Menu-Principal{
	background: rgba(0,0,0,0.2);
	/*height: 30px;*/
	display: block;
	width: 100%;
}

.Menu-List{margin-left: 40px;
float: left;}
.Menu-List li{float: left;}
.Menu-List li a {
    color: #000;
    text-transform: uppercase;
    padding: 2px;
    display: inline-block;
    font-size: 16px;
}
.Menu-List li i{
	font-size: 4px;
	margin: 0 4px;
}
.Menu-List li.active a{color: #ff0000;}
.Menu-List li a:hover{color: #ff0000;}

.Redes-List{
	float: right;
	margin: 4px 0 0 0px;
}
.Redes-List li{
	float: left;
	padding: 0px 0px;
	margin: 0px 2px;
}
.Redes-List li a{
	display: inline-block;
}
.Redes-List li a i.fa-mobile{
	font-size: 18px;
}

.Redes-List li.Li-Mobile{
	margin: 0px 40px 0px 0;
}
.fa-mobile-phone::before, .fa-mobile::before {
    position: relative;
	top: -2px;
	left: 2px;
}
.Li-Mobile a{ color: #fff; }
.Li-Mobile a span{
	float: left;
	line-height: 18px;
	margin-left: 5px;
}

.Box-MoreProducts{
	width: 100%;
	float: left;
	padding-right: 270px;
}
.Box-MoreProducts li{
	float: left;
	margin-right: 25px;
	width: 55px;
	margin-bottom: 25px;
	height: 90px;
}
.Box-MoreProducts li a{float: left;}
.Box-MoreProducts li a img{
	float: left;
	position: static;
	margin-bottom: 5px;
	width: 55px;
}
.Box-MoreProducts li a:hover h3 {
    color: #337ab7;
}
.Box-MoreProducts li a h3{
	color: #36363d;
	text-transform: uppercase;
	font-size: 12px;
}

.Redes-List li a i{
	font-size: 12px;
	background: #fff;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	float: left;
	padding: 2px 3px;
	color: #6a7278;
}

.Content-Info{
	background: rgba(255,255,255,0.5);
	text-align: left;
	padding: 10px 0px 20px 57px;
}

.Content-Contact {
    background: rgba(255,255,255,0.5);
    text-align: left;
    padding: 10px 60px 60px 57px;
}

.Products-Contact {
	background: rgba(255,255,255,0.5);
	text-align: left;
	padding: 20px 47px 50px 47px;
}


.pdt{
	padding-top: 50px;
}

.ContactUs-Content-Left{
	width: 40%;
	float: left;
	margin-bottom: 25px;
}

.ContactUs-Content-Left h2{
	font-size: 20px;
	margin-bottom: 25px;
	color: #ff0000;
}

.ContactUs-Content-Left p a{color: #333;}
.ContactUs-Content-Left p a.Btn-Contact-Tel:hover{color: #333; cursor: initial;}
.ContactUs-Content-Left p a:hover{color: #337ab7;}


.ContactUs-Content-Right{
	float: left;
	width: 20%;
	text-align: right;
}
.ContactUs-Content-Right img{
	float: right;
	margin-bottom: 15px;
}

.SiteMap-Content-Left{
	width: 30%;
	float: left;
	margin-bottom: 25px;
}

.SiteMap-Content-Left h2{
	font-size: 20px;
	margin-bottom: 25px;
	color: #ff0000;
}

.SiteMap-Content-Left p a{color: #333; font-weight: 400;}
.SiteMap-Content-Left p a:hover{color: #337ab7;}


.SiteMap-Content-Right{
	float: left;
	width: 70%;
}

.SiteMap-Content-Right p a{color: #333; font-weight: 400;    font-size: 16px;    line-height: 24px;
}
.SiteMap-Content-Right p a:hover{color: #337ab7;}

.SiteMap-List-Products{    
	width: 42%;
    margin-left: 30px;
    float: left;
}
.SiteMap-List-Products li{float: left;    width: 100%;}
.SiteMap-List-Products li a{color: #333;    font-size: 16px;    line-height: 24px;}
.SiteMap-List-Products li a:hover{color: #337ab7;}

.PrdouctsDetails-Content-Left{
	width: 100%;
	float: left;
	margin-bottom: 25px;
	position: relative;
}

.PrdouctsDetails-Content-Left h2{
	font-size: 20px;
	margin-bottom: 25px;
	color: #ff0000;
}

.PrdouctsDetails-Content-Left p{
	margin-bottom: 30px;
}


.PrdouctsDetails-Content-Left a.Btn-Gris{
	margin-left: 0px;
	margin-top: 40px;
	display: inline-block;
}

.PrdouctsDetails-Content-Left img{
	/*position: absolute;
	right: 0;*/
	float: right;
}

.Quotation-Content-Left{
	width: 80%;
	float: left;
	margin-bottom: 25px;
}

.Quotation-Content-Left h2{
	font-size: 20px;
	margin-bottom: 25px;
	color: #ff0000;
}

.Quotation-Content-Left form{
	width: 100%;
	display: inline-block;
}
.Quotation-Content-Left form button{
	float: right;
}
.Quotation-Content-Left fieldset{
	width: 46%;
	float: left;
	margin-right: 20px;
}

.Form-Control{
	margin-right: 26px;
	display: inline-block;
	float: right;
}

.Form-Page input.Input-Area{width: 30%;}
.Form-Page input.Input-Phone{width: 66.2%;}
.Form-Page span{}

.Home-Content-Left{
	width: 50%;
	float: left;
}
.Home-Content-Left p{
	margin-bottom: 20px;
}
.Home-Content-Right{
	float: right;
}

.List-Timing{
	text-align: right;
	text-transform: uppercase;
	color: #718da7;
	margin-right: 18px;
}

.Footer{
	background: #8798a8;
	padding: 4px 15px;
	margin-bottom: 45px;
}
.Footer img{float: left;}
.Footer p{
	float: right;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 0;
	font-size: 14px;
}
.Footer p br{
	display: none;
}

.icon-menu-mobile {
    display: none;
}

.img-company{
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.Products-Content-Left {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.Products-Box{float: left; width: 20%;padding: 0px 8px 0 8px;}
.Products-Box:hover h2{color: #337ab7;}
.Products-Box img{border: 1px solid #c4cfd4;width: 100%;}
.Products-Box h2{ text-transform: uppercase; font-size: 16px; color: #505050; padding: 10px 0; height: 75px;}



/**************************** 5- RESPONSIVE ***************************/

.menu-mobile-open {
    background-color: #8798a8;
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    height: 100%;
}

.cierra-menu a{
	float: right;
	padding: 20px;
}


.icon-menu-mobile img{
    width: 30px;
}

@media (max-width: 990px) {
	.SiteMap-List-Products {
	    width: 100%;
	}
	.Products-Box {
	    width: 25%;
	}
	.Quotation-Content-Left {
	    width: 100%;
	}
	.Quotation-Content-Left fieldset {
	    width: 47%;
	    margin-right: 15px;
	}
	.Form-Control {
    	margin-right: 19px;
	}
	.Footer {
	    margin-bottom: 0;
	}
	.PrdouctsDetails-Content-Left img {
    width: 185px;
}
.Box-MoreProducts{padding-right: 100px;}
}

@media (max-width: 800px) {
.Box-MoreProducts{padding-right: 0px;}

	.Content-Info {
	    padding: 10px 0px 20px 15px;
	}
	.fa-mobile-phone::before, .fa-mobile::before {
	    left: 0px;
	}
	.Content-List-Nav{
		text-align: center;
	}
	.Home-Content-Left {
	    width: 40%;
	}
	.Seccion-Home {
	    margin-top: 60px;
	}
	.Home-Logo h1 {
	    margin-left: 50px;
	}
	.Redes-List {
	    display: inline-block;
	    float: none;
	    margin: 0;
	}
	.Nav-List{
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.Menu-Principal {
	    height: auto;
	}
	.Menu-List {
		margin-left: 0px;
		display: inline-block;
		padding-top: 5px;
		float: none;
	}
	.Content-Contact {
    padding: 10px 40px 50px 40px;
}
}

@media (max-width: 767px) {
	.Home-Bandera {
	    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	}
}

@media (max-width: 600px) {
	.SiteMap-List-Products {
     margin-left: 0px; 
}
		.Mensaje-Error{
	width: 95%;
}
.Mensaje-Success{
	width: 95%;
}
	.PrdouctsDetails-Content-Left img {
    width: 266px;
    position: static;
    margin-bottom: 15px;
}
	.Products-Box {
    width: 33.3%;
}
	.Content-Contact {
    padding: 10px 15px 60px 15px;
}
	.ContactUs-Content-Right {
    float: left;
    width: 100%;
    text-align: center;
}
	.ContactUs-Content-Left {
    width: 50%;
    margin-bottom: 25px;
}
	.Quotation-Content-Left fieldset{
		padding-right: 20px;
		width: 100%;
	}
	.Form-Page input.Input-Area {
	    width: 100%;
	}
	.Form-Page input.Input-Phone {
	    width: 100%;
	}
	.Form-Page span {
		display: none;
}
	.Footer p{
		width: 100%;
	}
	.Footer {
	    text-align: center;
	    padding: 20px 15px;
	}
	.Footer img {
	    float: none;
	}
	.Footer p br{
		display: inline-block;
	}

	.Content-Info {
	    padding: 10px 0px 20px 15px;
	}
	.Home-Content-Left {
	    width: 100%;
	    padding-right: 15px;
	}
	.pdt {
	    padding-top: 15px;
	}
	.Home-Logo h1 {
	    float: right;
	    padding-right: 15px;
	    margin-left: 0px;
	}
	.Home-Logo h2{
		width: 100%;
		text-align: right;
		padding-right: 28px;
		margin: 0;
	}
}

@media (max-width: 480px) {
	.Seccion-Home {
    margin-top: 20px;
}
	.SiteMap-List-Products {
    margin-left: 20px;
}
	.SiteMap-Content-Left {
    width: 100%;
}
.SiteMap-Content-Right p br{ display: none; }
	.Redes-List li a i {
	    font-size: 20px;
	    width: 35px;
	    height: 35px;
	    padding: 5px 3px;
	}
	.Li-Mobile a span {
    line-height: 30px;
    font-size: 24px;
}
.Redes-List li a i.fa-mobile {
    font-size: 30px;
}
	.Products-Contact {
    padding: 20px 15px 50px 15px;
}
	.Products-Box {
    width: 50%;
}
	.ContactUs-Content-Right img {
    margin: 5px;
}
	.ContactUs-Content-Left {
	    width: 100%;
	}
	.Index-Logo, .Index-Bandera{width: 100%;}
	.Index-Footer {bottom: -115px;}
	.Index-Footer .Index-Text br{display: inline-block;}
	.Index-Footer .Index-Text span{display: none;}
	.Seccion-Index {align-items: flex-start; padding-top: 25px;	}
	.Menu-List {
	    text-align: center;
	    width: 100%;
	}
	.Menu-List li {
	    float: none;
	    display: inline-block;
	    width: 100%;
	}
	.Menu-List li:nth-child(2), .Menu-List li:nth-child(4), .Menu-List li:nth-child(6), .Menu-List li:nth-child(8) {
		display: none;
	}
	.Menu-List li a {
	    color: #fff;
	    text-transform: uppercase;
	    padding: 2px;
	    display: inline-block;
	    font-size: 24px;
	    line-height: 20px;
	}
	.Redes-List{
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.Redes-List li {
	    float: none;
	    padding: 0px 0px;
	    margin: 0px 2px;
	    display: inline-block;
	}
	.Redes-List li.Li-Mobile {
	    margin: 0px 40px 0px 0;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.Menu-Principal{
		display: none;
	}
	.icon-menu-mobile {
	    display: inline-block;
	}
}

/***** FIXING IE9 ******/