/* ----------------- Estilo Elementos Nativo HTML ---------------- */

body {
  overflow: hidden;
  font-family: Optima, sans-serif
}

tr {
  text-align: center;
}

th {
  text-transform: uppercase;
}

table {
  width: 100%;
  border-spacing: 0;
}


/* VOLTAR PARA CLIENTES NAO CADIVEU*/


/* ::-webkit-scrollbar {
    width: 0px;
} */

.blockscroll {
  overflow: scroll;
  height: 80%;
}

.blockscroll3 {
  font-size: 13px;
  overflow: scroll;
  height: 80%;
  padding: 0 15px;
}

a {
  text-decoration: none;
}

.linhacabec:hover {
  background-color: transparent;
  color: inherit;
}

a:visited {
  color: inherit;
}

/* textarea {
  width: 63%;
  text-transform: uppercase;
  text-align: left;
  margin-left: 24px;
} */

.textareaclass {
  display: table;
  width: 100%;
}

.h2table {
  display: table-cell;
  vertical-align: top;
}

/* #home {
    position: absolute;
    margin: 105px 10% 0 10%;
    width: 85%;
} */

.bind {
  position: relative;
  /* margin-bottom: -4px; */
}

h1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center
}

h2:not(h2.swal2-title) {
  width: 30%;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
  margin: 0;
}


/* input {
    width: 35%;
    margin-left: 10px;
    font-size: 12px;
    border-radius: 6px;
    text-align: center;
    box-shadow: -1px -1px 1px #325d6f, 1px 1px 1px #bfe3f2;
    -webkit-box-shadow: -1px -1px 1px #325d6f, 1px 1px 1px #bfe3f2;
    -moz-box-shadow: -1px -1px 1px #325d6f, 1px 1px 1px #bfe3f2;
    text-transform: uppercase;
} */

.bkcor1 {
  background-color: rgb(243, 243, 243);
}

.bkcor2 {
  background-color: white;
}

.bkcor3 {
  background-color: white;
}

.bkcor4:hover {
  background-color: #33325D;
  color: white;
}

.bkcor5 {
  background-color: rgb(243, 243, 243);
  ;
}

.bkcor6 {
  background-color: #FF9800;
  color: white;
}

.cor1 {
  color: #52518E;
}

.cor2 {
  color: red;
}

.cor3 {
  color: #33325D;
}


/* -----------------Fim Estilo Elementos Nativo HTML ---------------- */

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.fundo2 {
  background-color: rgb(243, 243, 243);
}

.textoplace {
  margin-top: 5%;
  font-size: 12px;
}

.enviar {
  margin: 0;
  bottom: 8px;
  position: relative;
  margin-left: 21px;
}

#emailxml {
  position: absolute;
  width: 50%;
  right: 0;
  box-shadow: 0px 0px 10px grey;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  display: none;
}

#emailboleto {
  position: absolute;
  width: 50%;
  right: 0;
  box-shadow: 0px 0px 10px grey;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  display: none;
}

#fundo {
  z-index: 3;
}

/* #uploadBtn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
} */

.btnicone {
  position: absolute;
  float: right;
  margin-left: 2%;
  margin-top: 2px;
}

.iconepesquisa {
  width: 1.6%;
  position: absolute;
  right: 11.5%;
  z-index: 2;
  top: 39.22%;
}

.titulo {
  position: absolute;
  top: 33px;
  text-align: center;
  width: 90%;
  margin: 0 10%;
  display: none;
}

.tituloempresa {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
}

.msgpedidobrowser {
  text-align: center;
  width: 100%;
}

/* .menulaeral {
    min-width: 75px;
    width: 7%;
    position: fixed;
    height: 100%;
    text-align: center;
    box-shadow: 0px 0px 10px #808080;
    display: hidden;
    animation: 0.5s 0.5s fadeInLeft ease-in forwards;
    -webkit-animation: 0.5s 0.5s fadeInLeft ease-in forwards;
    display: none;
} */

.txtvalor {
  display: none;
}

.mostrardiv {
  position: fixed;
  top: 0;
  background-color: rgb(243, 243, 243);
  height: 73%;
  box-shadow: 4px 11px 59px 6px grey;
  left: 35%;
  border-radius: 5px;
  min-width: 81%;
  min-height: 200px;
  padding: 2%;
  transform: translate(-50%, -50%);
}

.itensdetpet {
  height: 84%;
  overflow-x: scroll;
  font-size: 12px;
}

