@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::selection {
    background-color: bisque;
    color: white;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: black;
}


a:hover {
    text-decoration: underline;
    color: wheat;
}

.navCabe {
    position: sticky;
    top: 0;
    text-align: center;
    padding-top: 10px;
    height: 90px;
    background-color: white; 
    z-index: 1000;
    transform: translateX(-10px);
}

.navegacao {
    transform: translateX(10px);
}

.cabeLi {
    display: inline-block;
    margin: 50px 40px;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font: 600;
    text-transform: uppercase;
    transform: translateY(-50px);
}

.drop {
    position: relative;
}

.drop:hover .dropMenu{
 display: block;
}

.dropMenu {
   position: absolute;
   top: 100%;
   background-color: white;
   height: 96.19px;
   width: 160px;
   display: none;
}

.dropMenu li {
    margin: 0;
    transform: translateY(10px);
    width: 100%;
    text-align: left;
    padding: 4px 24px;
    margin-top: 10px;
}

.decoracao {
    position: absolute;
    transform: translate(830px, -200px) rotate(45deg);
    z-index: -1;
    width: 200px;
    height: 200px;
    background-color: white;
}

.imgPrincipal {
    width: 1500px;
    height: 500px;
}

.cabecalhoSite {
    margin: auto;
    text-align: center;
}

