html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.imgServicios {
    width: 40%;
    flex: 1;
    margin: 1%; float: left;
}
.izq h1{margin-top: 2px; margin-bottom: 2px;}
.izq h2{margin-top: 0px; margin-bottom: 0px;}
section, header, footer, nav, div, span, ul, li, a {
    box-sizing: border-box;    font-family: 'Open Sans', sans-serif; 
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #f2f2f2;
}

header nav {
}

header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header ul li {
    display: inline-block;
    padding: 0 20px;
}

header ul a {
    font-weight: 700;
    text-decoration: none;
    color: #4d4d4d;
    height: 50px;
    display: block;
    position: relative;
}

header ul a span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

section {
    float: left;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0; 
}
input.form-control.mr-sm-2 {
    height: 25px;
    margin-bottom: 7%;
}
.bg-dark {
     background-color: transparent!important;
     background-image: url(../img/cabezal.png);
    height: 90px;
    padding-left: 30%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
nav.navbar.navbar-expand-md.navbar-dark.fixed-top.bg-dark {
    padding-left: 30%;    padding-top: 0;

}
  .row.muebles {
    width: 90%;
    margin: 0 auto;
  
}
img.imgMueble {
    width: 100%;
}
.item p {
    margin-bottom: 1px!important;
}
a.nav-link {
    padding: 0 0;
}
.nav-link {
    display: block;
    /* padding: .5rem 1rem; */
}
button.btn.btn-outline-success.my-2.my-sm-0 {
    height: 30px;
    margin-bottom: 20px!important;
    padding-bottom: 30px!important;
}
h2.tituloMueble {

    text-align: right;
    font-size: 1.8em;
    text-transform: uppercase;
 
    padding-right: 5%;margin-bottom: 3%;
}
.espacioSup {height: 120px; width: 100%;}
.item {
    width: 31.333333%;
    float: left;
    border: 1px silver solid;
    margin: 0 1% 10px 1%;
}
.outer {
  display: inline-block;
  overflow-x: scroll;
  max-width: 1000px;
  width: 70%;
  float: left;background-color: #f3f3f8;

}
.amarillo{background-color: #ffbe00;}
.flex {
  display: flex;
}
.box {
    padding: 1%;
    min-width: 300px;
    
    margin: 1%; background-color: white;
}
.box img {
    width: 100%;
}
.opcionSubMenu {
    padding: 6% 0% 0% 2%;
    border-bottom: 1px silver solid;
    height: 25%;
    /*background-image: url(../img/btnBg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; */   
    display: flex;
     align-items: flex-start;
  flex-wrap: nowrap;background-color: #f3f3f8;
}
.subMenu.wrapper {
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
    margin-right: .5%;
}
.subMenu {
    padding: 0!important;
}
a.subNav-link {
    color: black;
    font-family: 'Open Sans', sans-serif;
    /* font-weight: 600; */
    font-size: 1.3em;
    /* text-shadow: 2px 2px black; */
    flex: 2;
    margin-top: 6%;
    text-transform: capitalize;
}
.imgSubMenu{width: 100%; flex: 1;}
img.imgMuebleIntro {
    width: 30%;
    margin: 0 2% 0 0;
}
.divIni img {width: 30%; float: left; margin-right: 1%;}
.imgInicio {width: 80%;    float: right;}
#section-section1 {   
    background-color:black;color:white; background-image:url(../img/fnd.jpg); background-repeat: no-repeat; background-size: 100% 100%;
}
.inicioDiv {
    float: left;padding-top: 30px;
}
#section-section2 {
    background: white;    
}
.item h4 {font-size: 1.3em; margin-bottom: 1px;}
.contenido {
    height: 440px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#section-section3 {
    background: white;
}

#section-section4 {
    background: #efffe3;
}

.horizon-prev, .horizon-next {
    position: fixed;
    top: 50%;
    margin-top: -24px;
    z-index: 9999;
}

.horizon-prev {
    left: 20px;
}

.horizon-next {
    right: 20px;
}