.youtube-frame{
  width: 800px;
  height: 450px;
  margin: .5rem 0;
}
.fotos-frame{
  width: 800px;
  margin: 0;
}

/* --- right widget -- */

.article-right{
  position: sticky;
  top: 1rem;
  right: 0;
  float: right;
  max-width: 300px;
  min-width: 300px;
  height: 600px;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  margin-left: 1rem;
  background-color: white;
  font-size: 15px;
  margin-top: 20px;
}
.article-right a{
  color: white !important;
}
.frase{
  width: 300px;
  padding-top: 12px;
  text-align: center;
  margin: auto;
}
.frase p {
  font-size: 1rem!important;
  padding-top: 0!important;
}

.speech-bubble {
  -webkit-filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
  margin: .5rem;
  margin-bottom: 40px;
  padding: 1.5rem 2rem;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  background: #8CA8D8;
  color: white;
}
.speech-bubble::before {
  border: 12.5px solid transparent;
  border-top: 12.5px solid #8CA8D8;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
  content: '';
  display: block;
  position: absolute;
  left: 3rem;
  bottom: -25px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
          transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}

.speech-bubble cite {
  position: absolute;
  bottom: -2rem;
  left: 4.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: black;
}

/* END OF */

.aplicacoes > li:first-child{
  display: block;
}

.aplicacoes > li{
  text-transform: capitalize;
  font-weight: normal !important;
}
#aval-inline .aplicacoes{
  display: block;
}
#aval-inline .aplicacoes a{
  color: white;
}
.avaliaçoes{
  width: 100%;
}
.avaliaçoes > div{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.avaliaçoes > ul{
  flex-direction: column !important;
  border-top: 1px solid lightgrey;
  padding-top: 1rem;
}
.avaliaçoes > div > ul{
  padding: 1rem;
}
.rating > ul{
  justify-content: center;
  align-items: center;
}
.rating > ul > li{
  padding: 0 !important;
}
.motorização  >ul >li{
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  padding: 0 0.25rem !important;
  font-size: 12px;
}
.checkbox{
  border: 1px grey solid;
  margin: 0.25rem 0.5rem;
  min-height: 24px;
  min-width: 24px;
}
.checkbox >i {
  padding: 0 0.25rem;
}
.notas > ul{
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.notas > ul > li {
  flex: 1 0 45%;
  font-weight: bold;
}
.yellow {
  color: yellow;
}

/* ncap */

.ncap{
  width: 100%;
  display: flex;
  flex-direction: column !important;
  background-color: white;
  border-top: 1px solid lightgrey;
}
.ncap img{
  width: 100%;
  max-width: 300px;
}
.ncap p{
  font-weight: bold;
}
/* --- end of > right widget -- */

/* -- SLIDER -- */
.visible{
  display: block;
}
#slider-container {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.bg-container {
  width: 100% !important;
  height: auto !important;
}
.small-container{
  width: 100% !important;
}
#sair-slider{
  display: none;
  z-index: 5000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 44px;
}
#sair-slider span{
  font-size: 5rem;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
#sair-slider span:hover{
  color: white;
}
#slideshow {
  position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
}
#slideshow img {
    height: auto;
    width: 100%;
}
#pager {
  z-index: 1000;
  position: relative;
  background: rgba(0,0,0,.1);
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: scroll;
}
#pager::-webkit-scrollbar-thumb{
  background: #ed7a00;
}

#pager:hover {
   opacity: 1;
}
#prev, #next{
  z-index: 1000;
  position: absolute;
  height: 50px;
  width: 50px;
  padding: 100% 10px;
}
#prev {
  top: 0;
  bottom: 0;
  left:0;
}
#next {
  top: 0;
  bottom: 0;
  right:0;
}
#prev, #next{
  display: none;
  cursor: pointer;
}
#prev:hover, #next:hover{
  background-color: rgba(0, 0, 0, 0.5);
}
#pager img {
  cursor: pointer;
  transition:all .3s ease-in-out 0s;
  border: 1px transparent solid;
  width: 100px !important;
  height: auto !important;
}
#pager a:first-child {
  margin-left: auto;
}
#pager a:last-child {
  margin-right: auto;
}

#pager img:hover {
  border: 1px lightblue solid;
  transform:scale(1.05);
  z-index:100;
}
/* -- end of > SLIDER -- */
@media(min-width: 1200px) {

  #aval-inline {
    display: none;
  }

}
/* small desktop */
@media(max-width: 1200px) {

  .article-right{
    display: none;
  }
  #aval-inline .notas > ul > li {
    flex: 1;
  }

}

/* tablet */
@media(max-width: 800px) {

  .youtube-frame{
    width: 550px;
    height: 300px;
  }
  .fotos-frame{
    width: 550px;
  }
}

/* phones */
@media(max-width: 550px) {

  .youtube-frame{
    width: 300px;
    height: 160px;
  }
  .fotos-frame{
    width: 300px;
  }

}


/* -- corrected --*/
@media(max-width: 900px) {

  .article{
    flex-direction: column !important;
  }

  #prev, #next {
      height: 50px;
      width: 50px;
  }
  #sair-slider span{
    font-size: 2rem;
  }
  #sair-slider{
    top: 10px;
    left: 2%;
  }

  #aval-inline .notas > ul > li {
    flex: 1 0 33.33%;
  }


}


@media(max-width: 700px) {
  #top{
    height: 70px;
  }
  .two{
    height: 300px;
  }

  #prev {
      height: 20px;
      width: 20px;
  }
   #next {
      height: 20px;
      width: 20px;
  }
  #sair-slider span{
    font-size: 2rem;
  }
  #sair-slider{
    padding: 0 15px;
  }
  #pager img {
    cursor: pointer;
    transition:all .3s ease-in-out 0s;
    border: 1px transparent solid;
    width: 60px !important;
    height: auto !important;
  }

  .ncap{
    margin-left: 0;
    margin-top: 1rem;
  }

}
@media(max-width: 550px) {

  #aval-inline .notas > ul > li {
    flex: 1 0 50%;
  }

}
@media(max-width: 450px) {


  .notas > ul > li{
    flex: 1 0 50%;
  }

}
