@charset "utf-8";
/* CSS Document */
/**********/
/**/
.bgpraia{
    background-image: url("https://www.costadasdunas.com.br/imagens/bgpraia.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.tema-background {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.tours {
  display: flex;
  padding: 0;
  flex-flow: row wrap;
  align-content: center;
  align-items: stretch;
  justify-content: center;
}
.tours > .tourcard {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  flex: 0 1 360px;
  margin: 15px;
  padding: 0;
}
.tours > .tourcard:hover {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,.5);
  cursor: pointer;
}
.tours > .tourcard figure {
    margin: 0;
    padding: 0;
  position: relative;
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  width: 100%;
}
.tourpic {
  background: #444;
  position: relative;
}
.tourbtn {
    margin: 0;
    padding: 0;
}
.tourbtn:after {
    clear: both;
}
.tours > .tourcard figure .tourpic img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;    
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: .50;
}
.tours > .tourcard:hover figure .tourpic img {
    opacity: 0.9;
}
.tours > .tourcard figure .tourpic .tourcat {
  color: #fff;
  font-size: .8em;
  padding: 3px 5px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  bottom: 15px;
}
.tours>.tourcard figure .tourpic .tourday {
  text-transform: uppercase;
  color: #fff;
  font-size: .8em;
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 3px 5px;
}
.tours > .tourcard figure .tourpic .tourday.hot {
  background: #000;
  background: red;
  background: -webkit-linear-gradient(0deg,red,orange);
  background: linear-gradient(90deg,red,orange);
  background-size: 200% 200%;
  -webkit-animation: hot 10s ease infinite;
  -moz-animation: hot 10s ease infinite;
  -o-animation: hot 10s ease infinite;
  animation: hot 10s ease infinite;
}
.tours > .tourcard figure .tourbtn {
  background: transparent;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-content: center;
}
.tours > .tourcard figure .tourbtn a {
  flex: 1;
}
.tours > .tourcard figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
  margin: 0 0 30px;
  display: flex;
  flex-flow: column nowrap;
  color: white;
}
figcaption h3 a {
    text-decoration: none;
    color: white;
}
.description {
    opacity: 0;
    display: none;
}
.tourprice {
    opacity: 0;
    display: none;
    font-size: .8em;
}
.currency {
    font-weight: 300;
}
.price {
    font-size: 2em;
    font-weight: 300;
}
.tourcard:hover figure figcaption .description,
.tourcard:hover figure figcaption .tourprice {
    display: block;
    opacity: 1;
}
/*text*/
.text-white,.text-white-hover:hover{color:#fff!important;}
.text-black,.text-black-hover:hover{color:#000!important}
.text-grey,.text-grey-hover:hover{color:#757575!important}
.text-red,.text-red-hover:hover{color:#f44336!important}
.large{font-size:20px!important}
.text-right{text-align:right!important}
/*margin and padding*/
.margin{margin:10px 25px 20px 20px!important;}
.padding{padding:12px!important}
.caption-topleft{position:absolute;left:0;top:0}
.caption-topright{position:absolute;right:0;top:0}
.caption-bottomleft{position:absolute;left:0;bottom:0}
.caption-bottomright{position:absolute;right:0;bottom:0}
.caption-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.caption-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.caption-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.caption-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.caption-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
p {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; text-align: justify; size: 16px}
font {font-size: 11px}
.divaligntop {text-align: start}
a:hover {text-decoration: none
}
.menu{max-width:200px}
.imgmedia {
	border: 1px solid #000000;}
body {
  padding-top: 75px;
  background: #f6d7c3 url("https://www.costadasdunas.com.br/imagens/bgpraia.png") no-repeat center top fixed;
  background-size: 100%;
  background-color: #f6d7c3;
  /*background-image: linear-gradient(180deg, #f6d7c3 5%, #ffffff 10%);*/
}
h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.imagem-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative; /* Para fazer que a imagem com position-absolute respeite a sua posição consoante este selector, ou evitar que saia do mesmo */
}
.imagem-500 {
	width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative; /* Para fazer que a imagem com position-absolute respeite a sua posição consoante este selector, ou evitar que saia do mesmo */
	
}

.imagem {
    width: 100%;
    /* código abaixo centra a imagem ao centro */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
/*- Sidebar -*/
.sidebar-title {
	/*background-color: #7C8ACB;*/
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.8px;
	font-size: 11px;
	padding: 15px 0;
	margin: 0 0 0px;
	font-family: "Raleway", Sans-serif;
}