<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Helvetica;
  src: url(font/HelveticaLTStdLight.otf);
  font-weight: 100;
}
@font-face {
  font-family: Helvetica;
  src: url(font/HelveticaLTStdRoman.otf);
  font-weight: 300;
}
@font-face {
  font-family: Helvetica;
  src: url(font/HelveticaLTStdBold.otf);
  font-weight: bold;
}
@font-face {
  font-family: Helvetica;
  src: url(font/HelveticaLTStdBlk.otf);
  font-weight: bolder;
}

@font-face {
  font-family: Nature;
  src: url(font/Nature-Beauty-Personal-Use.ttf);
  font-weight: bold;
}

body{
	font-family: Helvetica, sans-serif;
}
a, p{
	font-weight: 100;
}
h1, h2{
	font-weight: bold;
}

/*Header*/
ul#menu-menu-principal {
	font-size: 14px;
}

ul#menu-menu-principal a.nav-link:hover,
ul#menu-menu-principal .active a.nav-link {
	color: black;
}

ul#menu-menu-principal a.nav-link {
	color: white;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 20px 0px;
}
header&gt;div {background-color: red;padding: 6px 0;}

header&gt;div&gt;nav.navbar {display: flex;justify-content: center;align-items: center;}
header&gt;div&gt;nav.navbar&gt;.navbar-brand{
	position: relative;
	width: 160px;
}
header&gt;div&gt;nav.navbar&gt;.navbar-brand&gt;a{
	position: absolute;
	top: -40px;
}
header&gt;div&gt;nav.navbar&gt;.navbar-collapse{
	flex-grow: 0;
}
header&gt;div&gt;nav.navbar&gt;.navbar-collapse &gt;ul#menu-menu-principal li ul.dropdown-menu {background-color: #BFB0A0;top: 118%;left: -20%;}

header&gt;div&gt;nav.navbar&gt;.navbar-collapse &gt;ul#menu-menu-principal li ul.dropdown-menu li a.dropdown-item {color: #fff;font-weight: 200;}
header&gt;div&gt;nav.navbar&gt;.navbar-collapse &gt;ul#menu-menu-principal li ul.dropdown-menu li a.dropdown-item:focus,

header&gt;div&gt;nav.navbar&gt;.navbar-collapse &gt;ul#menu-menu-principal li ul.dropdown-menu li#menu-item-2152 a.dropdown-item:hover{
	background-color: #BFB0A0;
	Cursor : default;
	color: #312C38 !important;
}

header&gt;div&gt;nav.navbar&gt;.navbar-collapse &gt;ul#menu-menu-principal li ul.dropdown-menu li a.dropdown-item:hover{
	background-color: #ffffff;
	color: #f40004 !important;
}

header&gt;div&gt;nav.navbar&gt;.navbar-collapse &gt;ul#menu-menu-principal li ul.dropdown-menu li#menu-item-2152 a.dropdown-item:hover{
	background-color: #BFB0A0;
	Cursor : default;
	color: #312C38 !important;
}

/*Footer*/
footer .col-12 {
	display: flex;
	flex-flow: column;
	align-items: center;
}

footer#colophon {
	padding: 30px 0 !important;
	background-color: #E32415;
	color: #fff;
}

footer .redes {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

footer .redes p,footer .redes a {
	margin: 0 5px;
}

footer .col-12 &gt;p {
	font-size: 14px;
}
#content{
	margin-top: 68px;
}
/* Home */
section.banner-main{
	border-top: 4px solid #ad1520;
	position: relative;
}
.banner-main h1 {
	/* font-family: Nature; */
	color: #ffff;
	position: absolute;
	top: 45%;
	right: 7%;
	width: 20%;
	font-size: 3rem;
}
section.banner-somos{
	position: relative;
}
section.banner-somos .texto{
	position: absolute;
	top: 28%;
	right: 7%;
	color: #fff;
	width: 33%;
	padding: 20px;
	text-align: center;
}
section.banner-somos .texto p {
	font-size: 26px;
	text-align: left;
	line-height: 29px;
}
section.banner-somos .texto &gt; a {
	display: inline-block;
	padding: 5px 25px;
	color: #fff;
	background-color: #b0151f;
	font-size: 14px;
}
section.rse .row,
section.familia .row,
section.sala .row{
	margin: 0;
}
section.rse .row&gt;div,
section.familia .row&gt;div,
section.sala .row&gt;div {
	padding: 0;
}