/* .mostrardiv2 {
  position: fixed;
  top: 0;
  background-color: rgb(243, 243, 243);
  height: 73%;
  box-shadow: 4px 11px 59px 6px grey;
  border-radius: 5px;
  min-width: 81%;
  min-height: 200px;
  padding: 2%;
  margin: 101px 12.5%;
} */

.bntmenu {
  cursor: pointer;
  animation-name: pulse;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bntmenu:hover {
  animation: .9s pulse infinite ease-in-out;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.svgbnt {
  width: 20px;
  height: 20px;
}

.svgbnt2 {
  width: 20px;
  height: 20px;
}

.svgbnt3 {
  width: 15px;
  height: 15px;
}

/* .svgbnt4 {
    width: 46.66%;
    margin: 7px 22% 0 18%;
    cursor: pointer;
} */

.svgbnt5 {
  width: 70%;
  padding: 0 15%;
}

.svgbnt6 {
  width: 100%;
}

.svgbnt7 {
  width: 40px;
}


/* rene cuidado */


/*-------- CART FILTERS CSS ----------*/

#carrinhotudo .blockscroll2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  font-weight: 500;
}

#carrinhotudo .blockscroll2 .campos {
  margin: 0.4rem 0;
  display: flex;
  flex-grow: 1;
}

#carrinhotudo .blockscroll2 .campos .divcampo .titulosz .titulolabel {
  text-transform: uppercase;
}

#carrinhotudo .blockscroll2 .campos .divcampo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#carrinhotudo .blockscroll2 .campos .divcampo .camposz {
  display: flex;
  flex-direction: row;
  /* width: 11rem */
}

#carrinhotudo .blockscroll2 .campos .divcampo .camposz input,
#carrinhotudo .blockscroll2 .campos .divcampo .camposz select {
  width: 100%;
  margin: 0;
}

#carrinhotudo .blockscroll2 .campos .divcampo .camposz textarea {
  width: 84vw;
  height: 3.4rem;
  border: none;
  padding: 0.8rem;
  border-radius: 0.5rem;
  margin: 0;
  resize: none;
  /* background: #87CEEB;
    color: #fff; */
  font-weight: 500;
}


/* #carrinhotudo .blockscroll2 .campos .divcampo .camposz input {
    height: 1.4rem;
    border: 0.1rem solid #c3c3c3;
    border-radius: 0.2rem;
    box-shadow: none;
} */

#carrinhotudo .blockscroll2 .campos .divcampo .camposz .botao {
  border: 0.1rem solid #c3c3c3;
  box-shadow: none;
}


/*-------- //CART FILTERS CSS ----------*/

#Financeiro {
  visibility: visible;
  overflow: hidden;
  position: relative;
}

/* #f3 table {
    width: 100%;
    border-spacing: 0;
    margin-top: 20px;
} */

.barrafooter {
  text-align: right;
  padding: 10px;
}

.botao-cancelar {
  padding: 3px 6px;
  cursor: pointer;
  border: 1px solid gray;
  border-radius: 3px;
  margin: 0px 10px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #325d6f, -1px -1px 1px #bfe3f2;
  -webkit-box-shadow: 1px 1px 1px #325d6f, -1px -1px 1px #bfe3f2;
  -moz-box-shadow: 1px 1px 1px #325d6f, -1px -1px 1px #bfe3f2;
  position: relative;
  width: 20px;
  display: inline-block;
}

.separador {
  display: flex;
  align-items: center;
  /* padding-top: 7px; */
  margin-top: 7px;
  border-top: 1px solid #fff;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.menuhorizontal {
  text-align: right;
  margin: 0;
  margin-left: 50%;
  font-size: 12px;
}

.carrinhook {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 50%;
  margin: 10px 0;
  margin-left: 50%;
}

.menuhorizontal2 {
  text-align: right;
  margin-left: 50%;
}

.grupos {
  display: inline-block;
  font-size: 150%;
  margin: 5px;
}

.h1carrinho {
  margin: 0;
  font-size: 40px;
}

#botaocarrinho {
  width: 40px;
}

.divcar {
  position: relative;
  margin: 10px 56px 0 0 !important;
}

.span {
  margin: 0 5px;
  min-width: 114px;
  text-align: left;
}

.somespan {
  white-space: nowrap;
}

.input400 {
  margin-left: 0%;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 150%;
}

