/* 
Azul Escuro:	#18262E; //24,38,46
Azul Logo:		#DDA039; //56,150,217

Azul Escolhido pela Verônica:		#DDA039; //56,150,217
4D875f   #DDA039
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    color: #000;
    margin: 0px;
    padding: 0px;
    background-color: #CBCBC9;
    font-size: 15px;
}

a {
    color: #CBCBC9;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a:hover,
a:focus {
    color: #828282;
    text-decoration: none;
}


/*--------------------------------------------------------------
# Diversos
--------------------------------------------------------------*/

u {
    text-decoration: none;
    border-bottom: 1px solid #CBCBC9;
}

table {
    border-collapse: collapse;
    width: 100%;
    /*max-width:800px;*/
}

table,
th,
td {
    border: 1px solid #CBCBC9;
    padding: 3px;
    color: #CBCBC9;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.oculta {
    display: none;
}

.mostra {
    display: visible;
}

.img100 {
    max-width: 100%;
}

.conteudo {
    background-color: #fff;
}

.oculta {
    display: none;
}

.faixa {
    background-color: #CBCBC9;
    /* rgba(56,150,217, 0.9);*/
    min-height: 20px;
    color: #fff;
}

.botao_reserva {
    text-align: right;
}

@media (max-width: 768px) {
    .botao_reserva {
        text-align: center;
    }
}




.faixa_titulo {
    width: 100%;
    height: 50px;
    min-height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom:5px;
    background-size: cover;
}

.faixa_titulo_overlay {
    width: 100%;
    height: 100%;
    /*opacity:0;
    background: #CBCBC9;
    background: rgba(0, 0, 0, 0.3);
	*/
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.faixa_titulo h1 {
    color: #000;
    font-size: 35px;
    font-weight: 400;
    /*text-shadow: 2px 1px 15px rgba(0, 0, 0, 1)*/
}


/*--------------------------------------------------------------
# Maps
--------------------------------------------------------------*/

#map {
    width: 100%;
    height: 375px;
    border: 0px solid #eee;
}

#map,
#panorama {
    border-top: 0px solid #ff8000;
    min-height: 200px;
}


/*--------------------------------------------------------------
# Social icons 
--------------------------------------------------------------*/

a.social {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-top: 0px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a.social.default:hover {
    background: #37353A!important;
    color: #fff!important;
}

a.social.fa-twitter:hover {
    background: #41b7d8!important;
    color: #fff!important;
}

a.social.fa-facebook:hover {
    background: #3b5997!important;
    color: #fff!important;
}

a.social.fa-google-plus:hover {
    background: #d64937!important;
    color: #fff!important;
}

a.social.fa-linkedin:hover {
    background: #0073b2!important;
    color: #fff!important;
}

a.social.fa-vimeo-square:hover {
    background: #388fc5!important;
    color: #fff!important;
}

a.social.fa-youtube-square:hover {
    background: #A40F09!important;
    color: #fff!important;
}

a.social.fa-flickr:hover {
    background: #ff0084!important;
    color: #fff!important;
}

a.social.fa-pinterest:hover {
    background: #cb2027!important;
    color: #fff!important;
}

a.social.fa-skype:hover {
    background: #00aff0!important;
    color: #fff!important;
}

a.social.fa-rss:hover {
    background: #e0812a!important;
    color: #fff!important;
}

a.social.fa-instagram:hover {
    background: #3d739c!important;
    color: #fff!important;
}

a.social.fa-whatsapp:hover {
    background: #6bd700!important;
    color: #fff!important;
}

a.social.fa-phone:hover {
    background: #ff9d3c!important;
    color: #fff!important;
}

a.social.fa-envelope-o:hover {
    background: #59a667!important;
    color: #fff!important;
}

a.social.fa-tripadvisor:hover {
    background: #599144!important;
    color: #fff!important;
}

a.social.rounded {
    width: 38px;
    height: 38px;
    line-height: 38px;
}


/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

.menu {
	z-index:999;
	color: #000 !important;
	background-color: #fff;
	/*background-color: rgba(255, 255, 255, 0.6);*/
	border-top:3px solid #CBCBC9;
	border-bottom: 15px solid #CBCBC9;

}


.faixa_menu {
    border-bottom: 1px solid #666;
    /*background-color: #fff;*/
}

.logo {
    height: 80px;
    max-height: 80px;
    margin: 10px 0;
}

.social-links {
    height: 50px;
}


.navbar a {
	font-size: 16px;
    color: #000 !important;
}

.navbar :hover {
    color: #CBCBC9 !important;
}

.navbar ul li {
    padding-left: 10px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem !important;
}

.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9999;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 2.5px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #000;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.offcanvas-header {
    right: 50px;
}

