i
@import url("https://fonts.googleapis.com/css?family=Cabin:400");
:root {
  --sl-pad: 1rem;
  --sl-clr: DarkBlue;
  --txt-clr: black;
  --txt-size: 1.75rem;
}




.side-lines {
  margin: 2rem 0;
  font-size: var(--txt-size);
  color: var(--txt-clr);
}
.side-lines--single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color : #3c3c3c;
 
  text-align: center;
}
.side-lines--single:before, .side-lines--single:after {
  content: '';
  flex: 1;

  height: 2px;
  background-color: var(--sl-clr);
}
.side-lines--single:before {
  margin-right: var(--sl-pad);
}
.side-lines--single:after {
  margin-left: var(--sl-pad);
}
.side-lines--double {
  display: flex;
  align-items: center;
  justify-content: space-between;
 
  text-align: center;
}
.side-lines--double:before, .side-lines--double:after {
  content: '';
  flex: 1;

  height: 2px;
  height: 4px;
  border-top: 2px solid var(--sl-clr);
  border-bottom: 2px solid var(--sl-clr);
}
.side-lines--double:before {
  margin-right: var(--sl-pad);
}
.side-lines--double:after {
  margin-left: var(--sl-pad);
}
.side-lines--striped {
  display: flex;
  align-items: center;
  justify-content: space-between;

  text-align: center;
}
.side-lines--striped:before, .side-lines--striped:after {
  content: '';
  flex: 1;
 
  height: 6px;
  height: 12px;
  background: repeating-linear-gradient(45deg, var(--sl-clr), var(--sl-clr) 6px, transparent 6px, transparent 12px);
}
.side-lines--striped:before {
  margin-right: var(--sl-pad);
}
.side-lines--striped:after {
  margin-left: var(--sl-pad);
}
.side-lines--checkered {
  display: flex;
  align-items: center;
  justify-content: space-between;

  text-align: center;
}
.side-lines--checkered:before, .side-lines--checkered:after {
  content: '';
  flex: 1;
  
  height: 24px;
  background: linear-gradient(45deg, var(--sl-clr) 25%, transparent 25%), linear-gradient(315deg, var(--sl-clr) 25%, transparent 25%), linear-gradient(225deg, var(--sl-clr) 25%, transparent 25%), linear-gradient(135deg, var(--sl-clr) 25%, transparent 25%);
  background-size: 12px 12px;
}
.side-lines--checkered:before {
  margin-right: var(--sl-pad);
}
.side-lines--checkered:after {
  margin-left: var(--sl-pad);
}
.side-lines--snake {
  display: flex;
  align-items: center;
  justify-content: space-between;
 
  text-align: center;
}
.side-lines--snake:before, .side-lines--snake:after {
  content: '';
  flex: 1;

  height: 24px;
  -webkit-animation: move 0.5s linear infinite forwards;
          animation: move 0.5s linear infinite forwards;
  height: 16px;
  background: radial-gradient(circle at 100% 100%, transparent 30%, var(--sl-clr) 30%, var(--sl-clr) 45%, transparent 45%, transparent), radial-gradient(circle at 0 0, transparent 25%, var(--sl-clr) 25%, var(--sl-clr) 40%, transparent 40%, transparent);
  background-size: 24px 24px;
}
@-webkit-keyframes move {
  to {
    background-position: 24px 24px;
  }
}
@keyframes move {
  to {
    background-position: 24px 24px;
  }
}
.side-lines--snake:before {
  margin-right: var(--sl-pad);
}
.side-lines--snake:after {
  margin-left: var(--sl-pad);
}

