/*CLASS*/
.branco {
  color: #ffffff;
}

body {
  background-color: #000000;
  overflow-y: scroll;

}

/* stilo para scroll */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #111010;
}

::-webkit-scrollbar-thumb {
  background: #fe0000;
}

::-webkit-scrollbar-thumb:hover {
  background: #af5151;
}


.laranja {
  color: #f29456;
}

#inicio1 {
  height: 500px;
}

.vermelho {
  color: #E7423A;
}

#cor {
  background-color: #E7423A;
}

.btn-submit {
  color: #fff;
  background: #119305c7;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  transition: 0.5s;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.3em;
  font-weight: bold;
  float: left;
}

.btn-submit:hover {

  background-color: #08b522;
}

.title {
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 0px;
  font-family: 'open_sansbold';
  font-size: 2em;
  font-weight: bold;

}

.title.center {
  text-align: center;
}

.content {
  float: left;
  width: 92%;
  margin: 0 4%;
  padding: 20px 0;
}

/*HEADER*/
.main_header {
  background: #000000;
  z-index: 1;
  color: #ffffff;
}

.main_header .content {
  float: left;
  padding: 0px 0;
}

.main_header.fixed {
  display: block;
  position: fixed;
  z-index: 99;
}

.main_header_logo {
  font-size: 0;
  float: left;
}

.main_header_logo img {
  margin-top: 18%;
  height: 60px;
}

.mobile_action {
  color: #ffffff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 45px;
  font-size: 1.8em;
  float: right;
  cursor: pointer;
  margin: 30px 8px;
}

.mobile_action.active {
  color: #7755f0;
}

/*MENU*/

/*1279PX BREAKPOINT - 1279 dividido por 16 = 79.9375em*/
@media (max-width: 79.9375em) {
  .main_header_nav {
    position: fixed;
    left: -100%;
    background-color: #000000;
    color: #ffffff;
    top: 0;
    width: 76%;
    min-width: 200px;
    max-width: 360px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.75);
    z-index: 99;
  }

  .main_header_nav_item {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px #ffffff solid;
    color: rgb(255, 255, 255);
  }

  .main_header_nav_item>a {
    float: left;
    width: 100%;
    padding: 8px 23px;
    font-family: 'open_sansregular';
    text-decoration: none;
    color: #ffffff;
    font-size: 1em;
  }

  .main_header_nav_item:hover,
  .main_header_nav_item>a:hover {
    background-color: #f09255;
    color: #ffffff;
  }

  .main_header_nav_item span {
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    font-size: 1.2em;
    float: right;
    display: block;
  }

}

/*PAG*/

/*Chamada*/
.section-chamada {
  padding: 0em 0;
  background-color: #fff;
}

.section-chamada .content {
  width: 100%;
  padding: 0%;
  margin: 0;
}

.topoPag {
  width: 100%;
  height: 100%;
  background-color: transparent;
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
}

.topoPag .mascara {
  overflow: hidden;
  position: relative;
}

.topoPag .centraliza {
  width: 90%;
  height: auto;
  top: 26%;
  position: absolute;
  margin: 0 5%;
}

.topoPag img {
  width: 100%;
}

.topoPag .centraliza h1 {
  width: 100%;
  font-size: 2em;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  text-shadow: 2px 1px 5px #535353;
}

.topoPag .centraliza p {
  width: 100%;
  font-size: 1em;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-family: 'open_sansregular';
}

.topoPag .centraliza p b {
  display: none;
}

/*cardapio*/
.section-cardapio {
  scroll-behavior: smooth;
  background: rgb(0, 0, 0);
  background-color: rgba(111, 138, 153, 0.436);
  /* background: linear-gradient(90deg, rgba(0,0,0,1) 34%, rgba(22,77,109,1) 53%, rgba(86,139,166,1) 66%, rgba(115,176,193,1) 89%, rgba(115,176,193,1) 89%);} */
}

.section-cardapio .content {
  float: left;
  padding: 0.5em 0 0em 0;
  scroll-behavior: smooth;
}

