/* - - - - - INDEX - - - - - */

/* - - - - BANNER - - - - */
#banner{
	width: 100%;
	height: 685px;
	position: relative;
	z-index: 1;
	margin-top: -5px;
}

#banner .owl-dots{display: none;}

#banner li{
	width: 100%;
	height: 685px;
    display: block;
    overflow: hidden;
    position: relative;
}

#banner li img{
	width: 1920px;
	height: 685px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
	animation: animacaoAumento 10s linear infinite;
	object-fit: cover;
}


.bread{
	height: 265px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	 display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	background-image: url("../../imagens/bread.png")
}

.bread h1{
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-weight: 300;
}

.bread .way li a{
	color: #fff;
	font-weight: bold;
}

.bread .way li:after{color: #fff;}

@keyframes animacaoAumento {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}


/* - - - - BANNER - - - - */

.arabesco::after{
	content: '';
	position: absolute;
	width: 71px;
	height: 22px;
	background: url("../../imagens/arabessco-direita.png") no-repeat center center;
	margin: -28px auto auto -35px;
}

.arabesco::before{
	content: '';
	position: absolute;
	width: 71px;
	height: 22px;
	background: url("../../imagens/arabessco-esquerda.png") no-repeat center center;
	margin: 5px auto auto -90px;
}

/* - - - - - INDEX - - - - - */
#nova_charmosa{
	width: 100%;
	height: 930px;
	position: relative;
	display: block;
	background: url("../../imagens/bg-blocos.png") no-repeat center center;
}

#nova_charmosa_bloco{
	width: 1100px;
	height: 720px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 275px;
}


#nova_charmosa div section{
	width: 100%;
	height: 50%;
	display: flex;
	text-align: center;
}

#nova_charmosa div section:last-of-type{flex-direction: row-reverse;}

#nova_charmosa div section div{width: 50%;}

#nova_charmosa div section img{
	width: 50%;
	height: 100%;
	object-fit: cover;
}

#nova_charmosa div section p:first-of-type{
	color:#fff;
	font-size: 25px;
	padding-top: 60px;
}

#nova_charmosa div section p:first-of-type span{
	color: #949B4F;
	font-size: 40px;
}

#nova_charmosa div section p:last-of-type{
	margin: 25px auto 30px auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 80%
}

#nova_charmosa div section a{
	width: 150px;
	height: 40px;
	border: 1px solid #949B4F;
	display: block;
	position: relative;
	line-height: 40px;
	color: #949B4F;
	font-size: 14px;
	transition: 0.3s;
}

#nova_charmosa div section a:hover{
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
}

#nova_charmosa div section:first-of-type div{background-color:#949B4F;}

#nova_charmosa div section:first-of-type p:first-of-type span{color:#543A17;}

#nova_charmosa div section:first-of-type a{
	color:#543A17;
	border: 1px solid #543A17;
}

#nova_charmosa div section:last-of-type div{background-color: #543A17;}

#nossa_historia{
	width: 100%;
	height: 935px;
	background: url("../../imagens/Grupo 56.png") no-repeat center center fixed;
}

#nossa_historia section{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -830px;
	text-align: center;
}

#nossa_historia #depoimentos{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    width: 60%;
	text-align: center;
	margin-top: -410px;
}
#buffets_home > ul > li:nth-child(2) > section > p:nth-child(3){margin-top: 28px;}

#depoimentos p{
	color: #E3A921;
	font-size: 25px;
	line-height: 40px;
}

#depoimentos p span{
	font-size: 45px;
}

#nossa_historia ul{
	width: 65%;
	height: 235px;
	background-color: #2E1E0B;
	border-radius: 20px;
	border: 1px solid #707070;
	margin-top: 30px;
	display: flex;
	align-items: center;
}

#nossa_historia ul li{
	margin-top: 10px;
	width: 75%;
	margin-left: 90px;
}

#depoimentos .owl-dots{
	top: 195px;
	
}

#depoimentos .owl-dot{background-color: #fff;}

#depoimentos .owl-dot.active{background-color: #E3A921;}

