<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
    --primary-color: #004f5d;
    --secondary-color: #00667d;
    --accent-color: #ff693a;
    --secondary-accent-color: #ffead7;
    --light-bg: #f1f9f9;
    --highlight-bg: #ffe9dc;
    --white: #ffffff;
    --dark: #001c22;

    --Azul-principal-50: #F0FAFF;
    --azul-secundrio-900: #00667D;
    --bege-100: #FFEAD7;
    --azul-principal-950: #084059;
    --laranja-principal-500: #FF611A;
    --Laranja-secundrio-400: #FA9E25;
    --laranja-secundrio-300: #FBB03B;
    --Laranja-principal-600:  #F03F06;
    --Azul-principal-200: #B9ECFE;
    --Laranja-principal-200: #FFCEA8;
    --Azul-principal-100: #DFF5FF;
    --Azul-secundario-700: #0099B5;
    --Azul-secundrio-800: #007990;

    --Borda-gradiente: rgba(255, 255, 255, 0.40);


    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 16);
    --duration: 20s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}


  * {
    box-sizing: border-box;
  }

  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  }

  body {
    background-color: var(--light-bg);
    display: flex;
    flex-direction: column;
  }

  main {
    flex: 1;
    position: relative;
    /* padding-bottom: 150px; */
  }

  header {
    /* padding: 1rem 0; */
    position: absolute;
    width: 100%;
    z-index: 1;
    min-height: 50px;
    /* background: var(--azul-secundrio-900, #00667D); */
    /* padding: 24px; */
  }

  footer {
    
  }

  .--btn{
    display: inline-flex;
      color: var(--Normal-Branco, #FFF);
      padding: 12px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 6px;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 132%; /* 18.48px */
      letter-spacing: 0.14px;
      text-decoration: none;
  }

  .--size-2{
    padding: 24px 32px;
  }

  .--size-0{
    
  }

  .--size-a{
    padding: 6px 12px;
  }

  .--size-3{
    padding: 32px 42px;
  }

  .--font-weight-300{font-weight: 300;}
  .--font-weight-400{font-weight: 400;}
  .--font-weight-500{font-weight: 500;}
  .--font-weight-600{font-weight: 600;}

  .--font-size-8{font-size: 8px;}
  .--font-size-10{font-size: 10px;}
  .--font-size-12{font-size: 12px;}
  .--font-size-14{font-size: 14px;}
  .--font-size-16{font-size: 16px;}
  .--font-size-18{font-size: 18px;}
  .--font-size-20{font-size: 20px;}
  .--font-size-24{font-size: 24px;}
  .--font-size-32{font-size: 32px;}
  .--font-size-40{font-size: 40px;}
  .--font-size-48{font-size: 48px;}

  .--border-color-white{border-color: var(--Normal-Branco, #FFF);}
  .--border-color--azul-principal-200{border-color: var(--Azul-principal-200, #B9ECFE) !important;}
  .--border-color--laranja-principal-200{border-color: var(--Laranja-principal-200, #FFCEA8) !important;}
  .--border-color--laranja-principal-500{border-color: var(--laranja-principal-500, #FF611A) !important;}
  .--border-color--azul-secundrio-900{border-color: var(--azul-secundrio-900, #00667D) !important;}
  .--border-width-1{border: 1px solid;}

  .--border-radius-4{border-radius: 4px !important;}
  .--border-radius-8{border-radius: 8px !important;}

  .--btn-vidro{
    display: inline-flex;
    max-width: 400px;
    padding: 12px 16px;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 22px;
    align-content: center;
    text-align: left;
    min-height: 72px;
  }

  .--btn-vidro-only{
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
  }

  .--btn-vidro-prop{
    max-width: max-content;
  }

  @media (max-width: 768px){
    .--btn-vidro-prop{
      display: flex;
      flex-direction: column;
      align-content: flex-start;
    }
  }

  .--btn-elipse-bottom{
    position: relative;
    overflow: hidden;
  }
  .--btn-elipse-bottom span{
    position: relative;
    z-index: 1;
  }
  .--btn-elipse-bottom::after{
    content: '';
    display: block;
    background-color: var(--Laranja-secundrio-400, #FA9E25);
    filter: blur(30px);
    width: 176px;
    height: 80px;
    position: absolute;
    bottom: -56px;
  }

  .--bg-azul-secondary{background-color: var(--secondary-color);}
  .--bg-azul-principal-950 {background-color: var(--azul-principal-950, #084059);}
  .--bg-laranja{ background-color: #F4601C; }
  .--bg-cinza{ background-color: #f0faff; }
  .--bg-bege{ background: var(--bege-100, #FFEAD7); }
  .--bg-branco{ background: var(--white, #fff); }
  .--bg--azul-secundrio-900{background-color: var(--azul-secundrio-900, #00667D);}
  .--bg--azul-principal-50{background-color: var(--Azul-principal-50, #F0FAFF);}
  .--bg--azul-principal-100{background-color: var(--Azul-principal-100, #DFF5FF);}
  .--bg--azul-secundrio-800{background-color: var(--Azul-secundrio-800, #007990);}
  .--bg--laranja-principal-500{background-color: var(--laranja-principal-500, #FF611A);}
  .--bg--Laranja-principal-600{background-color: var(--Laranja-principal-600, #F03F06);}

  .--white{ color: var(--white); }
  .--laranja{ color: var(--accent-color) !important; }
  .--laranja-principal-500{ color: var(--laranja-principal-500, #FF611A);}
  .--azul-secondary{ color: var(--secondary-color)}
  .--Azul-principal-50{color: var(--Azul-principal-50, #F0FAFF);}
  .--azul-secundrio-900{color: var(--azul-secundrio-900, #00667D);}
  .--azul-principal-950 {color: var(--azul-principal-950, #084059);}
  .--laranja-secundrio-300{color: var(--laranja-secundrio-300, #FBB03B);}

  .programacao .tabs input[type="radio"]:checked + label{
    background-color: var(--azul-secundrio-900, #00667D) !important;
    color: var(--white) !important;
  }

  .programacao .tabs2 input[type="radio"]:checked + label{
    background-color: #F4601C !important;
    color: var(--white) !important;
  }

  .box{
      padding: 12px 12px;
      border-radius: 8px;
  }
  
  .hidden--index{
      position: absolute;
      z-index: -10;
      text-indent: -999999px;
  }
  .tag{
      display: inline-block;
    color: var(--accent-color);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    padding: 4px 8px;
    gap: 10px;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-color: var(--bege-100, #FFEAD7);
    text-transform: uppercase;
  }

  .section-title{
      font-size: 40px;
      font-style: normal;
      font-weight: 500;
      line-height: 132%; /* 52.8px */
      margin-top: 8px;
      margin-bottom: 8px;
  }

  /*hero*/
  #hero{
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    /* height: 100vh; */
  }
  #hero::before {
    content: '';
    position: absolute;
    left: -35vw;   /* empurra para fora da esquerda da tela */
    top: -30vh;    /* empurra para fora da parte superior */
    width: 80vw;   /* largura relativa Ã&nbsp; tela */
    height: 40vh;  /* altura relativa Ã&nbsp; tela */
    border-radius: 50%; /* mantÃ©m formato arredondado */
    background: var(--azul-principal-950, #084059);
    filter: blur(100px);
    z-index: 0;
}
  #hero::after{
    content: '';
    position: absolute;
    right: -40vw;   /* empurra para fora da direita da tela */
    bottom: -40vh;  /* empurra para fora da parte inferior */
    width: 100vw;   /* largura proporcional Ã&nbsp; tela */
    height: 80vh;   /* altura proporcional Ã&nbsp; tela */
    border-radius: 50%; /* para manter o formato circular/oval */
    background: var(--azul-principal-950, #084059);
    filter: blur(100px);
    z-index: 0;
  }

#sobreconahp .sobre-discuptivo{
  background-image: url(/2025/assets/images/flash-bg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#sobreconahp .sobre-emnumeros.--btn-vidro-only{
    min-height: 315px;
}

.marquee.maskimage{
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.slick-controls{
  min-width: 110px;
}

#inscricao{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
#inscricao::before{
    content: '';
    width: 1130px;
    height: 438px;
    position: absolute;
    left: -564px;
    top: -236px;
    border-radius: 1130px;
    background: var(--azul-secundrio-900, #00667D);
    filter: blur(110px);
}
#inscricao::after{
    content: '';
    width: 1067px;
    height: 307px;
    position: absolute;
    right: -591px;

    bottom: -179px;
    border-radius: 1067px;
    background: var(--azul-secundrio-900, #00667D);
    filter: blur(110px);
}


/* Marquee */
.wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
  }
  
  .wrapper--vertical {
    flex-direction: row;
    height: 100vh;
  }
.marquee {
    position: relative;
    display: flex;
    overflow-x: auto;
  overflow-y: hidden;
    user-select: none;
    /* gap: var(--gap); */
    z-index:1;
    scroll-behavior: smooth;
  user-select: none;
  scrollbar-width: none;         /* Firefox */
  }
  .marquee::-webkit-scrollbar {
    display: none;                 /* Chrome/Safari */
  }
  .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration, 20s) linear infinite;
    min-width: max-content;
    margin-right: 0;
  }
  .marquee.mousehover:hover .marquee__group {
    animation-play-state: paused;
}
  

  @media (prefers-reduced-motion: reduce) {
    .marquee__group {
      animation-play-state: paused;
    }
  }
  
  .marquee--vertical {
    --mask-direction: to bottom;
  }
  
  .marquee--vertical,
  .marquee--vertical .marquee__group {
    flex-direction: column;
    min-width: auto;
  }
  
  .marquee--vertical .marquee__group {
    animation-name: scroll-y;
  }
  
  .marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
  }
  
  @keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @keyframes scroll-y {
    from {
      transform: translateY(var(--scroll-start));
    }
    to {
      transform: translateY(var(--scroll-end));
    }
  }


.cards{
    position: relative;
    bottom: -50px;
}
.cards .card--1,
.cards .card--2,
.cards .card--3{
    display: inline-flex;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
}
.cards .card--1{
    width: 392.295px;
    bottom: -60px;
    transform: rotate(4deg);
}
.cards .card--1:hover{
    transform: rotate(8deg);
    bottom: -30px;
    z-index: 1;
}
.cards .card--2{
    width: 264.671px;
    right: 50px;
    bottom: -60px;
    transform: rotate(4deg);
}
.cards .card--2:hover{
    transform: rotate(8deg);
    bottom: -30px;
    z-index: 1;
}
.cards .card--3{
    width: 263.296px;
    transform: rotate(-4deg);
    right: 285px;
    bottom: -100px;
}
.cards .card--3:hover{
    transform: rotate(-8deg);
    bottom: -70px;
    z-index: 1;
}
@media (max-width: 768px){
  .cards .card--3{
    right: 130px;
    transform: rotate(-4deg) scale(.7);
  }
  .cards .card--3:hover{
    transform: rotate(-8deg) scale(.7);
    right: 130px;
    bottom: -64px;
  }
  
  .cards .card--2 {
    right: -20px;
    transform: rotate(4deg) scale(.8);
    bottom: -110px;
  }
  .cards .card--2:hover{
    transform: rotate(8deg) scale(.8);
    bottom: -64px;
    z-index: 1;
}
  
  .cards .card--1{
    transform: rotate(4deg) scale(.8);
    right: -36px;
    bottom: -66px;
  }
  .cards .card--1:hover{
    transform: rotate(8deg) scale(.8);
    bottom: -30px;
  }
}

#veja-palestrantes-ja-participaram{
  overflow: hidden;
}
#veja-palestrantes-ja-participaram:before{
  content: '';
  width: 553px;
height: 161px;
position: absolute;
right: 444px;
top: -106px;
border-radius: 553px;
background: var(--azul-secundrio-900, #00667D);
filter: blur(60px);
z-index: 0;
}

.palestrante--card{
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Borda-gradiente, rgba(255, 255, 255, 0.40));
    background: rgba(255, 255, 255, 0.02);
    min-height: 290px;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* max-width: 350px; */
}
.palestrante--card.image{
    padding: 0;
    border: 0;
    min-height: auto;
    border-radius: 8px;
}

.--palestrantes-marquee-animate{
    position: relative;
    display: flex;
    justify-content: center;
    align-self: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    /* margin: 0 -25%; */
    mask-image: radial-gradient(circle, black 70%, rgba(0, 0, 0, 0.1) 83%);
    /* box-shadow: inset 67px 32px 88px rgba(0, 0, 0, 1); */
}

.--palestrantes-marquee-animate:before{
    content: '';
    width: 100%;
    position: absolute;
    z-index: 3;
    height: 160px;
    background: var(--azul-principal-950, #084059);
    background: linear-gradient(0deg, rgba(8, 64, 89, 0) 0%, rgba(8, 64, 89, 1) 80%);
}

.--palestrantes-marquee-animate::after{
    content: '';
    width: 100%;
    position: absolute;
    z-index: 3;
    height: 160px;
    background: var(--azul-principal-950, #084059);
    background: linear-gradient(0deg,rgba(8, 64, 89, 1) 20%, rgba(8, 64, 89, 0) 100%);
    bottom: 0;
}


.palestrantes{}
.palestrante{
    position: relative;
}
.palestrante__image{
    text-align: center;
}

.palestrante__info{
    position: absolute;
    bottom: -35px;
    margin: 0 auto;
    width: 100%;
    transform: translate(-50%, 0);
    left: 50%;
    top: initial;
}
.palestrante__role{
    position: relative;
    z-index: 0;
    bottom: -43px;
    cursor: pointer;
}
.palestrante__inner{
    position: relative;
    z-index: 1;
    min-height: 10px;
}
.palestrante__name{}
.palestrante__name--echo{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
}
.palestrante__social{}
.palestrante__description{
    /* display: none; */
    overflow: hidden;
    min-height: 0px;
    height: 0;
    transition: all 0.1s ease-out;
    cursor: pointer;
    min-height: 3px;
}

.palestrante.--active .palestrante__description{
    /* display: block; */
    min-height: 100px;
    height: 100px;
    padding: 7px 0;
}

.palestrante__social img{
    width: 18px;
}

.comissao__description{
    /* display: none; */
    overflow: hidden;
    min-height: 0px;
    height: 0;
    transition: all 0.1s ease-out;
    cursor: pointer;    
}

#o-que-e-conahp{
    background: url(/2025/assets/images/svg.svg) no-repeat left bottom;
    padding-bottom: 150px;
}

.accordion{
    border: 0;
    border-radius: 0;
    color: var(--azul-principal-950, #084059);
}
.accordion-item {
    border: 0;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid var(--Azul-principal-200, #B9ECFE);
  }
  .accordion-item.active{
    background-color: var(--azul-secundrio-900, #00667D);
    color: var(--white) !important;
  }
  .accordion-item.active label,
  .accordion-item.active .accordion-content{
    color: var(--white) !important;
  }
  .accordion-item.active img{
    filter: brightness(0) invert(1);
  }
  .accordion-item.active img.clock {
  filter: invert(46%) sepia(78%) saturate(726%) hue-rotate(153deg) brightness(92%) contrast(97%);
}

  .accordion-item:last-of-type{ border-radius: 0;}

  .accordion-item input[type="radio"] {
    display: none;
  }

  .accordion-title {
    display: flex;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.3s;
        line-height: 28px;
        color: var(--azul-principal-950, #084059);
        padding: 16px 0;
        font-size: 20px;
        position: relative;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
  }
  .accordion-title img{
    width: 32px;
height: 32px;
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
    color: var(--azul-principal-950, #084059);
    font-size: 14px;
  }

  input[type="radio"]:checked ~ .accordion-title img{
    transform: rotate(-45deg);
  }
  input[type="radio"]:checked ~ .accordion-content {
    max-height: fit-content;
    padding: 0;
  }


  .divisor{
    color: var(--azul-principal-950, #084059);
    
  }
  
footer{
    font-size: 14px;
}

footer hr{
    color: var(--Laranja-principal-600, #F03F06);
    opacity: 1;
    margin: 0;
}

footer .anahp{
    max-width: 450px;
    min-width: 450px;
}

footer .--btn-vidro-only{
    min-height: 315px;
  }

.block-anahp::after{
  content: '';
  width: 1130px;
  height: 438px;
  position: absolute;
  left: -313px;
  bottom: -320px;
  border-radius: 1130px;
  background: var(--azul-secundrio-900, #00667D);
  filter: blur(110px);
  display: block;
}

.--footer-border-right{border-right: 1px solid var(--Laranja-principal-600, #F03F06);}
.--footer-border-left{border-left: 1px solid var(--Laranja-principal-600, #F03F06);}




















/**/
#toggle-more {
    display: none;
  }

  .reamemore {
    display: none;
  }

  #toggle-more:checked ~ .reamemore {
    display: block;
  }



.mySlider {
    display: flex;
    height: 480px;
    margin: 0 auto;
    gap: 14px;
  }
  .mySlider .radio {
    display: none;
  }
  .mySlider .content {
    cursor: pointer;
    flex: 1;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
    background-color: #004f5d;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;

  }
  .mySlider .content &gt; div.content--inner{ 
    opacity: 0; 
    transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
    width: 100%;
    /* min-width: 690px; */
  }
  @media (min-width: 1024px){
    .mySlider .content &gt; div.content--inner{ 
        min-width: 590px;
    }
  }
  .mySlider .content::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: hsl(189.03deg 100% 18.24% / 84%);
    position: absolute;
  }
  .content &gt; * {
    position: relative;
    z-index: 1;
  }

  .radio:checked + .content {
    flex: 9;
    overflow: hidden;
  }
  .radio:checked + .content &gt;div.content--inner{ opacity: 1;}
  .radio:checked + .content::before{ display: none;}
  
  .radio:checked + .content .progress span {
    animation: progressBar 5s linear forwards;
    animation-play-state: running;
  }

  .mySlider .content:hover &gt; div.content--inner .progress span{
    animation-play-state: paused;
  }

  .progress{
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.20);
    height: 4px;
  }

  .progress span {
    display: block;
    height: 100%;
    width: 0%;
    border-radius: 999px;
  }

  @keyframes progressBar {
    from { width: 0%; }
    to { width: 100%; }
  }

  
@media (max-width: 768px){
  .mySlider{
    gap: 0;
  }
  .mySlider .content{
    flex: 0;
  }
  .mySlider .content &gt; div.content--inner{ 
    min-width: 320px;
  }
}



  .navbar-toggler[aria-expanded="true"]:after {
    background: var(--white,#fff);
    border-radius: 0 0 0 0.35em;
    -webkit-clip-path: polygon(0 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 100%,0 100%);
    content: "";
    position: absolute;
    transform: rotate(135deg);
    width: 16px;
    height: 16px;
    z-index: 20;
    left: 44%;
    bottom: -20px;
}
.navbar-toggler:focus {
    box-shadow:none;
}
.navbar-collapse{
    position: absolute;
    top: 70px;
    background: rgb(255, 255, 255);
    width: 280px;
    right: -15px;
    z-index: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 40px 56px rgba(31, 52, 92, 0.16);
}
.navbar-collapse .nav-item{
    border-bottom:1px solid rgb(80 80 80 / 18%);
}
.navbar-collapse .nav-link{
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: var(--azul-principal-950) !important;
    padding: 10px 24px;
}


.cursor-pointer {
     cursor: pointer;
   }

#cookies {
    background-color: #e3e1e2;
    padding: 15px 0 5px;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    color: #333;
}

#cookies .btn {
    background-color: var(--azul-secundrio-900, #00667D);
    padding: 6px 20px;
    color: #fff;
    cursor: pointer;
}


.box-avaliadores{
  display: block;
  position: relative;
  overflow: hidden;
}
.box-avaliadores::before{
  content: '';
  display: block;
  width: 602px;
  height: 233px;
  position: absolute;
  left: -95px;
  top: -85px;
  border-radius: 602px;
  background: var(--azul-secundrio-900, #00667D);
  filter: blur(110px);
}
.box-avaliadores::after{
  content: '';
  display: block;
  width: 602px;
height: 233px;
  position: absolute;
right: -36px;
bottom: -127px;
border-radius: 602px;
background: var(--azul-secundrio-900, #00667D);
filter: blur(110px);
}
.avaliador{}
.avaliador--image{
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  min-height: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.slick-slider-avaliadores .slick-slide {
    width: 200px;
    margin-right: 0px;
}

.slick-slider-cronograma .slick-slide {
    width: 350px;
    margin-right: 0px;
}
.cronograma-wrapper {
  padding-left: calc((100vw - 1320px) / 2); /* centraliza para telas maiores */
}
@media (max-width: 1366px) {
  .cronograma-wrapper {
    padding-left: calc((100vw - 1120px) / 2); /* centraliza para telas maiores */
  }
}


@media (max-width: 768px) {
  .cronograma-wrapper {
    padding-left: 10px; /* valor menor para telas pequenas */
  }
}


.min-h-220{
  min-height: 220px;
}

.--futurobox{
  min-height: 420px;
}


body.header-bg header{
  background-color: hsl(191.04deg 100% 24.51% / 86%);
  backdrop-filter: blur(10px);
  padding: 0 !important;
  transition: all 0.4s ease-in-out;
}
body.header-bg header .list-buttons{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: all 0.4s ease-in-out;
}


@media (max-width: 768px){
  .--md-font-size-8{font-size: 8px;}
  .--md-font-size-10{font-size: 10px;}
  .--md-font-size-12{font-size: 12px;}
  .--md-font-size-14{font-size: 14px;}
  .--md-font-size-16{font-size: 16px;}
  .--md-font-size-18{font-size: 18px;}
  .--md-font-size-24{font-size: 24px;}
  .--md-font-size-40{font-size: 40px;}
  .--md-font-size-48{font-size: 48px;}

  .--md-border-radius-4{border-radius: 4px;}
  .--md-border-radius-8{border-radius: 8px;}

  .cards{
    min-height: 260px;
  }

  #o-que-e-conahp{
    padding-bottom: 290px;
  }
  #hero{
    /* height: auto; */
  }
  #hero .marquee .marquee__group img{
    max-width: 320px;
  }
  footer .anahp{
    max-width: 100%;
    min-width: 100%;
  }
  .--size-0{
    padding: 6px;
  }

  .--palestrantes-marquee-animate{
    display: none;
  }
}




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