@font-face {
  font-family: DosisBold;
  src: url("../fonts/Dosis-Bold.ttf");
}

@font-face {
  font-family: DosisLight;
  src: url("../fonts/Dosis-Light.ttf");
}

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

.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);
}

.DosisBold {
  font-family: DosisBold;
  letter-spacing: .5px;
}

.DosisLight {
  font-family: DosisLight;
  letter-spacing: .5px;
}

.fundoazul {
  background-color:#008dcf;
  color:white;
}

.corazul {
  color: #008dcf;
}


.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 {
  height: 75px;
  width: 75px;
  object-fit: contain
}

#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;
  }


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

.texto-item-lista-projeto {
  color: #8d8d8d !important;
  font-size: 28px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  height: 30px !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) {

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .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) {
  .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;
  }

  .imagem-projeto {
    height: 50px;
    width: 50px;
  }

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