.offcanvas-start {
    width: 350px;
}

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
    .navbar-expand-lg .offcanvas {
        position: absolute !important;
        visibility: hidden !important;
    }
}

@media all and (max-width: 991px) {
    .text-h4 {
        font-size: calc(1.275rem + .1vw);
    }
    .text-h6 {
        font-size: 0.8rem;
    }
    .fa-ico {
        font-size: 50px;
    }
    .right-icons {
        flex-direction: row !important;
    }
    .social-links {
        align-items: center !important;
    }
}

@media all and (max-width: 1200px) {
    .logo {
        height: 90px;
    }
}

@media all and (max-width: 767px) {
    .logo {
        height:50px;
    }
    .social-links>i {
        margin-right: 10px !important;
    }
    .container-fluid {
        padding: 0 !important;
    }
}

/*--------------------------------------------------------------
# Offcanvas
--------------------------------------------------------------*/


/*

body.offcanvas-active{
	overflow:hidden;
}
.offcanvas-header{ 
	display:none; 
}

.screen-overlay {
	width:0%;
	height: 100%;
	z-index:30;
	position: fixed;
	top: 0;
	left: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
	transition:opacity .5s ease, width 0s;
	opacity:1;
	width:100%;
	visibility:visible;
}

@media (max-width: 992px) {
	.offcanvas-header{ display:block; }
	.navbar-collapse {
		position: fixed;
		top:0; 
		bottom: 0;
		left:100%;
		width:80%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: rgba(0, 0, 0, 0.9);
		transition: visibility .2s ease-in-out, transform .2s ease-in-out;
	}
	.navbar-collapse.show {
		z-index: 990;
		visibility: visible;
		transform: translateX(-100%);
	}
}
*/

/*--------------------------------------------------------------
# Fancybox
--------------------------------------------------------------*/

.item {
    border: none;
    margin-bottom: 30px;
    border-radius: 4px;
}

.item a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.item a img {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.item .item-wrap {
    display: block;
    position: relative;
}

.item .item-wrap:after {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.item .item-wrap>span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.item .item-wrap:hover:after {
    opacity: 1;
    visibility: visible;
}

.item .item-wrap:hover span {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

@media all and (min-width: 768px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }
}


/*--------------------------------------------------------------
# Parallax Bar
--------------------------------------------------------------*/

.parallax {
    background-attachment: fixed !important;
	color: #000;
}

.parallax {
    padding: 25px 0px;
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
    .parallax {
        background-position: center center !important;
    }
}

.parallax h2 {
    color: #000;
    font-size: 50px;
    font-weight: 800;
}

.parallax .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.9;
    background: #000;
}

.borda_pl{
	border-radius: 0px 0px 30px 0px;
}

/*--------------------------------------------------------------
# OWL
--------------------------------------------------------------*/

.testemunho_tit {
    font-size: 30px;
    font-weight: 400;
}


/*Default*/

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #CBCBC9;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #CBCBC9;
}


/*FIM Default*/


/*Customizado*/


/*
.main-content {
  position: relative;
}
.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color:red;
}
.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}


.main-content {
    position: relative;

    .owl-theme {
        .custom-nav {
            position: absolute;
            top: 20%;
            left: 0;
            right: 0;

            .owl-prev, .owl-next {
                position: absolute;
                height: 100px;
                color: inherit;
                background: none;
                border: none;
                z-index: 100;

                i {
                    font-size: 2.5rem;
                    color: blue;
                }
            }

            .owl-prev {
                left: 0;
            }

            .owl-next {
                right: 0;
            }
        }
    }
}
*/



/*--------------------------------------------------------------
# carousel
--------------------------------------------------------------*/

