@charset "UTF-8";

@media (max-width:764px) {

	.hg-descricao-card {
      	height: auto!important;
   	}

	.body-swiper {
	   height: 650px;
	}

	.sty-iframe iframe {
		width: 100%!important;
	}
	.est-event {
		font-size: 40px;
	}
   .border-termos {
	    border-right: 0px solid var(--primaria);
	    border-left: 0px solid var(--primaria);
	    border-top: 1px solid var(--primaria);
	    border-bottom: 1px solid var(--primaria);
	}
	.pd-slide-clinica {
	    padding-left: 0px;
	    padding-right: 0px;
	    background: transparent;
	}
	.text-projet{
		font-size: 29px;
	}
   .hg-custom {
   	height: auto;
   }
   .banner-mobile {
   	background-position: top;
   }

	.btn-position {

	    position: absolute; 
	    bottom: 20px;
	}
   
   .mobile-none {
   	display: none;
   }

   .quadro-indic {
	    border: 1px solid var(--secundaria);
	    border-radius: 10px;
	    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
	    height: auto!important;
	}
	.text-geral{
		padding: 0;
		margin-top: 25px;		
	}
	.img-listra{
		display: none;
	}
	.title-contat{
		margin-top: 40px;
	}
	.title-contat-1{
		margin-top: 10px;
	}
	.text-sobre-3{
		font-size: 20px;
		padding-right: 15px;
	}
	.text-temp{
		font-size: 20px;
	}
	.text-geral p{
		margin-right: 40px;
		line-height: 18px;
		word-spacing: -2px;
	}
	
	.border-b{
		border-bottom: 5px dotted #83563D;

	}
	.img-drabanner{
		height: 400px;
		width: 500px;
	}
	.logo-drath{
		margin-top: 50px;
	}
	.bg-contatos {
		margin-right: 40px;
		font-size: 16px;
		text-align: justify;
		font-weight: 500;
		word-spacing: -3px;
		
	}
	.icon-footer{
		padding-left: 50px;

	}
	.img-draform{
		padding-top: 30px;

		height: 600px;

	}
	.sty-iframe iframe{
		height: 300px;
		width: 300px;
	}
	.lista-1{
		padding-right: 30px;
	}
	.text-cuid{
		word-spacing: -3px;
		font-size: 14px;
		font-family: 'bookman-old-style-regular';
		line-height: 17px;
	}
	.icon-person{
		margin-inline-start: 10px;
	}
	.bg-contatos{
		padding-top: 30px;
	}
	.btn-prima{
		padding: 16px;
		font-size: 16px;
	}
	.title-Servic-2{
		font-size: 30px;
	}

	.title-Servic {
		font-size: 29px;
	}
	.card-sitex{
		width: auto;
		height: auto;
	}
	.btn-calen{
		width: auto;
		height: auto;
	}
	.esp-card{
		padding-top: 20px;
	}
	.navbar-light {
		display: none;
	}
	.i-centra{
		text-align: center;
	}
	.i-centra1{
		text-align: center;
		margin-top: 10px;
	}

	.title::before, .title::after{
		width: auto;
	}

	.mob-center-2{
		text-align: center !important;
	}

	

}

@media (min-width:765px) {
	.desktop-none {
	   	display: none;
	}
   .icon-footer{
		padding-left: 50px;
   }

 
}
@media (min-width:0px) and (max-width:992px) {
	.spc-mob-t {
	   	padding-top: 20px;
	}

 
}

@media (min-width:765px) and (max-width:887px) {
	.title:before, .title::after {
		content: "";
		height: 3px;
		background-color: #A4A4B2;
		display: block;
		width: 202px;
	}
 
}


@media (max-width: 991px) {
    .i-centra {
        text-align: center;
    }
}

/* ===== Correção do corte entre 1244px e 1200px (mantém desktop, só compacta um pouco) ===== */
@media (max-width: 1244px) and (min-width: 1200px){
  .mp-pill{
    padding: 16px 80px;   /* era 16px 120px */
    gap: 22px;            /* era 28px */
  }

  .mp-menu{
    gap: 12px;            /* era 16px */
  }

  .mp-menu li a{
    font-size: 15px;      /* era 16px */
    padding: 8px 4px;     /* era 8px 6px */
  }
}
/* ===== Desktop: mantém tudo CENTRALIZADO ===== */
@media (min-width: 576px){
  /* o Swiper vira “caixa” central com largura controlada */
  .Swiper-Palestrantes{
    max-width: 1400px;            /* ajuste se quiser mais/menos largo */
    margin: 0 auto;
    padding: 10px 24px;
  }

}
