.royalSlider {
    width: 100%;
    height: 550px !important;
    position: relative;
    direction: ltr;
    overflow: hidden;
}

.royalSlider > img {width: 100%;}
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {background: #b2b2b2}

section {
	padding: 80px 0;
	color: #4c4c4c;
}
section.banner,
section.conoce {
	padding: 0;
}
h2 {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 30px;
	/*font-weight: normal;
	text-transform: uppercase;*/
}
h2::after {
	border-bottom: 3px solid blue;
	width: 50px;
	height: 2px;
	content: "";
	display: block;
	margin: 0 auto;
	padding-top: 20px
}
.intro h2::after {margin: 0 0; }

.conoce h2,
.empresas div.titulo {
	background-color: #f5a623;
	color: #fff;
	margin: 0;
	padding: 10px;
	font-size: 18px;
	text-transform: uppercase;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.destacados {background-color: #f6f6f6;}

.banner {position: relative;}

div.empresas {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
	width: 100%
}
.conoce-inner {
	background-color: #f8f8f8;
	padding: 20px 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.conoce-inner a img {
	transition: all .5s;
}
.conoce-inner a:hover img {
	margin-top: -7px;
}
.conoce .inner {
	/*background-color: #f8f8f8;*/
	padding: 15px;
}
.conoce .col-sm-4:first-child .inner {
	border-right: 1px solid #f1f1f1;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.conoce .col-sm-4:last-child .inner {
	border-left: 1px solid #f1f1f1;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

section.marcas {border-top: 1px solid #eee; padding: 50px 0}
section.marcas h2 {margin-bottom: 30px; font-size: 23px}

.intro {background: #fff url(/uploads/home/bg-empresa.jpg) center center; padding: 100px 0; font-weight: 300; font-size: 16px; background-size: contain; background-repeat: no-repeat; }
.quienes {padding: 70px 0 100px; font-weight: 300; font-size: 16px; }

/*INSUMOS*/
.supplies { padding: 80px 0; background-color: #fff; font-size: 15px; font-weight: 300; border-top: 1px solid #d2d2d2}
.supply {margin-bottom: 40px}
.supply img {height: 70px}
.supplies h3 {font-size: 18px; font-weight: 300}

.product .image {height: 133px;}
.product .image a {
	background-position: center center;
}

.comercializacion {background: #90bf56 url('../img/mapa-grofuder.png') no-repeat left top;}

.btn-line {
	border-color: #fff;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
}
.btn-line:hover,
.btn-line:focus {
	border-color: #91c057;
	background-color: #91c057;
	color: #fff;
}
.rsABlock {
	bottom: 150px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	text-shadow: 1px 1px 1px #333;
}
.rsABlock .title {
	font-size: 23px;
	font-weight: bold;
}
.rsABlock a {
	margin-top: 40px;
}

.rsMinW .rsArrowLeft,
.rsMinW .rsArrowRight,
.rsMinW .rsBullets {
	bottom: 55px;
}