#carousel_1{
	
    margin-top:0px;
}
.carousel-inner{

}
.carousel-item {
    height: 100%;
    min-height:100vh;
	/*border:2px solid red;*/
}

.carousel-full {
    /* The image used */
    /*background-image: url("img_girl.jpg");*/
    /* Full height */
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.carousel-bg {
    width: 100%;
    background-position: center;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-200 {height: 200px;min-height: 200px;}
.carousel-250 {height: 250px;min-height: 250px;}
.carousel-300 {height: 300px;min-height: 300px;}
.carousel-350 {height: 350px;min-height: 350px;}
.carousel-300 {height: 300px;min-height: 300px;}
.carousel-350 {height: 350px;min-height: 350px;}
.carousel-400 {height: 400px;min-height: 400px;}
.carousel-450 {height: 450px;min-height: 450px;}
.carousel-500 {height: 500px;min-height: 500px;}
.carousel-550 {height: 550px;min-height: 550px;}
.carousel-600 {height: 600px;min-height: 600px;}

.carousel-acomodacoes {height: 450px;min-height: 450px;}

@media (max-width: 575.98px) {
	.carousel-acomodacoes {height: 270px;min-height: 270px;}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.carousel-acomodacoes {height: 350px;min-height: 350px;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.carousel-acomodacoes {height: 400px;min-height: 400px;}
}



/*--------------------------------------------------------------
# video
--------------------------------------------------------------*/

.video-play-button {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 46px 8px 18px 28px;
}

.video_pulse {
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: red;
    cursor: pointer;
    box-shadow: 0 0 0 #E91E63;
    animation: pulse 2s infinite;
    z-index: 9999;
    position: absolute;
    content: ">>>";
}

.video_pulse:hover {
    animation: none;
}

@-webkit-keyframes video_pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(233, 30, 99, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
    }
}

@keyframes video_pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0.6);
        box-shadow: 0 0 0 0 rgba(233, 30, 99, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
        box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
    }
    100% {
        moz-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
        box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
    }
}


/*--------------------------------------------------------------
# Vídeo
--------------------------------------------------------------*/

@media (min-width: 1000px) {
    .videoWrapper {
        min-width: 550px
    }
}

@media (min-width: 1400px) {
    .videoWrapper {
        min-width: 880px
    }
}

.video {
    position: relative
}

.video-image {
    position: relative
}

.video-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 0, 9, 0.6);
}

.videoContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.videoContent h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.video-play-button {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 46px 8px 18px 28px;
}

@media (max-width: 991px) {
    .video-play-button {
        transform: scale(0.8)
    }
}

.video-play-button:before,
.video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
}

.video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 2000ms ease-out infinite;
    -moz-animation: pulse-border 2000ms ease-out infinite;
    -o-animation: pulse-border 2000ms ease-out infinite;
    animation: pulse-border 2000ms ease-out infinite;
}

.video-play-button:after {
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #de6320;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
    }
}

@-moz-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
    }
}

@-o-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
    }
}


/*--------------------------------------------------------------
# BOTÃO
--------------------------------------------------------------*/

.btn-site {
    color: #FFFFFF;
    background-color: #00A884;
    border-color: #00A884;
}

.btn-site:hover,
.btn-site:focus,
.btn-site:active,
.btn-site.active,
.open .dropdown-toggle.btn-site {
    color: #FFFFFF;
    background-color: #00A884;
    border-color: #00A884;
}

.btn-site:active,
.btn-site.active,
.open .dropdown-toggle.btn-site {
    background-image: none;
}

.btn-site.disabled,
.btn-site[disabled],
fieldset[disabled] .btn-site,
.btn-site.disabled:hover,
.btn-site[disabled]:hover,
fieldset[disabled] .btn-site:hover,
.btn-site.disabled:focus,
.btn-site[disabled]:focus,
fieldset[disabled] .btn-site:focus,
.btn-site.disabled:active,
.btn-site[disabled]:active,
fieldset[disabled] .btn-site:active,
.btn-site.disabled.active,
.btn-site[disabled].active,
fieldset[disabled] .btn-site.active {
    background-color: #00A884;
    border-color: #00A884;
}

