* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto";
}

body {
  background-color: gold;
}

/*Classes Auxiliares*/
.clear {
  clear: both;
}
.container {
  max-width: 960px;
  padding: 0 2%;
  margin: 0 auto;
}

/*Estilos Site*/

/*Sessão 1*/
section.header-master {
  width: 100%;
  padding: 30px 0 50px 0;
  min-height: 400px;
  background: gold;
  background-size: cover;
}

section.header-master header {
  border-bottom: 3px solid rgba(71, 83, 88, 0.14);
  padding-bottom: 20px;
}

div.logo {
  float: left;
  margin-left: 0;
  width: 180px;
  height: 60px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.desktop {
  margin-top: 25px;
}

.telefone-header {
  margin-top: 25px;
}

/* Menu Mobile */
nav.mobile {
  display: none;
  float: right;
  margin-top: 15px;
}

ul.nav-desktop {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  background: gold;
  border-top: 3px solid rgba(71, 83, 88, 0.14);
  list-style-type: none;
  z-index: 1000;
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

ul.nav-desktop li {
  padding: 15px 0;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(71, 83, 88, 0.14);
}

ul.nav-desktop li a {
  color: red;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 10px 0;
}

nav.mobile h3 {
  cursor: pointer;
  color: red;
  font-size: 28px;
  transition: color 0.3s ease;
}

nav.mobile h3:hover {
  color: #ff6b6b;
}

header nav.desktop {
  float: left;
  padding-left: 60px;
}

header nav.desktop ul {
  list-style-type: none;
}

header nav.desktop li {
  padding: 0 15px;
  display: inline-block;
  font-size: 16px;
  color: red;
}

header nav.desktop li > a {
  color: inherit;
  text-decoration: none;
}

li.selected {
  color: #509d87;
  position: relative;
}

li.selected > span {
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 3px;
  background: orange;
}

div.telefone-header {
  float: left;
  position: relative;
  top: -3px;
}

div.telefone-header span {
  font-size: 22px;
  color: white;
  padding-left: 30px;
}

.content-header {
  padding: 60px 0;
}

.content-header .one {
  float: left;
  width: 50%;
  margin-top: 150px;
}

.content-header .one h2 {
  color: red;
  font-weight: normal;
  font-size: 37px;
}

.content-header .one p,
.content-header .one span {
  padding: 10px 0;
  font-size: 15px;
}

.content-header .one form input {
  display: inline-block;
}

.content-header .one form input[type="email"] {
  width: 251px;
  height: 40px;
  margin: 10px 0;
  border: 3px solid #ccc;
  border-radius: 130px;
  padding-left: 15px;
}

.content-header .one form input[type="email"]:focus {
  outline: 0;
}

.content-header .one form input[type="submit"] {
  background-color: red;
  margin: 10px 0;
  color: white;
  cursor: pointer;
  border: 0;
  height: 40px;
  padding: 0px 30px;
  border-radius: 30px;
  font-size: 14px;
}

.content-header .one span {
  color: white;
  font-size: 13px;
  margin-top: 20px;
  display: block;
}

.content-header .two {
  float: left;
  width: 50%;
  padding: 0 30px;
}

.content-header .two img {
  float: left;
  width: 50%;
  height: 260px;
  border: 15px solid rgba(0, 0, 0, 0);
}

.content-header .two .ham04 img {
  height: 230px;
  margin-top: 20px;
}

/*Diferenciais*/
section.diferenciais {
  padding: 40px 0;
}

section.diferenciais > .container {
  display: flex;
  flex-wrap: wrap;
}

.diferencial-single {
  width: 33.3%;
  margin-bottom: 30px;
  padding: 0 10px;
}

.diferencial-single img {
  max-width: 100%;
}

.diferencial-single h2 {
  margin: 20px 0;
  font-size: 30px;
  font-weight: normal;
  color: black;
  text-align: bottom;
}

.diferencial-single h2 > b {
  color: red;
}

.diferencial-single p {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: bold;
  text-align: bottom;
}

.alinhar1 {
  margin-top: -2px;
}

.alinhar2 {
  margin-top: -4px;
}

.alinhar3 {
  margin-top: -8px;
}

.alinhar4 {
  margin-top: 54px;
}

.alinhar5 {
  margin-top: 54px;
}

/**/

.sobre > .container {
  position: relative;
  max-width: 1440px;
}

.sobre-container {
  float: left;
  width: 50%;
}

.sobre-container img {
  max-width: 100%;
  position: relative;
  top: 30px;
  z-index: 2;
  margin-left: -20px;
}

.sobre-container h2 {
  font-size: 33px;
  margin: 10px 0;
  color: #a9c4b8;
  font-weight: normal;
}

.sobre-container h2 > b {
  color: red;
}

.sobre-container p {
  position: relative;
  z-index: 5;
  color: black;
  font-size: 15px;
}

.padsobre {
  padding: 10px 50px 80px 0;
}

section.depoimento {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 300px;
  color: #2d2d2d;
  position: relative;
  top: -70px;
  z-index: 3;
  background-image: url("../images/bg_02.png");
  background-size: cover;
  text-align: center;
}

section.depoimento h2 {
  font-weight: normal;
  font-size: 29px;
}

section.depoimento p {
  font-size: 15px;
}

section.etapas {
  padding: 40px 0;
  margin-top: 100px;
}

section.etapas > .container {
  max-width: 1200px;
}

section.etapas h2 {
  text-align: center;
  color: #3b3e42;
}

.etapas__single {
  float: left;
  width: 50%;
  top: 100px;
}

.etapas__group img {
  max-width: 100%;
  float: left;
}

.etapas__single .etapas__group:nth-of-type(1) img {
  width: 50%;
}

.etapas__group p {
  width: 50%;
  float: left;
  padding-top: 90px;
  padding-left: 30px;
  color: #509d87;
}

.etapas__group2 {
  margin-bottom: 40px;
}

.etapas__group2 .circle {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: relative;
}

.circle span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.line {
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, 0);
  height: 40px;
  width: 1px;
  background: black;
}

.etapas__descricao {
  float: left;
  width: calc(100% - 100px);
  padding: 0 20px;
}

.etapas__descricao h3 {
  color: #03ca9f;
  font-size: 18px;
}

.etapas__descricao p {
  color: #2d2d2d;
  font-weight: bold;
  font-size: 14px;
}

section.diferencas {
  padding: 50px 0;
}

section.diferencas > .container {
  max-width: 800px;
  text-align: center;
}

.diferencas__single {
  float: left;
  width: 50%;
}

.diferencas__single h2,
.item-diferencas-1 span {
  color: #a9c4b8;
}

.diferencas__single h2 {
  font-size: 30px;
  font-weight: normal;
}

.item-diferencas-1 {
  display: inline-block;
  margin-top: 10px;
  position: relative;
}

.item-diferencas-2 {
  margin-top: 10px;
}

.line-diferencas-1 {
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  height: 3px;
  background: #e89595;
  transform: rotate(-5deg);
  z-index: 999;
}

.item-diferencas-1 span {
  font-weight: bold;
  font-size: 21px;
}

.item-diferencas-2 span {
  color: #7dd5b0;
  font-weight: bold;
  font-size: 21px;
}

section.contato {
  padding: 40px 0;
  background: gold;
}

section.contato h2 {
  text-align: center;
  color: red;
  font-size: 24px;
}

section.contato p {
  font-size: 14px;
  border-bottom: 1px solid #509d87;
  padding: 10px 0;
  display: block;
  text-align: center;
  color: red;
}

section.contato > .container {
  max-width: 800px;
}

section.contato .form-group {
  margin-top: 10px;
}

section.contato input[type="text"] {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #ccc;
  padding-left: 12px;
  margin-bottom: 10px;
}

section.contato input[type="text"]:focus {
  outline: 0;
}

section.contato textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  padding: 8px;
  resize: none;
}