.card {
  width: 100%;
  height: 350px;
  margin-bottom: 40px;
  position: relative;
  background-color: #000000;
  font-family: 'open_sansregular';
  color: #fff;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.4s;
  margin-left: 2%;

}

.fundo-card img {
  width: 100%;
  height: 350px;
}

.fundo-card {
  position: relative;
  opacity: 0.5;
  transition: 0.8s;
}

.card:hover .fundo-card {
  opacity: 0.2;
}


.card a {

  color: #fff;
  text-decoration: none;
  transition: all 0.2s
}

.card .color-overlay {
  background: rgba(64, 84, 94, 0.5);
  width: 350px;
  height: 400px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.card .gradient-overlay {
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 21%);
  width: 350px;
  height: 400px;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 15;
}

.card:hover {
  box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
}

.card:hover .info {
  opacity: 1;
  bottom: 70px;
}

.card:hover .color-overlay {
  background: rgba(64, 64, 70, 0.8);
}

.card:hover .title-content {
  margin-top: 70px
}

.title-content {
  text-align: center;
  margin: 170px 0 0 0;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.6s
}

.card:hover h3:after {

  animation: changeLetter 0.3s 1 linear;
  width: 100%;
  height: 10px;
}

.card h3,
h1 {
  font-size: 1.9em;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'open_sansregular';
  margin-bottom: 0;
  display: inline-block;
}

.card h3 a {

  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s
}

.card h3 a:hover {
  text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
}

h3:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  margin: 10px auto;
  border: 0;
  background: #8fd2ef;
  transition: all 0.2s
}

@keyframes changeLetter {
  0% {
    height: 1px;
  }

  100% {
    height: 10px;
  }
}

.intro {
  width: 170px;
  margin: 0 auto;
  color: #ddd;
  font-style: italic;
  line-height: 18px;
}

.intro a {
  color: #ddd
}

.intro a:hover {
  text-decoration: underline
}

.info {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  margin: 0 auto;
  padding: 0 50px;
  font-style: 16px;
  line-height: 24px;
  z-index: 20;
  opacity: 0;
  transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.info a {
  display: block;
  width: 100px;
  margin: 15px auto;
  background: #0e568a;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 0.9em
}

.info a:hover {
  background: #36312B;
  color: #fff;
}

.info a:hover span {
  filter: brightness(10);
  opacity: 1
}

#foto {
  width: 80%;
  height: 70%;
  margin-left: 10%;
}

@media (max-width:768px) {

  .card:hover .title-content,
  .title-content {
    margin-top: 50px
  }

  .card {
    height: 300px
  }

  .card h3 {
    font-size: 1.3em
  }

  .intro {
    font-size: 0.8em
  }

  .card:hover .info {
    bottom: 15px;
  }

  #foto {
    width: 90%;
    margin-left: 10%;
    margin-right: -12%;
  }

  #foto_mascote {
    height: 10%;
    width: 45%;
    margin-left: 24%;
    margin-right: -12%;
    margin-top: 9%;
  }

  #inicio1 {
    height: 50%;
  }
}

/*cardapio*/

/*Galeria*/
.section-galeria {
  background: rgb(22, 77, 109);
  background: linear-gradient(90deg, rgba(22, 77, 109, 1) 0%, rgba(31, 46, 46, 0.967) 0%);
}

.section-galeria .content {
  float: left;
  padding: 0.5em 0 0em 0;
}