.imgcarrinho {
  position: relative;
}

.bntcarrinho {
  position: absolute;
  right: 30px;
  width: auto;
  bottom: 53px;
}

.prodsfoto {
  position: absolute;
  left: 0;
  width: 25%;
  height: 100%
}

.prodsitem {
  position: absolute;
  right: 0;
  width: 70%;
  font-size: 13px;
  text-align: left;
  font-size: 30px;
}

.imglista {
  position: absolute;
  left: 0;
  width: 40%;
  height: 100%;
}

.carrinho {
  display: none;
}

.carrinho .txtvalor {
  display: block;
  font-size: 2rem;
}

.carrinhoh {
  display: none;
}

#carrinhotudo {
  display: none;
}

.carrinho2 {
  display: none;
}

.carrinhoh2 {
  display: none;
}

#carrinho {
  display: none;
}

.campospedi {
  width: 77%;
  display: block;
  margin: 20px 0;
}

.active {
  background-color: rgba(158, 158, 158, 0.65);
}

.produtosdiv {
  display: inline-block;
  width: 49%;
  margin-bottom: 30px;
  position: relative;
  height: 120px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 2px;
  overflow: hidden;
}

.imgprodutos {
  /* width: 180px; */
  height: 50%;
}

.produtos2 {
  display: inline-block;
  width: 100%;
  padding-bottom: 120px;
  position: relative;
  height: 120PX;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 10px 0;
  overflow: hidden;
}

.bntgrafico {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: white;
}

.legenda {
  width: 30px;
  height: 30px;
  margin: 0 35%;
}

.msgerro {
  display: none;
  position: absolute;
  margin: auto 40%;
  border-radius: 2rem;
  padding: 5rem;
  text-align: center;
  width: 20%;
  background-color: white;
  z-index: 5;
}

.msgerroanima {
  animation-delay: 1s;
  animation: shake 1s ease;
}

.cabaclista {
  margin: 10px 0;
  display: block;
  width: 100%;
  position: relative;
}

.lista {
  display: none;
  width: 85%;
  height: auto;
  /* background-color: rgba(251, 190, 114, 0.33); */
  box-shadow: 0px 0px 10px grey;
  margin: 101px 12.5%;
  overflow: hidden;
  position: absolute;
  padding: 5px 20px;
  top: 0;
  box-sizing: border-box;
  border-radius: 5px;
}

.campositens {
  display: block
}

.listaf3 {
  display: none;
  width: 89%;
  box-shadow: 0px 0px 10px grey;
  overflow: hidden;
  position: absolute;
  padding: 5px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  left: 0;
  margin-top: 0;
  z-index: 4;
  padding: 0 0 20px 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 3.5%;
  min-height: 70%;
}

.descrlista {
  position: absolute;
  right: 0;
  width: 60%;
  height: 100%;
}

.lista2 {
  visibility: visible;
  width: 93%;
  height: auto;
  box-shadow: 0px 0px 10px grey;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 5px;
  padding: 5px 20px;
  top: 0;
  margin-top: 50px;
}

.lista3 {
  visibility: visible;
  width: 89%;
  height: 87%;
  box-shadow: 0px 0px 10px grey;
  margin: 70px 0 0 9%;
  position: absolute;
  padding: 5px 20px;
  top: 0;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 12px;
}

.lista4 {
  visibility: visible;
  width: 85%;
  height: auto;
  margin: 101px 12.5% 0 12.5%;
  overflow: hidden;
  position: absolute;
  padding: 5px 20px 15px 20px;
  top: 0;
  box-sizing: border-box;
  border-radius: 5px;
}

.selecionado {
  background-color: #eb6a165c;
}

.styled-select {
  height: 29px;
  overflow: hidden;
  width: 240px;
}

.styled-select select {
  background: transparent;
  border: none;
  padding: 5px;
}

.bntmenu2 {
  width: 8%;
  display: inline-block;
  text-align: center;
  margin: 0px 5px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  animation-name: pulse;
}

.bntmenu2:hover {
  animation: .9s pulse infinite ease-in-out;
}

.bntmenu3 {
  width: 10%;
  display: inline-flex;
  text-align: center;
  margin: 0 20px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  height: 100%;
}

.menuhorizontalaprov {
  text-align: center;
  width: 54%;
  margin-left: 55%;
}