.btn-site .badge {
    color: #00A884;
    background-color: #FFFFFF;
}


/*--------------------------------------------------------------
# Whats
--------------------------------------------------------------*/

.caixa_chat_windows {
    box-sizing: border-box;
    font-family: "Calibri", "Roboto", sans-serif;
    z-index: 101;
}

.chat_window {
    display: none;
    position: fixed;
    width: calc(100% - 20px);
    max-width: 400px;
    height: 405px;
    /*500px*/
    border-radius: 10px;
    background-color: #fff;
    left: 220px;
    /* 50px */
    bottom: -120px;
    /* 50px */
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background-color: #f8f8f8;
    overflow: hidden;
    z-index: 50;
}

.whats_top_menu {
    background-color: #056056;
    width: 100%;
    padding: 20px 0 15px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.whats_top_menu .buttons {
    margin: 3px 0 0 20px;
    position: absolute;
}

.whats_top_menu .buttons .button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.whats_top_menu .buttons .button.whats_close {
    background-color: white;
}

.whats_top_menu .buttons .button.minimize {
    background-color: #fdbf68;
}

.whats_top_menu .buttons .button.maximize {
    background-color: #a3d063;
}

.whats_top_menu .title {
    text-align: left;
    color: white;
    font-size: 18px;
    /* text-indent: 70px; */
    padding-left: 62px;
    font-weight: bold;
}

.whats_messages {
    position: relative;
    list-style: none;
    padding: 10px 0px 0 5px;
    margin: 0;
    height: 255px;
    /*347px;*/
    overflow: hidden;
    background: url(img_site/whatsapp_modulo_bg.jpg);
}

.whats_messages .message {
    clear: both;
    overflow: hidden;
    margin-bottom: 7px;
    transition: all 0.5s linear;
    opacity: 0;
}

.whats_messages .message.left .avatar {
    background-color: #f5886e;
    float: left;
}

.whats_messages .message.left .text_wrapper {
    /* background-color: #ffe6cb;*/
    background: white;
    box-shadow: 1px 1px 2px #CCC;
    margin-left: 20px;
    box-sizing: border-box;
}

.whats_messages .message.left .text_wrapper::after,
.whats_messages .message.left .text_wrapper::before {
    right: 95%;
    border-right-color: white;
}

.whats_messages .message.left .text {
    color: black;
}

.whats_messages .message.right .avatar {
    background-color: #fdbf68;
    float: right;
}

.whats_messages .message.right .text_wrapper {
    background-color: #c7eafc;
    margin-right: 20px;
    float: right;
}

.whats_messages .message.right .text_wrapper::after,
.whats_messages .message.right .text_wrapper::before {
    /*left: 100%;*/
    right: -15px;
    border-width: 30px 30px 0 0;
    border-color: #c7eafc transparent transparent transparent;
}

.whats_messages .message.right .text {
    color: #45829b;
}

.whats_messages .message.appeared {
    opacity: 1;
}

.whats_messages .message .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
}

.whats_messages .message .text_wrapper {
    display: inline-block;
    padding: 15px 20px 10px 15px;
    /*20px padding: 10px 20px 4px 16px; */
    /*www.imobibrasil.com.br*/
    border-radius: 16px;
    /*6px*/
    width: calc(100% - 70px);
    min-width: 100px;
    position: relative;
}