.galeria {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.galeria .foto .mascara {
  background: rgba(0, 0, 0, 0);
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.galeria .foto .image-link {
  display: block;
  position: absolute;
  left: 35%;
  bottom: 25px;
  text-align: center;
  width: 40px;
  height: 100px;
  line-height: 40px;
  font-size: 1.8em;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  transition: all .3s ease-in-out;
  opacity: 0;
  margin-left: 20px;
  margin-bottom: 20px;
}

.galeria .foto {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 5%;
  /* border: 2px #000 solid; */
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.foto:hover .image-link {
  bottom: 20%;
  transition: all .3s ease-in-out;
  opacity: 1;
}

.foto:hover .mascara {
  background: rgba(3, 3, 3, 0.71);
}

/*Termina Galeria*/

/*Perguntas Frequentes*/
.section-faq {
  background: rgb(22, 77, 109);
  background: linear-gradient(90deg, rgba(22, 77, 109, 1) 0%, rgba(148, 149, 149, 0.966999299719888) 0%);
}

.section-faq .content {
  float: left;
  padding: 0.5em 0 0em 0;
}

.coluna-left {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.coluna-right {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.faq-img {
  width: 100%;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}

#toggle-item {
  width: 100%;
  float: left;
  list-style: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
  background: rgb(63, 60, 77);
  padding: 22px;
  border-radius: 8px;
}

#toggle-item li {
  width: 100%;
  float: left;
  margin: 0.5em 0.5em;
  padding-bottom: 0;
  border-bottom: 1px solid #fbfbfb;
  position: relative;
}

#toggle-item h4 {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 1.2em;
  color: #9f9f9f;
  border-bottom: 1px #e9e9e9 solid;
  padding-bottom: 7px;
}

#toggle-item span {
  position: absolute;
  right: 5px;
  top: 0;
  color: #9f9f9f;
  font-size: 1em;
  cursor: pointer;
}

.icon-minus-square {
  color: #f29456;
}

#toggle-item p {
  font-size: 0.9em;
  color: #9f9f9f;
  margin: 0.8em 0;
  padding-right: 1em;
  display: none;
  float: left;
  width: 100%;
}


/*FOOTER*/
.footer {
  background-color: #1f1e1e;
  width: 100%;
  height: 100%;
  float: left;
  font-size: 18px;
  padding: 50px 10px 50px 10px;
}