.botao {
  display: inline-flex;
  margin: 0 5px;
  padding: 2px 5px;
  cursor: pointer;
  border: 1px solid gray;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #325d6f, -1px -1px 1px #bfe3f2;
  -webkit-box-shadow: 1px 1px 1px #325d6f, -1px -1px 1px #bfe3f2;
  -moz-box-shadow: 1px 1px 1px #325d6f, -1px -1px 1px #bfe3f2;
}

/* .barrapages {
    text-align: right;
    padding: 20px;
} */

.enviar {
  margin: 0;
  bottom: 8px;
  position: relative;
  margin-left: 21px;
}

/* .campos {
    display: block;
    white-space: nowrap;
    margin: 20px 0;
    position: relative;
} */

.divcampo {
  padding: 10px;
}

#carrinho .searchcabec {
  width: 75% !important;
}

.ajustaf3 {
  display: inline-block;
  width: 49%;
}

.ajustabotaof3 {
  display: inline-block;
  width: 49%;
  text-align: right;
}

.ajustacampos {
  width: 44%;
  height: 20px;
  border-radius: 3px;
  border: 1px solid grey;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-left: 20px;
}

.iframe {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-shadow: 7px 7px 5px #ddd;
  border-radius: 5px;
}

.links {
  background: #f3f3f3;
  border: 1px solid;
  border-color: #C9CBCE;
  box-shadow: 7px 7px 5px #ddd;
}

.boxx {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 50px;
}

#menuresponsivo {
  display: none;
}

.iconeresponsivo {
  display: block;
}


/* .txtvalor {
    display: inline-block;
    font-size: 54px;
} */

.txtqtd {
  margin-left: 5px;
  font-size: 30px;
}

.txtcodigo {
  display: none;
}


/* .imgprodutos {
    height: auto;
    width: 100%;
} */

.detalhe {
  position: relative;
  text-align: center;
}

.fechar {
  font-size: 32px;
  color: #FF9800;
  margin: 1% 2%;
}

/* .exibemensagem {
    display: none;
    width: 100%;
    box-shadow: 0px 0px 10px grey;
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 5px;
} */

/* .exibemensagem2 {
    display: none;
    width: 85%;
    box-shadow: 0px 0px 10px grey;
    margin: 105px 12.5%;
    overflow: hidden;
    position: absolute;
    top: 19%;
    box-sizing: border-box;
    border-radius: 5px;
} */

/* .reti {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
} */


/*teste imagem*/

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}


/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  overflow: hidden;
}


/* Modal Content (image) */

.modal-content {
  margin: auto;
  display: block;
  /* width: 80%; */
  max-width: 700px;
}


/* Caption of Modal Image */

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}


/* Add Animation */

.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.h2cabec {
  display: block;
  text-align: center;
  margin: 0;
  width: 100%;
}

.searchcabec {
  width: 100%;
  margin: 5px 0;
  position: relative;
}

.divcabec {
  width: 50%;
  position: absolute;
}

.divcabec2 {
  width: 50%;
  position: absolute;
}

#voltar {
  display: none !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}

.t20 {
  width: 20%;
}

.t30 {
  width: 30%;
}

.t40 {
  width: 40%;
}

.t50 {
  width: 50%;
}

.t55 {
  width: 55%;
}

.t60 {
  width: 60%;
}

.t65 {
  width: 65%;
}

.t70 {
  width: 70%;
}

.t75 {
  width: 75%;
}

.t80 {
  width: 80%;
}

.t85 {
  width: 85%;
}

.t90 {
  width: 90%;
}

.t95 {
  width: 95%;
}

.t100 {
  width: 100%;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}


/* The Close Button */

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

#fundo {
  background: rgba(251, 190, 114, 0.46);
  position: absolute;
  width: 100%;
}

/* #loadergif {
  width: 100%;
  height: 15px;
  background-color: rgba(221, 221, 226, 0.89);
  position: absolute;
  left: 0px;
  overflow: hidden;
  bottom: 0;
}

#loadergif::after {
  width: 25%;
  background-color: rgb(223, 98, 45);
  border-radius: 25px;
  height: 15px;
  top: 5%;
  left: -25%;
  position: absolute;
  content: "";
  animation-name: 3s fluir ease infinite;
  -webkit-animation-name: 3s fluir ease infinite;
  animation: 3s fluir ease-in infinite;
  -webkit-animation: 3s fluir ease-in infinite;
} */

