@font-face {
  font-family: MarkProBold;
  src: url("../fonts/Mark-Pro-Bold.ttf");
}

@font-face {
  font-family: MarkPro;
  src: url("../fonts/Mark-Pro.ttf");
}

.action-sheet-title {
  padding: 16px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  font-family: MarkPro;
}
.action-sheet .button {
  display: block;
  padding: 1px;
  width: 100%;
  border-radius: 0;
  border-color: #cfcfcf;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-family: MarkPro;
}



.platform-android .action-sheet .action-sheet-title,
.platform-android .action-sheet .button {
  text-align: left;
  text-align: center;
  border-color: #cfcfcf;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-family: MarkPro;
}

.platform-android .action-sheet .action-sheet-title {
  font-size: 16px;
  padding: 16px;
  color: #000;
  text-align: center;
  font-weight: 900;
}

.platform-android .action-sheet-cancel {
  font-weight: 900;
  color: #000;

}





.vw-index-logo{
	height:80px;
	margin-bottom: 10px;
    margin-top: 140px;
}

.vw-index-divform{
	width:40%;
		max-width:500px;
margin: auto;

}

.vw-index-icon{
	font-size:40px;
}


.vw-index-input{
	font-size: 20px;
	padding-left: 14px;
	color:#000
}

.vw-index-content{
	margin-top:240px;
	margin-left:20px;
	margin-right:20px;
}


.vw-index-url{
	font-size:24px;
	margin-left:16px;
	text-decoration: none;
}

.vw-item-lista-referencia {
  color: #222 !important;
  font-size: 16px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  height: 18px !important;
}

.vw-item-lista-menucategorias {
  color: #000 !important;
  font-size: 20px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  height: 30px !important;
}

.vw-item-lista-titulo {
  color: #000 !important;
  font-size: 20px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  height: 30px !important;
}

.vw-produto-descricao {
  color: #000 !important;
  font-size: 20px !important;
  white-space: normal !important;
  overflow: hidden !important;
}

.vw-item-lista-precos {
  color: #000 !important;
  font-size: 16px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  height: 18px !important;
}

.vw-item-lista-imagemcategoria {
  object-fit: cover;
  height: 25px;
  width: 50px;
}


.vw-item-lista-stock {
  border-radius: 100%;
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}

.vw-botao {
  color: white;
  background-color: #000;
  box-shadow: 0 1px 3px rgb(66 66 66 / 30%);
}

.vw-numitems-carrinho {
  font-size: 10px;
  color: white !important;
  background: black;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  top: 6px;
  padding: 0 5px;
  text-align: center !important;
  margin: auto;
  right: 33%;
}

.vw-imagemdetalhe {
  width: 100%;
  height: auto
}



/* .image-background{ */
  /* width: 100%; */
  /* height: 100%; */
  /* background-color: rgba(225, 225, 225, 0.15); */
  /* position: absolute; */
  /* background-image: url("../img/empresa_bg1.png"); */
  /* background-repeat: no-repeat; */
  /* background-position: bottom -10px right -10px; */
  /* background-size: 350PX; */
/* } */

.divavaliacao{
  position:fixed;bottom:10px;
  right:10px;width:100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  transform: rotate(15deg);
}

.MarkProBold {
  font-family: MarkProBold;
  /*letter-spacing: .5px;*/
}

.MarkPro {
  font-family: MarkPro;
  /*letter-spacing: .5px;*/
}

.fundoazul {
  background-color:#3aa4b4;
  color:white;
}

.corazul {
  color: #3aa4b4;
}

.action-sheet .action-sheet-group:first-child {
  overflow-y: scroll;
  max-height: 400px;
}

.sublinhadoCor {
  border-bottom: 2px solid black;
}

.p-perguntaTitulo {
  font-size: 22px;
  line-height: 36px;
  background-color: #FFF;
  border-radius: 8px;
  margin-bottom: 22px;
  padding:22px;
}

.icone {
  font-size: 40px
}

.p-pergunta
{
  font-size: 22px;
  line-height: 26px;

  background-color:#FFF;
  border-radius:8px;
  margin-bottom:22px;
}
.itemresposta {
  border-radius:8px;
  margin-bottom:6px;
}


body {
}

#img{
    margin-left:15px;
    margin-top:10px;

}

.branco {
color:#FFF !important;
}
.verde {
  color: #F87171 !important;
}

.fundoverde {
  background: #F87171 !important;
}

.imagem-projeto {
  object-fit: cover;
  width:100%;
}

#divSemRede {
    /*position: fixed;
    margin-top: 0px;
    width: 101%;
    height: 115px;*/

     height: 100%;
    background-color: #FFF;
   margin:0;
   padding:0;
    text-align: justify;
}
.item-content {

}