section.rse .row&gt;div:first-child,
section.familia .row&gt;div:nth-child(1),
section.sala .row&gt;div:first-child{
	display: flex;
	align-items: center;
	/* justify-content: center; */
}
section.rse .row&gt;div:first-child&gt;div{
	padding: 0 10%;
}
section.rse .row&gt;div:first-child&gt;div h2{
	color: #4FC03F;
	font-size: 36px;
	line-height: 35px;
}
section.rse .row&gt;div:first-child&gt;div p{
	font-size: 14px;
}
section.rse .row&gt;div:first-child&gt;div a{
	background-color: #4fc03fad;
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
	font-size: 12px;
}
section.familia .row&gt;div:nth-child(1){
	order: 2;
}
section.familia .row&gt;div:nth-child(2){
	padding: 0 0%;
}

section.familia .row&gt;div:nth-child(1)&gt;div,
section.sala .row&gt;div:nth-child(1)&gt;div{
	padding: 0 10%;
}
section.familia .row&gt;div:nth-child(1)&gt;div h2,
section.sala .row&gt;div:nth-child(1)&gt;div h2{
	color: #EB0000;
	font-size: 36px;
	line-height: 35px;
}
section.familia .row&gt;div:nth-child(1)&gt;div p,
section.sala .row&gt;div:nth-child(1)&gt;div p{
	font-size: 14px;
}
section.familia .row&gt;div:nth-child(1)&gt;div a,
section.sala .row&gt;div:nth-child(1)&gt;div a{
	background-color: #EB0000;
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
	font-size: 12px;
}

