/*Início Geral*/
body {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}
a {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #3E4095;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #656666;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.titulo-box h1 {
    font-size: 60px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .titulo-box h1 {
        font-size: 40px;
    }
}

.titulo-box img {
    margin: auto;
    display: block;
    margin-bottom: 40px;
}
/*Fim Geral*/

/*Início Menu*/
#menu-nav {
    color: #ffffff;
    padding: 15px;
    transition: all 0.8s;
}

#menu-nav a.navbar-brand {
    background-color: transparent;
    width: 102px;
    height: 70px;
    background-image: url("../img/logo.png");
}

.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}

#menu-nav .menu li a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 30px 15px;
    text-shadow: 1px 1px 2px #000000;
}

.on {
    background-color: #007149 !important;
    padding: 0 !important;
    box-shadow: 0 2px 7px 0 rgba(35, 142, 104, 0.5);
}

#menu-nav.on a.navbar-brand {
    background-color: transparent;
    width: 73px;
    height: 50px;
    background-image: url("../img/logobrancopequeno.png");
    margin-top: 5px;
}

#menu-nav.on .menu li a {
    font-size: 18px;
    color: #ffffff !important;
    padding: 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    font-weight: 700;
}

.navbar-toggle {
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #3CB371;
    border-color: #3CB371;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #FFF;
}
/*Fim Menu*/

/*Início Slide*/
.bg-1 {
    background-image: url("../img/header-bg.jpg");
    background-size: cover;
    background-attachment: fixed; }

.bg-gray {
    background: #f8f8f8; }

#slides {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 670px;
}
@media (max-width: 768px) {
    #slides {
        height: 100%;
    }
}

.block {
    position: relative;
    width: 100%;
}
.block img {
    position: relative;
    margin: 0 auto;
    margin-top: 150px;
}
.block h1 {
    font-family: 'Cookie', cursive;
    text-align: center;
    color: #e7e4dc;
    font-size: 150px;
    font-weight: 100;
    line-height: 150px;
    padding-bottom: 19px;
    margin-top: 450px;
    text-shadow: 1px 1px 2px #000000;
}
@media (max-width: 768px) {
    .block h1 {
        font-size: 44px;
        line-height: 50px;
    }
}
/*Fim Slide*/

/*Início box Cidade*/
#box-cidade {
    background:#D9DD96;
    -moz-background-size:cover;
    background-size:cover;
    padding-bottom: 80px;
}
.cidade-bg{
    background:#D9DD96;
    position:relative;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding-top: 50px;
}

#box-cidade h2 {
    font-size: 24px;
    text-align: justify;
}

#box-cidade h3 {
    font-size: 40px;
    text-align: justify;
}

.video-apresentacao {
    margin: 30px auto;
    width: 490px;
    height: 310px;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}

@media (max-width: 768px) {
    #box-cidade {
        margin-bottom: 50px;
    }
    .introducao-bg{
        padding-top: 30px;
    }

    #box-cidade h2 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    #box-cidade h3 {
        font-size: 20px;
    }
    .video-apresentacao {
        display: none;
    }
}
/*Fim box Cidade*/

/*Início box Intrução*/
#box-introducao {
    background-color: #ffffff;
    -moz-background-size:cover;
    background-size:cover;
    margin-bottom: 80px;
}
.introducao-bg{
    background:#FFFFFF;
    position:relative;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding-top: 50px;
}

#box-introducao h2 {
    font-size: 32px;
    text-align: justify;
}

#box-introducao h3 {
    font-size: 40px;
    text-align: justify;
}

@media (max-width: 768px) {
    #box-introducao {
        margin-bottom: 50px;
    }
    .introducao-bg{
        padding-top: 30px;
    }

    #box-introducao h2 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    #box-introducao h3 {
        font-size: 20px;
    }
}
/*Fim box Introdução*/

/*Início box Chalés*/
#box-chales {
    background-color: #f6f5f0;
    padding: 30px 0 50px 0;
}
#box-chales h2 {
    font-size: 30px;
    text-align: justify;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    #box-chales h2 {
        font-size: 20px;
        text-align: justify;
        margin-bottom: 30px;
    }
}
/*Fim box Chalés*/

/*Início box Casa*/
#box-casa {
    background-color: #fff;
    padding: 30px 0 50px 0;
}
#box-casa h2 {
    font-size: 30px;
    text-align: justify;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    #box-casa h2 {
        font-size: 20px;
        text-align: justify;
        margin-bottom: 30px;
    }
}
/*Fim box Casa*/

/*Início Box Contatos*/
#contato {
    padding: 60px 0 50px;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(90deg, #7FFFD4 0%, #66CDAA 100%);
    background-image: -webkit-linear-gradient(90deg, #7FFFD4 0%, #66CDAA 100%);
    background-image: -ms-linear-gradient(90deg, #7FFFD4 0%, #66CDAA 100%);
}

#contato .contact-form {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    height: 670px;
}

#contato .contact-form h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

#contato .contact-form h5 {
    font-size: 16px;
    margin-bottom: 0;
}

#contato .contact-form i {
    font-size: 16px;
    margin-right: 10px;
}

.gmap{
    width: 100%;
    height: 430px;
    border: 5px solid #f6f5f0;
    box-shadow: 0 0 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    #contato .contact-form {
        margin-bottom: 30px;
    }

    #contato .contact-form h5 {
        font-size: 14px;
    }

    #contato .contact-form i {
        font-size: 16px;
        margin-right: 10px;
    }

    .gmap{
        height: 400px;
    }
}

/*Fim Box Contatos*/

/* Início Rodapé */
#footer {
    background: #222222;
    color: #ffffff;
    padding: 20px 0;
}
#footer .fnav {
    vertical-align: middle;
}
#footer a {
    color: #3CB371;
    margin: auto;
}
#footer a:hover {
    color: #2E8B57;
    text-decoration: none;
}
#footer p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
}
/* Fim Rodapé */

/*Carousel album de fotos*/
.thumbnail {
    padding: 0;
    border: solid #DCDCDC 3px;
    cursor: pointer;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    border: solid #DCDCDC 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}

@media (max-width: 768px) {
    .hide-bullets {
        display: none;
    }
}