
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

@font-face {
    font-family: "moon";
    src: url("moon.ttf") format("truetype");
}

@font-face {
    font-family: "moon-fina";
    src: url("moon_fina.ttf") format("truetype");
}

body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

.card-esq {
    background-color: #11118bb0; 
    border-radius: 30px 0 0 0;
}

.card-dir {
    background-color: #cb0707ba;
    border-radius: 0 30px 0 0;
}

@media(max-width: 575px) {
    .card-esq {
        background-color: #11118bb0; 
        border-radius: 30px 30px 0 0;
    }

    .card-dir {
        background-color: #cb0707ba;
        border-radius: 0;
    }
}

.syne {
    font-family: "Syne", sans-serif !important;
  }
  
  .btn-inscrever {
      padding-top: .5rem;
      padding-bottom: .5rem;
  }
  
  #navbarSupportedContent2 .nav-item {
      margin: auto;
  }

.hora-utc
{
    font-size:1.1rem;
    color:white !important;
    font-weight:400!important;
}

/* Radial Out */

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: white;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/* --- Alterações Bootstrap --- */

.row {
    margin-right: 0;
    margin-left: 0;
}

.carousel-item p {
    font-family: moon-fina, sans-serif;
    text-align: left;
    font-size: 18px;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100px;
    height: 10px;
    /* margin-right: 3px; */
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    /* background-clip: padding-box; */
    border: 3px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    border: 3px solid #2BB3D1;
    border-top: 3px solid #2BB3D1;
    border-bottom: 3px solid #2BB3D1;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.navbar {
    display: -ms-flexbox;
    z-index: 90;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    text-decoration: 3px underline transparent!important;
    
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active {
    color: #000000;
    font-weight:600;
    text-decoration: 3px underline #F8A834!important;
}
.btn-inscrever{
    background: #1731BA;
    font-weight: 400!important;
    font-family: 'Montserrat'!important;
    color: #FFFFFF!important;
    border-radius:0!important;
    transition all .4s!important
}
.btn-inscrever:hover, .btn-inscrever:active{
    background: #1E0F95;
    font-weight:700!important;
    color:#FFF!important;
}

.btn-inscrever2{
    background: #FCDD08;
    font-weight: 400!important;
    font-family: 'Montserrat'!important;
    color: #000!important;
    border-radius:0!important;
    transition all .4s!important
}
.btn-inscrever2:hover, .btn-inscrever2:active{
    background: #ad9709;
    color:#000!important;
}
.navbar-collapse .mr-auto,
.navbar-collapse .mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
    text-transform: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: .9rem;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.form-control {
    border: 1px solid #D30811;
    padding: 11px 14px 8px;
    border-radius: 6px;
    height: auto;
}

.form-group {
    margin-bottom: 12px;
}

.navbar-nav>li>a {
    font-size: 22px;
    padding-top: 17px;
    padding-bottom: 18px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.mostrar .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 12px;
}

.navbar {
    padding: 0rem 0rem;
}

.carousel-caption {
    width: 600px;
    bottom: 30%;
}

.carousel-caption h3 {
    font-family: moon, sans-serif;
    margin-bottom: 30px;
    text-align: left;
    font-size: 47px;
    line-height: 1;
}

.carousel-indicators {
    bottom: 13px;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

h1 {
    font-size: 55px;
    font-family: moon, sans-serif;
    margin: 20px 0 40px;
}

h1 span {
    font-family: moon, sans-serif;
}

h2 {
    font-size: 40px;
    font-family: moon, sans-serif;
}

h3 {
    font-family: moon, sans-serif;
}

.h4,
h4 {
    font-size: 18px;
    font-family: moon-fina, sans-serif;
}

.h5,
h5 {
    font-size: 18px;
    font-family: moon-fina, sans-serif;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #333;
    background-color: #fff;
    margin-right: 2px;
}

.bg-light {
    background-color: transparent !important;
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}

.list-group-item {
    display: block;
    border-radius: 0;
    position: relative;
    margin-bottom: -1px;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid #7763A9;
    font-family: moon, sans-serif;
    text-transform: capitalize;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #7763A9;
    border: 1px solid #7763A9;
    border-radius: 0;
}

.list-group-item:last-child {
    border-radius: 0;
}

.list-group-item:first-child {
    border-radius: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.active {
     color: #000000;
    font-weight:600;
    text-decoration: 3px underline #F8A834;
}

.carousel-caption {
    left: 15%;
    right: 15%;
    top: 250px;
    z-index: 10;
    color: #fff;
    padding-top: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

.card-header {
    padding: 5px;
    background-color: #fff;
    border-bottom: #7763A9;
    color: #000;
}

.card-header:active {
    background-color: #7763A9;
}

.card-header:first-child {
    background-color: #7763A9;
    color: #fff;
}

.card-header+.list-group .list-group-item:first-child {
    background-color: #7763A9;
    color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-link:hover {
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.card {
    text-transform: uppercase;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #7763A9;
    border-radius: .25rem;
}

.page-item.active:hover {
    color: #fff;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #7763A9;
    border-color: #7763A9;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #7763A9;
    background-color: #fff;
    border: 1px solid #7763A9;
}

.page-link:hover {
    background-color: #ddd;
    border: 1px solid #7763A9;
}

.table td,
.table th {
    text-align: left;
    padding: 52px 74px;
}


/* --------------- Fecha Alterações no Bootstrap.min --------------------- */


/* --------------- Abre Alterações no owl.carousel.min --------------------- */

.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    color: #ffb600;
    font-size: 46px;
    margin-top: -200px;
    padding: 4px 20px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    display: none;
}

.owl-theme .owl-nav {
    margin-top: 0px;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #b78406;
    text-decoration: none;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: -80px;
}

.owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: -80px;
}


/*.owl-carousel .item{ color:#333; text-align:center;}
.owl-carousel h5{ color:#152b42; font-family: moon; margin-bottom:0;	}
.owl-carousel h6{ color:#aaa;}
.owl-carousel a{ color:#333;}*/

.owl-theme .owl-dots .owl-dot span {
    background: #ffb600;
    border-radius: 0px;
    margin: 5px 7px;
    display: block;
    width: 25px;
    height: 5px;
    transition: opacity 200ms ease;
    -webkit-backface-visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #b78406;
}

.owl-item {
    margin-right: 0 !important;
}

.owl-carousel .owl-item {
    border-right: 1px solid #aaa;
    min-height: 1px;
    padding: 0 10px;
    margin-right: 0;
    float: left;
}

.primeiro .box-rotativo {
    background-position: center;
    border: 4px solid #fff;
    background-size: cover;
    border-radius: 200px;
    margin: 0 auto 15px;
    height: 200px;
    width: 200px;
}

.primeiro .owl-carousel h5 {}

.primeiro .owl-carousel h6 {
    color: #000;
    margin-bottom: 0;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
    padding-top: 13px;
    border-top: 4px solid #d22;
}


/* --------------- Fecha Alterações no owl.carousel.min --------------------- */

.preload {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #fff;
    background-image: url('../../img/loading.gif');
    background-size: 80px 80px;
    background-position: center;
    background-repeat: no-repeat;
}

.hvr-shrink {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
}

.hvr-shrink2 {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    /*filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: url(/elements/grayscale.svg#desaturate);
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.5;*/
}

.hvr-shrink2:hover,
.hvr-shrink2:focus,
.hvr-shrink2:active {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.hvr-shrink-menu {
    margin-top: 10px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink-menu:hover,
.hvr-shrink-menu:focus,
.hvr-shrink-menu:active {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

.logo-menu {
    max-height: 123px;
    margin: 0px 0 3px 0px;
    -webkit-transition: All 1.0s ease;
    -moz-transition: All 1.0s ease;
    -o-transition: All 1.0s ease;
    transition: All 1.0s ease;
}

.logo-menu2 {
    max-height: 80px;
    margin: 0!important;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.moon-fina {
    font-family: moon-fina, sans-serif;
}

.moon {
    font-family: moon, sans-serif;
}

.show_menu {
    padding: 0;
    opacity: 0;
    position: fixed;
    margin-top: -90px;
    border-top: 1px solid #aaa;
    -webkit-transition: All 0.8s ease;
    -moz-transition: All 0.8s ease;
    -o-transition: All 0.8s ease;
    transition: All 0.8s ease;
}

.mostrar .logo-menu {
    max-height: 51px;
    margin: -19px 0 5px 0px;
}

.mostrar {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    background-color: #fff!important;
    margin-top: -1px;
    padding: 0!important;
    z-index: 109;
    opacity: 1;
}

.mostrar .show_menu {
    padding: 0;
    opacity: 1;
}

.bg-topo {
    z-index: 2;
    width: 100%;
    color: #888;
    text-align: left;
    font-size: 14px;
    background-color: #fff;
    font-family: moon-fina, sans-serif;
    -webkit-transition: All 0.9s ease;
    -moz-transition: All 0.9s ease;
    -o-transition: All 0.9s ease;
    transition: All 0.9s ease;
}

.bg-topo h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    font-family: moon, sans-serif;
}

.ico-menu {
    float: left;
    max-height: 42px;
    margin-top: -5px;
    margin-right: 8px;
    margin-bottom: 26px;
}

.m40 {
    margin-top: 40px;
    padding: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.m50 {
    margin-top: 50px;
    padding: 0;
}

.m60 {
    margin-top: 60px;
    padding: 0;
}

.m70 {
    margin-top: 70px;
    padding: 0;
}

.m80 {
    margin-top: 80px;
    padding: 0;
}

.m90 {
    margin-top: 90px;
    padding: 0;
}

.m180 {
    margin-top: 180px;
    padding: 0;
}


/* Overline From Center */

.hvr-overline-from-center {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0px;
    background: #D50912;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before,
.hvr-overline-from-center .active {
    left: 0;
    right: 0;
}

.duaslinhas {
    line-height: 1;
}


.bg-light2 {
    margin-top: 0px;
    border-top: none;
    padding: 0px 0 30px;
    background-color: transparent;
}

.logo-menu3 {
    opacity: 0;
}

.mostrar2 {
    margin-top: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.mostrar2 .logo-menu {
    max-height: 40px;
    opacity: 0;
}

.mostrar2 .m40 {
    margin-top: 2px;
    padding-top: 7px;
    margin-bottom: -18px;
}

.mostrar2 .logo-menu3 {
    opacity: 1;
}

.nodrag {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.slide {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0)), url('../../img/paginas/bg-evento-2025.png');
    background-position: center center;
    font-family: 'Montserrat', sans-serif;
    padding: 150px 10px 220px;
    background-size: cover;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 100%;
}

.banner-row {
    padding: 8rem 0;
}

@media(max-width: 768px)
{
    .banner-row {
        padding: 2rem 0;
    }
}

.slide h1 {
    color: #fff;
    margin: 0 auto;
    font-size: 100px;
}

.slide h3 {
    color: #fff;
    font-family: moon, sans-serif;
    font-size: 59px;
    line-height: 55px;
}

.slide h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 25px;
}

.hr-branco {
    height: 1px;
    margin: 50px auto;
    width: 150px;
    background-color: #fff;
}

.btn-orange {
    z-index: 9;
    border: none;
    color: #fff !important;
    font-size: 17px;
    padding: 7px 26px;
    position: relative;
    background-color: #FE6F61;
    font-family: moon, sans-serif;
}

.btn-orange:hover {
    padding: 7px 26px;
    font-size: 17px;
    background-color: #DB635D;
    font-family: moon, sans-serif;
}

.box-topo {
    z-index: 99;
    margin-top: -80px;
    padding: 30px 5px;
    position: relative;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.75);
    font-family:'Montserrat', sans-serif;
    font-size:1rem;
    line-height:20px;
    border-radius: 10px;
}

.home2 {
    font-family: monteserrat, sans-serif;
    background-color: #fff;
    padding: 90px 15px 60px;
    line-height: 1.3;
    text-align: left;
    font-size: 14px;
}

.btn-yellow{
    background: #FCCF5A!important;
    font-family: 'Montserrat'!important;
font-weight: 400!important;
font-size: 1rem!important;
color: #000000!important;
transition:alll .4s!important;
border-radius:0!important;
}

.btn-yellow:hover, .btn-yellow:active{
    background: #F8A834!important;
    font-weight: 700!important;
}

.home2-rtr {
    font-family: monteserrat, sans-serif;
    background-color: #fff;
    padding: 60px 15px;
    line-height: 1.3;
    text-align: right;
    font-size: 14px;
}

.home3 {
    font-family: 'Montserrat', sans-serif;
    background-color: #F7F7F7;
    padding: 100px 15px 50px;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
}
.home3 h3{
    font-family: 'Montserrat', sans-serif;
    font-size:2rem;
    line-height:35px;
    font-weight:600;
    color:#000;
    
}

.home3 p {
    font-family: 'Montserrat'!important;
font-style: normal;
font-weight: 400!important;
font-size: 1rem!important;
line-height: 20px!important;
text-align: center!important;
color: #000000!important;
}

.home-event {
    font-family: monteserrat, sans-serif;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
    background-color: #F2F2F2;
    padding: 50px 0 0 0;
}

.hr-vermelho {
    height: 2px;
    width: 20px;
    margin: 5px auto 11px;
    background-color: #FF6E61;
}
.hr-amarelo {
    height: 4px;
    width: 70px;
    margin: 7px auto 11px;
    background-color: #F8A834;
}

.home4 {
    font-family: 'Montserrat', sans-serif;
    /*background-image: url('../../img/paginas/bg-hibrido.png');*/
    background-size: 100% 100%;
    padding:0;
    line-height: 20px;
    text-align: left;
    font-size: 1rem;
    font-weight:400;
    color: #000;
    height:auto;
    position:relative;
}
.home4 .pt1{
    background-image: url('../../img/paginas/bg-hibrido-pt1.2.png');
    background-size: 100% 100%;
}
.home4 .pt2{
    background-image: url('../../img/paginas/bg-hibrido-pt2.2.png');
    background-size: 100% 100%;
}
.home4 .pt3{
    background-image: url('../../img/paginas/bg-hibrido-pt3.2.png');
    background-size: 100% 100%;
}
.home4 img{
    position:absolute;
    /* height:120%; */
    bottom:0;
    right:15%;
    width:30%;
}

.btn-blue {
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 7px 26px;
    background-color: #0F4C83;
    font-family: moon, sans-serif;
}

.btn-blue:hover {
    padding: 7px 26px;
    font-size: 17px;
    background-color: #0E4268;
    font-family: moon, sans-serif;
}

.home5 {
    font-family: monteserrat, sans-serif;
    background-color: #fff;
    padding: 80px 15px 50px;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
}
.home5 h3{
     font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}

#bg-saude{
    background: #1731BA;
}
#bg-saude h1{
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-size: 2.5rem;
line-height: 55px;
color: #FFFFFF;
}

#saude-seguranca p, #saude-seguranca ul, #saude-seguranca li{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 20px;
color: #000000;
}
#saude-seguranca h2{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 1.8rem;
line-height: 35px;
color: #000000;

}

.box-palestrantes {
    background-color: #FFF;
    padding: 0px 10px 15px;
    margin-bottom: 25px;
    font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 20px;
text-align: center;
color: #000000;
}
.box-palestrantes h4{
  font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 1.25rem;
line-height: 25px;
text-align: center;
color: #000000;
margin-top:0!important;
margin-bottom:0!important;
}

.imgpalestrantes {
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    height: 300px;
    width: 100%;
    filter: none;
}

.paddingl10 {
    padding: 0 10px;
}

.margem-linha {
    margin: -57px auto 0;
}

.divborder {
    bottom: 40px;
    font-size: 18px;
    /*position: absolute;*/
    font-family: 'Montserrat', sans-serif;
    font-size:1rem;
    line-height:20px;
}

.home6 {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    padding: 40px 15px 100px;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
}
.home6 h3{
      font-family: 'Montserrat', sans-serif;
    font-size:2rem;
    line-height:25px;
    font-weight:600;
    color:#000;
}
.btn-outline-white{
    background:transparent;
border: 2px solid #FFFFFF;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 20px;
color: #FFFFFF;
}
.btn-outline-white:hover,.btn-outline-white:active {
    background: #FFFFFF;
    color: #1731BA;
}
.dropdown-item{
    font-family:'Montserrat'!important;
    font-size:1rem;
    font-weight:400!important;
}
.dropdown-item:hover, .dropdown-item:active{
    font-weight:700!important;
}

.box-info{
    background: #1731BA;
box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.2);
border-radius: 10px;
position:absolute;
bottom:-23rem;
}
.box-info h3{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 1.8rem;
line-height: 35px;
color: #FFFFFF;
}

.rodape {
    background-color: #0E0E0E;
    line-height: 1.1em;
    color: #fff;
}
.rodape .nav-link{
    font-size:1rem!important;
}
.rodape .navbar-light .navbar-nav .nav-link:hover{
   text-decoration:3px underline #FFF!important;
}

.rodape h4 {
    font-family: moon, sans-serif;
    color: #fff;
    font-size: 16px;
}
.rodape p{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height:20px;
    font-weight:400;
    text-align:center;
}


.rodape .subtitulo1 {
    font-family: montserrat, sans-serif;
    background-color: #D50811;
    padding: 18px 10px;
    text-align: center;
    font-weight: bold;
    margin-top: -26px;
    font-size: 17px;
    color: #fff;
}

.home3 span {
    color: #888;
}

.divhora {
    width: 1px;
    height: 20px;
    margin: 0 auto;
    background-color: #fff;
}

.bglaranja1 {
    text-align: center !important;
    padding: 45px 5px !important;
    background-color: #1731BA;
    border-top: none !important;
    font-weight:600;
    font-size: 1.5rem;
    color: #fff;
    width: 180px;
}

.bglaranja2 {
    text-align: center !important;
    padding: 45px 5px !important;
    background-color: #1E0F95;
    border-top: none !important;
    font-weight:600;
    font-size: 1.5rem;
    font-family:'Montserrat'!important;
    color: #fff;
    width: 180px;
}
.portfolio{
    min-width:70vw;
    max-width:100%;
}
#portfolio h3{
    font-family: 'Montserrat'!important;
font-style: normal;
font-weight: 600!important;
font-size: 1.5rem;
line-height: 30px!important;
color: #000000!important;

}
#portfolio p{
    font-family: 'Montserrat'!important;
font-style: normal;
font-weight: 400!important;
font-size: 1rem;
line-height: 20px;
color: #000000!important;
text-align:start!important;

}