@-moz-keyframes opacidade {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes pdireita {
  0% {
    opacity: 0;
    left: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    left: 49%;
  }

  100% {
    opacity: 1;
    left: 49%;
  }
}

@-moz-keyframes pesquerda {
  0% {
    opacity: 0;
    right: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    right: 49%;
  }

  100% {
    opacity: 1;
    right: 49%;
  }
}

@-moz-keyframes pdireita1 {
  0% {
    opacity: 0;
    left: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    left: 57%;
  }

  100% {
    opacity: 1;
    left: 57%;
  }
}

@-moz-keyframes pesquerda1 {
  0% {
    opacity: 0;
    right: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    right: 57%;
  }

  100% {
    opacity: 1;
    right: 57%;
  }
}

@-moz-keyframes caiesquerda {
  0% {
    opacity: 0;
    top: -20%;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    top: 51.5%;
  }

  100% {
    opacity: 1;
    top: 51.5%;
  }
}

@-moz-keyframes caimeio {
  0% {
    opacity: 0;
    bottom: -20%;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    bottom: 50%;
  }

  100% {
    opacity: 1;
    bottom: 50%;
  }
}

@-moz-keyframes caidireita {
  0% {
    opacity: 0;
    top: -20%;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    top: 48.5%;
  }

  100% {
    opacity: 1;
    top: 48.5%;
  }
}

@keyframes opacidade {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pdireita {
  0% {
    opacity: 0;
    left: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    left: 49%;
  }

  100% {
    opacity: 1;
    left: 49%;
  }
}

@keyframes pesquerda {
  0% {
    opacity: 0;
    right: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    right: 49%;
  }

  100% {
    opacity: 1;
    right: 49%;
  }
}

@keyframes pdireita1 {
  0% {
    opacity: 0;
    left: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    left: 57%;
  }

  100% {
    opacity: 1;
    left: 57%;
  }
}

@keyframes pesquerda1 {
  0% {
    opacity: 0;
    right: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    right: 57%;
  }

  100% {
    opacity: 1;
    right: 57%;
  }
}

@keyframes caiesquerda {
  0% {
    opacity: 0;
    top: -20%;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    top: 51.5%;
  }

  100% {
    opacity: 1;
    top: 51.5%;
  }
}

@keyframes caimeio {
  0% {
    opacity: 0;
    bottom: -20%;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    bottom: 50%;
  }

  100% {
    opacity: 1;
    bottom: 50%;
  }
}

@keyframes caidireita {
  0% {
    opacity: 0;
    top: -20%;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    top: 48.5%;
  }

  100% {
    opacity: 1;
    top: 48.5%;
  }
}

@-webkit-keyframes opacidade {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pdireita {
  0% {
    opacity: 0;
    left: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    left: 49%;
  }

  100% {
    opacity: 1;
    left: 49%;
  }
}

@-webkit-keyframes pesquerda {
  0% {
    opacity: 0;
    right: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    right: 49%;
  }

  100% {
    opacity: 1;
    right: 49%;
  }
}

@-webkit-keyframes pdireita1 {
  0% {
    opacity: 0;
    left: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    left: 57%;
  }

  100% {
    opacity: 1;
    left: 57%;
  }
}

@-webkit-keyframes pesquerda1 {
  0% {
    opacity: 0;
    right: -200px;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    right: 57%;
  }

  100% {
    opacity: 1;
    right: 57%;
  }
}

@-webkit-keyframes caiesquerda {
  0% {
    opacity: 0;
    top: -20%;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    top: 51.5%;
  }

  100% {
    opacity: 1;
    top: 51.5%;
  }
}

@-webkit-keyframes caimeio {
  0% {
    opacity: 0;
    bottom: -20%;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    bottom: 50%;
  }

  100% {
    opacity: 1;
    bottom: 50%;
  }
}

@-webkit-keyframes caidireita {
  0% {
    opacity: 0;
    top: -20%;
  }

  15% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.3;
  }

  35% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.6;
  }

  65% {
    opacity: 0.7;
  }

  70% {
    opacity: 1;
    top: 48.5%;
  }

  100% {
    opacity: 1;
    top: 48.5%;
  }
}

.tudo {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.teto1 {
  width: 100%;
  position: absolute;
  height: 100px;
  top: 31%;
}

#teto1a {
  transform: translateX(-50%);
  top: 0;
  background-image: url(/imagens/Ethosx/teto1.png);
  width: 27%;
  height: 100%;
  background-size: contain;
  animation: pdireita 1.5s ease 0s infinite;
  animation-direction: normal;
  background-repeat: no-repeat;
  position: absolute;
}

#teto2a {
  transform: translateX(50%);
  right: -20%;
  top: 0px;
  background-image: url(/imagens/Ethosx/teto2.png);
  width: 26%;
  height: 120%;
  background-size: contain;
  animation: pesquerda1 1.5s 0s ease infinite;
  animation-direction: normal;
  background-repeat: no-repeat;
  position: absolute;
}