section.marcas {
	height: 60vh;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
section.marcas div h2{
	color: #fff;
	font-size: 40px;
}
section.marcas div a{
	display: inline-block;
	background-color: #ffffffc7;
	color: #000;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 500;
}

section.logos {
	border-bottom: 3px solid #eb0000;
}
section.logos&gt;div{

}
section.logos&gt;div ul{
	padding: 0;
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
section.logos&gt;div ul li{
	margin: 0 20px;
}
section.logos&gt;div ul li img{

}

section.certi{
	padding: 2vw 0;
}
section.certi h2{
	color: #eb0000;
	text-align: center;
	font-size: 40px;
}

/* Quienes somos */
.banner-somos-page{
	background-image: url(../img/banner-qs.png);
	background-size: cover;
	padding: 8vh 0;
	text-align: center;
	color: #ffffff;
}
.banner-somos-page&gt;p{
	display: inline-block;
	padding: 0 13%;
	border-bottom: 1px solid;
}
.banner-somos-page h3{
	/* font-family: Nature; */
	font-size: 2rem;
	margin-top: 10px;
}

section.intro{
	padding: 4vw 0;
}
section.intro div h2{
	color: #eb0000;
	font-size: 2.2rem;
}
section.intro div p{
	font-size: .9rem;
	padding: 0 7%;
}
section.valores .row{
	margin: 0;
}
section.valores .row&gt;div{
	padding: 0;
}
section.valores .row&gt;div.col-md-8{
	padding: 0;
}
section.valores .row&gt;div.col-md-8 .videos_somos{
	width: 100%;
	height: 37.555vw;
	overflow: hidden;
}
section.valores .row&gt;div.col-md-4&gt;div{
	height: 18.77vw;
	padding: 0 25px;
	background-color: #c3291c;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: .5;
	transition: opacity .5s;
}
section.valores .row&gt;div.col-md-4&gt;div:hover {
	opacity: 1;
}
section.valores .row&gt;div.col-md-4&gt;div.vision{
	background-color: #c85412;
}
section.valores .row&gt;div.col-md-4&gt;div h2{
	font-size: 1.8rem;
}
section.valores .row&gt;div.col-md-4&gt;div p{
	font-size: .9rem;
}

/*Historia*/

section.historia{
	padding: 4vw 0;
}
section.historia div h2{
	color: #eb0000;
	font-size: 2.2rem;
}
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
.u-history-chronology {
	position : relative;
	padding : 0 0 20px 24px;
	overflow : hidden;
}
@media screen and (min-width: 768px), print {
	.u-history-chronology {
		padding : 0 0 20px;
		margin-top : -20px !important;
	}
}
.u-history-chronology:before {
	content : '';
	display : block;
	position : absolute;
	top : 32px;
	left : 0;
	bottom : 0;
	width : 8px;
	background : url(../img/historia/bg_history_ruler_sp.png) left top repeat-y;
	background-size : 8px 9px;
}
@media screen and (min-width: 768px), print {
	.u-history-chronology:before {
		left : 50%;
		margin-left : -7px;
		width : 15px;
		background : url(../img/historia/bg_history_ruler_pc.png) left top repeat-y;
	}
}
@media screen and (min-width: 1024px), print {
	.u-history-chronology:before {
		top : 67px;
	}
}
.u-history-chronology:after {
	content : '';
	display : inline-block;
	width : 10px;
	height : 16px;
	position : absolute;
	bottom : -16px;
	left : -4px;
	background : url(../img/historia/bg_history_rulerend_sp.png) left top repeat-y;
	background-size : 10px 16px;
}
@media screen and (min-width: 768px), print {
	.u-history-chronology:after {
		left : 50%;
		margin-left : -7px;
		width : 15px;
		height : 21px;
		background : url(../img/historia/bg_history_rulerend_pc.png) left top repeat-y;
	}
}
@media screen and (min-width: 768px), print {
	.u-history-chronology ul {
		*zoom : 1;
		padding-top: 85px;
		list-style: none;
	}
	.u-history-chronology ul:after {
		content : ' ';
		display : table;
		clear : both;
	}
}
.u-history-chronology ul li {
	position : relative;
	opacity : 0;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-transition : all 0.5s ease;
	        transition : all 0.5s ease;
	-webkit-transform : translateX(50%);
	    -ms-transform : translateX(50%);
	        transform : translateX(50%);
}
@media screen and (min-width: 768px), print {
	.u-history-chronology ul li {
		width : calc(50% + 2px);
	}
}
.u-history-chronology ul li:before {
	/* content : ''; */
	display : inline-block;
	position : absolute;
	top : 32px;
	left : 50%;
	right : 130px;
	height : 1px;
	background : #eee;
	-webkit-transition : all 0.8s ease;
	        transition : all 0.8s ease;
}
.u-history-chronology ul li:after {
	content: '\25CF';
	font-size: 30px;
	display : inline-block;
	position : absolute;
	top : 27px;
	left : 50%;
	width : 1px;
	height : 1px;
	-webkit-transition : all 0.8s ease;
	        transition : all 0.8s ease;
}
#content-area .u-history-chronology ul li h2 {
	text-align : left;
	font-size : 50px;
	font-size : 80px;
	font-size : 5rem;
	color: #eb0000;
	line-height : 1;
}
@media screen and (min-width: 1024px), print {
	#content-area .u-history-chronology ul li h2 {
		font-size: 20px;
		font-weight: 300;
	}
}
.u-history-chronology ul li .chronology-info {
	margin-top : 15px;
	position : relative;
	padding-right : 117px;
	line-height: 20px;
	font-size: 15px;
}
@media screen and (min-width: 1024px), print {
	.u-history-chronology ul li .chronology-info {
		margin-top: 10px;
		min-height: 350px;
	}
}
.u-history-chronology ul li .chronology-info .chronology-img {
	width : 99px;
	position : absolute;
	right : 0;
	top : 0;
}
@media screen and (min-width: 1024px), print {
	.u-history-chronology ul li .chronology-info .chronology-img {
		width : 198px;
	}
}
.u-history-chronology ul li .chronology-info h3 {
	font-family : SuzukiPROHeadline;
	font-size : 20px;
	font-size : 32px;
	font-size : 2rem;
	color : #0098db;
}
@media screen and (min-width: 1024px), print {
	.u-history-chronology ul li .chronology-info h3 {
		font-size : 36px;
		font-size : 3.6rem;
		margin-bottom : 13px;
	}
}
.u-history-chronology ul li .chronology-info h4 {
	margin-top : 7px;
	font-family : SuzukiPROHeadline;
	font-size : 15px;
	font-size : 24px;
	font-size : 1.5rem;
}
@media screen and (min-width: 1024px), print {
	.u-history-chronology ul li .chronology-info h4 {
		font-size : 23px;
		font-size : 2.3rem;
		margin-top : 17px;
	}
}
.u-history-chronology ul li + li {
	margin-top : 35px;
}
@media screen and (min-width: 768px), print {
	.u-history-chronology ul li + li {
		margin-top : -100px;
	}
}
@media screen and (min-width: 1024px), print {
	.u-history-chronology ul li + li {
		margin-top : -220px;
	}
}
@media screen and (min-width: 768px), print {
	.u-history-chronology ul li:nth-child(odd) {
		-webkit-transform : translateX(-50%);
		    -ms-transform : translateX(-50%);
		        transform : translateX(-50%);
		float : left;
		padding-right : 45px;
	}
	.u-history-chronology ul li:nth-child(odd):before {
		left : 142px;
		right : 115px;
		-webkit-transition : all 0.8s ease;
		        transition : all 0.8s ease;
	}
	.u-history-chronology ul li:nth-child(odd):after {
		left : auto;
		right : 110px;
		border-right : none;
		-webkit-transition : all 0.8s ease;
		        transition : all 0.8s ease;
	}
	#content-area .u-history-chronology ul li:nth-child(odd) h2 {
		text-align : left;
	}
	.u-history-chronology ul li:nth-child(odd) .chronology-info {
		padding-right : 0;
		padding-left : 117px;
	}
	.u-history-chronology ul li:nth-child(odd) .chronology-info .chronology-img {
		right : auto;
		left : 0;
	}
}
@media screen and (min-width: 1024px), print {
	.u-history-chronology ul li:nth-child(odd) {
		padding-right : 90px;
	}
	.u-history-chronology ul li:nth-child(odd):before {
		left : 265px;
		right : 170px;
		top : 65px;
	}
	.u-history-chronology ul li:nth-child(odd):after {
		right : 166px;
		top : 0;
	}
	.u-history-chronology ul li:nth-child(odd) .chronology-info {
		padding-left: 0;
	}
}
@media screen and (min-width: 768px), print {
	.u-history-chronology ul li:nth-child(even) {
		float : right;
		padding-left : 45px;
	}
	.u-history-chronology ul li:nth-child(even):before {
		left : 115px;
		right : 120px;
		-webkit-transition : all 0.8s ease;
		        transition : all 0.8s ease;
	}
	.u-history-chronology ul li:nth-child(even):after {
		left : 110px;
		-webkit-transition : all 0.8s ease;
		        transition : all 0.8s ease;
	}
}
@media screen and (min-width: 1024px), print {
	.u-history-chronology ul li:nth-child(even) {
		padding-left : 90px;
	}
	.u-history-chronology ul li:nth-child(even):before {
		left : 170px;
		right : 265px;
		top : 65px;
	}
	.u-history-chronology ul li:nth-child(even):after {
		left : 166px;
		top : 0;
	}
	.u-history-chronology ul li:nth-child(even) .chronology-info {
		padding-right: 0;
	}
	.u-history-chronology ul li:nth-child(even) .chronology-info .chronology-img {
		width : 240px;
	}
}
@media screen and (min-width: 1024px), print {
	.u-history-chronology ul li.pc-imgs .chronology-info {
		padding-right : 215px;
	}
	.u-history-chronology ul li.pc-imgs .chronology-info .chronology-img {
		width : 198px;
	}
}
.u-history-chronology ul li.is-active {
	-webkit-transform : translateX(0);
	    -ms-transform : translateX(0);
	        transform : translateX(0);
	opacity : 1;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.u-history-chronology ul li.is-active:before {
	left : -5px;
}
.u-history-chronology ul li.is-active:after {
	left : -9px;
}
@media screen and (min-width: 768px), print {
	.u-history-chronology ul li.is-active:nth-child(odd):before {
		left : 142px;
		right : 15px;
	}
	.u-history-chronology ul li.is-active:nth-child(odd):after {
		left : auto;
		right : 10px;
	}
}
@media screen and (min-width: 1024px), print {
	.u-history-chronology ul li.is-active:nth-child(odd):before {
		left : 265px;
		right : 20px;
	}
	.u-history-chronology ul li.is-active:nth-child(odd):after {
		right: 30px;
	}
}
@media screen and (min-width: 768px), print {
	.u-history-chronology ul li.is-active:nth-child(even):before {
		left : 15px;
	}
	.u-history-chronology ul li.is-active:nth-child(even):after {
		left : 10px;
	}
}
@media screen and (min-width: 1024px), print {
	.u-history-chronology ul li.is-active:nth-child(even):before {
		left : 20px;
	}
	.u-history-chronology ul li.is-active:nth-child(even):after {
		left : -27px;
	}
}

.u-history-chronologyend {
	margin-top : 15px;
}
@media screen and (min-width: 768px), print {
	.u-history-chronologyend {
		text-align : center;
	}
}
@media screen and (min-width: 1024px), print {
	.u-history-chronologyend {
		width : 920px;
		margin : 30px auto 0;
	}
}
#content-area .u-history-chronologyend h2 {
	font-family : 'Playfair Display', serif;
	font-size : 50px;
	font-size : 80px;
	font-size : 5rem;
	color : #003145;
	line-height : 1;
}
@media screen and (min-width: 1024px), print {
	#content-area .u-history-chronologyend h2 {
		font-size : 100px;
		font-size : 10rem;
	}
}
.u-history-chronologyend h3 {
	font-family : SuzukiPROHeadline;
	font-size : 18px;
	font-size : 28.8px;
	font-size : 1.8rem;
	color : #0098db;
	margin-top : 5px;
}
@media screen and (min-width: 1024px), print {
	.u-history-chronologyend h3 {
		font-size : 36px;
		font-size : 3.6rem;
		width : 480px;
		margin : 12px auto 0;
		line-height : 1.25;
	}
}
.u-history-chronologyend p {
	margin-top : 5px;
}
@media screen and (min-width: 1024px), print {
	.u-history-chronologyend p {
		margin-top : 15px;
	}
}