.bgazul {
    font-family: 'Montserrat', sans-serif;
    background-color: #D10B7C;
    text-align: center!important;
    padding: 30px 0!important;
    font-size: 1.5rem!important;
    color: #fff;
    font-weight:600!important;
}

.table td, .table th {
        border-top: 1px solid #B6B6B6!important;
}

.home1 {
    background-color: #f0f0f0;
    font-family: sans-serif;
    padding: 80px 0 100px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
}

.rodape2 {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    background-color: #000;
}

.hr-branco {
    margin: 30px auto;
}


/* Underline Reveal */



.flags {
    font-family: moon, sans-serif;
    color: #fff;
}

.flags:hover {
    color: #ccc;
    font-family: moon, sans-serif;
}

.row-flags {
    z-index: 99;
    float: right;
    margin-right: 20px;
    position: relative;
    margin-bottom: -30px;
}

.logo-forum {
    max-height: 100px;
    margin-bottom: 20px;
}

.column-palestrantes{
    width:25%;
}

@media (min-width: 768px) {
    .marge {
        margin: 100px 0;
    }
}


/* --- LG --- */

@media (max-width: 1199px) {}


/* --- MD --- */

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    .home4 img{
display:none;
}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 11px 2rem;
        padding-left: 2rem;
        font-size: 14px;
        text-align: left;
    }
    .mostrar {
        padding: 11px 0!important
    }
    .hvr-overline-from-center:before {
        background: #fff;
    }
    .bg-light2 {
        padding: 13px 5px;
    }
    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        border-top: none;
    }
    .home4 {
        padding: 0;
    }
    .bg-light2 {
        margin-top: 0px;
    }
}


