<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /***** Tablets *****/
 @media screen and (max-width: 1024px){

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

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

@media screen and (max-width: 500px){
  .realizacao, .parceiros {
    flex-wrap: wrap;
  }
  .colunasModulo {
    margin-top: 20px;
    background-image: url(/37anpet/images/midbanner_bg.png);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
  .palestrantes-grid{
    display: block!important;
  }
  .dia-palestrante{
    top: -6.8rem!important;
  }
  body &gt; div:nth-child(4) &gt; div &gt; div{
    margin-top: 3rem;
  }

  #dd-101{
    display: none;
  }
  .imgMeio {
    margin-top: 0rem;
  }

	#banner{
    display: none;
  }
  h3.tituloMeio.zepelin {
    font-size: 2em;
    width: 90%;
}


.passador{
  margin-bottom: 6rem;
}

.grid-novidades {
  display: block !important;
  text-align: center;
}

.imagem-card {
  height: 4rem;
}
.card {
    width: 301px;
}

.link-noticia {
  
  position: absolute;
  /* bottom: 2%; */
  text-transform: uppercase;
  font-weight: 700;
  margin: auto;
  top: 7rem;
  left: 0;
  right: 0;
  height: 3rem;

}


.colunasModulo .colunasBody p {
    width: 100% !important;
    position: relative!important;
    margin-left: -1px;
    padding: 10px;
}

.colunasBody {
    height: auto;
    column-count: 1;
}

.row.tituloMeioMargin {
    margin-bottom: -25%;
}

.direita .tituloMeio.entrar {
    left: 0;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-top: -52px;
    /* height: auto; */
}

.owl-carousel h3 {
    font-size: 1em;
}

.cada {
  width: 43%;
}

#irTopo {
  left: 15%;
  right: inherit;
}


img.vela.vela-2 {
  display: none;
}

.item-page-anpet-interna &gt; div {
  display: block;
}

/* header#headerPrincipal {
  height: 194px;
  margin-bottom: 19px !important;
  overflow: hidden; 
} */


/* interno */

header#headerPrincipal {
  height: 190px;
  overflow: hidden;
  margin-bottom: 0px!important;
}
.container.containerBody {
  padding-top: 0px;
}
.breadcrumbs .moduletable {
  margin-top: 0px;
}
div#site-logo.logoInterna {
  display: none;
}
.barraImg img:nth-child(1) {
  margin-left: -65px;
}
.col-md-6.contatoInternoM {
  width: 100%!important;
}

#headerPrincipal.interna #menuMob{
  justify-content: flex-end !important;
  top:8rem;  
}
img {
  max-width: 100%;
}
a.backHome {
  
  top: 7rem;

}
#headerPrincipal.interna .barraImg img:nth-child(1) {
  margin-left: 0;
}

.barraImg{
  overflow: hidden;
}

table{
  /* overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap; */
  display: flex;
  flex-direction: column;
  position: relative;
}

table:after{
  /* position: absolute; */
    z-index: 99999999;
    right: -0.7rem;
    /* bottom: 23rem; */
    top: 8rem;
    font-size: 18pt;
    content: "Arraste para o lado &gt;&gt;";
}

.hide-title p.col-md-12{
  text-align: center;
}

.interna-apoio-realizacao{
  display: block;
}

.apoio &gt; p, .realizacao &gt;p{
  display: block;
}

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

@media screen and (max-width: 320px){
 .palestrantes-grid{
    display: block;
  }
  .dia-palestrante{
    top: -6.8rem;
  }

}

/***** 1080 *****/
 @media screen and (min-width: 1900px) {
  .carousel-indicators{
    bottom:4rem !important;
  }

  .imgMeio{
    margin-top: 0 !important;
  }
  
}

/***** 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) { 
 
}

/***** 768 *****/
@media screen and (max-width: 1400px) { 
  .carrouselControle img {
    height: 100%;
    width: 100%;
}
}







</pre></body></html>