/* imports */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Reset básico CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 1980px) {
  html,
  body {
    overflow: hidden;
  }

  .container {
    background-image: url("../fotos/1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    margin: 0;
    height: 100vh;
    display: flex;
  }

  .container section {
    display: flex;
    width: 100%;
    height: 100vh;
  }
  .container section .logo {
    position: fixed;
    top: 120px;
    left: 60px;
    width: 150px;
    height: 150px;
    display: flex;
  }

  .container section .title {
    position: fixed;
    top: 115px;
    left: 210px;
    font-size: 95px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    cursor: default;
  }
  .container section .sub-title {
    position: fixed;
    top: 220px;
    left: 215px;
    font-size: 19px;
    color: #f4b158;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    cursor: default;
  }

  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 45%;
    left: 260px;
  }

  .container section .menu .btn {
    background-color: #f4b158;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    margin: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    border-style: none;
    box-shadow: 0px 10px 96px #000000;
    font-size: 20px;
    color: #fff;

    /* borda de texto */
    text-shadow: -1px -1px 0 #0000002d, 1px -1px 0 #0000002d,
      -1px 1px 0 #0000002d, 1px 1px 0 #0000002d;

    /* Transição suave */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .container section .menu .btn:hover {
    background-color: #da953b;
    transform: scale(1.05); /* Zoom suave */
  }

  .container section .fila {
    width: 850px;
    height: 709px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    transition: transform 0.3s ease;
    cursor: default;
  }

  footer {
    display: block;
    font-family: "poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    position: fixed; /* ou use absolute, se preferir */
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #999;
    font-family: "Poppins", sans-serif;
    pointer-events: none; /* impede clique acidental */
    z-index: 999;
  }
}

@media screen and (max-width: 1820px) {
  .container section .fila {
    width: 800px;
    height: 709px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    transition: transform 0.3s ease;
    cursor: default;
  }
  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 45%;
    left: 265px;
  }
}
@media screen and (max-width: 1720px) {
  .container section .fila {
    width: 780px;
    height: 689px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    transition: transform 0.3s ease;
    cursor: default;
  }
  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 45%;
    left: 263px;
  }
}
@media screen and (max-width: 1620px) {
  .container section .fila {
    width: 680px;
    height: 589px;
    position: fixed;
    right: 30px;
    bottom: 20px;
    transition: transform 0.3s ease;
    cursor: default;
  }
  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 40%;
    left: 263px;
  }
}
@media screen and (max-width: 1520px) {
}
@media screen and (max-width: 1420px) {
}
@media screen and (max-width: 1320px) {
}
@media screen and (max-width: 1220px) {
}
@media screen and (max-width: 1120px) {
}
@media screen and (max-width: 1020px) {
  .container section .logo {
    position: fixed;
    top: 60px;
    left: 230px;
    width: 135px;
    height: 135px;
    display: flex;
  }

  .container section .title {
    position: fixed;
    top: 60px;
    left: 365px;
    font-size: 80px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    cursor: default;
  }
  .container section .sub-title {
    position: fixed;
    top: 155px;
    left: 370px;
    font-size: 16px;
    color: #f4b158;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    cursor: default;
  }

  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 260px;
    left: 360px;
  }

  .container section .menu .btn {
    background-color: #f4b158;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    margin: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    border-style: none;
    box-shadow: 0px 10px 96px #000000;
    font-size: 19px;
    color: #fff;

    /* borda de texto */
    text-shadow: -1px -1px 0 #0000002d, 1px -1px 0 #0000002d,
      -1px 1px 0 #0000002d, 1px 1px 0 #0000002d;

    /* Transição suave */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .container section .menu .btn:hover {
    background-color: #da953b;
    transform: scale(1.05); /* Zoom suave */
  }

  .container section .fila {
    width: 650px;
    height: 609px;
    position: fixed;
    right: 180px;
    bottom: 120px;
    transition: transform 0.3s ease;
    cursor: default;
  }
}
@media screen and (max-width: 920px) {
  .container section .logo {
    position: fixed;
    top: 60px;
    left: 190px;
    width: 130px;
    height: 130px;
    display: flex;
  }

  .container section .title {
    position: fixed;
    top: 61px;
    left: 320px;
    font-size: 70px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    cursor: default;
  }
  .container section .sub-title {
    position: fixed;
    top: 145px;
    left: 325px;
    font-size: 14px;
    color: #f4b158;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    cursor: default;
  }

  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 260px;
    left: 290px;
  }

  .container section .menu .btn {
    background-color: #f4b158;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    margin: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    border-style: none;
    box-shadow: 0px 10px 96px #000000;
    font-size: 19px;
    color: #fff;

    /* borda de texto */
    text-shadow: -1px -1px 0 #0000002d, 1px -1px 0 #0000002d,
      -1px 1px 0 #0000002d, 1px 1px 0 #0000002d;

    /* Transição suave */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .container section .menu .btn:hover {
    background-color: #da953b;
    transform: scale(1.05); /* Zoom suave */
  }

  .container section .fila {
    width: 550px;
    height: 509px;
    position: fixed;
    right: 180px;
    bottom: 120px;
    transition: transform 0.3s ease;
    cursor: default;
  }
}
@media screen and (max-width: 820px) {
  .container section .logo {
    position: fixed;
    top: 60px;
    left: 180px;
    width: 120px;
    height: 120px;
    display: flex;
  }

  .container section .title {
    position: fixed;
    top: 63px;
    left: 300px;
    font-size: 65px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    cursor: default;
  }
  .container section .sub-title {
    position: fixed;
    top: 140px;
    left: 303px;
    font-size: 13.3px;
    color: #f4b158;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    cursor: default;
  }

  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 260px;
    left: 270px;
  }

  .container section .menu .btn {
    background-color: #f4b158;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    margin: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    border-style: none;
    box-shadow: 0px 10px 96px #000000;
    font-size: 17px;
    color: #fff;

    /* borda de texto */
    text-shadow: -1px -1px 0 #0000002d, 1px -1px 0 #0000002d,
      -1px 1px 0 #0000002d, 1px 1px 0 #0000002d;

    /* Transição suave */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .container section .menu .btn:hover {
    background-color: #da953b;
    transform: scale(1.05); /* Zoom suave */
  }

  .container section .fila {
    width: 550px;
    height: 509px;
    position: fixed;
    right: 100px;
    bottom: 100px;
    transition: transform 0.3s ease;
    cursor: default;
  }
}
@media screen and (max-width: 720px) {
  .container section .logo {
    position: fixed;
    top: 60px;
    left: 150px;
    width: 100px;
    height: 100px;
    display: flex;
  }

  .container section .title {
    position: fixed;
    top: 58px;
    left: 250px;
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    cursor: default;
  }
  .container section .sub-title {
    position: fixed;
    top: 125px;
    left: 255px;
    font-size: 12px;
    color: #f4b158;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    cursor: default;
  }

  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 250px;
    left: 220px;
  }

  .container section .menu .btn {
    background-color: #f4b158;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    margin: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    border-style: none;
    box-shadow: 0px 10px 96px #000000;
    font-size: 17px;
    color: #fff;

    /* borda de texto */
    text-shadow: -1px -1px 0 #0000002d, 1px -1px 0 #0000002d,
      -1px 1px 0 #0000002d, 1px 1px 0 #0000002d;

    /* Transição suave */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .container section .menu .btn:hover {
    background-color: #da953b;
    transform: scale(1.05); /* Zoom suave */
  }

  .container section .fila {
    width: 550px;
    height: 509px;
    position: fixed;
    right: 100px;
    bottom: 100px;
    transition: transform 0.3s ease;
    cursor: default;
  }
}
@media screen and (max-width: 620px) {
  .container section .logo {
    position: fixed;
    top: 60px;
    left: 100px;
    width: 100px;
    height: 100px;
    display: flex;
  }

  .container section .title {
    position: fixed;
    top: 58px;
    left: 200px;
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    cursor: default;
  }
  .container section .sub-title {
    position: fixed;
    top: 125px;
    left: 205px;
    font-size: 12px;
    color: #f4b158;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    cursor: default;
  }

  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 250px;
    left: 180px;
  }

  .container section .menu .btn {
    background-color: #f4b158;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    margin: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    border-style: none;
    box-shadow: 0px 10px 96px #000000;
    font-size: 16px;
    color: #fff;

    /* borda de texto */
    text-shadow: -1px -1px 0 #0000002d, 1px -1px 0 #0000002d,
      -1px 1px 0 #0000002d, 1px 1px 0 #0000002d;

    /* Transição suave */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .container section .menu .btn:hover {
    background-color: #da953b;
    transform: scale(1.05); /* Zoom suave */
  }

  .container section .fila {
    width: 550px;
    height: 509px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    transition: transform 0.3s ease;
    cursor: default;
  }
}
@media screen and (max-width: 520px) {
  .container section .logo {
    position: fixed;
    top: 60px;
    left: 70px;
    width: 100px;
    height: 100px;
    display: flex;
  }

  .container section .title {
    position: fixed;
    top: 59px;
    left: 170px;
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    cursor: default;
  }
  .container section .sub-title {
    position: fixed;
    top: 125px;
    left: 175px;
    font-size: 12px;
    color: #f4b158;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    cursor: default;
  }

  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 250px;
    left: 130px;
  }

  .container section .menu .btn {
    background-color: #f4b158;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    margin: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    border-style: none;
    box-shadow: 0px 10px 96px #000000;
    font-size: 17px;
    color: #fff;

    /* borda de texto */
    text-shadow: -1px -1px 0 #0000002d, 1px -1px 0 #0000002d,
      -1px 1px 0 #0000002d, 1px 1px 0 #0000002d;

    /* Transição suave */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .container section .menu .btn:hover {
    background-color: #da953b;
    transform: scale(1.05); /* Zoom suave */
  }

  .container section .fila {
    width: 450px;
    height: 409px;
    position: fixed;
    right: 50px;
    left: 30px;
    bottom: 50px;
    transition: transform 0.3s ease;
    cursor: default;
  }
}
@media screen and (max-width: 420px) {
  .container section .logo {
    position: fixed;
    top: 60px;
    left: 35px;
    width: 90px;
    height: 90px;
    display: flex;
  }

  .container section .title {
    position: fixed;
    top: 58px;
    left: 125px;
    font-size: 55px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    cursor: default;
  }
  .container section .sub-title {
    position: fixed;
    top: 125px;
    left: 129px;
    font-size: 11px;
    color: #f4b158;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    cursor: default;
  }

  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 250px;
    left: 100px;
  }

  .container section .menu .btn {
    background-color: #f4b158;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    margin: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    border-style: none;
    box-shadow: 0px 10px 96px #000000;
    font-size: 14px;
    color: #fff;

    /* borda de texto */
    text-shadow: -1px -1px 0 #0000002d, 1px -1px 0 #0000002d,
      -1px 1px 0 #0000002d, 1px 1px 0 #0000002d;

    /* Transição suave */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .container section .menu .btn:hover {
    background-color: #da953b;
    transform: scale(1.05); /* Zoom suave */
  }

  .container section .fila {
    width: 450px;
    height: 409px;
    position: fixed;
    right: 50px;
    left: 30px;
    bottom: 50px;
    transition: transform 0.3s ease;
    cursor: default;
  }
}
@media screen and (max-width: 320px) {
  .container section .logo {
    position: fixed;
    top: 59px;
    left: 30px;
    width: 70px;
    height: 70px;
    display: flex;
  }

  .container section .title {
    position: fixed;
    top: 58px;
    left: 100px;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    cursor: default;
  }
  .container section .sub-title {
    position: fixed;
    top: 105px;
    left: 104px;
    font-size: 8px;
    color: #f4b158;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    cursor: default;
  }

  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 150px;
    left: 85px;
  }

  .container section .menu .btn {
    background-color: #f4b158;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    margin: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    border-style: none;
    box-shadow: 0px 10px 96px #000000;
    font-size: 9px;
    color: #fff;

    /* borda de texto */
    text-shadow: -1px -1px 0 #0000002d, 1px -1px 0 #0000002d,
      -1px 1px 0 #0000002d, 1px 1px 0 #0000002d;

    /* Transição suave */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .container section .menu .btn:hover {
    background-color: #da953b;
    transform: scale(1.05); /* Zoom suave */
  }

  .container section .fila {
    width: 250px;
    height: 209px;
    position: fixed;
    right: 50px;
    left: 30px;
    bottom: 50px;
    transition: transform 0.3s ease;
  }
}