/* Marcas */
.banner-marcas-page{
	/* background-image: url(../img/banner-marcas-i.png); */
	background-size: cover;
	padding: 0vh 0;
	text-align: center;
	color: #ffffff;
}
.banner-marcas-page&gt;h1{

}

section.secundario{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section.secundario&gt;div{
	width: 50%;
}
section.secundario&gt;div:first-child h2 {
	font-size: 2.8rem;
	font-weight: 200;
}

section.secundario&gt;div:first-child {
	padding: 0 3%;
	text-align: center;
}

section.secundario&gt;div:first-child h2 strong {
	display: block;
	color: red;
	border-bottom: 2px solid #c1c1c1;
	margin-bottom: 15px;
}

section.sub-categorias {
	margin: 2% 0;
}
section.sub-categorias&gt;div&gt;div.content&gt;div{
	padding: 15px;
}
section.sub-categorias&gt;div&gt;div.content&gt;div&gt;div {
	box-shadow: 1px 1px 3px 0px #c1c1c1;
	position: relative;
}
section.sub-categorias&gt;div&gt;div.content&gt;div&gt;div&gt;h2{
	text-align: center;
	display: block;
	left: 0;
	bottom: 12%;
	position: absolute;
	width: 100%;
	margin: 0;
}
section.sub-categorias&gt;div&gt;div.content&gt;div&gt;div&gt;h2&gt;span{
	position: relative;
	background-color: red;
	color: #fff;
	font-weight: 300;
	font-size: 1.5rem;
	padding: 6px 20px 0;
	border-radius: 16px;
}
section.sub-categorias&gt;div&gt;div.content&gt;div&gt;div&gt;a.over {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	top: 0;
	left: 0;
	background-color: #ff00004f;
	align-content: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: opacity .7s;
	opacity: 0;
	cursor: pointer;
}
section.sub-categorias&gt;div&gt;div.content&gt;div&gt;div:hover a.over {
	opacity: 1;
	text-decoration: none;
}
section.sub-categorias&gt;div&gt;div.content&gt;div&gt;div&gt;a.over&gt;span {
	display: inline-block;
	padding: 6px 15px 0;
	border: 1px solid #fff;
}

section.cate-marcas {
	text-align: center;
}
section.cate-marcas&gt;div&gt;.content-marca{padding: 15px 0;}
section.cate-marcas&gt;div&gt;.content-marca&gt;h2 {
	text-align: center;
	font-size: 3.5rem;
	color: #e32624;
	margin: 15px 0;
}
section.cate-marcas&gt;div&gt;.content-marca&gt;.row {
	justify-content: center;
}

section.categorias{
	padding: 4vw 0;
}

section.categorias .row&gt;a{
	display: block;
	text-align: center;
	text-decoration: none !important;
}

section.categorias .row&gt;a&gt;div{
	background-color: #e0eed4;
	padding: 5px;
	color: #6dac3b;
}
section.categorias .row&gt;a:nth-child(1)&gt;div{
	background-color: #f3dbdb;
	color: #c3291c;
}
section.categorias .row&gt;a:nth-child(2)&gt;div{
	background-color: #c9ced6;
	color: #152f4a;
}
section.categorias .row&gt;a&gt;div&gt;img{

}
section.categorias .row&gt;a&gt;div&gt;div{

}
section.categorias .row&gt;a&gt;div&gt;div&gt;h4{
	font-size: 1.6rem;
	font-weight: 300;
	margin: 0;
	padding: 20px 0 10px;
}


/* Interna producto */
section.productos-imgs{
	padding: 3% 0;
}
section.productos-imgs .view-product{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
section.productos-imgs .view-product&gt;div.datos {
	width: 32%;
}

section.productos-imgs .view-product&gt;div.datos h1 {
	background-color: #f41413;
	color: #fff;
	padding: 10px 20px 4px;
	font-size: 26px;
	font-weight: 300;
	text-align: right;
}

section.productos-imgs .view-product&gt;div.datos&gt;div {
	margin: 30px 0 0;
}

section.productos-imgs .view-product&gt;div.datos&gt;div&gt;div {padding: 15px 0;cursor: pointer;}

section.productos-imgs .view-product&gt;div.datos&gt;div&gt;div&gt;span {
	font-weight: 300;
	font-size: 20px;
	margin-left: 20px;
	color: #afafb0;
}

section.productos-imgs .view-product&gt;div.datos&gt;div&gt;div:hover span {
	color: #e32416;
}
section.productos-imgs .carrusel{
	position: relative;
	overflow: hidden;
	width: 800px;
	padding: 0 35px;
	margin: 0 auto;
}
section.productos-imgs .carrusel .swiper-container{
	overflow: hidden;
	padding: 10px;
}
section.productos-imgs .carrusel .swiper-container .swiper-slide{
	padding: 15px;
	box-shadow: 1px 1px 7px #c1c1c1;
	border-radius: 10px;
	cursor: pointer;
}
section.productos-imgs .carrusel .swiper-container .swiper-slide img{
	width: 100%;
}
section.productos-imgs .carrusel .swiper-container .swiper-slide h4{
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin: 10px 0 0;
	color: #646464;
}
section.productos-imgs .carrusel .swiper-container .swiper-slide:hover h4, 
section.productos-imgs .carrusel .swiper-container .swiper-slide.active h4 {
	color: #f41413;
}

section.productos-imgs .carrusel .swiper-container .swiper-button-next:after, 
section.productos-imgs .carrusel .swiper-container .swiper-button-prev:after{
	font-size: 26px;
	color: #acacad;
}

section.info-producto{

}
section.info-producto&gt;div {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

section.info-producto&gt;div&gt;div {
	width: 50%;
}

section.info-producto&gt;div&gt;div.texto {
	padding: 0 30px;
}

section.info-producto&gt;div&gt;div.texto&gt;div h3 {
	font-size: 20px;
	color: #f41413;
}

section.info-producto&gt;div&gt;div.texto&gt;div div ul {
	margin: 0;
	padding-left: 10px;
	color: #acacad;
	font-weight: 100;
	font-size: 14px;
}


.contenido ul&gt;li::marker {
	color: #e32414;
	font-size: 1.5vw;
}


/* Noticias */
.banner-noticias-page{
	background-image: url(../img/banner-noticias.png);
	background-size: cover;
	padding: 14vh 0;
	text-align: center;
	color: #ffffff;
}

section.contenido-not{
	padding: 50px;
}

section.contenido-not .desc {
	max-height: 500px;
	height: 350px;
	margin-top: 40px;
	overflow-y: scroll;
	text-align: justify;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
section.contenido-not .desc::-webkit-scrollbar {
  display: none;
}

.contenido-not .row .row {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 2px solid #e32414;
}

.contenido-not h6 {
	margin-bottom: 20px;
}


/* Documento */
.banner-docu-page{
	background-image: url(../img/banner-documentos.png);
	background-size: cover;
	padding: 14vh 0;
	text-align: center;
	color: #ffffff;
}
.banner-docu-page&gt;h1{

}

.page-template-page-documentos .contenido .container {
	display: flex;
	padding: 5vw 0;
}

.page-template-page-documentos .contenido .container .imagen {
	width: 45%;
}

.page-template-page-documentos .contenido .container .imagen&gt;img {
	width: 100%;
	max-width: 500px;
}

.page-template-page-documentos .contenido .container .cuerpo {
	width: 55%;
	padding: 0 5vw;
}

.page-template-page-documentos .contenido .container .cuerpo&gt;p {
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
}

.page-template-page-documentos .contenido .container .cuerpo&gt;ul {
	font-size: 15px;
	font-weight: 200;
	margin-top: 30px;
}

.page-template-page-documentos .contenido .container .cuerpo&gt;ul ::marker {
	color: #ba0e1b;
}

.page-template-page-documentos .contenido .container .cuerpo&gt;ul a {
	color: #b4121d;
	font-size: 12px;
	margin-left: 12px;
	font-weight: 300;
}

/* RES */
.banner-res-page{
	background-image: url(../img/banner-rse.png);
	background-size: cover;
	padding: 14vh 0;
	text-align: center;
	color: #ffffff;
}

.reso.contenido .container {
	display: flex;
	padding: 5vw 0;
}

.reso.contenido .container .imagen {
	width: 45%;
}

.reso.contenido .container .imagen&gt;img {
	width: 100%;
	max-width: 500px;
}

.reso.contenido .container .cuerpo {
	width: 55%;
	padding: 0 35px;
	max-height: 500px;
	height: 350px;
	margin-top: 0px;
	overflow-y: scroll;
	text-align: justify;
}

.reso.contenido .container .cuerpo&gt;p {
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
}

.reso.contenido .container .cuerpo&gt;ul {
	font-size: 15px;
	font-weight: 200;
	margin-top: 30px;
}
.reso.contenido .container .cuerpo&gt;ul&gt;li {
	font-weight: 300;
	font-size: 17px;
}

.reso.contenido .container .cuerpo&gt;ul ::marker {
	color: #ba0e1b;
}

.reso.contenido .container .cuerpo&gt;ul a {
	color: #b4121d;
	font-size: 12px;
	margin-left: 12px;
	font-weight: 300;
}

/*MEDIA MOBILE 775PX*/
@media only screen and (max-width: 775px) {
	header&gt;div&gt;nav.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px !important;
	}
	header&gt;div&gt;nav.navbar&gt;.navbar-brand {
    position: relative;
    width: 130px;
	}
	header&gt;div&gt;nav.navbar&gt;.navbar-brand&gt;a {
    position: absolute;
    top: -33px;
	}
	header&gt;div&gt;nav.navbar&gt;.navbar-collapse &gt;ul#menu-menu-principal li ul.dropdown-menu{
		border: 0;
	}

	/* Home */
	.banner-main h1{
		top: 30%;
    right: 7%;
    width: 27%;
    font-size: 1.3rem;
	}
	section.banner-somos .texto{
		position: relative;
    top: 0;
    right: 0;
    color: #f40004;
    width: 100%;
    padding: 20px;
    text-align: center;
	}
	section.banner-somos .texto p {
    font-size: 18px;
    text-align: left;
    line-height: 23px;
	}
	section.rse .row&gt;div:first-child, section.familia .row&gt;div:nth-child(1), section.sala .row&gt;div:first-child{
		margin: 10px 0;
	}
	section.familia .row&gt;div:nth-child(1) {
    order: inherit;
	}
	section.rse .row&gt;div:first-child&gt;div h2{
		font-size: 27px;
    line-height: 35px;
	}
	section.marcas {
    height: 26vh;
	}
	section.marcas div h2{
		font-size: 30px;
	}
	section.logos&gt;div ul li{
		width: 20%;
	}
	section.logos&gt;div ul li img {
    width: 100%;
	}
	section.certi h2{
		font-size: 30px;
	}
	.swiper{
		padding-bottom: 45px;
	}
	.swiper-backface-hidden .swiper-slide{
		text-align: center;
	}

	/* Quienes somos */
	section.valores .row&gt;div.col-md-8 .videos_somos{
		height: 56.555vw;
	}
	section.valores .row&gt;div.col-md-4&gt;div{
		height: 60.77vw;
		opacity: 1;
	}
	#content-area .u-history-chronology ul li h2{
		font-size: 1.6rem;
	}
	.u-history-chronology ul li .chronology-info{
		padding-right: 15px;
	}
	.u-history-chronology ul li.is-active:after {
    left: -63px;
	}

	/* CategorÃ­a */
	section.secundario {
    display: block;
	}
	section.secundario&gt;div {
    width: 100%;
	}
	section.secundario&gt;div:first-child {
    padding: 3% 3%;
    text-align: center;
	}
	section.secundario&gt;div:first-child h2 {
    font-size: 1.8rem
	}

	section.productos-imgs .view-product {
    display: block;
	}
	section.productos-imgs .view-product&gt;div.datos {
    width: 100%;
	}
	section.productos-imgs .view-product&gt;div.datos h1{
		font-size: 22px;
	}

	section.productos-imgs .carrusel{
		width: 100%;
	}
	section.info-producto&gt;div{
		display: block;
	}
	section.info-producto&gt;div&gt;div{
		width: 100%;
	}
	section.info-producto&gt;div&gt;div.texto {
    padding: 20px 30px;
	}
	section.info-producto&gt;div&gt;div&gt;img.img-fluid {
    display: none;
	}

	section.contenido-not{
		padding: 20px 0px;
	}

	section.reso.contenido ,
	.page-template-page-documentos .contenido{
    padding: 0 15px;
	}
	.reso.contenido .container ,
	.page-template-page-documentos .contenido .container{
    display: block;
	}
	.reso.contenido .container .imagen ,
	.page-template-page-documentos .contenido .container .imagen{
    width: 100%;
	}
	.reso.contenido .container .cuerpo,
	.page-template-page-documentos .contenido .container .cuerpo{
		width: 100%;
    padding: 20px 0px;
	}

}
</pre></body></html>