/******************************
/*----RESET*/

/*******************************/

*,
ul {
  padding: 0px;
  margin: 0px;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
*:hover,
*:focus {
  outline: none;
}
/******************************
/*----IMPORT*/

/*******************************/

@font-face {
  font-family: 'sciflysans';
  src: url('font/scifly-sans-webfont.eot');
  src: url('font/scifly-sans-webfontd41d.eot?#iefix') format('embedded-opentype'), url('font/scifly-sans-webfont.woff') format('woff'), url('font/scifly-sans-webfont.ttf') format('truetype'), url('font/scifly-sans-webfont.svg#sciflysans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kawoszeh';
  src: url('font/kawoszeh-webfont.eot');
  src: url('font/kawoszeh-webfontd41d.eot?#iefix') format('embedded-opentype'), url('font/kawoszeh-webfont.woff') format('woff'), url('font/kawoszeh-webfont.ttf') format('truetype'), url('font/kawoszeh-webfont.svg#kawoszeh') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'blokletters-balpen';
  src: url('font/blokletters-balpen-webfont.eot');
  src: url('font/blokletters-balpen-webfontd41d.eot?#iefix') format('embedded-opentype'), url('font/blokletters-balpen-webfont.woff') format('woff'), url('font/blokletters-balpen-webfont.ttf') format('truetype'), url('font/blokletters-balpen-webfont.svg#blokletters-balpen') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aleo-bold';
  src: url('font/aleo-bold-webfont.eot');
  src: url('font/aleo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('aleo-bold-webfont.woff2') format('woff2'), url('font/aleo-bold-webfont.woff') format('woff'), url('font/aleo-bold-webfont.ttf') format('truetype'), url('font/aleo-bold-webfont.svg#kawoszeh') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aleo-regular';
  src: url('font/aleo-regular-webfont.eot');
  src: url('font/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('aleo-regular-webfont.woff2') format('woff2'), url('font/aleo-regular-webfont.woff') format('woff'), url('font/aleo-regular-webfont.ttf') format('truetype'), url('font/aleo-regular-webfont.svg#kawoszeh') format('svg');
  font-weight: normal;
  font-style: normal;
}
/******************************
/*----GLOBAL*/

/*******************************/

body {
  font-family: arial;
  font-size: 13px;
  color: #7a5b30;
  background: #b5bcb4;
}
.float-left {
  float: left!important;
}
.float-right {
  float: right!important;
}
.bg-load {
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 11111;
}
.bg-load .load {
  width: 32px;
  height: 32px;
  background: url('../images/sp-loading.gif') no-repeat;
  position: fixed;
  left: 50%;
  margin-left: -16px;
  z-index: 11112;
  top: 40%;
}
.load-complete .bg-load {
  display: none;
}

.boton-responsive,
.boton-responsive-2 {
  display: none;
  background: #587531;
  width: 44px;
  height: 38px;
  padding: 10px;
  text-indent: -9999px;
  top: 56px;
  left: 10px;
  position: absolute;
}
.boton-responsive-2 {
  display: none !important;
}

.boton-responsive-2.dnone{
  display: none !important;
}

.boton-responsive .navicon-line,
.boton-responsive-2 .navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: white;
}
.boton-responsive-2 {
  left: auto;
  right: 10px;
}
/******************************
/*----LAYOUT*/

/*******************************/

.lay-wrap-content {
  position: relative;
}
.lay-content-inner {
  position: relative;
  /*width:100%;*/
  /*max-width:1200px;*/
  margin: auto;
}
.lay-wrap-content .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 947px;
  height: 100%;
}
.lay-gral-left {
  float: left;
  width: 40%;
}
.lay-gral-right {
  float: right;
  width: 60%;
}
/*----HEADER*/

/*******************************/

.header {
  clear: both;
  max-width: 1145px;
  padding: 0 10px;
  margin: auto;
  min-height: 138px;
}
.logo {
  display: block;
  background: url("../images/logo.png") no-repeat;
  width: 246px;
  height: 113px;
  float: left;
  margin-top: 25px;
}
/*----FOOTER*/

/*******************************/

footer {
  color: white;
  font-family: arial;
  font-size: 11px;
  max-width: 1170px;
  bottom: 0px;
  margin: 48px auto 0;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
  padding: 10px 0;
  overflow: hidden;
}
footer .float-left {
  margin-left: 22px;
}
footer a {
  color: white;
}
footer .float-right {
  margin-top: 12px;
  margin-right: 22px;
}
/******************************
/*----NAV*/

/*******************************/

.nav-main {
  background: url("../images/bg-nav.png") no-repeat right;
  width: 755px;
  height: 55px;
  position: relative;
  z-index: 2;
  float: right;
  margin-top: 60px;
  font-size: 16px;
}
.nav-main > ul {
  padding-left: 32px;
}
.nav-main > ul > li {
  display: inline-block;
  margin-right: 38px;
  margin-top: 10px;
  padding-top: 4px;
  position: relative;
}
.nav-main > ul > li.last {
  margin-right: 0px;
}
.nav-main > ul > li:hover ul {
  display: block;
}
.nav-main > ul > li:hover:before,
.nav-main > ul > li.hover:before,
.nav-main > ul > li.active:before {
  display: block;
}
.nav-main a {
  color: white;
  font-family: 'sciflysans';
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #314c3f;
}
.nav-main > ul > li > a:hover,
.nav-main > ul > li.hover > a,
.nav-main > ul > li.active > a {
  color: #fff12d;
}
.nav-main .fb {
  margin-right: 25px;
  top: -4px;
  left: -4px;
}
.nav-main .fb a {
  display: block;
  background: url('../images/navFacebook.png') no-repeat;
  width: 149px;
  height: 27px;
}
.nav-main .fb:before {
  margin-top: -8px;
}
.nav-main .fb a:hover {
  background: url('../images/navFacebookHover.png') no-repeat;
}
.wrap-nav-main {
  position: relative;
  width: 755px;
  float: right;
}
.wrap-nav-main .nav-main {
  position: relative;
  z-index: 1001;
}
.wrap-nav-main .sub-menu {
  display: none;
  position: absolute;
  z-index: 1000;
}
.wrap-nav-main .sub-menu.sub-menu-producto {
  top: 110px;
  left: 119px;
}
.wrap-nav-main .sub-menu.sub-menu-idioma {
  right: 0px;
  top: 105px;
}
.wrap-nav-main .sub-menu li {
  margin-top: -15px;
  position: relative;
}
.wrap-nav-main .sub-menu li.one {
  z-index: 3;
}
.wrap-nav-main .sub-menu li.two {
  z-index: 2;
}
.wrap-nav-main .sub-menu li.three {
  z-index: 1;
  margin-top: -18px;
}
.wrap-nav-main .sub-menu a {
  display: block;
  width: 126px;
  height: 51px;
  /*background-image: url('../images/bg-li.png');*/
  background-repeat: no-repeat;
  /* text-align: center; */
  line-height: 63px;
  color: white;
  font-size: 13px;
  text-indent: 10px;
  text-transform: uppercase;
  font-family: 'sciflysans';
}
.wrap-nav-main .sub-menu a:hover,
.wrap-nav-main .sub-menu a.active {
  background-position: -126px 0px;
  color: #fff12d;
}
.wrap-nav-main .sub-menu.sub-menu-idioma li {
  margin: 0px;
}
.wrap-nav-main .sub-menu.sub-menu-idioma a {
  /*background: url('../images/bg-lang.png') no-repeat 0 bottom;*/
  width: 109px;
  height: 34px;
  text-align: center;
  line-height: 40px;
}
/******************************
/*----SLIDE*/

/*******************************/

.slide-total .item-slide {
  float: left;
  position: relative;
  min-height: 648px;
  overflow: hidden;
}
/******************************
/*----VIEWS*/

/*******************************/

h3.subtitle {
  color: #9a2223;
  font-family: "aleo-bold";
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}
.wrap-cuaderno {
  position: relative;
  /*width:668px;*/

}
.bx-cuaderno {
  /*background: url('../images/bg-cuaderno.png') no-repeat;
    width: 1006px;
    height: 676px;
    width:668px;
    float: right;*/
  /*margin-top: 50px;   */
  position: relative;
  clear: both;
}
.list-cuaderno {
  /* position: absolute; */
  right: 54px;
  top: 184px;
  z-index: 1;
  clear: both;
  float: right;
  margin-top: 30px;
}
.list-cuaderno li {
  /*height:101px;
    width:32px;*/
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  cursor: pointer;
  color: white;
  margin: 0 2px;
  font-family: "aleo-bold", arial;
  /*text-indent:-9999px;*/

}
.list-cuaderno li.active {
  cursor: default;
}
.bx-cuaderno .tabla h2 {
  font-size: 37px;
}
.bx-cuaderno .item-cuaderno {
  display: none;
  min-height: 300px;
  /*padding:18px 28px 35px;*/

}
.bx-cuaderno .item-cuaderno.active {
  display: block;
}
.bx-cuaderno h2 {
  font-family: 'aleo-bold';
  color: #9a2223;
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: normal;
}
.bx-cuaderno p {
  font-size: 13px;
  color: white;
  font-family: 'blokletters-balpen';
  line-height: 27px;
}
.wrap-views {
  overflow: hidden;
  clear: both;
  min-height: 100%;
}
.wrap-views .view {
  max-width: 1050px;
  margin: auto;
}
.wrap-views .view .inner-view {
  background: url('../images/transparent.png') repeat;
  margin: 80px 0 0 0;
  padding: 42px 48px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  min-height: 464px;
}
.wrap-views .view.view-productos .inner-view {
  padding: 42px 48px 10px;
  height: 464px;
}
#slider_productos.royalSlider {
  height: 100% !important;
}
/*----.view-home*/

/*******************************/

.view-home {
  width: 100%;
  margin: auto;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 1010;
  cursor: pointer;
  top: 0;
}
.view-home .bg {
  background: url('../images/bg-home.jpg') center center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.view-home .sun {
  width: 100%;
  height: 100%;
  background: url("../images/sol.png") center center;
  background-size: cover;
  position: fixed;
  z-index: 5;
  top: 150px;
  left: -20px;
}
.view-home .left-tree {
  position: absolute;
  background-image: url("../images/home-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -50px;
  width: 30%;
  height: 100%;
  z-index: 2;
}
.view-home .right-tree {
  background-image: url("../images/home-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  right: -60px;
  height: 100%;
  width: 50%;
  z-index: 2;
}
/*----.view-filosofia*/

/*******************************/

.bx-pics {
  /*position: absolute;
    top: 206px;
    left: 36px;*/
  margin: 20px 0 0 40px;
  height: 320px;
}
.bx-pics img {
  opacity: 0;
  max-width: 226px;
  width: 100%;
  height: 161px;
  border: 12px solid #edf2ef;
  position: absolute;
  -moz-box-shadow: 5px 5px 10px #494743;
  -webkit-box-shadow: 5px 5px 10px #494743;
  box-shadow: 5px 5px 10px #494743;
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.bx-pics .item-pic {
  position: relative;
}
.bx-pics .item-pic-1 {
  z-index: 3;
  transform: rotate(-9deg);
}
.bx-pics .item-pic-2 {
  z-index: 2;
  top: 168px;
  transform: rotate(9deg);
  left: 20px;
}
.bx-pics img.active {
  opacity: 1;
}
.list-cuaderno li {
  /*background-image:url('../images/filosofia-tabs.png');*/
  padding: 10px 50px 10px 10px;
  border: 1px dotted white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.list-cuaderno li:hover,
.list-cuaderno li.active {
  border: 1px solid white;
}
.list-cuaderno-filosofia .li-1 {
  background: url('../images/i1.png') no-repeat 74px 4px;
}
.list-cuaderno-filosofia .li-2 {
  background: url('../images/i2.png') no-repeat 100px 3px;
}
.list-cuaderno-filosofia .li-3 {
  background: url('../images/i3.png') no-repeat 68px 3px;
}
.list-cuaderno-productos .li-1 {
  background: url('../images/i4.png') no-repeat 78px 2px;
}
.list-cuaderno-productos .li-2 {
  background: url('../images/i5.png') no-repeat 170px 2px;
}
/*.list-cuaderno-filosofia .li-2 {
    background-position:0 -102px;
}
.list-cuaderno-filosofia .li-3{
    background-position:0 -203px;
}*/

/*----.view-productos*/

/*******************************/

/*.list-cuaderno-productos li{
    background-image:url('../images/productos-tabs.png');   
}
.list-cuaderno-productos .li-2{
    background-position:0 -102px;
}
.list-cuaderno-productos .li-3{
    background-position:0 -203px;
}*/

.bx-table .row {
  /*background:url('../images/border-table-hor.png') no-repeat bottom;
    width:537px;*/
  overflow: hidden;
  padding: 1px  0;
  border-bottom: 1px dotted white;
}
.bx-table .row:last-child,
.bx-table .row.last {
  background: none;
}
.bx-table .col {
  float: left;
  /*padding:0 10px;*/

}
.bx-table .col.float-left .col-inner {
  padding: 0 0 0 10px;
}
.bx-table .col.float-right .col-inner {
  padding: 0 10px 0 0;
}
.bx-table .col.col-8 {
  width: 48%;
}
.bx-table .col.col-2 {
  width: 30%;
  min-height: 130px;
  text-align: center;
  /*background:url('../images/border-table-ver.png') repeat-y left;    */
  border-left: 1px dotted white;
}
.bx-table .col.col-2.last {
  width: 20%;
}
.bx-table  p {
  color: white;
  font-size: 13px;
  line-height: 21px;
}
.lista-vert img {
  width: 370px;
  height: 137px;
}
.wrap-list-vert {
  position: absolute;
  left: -200px;
  top: 0px;
}
.view-productos .bx-cuaderno {
  clear: both;
}
.view-productos .lay-gral-left {
  width: 52%;
}
.view-productos .lay-gral-right {
  width: 45%;
}
.view-productos .lay-gral-left img {
  margin-top: 80px;
  max-width: 502px;
  width: 100%;
  height: auto;
}
#slider_productos.rsDefault .rsThumbsHor {
  bottom: -205px;
  height: 126px;
  padding-bottom: 0 !important;
  position: absolute;
  overflow: visible;
}
#slider_productos.rsDefault .rsThumb {
  height: 126px;
  width: 48px;
  transition: all 0.5s;
}
#slider_productos.rsDefault .rsThumb.rsNavSelected {
  margin-top: -40px;
  background: none;
}
#slider_productos.rsDefault .rsThumb.rsNavSelected img {
  opacity: 1;
}
#slider_productos .bx-cuaderno .item-cuaderno {
  min-height: 340px;
}
/*----.view-procesos*/

/*******************************/

.view-procesos .img {
  width: 670px;
  text-align: center;
  margin: 108px 0 0 228px;
}
.view-procesos .img-text {
  padding: 260px 0 0 10px;
}
.list-steps {
  position: absolute;
  right: -30px;
  top: 140px;
}
.list-steps .step {
  width: 45px;
  height: 46px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  opacity: .5;
  cursor: pointer;
}
.list-steps .step:hover,
.list-steps .step.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.list-steps .step.active {
  cursor: default;
}
.list-steps .step.step-1 {
  background: url('../images/btn1.png') no-repeat;
}
.list-steps .step.step-2 {
  background: url('../images/btn2.png') no-repeat;
}
.list-steps .step.step-3 {
  background: url('../images/btn3.png') no-repeat;
}
.list-steps .step.step-4 {
  background: url('../images/btn4.png') no-repeat;
}
.list-steps .step.step-5 {
  background: url('../images/btn5.png') no-repeat;
}
.list-steps .step.step-6 {
  background: url('../images/btn6.png') no-repeat;
}
.list-steps .step.step-7 {
  background: url('../images/btn7.png') no-repeat;
}
.list-steps .step.step-8 {
  background: url('../images/btn8.png') no-repeat;
}
.list-steps .step.step-9 {
  background: url('../images/btn9.png') no-repeat;
}
.slide-vertical {
  height: 424px;
  overflow: hidden;
}
.slide-vertical.text img {
  position: absolute;
  top: 260px;
  left: 10px;
  width: 251px;
  height: 103px;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.slide-vertical.text .active {
  opacity: 1;
}
.wrap-views .view.view-productos .nav-productos {
  position: absolute;
  background: url('../images/bg-nav-pro.png') no-repeat;
  width: 185px;
  height: 164px;
  right: -140px;
  top: 50%;
  color: white;
  padding: 36px 0 0;
  margin-top: -76px;
  transition: all 0.3s ease 0s;
  z-index: 3;
}
.wrap-views .view.view-productos .nav-productos:hover {
  right: 0;
}
.wrap-views .view.view-productos .nav-productos a {
  color: white;
  font-size: 15px;
  display: block;
  background: url('../images/hoja.png') no-repeat;
  margin: 0 0 20px 20px;
  padding: 2px 0 2px 30px;
  font-family: 'aleo-regular';
}
.wrap-views .view.view-productos .nav-productos a:hover,
.wrap-views .view.view-productos .nav-productos a.active {
  background: url('../images/hoja.png') no-repeat 0 -22px;
}
#slider_procesos.rsDefault .rsThumbsHor {
  bottom: -175px;
  height: 55px;
  padding-bottom: 0 !important;
  position: absolute;
  overflow: visible;
}
#slider_procesos.rsDefault .rsThumb {
  background: url('../images/bg_step_procesos.png') no-repeat center top;
  height: 55px;
  width: 46px;
  transition: all 0.5s;
}
#slider_procesos.rsDefault .rsThumb .circle {
  background: #bab29b;
  border-radius: 25px;
  color: black;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 10px auto 0;
  text-align: center;
  width: 32px;
  font-family: 'aleo-bold';
  font-size: 18px;
}
#slider_procesos.rsDefault .rsThumb.rsNavSelected {
  margin-top: -25px;
}
#slider_procesos.rsDefault .rsThumb.rsNavSelected img {
  opacity: 1;
}
#slider_productos .bx-cuaderno .item-cuaderno {
  min-height: 340px;
}
/*----.view-contacto*/