.footer .left {
  width: 100%;
  float: left;
  border-bottom: 1px #e9e9e9 solid;
  border-right: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.footer .title-footer {
  color: #36312b;
  font-family: 'open_sansregular', sans-serif;
  font-weight: initial;
  font-size: 26px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.footer .title-footer span {
  font-family: 'open_sansbold', sans-serif;
  font-weight: bold;
}

/* Footer links */
.footer .links {
  width: 100%;
  float: left;
  color: #fbe8dc;
  margin-bottom: 20px;
  padding: 0;
}

.footer .links a {
  display: block;
  line-height: 33px;
  text-decoration: none;
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
  font-size: 16px;
  transition: 0.2s;
}

.footer .links a:hover {
  color: #36312b;
}

.footer .Copyright {
  font-family: 'open_sansregular', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  border-top: 1px #f39f67 solid;
  float: left;
  width: 100%;
  padding-top: 12px;
}

.footer .by {
  color: #fbe8dc;
  font-size: 14px;
}

.footer .by a {
  color: #36312b;
  font-family: 'open_sansbold';
  text-decoration: none;
  transition: 0.2s;
}

.footer .by a:hover {
  text-decoration: underline;
  transition: 0.2s;
}

.footer .by i {
  font-size: 0.96em;
  margin-right: 3px;
  color: #e82626;
}

/*Rede Sociais*/
.footer .footer-icons {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.footer .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 38px;
  cursor: pointer;
  background-color: #fbe8dc;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #f29456;
  text-align: center;
  text-decoration: none;
  margin-bottom: 5px;
  transition: 0.2s;
}

.footer .footer-icons a:hover {
  background-color: #36312b;
  color: #fbe8dc;
}

/*Right*/
.footer .right {
  width: 100%;
  float: left;
}

.footer .right p {
  font-family: 'open_sansregular', sans-serif;
  font-weight: initial;
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  color: #fbe8dc;
}

/*formulario*/
.footer .formulario {
  width: 100%;
  float: left;
}

.footer .formulario .campo {
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #fbe8dc;
  box-shadow: 0 2px 1px 0px rgb(167, 84, 28);
  border: none;
  resize: none;
  outline: none;
  font: inherit;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  font-weight: normal;
  color: #36312b;
  width: 100%;
  padding: 18px;
  margin-bottom: 20px;
}

.footer .formulario .campo-textarea {
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #fbe8dc;
  box-shadow: 0 2px 1px 0px rgb(167, 84, 28);
  border: none;
  resize: none;
  outline: none;
  font: inherit;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  font-weight: normal;
  color: #36312b;
  width: 100%;
  padding: 18px;
  margin-bottom: 20px;
}

.main_header_nav a,
.main_header_nav>li>a {
  background: transparent;
  color: #ffffff;
}

.footer .formulario .campo:focus {
  color: #a0470f;
  background-color: #36312b;
}

.footer .formulario .campo-textarea:focus {
  color: #fbe8dc;
  background-color: #36312b;
}

.footer ::-webkit-input-placeholder {
  color: #5c666b;
}

.footer ::-moz-placeholder {
  color: #5c666b;
  opacity: 1;
}

.footer :-ms-input-placeholder {
  color: #5c666b;
}

.footer .formulario .campo {
  width: 100%;
  height: 50px;
  float: left;
  margin-bottom: 15px;
}

.footer .formulario .campo-textarea {
  height: 160px;
  margin-bottom: 20px;
}

.footer .formulario .btn {
  border-radius: 3px;
  background-color: #36312b;
  color: #fbe8dc;
  border: 0;
  padding: 15px 50px;
  font-family: 'open_sansregular', sans-serif;
  font-size: 16px;
  font-weight: bold;
  float: left;
  cursor: pointer;
  transition: 0.3s;
}

.footer .formulario .btn:hover {
  background-color: #a10101;
}

/*COMEÇA O RESPONSIVO*/

/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em) {}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em) {

  .topoPag .centraliza h1 {
    font-size: 3em;
    margin-top: 20px;
  }

  .topoPag .centraliza p {
    font-size: 1.1em;
  }

}

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/
@media (min-width:48em) {

  .main_header_logo {
    background: transparent;
    z-index: 98;
  }

  .section_title {
    font-size: 2em;
    font-weight: 300;
    text-align: left;
  }

  .blocoArtigo .desc h3 {
    font-size: 1.5em;
  }

  .galeria .foto {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .galeria .foto:nth-of-type(2n+0) {
    margin-right: 0;
  }

  .section-cardapio .content {
    float: left;
    padding: 1em 0 1em 0;
  }

  .section-galeria .content {
    float: left;
    padding: 1em 0 1em 0;
  }

  .section-faq .content {
    float: left;
    padding: 1em 0 1em 0;
  }


  .card {
    width: 30%;
    margin-bottom: 60px;
    margin-right: 5%;
  }

  .card:nth-of-type(3n+0) {
    margin-right: 0;
  }

  .coluna-left {
    width: 30%;
    float: left;
  }

  .coluna-right {
    width: 70%;
    float: right;
    margin-top: 50px;
    z-index: 2;
    position: relative;
    left: -32px;
  }

  .footer .left {
    width: 48%;
    border-bottom: 0;
  }

  .footer .right {
    width: 48%;
    padding-left: 4%;
    border-left: 1px #f5a672 solid;
  }

  .footer .Copyright {
    width: 95%;
    margin-right: 4%;
  }


}

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em) {

  .topoPag .centraliza h1 {
    font-size: 4em;
  }

  .topoPag .centraliza p {
    letter-spacing: 6.5px;
  }


}


