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

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

}
/***** smartphones *****/

@media screen and (max-width: 500px){
  .content-category.procedimentos-i > #adminForm > table {
	margin-left:0;
  }
  .content-category.procedimentos-i > #adminForm > table > tbody > tr > td > a{
  min-width: 336px;
  }
  .texto-lab{
    width: 75%; left: 7rem; top: 14rem; padding: 1rem;
  }
  .img-size{
    height: 100%;
  }
  .texto-btn{
    display: block;
  }
  .contexto{
  background-color: transparent;
}
#faixa1 > div > div{
  display: flex;
    flex-direction: column-reverse;
}
.item-103 {
     background-color: transparent !important; 
}
    .controlador {
        width: 90%;
        margin-left: 2rem;
        margin-bottom: 10rem !important;

    }

    #menu-mobile{
        display: block !important;
    }

    #banner, .moduletablebanner-inner{
        display: none;
    }

    .img-cover{
        height:20rem
    }

    .noticias-txt-wrapper {
        height: 18rem;
    }

    #col-lateral {
        display: none;
    }

    .wrapper-cols-home, .wrapper-interno {
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .c-c-1{
      display: none;
    }
    .faixa1-btn{
        position: initial !important;
        right: 0 !important;
        left: 0 !important;
        margin: auto !important;
        top: 25rem !important;
    }
#faixa1 > div > div > div.col-md-8 > div:nth-child(3) > div{
  margin-bottom: 3rem;
}
    #faixa1 > div > div > div:nth-child(2){
        text-align: center !important;
        margin-top: 13vh !important;
        margin-bottom: 10rem;
    }

    .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){

  .contexto{
  background-color: transparent;
}
.item-103 {
     background-color: transparent !important; 
}
    #col-lateral {
        display: none;
    }

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

    .faixa1-btn{
        position: initia !important;
        right: 0 !important;
        left: 0 !important;
        margin: auto !important;
        top: 30rem !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%;
    }

/***** 1080 *****/
 @media screen and (min-width: 1900px) {


}

/***** 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: 56vh;
    }

    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; */
      }

      #interna > div > div > div.col-md-2 {
        min-height: 145vh !important;
    }

}

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

}
@media screen and (max-width: 500px) { 
.contexto{
  background-color: transparent;
}
.item-103 {
     background-color: transparent !important; 
}
}