/*******************************/

.buzon {
  position: absolute;
  top: 200px;
  left: 0px;
}
.icon-1,
.icon-2 {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
}
.icon-1 {
  background: url(../images/contacto1.png) no-repeat;
}
.icon-2 {
  background: url(../images/contacto2.png) no-repeat;
}
.view-contacto {
  font-family: 'blokletters-balpen';
}
.view-contacto .bx-form .col-2 {
  /*position: absolute;
    right: 150px;
    top: 110px;*/
  position: absolute;
  top: 170px;
  left: 50px;
}
.bx-form .col-6 {
  width: 50%;
}
.bx-form .col-6.first .inner-col {
  padding: 0 10px 0 60px;
}
.bx-form .col-6.first .inner-col.inner-col-2 {
  padding: 0 10px 0 10px;
  margin-top: 35px;
  text-align: center;
}
.bx-form .col-6 .inner-col .bx-form .row {
  clear: both;
  position: relative;
}
.bx-form .col {
  float: left;
  position: relative;
}
.bx-form .col.col-1,
.bx-form .col.col-3 {
  padding-left: 60px;
}
.bx-form .col.col-1 label {
  width: 82px;
}
.bx-form .col.col-3 label {
  width: 65px;
}
.bx-form .col.col-4 {
  margin-left: 100px;
}
.bx-form input,
.bx-form textarea {
  border: none;
  background: none;
}
.bx-form label {
  font-size: 16px;
  color: white;
  display: inline-block;
  vertical-align: top;
  font-family: 'aleo-regular';
  width: 140px;
  margin-bottom: 5px;
}
.bx-form .label-form {
  width: 106px;
  background: #656056;
  padding: 0 15px;
  border-radius: 6px 0 0 6px;
  height: 100%;
  line-height: 37px;
  margin: 0px;
  float: left;
  background: url('../images/bg_contact_1.png') no-repeat;
}
.bx-form .label-form.ta {
  background: url('../images/bg_contact_2.png') no-repeat;
}
.bx-form a {
  color: white;
  font-size: 14px;
}
.bx-form .bl-form {
  margin-bottom: 6px;
  position: relative;
}
.bx-form textarea {
  height: 127px;
  resize: none;
}
.bx-form button {
  background: #c32c28;
  border: none;
  cursor: pointer;
  font-family: serif;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 20px;
}
.bx-form .btn-send {
  background: url('../images/bg_contact_submit.png') no-repeat;
  font-size: 18px;
  padding: 0 15px;
  width: 106px;
  line-height: 37px;
  height: 37px;
  font-family: 'aleo-regular';
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
.bx-form input[type="text"],
.bx-form input[type="tel"],
.bx-form input[type="email"],
.bx-form textarea {
  border: 1px dotted white;
  padding: 6px 11px 6px;
  border-radius: 6px;
  z-index: 1;
  width: 77%;
  color: white;
  font-family: 'blokletters-balpen';
  margin: 0 0 0 -7px;
  position: relative;
}
.view-procesos .lay-gral-left {
  width: 70%;
}
.view-procesos .lay-gral-left .b-inner {
  text-align: center;
  margin-left: 1px;
  background: white;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.view-procesos .lay-gral-left img {
  height: auto;
  margin: 0 auto;
  max-height: 376px;
  max-width: 100%;
}
.view-procesos .lay-gral-right {
  width: 30%;
  padding: 130px 0 0 60px;
}
.view-procesos .lay-gral-right h3 {
  color: #9a2223;
  font-family: "aleo-bold";
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 10px;
}
.view-procesos .lay-gral-right p {
  color: white;
  font-family: "blokletters-balpen";
  font-size: 13px;
  line-height: 27px;
}
.rsDefault .rsArrowIcn {
  background: none;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background: url(../images/arrow.png) 0 0 no-repeat !important;
  width: 22px;
  height: 46px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background: url(../images/arrow.png) -32px 0 no-repeat !important;
  width: 22px;
  height: 46px;
}
.sb-slidebar.sb-slidebar-menu {
  background: #b5bcb4;
}
.inner-sb-slidebar {
  color: black;
  padding: 15px;
}
.inner-sb-slidebar h3 {
  color: #9a2223;
  font-family: "aleo-bold";
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 15px;
}
.inner-sb-slidebar .menu {
  display: block;
}
.inner-sb-slidebar .menu li {
  display: block;
  margin: 10px 0;
}
.inner-sb-slidebar .menu li a {
  color: white;
  font-family: "sciflysans";
  font-size: 16px;
  text-shadow: 1px 1px 0 #314c3f;
  text-transform: uppercase;
}
.inner-sb-slidebar .menu .fb a {
  background: url("../images/navFacebook.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 27px;
  width: 149px;
}
.inner-sb-slidebar .menu .fb a:hover {
  background: url("../images/navFacebookHover.png") no-repeat scroll 0 0 transparent;
}
.inner-sb-slidebar > ul > li > a:hover,
.inner-sb-slidebar > ul > li.hover > a,
.inner-sb-slidebar > ul > li.active > a {
  color: #fff12d;
}
.slide-total {
  position: relative;
}
.sb-slidebar-menu .nav-productos {
  background: none;
  position: relative;
}
.inner-sb-slidebar .nav-productos {
  display: block;
}
.inner-sb-slidebar .nav-productos li {
  display: block;
  margin: 10px 0;
}
.inner-sb-slidebar .nav-productos li a {
  color: white;
  font-family: "sciflysans";
  font-size: 16px;
  text-shadow: 1px 1px 0 #314c3f;
  text-transform: uppercase;
}
.rsOverflow {
  /*width: 100% !important;*/
  min-height: 518px;
}
.title-mobile {
  color: #9a2223;
  font-family: "aleo-bold";
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 20px;
  display: none;
  text-align: center;
}
html,
body,
.st-container,
.st-pusher,
.st-content {
  height: 100%;
}
.st-content {
  overflow-y: scroll;
  background: #f3efe0;
}
.st-content,
.st-content-inner {
  position: relative;
}
.st-container {
  position: relative;
}
.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-menu, .st-menu2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 200px;
  height: 100%;
  background: #48a770;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.st-menu2 {
  left: auto;
  right: 0;
  display: none;
}


.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */

.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Individual effects */

/* Effect 3: Push*/

.st-effect-3.st-menu-open .st-pusher {
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
.st-effect-3.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-3.st-menu-open .st-effect-3.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.st-effect-3.st-menu::after {
  display: none;
}


.st-effect-2.st-menu-open .st-pusher {
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}
.st-effect-2.st-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.st-effect-2.st-menu-open .st-effect-2.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.st-effect-2.st-menu::after {
  display: none;
}
