.dSliderGalerias {
	width:100%; padding:1em 0; border-bottom:solid 2px #d9d9d9; padding-bottom:2em;
}
.dSliderGalerias div.TituloSeccion {margin-bottom:10px;}
.dSliderGalerias h1 {font-size:1.25em;}
.dSliderGalerias h3 a{
	font-family: Merriweather; color: #3b6a92; font-size: 0.75em;
}

.carousel {
  display: block;
  /*position: absolute;*/
  -webkit-transform: translateZ(0);
  /*  for demo only */
  /*top: 0;
  right: 0;
  bottom: 0;
  left: 0;*/
  width: 90%;
  height: 200px;
  min-width: 550px;
  margin: auto;
  font-size: 0;
  /*background: #505456;*/
  padding: 8px;
  /*border-radius: 6px;
  box-shadow: 0 4px 10px #000;*/
  /********************/
  height: 200px;
  -webkit-overflow-scrolling: touch;
  /* for tablets */
}
.touch .carousel {
  overflow: auto;
}
.carousel:before, .carousel:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 50px;
  font-size: 80px;
  line-height: 190px;
  font-family: Roboto;
  color: #535252;
  font-weight: bold;
  pointer-events: none;
  transition: 0.2s ease-out;
}
.carousel:before {
  content: '\2039';
  left: 0;
  text-align: left;
  text-indent: -20px;
  /*box-shadow: 50px 0 20px -20px #292B2C inset;*/
  box-shadow: 50px 0 20px -38px white inset;
}
.carousel:after {
  content: '\203A';
  right: 0;
  text-align: right;
  text-indent: 40px;
  /*box-shadow: -50px 0 20px -20px #292B2C inset;*/
  box-shadow: -50px 0 20px -38px white inset;
}
.carousel.right:after, .carousel.left:before {
  opacity: 1;
}
.carousel.right:after {
  right: 0;
  text-indent: 60px;
}
.carousel.left:before {
  left: 0;
  text-indent: -40px;
}
.carousel > a {
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  color: #CCC;
  font-size: 1.5em;
  transition: 0.1s;
}
.carousel > a:hover {
  color: #FFF;
}
.carousel > a.prev {
  left: -20px;
}
.carousel > a.next {
  right: -20px;
}
.carousel > .indicator {
  pointer-events: none;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  background: #3b6a92;
  /*background: #C90119;*/ /*PARA NAVARRA */
  height: 4px;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.2s, bottom 0.2s;
}
.carousel:hover > .indicator {
  opacity: 1;
  bottom: -10px;
}
.carousel > .wrap {
  overflow: hidden;
  border-radius: 5px;
}
.carousel > .wrap > ul {
  list-style: none;
  white-space: nowrap;
  height: 200px;
}
.carousel > .wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 5px;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-out;
}
.carousel > .wrap > ul > li:first-child {
  margin: 0;
}
.carousel > .wrap > ul > li img {
  display: block;
  height: 100%;
  margin: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  transition: 1s ease;
}

.carousel > .wrap > ul > li:last-child a {position:relative; display:inline-block; max-height:100%; max-width:300px; overflow:hidden;}
.carousel > .wrap > ul > li:last-child a > img {max-height:200px; width:auto;}
    
.carousel > .wrap > ul > li:last-child a:before {
    content: " ";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(/entorno/GaleriaCompleta.png);
    background-color: #000000a6;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
}


/* -- Estilos ROSA --*/
div.dSliderGaleriasRosa{background:#f24396;}
div.dSliderGaleriasRosa .carousel, div.dSliderGaleriasRosa .carousel > .wrap > ul{height:140px}
div.dSliderGaleriasRosa .carousel:before{box-shadow: 50px 0 20px -38px #f24396 inset; color:white; line-height: 140px;}
div.dSliderGaleriasRosa .carousel:after {box-shadow: -50px 0 20px -38px #f24396 inset; color:white; line-height: 140px;}
div.dSliderGaleriasRosa div.TituloSeccion{background:none;}
div.dSliderGaleriasRosa div.TituloSeccion h1{background:none !important; color:white; padding-left:0.5em;}
div.dSliderGaleriasRosa h3 a{color:white; padding-left:1em;}
div.dSliderGaleriasRosa .carousel > .wrap > ul > li:last-child a{max-width:250px}
div.dSliderGaleriasRosa .carousel > .indicator {background: white;}


/* -------------------------------- */

@media (max-width: 600px) {
    
    .dSliderGalerias {padding:0.5em 0;}
    .dSliderGalerias h3 a{font-size: 0.6em;}
    
	.carousel{width:95%; min-width:auto; height:120px;}
	.carousel > .wrap{overflow-x:scroll;}
    
    .carousel:after{content:' '; box-shadow: -50px 0 20px -38px white inset;}
    .carousel:before{content:' '; box-shadow: 50px 0 20px -38px white inset;}
    
    .carousel > .wrap > ul{height:120px;}
    
    .carousel > .wrap > ul > li:last-child a {max-width:180px;}
    .carousel > .wrap > ul > li:last-child a:before {background-size:contain;}
    
    /* -- Estilos ROSA --*/
    div.dSliderGaleriasRosa .carousel:after{content:' '; box-shadow: -50px 0 20px -38px #ff7eac inset;}
    div.dSliderGaleriasRosa .carousel:before{content:' '; box-shadow: 50px 0 20px -38px #ff7eac inset;}
    /* -------------------------------- */
}
