/*
 * 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: 16px;
}

@media (max-width: 992px) { 
.bottom-outlined-g{
	/*display:none;*/
    border-bottom: 4px solid #b30033;
    max-width: 100% !important;
    margin-bottom: 12px;
}
}

.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;
}
*/
.carousel.slide {
  max-width: 1110px;
  margin:auto;
}
.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;
   }
}*/