/***** Tablets *****/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
/***** smartphones *****/

@media screen and (max-width: 500px) {
  #col-lateral {
    display: none;
  }
  div#mapa-home {
    margin-top: 17px;
  }
  div#noticias {
    margin-bottom: -1px;
  }
  .foto {
    background-color: transparent;
  }
  .pesquisador-nome {
    width: 79.6%;
  }
  img.logo-img {
    /* width: 100%; */
    width: 100%;
    height: auto;
  }
  #quemsomos > div > div > div > div.col-md-5 > h3 {
    font-size: 29px;
    text-align: center !important;
  }
  .contador p {
    font-size: 10px;
  }
  #parceiro-footer
    > div
    > div
    > div
    > div.grid-parceiro2
    > div:nth-child(4)
    > a:nth-child(2)
    > img {
    margin-left: 36px;
  }
  #parceiro-footer
    > div
    > div
    > div
    > div.grid-parceiro2
    > div:nth-child(4)
    > a:nth-child(1)
    > img {
    margin-top: 0;
    margin-left: 0;
  }
  .wrapper-cols-home,
  .wrapper-interno {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .faixa1-btn {
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    top: 30vh !important;
  }

  #faixa1 > div > div > div:nth-child(2) {
    text-align: center !important;
    margin-top: 25vh !important;
  }

  .blog,
  .wrapper-interno {
    padding: 1rem;
  }

  .items-leading.clearfix > div > p > img,
  .items-leading.clearfix > div > p > strong > img,
  .items-leading.clearfix > div > a > img,
  p.sumir > strong > img,
  div.items-row.clearfix > div > div > h4 > img,
  p.sumir img,
  .col-md-6 > iframe {
    width: 100%;
  }
}

/***** iphone5 e smartphones antigos *****/

@media screen and (max-width: 320px) {
  #col-lateral {
    display: none;
  }

  .wrapper-cols-home,
  .wrapper-interno {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .faixa1-btn {
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    top: 30vh !important;
  }

  #faixa1 > div > div > div:nth-child(2) {
    text-align: center !important;
    margin-top: 25vh !important;
  }

  .blog,
  .wrapper-interno {
    padding: 1rem;
  }

  .items-leading.clearfix > div > p > img,
  .items-leading.clearfix > div > p > strong > img,
  .items-leading.clearfix > div > a > img,
  p.sumir > strong > img,
  div.items-row.clearfix > div > div > h4 > img,
  p.sumir img,
  .col-md-6 > iframe {
    width: 100%;
  }
  div#quemsomos {
    margin-bottom: 50px;
  }
}
/***** 1080 *****/
@media screen and (min-width: 1900px) {
  .noticias-wrapper {
    height: 60rem;
  }
}

/***** 1600x900p laptop *****/
@media screen and (min-width: 1450px) and (max-width: 1600px) and (max-height: 900px) {
}

/***** 1440x900p desktop *****/
@media screen and (min-width: 1401px) and (max-width: 1440px) and (max-height: 900px) {
}

/***** 1366x768p laptop *****/
@media screen and (min-width: 1048px) and (max-width: 1366px) and (max-height: 768px) {
  .noticias-wrapper {
    height: 43rem;
  }

  input[type="search"] {
    width: 21rem;
    font-size: 1.5rem;
  }

  .slickslides {
    height: 19rem;
  }

  .controlador {
    margin-right: 12rem;
  }

  #faixa1 > div > div > div.col-md-8 > div:nth-child(3) {
    padding: 0;
    width: 75%;
  }

  #faixa1 > div > div > div.col-md-8 > div:nth-child(2) {
    width: 25%;
  }

  .docente-info {
    height: 13rem;
    /* margin-bottom: 1rem; */
  }
}

/***** 768 *****/
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 800px) {
  div#quemsomos {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1920px) and (min-height: 620px) {
  .slick2 {
    height: 1vw;
  }
}