/*Animações deslizar (up ja está definida no ionic)*/
.slide-in-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-in-right.ng-enter, .slide-in-right > .ng-enter {
  -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
}

.slide-in-right.ng-enter-active, .slide-in-right > .ng-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-right.ng-leave, .slide-in-right > .ng-leave {
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

.slide-in-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

  .slide-in-left.ng-enter, .slide-in-left > .ng-enter {
    -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
    transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  }

  .slide-in-left.ng-enter-active, .slide-in-left > .ng-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .slide-in-left.ng-leave, .slide-in-left > .ng-leave {
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
  }

.slide-in-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

  .slide-in-down.ng-enter, .slide-in-down > .ng-enter {
    -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
    transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  }

  .slide-in-down.ng-enter-active, .slide-in-down > .ng-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .slide-in-down.ng-leave, .slide-in-down > .ng-leave {
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
  }

/* ANIMAÇÕES TOAST */
#toast {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #000; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 999; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 50px; /* 30px from the bottom */
}

  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #toast.show {
    z-index: 999; /* Add a z-index if needed */
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}
/* END TOAST */



/* ANIMAÇÕES TOAST Produto */
#toastProduto {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #000; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 999; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 50px; /* 30px from the bottom */
}

  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #toastProduto.show {
    z-index: 999; /* Add a z-index if needed */
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}
/* END TOAST */



/*BULLETS DAS IMAGENS DOS ARTIGOS*/
.custom-swiper-pagination {
  margin-top: 4px;
  left: 0;
  width: 100%;
}

  .custom-swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }

/* END BULLETS */





























.h5 {
  width: 70%;
  text-align: right;
  color: #222222;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 22px;
}

.texto-item-lista-projeto {
  color: #222222 !important;
  font-size: 16px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.texto-item {
  color: #222 !important;
  font-size: 20px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  height: 30px !important;
}

.btn-voltar {
  font-size: 18px !important;
  margin-left: 16px;
  width: 30%;
  text-align: left
}

.botao-bottom {
  width: 96%;
  padding: 0px;
  padding-top: 6px;
  float: left;
  margin-left: 2%;
  height: 50px;
  font-size: 22px;
  border-width: 0px;
  opacity: .9;
  border-radius: 8px;
  text-transform: uppercase
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .imagem-projeto {
    width: 100%;
  }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .vw-item-lista-referencia {
    font-size: 10px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    height: 16px !important;
  }

  .vw-item-lista-titulo {
    font-size: 12px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    height: 16px !important;
  }

  .vw-item-lista-precos {
    font-size: 10px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .vw-item-lista-menucategorias {
    font-size: 18px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    height: 20px !important;
  }

  .vw-produto-descricao {
    color: #000 !important;
    font-size: 12px !important;
    white-space: normal !important;
    overflow: hidden !important;
  }

  .vw-imagemdetalhe {
    width: 100%;
    height: auto
  }

  .imagem-projeto{
      width:100%;
      max-height:60PX;
  }





  .h5 {
    font-size: 20px;
    color: red;
  }

  .texto-item {
    color: #222 !important;
    font-size: 20px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    height: 30px !important;
  }

  .btn-voltar {
    font-size: 18px !important;
  }

  .p-pergunta {
    font-size: 20px !important;
    line-height: 22px !important;
 
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.vw-index-logo{
		height:175px;
		margin-top: 10%;
	}
	
.vw-index-divform{
	width:100% !important;
	margin-left:0;
}

.vw-index-icon{
	font-size:20px;
}
	.vw-index-input{
	font-size: 14px;
	padding-left: 8px;
}
	
	.vw-index-content{
	margin-top:220px;
}
	
.vw-index-url{
	font-size:14px;
}

  .imagem-projeto {
    height: 50px;
    width: 50px;
  }
  .vw-imagemdetalhe {
    width: auto;
    height: 200px;
  }
	
	
	
	
	
	
	
	
	
	
	
  .h5 {
    font-size: 14px;
    color: red;
  }
  .texto-item {
    color: #222 !important;
    font-size: 16px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    height: 30px !important;
  }
  .btn-voltar {
    font-size: 14px !important;
  }
  .p-pergunta {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  .icone {
    font-size: 30px
  }

  .p-perguntaTitulo {
    font-size: 17px;
    line-height: 20px;
    background-color: #FFF;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 14px;
  }

  .botao-bottom {
    height: 40px !important;
    font-size: 16px !important;
    padding-top: 3px !important;
  }



  

  .texto-item-lista-projeto {
    font-size: 14px !important;
    height: 16px !important;
  }
}