/* só centraliza o botão */
.SharedTable {width:90%; margin:0 auto;}
    .SharedTable th {background:#c4c4c4;padding:5px;color:#734040;}
    .SharedTable td {padding:5px; border-bottom:1px solid grey; background:#ececec;}
    .SharedTable .contact-btn {padding:4px; color:#242525; font-size:13px;font-weight:600;}
    .blink {animation: blinker 1.5s linear infinite;}
    tabel.SharedTable {border: 1px solid #dfdfdf}
        

    @keyframes blinker {  50% { opacity: 0; }}
    
    .contact-btn {border-radius:5px; ; border:none;
    }
.box-content {width:100%;}
    .
.home_special_offer {
    width: 100%;
    float: none;
    height: 360px;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    background-color: #fff;
    position: relative;
    border: 1px solid #d4d4d4
}
.home_special_offer#first .img_container{height:360px;}

.home_special_offer .img_container {
    height: 195px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.home_special_offer#first .home_special_offer_content {
    z-index: 1;
    background: -webkit-linear-gradient(90deg,191970,191970);
    background: -o-linear-gradient(90deg,#191970,191970);
    background: -moz-linear-gradient(90deg,#ff9c00,#ff7000);
    background: linear-gradient(90deg,#56323c,#56323c);
    position: absolute;
    bottom: 0
}
.home_special_offer_content {
    padding: 10px;
    float: left;
    width: 100%
}
.home_special_offer#first .home_special_offer_title {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0
}

.home_special_offer#first .home_special_offer_title a {
    color: #fff
}
.home_special_offer_title {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    color: #545454
}
.home_special_offer_title h3 {
    font-size: 15px;
    color: #545454;
    line-height: inherit
}


.home_special_offer#first .home_special_offer_title a {
    color: #fff
}
.home_special_offer#first .home_special_offer_description {
    display: none
}
.home_special_offer#first .home_special_offer_content .read_more {
    display: none
}
.home_special_offer_description {
    color: #3a3a3a;
    font-size: 13px;
    height: 75px;
    width: 100%;
    overflow: hidden
}
.home_special_offer_content .read_more {
    font-style: normal;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 5px
}
.home_special_offer#first .short_info#home_short_info {
    background: transparent !important
}
.home_special_offer#first .short_info {
    z-index: 2;
    padding-bottom: 12px;
    background: linear-gradient(90deg,#56323c,#56323c);
    text-align: center
}
.home_special_offer .short_info {
    font-size: 17px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    color: #fff;
    background: -webkit-linear-gradient(90deg,#7b2014d4,#7b2014d4);
    background: -o-linear-gradient(90deg,#ff9c00,#ff7000);
    background: -moz-linear-gradient(90deg,#ff9c00,#ff7000);
    
    text-align: center
}

.home_special_offer#first .short_info#home_short_info {
    background: transparent !important
}

.home_special_offer .short_info .price {
    font-weight: bold
}

.home_special_offer_content .read_more {
    font-style: revert;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 5px
}
.mar-0{
    font-style: revert;
    float: left;
    font-size: 14px;
    font-weight: bold;

}
.home_special_offer_content .read_more a {
    color: #3a3a3a
}
.home_special_offer:hover {
    box-shadow: 0 0 30px #c6c6c6
}
.home_special_offer_description p {font-size:13px;}
.top-destination {
    margin: 30px 0;
    position: relative;
    font-size: 20px;
    float: left;
    width: 100%
}
.top-destination:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #363636;
    display: block;
    left: 0;
    margin-top: 9px
}

@media screen and (max-width: 480px) {
    .short_info {font-size : 13px !important;}
    h3#main-image-title {font-size:12px;}
    .sliderImage {height:200px;}
} 

#footer-page {background-color:#191970; padding-right:10px; padding-left:10px;}
.copyright p {color:#adadad!important;font-size:13px;margin-bottom:5px; text-align:center;}


.enlarge:hover {
  transform:scale(2,2);
  transform-origin:0 0;
}

.botao-wpp {
  text-decoration: none;
  color: #eee;
  display: inline-block;
  background-color: #25d366;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 3px;
}

.botao-wpp:hover {
  background-color: darken(#25d366, 5%);
}

.botao-wpp:focus {
  background-color: darken(#25d366, 15%);
}

.instaimages img {padding-bottom:5px; border-radius:17px;}
.instaimages img:hover {
    opacity:0.8;
    -moz-opacity:0.8;
    -webkit-opacity:0.8;
}

.instagallery {
    background : rgba(213, 213, 213, 0.25);
    border-radius:13px;
    padding:8px;
}



/*===================================== side nav menu css code ================================================== */
.sidenav {display: block; float: left; position: fixed; top: 30%; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 1210px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .container {
        width: 1030px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 682px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 428px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 320px;
        margin: 0 auto;
    }
    .container.vs-mobile {width:100%;}
    #slider, #slider .sliderInner {height:200px;}
    
    #slider, #slider .sliderInner .mcSlc {
	background-size: cover !important;
}
    
  
}

.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  /*height: 100px;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  
  /* == */
  width: 152px;
  /* == */
}
.mcd-menu li {
  position: relative;
  /*float:left;*/
}
.mcd-menu li a {
  display: block;
  text-decoration: none;
  padding: 5px 20px;
  color: #777;
  /*text-align: center;
  border-right: 1px solid #E7E7E7;*/
  
  /* == */
  text-align: left;
  height: 36px;
  position: relative;
  border-bottom: 1px solid #EEE;
  /* == */
}
.mcd-menu li a i {
  /*display: block;
  font-size: 30px;
  margin-bottom: 10px;*/
  
  /* == */
  float: left;
  font-size: 20px;
  margin: 0 10px 0 0;
  /* == */
  
}
/* == */
.mcd-menu li a p {
  float: left;
  margin: 0 ;
}
/* == */

.mcd-menu li a strong {
  display: block;
  text-transform: uppercase;
}
.mcd-menu li a small {
  display: block;
  font-size: 10px;
}

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
  position: relative;
  
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
    opacity: 1;
    -webkit-animation: moveFromLeft 300ms ease-in-out;
    -moz-animation: moveFromLeft 300ms ease-in-out;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: moveFromLeft 300ms ease-in-out;
    animation: moveFromLeft 300ms ease-in-out;
}
.mcd-menu li:hover a small {
    opacity: 1;
    -webkit-animation: moveFromRight 300ms ease-in-out;
    -moz-animation: moveFromRight 300ms ease-in-out;
    -ms-animation: moveFromRight 300ms ease-in-out;
    -o-animation: moveFromRight 300ms ease-in-out;
    animation: moveFromRight 300ms ease-in-out;
}

.mcd-menu li:hover > a {
  color: #e67e22;
}
.mcd-menu li a.active {
  position: relative;
  color: #e67e22;
  border:0;
  /*border-top: 4px solid #e67e22;
  border-bottom: 4px solid #e67e22;
  margin-top: -4px;*/
  box-shadow: 0 0 5px #DDD;
  -moz-box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
  
  /* == */
  border-left: 4px solid #e67e22;
  border-right: 4px solid #e67e22;
  margin: 0 -4px;
  /* == */
}
.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  /*top: 0;
  left: 45%;
  border-top: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 42%;
  left: 0;
  border-left: 5px solid #e67e22;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  /* == */
}

/* == */
.mcd-menu li a.active:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border-right: 5px solid #e67e22;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* == */

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}



