@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@font-face {
    font-family: 'Oswald Ajustada';
    src: url('../uploads/Oswald.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    size-adjust: 92%;
}

@font-face {
    font-family: 'Esteta';
    src: url('../uploads/EstetaSans.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: 'Flowers';
    src: url('../uploads/FlowersOfNineties.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0020-007E;
}

body{
	font-family: 'Flowers';
	background-color: #003750;
	color: #e4c89c;
	font-size: 14px;
	line-height: 24px;
}

.banner__headline,
.topo__headline{
	color: #c27d3e;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

h1{
	font-family: 'Esteta', 'Oswald Ajustada';
	color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: normal;
    text-transform: uppercase;
}

h2{
	color: #e4c89c;
    font-size: 14px;
    line-height: 24px;
}

#servicos h2,
#produtos h2,
#recursos h2{
	color: #003750;
}

h3{
	color: #1e120d;
    font-size: 16px;
    line-height: 24px;
}

strong{
	font-weight: 500;
}

#menu .btn-primary,
#banner .btn-primary,
#produtos .btn-primary,
#politica .btn-primary{
	border: none;
    font-weight: 500;
    letter-spacing: .6px;
 	background-image: linear-gradient(to right, #003750 0%, #002D40  51%, #003750  100%);
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FCF9F8 !important;
    border-radius: 10px;
}

#menu .btn-primary:hover, #menu .btn-primary:active, #menu .btn-primary:focus,
#banner .btn-primary:hover, #banner .btn-primary:active, #banner .btn-primary:focus,
#produtos .btn-primary:hover, #produtos .btn-primary:active, #produtos .btn-primary:focus,
#politica .btn-primary:hover, #politica .btn-primary:active, #politica .btn-primary:focus{
    background-position: right center;
    color: #FCF9F8;
    text-decoration: none;
 	transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
}

#banner .btn-outline-primary{
	border: none;
    font-weight: 500;
    letter-spacing: .6px;
 	background-image: linear-gradient(to right, #20b038 0%, #5fd669  51%, #20b038  100%);
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FCF9F8 !important;
    border-radius: 10px;
}

#banner .btn-outline-primary:hover, #banner .btn-outline-primary:active, #banner .btn-outline-primary:focus{
    background-position: right center;
    color: #FCF9F8;
    text-decoration: none;
 	transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
}

#menu {
    background-color: transparent;
    box-shadow: none;
    padding-top: 40px;
    padding-bottom: 50px;
}

#menu .container {
    background-color: #fff;
    border-radius: 10px;
    padding-left: 45px;
    padding-right: 45px;
}

#menu .menu__logotipo {
    margin-top: 22px;
    margin-bottom: 22px;
}

.reduz {
    padding-top: 10px !important;
}

.reduz .container {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.2) !important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2) !important;
}

.reduz img{
	height: 40px !important;
}


#menu a{
	color: #003750;
}

#menu a:hover, #menu a:active, #menu a:focus{
	color: #946f3e;
}

#video{
	-ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    overflow: visible;
    position: relative;
    z-index: -10;
}

#video::before{
    background-color: #000;
    height: 100%;
    position: absolute;
    top: 0;
	content: "";
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    right: 50%;
    width: calc(100% - -8px);
}

.video-overlay{
	background-color: #000;
    height: 100%;
    position: absolute;
    top: 0;
	width: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.video-overlay::before{
	display: block;
    position: absolute;
    height: 100%;
	width: 100%;
    content: "";
    z-index: 3;
}

.video2{
	position: absolute;
    width: calc(100% + 8px);
	background-color: #000;
	height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    transform-style: preserve-3d;
    z-index: 2;
}

.video2::before{
	display: block;
    content: "";
    background-color: #FCF9F8;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video3{
	position: absolute;
    width: 100%;
	height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    object-fit: cover;
}

#video .container{
	z-index: 6;
}

.lSSlideWrapper{
	z-index: 9;
}

/*#banner .align-self-center{
    padding-top: 100px;
}*/

#banner .jumbotron{
	background-color: #FCF9F8;
}

#banner h1{
	font-family: 'Esteta';
	color: #C2882D !important;
    font-size: 56px;
    line-height: 52px;
    font-weight: 400;
    margin-bottom: 16px;
}

#banner h1 em{
	font-family: 'Flowers';
	color: #003750;
}

#banner h2{
	color: #fff;
}

#banner .banner__descricao{
	font-size: 14px;
	line-height: 21px;
	color: #c27d3e;
}

#sobre .bloco__topo,
#equipe .registro__direita{
	-ms-flex-item-align: center!important;
    align-self: center!important;
}

