#nucleo-inovacao {
    padding: 100px 0;
}

#nucleo-inovacao .container {
    justify-content: space-between;
}

.nucleo-inovacao-img {
    flex-basis: 570px;
    justify-content: flex-end;
    align-items: flex-end;
}

.nucleo-inovacao-img img{
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.nucleo-inovacao-img-bg {
    background-color: #F7F7F7;
    border-radius: 4px;
    position: absolute;
    width: 470px;
    height: 312px;
    top: 0;
    left: 0;
}

.nucleo-inovacao-content-block {
    max-width: 562px;
}

.nucleo-inovacao-content-block h2 {
    color: var(--green-primary);
    max-width: 324px;
}

.nucleo-inovacao-content-block p{
    margin-top: 20px;
}

#estrutura {
    padding: 100px 0;
    background-color: #F7F7F7;
}

.estrutura-header {
    justify-content: space-between;
    margin-bottom: 72px;
}

.estrutura-title {
    max-width: 269px;
}

.estrutura__header-title {
    color: var(--green-primary);
    margin-bottom: 16px;
	font-size: 32px;
	line-height: 38.4px;
}

.estrutura-title-line {
    height: 6px;
    background-color: var(--orange-hover);
    border-radius: 10px;
    width: 100px;
}

.estrutura-switcher {
    justify-content: space-between;
    flex-grow: 1;
}

.estrutura-switcher-item {
    background-color: var(--white);
    padding: 24px;
    box-shadow: 10px 10px 40px #E3EAE6;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

    height: 148px;
    width: 268px;
}

.estrutura-switcher-item:hover {
    cursor: pointer;
}

.estrutura-switcher-item.active {
    background-color: #dbdbdb;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.estrutura-switcher-item input {
    display: none;
}

.estrutura-switcher-item img {
    margin-bottom: 16px;
}

.estrutura-switcher-item-title {
    font-size: 18px;
    color: var(--green-primary);
}

.estrutura-content {
    animation-duration: 1s;
    animation-name: showEstuturaContent;
    animation-fill-mode: forwards;
}

.estrutura-content-block h3{
    margin-bottom: 24px;
}

.estrutura-content-block p{
    margin-bottom: 24px;
}

.estrutura-content#pessoas {
    justify-content: space-between;
}

#pessoas .estrutura-content-block {
    max-width: 500px;
}

#pessoas picture {
    border-radius: 5px;
    box-shadow: 16px 16px 32px rgb(6 57 12 / 10%);
}

.estrutura-content#centro mark {
    background-color: transparent;
}

.estrutura-content#centro mark.active {
    background-color: #FFB877;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

#row-1.centro-content-row {
    justify-content: space-between;
    align-items: flex-start;
}

#row-1.centro-content-row .estrutura-content-block{
    max-width: 569px;
}

#row-1.centro-content-row picture img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
  }
  .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
  }

.centro-pesquisa-highlighter {
    flex-wrap: wrap;
}

.centro-pesquisa-highlighter-item {
    padding: 16px 24px;
    width: 269px;
    align-items: center;
    background-color: #FCFCFC;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 5px;

    margin-bottom: 16px;
}

.centro-pesquisa-highlighter-item:hover {
    cursor: pointer;
}

.centro-pesquisa-highlighter-item.active {
    background-color: #e2e2e2;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.centro-pesquisa-highlighter-item:nth-child(2n) {
    margin-left: 16px;
}

.centro-pesquisa-highlighter-item > img {
    margin-right: 16px;
}

.centro-pesquisa-highlighter-item input {
    display: none;
}

.centro-videos {
    margin: 100px 0;
}

.centro-videos > h2 {
    text-align: center;
    color: var(--green-primary);
    margin-bottom: 50px;
}

.centro-videos-showing, .laboratorio-video-showing {
    background-color: #000;
    margin-bottom: 60px;
}

.centro-videos-showing video, .laboratorio-video-showing video {
    width: 100%;
}

.centro-videos-showing-title {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    background-color: #2F8B5D;
    border-radius: 10px;
    padding: 12px 0;
    color: var(--white);

    bottom: -45px;
}

.centro-videos-options {
    justify-content: space-between;
}

.centro-videos-options-item {
    width: 268px;
    height: 180px !important;
    background-size: 100% 160px;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.centro-videos-play-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
}

.centro-videos-options-item-title {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: #2F8B5D;
    border-radius: 5px;
    color: var(--white);
    padding: 10px 0;
    bottom: 20px;
}

#laboratorio .estrutura-content-block {
    margin-right: 32px;
}

.laboratorio-video > h2 {
    text-align: center;
    color: var(--green-primary);
    margin-bottom: 44px;
}

#polos {
    padding: 100px 0;
    height: 607px;
}

#polos .container {
    justify-content: space-between;
}

.polos-content {
    max-width: 504px;
    width: 50%;
    float: left;
}

.polos-content > h2 {
    color: var(--green-primary);
    margin-bottom: 24px;
}

.polos-content > p {
    max-width: 475px;
}

@keyframes showBox {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

.polos-slider {
    box-sizing: border-box;
    padding: 32px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 16px 16px 32px rgba(6, 57, 12, 0.1);
    border-radius: 10px;
    min-height: 281px;

    margin-top: 32px;
    animation-name: showBox;
    animation-duration: 200ms;
}

.polos-img-container img {
    height: 100%;
    width: 100%;
    max-height: 271px;
    object-fit: cover;
}

.polos-slider .glide__bullets {
    display: flex;    
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 16px;
} 

.polos-slider .glide__bullet {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #BFD1C8;

    -webkit-transition: all 100ms ease-out;  
    -moz-transition: all 100ms ease-out;  
    -o-transition: all 100ms ease-out;  
    transition: all 100ms ease-out;
}

.polos-slider .glide__bullet.glide__bullet--active {
    height: 11px;
    width: 11px;
    background-color: var(--orange-hover);
}

.polos-city {
    color: var(--green-primary);
    margin-bottom: 16px;
}

.polos-city-state {
    margin-bottom: 16px;
    display: block;
}

#polos-mapa {
    float: right;
    position: absolute;
    right: 50%;
}

.centro-videos .glide__track {
    height: 160px;
    border-radius: 5px;
}

.centro-videos .glide__slide:hover {
    cursor: pointer;
}

.centro-videos .glide-arrows {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.centro-videos .glide-arrows button{
    position: absolute;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: 0px 8px 16px rgba(6, 57, 12, 0.09);

    top: 58px
}

.centro-videos .glide-arrows button:nth-child(1) {
    left: -53px;
}

.centro-videos .glide-arrows button:nth-child(2) {
    right: -53px;
}

/*Animações*/
@keyframes showEstuturaContent {
    from {
        opacity: 0;
        transform: translateX(-200px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}