/* --- SM --- */

@media (max-width: 767px) {
    .home5 {
        padding: 80px 5px 50px;
    }
    .home2 {
    padding: 60px 15px 60px;
}
    .home5 .col-md-3 {
        padding: 0
    }
    .bg-topo {
        display: none;
    }
    .empresa3 .btn-redround {
        margin-top: 10px;
        padding: 11px 26px;
        position: relative;
    }
    .banner {
        background-position: center center;
        padding: 50px 10px 50px;
        background-size: cover;
        text-align: center;
        min-height: auto;
    }
    .banner h1 {
        font-size: 34px;
    }
    .rodape .subtitulo1 {
        margin-top: 20px;
    }
    .home4 {
        padding: 0px;
    }
    .home4 .pt1, .home4 .pt3{
        display:none;
    }
    .home4 .col-md-4 {
        margin-bottom: 20px;
    }
    .home1 {
        padding: 80px 0 100px;
    }
    .home3 {
        padding: 80px 15px 50px;
    }
    .greybg {
        padding: 65px 10px 40px;
        min-height: auto;
    }
    .home4 .subtitulo1 {
        margin: 0px auto -54px;
        padding: 10px 10px;
        font-size: 18px;
        width: 100%;
        display: block;
    }
    .img-empresa {
        margin: 10px auto 15px;
        max-height: 350px;
        float: inherit;
        display: block;
    }
    .box-topo {
        margin-top: 0px;
    }
    .slide h1 {
        font-size: 40px;
    }
    .slide h3 {
        font-size: 40px;
    }
    .datas {}
    .divborder {
        position: relative;
    }
    .slide {
        padding: 50px 10px 50px;
    }
    .box-topo {
        box-shadow: none;
        border-bottom: 1px solid #888;
    }
    #filters li {
        width: 100%;
    }
    #filters li span {
        margin-top: -1px
    }
    	.column-palestrantes{
    width:100%;
}
}


