@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin-webfont.woff2') format('woff2'),
         url('../fonts/roboto-thin-webfont.woff') format('woff'),
         url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotocondensed';
    src: url('../fonts/roboto-condensed-webfont.eot');
    src: url('../fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed-webfont.woff2') format('woff2'),
         url('../fonts/roboto-condensed-webfont.woff') format('woff'),
         url('../fonts/roboto-condensed-webfont.ttf') format('truetype'),
         url('../fonts/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
	font-family: 'robotoregular', sans-serif;
	color: #434242;
}
h1, h2, h3 {
 	font-family: 'robotolight', sans-serif;
}

.row {
	margin: 0px;
	padding: 0px;
}
.nopadd {
	padding: 0px !important;
}
.padbot50 {
	padding-bottom: 150px;
}
.wrapper {
	width: 100%;
	padding: 20px;
}
.list-nobullet {
	list-style: none;
	font-family: 'robotolight', sans-serif;
}
.text-md {
	font-size: 1.2em;
}


/* navbar styles */
header {
	background-color: #FFF;
}
.main-nav {
	font-size: 18px;
	border: none;
	margin-bottom: 0px;
}
.navbar-header {
	width: 100%;
	float: none !important;
}
.navbar-collapse {
	background-color: #bc4040 !important;
}
.navbar-brand {
	float: none !important;
	height: 100%;
}
.brand2 {
	float: none !important;
	height: 100%;
}
.navbar-brand img {
	display: inline;
	width: 100%;
	float: left;
}
.navbar-collapse {
	/*width: 70%;
	margin: 0 auto;*/
}
.brand2 img {
	display: inline;
	width: 60%;
	float: right;
}
.main-nav ul {
	float: none;
	text-align: center;
}
.main-nav li {
	display: block;
	text-align: center;
}
.main-nav li.lastitem {
	border-right: none;
}
.main-nav li > a {
	font-family: "robotocondensed";
	color: #FFF;
	text-transform: uppercase;
	outline: none;
}
.main-nav li > a:hover,
.main-nav li.active > a {
	background-color: #434242;
}
.main-nav li > a:hover {
	background-color: #434242 !important;
}
.main-nav ul:hover > li.active > a {
	background-color: transparent;
}
/*  toogle styles  */
.main-nav .navbar-toggle {
  border-color: transparent;
  position: absolute !important;
  left: 10px;
  top: 10px;
}
.main-nav .navbar-toggle:hover {
  background-color: #bc4040;
}
.main-nav .navbar-toggle:hover .icon-bar {
  background-color: #ffffff;
}
.main-nav .navbar-toggle .icon-bar {
  background-color: #434242;
}
.main-nav .navbar-collapse,
.main-nav .navbar-form {
  border-color: #003666;
}
/*--  end navbar styles  --*/


/*--  breadcrumb styles  --*/
.breadcrumb {
	width: 100%;
	background-color: transparent;
	padding: 0px;
	position: relative;
}