/*1024PX BREAKPOINT*/
/*1024 dividido por 16 = 64em*/
@media (min-width:64em) {}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/
@media (min-width:80em) {

  .mobile_action {
    display: none;
  }

  .main_header_nav {
    float: right;
    width: auto;
  }

  .main_header_nav a:hover,
  .main_header_nav>li:hover>a {
    background: transparent;
    color: #56bef2;
  }

  .main_header_nav a.menuAtivo::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    z-index: 1;
    background-color: #c91010;
    color: #2284f4 !important;
    content: "";
  }

  .main_header_nav_item {
    position: relative;
    display: inline-block;
    float: left;
  }

  .main_header_nav_item:last-of-type {
    margin-right: 20px;
  }

  .main_header_nav_item span {
    display: none;
  }

  .main_header_nav_item>a {
    color: #646464;
    float: left;
    padding: 2.45em 1.2em;
    font-size: 1em;
    font-family: 'open_sansregular';
    text-decoration: none;
  }

  .main_header_nav_item:hover,
  .main_header_nav_item>a:hover {
    background: transparent;
    color: #36312b;
  }

  .galeria .foto:nth-of-type(2n+0),
  .galeria .foto {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .galeria .foto:nth-of-type(4n+0) {
    margin-right: 0;
  }

  .topoPag .centraliza h1 {
    font-size: 5.5em;
    margin-top: 50px;
  }

  .topoPag .centraliza p {
    letter-spacing: 13.5px;
  }

  .footer {
    padding: 150px 50px 50px 150px;
  }

  .footer .Copyright {
    font-size: 16px;
  }

  .footer .formulario .campo {
    width: 100%;
    float: left;
  }

  .footer .formulario .btn {
    padding: 10px 35px;
  }

}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em) {

  .content {
    width: 80%;
    margin: 0 10%;
  }

}

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/
@media (min-width:100em) {}


/*============================================================*/
/*GENERALES*/

.titulo-encabezado {
  font-family: 'Archivo Black';
  font-size: 28px;
}

.font-general {
  font-size: 19px;
  font-family: 'italico';
}

.background-1 {
  background: #E9E7E9;
}

.background-2 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 42%, rgba(1, 26, 37, 1) 59%, rgba(8, 103, 136, 1) 100%);
}

.just-center {
  justify-content: center;
}

.just-text {
  text-align: justify;
  color: #0B2B40;
}

.cent-text {
  text-align: center;
}

/**ELEMENTOS**/
nav {
  font-family: 'Archivo Black';
  font-size: 13px;
  padding: 0 10%;
  background-color: #E9E7E9;
}

nav a {
  color: #0B2B40;
  display: inline-block;
  text-decoration: none;
  padding: 12px;
  margin-top: 20px;
}

nav a {
  padding: 16px 8px;
}

nav a:hover {
  margin-top: 20px;
  background: #F3C30F;
  border-radius: 7px;
}

nav li {
  display: inline-block;
}

.card-titulo {
  text-align: center;
  color: #ffffff;
  margin-right: 5%;
  margin-left: 8%;
}

.card-texto {
  text-align: justify;
  color: #ffffff;
  padding: 35px;
  margin-right: 5%;
  margin-left: 8%;
}

.texto-principal {
  margin-top: 70px;
}

.distance {
  margin-left: 20%;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}

i {
  font-size: 40px;
  margin-left: px;
  color: #0B2B40;
  padding: 5px;
  transform: scale(1);
  transition: all .5s;
}

i:hover {
  transform: scale(1.1);
  transition: all .5s;
}

.iconos {
  text-align: center;
  margin-top: -20px;
  margin-right: 0%;
  margin-left: 0%;
  color: #ffffff;
}

#co {
  color: #ffffff;
}

#co:hover {
  color: #2284f4;
  cursor: pointer;
}

.foto_card {
  width: 100%;
  height: 250px;
}


.texto-3 {
  margin-top: 100px;
}

.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}