#depoimentos::after{
	content: '';
	position: absolute;
	background: url("../../imagens/icones/aspas.png") no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	filter: invert(1);
	margin: -225px auto auto -15px;
	z-index: 2;
}

#nossa_historia ul li p:last-of-type{margin-top: 30px;}

#nossa_historia ul li >*{
	color: #fff;
	font-size: 12px;
	line-height: 15px;
}

#nossa_historia section p:first-of-type{
	background: #D8D799;
background: radial-gradient(circle farthest-corner at bottom left, #D8D799 33%, #D89933 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	font-size: 75px;
}

#nossa_historia section p:last-of-type{
	margin: 5px auto 35px auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 800px;
}

#nossa_historia section a{
	width: 150px;
	height: 35px;
	border: 1px solid #D8D799;
	color: #D8D799;
	line-height: 35px;
	text-align: center;
	display: block;
	position: relative;
	transition: 0.3s;
}

#nossa_historia section a:hover{
	box-shadow: 0px 0px 0px 2px rgba(216,215,153,1),
8px 8px 0px 0px rgba(216,215,153,1);
}


.ag-smoke-block{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	pointer-events: none;
}

.ag-smoke-1,
.ag-smoke-2,
.ag-smoke-3,
.ag-smoke-4 {
  position: absolute; /* Posiciona os elementos absolutamente em relação ao pai #padaria */
  top: 0; /* Ajuste o posicionamento vertical conforme necessário */
  left: 0; /* Ajuste o posicionamento horizontal conforme necessário */
}

.ag-smoke-1 {
  position: absolute;
  top: 0;
  right: 0;
	z-index: -1;

  -webkit-animation: an-smoke-1 6s ease-in-out infinite;
  -moz-animation: an-smoke-1 6s ease-in-out infinite;
  -o-animation: an-smoke-1 6s ease-in-out infinite;
  animation: an-smoke-1 6s ease-in-out infinite;
}
.ag-smoke-2 {
  width: 57.1em;

  top: 7em;
}
.ag-smoke-2,
.ag-smoke-3 {
  position: absolute;
  left: 0;

  -webkit-animation: an-smoke-2 6s ease-in-out infinite;
  -moz-animation: an-smoke-2 6s ease-in-out infinite;
  -o-animation: an-smoke-2 6s ease-in-out infinite;
  animation: an-smoke-2 6s ease-in-out infinite;
}
.ag-smoke-3 {
  width: 100%;

  z-index: 3;
  top: -32em;
}
.ag-smoke-4 {
  width: 61.4em;
  position: absolute;
  top: 12em;
  right: 0;

  -webkit-animation: an-smoke-3 6s ease-in-out infinite;
  -moz-animation: an-smoke-3 6s ease-in-out infinite;
  -o-animation: an-smoke-3 6s ease-in-out infinite;
  animation: an-smoke-3 6s ease-in-out infinite;
}
.ag-smoke__delay-1 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.ag-smoke__delay-2 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

