/*
 * SLIDER
 */
.bottom-outlined {
    margin-top: 0px;
    border-top: 7px solid #b30033;
}
@media (min-width: 992px) {
.bottom-outlined {
	display:none;
}
}
	
.bottom-outlined-g {
    border-bottom: 7px solid #b30033;
    max-width: 100% !important;
    margin-bottom: 15px;
}

@media (max-width: 992px) { 
.bottom-outlined-g{
	/*display:none;*/
    border-bottom: 4px solid #b30033;
    max-width: 100% !important;
    margin-bottom: 10px;
}
}

.bottom-outlined-b {
    border-bottom: 7px solid #ffffff;
    max-width: 100% !important;
}

/* @media (max-width: 992px) { 
.bottom-outlined-b{
	display:none;
}
} */

.bottom-outlined div {
    background-color: #b30033;
	max-width: 100%;
}

.bottom-outlined div:last-child {
    padding-bottom: 10px;
}

.bottom-outlined p {
    color: white;
    font-size: 2.5rem;
}

.carousel-caption {
	text-align: left;
    text-shadow: none;
}

@media (min-width: 1200px) { /* lg */
  .carousel-caption {
	width: 1170px;
	right: 0px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	left: inherit;
	z-index:1;
    bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px){ /* md */
  .carousel-caption {
	width: 970px;
	/*right: 0px;*/
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	left: inherit;
    bottom: 0px;
  }
}

@media (max-width: 992px) { /* sm */
  .carousel-caption {
	left: inherit;
	width: 100%;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
    bottom: 0px;
  }
}

@media (max-width: 768px) { /* xs */
    .carousel-caption {
        position: relative;
        left: inherit;
        width: 100%;
        right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
        bottom: 0px;
    }
  }

.carousel-caption-box {
  padding: 10px;
  font-family:  'Archivo Narrow', 'Open Sans', sans-serif;
  font-size: 1.5rem;
  color: rgb(179, 0, 51);
  font-weight: bold;
  opacity: 0.8;
  background-color: rgb(255, 255, 255);
  line-height: normal;
}

.carousel-caption a {
	text-decoration: none;
}

@media (min-width: 1200px) { /* lg */
  .carousel-caption-box {
    font-size: 3rem;
	width: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) { /* md */
  .carousel-caption-box {
    font-size: 2.4rem;
	width: 450px;
  }
}

@media (max-width: 992px) { /* md */
    .carousel-caption-box {
        font-size: 3rem;
        height: 100%;
    }
}

@media (max-width: 768px) { /* sm */
    .carousel-caption-box {
        font-size: 2rem;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .img-banner-xs {
        width: 100%;
        margin-bottom: 10px;
    }
}
/*
.carousel-indicators > li {
  border-radius: 0;
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: rgb(179, 0, 51);
  border: rgb(179, 0, 51);
}

.yamm-fw > a {
  left: 2em;
}
*/
@media (min-width: 769px) { /* lg md */
	.carousel.slide {
	  max-width: 1110px;
	  margin:auto;
	  margin-top:12px;
  }
}

@media (max-width: 768px) { /* sm */
	.carousel.slide {
	  max-width: 1110px;
	  margin:auto;
	  margin-top:4px;
    }
}
.carousel-height{
    max-height: 420px;
    overflow: hidden;
    text-align: center;
}

/* Para forzar el crop de la imagen de fondo a partir de 768px 
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    min-width: 768px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0)
}

@media (max-width: 480px) { 
   .col-xxs {
      display:block;
      /*float:none;
      width: 100%*//*
      padding-left: 5px;
      padding-right: 5px;
   }
}*/

.ajuste-slider{
	margin-top: 3px;
 }
@media(min-width: 768px){
	.ajuste-slider{
		margin-top: 0px;
	}
}

/* Componente de slider de imagenes */
/*************************************/
/*************************************/

.componenteSC.carousel-caption {
  position: relative;
  width: 100%;
  background: #eeeeee;
  }

  .componenteSC.carousel-caption .titulo {
    color: #b30033;
    font-size: 2.6rem;
  }
  .componenteSC.carousel-caption .texto {
    color: #333333;
    font-size: 2rem;
  }

.componenteSC.carousel-caption a {
  text-decoration: none;
  color: #fff;
}
/*
.componenteSC.carousel-indicators > li {
  border-radius: 0;
  background-color: #fff;
  color: #fff;
}
.componenteSC.carousel-indicators .active {
  background-color: #fff;
  color: #fff;
}
*/
@media (min-width: 769px) { /* lg md */
  .componenteSC.carousel.slide {
	  max-width: 1110px;
	  margin:auto;
	  margin-top:12px;
  }
}

@media (max-width: 768px) { /* sm */
	.componenteSC.carousel.slide {
	  max-width: 1110px;
	  margin:auto;
	  margin-top:4px;
    }
  }

  .componenteSC.carousel-control.left, .componenteSC.carousel-control.right {
  background-image:none !important;
  display: none;
  }
  .componenteSC.carousel-control {
    color: #b30033;
    text-shadow: none;
    opacity: 1;
    font-size: 40px;
  }
  .componenteSC.carousel-control .glyphicon{
    font-size: 40px;
  }
  .componenteSC.carousel-control:hover {
    color: #333;
  }
  .componenteSC.carousel-control.left, .componenteSC.carousel-control.right {
    background-image: none !important;
  }
  .componenteSC.carousel-control.right {
    left: auto;
    right: -5px;
    top: 50% !important;
  }
  .componenteSC.carousel-control.left {
    right: auto;
    left: -15px;
    top: 50% !important;
  }
  .componenteSC.carousel-indicators {
    bottom: 0px;
    width: 100%;
    left: 0%;
  }
  .componenteSC.carousel-indicators li {
    border-radius: 0;
    width: 10px;
    height: 10px;
    background: #ccc;
    /*border: 1px solid #ccc;*/
  }
  .componenteSC.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background: #fff;
    border-color: #fff;
    background: #b30033;
    border: 1px solid #b30033;
  }
  ol.componenteSC.carousel-indicators{
    margin-left: 0px !important;
  }