#sobre .bloco__registros,
#equipe .bloco__registros .registro__esquerda{
	padding-right: 40px;
}

#sobre .bloco__registros .registro__imagem,
#equipe .bloco__registros .registro__imagem{
	margin-bottom: 0 !important;
	border-radius: 16px;
	/*transform: rotate(358deg);*/
}

#covid{
	background-color: #F55A74;
	color: #fff;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	font-weight: 500;
}

#covid h1{
	color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#videos{
/*	background-color: #E5C393;
	background-image: url("imagens/085ccaddbd3aa270b1d72beef6bbc5ca.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#videos .container{
    max-width: 840px;
}

#videos .ratio iframe{
	border-radius: 16px;
	/*transform: rotate(363deg);*/
}

#instagram{
	padding-top: 0 !important;
	text-align: center;
}

#instagram a{
	color: #c27d3e;
	font-weight: 500;
}

#instagram a:hover, #instagram a:active, #instagram a:focus{
	text-decoration: none;
	color: #946f3e;
}

/*#artistas{
	background-color: #fff;
}*/

#artistas h3{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
}

#artistas h4{
	font-size: 11px;
	font-weight: 600;
	color: #e4c89c;
	text-transform: uppercase;
}

#artistas img{
	border-radius: 16px;
	margin-bottom: 10px !important;
}

#artistas .social a{
	color: #c27d3e;
}

#artistas .social a:hover, #artistas .social a:active, #artistas .social a:focus{
	color: #946f3e;
}

#produtos,
#servicos,
#recursos,
#faq{
	background-color: #FFE3C0;
	background-image: url(bg1.jpg);
	background-attachment: fixed;
	background-position: center center;
}

#produtos h1,
#servicos h1,
#recursos h1,
#faq h1{
	color: #003750;
}

#produtos h5{
	display: none;
}

#produtos .nav-pills .nav-link.active,
#produtos .nav-pills .show>.nav-link,
#servicos .nav-pills .nav-link.active,
#servicos .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #1e120d;
}

#produtos .nav-link{
    padding: 12px 22px;
}

#produtos .card{
	border-radius: 0 12px 12px 0;
	border: none;
	border-left: dashed 1px #1e120d;
}

#produtos .card-body {
    padding: 30px 200px 30px 40px;
}

/*#produtos .bloco__registros .col{
	margin-top: -95px;
}*/

#produtos h4{
/*	background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;*/
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 50px;
    margin-bottom: 0;
}

#produtos .link__registro{
	border: none;
    font-weight: 500;
    letter-spacing: .6px;
 	background-image: linear-gradient(to right, #003750 0%, #002D40  51%, #003750  100%);
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FCF9F8 !important;
    border-radius: 10px;
    margin-top: 16px;
    position: relative;
    top: 24px;
}

#produtos .link__registro:hover, #produtos .link__registro:active, #produtos .link__registro:focus{
    background-position: right center;
    color: #FCF9F8;
    text-decoration: none;
 	transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
}


#artistas .registro__descricao p{
    background-color: #000;
    border-radius: 85px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    padding: 0px 16px;
    margin-bottom: 8px;
}

#produtos .bloco__categoria a,
#servicos .bloco__categoria a{
	color: #1e120d;
}

#produtos .bloco__registros a:hover, #produtos .bloco__registros  a:active, #produtos .bloco__registros  a:focus,
#servicos .bloco__registros a:hover, #servicos .bloco__registros  a:active, #servicos .bloco__registros  a:focus{
	text-decoration: none;
	color: #946f3e;
}

#produtos .bloco__registros a,
#servicos .bloco__registros a{
	color: #c27d3e;
	font-weight: 500;
}

#servicos{
	padding-bottom: 20px !important;
}

#servicos .topo__descricao {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 32px;
}

#servicos .topo__descricao p {
    flex: 1;
    margin: 0;
    background-color: #fff;
    padding: 20px 32px;
    border-radius: 16px;
}

#servicos .bloco__topo{
	color: #c27d3e;
}

#servicos h1{
	margin-bottom: 0;
}

#servicos h3{
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
}

#servicos h4{
	font-size: 11px;
	font-weight: 600;
	color: #c27d3e;
	text-transform: uppercase;
}

#servicos .registro__imagem{
	background-size: cover !important;
	margin-bottom: 0 !important;
	border-radius: 12px 12px 0 0;
}

#servicos .card{
	border: none;
	border-radius: 12px;
	text-align: center;
}

#recursos{
	padding-bottom: 0 !important;
}

#cardapio{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#cardapio h3{
	color: #fff;
}

