@charset "utf-8";


.product {
  height: 100%;
}

.product-img {
  height: calc(0.75*100vw);
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.columns {
  width: 100%;
  margin-top: 3.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*****************CONTAINER******************************/
.container {
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  right: 0;
  left: 0;
  top:0;
  margin: 0;
  padding: 0;
  display: none;
  padding-top:4.5rem;
}

/*****************TITULO********************************/
.main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}



/*********************DIV CONTEM LISTA***********************************/

.main-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #dfe7ea;
  background-image: url('../images/app22x.png');
  background-position: 0% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow:hidden;
  overflow-y:scroll;
}

.list-items{
  height: 100%;
  width: 100%;
  overflow:hidden;
  overflow-y:scroll;
  padding: 1.5em 2%;
}

.product-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45%;
  padding-right: 5em;
  padding-bottom: 3em;
  padding-left: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: center;
  -ms-flex-pack: end;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;


}

.button {
  padding: 12px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #f47a21;
  border-radius: 50px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button:active {
  border-color: #f47a21;
  background-color: #f47a21;
  color: #fff;
}

.button-c {
  padding: 12px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button-c:active {
  border-color: #f47a21;
  background-color: #f47a21;
  color: #fff;
}

.button2 {
  padding: 12px 25px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: #f47a21;
  border-radius: 50px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button2:active {
  border-color: #f47a21;
  background-color: #f47a21;
  color: #fff;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0em;
  font-family: Oswald, sans-serif;
  font-size: 2.3em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
/***********************CADA LINK DA LISTA********************************/
.text-link {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1.2em 9%;
  float: right;
  border-radius: 50px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: none;
}

.text-link:active {
  background-color: #fff;
  color: #f47a21;
}

.text-span {
  float: right;
  color: #666;
  font-size: 1.5em;
}

/***************************************************************************/
/*
.button3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 9%;
  bottom: 2em;
  padding: 10px 25px;
  float: right;
  border-radius: 50px;
  background-color: #f47a21;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button3:active {
  border-color: #f47a21;
  background-color: #f47a21;
  color: #fff;
} */

/* Alteração do número antes das legendas */
/* em{
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 2em;
  margin-right: 4px;
} */

/* Estilo do botão para colocar fullScreen */
#imageDiv {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 0%;
  text-align: center;
  width: 100%;
  display: none;
}

/* #exit{
  position: absolute;
  z-index: 100;
  top: calc(90%-2.4em);
  left: 0%;
  text-align: center;
  width: 100%;
  height: 2.4em;
  text-align: center;
  background-color: black;
  color: white;
} */


/* Estilo do botão para retirar fullScreen */
#imageDivExit {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 0%;
  text-align: center;
  width: 100%;
  display: none;
}


/* Div que controla o estilo dentro do div container */
#div-central {
  background-color: #ED6E5A;
  width: 100%;
  padding: 2% 0 3% 0%;
  margin-top: 4%;
}

/* Estlio de cada legenda  */
#item-legenda {
  display: inline-block;
  margin-left: 4%;
  text-align: left;
  color: white;
  width: 90%;
}

/* Cabeçalho da descrição de cada legenda */
#head {
  background-color: #ED6E5A;
  font-family: 'Montserrat';
  text-align: middle;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: white;
}

/* Imagem que contem dentro de cada descrição */
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#div-central2 {
  background-color: #f7f7c6;
  height: 100%;
  color: black;
}

/* Footer das legendas e das descrições */
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: black;
  color: white;
  text-align: center;
}

/* Linha entre as legendas */
hr {
  opacity: 0.5;
  margin-left: 2%;
  width: 95%;
  border: 0;
  height: 0;
  border-top: .5px solid rgba(0, 0, 0, 0.1);
  border-bottom: .5px solid white;
}

/* unvisited link
a:link {
  color: black;
  text-decoration: none;
}

/* visited link
a:visited {
  color: black;
  text-decoration: none;
}

/* mouse over link
a:hover {
  color: black;
  text-decoration: none;
}

/* selected link
a:active {
  color: black;
  text-decoration: none;
} */

/* Estilos para landscape */
 @media (orientation: landscape) {

  .container{
    top:0;
  }
  .product-img{
    width: 40%;
    display: flex;
    justify-content: center;
  }

  .product-info{
    position:absolute;
    top:0;
    right:0;
    width:50%;
  }



}

