.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 70% !important;
  padding-left: 0;
  margin-left: -35% !important;
  text-align: center;
  list-style: none;
}

@media (min-width: 767px) {	
	#fade-quote-carousel.carousel {
	padding-bottom: 20px;
	}
}

#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
		  -webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
		  -webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

/*

#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  border: none;
  border-radius: 0;
  width: 55px;
  height: 14px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: rgba(255, 255, 255, 0.71);
  margin-top:0px !important;
  margin-bottom:0px;
}

#fade-quote-carousel.carousel .carousel-indicators li.active {
  background-color: rgba(129, 165, 76, 0.81);
  margin-top:0px !important;
  margin-bottom:0px;
}

*/

@media (min-width: 767px) {	
#fade-quote-carousel.carousel .carousel-indicators {
	display:none;
}
}

#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  margin-top:0px !important;
  margin-bottom:0px;
}

#fade-quote-carousel.carousel .carousel-indicators li.active {
  background-color: #09F;
  margin-top:0px !important;
  margin-bottom:0px;
}

#fade-quote-carousel blockquote {
    text-align: left;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}



@media (min-width: 767px) {	
	.false-padd {
	padding-top: 8%;
	}
}

/* para rotador Nº1
.carousel-inner img {
	max-height:460px;
}


@media (max-width: 767px) {	
.carousel-inner img {
	max-height:390px;
	margin-left:-30%;
}
}

*/

@media (max-width: 979px) {	
	.false-padd {
	padding-top: 20%;
	}
}

@media (min-width: 989px) {	
	#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
}



/* ----------------- ACA EL TERRIBLE PARCHE DE ESTILERIO ------------------ */

@media only screen and (min-width: 960px){
.HomeSlider-stages {
    height: 400px;
    min-height: 300px;
}
}


#fade-quote-carousel blockquote {
    color: #fff;
    /*background-color: rgba(0, 0, 0, 0.25);*/
    padding-bottom: 25px;
    margin-bottom: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    bottom: 0px;
    padding: 20px 0px 65px 0px;
	background: rgba(87,87,87,0);
	background: -moz-linear-gradient(top, rgba(87,87,87,0) 0%, rgba(0,0,0,0.25) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,87,87,0)), color-stop(100%, rgba(0,0,0,0.25)));
	background: -webkit-linear-gradient(top, rgba(87,87,87,0) 0%, rgba(0,0,0,0.25) 100%);
	background: -o-linear-gradient(top, rgba(87,87,87,0) 0%, rgba(0,0,0,0.25) 100%);
	background: -ms-linear-gradient(top, rgba(87,87,87,0) 0%, rgba(0,0,0,0.25) 100%);
	background: linear-gradient(to bottom, rgba(87,87,87,0) 0%, rgba(0,0,0,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#000000', GradientType=0 );
}
@media only screen and (min-width: 787px){
#fade-quote-carousel blockquote {
    text-align: left;
    border: none;
	position:absolute;
	width:100%;
	top:0px;
	color:#FFF;
	background-color:transparent;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size:15px;
}
}


#fade-quote-carousel blockquote  h2{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-size:24px;
	font-weight:700;
}
@media only screen and (min-width: 787px){
#fade-quote-carousel blockquote h2 {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-size:42px;
	font-weight:700;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
}

.servicios {
    font-size: 12px;
    margin-bottom: 8px !important;
    line-height: 20px;
}

.borde-botones {
	border-bottom:solid 2px #CCC;;
}

@media only screen and (min-width: 787px){
.borde-botones {
	border-left:solid 1px #CCC;
	border-bottom:none;
}
}

.false-margin {
    margin-top: 20px;
    z-index: 999;
    position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

@media only screen and (min-width: 787px){
.false-margin {
    margin-top: -45px;
    z-index: 999;
    position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
}

@media only screen and (min-width: 998px){
.false-margin {
    margin-top: -90px;
    z-index: 999;
    position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
}


.ver-reserva {
	font-size: 14px;
    text-align: center;
    /* text-transform: uppercase; */
    line-height: 22px;
    /* background-image: url(../img/mas-info.png); */
    background-repeat: no-repeat;
    background-position: center center;
    /* height: 22px; */
    /* width: 108px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
    color: #ffffff;
    /* display: block; */
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 5px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 19px;
    border: solid 1px white;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    white-space: nowrap;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.ver-reserva:hover {
    background: rgba(0, 0, 0, 0.7);
	text-decoration:none;
	color:#FFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}


.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 40px;
    height: 90px;
    margin-top: -15px;
    font-size: 20px;
    /*background-color: rgba(0, 0, 0, 0.72);*/
    line-height: 90px;
	/*background-color:#005aa9;*/
}

@media (max-width: 767px) {	
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	display:none !important;
	
}
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
    top: 44%;
}

.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
    margin-left: 0px;
}

.carousel-control .fa-chevron-right, .carousel-control .icon-next {
    margin-right: 0px;
}


@media screen and (min-width: 768px){
	
.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
    margin-left: 0px;
}

.carousel-control .fa-chevron-right, .carousel-control .icon-next {
    margin-right: 0px;
}
}

.carousel-control .icon-next, .carousel-control .fa-chevron-right {
    right: 0;
}
.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 0;

}



.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
    position: absolute;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
    position: absolute;
    z-index: 5;
    display: inline-block;
}

/* ------- ACA TERMINA EL BARDO ----------- */

.carousel-control.left, 
.carousel-control.right {
    background-image: none;
}


/*------ ACA ----------------*/

@media (max-width: 767px) {	
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .chevron-left, .carousel-control .chevron-right  {
	display:none !important;
	
}
}


.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .chevron-left, .carousel-control .chevron-right {
    position: absolute;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .chevron-left {
    right: 0;
}


@media (max-width: 767px) {	
.carousel-control .icon-prev, .carousel-control .chevron-left {  
	left: 0;
}

.carousel-control .icon-next, .carousel-control .chevron-right {
    right: 0;
}
}


.carousel-control .chevron-left, .carousel-control .chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 40px;
    height: 90px;
    margin-top: -15px;
    font-size: 20px;
    line-height: 90px;
    /*background-color: #005aa9;*/
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .chevron-left, .carousel-control .chevron-right {
    position: absolute;
    top: 44%;
    z-index: 5;
    display: flex;
}

/*-------------------*/


.carousel-inner h2 {
  animation-delay: 0.2s;
}

.carousel-inner p {
  animation-delay: 0.4s;
}

.carousel-inner a {
  animation-delay: 0.8s;
}

.carousel-inner img {
  animation-delay: .1s;
  animation-duration: 16s;
}