@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700,700i&subset=latin-ext');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Titillium Web', Verdana, Geneva, sans-serif;
    font-size: 1.6em;
    background: #D8E3EC;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.6em;
}

.btn-danger {
    color: #FFFFFF;
    background-color: #FC0093;
    border-color: #E30084;
}

.btn-danger:hover {
    color: #FFFFFF;
    background-color: #E30084;
    border-color: #C90075;
}

#header {
    background-color: aqua;
    width: 100%;
    height: 180px;
    background-image: url('../imagens/comuns/bg_topo.png');
    background-size: cover;
}

#header div.logo {
    width: 210px;
    position: absolute;
    left: 50%;
    margin-left: -105px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#menu {
    background-color: #35ABE7;
    border-top: 5px solid #FC0093;
    border-bottom: 4px solid #FFFF00;
    margin-bottom: 0;
}

#top-banner {
    max-height: 380px;
}

.video-fluid {
    max-width: 100%;
    height: auto;
}

/* 240px */
.carousel .item, 
.carousel .item div {
    height: 380px;
    min-width: auto;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .carousel .item, 
    .carousel .item div {
        height: 200px;
        min-width: auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.carousel .item video {
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
    z-index: -1000; 
    overflow: hidden;
}

.section1 {
    border-top: solid 5px #FC0093;
    color:#3aa2d5;
    background-image: url('../imagens/comuns/bg_01_sobre.png');
    background-size: auto;
    padding-bottom: 60px;
}

.section1 h1,
.section2 h1 {
    color: #FC0093;
    margin: 60px 0;
    text-align: center;
}

.section1 h2 img,
.section2 h2 img {
    margin-right: 20px;
}

.section2 {
    border-top: solid 5px #FFFF00;
    color:#64B6DE;
    background-image: url('../imagens/comuns/bg_02_servicos.png');
    background-size: cover;
    padding-bottom: 60px;
}

#map {
    width: 100% !important;
    min-height: 330px;
    border: solid 10px #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
}

#instabottom {
    border-right: 3px solid #42a9da;
}

#facebottom {
    margin-left: 20px;
}

#instabottom, #facebottom {
    width: 150px;
    float: left;
}

#insta_bott, #face_bott {
    position: relative;
    width: 40px;
    height: 40px;
}

.insta, .face {
    cursor: pointer;
}

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
}

#rodape {
    border-top: solid 5px #FF0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    background-color: #35ABE7;
}

#rodape a,
#rodape a:link,
#rodape a:hover,
#rodape a:visited {
    color: #FFFFFF;
}


#menu .navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:hover {
    color: #FFFF00;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:focus {
    color: #FFFFFF;
    background-color: transparent;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #FC0093;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 40px;
    font-size: 18px;
    width: 54px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    transition: box-shadow 0.3s ease-in-out;
}

#myBtn:hover {
    background-color: #35ABE7;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover {
    border: none;
    background: #FF0;
}

.section1 .col-md-6 {
    padding: 0 100px;
}

.modal-festa {
    background-image: url('../imagens/comuns/bg_09_pacotes.png');
    background-size: cover;
    background-position: center center;
    padding: 60px;
    color: #FC0093;
}

.modal-festa h1,
.modal-festa p {
    text-align: center;
}

.modal-festa h2 {
    border-bottom: solid 2px #35ABE7;
    color: #35ABE7;
    text-align: center;
}

.thumbnail {
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.thumbnail img {
    border: solid 5px #35ABE7;
}

.thumbnail .caption {
    text-align: center;
}

.thumbnail .caption h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-festa small::before {
    content: "*";
}

.modal-festa small {
    text-align: center;
    text-align: center;
    display: block;
    line-height: 0.1;
    color: #35ABE7;
}

@media screen and (max-width: 767px) {
    .section1 .col-md-6 {
        padding: 0 50px;
    }
    
    .servicos .col-md-1,
    .servicos .col-md-2,
    .servicos .col-md-3,
    .servicos .col-md-4,
    .servicos .col-md-5,
    .servicos .col-md-6,
    .servicos .col-md-7,
    .servicos .col-md-8,
    .servicos .col-md-9,
    .servicos .col-md-10,
    .servicos .col-md-11,
    .servicos .col-md-12 {
        margin-bottom: 30px;
    }
    
    .condicoes {
        margin-top: 60px;
    }
    
    #map {
        clear: both;
        margin-top: 130px;
    }
    
    .btn-danger {
        display: block;
        width: 100%;
    }
    
    #instabottom {
        border-right: none;
    }
    
    #facebottom {
        margin-left: 0;
        clear: both;
        margin-top: 20px;
    }

    .modal-festa {
        padding: 20px;
    }
}

a:link, a:visited, a:hover, a:active {
    color: #35ABE7;
}

a.btn-danger:link, a.btn-danger:visited, a.btn-danger:hover, a.btn-danger:active {
    color: #FFFFFF;
}