section.contato input[type="submit"] {
  width: 170px;
  height: 60px;
  border-radius: 100px;
  background-color: red;
  color: white;
  font-weight: bold;
  border: 0;
}

footer {
  padding: 40px 0 20px 0;
  background: #0f0f0f;
  color: #bbb;
}



.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer-logo img {
  max-width: 160px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.footer-col h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}

.footer-col p {
  color: #bbb;
  line-height: 1.6;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li {
  margin-bottom: 8px;
}
.footer-nav a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-nav a:hover {
  color: #ff6b6b;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  margin-right: 10px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.social-links a:hover {
  transform: translateY(-2px);
  background: #ff6b6b;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bbb;
}
.footer-contact li {
  margin-bottom: 10px;
}
.footer-contact i {
  color: #ff6b6b;
  margin-right: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 28px;
  padding-top: 14px;
  text-align: center;
  color: #888;
  font-size: 14px;
}

/* Estilos para preços dos hambúrgueres */
.preco {
  margin-top: 15px;
  text-align: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

/* Melhorias na navegação */
html {
  scroll-behavior: smooth;
}

nav.desktop ul li a:hover {
  color: red;
  transition: color 0.3s ease;
}

/* Estilos para página de hambúrgueres */
.hamburgueres-page {
  background-color: gold;
  padding: 20px 0 60px 0;
  min-height: 80vh;
}

.hamburgueres-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.hamburguer-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hamburguer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.hamburguer-image {
  text-align: center;
  margin-bottom: 20px;
}

.hamburguer-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ff6b6b;
}

.hamburguer-info h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 1.3em;
}

