/*! CSS Document */
/*!-----XLG-----*/
@media (min-width:1200px){
  /*!*/
  }
  
  /*!-----MD-----*/
  @media (min-width:992px) and (max-width:1199px){
  .awesomplete {width: 170px;}
  #sp-header .sp-module {margin-left: 0!important;}
    
  }
  
  /*!-----SM-----*/
  @media (min-width:768px) and (max-width:991px){
  .awesomplete {width: 100%!important;}

  /*! Footer Links */
  ul.legal {margin:10px 0}
  ul.legal,ul.footersocial {justify-content:center;}
  #sp-footer #sp-footer1 {text-align: center;}
	  
/*! Mapa Educativo */
.mapEducativo {height: 380px;}
	  
/*! Evento */
.event_item img{height:200px}

/*! News thumb size */
.sppb-addon-articles .sppb-addon-article-layout-masonry-content img {
  height: auto;
}	 
	  .nwsarticle img {min-height:auto;}
	  
  }


  
  /*!-----SM Specific-----*/
  @media (min-width:768px){
  /*!*/
  }
  
  /*!-----XS Specific-----*/
  @media (max-width:767px) and (orientation:landscape){
  /*!*/
  }
  
  /*!-----XS-----*/
  @media (max-width:767px){
 .sppb-item > img,  .sppb-item > a img {display:block;max-width:100%;height:230px!important;object-fit: cover;object-position: 50% 50%;}
 .awesomplete {width: 100%!important;}

  /*! Menu */  
  .offcanvas-menu .menu-child > li {margin-bottom:3px}

  /*! Footer Links */
  ul.legal {margin:10px 0}
  ul.legal,ul.footersocial {justify-content:center;}
  #sp-footer #sp-footer1 {text-align: center;}

  .homeKid .sppb-addon-content {text-align:center;}
  .homeKid img {max-height:350px;width:100%;display:block;}  

  /*! Mapa */
  .mapa {margin-top:15px;height:200px}

  /*! Destaque */
  .homeDsk .sppb-row {grid-template-columns: 1fr;}

  /*! Blog */
  .article-header h1 {font-size: 1.6rem!important;}
  .article-details .article-can-edit {margin-bottom: 0;}
  .article-details  h3 {font-size: 1.15rem;font-weight: 600;}
  .article-details  p {margin-bottom: 1rem;font-size:14px}
  .article-details  dl, .article-details  ol, .article-details  ul {margin-bottom: 1rem;}
  .article-details .article-info {margin-bottom: 1rem;}

  /*! Tags */
  .tags > li a {font-size: .735rem; padding: .2rem 0.7rem;}	
	  
/*! Mapa Educativo */
.mapEducativo {height: 280px;}	
	  
/*! Evento */
.event_item img{height:180px}
	  
/*! News thumb size */
.sppb-addon-articles .sppb-addon-article-layout-masonry-content img {
  height: auto;
}
	  
	  .nwsarticle img {min-height:auto;}

  }
  
  /*!-----XSM-----*/
  @media (min-width:490px) and (max-width:767px){
  /**/
  }