#banner {  
  height:385px;
  position: relative;
  font-family:"Open Sans", arial, sans-serif; 
}

.opacity {
    position: absolute;
    z-index: 998;
    background-color: rgba(101,85,65,0.2);
    width: 100%;
    height: 100%;
}

#banner .banner {
    position: absolute;
    top: 10%;
    right:15%;
    width: auto;
    z-index:10;
}

#banner .banner .contSlideInfo {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

#banner .bannerSlider .linkBanner img {
  opacity: 0;
  display: none;
}

#banner .banner h2.titulo {
  color:#fff;
  font-size:24px;
  font-weight: 400;
  line-height: 30px;
  font-family: "open_sanssemibold", Arial, serif;
  padding: 20px 0 10px;
  margin-bottom: 15px;
}
.fondo-opacidad h2.titulo{
  padding: 0;
  width:100%;
  text-align: left;

}

.fondo-opacidad p.bajada{
  color:#fff !important; 
}
  
/* Navegador con textos */

#banner .dotsBanner {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 99;
}
#banner .dotsBanner .slick-dots {
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
#banner .dotsBanner .slick-dots li { 
  width: 19%;
  height:auto;
  margin-right: 1.25%;
  padding: 4px 0 7px;
  text-align: center;
  color: #FFF;
  box-shadow: inset 0 -3px 0 0 #F0F0F0;
  background-color:rgba(101,85,65,0.7);
  cursor: pointer;
  position: relative;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: inline-block;
  font-weight: bold;
}

/*#banner .dotsBanner .slick-dots li:hover {
  background-color: rgba(255,255,255,0.8);
  color: #ea001a;
}*/
#banner .dotsBanner .slick-dots li span {
  display: inline-block;
  position: relative;
  z-index: 100;
  font-size: 14px;
}
#banner .dotsBanner .slick-dots li:after {
  content: "";
  width: 22px;
  height: 22px;
  transform:rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 5px;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#banner .dotsBanner .slick-dots li:last-child {
  margin-right: 0;
}

#banner .dotsBanner .slick-dots li.slick-active {
  box-shadow: inset 0 -3px 0 0 #ea001a;
  background-color: #FFF;
  font-weight: 400;
}
#banner .dotsBanner .slick-dots li.slick-active:after {
  top: -11px;
  opacity: 1;
} 
 
#banner .bannerSlider .linkBanner {
  height: 400px;
  background-position: center  ; 
  display: block;
  background-size:cover;
  background-repeat:no-repeat; 
}
 
.contSlideInfo span.corchete{
  position: absolute;
  border-bottom: medium none;
  border-left: medium none;
  border-right: 10px solid #ee0000;
  border-top: 10px solid #ee0000;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  left: auto;
}

@media (max-width: 768px) {
  .contSlideInfo span.corchete {
    display: none;
  }
}

.contSlideInfo{
  width: 400px;

}
.fondo-opacidad .contSlideInfo{
  box-shadow: 0 5px 0 #80715d inset;
  background-color:rgba(46, 37, 26, 0.7);
  width: 300px;
  height: 260px;
  position: relative;
}
.contSlideInfo h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
    color: #fff;
}
span.vermas {
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 20px;
    position: absolute;
    text-decoration: underline;
}

span.barraLoading {
    background-color: #fff;
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

@media (max-width: 768px) {
  span.barraLoading {
    display: none;
  }
}

@media (max-width: 768px) {
  #banner .banner{
    width: 100%;
    top: 48%;
    left: 0;
    margin: 0;
    right: 0;
    height: 500px; 
  } 
 
  #banner h2 br{ 
    display:none;
  }
 
  #banner .bannerSlider .linkBanner {
    height: 450px;
    background-position: center top;
    background-size: cover;
    display: block;
  }


  #banner .bannerSlider .linkBanner.left{
    background-position: left;
  }
 
  #banner .dotsBanner {
    bottom: 150px;
  }

  #banner .dotsBanner .slick-dots {
    width: 100%;
    text-align: center;
  }

  #banner .dotsBanner .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #fff;
    margin-right: 20px;
    float: none;
    padding: 0;
  }


  #banner .dotsBanner .slick-dots li.slick-active {
    background-color: #ec0000;
  }

  #banner .dotsBanner .slick-dots li span,
  #banner .dotsBanner .slick-dots li:after {
    display: none;
  }

  #banner .banner .contSlideInfo {
    width: 100%;
    height: 170px;
  }
  #banner .banner h2.titulo{
    width: 100%;
    font-size: 21px!important;
  }
  .contSlideInfo h3{
    margin-bottom: 0;
  }
  span.vermas{
    display: none;
  }

}
 
@media (max-width: 480px) {

  #banner .bannerSlider .linkBanner {
    height: 100%;
  }

  #banner .dotsBanner {
    bottom: 0;
    height: 50px;
    background: #fff;
    padding: 15px 0;
  }

  #banner {
    height: 100vh;
  }

  #banner .banner {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    padding-bottom: 15%;
    width: 100%;
    top: 45%;
    bottom: 0;
    z-index: 999;
  }

  #banner .banner h2 {
    font-size: 22px !important;
    line-height: 24px;
    padding: 40px;
    text-align: left;
  }

  #banner .dotsBanner .slick-dots {
    margin-top: 0;
  }

  .fondo-opacidad p.bajada {
    display: none;
  }

}

@media (max-width: 768px) {
  #banner .dotsBanner {
    bottom: 200px;
    background-color: transparent;
    padding:0 0 30px;
  }
}