.textoBlanco{
	color:white;
}
.textoCentro{
	text-align: center;
}
.textoBlancoOverlay{
	color: rgba(1,1,1,1);
}

.single-faq h2 span{
	font-size: 36px;
    line-height: 1em;
    font-weight: 100;
    color: #ff8500;

}
.frase-area{
	padding: 100px 0 100px 0;
    position: relative;
    background: url(../img/cocina.jpg) no-repeat center center/cover;
}

.frase-area .overlay-bg{
	    background: rgba(239 139 52 / 75%)
}

.frase-area .video-content {
    text-align: center;
    position: relative;
    z-index: 2;
    }
.video-desc h3 , .video-desc h4{
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}

.fondoVerde{
	background-color: #ff8500;
}

.reserva{
	padding: 20px 0px;
}
.icono{
	max-height: 15px;
}

.logoL{
	width: 100%;
    max-height: 70px;
}


.icon:hover img{
filter: brightness(0) invert(1);
}

.default-header1{
	padding-bottom: 10px;
}
.header-wrap{
	padding-top: 15px;
}


.banner-area{
	padding: 100px 0 100px 0;
    position: relative;
    background: url(../img/bg.jpg) no-repeat center center/cover;
}


/* testimonios */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width: 768px){
	#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 55px;
    opacity: 1;
    transition: all .2s;
}
#quote-carousel .carousel-indicators li{
	height: 22px;
}
}