#filters li span {
    position: relative;
    display: block;
    padding: .5rem 1.8rem!important;
    color: #000!important;
    cursor: pointer;
    font-size: 1.5em!important;
    font-weight:400!important;
    border: 2px solid #1731BA!important;
    font-family: 'Montserrat', sans-serif!important;
    .diamond-icon {
        visibility: hidden;
    }
}
#filters li span.active {
    color: #fff!important;
    background-color: #DA131B!important;
    font-weight:700!important;
    border-color: #DA131B !important;
    .diamond-icon {
        visibility: visible !important;
    }
}

.diamond-icon {
    width: 2rem;
    position: absolute; 
    top: 50px; 
    left: 60px;
}

@media(max-width: 768px) {
    .diamond-icon {
        top: 49px !important; 
        left: 140px !important;
    }
}


.logo-p {
    padding-left: 4vh!important;
    padding-right: 4vh!important;
}

.font {
    font-size: 13px!important;
}

@media (max-width: 1400px) {
    .logo-p {
        padding-left: 8vh!important;
        padding-right: 8vh!important;
    }
}

@media (max-width: 1250px) {
    .font {
        font-size: 11px!important;
    }
}

@media (max-width: 1150px) {
    .font {
        font-size: 9px!important;
    }
}

@media (max-width: 991px) {
    .font {
        font-size: 14px!important;
    }
}