.breadcrumb img {
	opacity: 0.8;
}
.breadcrumb > div {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
}
.breadcrumb > .breadcrumb-title > span {
	font-family: 'robotolight';
	font-size: 30px;
	line-height: 90%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.breadcrumb > .breadcrumb-inicio > span {
	font-family: 'robotolight';
	color: #434242;
	font-size: 1.8em;
	background-color: transparent;
}
/*--contact breadcrumb--*/
/*.contact-breadcrumb > span {
  position: absolute;
  top: 10% !important;
  left: 10%;
}*/
.contact-message {
	width: 100%;
	height: auto;
	background-color: transparent !important;
	color: #434242 !important;
}
.contact-message p {
	font-size: 1.2em;
	font-family: 'robotolight', sans-serif;
	text-align: left;
}
.contact-message span {
 display: block;
}
/*--  end breadcrumb styles  --*/


/*--  main-content styles  --*/
.main-content h2 {
	font-size: 4em;
	margin-top: 50px;
	margin-bottom: 30px;
}
.main-content p {
	font-size: 1.2em;
	margin-bottom: 20px;
}
/*services styles*/
.servicios-logos div.logos-container {
	background-color: #E5E5E5;
	padding: 10px 20px;
}
.servicios-logos span {
	font-size: 2em;
}
.servicios-logos img {
	padding-bottom: 50px;
}
/*clientes*/
.clientes-pemex {
	border:solid 2px #D1D1D1;
	padding: 5px;
	margin: 50px 0px;
}
/*products-style*/
.product {
	display: block;
	padding: 5px;
	/*margin: 20px;*/
	background-color: rgba(0,0,0,0.7);
	position: relative;
}
.product img {
	position: relative;
	left: 0;
	top: 0;
}
.product span {
	color: #FFF;
	display: block;
}
.product .product-number {
	font-size: 1em;
}
.product .product-title {
	font-size: 1.2em;
}
.product .product-pdf {
	font-size: 1em;
	float: right;
	padding-left: 15px;
	position: absolute;
	bottom: 10px;
  right: 10px;
	line-height: 30px;
}
.product .product-pdf::before {
	content: "";
	width: 0; 
	height: 0; 
	border-bottom: 20px solid transparent;
	border-left: 20px solid #BC4040;
	position: absolute;
	left: 0px;
}
.product:hover .product-pdf::before {
	border-left-color: #FFFFFF;
	position: absolute;
}
.products-section a {
	margin: 0px 1px;
}
.products-section a:hover > div.product {
	background-color: #BC4040;
}


/*--  footer styles --*/
footer {
	background-color: #434242;
	padding: 10px 0px 10px;
}

footer span {
	font-family: 'robotoregular';
	color: #FFFFFF;
	display: block;
	text-align: center;
}
footer > span.footer-title {
	color: #D8DEE2;
	font-weight: 700;
}
.footer-lines {
	margin: 0 auto;
	display: block;
	padding: 20px 0px;
}
footer .redes {
	float: left;
	width: 40px;
	margin-right: 10px;
}
footer .footer-redes {
	text-align: center;
	padding-top: 15px;
}
footer .footer-redes > div {
	display: inline-block;
}
/*-- end footer styles --*/
@media (min-width: 500px) and (max-width: 992px) {
	footer.relative {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
}


/*-- accordion styles --*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    background: rgba(255,255,255,0.3);
    color: #797979 !important;
}
.ui-widget-content {
    border: none !important;
    padding: 20px 5px !important;
    background-color: white !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.ui-widget {
	font-family: "Raleway",sans-serif !important;
}
.ui-accordion .ui-accordion-header {
	font-size: 22px !important;
}
.ui-accordion .ui-accordion-header {
	font-size: 22px !important;
}
.ui-helper-reset {
	font-size: 18px !important;
}
/*-- accordion styles --*/




/*-- contact form --*/
input[type="text"],
input[type="email"],
textarea {
	background-color: #eaeaea !important;
	color: #434242 !important;
	border: solid 1px #7e7e7e !important;
	border-radius: 0px !important;
}
input[type="submit"] {
	background-color: #434242 !important;
	color: #FFFFFF !important;
	padding: 10px 40px;
	border: none;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #eaeaea !important;
	color: #434242 !important;
}
.form-control:focus {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(121, 126, 131, 0.6);
}
/*--  end contact form  --*/

@media (max-width: 767px) {
	.padd-responsive {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.hide-logo {
		display: none;
	}
	.navbar-header {
		padding-bottom: 15px;
	}
	.products-section > div {
		padding: 0px;
	}
	.breadcrumb > .breadcrumb-inicio {
		background-color: #FFFFFF;
		text-align: left;
		width: 80%;
		padding: 20px 0px;
		margin: 0 auto;
	}
	.contact-message p {
		padding: 20px 0px;
		width: 80%;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.text-md {
		font-size: 2em;
	}
	.main-nav li {
		border-right: solid 2px #FFF;
	}
	.navbar-brand img {
		width: 60%;
	}
	.breadcrumb > div {
		width: 50%;
		background-color: rgba(0, 0, 0, 0.7);
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		text-align: left;
	}
	.breadcrumb > .breadcrumb-title > span {
		font-size: 60px;
	}
	.inicio-img {
		display: none;
	}
	.main-page .breadcrumb {
		position: absolute;
		width: 100%;
		height: 70%;
		/*background-image: url("../img/banner-inicio.png");*/
		background-size: cover;
		background-position: center bottom;
	}
	.breadcrumb > .breadcrumb-inicio > span {
		font-size: 40px;
		color: #FFFFFF;
			text-transform: uppercase;
	}
	.main-content {
		padding: 100px 0px;
	}
	.main-nav ul {
		width: 730px;
		margin: 0 auto;
	}
	.main-nav li {
	    width: 120px;
	    height: 90px;
	}
	.item1, .item3, .item4, .item6 {
		padding-top: 25px !important;
	}
	.main-nav li a {
	    height: 100%;
	}
	.navbar-header {
		width: 100%;
		padding: 0px 0px 20px;
		float: none !important;
	}
	footer {
		padding: 10px 0px 40px;
	}
	.main-page footer {
		position: absolute;
		bottom: 0px;
		width: 100%;
		padding-bottom: 20px !important;
	}
	/*--productos--*/
	.product .product-number {
		font-size: 1.2em;
	}
	.product .product-title {
		font-size: 1.6em;
	}
	.product .product-pdf {
		font-size: 1.2em;
		padding-left: 20px;
		bottom: 10px;
    right: 20px;
    line-height: 40px;
	}
	.product .product-pdf::before {
		border-bottom: 30px solid transparent;
		border-left: 30px solid #BC4040;
	}
	/*-- contact breadcrumb --*/
	.contact-breadcrumb > span {
	  position: absolute;
	  top: 10% !important;
	  left: 10%;
	}
	.contact-message {
		width: 50%;
		height: auto;
		position: absolute;
		right: 0;
		top: 0;
		background-color: transparent !important;
		color: #FFFFFF !important;
	}
	.contact-message p {
	  position: absolute;
	  top: 30% !important;
	  left: 10%;
	}

}

@media (min-width: 992px) {
	.main-nav ul {
		width: 900px;
	}
	.main-nav li {
	    width: 150px;
	    height: 70px;
	}
	.main-nav li a {
	    height: 100%;
	}
	.wrapper {
		width: 90%;
		margin: 0 auto;
	}
	.breadcrumb-title span {
  	position: absolute;
  	top: 30%;
  	left: 10%;
	}
	.breadcrumb-inicio span {
		font-size: 35px !important;
  	position: absolute;
  	top: 5%;
  	left: 5%;
  	right: 5%;
	}
	.products-section a {
		margin: 20px;
	}
}

@media (min-width: 1200px) {
	.wrapper {
		width: 70%;
	}
	.breadcrumb-inicio span {
		font-size: 38px !important;
  	position: absolute;
  	top: 10%;
  	left: 5%;
  	right: 5%;
	}
}

/*--  boton cargar mas --*/
.btn-container {
	text-align: center;
	display: block;
}
.load-more-btn {
	width: 70%;
	display: inline-block;
	font-size: 24px;
	padding: 20px;
	color: rgb(67, 66, 66);
	border: 3px solid rgb(67, 66, 66);
	background-color: #cecece;
	text-align: center;
	text-decoration: none;
}
.load-more-btn:hover {
	text-decoration: none;
	color: #BC4040;
}
.load-more-btn span {
	font-size: 18px;
}
.section{
	display:none;
	opacity: 0;
	transition:opacity 1s ease;
		-webkit-transition:opacity 1s ease;
		-moz-transition:opacity 1s ease;
		-o-transition:opacity 1s ease;
	overflow: hidden;
}
.section-active {
	display:block;
	opacity:1;
}

/*-- slider styles -- */
.ContenedorSlider{
  width:100%;
  background: -webkit-radial-gradient(ellipse cover, #EEE, #BBB);
  background: -moz-radial-gradient(ellipse cover, #EEE, #BBB);
}
.ContenedorFondo{width:100%; height:100%;
  background-image:url(images/bg.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
.ContenidoSlider{
  width:100% !important;
  margin:0 auto;
  position:relative;
}
.Slider{
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-position:center center;
  opacity:0;
  position:absolute;
  top:0px;
  left:0px;
  background-size: cover;
  transition:opacity 1s ease;
  -webkit-transition:opacity 1s ease;
  -moz-transition:opacity 1s ease; -o-transition:opacity 1s ease;
}
@media (max-width: 767px) {
	.ContenidoSlider{
		height: 200px;
	}
}