﻿.carousel-caption {
    bottom: 40% !important;
}

.banner1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Imagens/Banner/banner3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Imagens/Banner/banner2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner3 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Imagens/Banner/banner3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: #1a5fbc;
}

p {
    font-weight: 300;
    font-size: 18px;
    font-weight: 300;
    color: #333333;
}

.fontSizeBanner {
    font-size: 60px !important;
    text-shadow: 2px 2px 4px #000000;
}

.noPadding {
    padding: 0 0 0 0 !important;
}

.contentPadding {
    padding-left: 70px;
}

/*Eventos & Serviços*/
.eventosImgMobile{
    display: none;
}

.sobreNosImgMobile {
    display: none;
}

.gastronomiaImgMobile {
    display: none;
}

/*Central de Atendimento*/
.centralAtendimento {
    background: #0f2c52;
    height: 250px;
    padding-top: 50px;
}

.titleAtendimento {
    font-size: 30px;
    text-align: left;
    color: #b5ac88;
}

.subtitleAtendimento {
    font-size: 24px;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}

    .subtitleAtendimento a {
        text-decoration: none;
        color: #ffffff;
    }

/*Localização*/
.localizacao {
    background: #0f2c52;
    color: white;
}

.imgDepoimentos {
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../Imagens/Banner/banner-depoimentos.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.tituloDepoimentos {
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    font-family: StevieSans;
}

.textoDepoimentos {
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: medium;
    text-align: center;
    font-family: StevieSans;
}


@media (max-width: 600px) {
    .contentPadding {
        padding: 0 0 0 0 !important;
        text-align: center;
    }

    .eventosImg {
        display: none;
    }

    .eventosImgMobile {
        display: block !important;
        height: 100%;
    }

    .gastronomiaImg {
        display: none;
    }

    .gastronomiaImgMobile {
        display: block !important;
        height: 100%;
    }
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #b5ac88;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

/*.item {
    height: 251px;
}*/

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #004277;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #004277;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }

.textDepoimentos {
    height: 300px;
    display: -webkit-box;
    max-width: 100%;
    /*-webkit-line-clamp: 4;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}