.mcd-menu li ul,

}
.mcd-menu li:hover > ul,


/*.mcd-menu li.float {
  float: right;
}*/



@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .mcd-menu {
		margin-left:10px;
			display:none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .mcd-menu {
		width: 200px;
	}
	.mcd-menu li a {
		height:30px;
	}
	.mcd-menu li a i {
		font-size: 22px;
	}
	.mcd-menu li a strong {
		font-size: 12px;
	}
	.mcd-menu li a small {
		font-size: 10px;
	}	
	.mcd-menu li > ul {
		min-width:180px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.mcd-menu { 
		width: 50px;
			display:none;
	}
	.mcd-menu li a { 
		position: relative;
		padding: 12px 16px;
		height:20px;
	}
	.mcd-menu li a small { 
		display: none;
	}
	.mcd-menu li a strong { 
		display: none;
	}
	.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
		display:block;
		font-size:10px;
		padding:3px 0;
		position:absolute;
		bottom:0px;
		left:0;
		background:#e67e22;
		color:#FFF;
		min-width:100%;
		text-transform:lowercase;
		font-weight:normal;
		text-align:center;
	}
	
	.mcd-menu li > ul {
		min-width:180px;
		left:70px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:50px;
	}

}

@media only screen and (max-width: 479px) {
    .mcd-menu { 
		width: 50px;
		display:none;
	}
	.mcd-menu li a { 
		position: relative;
		padding: 12px 16px;
		height:20px;
	}
	.mcd-menu li a small { 
		display: none;
	}
	.mcd-menu li a strong { 
		display: none;
	}
	.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
		display:block;
		font-size:10px;
		padding:3px 0;
		position:absolute;
		bottom:0px;
		left:0;
		background:#e67e22;
		color:#FFF;
		min-width:100%;
		text-transform:lowercase;
		font-weight:normal;
		text-align:center;
	}
	.mcd-menu li .search { 
		display: none;
	}
	
	.mcd-menu li > ul {
		min-width:180px;
		left:70px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:50px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li > ul {
		left:35px;
		top: 45px;
		border:0;
		border-top:4px solid #e67e22;
	}
	.mcd-menu li ul li ul li > ul:before {
		left:30px;
		top: -9px;
		border:0;
		border-bottom:5px solid #e67e22;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:30px;
		min-width:150px;
		top: 35px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
    
}

/*===================================== END of side nav menu css code ================================================== */