
body{
   background-color: #fff;
   line-height: 1.6;
}

.topo-0{
   background-color: #fff;
   padding: 40px 0 60px 0;
   box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
   width: 100%;
   background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(/pages/f24/imagens/saltbanner.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   margin-bottom: 0;
   min-height: 400px;
   display: flex;
   align-items: center;
}

.pdate{
   color: #fff;
   font-size: 0.95rem;
   margin-top: 0.5rem;
   margin-bottom: 0.25rem;
   text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
   font-family: "Noto Sans", serif;
   font-weight: 400;
   line-height: 1.5;
}

.texto-adv{
   color: #fff;
   font-family: "Noto Sans", serif;
   font-size: 0.75rem;
   font-weight: 500;
}

.texto-sub{
   font-family: "Noto Sans", serif;
   font-size: 0.9rem;
   letter-spacing: 0.15em;
   text-transform: uppercase;
   color: #fff;
   margin-bottom: 1rem;
   font-weight: 600;
   text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
   opacity: 0.95;
}

.img-logo{
   width: 60%;
   height: auto;
   max-width: 200px;
}

.topo-1{
   padding: 50px 0;
   background-color: #fafafa;
}

.titulo-topo-1{
   font-family: "Noto Sans", serif;
   font-weight: 800;
   font-size: 2.6rem;
   line-height: 1.2;
   letter-spacing: -0.03rem;
   margin-bottom: 1.5rem;
   color: #fff;
   text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.3);
}

.titulo-topo-1 span{
   color: #850000;   
}

p{
   margin: 0 0 1.5rem;
   font-family: 'Merriweather', serif;
   font-size: 1.1rem;
   font-weight: 400;
   line-height: 1.8;
   color: #2c2c2c;
}

p strong{
   font-weight: 700;
   color: #1a1a1a;
}

h3{
   font-family: "Noto Sans", serif;
   font-weight: 700;
   font-size: 2.2rem;
   line-height: 1.3;
   letter-spacing: -0.05rem;
   margin: 25px 0;
   color: #212529;
}

.botao{
   border: none;
   color: white;
   display: block;
   text-align: center;
   font-size: 22px;
   font-weight: 700;
   padding: 18px 35px;
   text-decoration: none;
   border-radius: 8px;
   margin: 35px auto 35px auto;
   background: linear-gradient(135deg, #3dbe2b 0%, #2e9420 100%);
   max-width: 550px;
   box-shadow: 0 4px 15px rgba(61, 190, 43, 0.4);
   transition: all 0.3s ease;
   text-transform: uppercase;
   letter-spacing: 0.5px;
}

.botao:hover{
   color: #fff;
   background: linear-gradient(135deg, #2e9420 0%, #1f6b15 100%);
   box-shadow: 0 6px 20px rgba(61, 190, 43, 0.6);
   transform: translateY(-2px);
}

.img-cont{
   width: 100%;
   height: auto;
   margin: 20px auto;
}

.rodape{
   background-color: #fff;
   padding: 40px 0 20px 0;
}

.borda{
   border-top: 1px solid #333;
}

.img-logo-rodape{
   width: 50%;
   height: auto;
   max-width: 180px;
   margin: 20px auto;
}

.texto-rodape{
   color: #000;
   font-family: 'Merriweather', serif;
   font-size: 0.85rem;
}

.texto-rodape small{
   color: #999;
}   

.texto-rodape a{
   color: #000;
   padding-right: 5px;
   padding-left: 5px;
}

.texto-rodape a:hover{
   color: #850000;
}

.img-doctor{
   display: block;
   width: 100%;
   max-width: 600px;
   height: auto;
   margin: 25px auto 20px auto;
   border-radius: 8px;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.img-cont2{
   display: block;
   width: 75%;
   height: auto;
   margin: 30px auto 40px auto;
   border-radius: 8px;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
   transition: transform 0.3s ease;
}

.img-cont2:hover{
   transform: scale(1.02);
}

.video-thumbnail-link{
   display: block;
   margin: 2rem auto;
   text-decoration: none;
   transition: transform 0.3s ease;
}

.video-thumbnail-link:hover{
   transform: scale(1.02);
}

.img-video-thumbnail{
   display: block;
   width: 100%;
   max-width: 800px;
   height: auto;
   margin: 0 auto;
   border-radius: 8px;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.video-link-text{
   color: #3dbe2b;
   text-decoration: underline;
   font-size: 1.1rem;
   font-weight: 600;
   font-family: "Noto Sans", serif;
   transition: color 0.3s ease;
}

.video-link-text:hover{
   color: #2e9420;
   text-decoration: underline;
}

blockquote{
   margin: 2rem 0;
   padding: 1.5rem 2rem;
   border-left: 5px solid #3dbe2b;
   font-style: italic;
   background-color: #f8f9fa;
   border-radius: 0 8px 8px 0;
   font-size: 1.15rem;
   line-height: 1.7;
   color: #2c2c2c;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.refs{
   text-align: left;
   max-width: 900px;
   margin: 0.75rem auto 0;
   font-size: 0.78rem;
}

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

   .topo-0{
      padding: 30px 0 40px 0;
      min-height: 300px;
   }

   h3{
      font-size: 26px;
   }

   .img-doctor{
      width: 100%;
      margin: 20px auto 15px auto;
   }

   .img-cont2{
      width: 100%;
      margin: 20px auto 30px auto;
   }

   .img-video-thumbnail{
      width: 100%;
      max-width: 100%;
   }

   .video-link-text{
      font-size: 1rem;
   }

   .img-logo-rodape{
      max-width: 160px;
   }

   .botao{
      padding: 16px 20px;
      font-size: 18px;
      margin: 30px auto;
   }   

   .titulo-topo-1{
      font-size: 1.7rem;
      line-height: 1.25;
   }   

   p{
      font-size: 1.05rem;
   }

   blockquote{
      padding: 1.25rem 1.5rem;
      font-size: 1.05rem;
   }

   .img-logo{
      width: 60%;
      height: auto;
      max-width: 180px;
   }

}