.whats_messages .message .text_wrapper::after,
.whats_messages .message .text_wrapper:before {
    top: 0;
    margin-left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.whats_messages .message .text_wrapper::after {
    border-width: 0 30px 30px 0;
    border-color: transparent #ffffff transparent transparent;
}

.whats_messages .message .text_wrapper::before {
    border-width: 0 30px 30px 0;
    border-color: transparent #ffffff transparent transparent;
}

.whats_messages .message .text_wrapper .text {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.whats_bottom_wrapper {
    position: relative;
    width: 100%;
    background-color: #F5F1EE;
    padding: 20px 20px;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
}

.whats_bottom_wrapper .message_input_wrapper {
    display: inline-block;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #bcbdc0;
    /*width: calc(100% - 160px);*/
    width: calc(56% - 56px);
    position: relative;
    padding: 0 20px;
    box-shadow: 1px 1px 2px #CCC;
    box-sizing: border-box;
    text-align: left;
}

.whats_bottom_wrapper .message_input_wrapper .message_input {
    border: none;
    height: 100%;
    box-sizing: border-box;
    width: calc(100% - 40px);
    position: absolute;
    outline-width: 0;
    color: #000;
    background: #F5F1EE;
}

.whats_bottom_wrapper .send_message {
    width: 50px;
    /*width: 140px;*/
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    /*50px*/
    cursor: pointer;
    transition: all 0.2s linear;
    float: right;
}

.whats_bottom_wrapper .send_message .text {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    line-height: 48px;
}

.whats_message_template {
    display: none;
}

.block {
    display: block
}

.whats_close {
    float: right;
    color: white;
    font-size: 26px;
    margin: -35px 20px 0 0;
    cursor: pointer;
}

.whats_top_menu .buttons .button.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    margin-top: -10px;
    background: url(img_site/logo_wa.png) white;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.time {
    float: right;
    margin: 0 -10px 0 0;
    padding: 0;
    font-size: 12px;
    position: relative;
    color: #929292;
}

#btwhatsapp {
    /*
	position:fixed;
	bottom:15px;
	left:25px;
	*/
}

@media only screen and (max-width: 719px) {
    /* .chat_window{ left: 180px; } */
    .chat_window {
        left: 10px;
        bottom: 30px;
        transform: none;
    }
    .whats_top_menu .title {
        font-size: 16px;
    }
    .whats_top_menu .buttons {
        margin: 0px 0 0 20px;
    }
    .whats_close {
        margin: -25px 20px 0 0;
    }
}


/******************************/

.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 40;
    cursor: pointer;
}

.my-icon-whatsapp {
    margin-top: 15px;
}

.pulse {
    font-family: Arial;
    line-height: 1.5;
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: red;
    cursor: pointer;
    box-shadow: 0 0 0 #E91E63;
    animation: pulse 2s infinite;
    z-index: 9999;
    position: absolute;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(233, 30, 99, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0.6);
        box-shadow: 0 0 0 0 rgba(233, 30, 99, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
        box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
    }
    100% {
        moz-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
        box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
    }
}


/*
.whats_conteudo {
	margin: 0 auto;
	background:#dedede;
	width:1280px;
	height:960px;
}
*/

#message_1 {
    display: none;
}

#message_2 {
    display: none;
}

#message_3 {
    display: none;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    width: 100%;
    border-top: 0px solid #0080c0;
    border-bottom: 0px solid #0080c0;
    font-size: 16px;
    background: transparent;
    color: #000;
    padding: 5px 0px 20px 0px;
}

footer h3 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

footer hr {
    background: #0080c0;
    height: 1px;
    margin: 5px 0px 5px 0px;
}

footer ul {
    /*float: right;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer li {
    /*display: inline;*/
    padding: 3px 0 3px 0;
    border-bottom: solid 1px #e6e6e6;
}

footer a {
    color: #000;
	text-decoration:none;
}

footer a:visited {
    color: #000;
}

footer a:hover {
    color: #000;
    font-weight: bold;
}

@media (max-width: 768px) {
    footer {
        font-size: 12px;
        padding: 5px 0px 80px 0px;
    }
}


/************************************************************/


/* Small - Dispositivos extra small (telefones em modo retrato, com menos de 576px)*/

@media (max-width: 575.98px) {
    .nav-link{font-size: 23px;}
    .dropdown-item{font-size: 23px;}
}


/* Medium (sm) - Dispositivos small (telefones em modo paisagem, com 576px ou mais)*/

@media (min-width: 576px) and (max-width: 767.98px) {
    .nav-link{font-size: 23px;}
    .dropdown-item{font-size: 23px;}
}


/* Large (md) - Dispositivos médios (tablets com 768px ou mais)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-link{font-size: 18px;}
    .dropdown-item{font-size: 18px;}
}


/* Extra large (lg) - Dispositivos large (desktops com 992px ou mais)*/

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* Monitor / TV (xl)- Dispositivos extra large (desktops grandes com 1200px ou mais)*/

@media (min-width: 1200px) {}