.hamburguer-info p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.hamburguer-card .preco {
  text-align: center;
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
  color: white;
  padding: 12px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1.2em;
}

/* Estilos para página de contato */
.contato-page {
  background-color: gold;
  padding: 40px 0;
  min-height: 80vh;
}

.contato-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 40px;
}

.contato-info {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contato-info h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 1.8em;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 15px;
  background: rgba(255, 107, 107, 0.1);
  border-radius: 10px;
}

.info-item i {
  font-size: 1.5em;
  color: #ff6b6b;
  margin-right: 15px;
  margin-top: 5px;
}

.info-item h3 {
  color: #333;
  margin-bottom: 5px;
  font-size: 1.1em;
}

.info-item p {
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.contato-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contato-form h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 1.8em;
}

.contato-form .form-group {
  margin-bottom: 20px;
}

.contato-form input,
.contato-form textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1em;
  transition: border-color 0.3s ease;
}

.contato-form input:focus,
.contato-form textarea:focus {
  outline: none;
  border-color: #ff6b6b;
}

.contato-form input[type="submit"] {
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.contato-form input[type="submit"]:hover {
  transform: translateY(-2px);
}

/* Botão ver cardápio */
.btn-ver-cardapio {
  display: inline-block;
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-ver-cardapio:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
  color: white;
  text-decoration: none;
}

/* Media Queries */
@media screen and (max-width: 1300px) {
  .sobre-container img {
    top: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .etapas__group {
    margin: 40px 0;
  }
  .etapas__single {
    width: 100%;
  }
  section.etapas > .container {
    max-width: 700px;
  }

  .etapas__group img {
    max-width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
  }

  .etapas__single .etapas__group:nth-of-type(1) img {
    max-width: 100%;
    width: auto;
  }

  .etapas__group p {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
    padding-left: 0;
    padding-top: 10px;
  }

  section.diferencas {
    padding: 0;
  }

  .diferencas__single {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-right: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  body {
    overflow-x: hidden;
  }

  nav.desktop {
    display: none;
  }

  nav.mobile {
    display: block;
  }

  .telefone-header {
    display: none;
  }

  div.logo {
    float: none;
    margin: 0 auto;
    width: 160px;
    height: 50px;
  }

  header {
    text-align: center;
  }

  .sobre > .container {
    z-index: 0;
  }
  .sobre-container img {
    margin-left: 1px;
    top: 0px;
  }

  section.depoimento {
    top: 0;
  }
  .sobre-container {
    width: 100%;
  }
  .padsobre {
    padding: 0;
  }
  .diferencial-single {
    width: 100%;
    text-align: center;
  }
  .content-header .one {
    text-align: center;
    width: 100%;
  }
  .content-header .two {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .social-links a {
    margin-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  /* Ajustes para header no mobile */
  section.header-master {
    min-height: 300px;
    padding: 20px 0 30px 0;
  }

  /* Ajustes para página de hambúrgueres no mobile */
  .hamburgueres-page {
    padding: 10px 0 40px 0;
  }

  .hamburgueres-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 15px;
  }

  .hamburguer-card {
    padding: 15px;
  }

  .hamburguer-image img {
    width: 120px;
    height: 120px;
  }

  /* Ajustes para contato no mobile */
  .contato-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contato-info,
  .contato-form {
    padding: 20px;
  }

  .info-item {
    flex-direction: column;
    text-align: center;
  }

  .info-item i {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .etapas .imagemham {
    margin-left: 0 !important;
    margin-top: 20px !important;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  /* Ajustes para header em telas muito pequenas */
  section.header-master {
    min-height: 250px;
    padding: 15px 0 20px 0;
  }

  /* Ajustes para página de hambúrgueres em telas muito pequenas */
  .hamburgueres-page {
    padding: 5px 0 30px 0;
  }

  .hamburgueres-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 10px;
  }

  .hamburguer-card {
    padding: 10px;
  }

  .hamburguer-image img {
    width: 100px;
    height: 100px;
  }

  .contato-info,
  .contato-form {
    padding: 15px;
  }

  h1 {
    font-size: 1.8em !important;
    margin: 15px 0 20px 0 !important;
  }

  .etapas__group2 {
    display: block !important;
  }
}
