/* CSS Document */

/*MEDIA QUERIES*/

/*PADROES*/
/*XM*/
@media (min-width: 576px) {
	.hidde-xm {
		display: none;
	}
}

/*SM*/
@media (max-width: 576px) {
	.hidde-sm {
		display: none;
	}
	
	.titulo-cta-atracoes {
		font-size: 4rem;
	}
	
	.blockquote {
		display: inline-block;
		padding: 0 1rem !important;
		border-left: 0 !important;
		border-top: 0.2rem solid #DAD3CE;
		border-bottom: 0.2rem solid #DAD3CE;
		margin-bottom: 2rem 0;
		color: darkgray;
	}
	.margin-sm-top {
		margin-top: 3rem;
	}
}

/*MD*/
@media (max-width: 767px){
	.hidde-md {
		display: none;
	}
	
	.col-md-4 .card {
		margin-top: 2rem;
	}
	
	.d-menu-footer {
		display: block;
	}
	
	.fdt-slide-1 {
		width: 100%;
		height: 50vh !important;
	}

	.fdt-slide-2 {
		width: 100%;
		height: 50vh !important;
	}

	.fdt-slide-3 {
		width: 100%;
		height: 50vh !important;
	}
	
}

/*LG*/
@media (max-width: 992px) {
	.hidde-lg {
		display: none;
	}
	
	.destaque-sobre {
		margin-top: 2rem;
		text-align: center;
	}
}

/*XL*/
@media (max-width: 1200px){
	.hidde-xl {
		display: none;
	}
}

/*Custom*/
@media (max-width: 812px){
	.hidde-endereco {
		display: none;
	}
}

/*APAREÇA*/
@media (max-width: 576px) {
	.show-xm {
		display: none;
	}
}

/*SM*/
@media (min-width: 576px) {
	.show-sm {
		display: none;
	}
	.logo-fdt {
		width: 12rem;
		margin-top: 10px;
	}
}

/*MD*/
@media (min-width: 767px){
	.show-md {
		display: none;
	}
}

/*LG*/
@media (min-width: 992px) {
	.show-lg {
		display: none;
	}
}

/*XL*/
@media (min-width: 1200px){
	.show-xl {
		display: none;
	}
}


/*GLOBAL*/
.display-1, 
.display-2, 
.display-3, 
.display-4,
.display-5,
h1,
h2,
h3 {
	color: rgba(221,219,0,1.00);
}

.bg-gray {
	background-color: #F4F4F4;
}

.btn-primary {
	background-color: #CABA9F;
	border-color: #9E927F;
}

.btn-primary:hover {
	background-color: #BAA582;
	border-color: #9E927F;
}

a:hover {
	text-decoration: none;
}

/*HEADER*/
header .adress {
	float: right;
	font-size: 0.9rem;
	text-align: right;
	padding-top: 10px;
	color: gray;
}

adress a{
	font-size: 1rem;
	color: rgba(221,219,0,1.00);
}

.menu-fdt a {
	color: gray;
	text-transform: uppercase;
	font-weight: 500;
}

.menu-fdt a:hover {
	color: rgba(221,219,0,1.00);
}

.ativado {
	color: rgba(221,219,0,1.00) !important;
}

.social {
	color: gray;
	font-size: 1.1rem;
}

.social:hover {
	color: rgba(221,219,0,1.00);
	text-decoration: none;
}

.border {
	border: 1px solid black !important;
}

.linha {
	border-bottom: 1px solid #D8D8D8;
}

.destaque {
	margin: 30px 0;
}

.imagem-sobre {
	background-image: url(../imgs/casarao.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 400px;
}

.noPadding {
	padding: 0 !important;
}

.foto-depo {
	width: 80px;
	height: 80px;
	background-color: lightgray;
	margin: 10px auto;
	border-radius: 40px;
}

.little-space {
	padding-right: 20px;
}

.little-space:last-of-type {
	padding-right: 0;
}

.logo-fdt {
	width: 12rem;
}

/*SLIDE*/
.fdt-slide-1 {
	width: 100%;
	height: 80vh;
	background-image: url(../imgs/bike7.jpg);
	background-size: cover;
	background-position: center;
	background-color: gray;
	background-repeat: no-repeat;
}

.fdt-slide-2 {
	width: 100%;
	height: 80vh;
	background-image: url(../imgs/16143630_1766493777002136_6240837302617645673_o.jpg);
	background-size: cover;
	background-position: center;
	background-color: gray;
	background-repeat: no-repeat;
}

.fdt-slide-3 {
	width: 100%;
	height: 80vh;
	background-image: url(../imgs/banner01.jpg);
	background-size: cover;
	background-position: center;
	background-color: gray;
	background-repeat: no-repeat;
}

/*FOOTER*/
footer .row {
	margin: 30px 0;
}

footer .row:last-of-type {
	margin: 0;
}

.copy {
	font-size: 0.7rem;
	color: gray;
}

.card-text {
	min-height: 100px;
}

footer .texto-footer a {
	color: gray;
	font-size: 0.8rem;
	text-align: center;
	text-transform: uppercase;
}

footer .texto-footer a:hover {
	color: rgba(221,219,0,1.00);
}

/*CARD*/

.card {
	margin-bottom: 2rem;
}


/*ROTEIRO*/
.roteiro {
	margin-bottom: 2rem;
}

.circulo {
	width: 28px;
	height: 28px;
	border-radius: 15px;
	background-color: white;
	margin: 0 auto;
	border: 4px solid rgba(221,219,0,1.00);
}

@media (max-width: 576px) {
  .circulo {
    display: none;
  }
}

.linha-roteiro {
	width: 2px;
	height: 100%;
	background-color: rgba(221,219,0,1.00);
	margin: 0 auto;
}

@media (max-width: 768px) {
  .linha-roteiro {
    display: none;
  }
}

/*CTA*/
.bg-cta {
	padding: 2rem 1rem;
	margin: 2rem 0;
}

/*FIGURE*/
.figure-img {
	width: 100%;
	padding: 0 1rem;
}

/*BLOCKQUOTE*/
.blockquote {
	padding-left: 2rem;
	border-left: 0.7rem solid #DAD3CE;
	color: darkgray;
}

/*MODAL*/
.modal-dialog {
	max-width: 1000px;
}

.modal-body {
	width: 100%;
}

/*OWL CAROUSEL*/
/*Buttons*/
.owl-nav {
	color: red;
	background-color: gray;
}

.owl-prev {
	float: left;	
}

.owl-next {
	float: right;
}

.img-01 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/circuito_historico.jpg);
	background-position: center;
	background-size: contain;
}

.img-02 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/museus.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.img-03 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/alimentacao.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.img-04 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/trilha-ecologica.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.img-05 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/mini-fazenda.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.img-06 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/piscina-09.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.img-07 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/cafe.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.img-08 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/pescaria.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.img-09 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/alimentacao.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.img-10 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/brinquedo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.img-11 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/trator.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.img-12 {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/servico.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.depo1 {
	background-image: url(../imgs/rainha.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.depo2 {
	background-image: url(../imgs/angelina.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.depo3 {
	background-image: url(../imgs/travolta.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bgcontato { 
    /* The image used */
    background-image: url(../imgs/bgcontato.jpg);

    /* Set a specific height */
    height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgnatureza { 
    /* The image used */
    background-image: url(../imgs/bgnatureza.jpg);

    /* Set a specific height */
    height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}