@media screen and (max-width: 300px) {
  .container section .logo {
    position: fixed;
    top: 59px;
    left: 30px;
    width: 70px;
    height: 70px;
    display: flex;
  }

  .container section .title {
    position: fixed;
    top: 58px;
    left: 100px;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    cursor: default;
  }
  .container section .sub-title {
    position: fixed;
    top: 105px;
    left: 104px;
    font-size: 8px;
    color: #f4b158;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    cursor: default;
  }

  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 150px;
    left: 85px;
  }

  .container section .menu .btn {
    background-color: #f4b158;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    margin: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    border-style: none;
    box-shadow: 0px 10px 96px #000000;
    font-size: 9px;
    color: #fff;

    /* borda de texto */
    text-shadow: -1px -1px 0 #0000002d, 1px -1px 0 #0000002d,
      -1px 1px 0 #0000002d, 1px 1px 0 #0000002d;

    /* Transição suave */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .container section .menu .btn:hover {
    background-color: #da953b;
    transform: scale(1.05); /* Zoom suave */
  }

  .container section .fila {
    width: 250px;
    height: 209px;
    position: fixed;
    right: 50px;
    left: 30px;
    bottom: 50px;
    transition: transform 0.3s ease;
  }
}


/* responsividade heigth */
@media screen and (max-height: 720px) {
  
  .container section .menu {
    background-color: none;
    max-width: 400px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 260px;
    left: 80px;
  }
}