#colunaesquerda1 {
  background-image: url(/imagens/Ethosx/colunaesquerda.png);
  width: 20%;
  height: 24%;
  transform: translateY(-50%);
  top: -20%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  animation: caiesquerda 1.5s 0s ease infinite;
}

#colunameio1 {
  background-image: url(/imagens/Ethosx/colunameio.png);
  width: 20%;
  height: 24%;
  transform: translateY(50%);
  bottom: -50%;
  position: absolute;
  left: 33.3%;
  background-size: contain;
  background-repeat: no-repeat;
  animation: caimeio 1.5s 0s ease infinite;
}

#colunadireita1 {
  background-image: url(/imagens/Ethosx/colunaesquerda.png);
  width: 20%;
  height: 24%;
  transform: translateY(-50%);
  top: -20%;
  position: absolute;
  left: 66.6%;
  background-size: contain;
  background-repeat: no-repeat;
  animation: caidireita 1.5s 0s ease infinite;
}

.colunas1 {
  width: 20%;
  position: absolute;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.piso1 {
  width: 100%;
  position: absolute;
  height: 100px;
  top: 56%;
}

#piso1a {
  transform: translateX(50%);
  right: -200px;
  top: 0;
  background-image: url(/imagens/Ethosx/piso1.png);
  width: 27%;
  height: 100%;
  background-size: contain;
  animation: pesquerda 1.5s 0s ease infinite;
  animation-direction: normal;
  background-repeat: no-repeat;
  position: absolute;
}

#piso2a {
  transform: translateX(-50%);
  left: -200px;
  top: 10px;
  background-image: url(/imagens/Ethosx/piso2.png);
  width: 26%;
  height: 120%;
  background-size: contain;
  animation: pdireita1 1.5s 0s ease infinite;
  animation-direction: normal;
  background-repeat: no-repeat;
  position: absolute;
}

@media only screen and (min-width: 320px) and (max-width: 550px) {
  .teto1 {
    top: 32%;
    left: -2%;
  }

  .piso1 {
    top: 50%;
    left: -2%;
  }
}

@media only screen and (min-width: 551px) and (max-width: 750px) {
  .teto1 {
    top: 30.8%;
    left: -2%;
  }

  .piso1 {
    top: 53.8%;
    left: -2%;
  }
}