button {
  margin: -30px;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Quicksand';
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.btn {
  border: none;
  background: rgb(243, 195, 15);
  color: black;
  overflow: hidden;
}

.btn:hover {
  text-decoration: none;
  color: black;
}

.btn:hover {
  opacity: .7;
}

.video {
  margin-top: -35px;
}

.frase-section {
  height: 600px;
  background-image: url('https://images.pexels.com/photos/1533720/pexels-photo-1533720.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
  position: relative;
}

.overlay {
  background: #ffffff26;
  position: absolute;
  width: 100%;
  height: 100%;
}

.frase {
  margin-top: 210px;
  font-size: 70px;
  color: #0B2B40;
}

.card-section {
  padding: 16px;
}

.card-serv {
  background: #E9E7E9;
  padding: 16px;
  height: 100%;
  border-radius: 8px;
  transform: scale(1);
  transition: all .5s;
}

.card-serv:hover {
  transform: scale(1.1);
  transition: all .5s;
}

.servicios {
  padding: 50px;
}

.tarjeta {
  margin-top: 4px;
}

.icons {
  margin-left: 45%;
}

.medida-ultim {
  heigth: 150px;
}

.ultima-part {
  margin: 25px;
  heigth: 100%;
}

/*REDIMENSIONAR*/
@media (min-width: 768px) {
  .contain {
    max-width: 720px;
  }

  .display {
    display: flex;
  }

  .col-md-2 {
    width: 50%;
    padding: 35px;
    text-align: justify;
    font-size: 18px;
  }

  .col-md-3 {
    width: 25%;
    padding: 16px;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .card-texto {
    text-align: center;
    color: #ffffff;
    padding: 35px;
    margin-right: -5%;
    margin-left: 48%;
  }

  .card-titulo {
    text-align: center;
    color: #ffffff;
    margin-right: 15%;
    margin-left: 18%;
  }
}

.justificado {
  justify-content: space-between;
}

.justify {
  top: 0px;
  position: relative;
}

#lnave {
  color: #ffffff;
}

.container {
  position: relative;
  overflow: hidden;
  z-index: auto;
}

/* Estilos para o slider */
.slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0%;
  position: relative;
  width: 101%;
  scroll-behavior: smooth;
}

.card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 300px;
  /* Ajuste o valor conforme necessário */

  /* Espaçamento entre os cards */
}

/* Remova os estilos padrão da lista não ordenada */
.slider::-webkit-scrollbar {
  display: none;
}

/* Estilos para os botões de navegação */
/* Estilos para o slider */
.slider {
  position: relative;
  /* Adiciona posição relativa para posicionar os botões */
}

/* Estilos para os botões de navegação */
.slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  /* Posiciona os botões em relação ao slider */
  top: 50%;
  /* Posicionamento vertical no centro */
  transform: translateY(-50%);
  /* Centraliza verticalmente */
  z-index: 999;
  /* Colocar acima do conteúdo do slider */
}

.slider-controls button {
  background: none;
  border: none;
  font-size: 30px;
  /* Ajuste o tamanho do ícone conforme necessário */
  cursor: pointer;
  padding: 5px 10px;
  /* Espaçamento interno dos botões */
}

/* Estilos para a transição suave */
html {
  scroll-behavior: smooth;
}

.card {
  padding: 0px;
  margin-left: 5%;
  /* Adicione o valor desejado para o espaçamento interno */
}



/* Estilos para a seção de cardápio em geral */
.section-cardapio {
  /* Estilos adicionais da seção de cardápio */
}

.content {
  /* Estilos adicionais para o conteúdo do slider */
}

#left-circle,
#right-circle {
  position: absolute;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);

}

#left-circle {
  left: 0;
}

#right-circle {
  right: 0;
}

@media (min-width: 468px) {
  .card-texto {
    text-align: center;
    color: #ffffff;
    padding: 35px;
    margin-right: 15%;
    margin-left: 18%;
    padding-left: 20px;
  }
}


/*============================================================*/
/*contacto*/

.padding_layout {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact_section input::-webkit-input-placeholder {
  color: #737272;
}

.contact_section input:-ms-input-placeholder {
  color: #737272;
}

.contact_section input::-ms-input-placeholder {
  color: #737272;
}

.contact_section input::placeholder {
  color: #737272;
}

.contact_section input.message-box {
  height: 135px;
}

.contain {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .contain {
    max-width: 540px;
  }
}

/* @media (min-width: 768px) {
  .contain {
    max-width: 720px;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
} */

@media (min-width: 992px) {
  .contain {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .contain {
    max-width: 1140px;
  }
}

.contain {
  min-width: 992 px !important;
}

.contain-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

.map-container {
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);

}

.imag {

  height: 100%;
  margin-left: 100px;
  margin-top: 50px;

}

/*============================================================*/

#foto-mascote {
  width: 30%;
  margin-top: 30px;
  margin-left: 30%;

  /* width: 10%;
  height: 30%;
  margin-left: 10%;
  z-index: 1000; */
}