@-webkit-keyframes an-smoke-1 {
  0% {
    opacity: 0;

    -webkit-transform: translateY(5%) rotate(.01deg);
    transform: translateY(5%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -webkit-transform: translateY(0) rotate(.01deg);
    transform: translateY(0) rotate(.01deg);
  }
}
@-moz-keyframes an-smoke-1 {
  0% {
    opacity: 0;

    -moz-transform: translateY(5%) rotate(.01deg);
    transform: translateY(5%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -moz-transform: translateY(0) rotate(.01deg);
    transform: translateY(0) rotate(.01deg);
  }
}
@-o-keyframes an-smoke-1 {
  0% {
    opacity: 0;

    -o-transform: translateY(5%) rotate(.01deg);
    transform: translateY(5%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -o-transform: translateY(0) rotate(.01deg);
    transform: translateY(0) rotate(.01deg);
  }
}
@keyframes an-smoke-1 {
  0% {
    opacity: 0;

    -webkit-transform: translateY(5%) rotate(.01deg);
    -moz-transform: translateY(5%) rotate(.01deg);
    -o-transform: translateY(5%) rotate(.01deg);
    transform: translateY(5%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -webkit-transform: translateY(0) rotate(.01deg);
    -moz-transform: translateY(0) rotate(.01deg);
    -o-transform: translateY(0) rotate(.01deg);
    transform: translateY(0) rotate(.01deg);
  }
}

@-webkit-keyframes an-smoke-2 {
  0% {
    opacity: 0;

    -webkit-transform: translate(-10%, 10%) rotate(.01deg);
    transform: translate(-10%, 10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -webkit-transform: translateY(5%) rotate(.01deg);
    transform: translateY(5%) rotate(.01deg);
  }
}
@-moz-keyframes an-smoke-2 {
  0% {
    opacity: 0;

    -moz-transform: translate(-10%, 10%) rotate(.01deg);
    transform: translate(-10%, 10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -moz-transform: translateY(5%) rotate(.01deg);
    transform: translateY(5%) rotate(.01deg);
  }
}
@-o-keyframes an-smoke-2 {
  0% {
    opacity: 0;

    -o-transform: translate(-10%, 10%) rotate(.01deg);
    transform: translate(-10%, 10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;


    -o-transform: translateY(5%) rotate(.01deg);
    transform: translateY(5%) rotate(.01deg);
  }
}
@keyframes an-smoke-2 {
  0% {
    opacity: 0;

    -webkit-transform: translate(-10%, 10%) rotate(.01deg);
    -moz-transform: translate(-10%, 10%) rotate(.01deg);
    -o-transform: translate(-10%, 10%) rotate(.01deg);
    transform: translate(-10%, 10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -webkit-transform: translateY(5%) rotate(.01deg);
    -moz-transform: translateY(5%) rotate(.01deg);
    -o-transform: translateY(5%) rotate(.01deg);
    transform: translateY(5%) rotate(.01deg);
  }
}

@-webkit-keyframes an-smoke-3 {
  0% {
    opacity: 0;

    -webkit-transform: translateY(10%) rotate(.01deg);
    transform: translateY(10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -webkit-transform: translate(-10%, 5%) rotate(.01deg);
    transform: translate(-10%, 5%) rotate(.01deg);
  }
}
@-moz-keyframes an-smoke-3 {
  0% {
    opacity: 0;

    -moz-transform: translateY(10%) rotate(.01deg);
    transform: translateY(10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -moz-transform: translate(-10%, 5%) rotate(.01deg);
    transform: translate(-10%, 5%) rotate(.01deg);
  }
}
@-o-keyframes an-smoke-3 {
  0% {
    opacity: 0;

    -o-transform: translateY(10%) rotate(.01deg);
    transform: translateY(10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -o-transform: translate(-10%, 5%) rotate(.01deg);
    transform: translate(-10%, 5%) rotate(.01deg);
  }
}
@keyframes an-smoke-3 {
  0% {
    opacity: 0;

    -webkit-transform: translateY(10%) rotate(.01deg);
    -moz-transform: translateY(10%) rotate(.01deg);
    -o-transform: translateY(10%) rotate(.01deg);
    transform: translateY(10%) rotate(.01deg);
  }
  50% {
    opacity: .9;
  }
  to {
    opacity: 0;

    -webkit-transform: translate(-10%, 5%) rotate(.01deg);
    -moz-transform: translate(-10%, 5%) rotate(.01deg);
    -o-transform: translate(-10%, 5%) rotate(.01deg);
    transform: translate(-10%, 5%) rotate(.01deg);
  }
}


@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}

@media only screen and (max-width: 639px) {

}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}


#buffets_home{
	width: 100%;
	height: 930px;
	background: url("../../imagens/bg-cinza.png") no-repeat center center;
}

#buffets_home p{
	font-size: 25px;
	color: #211C1E;
	text-align: center;
	padding-top: 80px;
    margin-bottom: 70px;
}

#buffets_home p span{
	color: #D8D799;
	font-size: 40px;
}

#buffets_home ul{
	display: flex;
}

#buffets_home ul li{
	width: calc(100%/3 - 10px);
	height: 540px;
	overflow: hidden;
}

#buffets_home ul li img{
	width: 100%;
	height: 250px;
	transition: 0.3s;
	object-fit: cover;
}

#buffets_home ul li:hover img{width: 105%;}

#buffets_home p::after{margin-left: 75px;}

@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

#buffets_home ul li section{
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
	background-color: #543A17;
	width: 100%;
	height: 290px;
}

#buffets_home ul li section img{
	width: 80px;
	height: 30px;
	padding-top: 5px;
	margin-bottom: 15px;
	object-fit: none;
}

#buffets_home ul li:hover section img{
		-webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	transform: none;
	width: 80px;
}