@media only screen and (min-width: 751px) and (max-width: 900px) {
  .teto1 {
    top: 29.5%;
    left: -1%;
  }

  .piso1 {
    top: 57.5%;
    left: -1%;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) and (orientation: landscape) {
  .teto1 {
    top: 28%;
    left: -2%;
  }

  .piso1 {
    top: 60%;
    left: -2%;
  }

  @keyframes pesquerda1 {
    0% {
      opacity: 0;
      right: -200px;
    }

    15% {
      opacity: 0.1;
    }

    25% {
      opacity: 0.3;
    }

    35% {
      opacity: 0.4;
    }

    50% {
      opacity: 0.6;
    }

    65% {
      opacity: 0.7;
    }

    70% {
      opacity: 1;
      right: 56%;
    }

    100% {
      opacity: 1;
      right: 56%;
    }
  }

  @-webkit-keyframes pesquerda1 {
    0% {
      opacity: 0;
      right: -200px;
    }

    15% {
      opacity: 0.1;
    }

    25% {
      opacity: 0.3;
    }

    35% {
      opacity: 0.4;
    }

    50% {
      opacity: 0.6;
    }

    65% {
      opacity: 0.7;
    }

    70% {
      opacity: 1;
      right: 57%;
    }

    100% {
      opacity: 1;
      right: 57%;
    }
  }

  @-moz-keyframes pesquerda1 {
    0% {
      opacity: 0;
      right: -200px;
    }

    15% {
      opacity: 0.1;
    }

    25% {
      opacity: 0.3;
    }

    35% {
      opacity: 0.4;
    }

    50% {
      opacity: 0.6;
    }

    65% {
      opacity: 0.7;
    }

    70% {
      opacity: 1;
      right: 56%;
    }

    100% {
      opacity: 1;
      right: 56%;
    }
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) and (orientation: landscape) {
  .teto1 {
    top: 26.5%;
    left: -1%;
  }

  .colunas1 {
    width: 15%;
  }

  .piso1 {
    top: 59%;
    left: 1%;
  }

  #teto1a {
    width: 24%;
  }

  #teto2a {
    width: 25%;
  }

  #piso1a {
    width: 24%;
  }

  @keyframes pesquerda1 {
    0% {
      opacity: 0;
      right: -200px;
    }

    15% {
      opacity: 0.1;
    }

    25% {
      opacity: 0.3;
    }

    35% {
      opacity: 0.4;
    }

    50% {
      opacity: 0.6;
    }

    65% {
      opacity: 0.7;
    }

    70% {
      opacity: 1;
      right: 56%;
    }

    100% {
      opacity: 1;
      right: 56%;
    }
  }

  @keyframes pdireita1 {
    0% {
      opacity: 0;
      left: -200px;
    }

    15% {
      opacity: 0.1;
    }

    25% {
      opacity: 0.3;
    }

    35% {
      opacity: 0.4;
    }

    50% {
      opacity: 0.6;
    }

    65% {
      opacity: 0.7;
    }

    70% {
      opacity: 1;
      left: 53%;
    }

    100% {
      opacity: 1;
      left: 53%;
    }
  }

  @keyframes pesquerda {
    0% {
      opacity: 0;
      right: -200px;
    }

    15% {
      opacity: 0.1;
    }

    25% {
      opacity: 0.3;
    }

    35% {
      opacity: 0.4;
    }

    50% {
      opacity: 0.6;
    }

    65% {
      opacity: 0.7;
    }

    70% {
      opacity: 1;
      right: 52%;
    }

    100% {
      opacity: 1;
      right: 52%;
    }
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) and (orientation: landscape) {
  .teto1 {
    top: 25%;
    left: 0%;
  }

  .piso1 {
    top: 63%;
    left: 3%;
  }

  .colunas1 {
    width: 15%;
  }

  #teto2a {
    width: 22%;
  }

  #piso2a {
    width: 22%;
  }

  @keyframes pdireita {
    0% {
      opacity: 0;
      left: -200px;
    }

    15% {
      opacity: 0.1;
    }

    25% {
      opacity: 0.3;
    }

    35% {
      opacity: 0.4;
    }

    50% {
      opacity: 0.6;
    }

    65% {
      opacity: 0.7;
    }

    70% {
      opacity: 1;
      left: 51%;
    }

    100% {
      opacity: 1;
      left: 51%;
    }
  }

  @keyframes pesquerda1 {
    0% {
      opacity: 0;
      right: -200px;
      top: -12%;
    }

    15% {
      opacity: 0.1;
      top: -12%;
    }

    25% {
      opacity: 0.3;
      top: -12%;
    }

    35% {
      opacity: 0.4;
      top: -12%;
    }

    50% {
      opacity: 0.6;
      top: -12%;
    }

    65% {
      opacity: 0.7;
      top: -12%;
    }

    70% {
      opacity: 1;
      right: 55%;
      top: -12%;
    }

    100% {
      opacity: 1;
      right: 55%;
      top: -12%;
    }
  }

  @keyframes pesquerda {
    0% {
      opacity: 0;
      right: -200px;
    }

    15% {
      opacity: 0.1;
    }

    25% {
      opacity: 0.3;
    }

    35% {
      opacity: 0.4;
    }

    50% {
      opacity: 0.6;
    }

    65% {
      opacity: 0.7;
    }

    70% {
      opacity: 1;
      right: 51%;
    }

    100% {
      opacity: 1;
      right: 51%;
    }
  }

  @keyframes pdireita1 {
    0% {
      opacity: 0;
      left: -200px;
    }

    15% {
      opacity: 0.1;
    }

    25% {
      opacity: 0.3;
    }

    35% {
      opacity: 0.4;
    }

    50% {
      opacity: 0.6;
    }

    65% {
      opacity: 0.7;
    }

    70% {
      opacity: 1;
      left: 50%;
    }

    100% {
      opacity: 1;
      left: 50%;
    }
  }
}

.swal2-container {
  z-index: 99999999999;
}