@media screen and (max-width: 867px) {

  .main-title {
    padding-right: 2em;
    padding-left: 2.5em;
  }

  .button {
    padding: 8px 20px;
    font-size: 0.8em;
    font-weight: 500;
  }

  .button2 {
    padding: 8px 20px;
    font-size: 0.8em;
    font-weight: 500;
  }

  .button-c {
    padding: 8px 20px;
    font-size: 0.8em;
    font-weight: 500;
  }

  /* .button3 {
    right: 6%;
    bottom: 1em;
    padding: 4px 20px;
    font-size: 0.8em;
  } */

  .main-list {
    overflow: scroll;
  }

  .text-link {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0.7em 6%;
    font-size: 1em;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .product-img {
    width: 100%;
    height: 45%;
  }

  .product-info {
    height:55%;
    padding: 2em 2em 1em;
    -webkit-box-pack: end;
    -webkit-justify-content: center;
    -ms-flex-pack: end;
    justify-content: center;

  }

  .heading {
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 1.3em;
    line-height: 30px;
  }

  .columns {
    margin-top: 0.9em;
  }
}

@media screen and (max-width: 479px) {
  .main-title {
    padding-right: 2em;
    padding-left: 2em;
  }

  .main-list {
    overflow: visible;
    background-image: url('../imagens/style/app2x.png');
    background-position: 0% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .text-link {
    padding: 1.2em 8%;
    font-size: 1em;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* .button3 {
    right: 8%;
  } */

  .button2 {
    border-color: #f47a21;
  }

  .product-img {
    width: 100%;
  height: calc(0.75*100vw);
  }

  .product-info {
    z-index: 1000;
    overflow: scroll;
    height: 55%;

  }

  .heading {
    font-size: 1.5em;
  }

  .image-2 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .columns {
    margin-top: 4vh;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

}


@media screen and (max-width: 767px) {
.main-title {
  padding-right: 2em;
  padding-left: 2.5em;
}

.button {
  padding: 8px 20px;
  font-size: 0.8em;
  font-weight: 500;
}

.button2 {
  padding: 8px 20px;
  font-size: 0.8em;
  font-weight: 500;
}

.button-c {
  padding: 8px 20px;
  font-size: 0.8em;
  font-weight: 500;
}

/* .button3 {
  right: 6%;
  bottom: 1em;
  padding: 4px 20px;
  font-size: 0.8em;
} */

.main-list {
  overflow: scroll;
}

.text-link {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0.7em 6%;
  font-size: 1em;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-img {
  width: 40%;
  height: calc(0.75*100vw);
}

.product-info {
  height: 100%;
  padding: 2em 2em 1em;
  -webkit-box-pack: end;
  -webkit-justify-content: center;
  -ms-flex-pack: end;
  justify-content: center;

}

.heading {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 1.3em;
  line-height: 30px;
}

.columns {
  margin-top: 0.9em;
}
}

@media screen and (max-width: 479px) {
.main-title {
  padding-right: 2em;
  padding-left: 2em;
}

.main-list {
  overflow: visible;
  background-image: url('../imagens/style/app2x.png');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-link {
  padding: 1.2em 8%;
  font-size: 1em;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button3 {
  right: 8%;
}

.button2 {
  border-color: #f47a21;
}

.product-img {
  width: 100%;
height: calc(0.75*100vw);
}

.product-info {
  z-index: 1000;
  overflow: scroll;
  height: 55%;

}

.heading {
  font-size: 1.5em;
}

.image-2 {
  -o-object-fit: cover;
  object-fit: cover;
}

.columns {
  margin-top: 4vh;
}

.w-col-tiny-6 {
  width: 50%;
}
}

#marcaone{
  /* display:block; */

}

.heading-copy{
    font-family: 'Mohave';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 1.1em;
}

.main-title2{
  position: relative;
  text-align: center;
  background-color: var(--cor-salmao);
  color:white;
  display: flex;
    height: 4em;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.main-title2 h1{
  margin:0;
  padding:0;
}

.main-list{
  height:calc(100% - 3.4em);
  border-radius: 0!important;
}

.list-items{
  padding:1em;
}

.text-link{
  background-color: white;
  border-radius:0!important;
  width: 100%;
  border-left:0.3em var(--cor-salmao) solid;
  padding:1em;
  font-size:0.9em;
}

.text-link h2{
  font-family:"Mohave";
  font-size:1.3em;
  text-transform: uppercase;
  line-height:1em;
}

.text-link p{
  font-size:0.9em;
  line-height:1.3em;
}

.text-link .text-span{
  margin-left: 0.5em;
  font-family: sans-serif;
}

.exit-new{
  position: absolute;
  top:1em;
  left:1em;
font-size:1.1em;
color:white;
}

#toolImage{
  width:100%!important;
  height:100%!important;
  object-fit: cover;

}

#container2{
  border-bottom: 0.5em solid var(--cor-salmao);
}

#container2 .product-info{
  padding:1.3em;
  align-items: flex-start;
  justify-content: flex-start;
}

#container2 .product-info h1{
  font-family: "Mohave";
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 1em;
    color:black;
    letter-spacing: 0px;
    font-weight: bold;
}

#container2 .product-info #paragraph{
  margin-top:1em;
  font-family:'Montserrat';
  font-size:0.9em;
}

#container2 .product-info #paragraph p{
  margin:0;
  margin-bottom:1em;
}
#container2 .product-img{
  position: relative;
  background-color:var(--cor-salmao);

}

.noimage{

  object-fit: scale-down!important;
}

.takeback{
  position: absolute;
  top:1em;
  left:1em;
  filter: invert(1);
}

.takeback a{
  margin:0;
  padding:0;
  border:none;
}

.pegarbt{
  position: absolute;
  bottom:2.5em;
  right:1.3em;
  font-family: 'Mohave';
  font-weight: bold;
  color:white;
  background-color: var(--cor-salmao);
  border-radius: 5em;
  padding:0.8em;
  padding-left:1.3em;
  padding-right:1.3em;
  text-transform: uppercase;
}

.pegarbt.meds{
  position: relative;
      bottom: auto;
      right: auto;
      width: 50%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
}

.pegarbt.inactive{
  background-color: var(--cor-bg-tercaria);
}

.pegarbt img{
  display: inline-block;
}

.smalltriangle{
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;

  border-left: 13px solid black;
}