@media (max-width: 510px) {
    .table td,
    .table th {
        text-align: left;
        padding: 52px 24px;
    }
}

@media (max-width: 365px) {
    .logo-p {
        padding-left: 5vh!important;
        padding-right: 5vh!important;
    }
}

.bg-white {
    background-color: white;
    color:#000;
}

.bg-blue1 {
    background-color: #0F47AF;
    color: white;
}

.border-blue1 {
    border: 2px solid #0F47AF;
}

.bg-blue2 {
    background-color: #132378;
    color: white;
}

.border-blue2 {
    border: 2px solid #132378;
}

/* Novo Design do Cronograma */
.schedule-card {
    display: flex;
    background: white;
    border-radius: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    min-height: 120px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.schedule-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.time-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 25px;
    min-width: 140px;
    font-weight: bold;
    border-radius: 25px 0 0 25px;
}

.time-block h4 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.2;
}

.time-block .time-main {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.time-block .time-sub {
    font-size: 1rem;
    font-weight: normal;
}

.content-block {
    flex: 1;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.topic-section {
    flex: 1;
}

.topic-label {
    font-size: 0.8rem;
    font-weight: bold;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.topic-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    color: #333;
    font-family: "Syne", sans-serif;
    line-height: 1.3;
}

.speakers-section {
    flex: 1;
    min-width: 200px;
}

.speakers-label {
    font-size: 0.8rem;
    font-weight: bold;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.speakers-list {
    color: #555;
    line-height: 1.5;
    margin: 0;
    font-size: 0.95rem;
}

.speakers-list strong {
    color: #333;
    font-weight: 600;
}

/* Para cards antigos que ainda não foram convertidos */
.content-block h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #333;
    font-family: "Syne", sans-serif;
}

.content-block .speakers {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.content-block .speakers strong {
    color: #333;
}

/* Cores dos Cards Normais - Todos brancos */
.schedule-card:not(.coffee-break):not(.cocktail-event) .time-block {
    background: white;
    color: #333;
    border: 1px solid #e9ecef;
}

.schedule-card:not(.coffee-break):not(.cocktail-event) .content-block {
    background: white;
    color: #333;
}

/* Coffee Break Especial - Horário amarelo, conteúdo azul */
.schedule-card.coffee-break {
    background: white;
    min-height: 100px;
}

.schedule-card.coffee-break .time-block {
    background: #FCDD08;
    color: #000;
}

.schedule-card.coffee-break .content-block {
    background: #4A90E2;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.schedule-card.coffee-break h3 {
    color: white;
    font-size: 1.6rem;
    margin: 0;
}

/* Registro Especial */
.schedule-card.registro .time-block {
    background: #f8f9fa;
    color: #333;
    border: 2px solid #e9ecef;
}

/* Cocktail Event - Fundo cinza */
.schedule-card.cocktail-event {
    background: #f8f9fa;
}

.schedule-card.cocktail-event .time-block {
    background: #e9ecef;
    color: #333;
}

.schedule-card.cocktail-event .content-block {
    background: #f8f9fa;
    color: #333;
}

/* Responsividade */
@media (max-width: 768px) {
    .schedule-card {
        flex-direction: column;
        min-height: auto;
    }
    
    .time-block {
        min-width: auto;
        padding: 20px;
        border-radius: 25px 25px 0 0;
        text-align: center;
    }
    
    .content-block {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }
    
    .topic-section, .speakers-section {
        flex: none;
        min-width: auto;
    }
    
    .schedule-card.coffee-break .content-block {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
}

.portfolio {
    margin-bottom: 5rem;
    .prog-card
    {
        position:relative;
        display: flex;
        justify-content: center;
        padding: 3rem 3rem;
        margin-top: 3rem;
        border-radius: 30px;
        z-index: 2;
        .prog-horario {
            position: absolute;
            width: fit-content;
            margin: auto;
            padding: .3rem 3rem;
            border-radius: 50px;
            top: -2rem;
            z-index: 99;
        }
    }

    .prog-cafe {
        background-color: #DA131B;
        border-radius: 100%;
        width: 13rem;
        height: 13rem;
        margin: auto;
        z-index: 99;
    }
    
    .prog-cafe div {
        padding-top: 1rem !important;
    }

    .hrlink {
        border: 2px solid #1731BA;
        width: 2px;
        height: 10rem;
        margin-top: -3rem;
        margin-bottom: -6rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        z-index: -1;
    }
}

.nav-transparent {
    position: absolute;
    
    padding-top: 25px;
    background: rgba(0, 0, 0, 0.27);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    
    .nav-item, .nav-link {
        color: white !important;
    }
}

@media(max-width: 768px)
{
    .nav-transparent {
        .navbar-collapse {
            background-color: white;
        }
        position: absolute;
        .nav-item, .nav-link {
            color: black !important;
        }
    }

    .slide {
        padding-top: 10rem;
    }

    /* #interpretacao {
        margin-bottom: 30rem;
    } */
}

#filters li {
    margin-right: 1rem;
}