#buffets_home ul li section p:first-of-type{
	color:#949B4F;
	font-size: 35px;
	padding-top: 0px;
	margin-top: auto;
	margin-bottom: 0px;
	line-height: 27px;
}

#buffets_home ul li section p:first-of-type span{
	color: #FFFFFF;
	font-size: 15Px;
	font-family: 'trajan_proregular';
	width: 290px;
	line-height: 19px;
	display: block;
}

#buffets_home ul li section p:last-of-type{
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 45px;
	margin-bottom: auto;
	padding-top: 0px;
}

#delicias{
	width: 100%;
	height: 580px;
	background: url("../../imagens/x2ppuvpomryk.png") no-repeat center center;
	position: relative;
	display: block;
	margin-top: -21px;
}

#delicias section{
	width: 520px;
	height: 100%;
    background: rgba(84, 58, 23, 0.90);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
	position: absolute;
	left: 50%;
	margin-left: -530px;
	text-align: center;
}

#delicias p{
	font-size: 34px;
	color: #FFFFFF;
	padding-top: 50px;
    margin-bottom: 35px;
	line-height: 45px;
}

#delicias p span{
	color: #E3A921;
	font-size: 45px;
}

#delicias p::before{margin-top: 15px;}

#delicias p::after{margin-left: -10px;}

#delicias ul{
	width: 95%;
}

#delicias ul li{
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 12px;
}

/*--------------------------- Cardapio -----------------------*/

#mini_banner{
	width: 100%;
	height: 280px;
	position: relative;
	display:block;
}

#mini_banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cardapio{
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto;
	width: 1100px;
}


.cardapio_lista{
	width: 48%;
	height: auto;
	position: relative;
	margin: auto auto 65px 0px;
}

.cardapio_lista section{
	width: 100%;
	height: 265px;
	margin-bottom: 40px;
}

.cardapio_lista section img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cardapio_lista section p{
	width: 100%;
	position: absolute;
	margin-top: -165px;
	background: rgb(255,255,255);
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(148,155,79,1) 100%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(148,155,79,1) 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(148,155,79,1) 100%);
	height: 165px;
	text-align: center;
	font-size: 27px;
	line-height: 250px;
	color: #fff;
	
}

.cardapio_lista table{
	margin-left: 0px;
	width: 95%;
	border-collapse: separate;
    border-spacing: 0 10px;
}

.cardapio_lista table tbody tr td, .cardapio_lista table tbody td th{text-align: left;}

.cardapio_lista table tbody tr th{
	color: #949B4F;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}

.cardapio_lista table tbody tr th:first-of-type{width: 50%;}

.cardapio_lista table tbody tr th:not(:first-of-type){width: 23%;}

.cardapio_lista table tbody tr td:not(:first-of-type){
	font-size: 14px;
	color: #8B8B8B;
	padding-left: 25px;
}

#grande{width: 100%;}

#grande section{height: 275px;}

#grande table tbody tr th:first-of-type{width: 30%;}

.cardapio_lista table tbody tr th:not(:first-of-type){width: calc(70%/6);}
/*--------------------------- Cardapio -----------------------*/

/*--------------------------- Sobre -----------------------*/
#sobre{
	width: 100%;
	position: relative;
	display: block;
	background: url("../../imagens/bg-blocos.png") no-repeat center center;
	height: 930px;
}

#sobre div section{display: flex;}

#sobre .central{padding-top: 235px;}

#sobre div section #sobre_txt{width: 550px;}

#sobre div section #sobre_txt p{
	color: #543A17;
	font-size: 13.25px;
	line-height: 26px;
}

