<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!-- start Simple Custom CSS and JS --&gt;
&lt;style type="text/css"&gt;
/* *RESET* By: www.joshwcomeau.com/css/custom-css-reset/ */
* {
  scroll-behavior: smooth;
}

/*1. Use a more-intuitive box-sizing model.*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*2. Remove default margin*/
* {
  margin: 0;
}

/*3. Allow percentage-based heights in the application*/
html,
body {
  height: 100%;
}

/*Typographic tweaks! 4. Add accessible line-height | 5. Improve text rendering*/
body {
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/*6. Improve media defaults*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*7. Remove built-in form typography styles*/
input,
button,
textarea,
select {
  font: inherit;
}

/*8. Avoid text overflows*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  hyphens: none;
}

h1,
h2,
h3 {
  line-height: 1;
}

/* PARALLAX */

#parallax {
  overflow: hidden;
  position: relative;
  height: 100vh;
  width: 100%;
}
#parallax-wrap {
  height: 100%;
  width: 100%;

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.parallax-layer {
  position: absolute;
}
#parallax .bg1 {
  position: absolute;
  background: url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2023/04/layer3-01.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;

  -webkit-transform: translateZ(90px);
  -webkit-transition: all 0.2s;
  transform: translateZ(90px);
  transition: all 0.2s;
}
#parallax .bg2 {
  position: absolute;
  background: url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2023/04/layer1-01.png) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 150%;
  bottom: 10%;
  left: -20%;

  -webkit-transform: translateZ(-90px);
  -webkit-transition: all 0.2s;
  transform: translateZ(-90px);
  transition: all 0.2s;
}
#parallax .bg3{
    position: absolute;
    background: url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2023/04/layer2-01.png) no-repeat 0 0 ;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    
    -webkit-transform:translateZ(10px);
    -webkit-transition: all 0.2s;
    transform:translateZ(10px);
    transition: all 0.2s;
}
#parallax .bg4{
    position: absolute;
    background: url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2023/04/MULHER.png) no-repeat 0 0 ;
    background-size: contain;
    background-position: bottom;
    height: 70%;
    width: 70%;
    left: 13%;
    bottom: 50px;
    
    -webkit-transform:translateZ(250px);
    -webkit-transition: all 0.2s;
    transform:translateZ(250px);
    transition: all 0.2s;
}
@media (max-width: 820px) {
    #parallax .bg4{
    bottom: 0;
    background-size: contain;
    max-width: 80%;
    }
}
#parallax .bg5{
    position: absolute;
    background: url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2023/04/layer4-01.png) no-repeat 0 0 ;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    
    -webkit-transform:translateZ(40px);
    -webkit-transition: all 0.2s;
    transform:translateZ(40px);
    transition: all 0.2s;
}
/*UTILITY CLASS*/
.opacity-95{
  background-color: rgba(255, 255, 255, .95);
}

.position-static{
  position:static;
}

.lh-min{
  line-height:1.3;
}


/* HERO SECTION */

.navbar-snc {
  text-align: center;
}
.logo-snc{
  width: 140px !important;
}

.hero {
  height: 100vh;
  background-image: url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2023/04/bg_SaudeNaCidade.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  isolation: isolate;
  position: relative;
}

.tittle-text {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width:450px) {
  .tittle-text{
    top:22%;
  }
  .tittle-text h1,
  .tittle-text h1 span{
    font-size: clamp(2rem, 7vmax, 3.8rem) !important; 
    letter-spacing: 0.1rem !important;
  }
  .tittle-text p {
    letter-spacing: 0 !important;
    font-size: .9rem !important;
  }
}

.tittle-text h1,
.tittle-text h1 span {
  margin: 0 !important;
  word-wrap: break-word;
  font-family: slab;
  text-align: center;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.9rem;
  margin-right: -0.9rem;
  font-size: clamp(2.8rem, 8vmax, 7.5rem);
  line-height: 0.5 !important;
  -webkit-text-stroke: 1px rgba(22, 62, 41, 0.3);
}
.tittle-text h1 span {
  margin-right: 0;
  -webkit-text-stroke: 2px #fff;
  color: rgba(0, 0, 0, 0);
}

.tittle-text p {
  font-size: 1.2rem;
  line-height: 4;
  letter-spacing: 0.2rem;
  margin-right: -0.2rem;
  text-align: end;
}
@media (max-width:768px) {
  .tittle-text p{
    text-align: center;
  }
}

.hero .btn-snc {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  padding: 1rem 3rem;
}

.btn-snc a {
  word-wrap: break-word;
  color: #fff;
}
@media (max-width:800px) {
    .hero .btn-snc{
        bottom: 10%;
    }
}

/* CALLENDAR */
.card-wrapper{
  width: 100%;
  margin: 0 auto;
}
.card-item {
  min-width: 200px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.card-item::before {
  content: "";
  background-color: #ffeabf;
  width: 100%;
  height: 75px;
  top: 0;
  left: 0;
  position: absolute;
}

.card-date {
  font-size: 2.3rem;
  z-index: 1;
  font-weight: 900;
}

.card-date span {
  font-weight: 700;
}

.current-event.card-item::before{
  content:"";
  background-color: rgb(255, 123, 0);
}

.current-event .card-date,
.current-event .card-date span{
  color: #fff;
}

.gallery-link{
  transition: 0.3s ease-in-out;
}
.gallery-link:hover,
.gallery-link:focus{
  background-color: #017346;
}

/* BLOG AREA*/

.card-top-img-snc{
  height: 180px !important;
}
&lt;/style&gt;
&lt;!-- end Simple Custom CSS and JS --&gt;
</pre></body></html>