#faq{
	padding-top: 0 !important;
}

#faq .bloco__topo{
	text-align: center;
}

#faq .container{
	max-width: 860px;
}

#faq h3{
	margin-bottom: 0;
	cursor: pointer;
	opacity: 1;
	font-size: 14px;
	font-weight: 500;
}

#faq h3:hover{
	opacity: .8;
}

#faq .accordion-item{
	border: none;
	margin-bottom: 15px;
	box-shadow: 0 8px 16px 0 rgb(32 32 32 / 6%);
	border-radius: 8px;
	padding: 0;
	color: #003750;
}

#faq .accordion-button:focus{
	box-shadow: none;
}

#faq .accordion-button{
	background-color: transparent;
	color: #c27d3e;
}

#faq .accordion-header{
	border-bottom: none;
	background-color: transparent;
}

#faq .accordion-body{
	padding-top: 0;
}

#faq .accordion-body p{
	margin-bottom: 0;
}

#faq a{
	color: #c27d3e;
}

#faq a:hover, #faq a:active, #faq a:focus{
	color: #946f3e;
}

#album{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: #000;
	height: 300px;
}

#album img{
	opacity: .7;
}

#album img:hover{
	opacity: 1;
}

#album {
	background-color: #000;
	height: auto;
}

#parceiros{
	padding-top: 80px !important;
	padding-bottom: 40px !important;
}

#parceiros .registro__imagem{
	width: 160px !important;
}

/*#contato{
	background-color: #fff;
}*/

#contato a{
	color: #fff;
	font-weight: 500;
}

#contato a:hover, #contato a:active, #contato a:focus{
	text-decoration: none;
	color: #946f3e;
}

#contato .btn-primary{
	border: none;
    font-weight: 500;
    letter-spacing: .6px;
 	background-color: #FFE3C0;
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    color: #003750 !important;
    border-radius: 10px;
}

#contato .btn-primary:hover,
#contato .btn-primary:active,
#contato .btn-primary:focus{
	background-color: #FEC98F;
}

.invalid-feedback {
    font-size: 80%;
    color: #FFE3C0	;
    font-weight: 500;
}

.was-validated .form-control:invalid {
    border-color: #c27d3e;
}

#copyright a{
	color: #fff;
}

#copyright a:hover, #copyright a:active, #copyright a:focus{
	text-decoration: none;
	color: #946f3e;
}

#toTop{
	background-color: #1e120d;
}

.popups .modal-lg{
	width: 450px;
}

.popups form{
	display: none;
}

.popups .modal__conteudo{
	margin: auto;
	width: 100%;
	background-color: #f8f3e8;
}

.popups .modal__conteudo a{
	border: none;
    font-weight: 500;
    letter-spacing: .6px;
 	background-image: linear-gradient(to right, #003750 0%, #002D40  51%, #003750  100%);
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FCF9F8 !important;
    border-radius: 10px;
    display: block;
    margin-top: 24px;
}

.popups .modal__conteudo a:hover, .popups .modal__conteudo a:active, .popups .modal__conteudo a:focus{
    background-position: right center;
    color: #FCF9F8;
    text-decoration: none;
 	transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
}

.popups p{
	margin-bottom: 0;
}

#faq{
	padding-bottom: 200px !important;
}

#sobre,
#contato{
	padding-top: 60px !important;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
  margin-top: -174px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}

@media (max-width: 767.98px){

	.waves{
		margin-top: -70px;
	}

	#menu{
		padding-top: 20px;
	}

	#menu .container{
		margin: 0 12px;
		padding-left: 24px;
		padding-right: 24px;
	}

	#menu img,
	.reduz img{
		height: 40px !important;
	}

	#banner .jumbotron{
		height: 680px !important;
		background-position: left;
	}

	#banner h1{
		font-size: 48px;
        line-height: 48px;
	}	

	#banner .btn-primary{
		margin-bottom: 16px;
	}

	#sobre .bloco__registros {
	    padding-right: 12px;
	}

	#sobre{
		padding-bottom: 20px !important;
	}

	#sobre .bloco__registros .registro__imagem{
		margin-bottom: 40px !important;
	}

	#servicos .topo__descricao{
		display: block;
	}

	#servicos .topo__descricao p{
		margin-bottom: 32px;
	}

	#videos{
		padding-top: 0 !important;
	}

	#videos .bloco__topo{
		display: none;
	}

	#produtos .bloco__registros .col{
		margin-top: 0;
	}

	#produtos .card-body {
	    padding: 30px 40px 30px 40px;
	}

	#produtos h4 {
	    right: 10px;
	    top: -12px;
	}

}