#sobre div section #sobre_txt p span{
	font-size: 16px;
	font-weight: 600;
}

#sobre div section #sobre_txt a{
	text-align: center;
	margin: 20px auto auto 0px;
	width: 30%;
}

#sobre div section #sobre_txt a p{
	line-height: normal;
	font-weight: bold;
	margin-top: 15px;
}


#sobre div section #sobre_txt a p span{font-weight: normal;}

#sobre div section #sobre_txt a img{
	width: 45px;
	height: 45px;
	filter: brightness(0) saturate(100%) invert(19%) sepia(72%) saturate(479%) hue-rotate(355deg) brightness(94%) contrast(90%);	
}

#sobre_txt div{display: flex;margin-top: 25px;}

#sobre div section #sobre_img{
	width: 450px;
	height: 575px;
	  position: relative;
  display: inline-block; /* ou block, dependendo do layout */
}

#sobre div section #sobre_img img{
	width: 100%;
	height: 90%;
	object-fit: cover;
	  display: block;
  position: relative;
  z-index: 1;
}


#sobre_img::before {
     content: "";
    position: absolute;
    top: 65px;
    left: -15px;
    width: calc(100% + 15px);
    height: 100%;
  background: linear-gradient(#72bf44, #5ca934); /* verde da sua marca */
  z-index: 0;
}

.horario-funcionamento {
   position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 76%;

}

.horario-funcionamento img {
  width: 50px!important;
  height: auto!important;
}

.horario-funcionamento strong {
  display: block;
  font-size: 14px;
  color: #333;
}

.horario-funcionamento p{
	font-size: 14px!important;
	line-height: 10px;
}

#galeria{margin-bottom: 80px;}

.parent {
    display: flex;
	flex-wrap: wrap;
 
}
    
.parent div{
	width: calc(100%/5 - 5px);
	height: 385px;
	margin-bottom: 10px;
}

.parent div img{width: 100%;height: 100%;object-fit: cover;}


#galeria p{
	font-size: 25px;
	color: #211C1E;
	text-align: center;
	padding-top: 80px;
    margin-bottom: 70px;
}

#galeria p span{
	color: #D8D799;
	font-size: 40px;
}
/*--------------------------- Sobre -----------------------*/

/*--------------------------- fale-conosco -----------------------*/
#contatos{
	display: flex;
	width: 100%;
	height: 930px;
	background: url("../../imagens/bg-cinza.png") no-repeat center center;
	position: relative
}

#contatos div{display: flex;}

#contatos .central{padding-top: 130px;}

#contatos form{
	width: 500px;
	height: 610px;
	background-color: #211C1E;
	box-sizing: border-box;
	padding: 25px;
}

#contatos form h2{
	font-size: 30px;
	color: #9EA653;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 15px;
}

#contatos form p{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	font-style: normal;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

#contatos form input{
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	color: #ABABAB;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: normal;
}

#contatos form textarea{
	width: 100%;
	height: 250px;
	border: none;
	color: #ABABAB;
	background-color: #FFFFFF;
	margin-top: 10px;
	font-style: normal;
	box-sizing: border-box;
	padding: 20px;
}

#contatos button{
	width: 100px;
    height: 35px;
    background-color: #9EA653;
    color: #000;
    border: 1px solid;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    float: right;
    margin-top: -50px;
	margin-right: 10px;
    z-index: 2;
    position: relative;border: none;
}




#dados{
	box-sizing: border-box;
	margin-top: 50px;
	margin-left: 200px;
	width: 500px;
	display: block!important;
}

#dados p{
	font-size: 20px;
	font-style: normal;
	color: #707070;;
}

#dados img:nth-last-child(n){
	width: 21px;
	filter: invert(43%) sepia(0%) saturate(1694%) hue-rotate(146deg) brightness(99%) contrast(80%);
	margin-right: 5px;
}

#dados span{
	font-size: 16px;
	margin-left: 3px;
	margin-right: 3px;
}

#dados iframe{
	width: 550px;
	height: 270px;
	margin-top: 70px;
}

/*--------------------------- fale-conosco -----------------------*/