.imgTexto {
    position: relative;
    transform: translateY(-350px);
    color: white;
    font-family: Playfair+Display, serif;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.linhaImg {
    width: 30%;
    margin: auto;
    height: 2px;
    background-color: white;
}

.imgLink {
    color: white;
    text-decoration: none;
}

.pTitulo {
    margin-top: 10px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
}

.logo {
    height: 80px;
    margin-right: 90px;
    margin-left: 100px;
}

.seta {
    position: absolute;
    transform: translate(910px, -240px);
}

.decoracaoDireita {
    position: fixed;
    text-align: end;
    transform: translate(1769px, -600px);
    z-index: 999999999;
}

.decoracaoDireitaTexto {
    position: relative;
    rotate: 270deg;
    transform: translate(100px, 15px);
    color: black;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 9999999999;
}

.decoracaoDireita:hover .decoracaoDireitaTexto{
    transform: rotate(90deg) translateY(-100px);
    transition: 0.5s;
}

.decoracaoEsquerda {
    position: fixed;
    text-align: start;
    transform: translateY(-600px);
    z-index: 999999999;
}

.decoracaoEsquerdaTexto {
    position: relative;
    transform: translate(-20px, -90px) rotate(90deg);
    color: black;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 9999999999;
}

.decoracaoEsquerda:hover .decoracaoEsquerdaTexto{
   transform: rotate(360deg) translateY(-100px);
    transition: 0.5s;
}

.homeSection {
    display: inline-block;
    width: 100%;
    margin-left: 15rem;
}

.menu {
    width: 20%;
    transform: translate(100px, 200px);
}

.menuTitulo {
    font-family: Playfair Display, serif;
    font-size: 48px;
    font-weight: 600;
    
}

.menuP {
    line-height: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-family: Roboto, sans-serif;
    font-size: 15px;
}

.menuBotao {
    background-color: rgb(192, 155, 86);
    padding: 1rem 2rem;
    border: none;
    color: rgb(255, 255, 255);
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.menuBotao:hover {
    transition: 0.3s;
    background-color: transparent;
    border: solid wheat 1px;
    color: wheat;
}

.cardapio {
    background-color: wheat;
    position: relative;
    transform: translate(700px, -613px);
    width: 650px;
    padding-bottom: 5rem;  
}


.cardapioTitulo {
    font-family: Playfair+Display, serif;
    font-size: 25px;
    text-align: center;
    padding-top: 8rem;
}

.cardapioPTitulo {
    text-align: center;
    margin-top: 5rem;
    font-family: Roboto, sans-serif;
    color: black;
    font-size: 15px;
    font-weight: 600;
}

.cardapioPDescricao {
    margin-top: 2rem;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: rgb(85, 82, 82);
    font-weight: 400;
}

.img1 {
    position: absolute;
    transform: translate(200px, -750px);
}

.img2 {
    position: absolute;
    transform: translate(800px, -400px);
}

.img3 {
    position: absolute;
    transform: translate(300px, 100px);
}

.img4{
    position: relative;
    transform: translate(800px, 190px);
}

.homeSection {
    margin-bottom: 20rem;
}

.formularioSection {
    height: 100vh;
    display: inline-block;
}

.forms {
    background-color: wheat;
    padding: 7rem;
    width: 640px;
    margin-left:20rem;
}

input {
    background-color: white;
    border: none;
    outline: none;
    width: 415px;
    height: 50px;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.inp1 {
    width: 500px;
}

.inp1 input {
    width: 200px;
    margin-right: 10px;
}

.inp2 {
    width: 500px;
}

.inp2 input {
    width: 200px;
    margin-right: 10px;
}

textarea {
    background-color: white;
    border: none;
    outline: none;
    width: 415px;
    height: 100px;
    padding-left: 1rem;
    padding-top: 1rem;
    margin-bottom: 2rem;
}

.formsBotao {
    background-color: black;
    color: white;
    font-family: Oswald;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    margin-left: 16rem;
    border: none;
}

.formsEscrito {
    width: 300px;
    position: absolute;
    transform: translate(1100px, -850px);
}

.formsTitulo {
    font-family: Playfair Display, serif;
    font-size: 60px;
    line-height: 5rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.formsP {
    font-family: Roboto, sans-serif ;
    font-size: 15px;
    color: black;
    font-weight: 400;
    line-height: 1.5rem;
}

.chefeTexto {
    padding: 7rem;
    width: 640px;
    margin-left:20rem;
}

.chefeTitulo {
    font-family: Playflair Display, serif;
    font-size: 49px;
    font-weight: 600;
    width: 200px;
    margin-bottom: 2rem;
}

.chefeP {
    line-height: 2rem;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3rem;
}

.chefeImg {
    position: absolute;
    transform: translate(920px, -850px);
}

.formularioSection {
    margin-bottom: 45rem;
}

.mainCourse {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.mainTexto {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.698);
    transform: translate(750px, -300px);
    padding: 3rem 5rem;
}

.mainTexto h2 {
    font-family: Playfair Display;
    font-size: 21px;
    margin-bottom: 1rem;
}

.mainTexto p {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    margin-top: 1rem;
}

.arrow1 {
    position: absolute;
    transform: translate(-1300px, 200px);
}

.arrow2 {
    position: absolute;
    transform: translate(100px, 200px);
}

.enderecoSection {
    height: 100vh;
}

.errorImg {
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: 600px;
    background-color: rgb(199, 191, 191);
    padding: 10rem;
    transform: translate(200px, 150px);
}

.aviso {
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
    width:300px;
    text-align: center;
    font-weight: 600;
    margin-top: 2rem;
}

.descricao {
    position: relative;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-top: 1rem;
    width: 500px;
    transform: translateX(-100px);
}

.endereco {
    position: absolute;
    transform: translate(950px, 150px);
    width: 300px;
}

.enderecoTitulo {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 600;
    width: 250px;
    margin-bottom: 2rem;
}

.enderecoP {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 1rem;
}

.enderecoEnd {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 1rem;
}
.end1 {
    margin-top: 2.5rem;
}

.enderecoEmail {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 1rem;
}

.email1 {
    margin-top: 2rem;
}

.rodape {
    background-color: rgb(2, 2, 40);
    display: inline-block;
    height: 65vh;
    width: 100%;
    color: white;
    transform: translateY(10px);
}

.rodape a {
    color: white;
}

.rodape div {
    width: 200px;
    
}

.topProducts{
    position: absolute;
    top:auto;
    transform: translate(300px, 200px);
}

.quickLinks {
    position: absolute;
    transform: translate(500px, 200px);
}

.features {
    position: absolute;
    transform: translate(700px, 200px);
}

.resources {
    position: absolute;
    transform: translate(900px, 200px);
}

.newlester {
    position: absolute;
    transform: translate(1100px, 200px);
}

.rodapeTitulo {
    margin-bottom: 1rem;
}

.lsterP {
    width: 200px;
    margin-bottom: 2rem;
}

.rodapeInput {
    background-color: transparent;
    border: solid 0.2px beige;
}

.fa-solid {
    margin-left: 10px;
    text-align: center;
    background-color: rgb(214, 214, 173);
}

.newlester button {
    position: relative;
    transform: translate(400px, -80px);
}

.pCopy {
    position: absolute;
    transform: translate(300px, 500px);
}

.seletor {
    background-color: transparent;
    border: none;
    font-family: Oswald;
    font-size: 20px;
    font: 600;
    text-transform: uppercase;
    outline: none;
}

.rodapeLink {
    font-family: Roboto, sans-serif;
    margin-bottom: 2rem;
    display: block;
    color: rgb(106, 102, 102);
}

.arrowCabe {
    background-color: transparent;
}

.risco {
    text-decoration: line-through;
}

.underline {
    text-decoration: underline;
}

.textSample, .sampleButtons {
    width: 60%;
    margin: auto;
    margin-bottom: 5rem;
}

.textTitulo {
    font-family: Playfair Display;
    margin-bottom: 2rem;
}

.textP {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.5rem;
    color: rgb(158, 155, 155);
}

.botoes {
    width: 100%;
    display: inline-block;
}

.default, .disable {
    display: inline-block;
    margin-right: 2rem;
}

.botoes button {
    margin-right: 1rem;
    font-family: Roboto, sans-serif;
    cursor: pointer;
}

.botoes a {
    margin-right: 2rem;
    text-decoration: underline;
}

.primary {
    background-color: rgb(163, 163, 84);
    border: none;
    color: white;
    padding: 0.5rem 1.5rem;
}

.primary:hover {
    background-color: transparent;
    border: solid 0.8px rgb(163, 163, 84);
    color: rgb(163, 163, 84);
    transition: 0.3s;
}

.succes {
    background-color: rgb(17, 229, 229);
    border: none;
    color: white;
    padding: 0.5rem 1.5rem;
}

.succes:hover {
    background-color: transparent;
    border: solid 0.8px rgb(17, 229, 229);
    color: rgb(17, 229, 229);
    transition: 0.3s;
}

.info {
    background-color: rgb(0, 170, 255);
    border: none;
    color: white;
    padding: 0.5rem 1.5rem;
}

.info:hover {
    background-color: transparent;
    border: solid 0.8px rgb(0, 170, 255);
    color: rgb(0, 170, 255);
    transition: 0.3s;
}

.warning {
    background-color: rgb(209, 209, 5);
    border: none;
    color: white;
    padding: 0.5rem 1.5rem;
}

.warning:hover {
    background-color: transparent;
    border: solid 0.8px rgb(209, 209, 5);
    color: rgb(209, 209, 5);
    transition: 0.3s;
}

.danger {
    background-color: red;
    border: none;
    color: white;
    padding: 0.5rem 1.5rem;
}

.danger:hover {
    background-color: transparent;
    border: solid 0.8px red;
    color: red;
    transition: 0.3s;
}

.disable {
    color: rgb(0, 157, 255);
}

.parte2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.parte2 .default {
    color: rgb(0, 157, 255);
}

.primary2:hover {
    background-color: rgb(163, 163, 84);
    color: white;
}

.primary2 {
    background-color: transparent;
    border: solid 0.8px rgb(163, 163, 84);
    color: rgb(163, 163, 84);
    padding: 0.5rem 1.5rem;
}

.succes2:hover {
    background-color: rgb(17, 229, 229);
    color: white;
}

.succes2 {
    background-color: transparent;
    border: solid 0.8px rgb(17, 229, 229);
    color: rgb(17, 229, 229);
    transition: 0.3s;
    padding: 0.5rem 1.5rem;
}

.info2:hover {
    background-color: rgb(0, 170, 255);
    color: white;
}

.info2 {
    background-color: transparent;
    border: solid 0.8px rgb(0, 170, 255);
    color: rgb(0, 170, 255);
    transition: 0.3s;
    padding: 0.5rem 1.5rem;
}

.warning2:hover {
    background-color: rgb(209, 209, 5);
    color: white;
}

.warning2 {
    background-color: transparent;
    border: solid 0.8px rgb(209, 209, 5);
    color: rgb(209, 209, 5);
    transition: 0.3s;
    padding: 0.5rem 1.5rem;
}

.danger2:hover {
    background-color: red;
    color: white;
}

.danger2 {
    background-color: transparent;
    border: solid 0.8px red;
    color: red;
    transition: 0.3s;
    padding: 0.5rem 1.5rem;
}

.parte3 button {
    border-radius: 5px;
}

.parte4 button {
    border-radius: 5px;
}

.parte5 button {
    border-radius: 15px;
}

.parte6 button {
    border-radius: 15px;
}

.extraLarge {
    padding: 2rem 3rem;
}

.large {
    padding: 1.5rem 2.5rem;
}

.normal {
    padding: 1rem 2rem;
}

.small {
    padding: 0.5rem 0.5rem;
}

.leftAling {
    width: 60%;
    margin: auto;
    margin-bottom: 3rem;
}

.alingImg {
    display: inline-block;
}

.textPAling {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.5rem;
    color: rgb(158, 155, 155);
    width: 70%;
    margin-left: 2rem;
    transform: translateY(-20px);
}

.rightAling {
    text-align: right;
    margin-right: 14rem;
    margin-bottom: 5rem;
}

.textPAlingRight {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.5rem;
    color: rgb(158, 155, 155);
    width: 70%;
    margin-right: 2rem;
    transform: translateY(-20px);
}

.definition {
    margin: auto;
    width: 75%;
    margin-bottom: 5rem;
}

.def1 {
    display: inline-block;
    margin-right: 10rem;
}

.def1Titulo {
    font-family: Playfair Display;
    margin-bottom: 1rem;
    font-size: 17px;
}

.def1P {
    width: 300px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.5rem;
    color: rgb(158, 155, 155);
}

.blockQuotes {
    width: 60%;
    margin: auto;
}

.blockTexto {
    width: 75%;
    background-color: whitesmoke;
    padding: 2rem;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.5rem;
    border-left: solid rgb(79, 79, 31) 2px;
}

.tableSec {
    width: 60%;
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.tableSec div p {
    font-family: Playfair Display;
    font-size: 18px;
    display: inline-block;
}

.indice {
    margin-right: 7rem;
}

.pais1 {
    margin-right: 8rem;
}

.pais {
    margin-right: 12.5rem;
}

.visitas {
    margin-right: 10rem;
}


.flag {
    margin: 15px;
    justify-content: center;
    transform: translateY(20px);
}

.tableSec hr {
    margin-left: 38rem;
    transform: translateY(-15px);
    height: 10px;
}

.por1 {
    background-color: rgb(0, 162, 255);
    width: 300px;
}

.por2 {
    background-color: palevioletred;
    width: 150px;
}

.por3 {
    background-color: orange;
    width: 200px;
}

.por4 {
    background-color: rgb(6, 178, 0);
    width: 230px;
}

.por5 {
    background-color: rgb(6, 178, 0);
    width: 210px;
}

.por6 {
    background-color: rgb(0, 162, 255);
    width: 260px;
}

.por7 {
    background-color: rebeccapurple;
    width: 200px;
}

.por8 {
    background-color: palevioletred;
    width: 230px;
}

.imageGallery {
    margin: auto;
    width: 80%;
    margin-bottom: 5rem;
}

.imagens1 img {
    display: inline-block;
    width: 350px;
    height: 200px;
    margin-right: 3rem;
    margin-bottom: 1rem;
}

.imagens2 img {
    width: 540px;
    height: 200px;
    display: inline-block;
    margin-right: 4.2rem;
    margin-bottom: 1rem;
}

.imagens3 img {
    display: inline-block;
    width: 350px;
    height: 200px;
    margin-right: 3rem;
    margin-bottom: 1rem;
}

.tipoGrafia {
    width: 60%;
    margin: auto;
}

.titulosTexto {
    display: inline-block;
}

.listaNao {
    display: inline-block;
    margin-left: 5rem;
}

.listaOrd {
    display: inline-block;
    margin-left: 5rem;
}

.afastado {
    margin-left: 1rem;
}

.afastado2 {
    margin-left: 2rem;
}

.tipoGrafia li {
    padding-bottom: 1rem;
}

.tipoGrafia h1, .tipoGrafia h2, .tipoGrafia h3, .tipoGrafia h4, .tipoGrafia h5, .tipoGrafia h6 {
    padding-bottom: 1rem;
}

.numero1 {
    margin-bottom: 4.5rem;
}

.letra {
    list-style: lower-alpha;
}

.inputElements {
    width: 600px;
    height: 40px;
    display: block;
    background-color: whitesmoke;
}

.formsElement {
    width: 60%;
    margin: auto;
    margin-top: 5rem;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.checkboxes {
    display: inline-block;
    transform: translateY(110px);
    margin-left: 5rem;
}

.formElementos {
    display: inline-block;
    margin-bottom: 20rem;
}

.switchP {
    display: inline-block;
    transform: translateY(8px);
    margin-right: 2rem;
}

.switch1 {
    margin-bottom: 1rem;
}

select {
    border: none;
    background-color: whitesmoke;
    padding: 1rem 1.5rem;
    outline: none;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    margin-bottom: 2rem;
}

.checkInput {
    width: 20px;
    height: 20px;
    transform: translateY(15px);
}

.checkboxDiv {
    display: block;
}