#local{
  width: 317px;
}

.title-conocenos{
  color: black;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.125;
}

.local-container{
  text-align: center;
  margin: auto;
}

.left-index{
  width: 40%;
}

.right-index{
  width: 45%;
  text-align: center;
}

.left-rigt-container{
  display: flex;
  flex-wrap: wrap;
}

.xsubtitle{
  color: currentColor;
  margin-bottom: 0.5rem;
  font-size: 17px;
  font-weight: 600;
}

.xDescripcion{
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  color: blue;
}

.xNegritas{
  font-weight: 800;
}


.slider0{
  background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(194, 150, 8, 0.5)), to(rgba(0, 0, 0, 0.5)) ), url(./images/slide1.jpg);
  background-image: -webkit-linear-gradient( rgba(194, 150, 8, 0.5), rgba(0, 0, 0, 0.5) ), url(./images/slide1.jpg);
  background-image: -o-linear-gradient( rgba(194, 150, 8, 0.5), rgba(0, 0, 0, 0.5) ), url(./images/slide1.jpg);
  background-image: linear-gradient( rgba(194, 150, 8, 0.5), rgba(0, 0, 0, 0.5) ), url(./images/slide1.jpg);
  background-position: bottom;
}

.slider1{
  background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(194, 150, 8, 0.5)), to(rgba(0, 0, 0, 0.5)) ), url(./images/slide2.jpg);
  background-image: -webkit-linear-gradient( rgba(194, 150, 8, 0.5), rgba(0, 0, 0, 0.5) ), url(./images/slide2.jpg);
  background-image: -o-linear-gradient( rgba(194, 150, 8, 0.5), rgba(0, 0, 0, 0.5) ), url(./images/slide2.jpg);
  background-image: linear-gradient(rgba(194, 150, 8, 0.5), rgba(0, 0, 0, 0.5) ), url(./images/slide2.jpg);
  background-position: bottom;
}

.slider2{
  background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(194, 150, 8, 0.5)), to(rgba(0, 0, 0, 0.5)) ), url(./images/slide3.jpg);
  background-image: -webkit-linear-gradient( rgba(194, 150, 8, 0.5), rgba(0, 0, 0, 0.5) ), url(./images/slide3.jpg);
  background-image: -o-linear-gradient( rgba(194, 150, 8, 0.5), rgba(0, 0, 0, 0.5) ), url(./images/slide3.jpg);
  background-image: linear-gradient( rgba(194, 150, 8, 0.5), rgba(0, 0, 0, 0.5) ), url(./images/slide3.jpg);
  background-position: bottom;
}

.superSlider{
  margin: auto;
}

.wSlider{

}

.sxSlider{

}

#logox{

}


.cover{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 350px;
  width: 1400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
/*  display: none;*/
}

.active {
  display: block;
}

.arrows{
   width: 28px;
   height: 28px;
   border-color: #000;
   position: absolute;
   top: 50%;
   margin-top: -31px;
   color: white;

 }

.prev{
   border-bottom: 6px solid;
   border-left: 6px solid;
   transform: rotate(45deg);
   left: 10px;
 }


.next{
   border-bottom: 6px solid;
   border-left: 6px solid;
   transform: rotate(-135deg);
   right: 10px;
 }

 @media screen and (max-width: 800px) {
  .left-index{
    width: 90%;
  }
  .right-index{
    width: 90%;
  }
 }
