/* Variables*/
:root {
    /* --primary-color: #411564; */

    --primary-color: #454545; 
    /* --secondary-color: #ED1651; */
    --secondary-color: #FFD910;
    
    /* --tertiary-color: #A4D92A; */
    --color-light-red: #D91448;
    --color-light-green: #1DAA7D;
    --color-light-purple: #B6ABCA;
    --color-medium-purple: #674483;
}
/* Unimed Slab */
@font-face {
    font-family: 'Unimed Slab - 2020';
    src: url('../fonts/UnimedSlab-2020-Regular.woff2') format('woff2'),
        url('../fonts/UnimedSlab-2020-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

/* Unimed Sans */
@font-face {
    font-family: 'Unimed Sans - 2020';
    src: url('../fonts/UnimedSans-2020-Regular.woff2') format('woff2'),
        url('../fonts/UnimedSans-2020-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Unimed Sans Bold - 2020';
    src: url('../fonts/UnimedSans-2020-Bold.woff2') format('woff2'),
        url('../fonts/UnimedSans-2020-Bold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}



/* Commom */
html {
    font-size: 14px;
    scroll-behavior: smooth;

}
body {
    font-size: 1em;
    line-height: 140%;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #5B5C65;
    margin: 0;
}
main {
    padding-top: 50px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h1 {
    font-family: 'Unimed Sans Bold - 2020';
    font-size: 64px;
    line-height: 100%;
}
h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
}
h3 {
    font-size: 1.2rem;
}
p {
    font-size: 1em;
    margin: 0;
}
a {
    color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
a:hover,
a:focus,
a:active {
    color: var(--secondary-color);  
}
ol,ul, figure {
    list-style: none;
    margin:0;
    padding:0;
}
*:focus {
    outline: none;
}

/* Utils */
.color-primary {
    color: var(--primary-color);
}
.color-secondary {
    color: var(--secondary-color);
}
/* .color-secondary {
    color: var(--secondary-color);
} */
.text-xs {
    font-size: 14px;
}
.text-sm {
    font-size: 18px;
}
.text-md {
    font-size: 20px;
    margin-block-start: .5em;
    margin-block-end: .5em;
}
.text-lg {
    font-size: 48px;
}
.text-xl {
    font-size: 64px;
}
.text-white {
    color: white;
}
.mt-24 {
    margin-top: 24px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mt-10 {
    margin-top: 10%;
}
.mt-30 {
    margin-top: 30px;
}
.mr-24 {
    margin-right: 24px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

/* Buttons */
.btn {
    padding: 10px 60px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    border-radius: 30px;
    text-transform: uppercase;
    border: none;
}
/* .btn-primary {
    background-color: var(--secondary-color);
    color: #fff;
} */
.btn-secondary {
    background-color: var(--secondary-color);
    /* color: #fff; */
    color: var(--primary-color);
    font-weight: bold;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: var(--color-light-red);
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--color-light-red);
    color: #fff;
}
.btn-tertiary {
    /* background-color: var(--tertiary-color); */
    font-weight: bold;
    color: var(--primary-color);

    background: #FFD910;
    border-radius: 48px;
}
.btn-sm {
    font-size: 16px;
    line-height: 19px;
}
.btn-lg {
    width: 100%;
    padding: 18px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.section {
    padding: 96px 0;;
}
.section-title {
    width: 100%;
    font-family: 'Unimed Sans Bold - 2020';
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
}
.section-title.prolongation {
    font-size: 2.4rem;
    margin-top: 10px;
}

.section-title span {
    font-family: 'Unimed Slab - 2020';
    font-weight: normal;
    vertical-align: bottom;
    
}
.section-title.lg {
    font-size: 64px;
} 
.section-subtitle {
    margin-top: 16px;
    font-size: 20px;
    line-height: 140%;
}

/* Box */
.recent-recognition {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    padding: 24px;
}
.recent-recognition .box-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    margin: 8px 16px;
    color: var( --primary-color);
}
.recent-recognition .box-subtitle {
    
    color: var( --primary-color);
    font-family: 'Unimed Slab - 2020';
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 150%;
    text-transform: uppercase;
    padding: 0 40px;
}
.section-manu .title-recent {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var( --color-light-red );
    margin-bottom: 40px;
}

.area-box-iniciativas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.box-iniciativas {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    border: 1px solid #FFD910;
    padding: 32px 18px;
    color: #fff;
    flex: 1;
    font-family: 'Unimed Slab - 2020';
    margin-bottom: 32px;
}
.box-iniciativas .box-title{ 
    font-style: normal;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 12px;
    color: #fff;
}
.box-iniciativas .box-subtitle{ 
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
}
.box-iniciativas .box-subtitle span{ 
    color: var(--secondary-color);
}
.area-programacao {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.box-programacao {
    font-family: 'Unimed Slab - 2020';
    background: rgba(255, 255, 255, 0.2);
    /* background: #FFD910; */
    border-radius: 8px;
    color: #fff;
    flex: 1;
}
.box-programacao .box-title {
    /* text-align: center;
    color: #62447F;
    font-size: 18px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 28px 15px;
    font-weight: 600; */

    font-family: Unimed Sans - 2020;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 140%;
    /* identical to box height, or 62px */

    display: flex;
    align-items: center;
    text-align: center;

    color: #64401C;
}
.box-programacao .list-box-programacao{
    /* padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 55px;
    text-align: center; */

    font-family: Unimed Sans - 2020;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 140%;
    /* or 39px */

    display: flex;
    align-items: center;
    text-align: center;

    color: #64401C;
}

.box-cronograma {
    font-family: 'Unimed Slab - 2020';
    /* background: rgba(255, 255, 255, 0.2); */
    background: #FFD910;
    border-radius: 8px;
    color: #64401C;
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 20px 1em;
    margin-bottom: 2em;
}
.box-cronograma .box-title {
    /* text-align: center;
    color: #62447F;
    font-size: 18px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 28px 15px;
    font-weight: 600; */

    font-family: Unimed Sans - 2020;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 140%;
    /* identical to box height, or 62px */

    display: flex;
    align-items: center;
    text-align: center;

    /* color: #64401C; */
}
.box-cronograma .box-desc {
    font-family: Unimed Sans - 2020;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;  
    height: 117px;
    display: flex;
    align-items: flex-start;
}

.area-diferenciais {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.box-diferenciais {
    font-family: 'Unimed Slab - 2020';
    padding: 28px;
    background: #373737;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    /* flex: 1; */
    /* width: 355px; */
    height: 100%;
}
.box-diferenciais .box-subtitle {
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
    margin-top: 8px;
    color: #FFFFFF;
}

.box-gray {
    background: #3D3E3D;
    box-shadow: 1px 16px 28px #3F3F3F;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 26px;
    font-family: 'Unimed Slab - 2020';
}
.box-gray img {
    margin-bottom: 20px;
}
.box-gray .box-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 8px;
}
.box-gray .box-subtitle {
    font-size: 16px;
    line-height: 100%;
}

/* Menu Navbar */
.navbar {
    display: none;
}
#navbar.scroll {
    /* background: rgba(0,0,0,.8); */
}
/* Menu Mobile */
.navbar-mobile {
    display: none;
}
.navbar.navbar-show #menu,
.navbar-mobile.navbar-show {
    opacity: 1;
}
.navbar.navbar-hide #menu,
.navbar-mobile.navbar-hide {
    opacity: 0;
    display: none;
    pointer-events: none;
}

@media (min-width: 700px) {
    /* Menu Navbar */
    .navbar {
        width: 100%;
        display: block;
        position: fixed;
        padding: 0;
        margin: 0;    
        /* background: #411564; */
        /* background: linear-gradient(180deg, #584256 0%, rgba(88, 66, 86, 0) 560.71%); */
        /* background: #584256; */
        /* background: #62447F; */
        background: #FFD910;
        z-index: 10;
    }
    .navbar #logo img{
        width: 170px;
        -webkit-transition:width 1s ease;
        -moz-transition:width 1s ease; 
        -o-transition:width 1s ease;        
        transition:width 1s ease; 
    }
    /* .navbar-mobile .navbar-brand-mobile {
        position: absolute;
        bottom: -65px;
        display: block;
        left: 40px;
    }
    .navbar-mobile .navbar-brand-mobile img{
        width: 130px;
    } */

    .navbar #logo.scroll img{
        width: 130px;
    }
    .navbar #menu {
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }
    .navbar .navbar-content {
        width: 100%;
        /* padding: 10px 0; */
        padding: 1em 0;
        display: flex;
        /* justify-content: flex-start; */
        justify-content: space-between;
        align-items: center;

        -webkit-transition:padding 1s ease;
        -moz-transition:padding 1s ease; 
        -o-transition:padding 1s ease;        
        transition:padding 1s ease;  
    }
    .navbar .navbar-content.scroll {
        padding: 5px 0;
    }
    .navbar-item {
        display: inline-block;
        margin-left: 10px;
    }
    .navbar-link {
        display: block;
        background: transparent;
        padding: 8px;
        font-size: 14px;
        font-weight: 700;
        /* color: #fff; */
        /* color: #B1D34B; */
        color: #2E2046;
        background: transparent;
        transition: all ease-in-out 200ms;
    }

    @-webkit-keyframes fadeIn {
        from { opacity: 0; }
          to { opacity: 1; }
    }
    @keyframes fadeIn {
        from { opacity: 0; }
          to { opacity: 1; }
    }

    .navbar-link.btn-link {
        /* border: 1px solid #FFFFFF; */
        /* border: 1px solid #B1D34B; */
        /* border: 2px solid #FFD910; */
        border: 2px solid #8E277D;
        border-radius: 48px;
        margin-left: 35px;
        padding: 10px 40px;
        opacity: 0;
        transition: padding 1s ease;
        display: none;
    }
    .navbar-link.btn-link.show {
        opacity: 1;
        display: inline-block;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
        /* color: #FFD910; */
        color: #8E277D;
        font-size: 13px;
        margin: 8px 0;
    }
    .navbar-link:hover,
    .navbar-item.active .navbar-link,
    .navbar-link:active,
    .navbar-link:focus {
        color: var(--color-light-purple);
        text-decoration: none;
    }
}
@media (max-width: 699px) {
    .navbar-mobile {
        width: 100%;
        height: 68px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        /* background-color: #411564; */
        /* background-color: #584254; */
        background: #FFD910;
        color: #fff;
        position: fixed;
        z-index: 11;
    }
    .navbar-mobile .menu {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-mobile .menu li .navbar-link {
        padding: 10px;
        font-weight: bold;
        /* color: #fff; */
    }
    .navbar-mobile .menu li .navbar-link:hover,
    .navbar-mobile .menu li .navbar-link:focus,
    .navbar-mobile .menu li .navbar-link:active {
        color: var(--color-light-purple);
        text-decoration: none;
    }  

     .navbar-mobile .navbar-brand-mobile {
        position: absolute;
        bottom: -65px;
        display: block;
        left: 40px;
    }
    .navbar-mobile .navbar-brand-mobile img{
        width: 130px;
    }


    /* Menu mobile */
    /* .navbar-mobile {
        width: 100%;
        height: 68px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-color: #411564;
        color: #FFF;
        padding: 0 15px;
        position: fixed;
        z-index: 11;
    }
    .menu {
        display: flex;
        flex-direction: row;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .menu > li {
        margin: 0 1rem;
    }
    .menu-button-container {
        display: none;
        height: 100%;
        width: 30px;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #menu-toggle {
        display: none;
    }
    .menu-button,
    .menu-button::before,
    .menu-button::after {
        display: block;
        background-color: #fff;
        position: absolute;
        height: 4px;
        width: 30px;
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 2px;
    }
    .menu-button::before {
        content: '';
        margin-top: -8px;
    }
    .menu-button::after {
        content: '';
        margin-top: 8px;
    }

    #menu-toggle:checked + .menu-button-container .menu-button::before {
        margin-top: 0px;
        transform: rotate(405deg);
    }

    #menu-toggle:checked + .menu-button-container .menu-button {
        background: rgba(255, 255, 255, 0);
    }

    #menu-toggle:checked + .menu-button-container .menu-button::after {
        margin-top: 0px;
        transform: rotate(-405deg);
    }
    .menu-button-container {
        display: flex;
    }
    .menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        padding-top: 50px;
        left: 0;
        flex-direction: column;
        justify-content: baseline;
        align-items: center;
        background: rgba(48, 45, 51, .95);
        z-index: -1;
        display: none;
    }
    #menu-toggle ~ .menu li .navbar-link {
        width: 100%;
        height: 0;
        margin: 0;
        border: 0;
        color: white;
        padding: 0.5em 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle ~ .menu li .navbar-link:focus,
    #menu-toggle ~ .menu li .navbar-link:active {
        color: var(--secondary-color);
    }
    #menu-toggle:checked ~ .menu {
        display: flex;
    }
    #menu-toggle:checked ~ .menu li .navbar-link {
        border-top: 1px solid rgba(196, 196, 196, .1);
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 1;
    }
    .menu > li {
        width: 100%;
        margin: 0;
    } */
}

/* Início */
.section-inicio {
    /* background: #411564 url('../img/bg-inicio.png') no-repeat center center; */
    
    /* background: linear-gradient(180deg, rgba(107, 81, 97, 0.9) 49.48%, #ED1651 100%), 
                url('../img/bg-inicio-new.png') no-repeat center center; */

    background: linear-gradient(252.37deg, rgba(107, 58, 89, 0) 0%, rgba(65, 21, 100, 1) 74.48%),
                url('../img/banner_horizontes.png') no-repeat center center;



    background-size: cover;
    color: #fff;
    padding: 96px 0 200px;
}
.section-inicio .section-subtitle {
    color: #fff;
    font-family: 'Unimed Slab - 2020';
    line-height: normal;
    margin-top: 40px;
    /* font-size: 24px; */
    /* line-height: 101%; */
}
.section-inicio .section-subtitle p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.section-inicio .section-subtitle p:nth-child(2) {
    font-size: 20px;
}
.section-inicio .section-subtitle p:nth-child(3) {
    font-size: 20px;
}
.section-inicio .section-content {
    font-size: 24px;
    line-height: 150%;
    margin-top: 50px;
}
.section-inicio .section-content .text-started{
    width: 65%;
    font-size: 18px;
    line-height: 23px;
}
.section-inicio .section-content .btn {
    margin-top: 32px;
}


/* Manu */
.section-manu {
    /* background: #454847; */
    background: #FFFFFF;
    padding: 78px 0;
    color: #fff;
}
.section-manu .section-title{ 
    color: var(--primary-color);
}
.section-manu .section-subtitle {
    text-align: center;
    font-family: 'Unimed Slab - 2020';
   
    display: flex;
    align-items: center;
    justify-content: center;
    color: var( --color-light-red );
    
}

.section-manu .section-subtitle:before {
     width: 135px;
     /* width: 110px; */
    height: 1px;
    content: '';
    display: block;
    margin-right: 20px;
    /* background: linear-gradient(89.91deg, rgba(29, 170, 125, 0) 0%, #1DAA7D 100%); */
    background: linear-gradient(90deg, rgba(237, 22, 81, 0) 0%, var( --color-light-red ) 100%);
}
.section-manu .section-subtitle:after {
    /* width: 135px; */
    width: 110px;
    height: 1px;
    content: '';
    display: block;
    margin-left: 20px;
    /* background: linear-gradient(89.91deg, rgba(29, 170, 125, 0) 0%, #1DAA7D 100%); */
    background: linear-gradient(90deg, rgba(237, 22, 81, 0) 0%, var( --color-light-red ) 100%);
    transform: rotate(180deg);
}

.section-manu .section-title-2 {
    font-weight: bold;
    font-size: 40px;
    font-family: 'Unimed Slab - 2020';
    line-height: 100%;
    color: var(--color-light-green);
    text-align: center;
    margin-bottom: 40px;
}
.section-manu .section-subtitle-2 {
    font-size: 24px;
    font-family: 'Unimed Slab - 2020';
    line-height: 150%;
    text-align: center;
    color: #BADDCC;
}
.section-manu .section-content {
    font-size: 20px;
    color: #5B5C65;
    line-height: 150%;
    text-align: center;
    padding: 0 10%;
    /* margin-bottom: 40px; */
    margin: 40px 40px;
}
.section-manu .case-title {
    font-family: 'Unimed Slab - 2020';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    /* identical to box height, or 40px */
    margin-bottom: 40px;
    text-align: center;
    color: var(--tertiary-color);
}


/* Video */
.section-video-mobile {
    background: #454847;
    display: none;
}
.section-video-mobile img {
    width: 100%;
}
#fullscreen-div {
    margin-top: -156px;
    margin-bottom: 56px;
}
#fullscreen-div img {
    cursor: pointer;
}
#myvideo {
    display: none;
}

/* Text */
.section-text {
    position: relative;
    background: #fff url('../img/bg-text.svg') repeat center center;
    background-attachment: fixed;
}
.section-text img {
    margin-bottom: 28px;
}
.section-text .section-title {
    font-weight: bold;
    line-height: 120%;
}
.section-text:before {
    width: 100%;
    height: 109px;
    content: '';
    display: block;
    background: url('../img/bg-shadow-top.svg') repeat center center;
    top: 0;
    position: absolute;
}
.section-text:after {
    width: 100%;
    height: 109px;
    content: '';
    display: block;
    background: url('../img/bg-shadow-bottom.svg') repeat center center;
    bottom: 0;
    position: absolute;
}
/* iniciativas */
.section-iniciativas {
    /* background: radial-gradient(59.55% 100.12% at 0.84% -6.2%, rgba(65, 21, 100, 0.88) 0%, #411564 100%); */
    background: var(--primary-color);
    color: #fff;
}
.section-iniciativas .section-title {
    margin-bottom: 48px;
 }
 .section-iniciativas h3 {
    font-family: Unimed Sans - 2020;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    /* identical to box height, or 32px */
    /* text-align: center; */
    text-transform: uppercase;
    color: #FFD910;
    margin-bottom: 1em;
 }

 .section-iniciativas .section-content {
    font-size: 20px;
    color: #F5F6FA;
    line-height: 150%;
    text-align: center;
    padding: 0 10%;
    /* margin-bottom: 40px; */
    margin: 40px 40px;
}

.section-iniciativas .col- {
    margin-bottom: 1em;
}
.section-iniciativas .col- h3 {

}
/* Cronograma */
.section-cronograma {
    /* background: radial-gradient(59.55% 100.12% at 0.84% -6.2%, rgba(65, 21, 100, 0.88) 0%, #411564 100%); */
    background: radial-gradient(59.55% 100.12% at 0.84% -6.2%, #ED1651 0%, #454545 100%);
    color: #fff;
}
.section-cronograma .section-title {
   margin-bottom: 48px;
}
.section-cronograma .section-subtitle-3 {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    padding: 25px 45px;
    position: relative;
}
.section-cronograma .section-subtitle-3 span {
    display: inline-block;
}
.section-cronograma .section-subtitle-3 span:first-child{ 
    font-family: 'Unimed Sans - 2020';
    background: #ED1651;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    padding: 6px 32px;
    margin-right: 32px;
}
.section-cronograma .section-subtitle-3 span:last-child{ 
    font-family: 'Unimed Sans - 2020';
    font-size: 20px;
    color: #62447F;
    font-style: normal;
    line-height: 140%;
    font-weight: 600;
}
.section-cronograma .section-subtitle:after {
    width: 30%;
    height: 5px;
    content: '';
    display: block;
    background: linear-gradient(90deg, #B6ABCA 0%, #62447F 92%);
    margin-top: 16px;
}


.section-cronograma .area-description {
    /* background: linear-gradient(93.48deg, rgba(193, 34, 78, 0) -59.68%, #C0234E 104.33%);
    padding: 0; */
    margin: 0;
}
.section-cronograma .area-description .description {
    background: linear-gradient(93.48deg, rgba(193, 34, 78, 0) -59.68%, #C0234E 104.33%);
    
}
.section-cronograma .desc-text {
    font-family: 'Unimed Sans - 2020';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 148%;
    margin: 0 25px;
    font-weight: normal;
}
.section-cronograma .details {
    font-family: 'Unimed Sans - 2020';
    color: #fff;
}
.section-cronograma .details div[class*='col-']{ 
    padding: 0;
}
/* .section-cronograma .details div[class*='col-']:last-child{ 
    padding-right: 15px;
} */
.section-cronograma .details h5{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    background: rgba(255, 255, 255, 0.3);
    padding: 27px;
    text-align: center;
}
.section-cronograma .details ul{
    background: rgba(255, 255, 255, 0.2);
    height: calc(100% - 79px);
}
.section-cronograma .details ul li{
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}

.card-sm {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    min-height: 336px;
}
.card-sm.card-white {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-sm .card-title {
    height: 80px;
    color: #62447F;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Unimed Sans - 2020';
    line-height: 140%;
    background: #fff;
    border-radius: 4px;
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-content {
    padding: 10px;
}
.card-content p {
    padding: 15px 0;
    font-family: 'Unimed Sans - 2020';
}
.card-number {
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: 'Unimed Slab - 2020';
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #62447F;
    background: #B6ABCA;
    box-shadow: 3px 4px 20px rgba(98, 68, 127, 0.4);
    border-radius: 8px;
    padding: 4px;
    margin: -32px auto;
    position: absolute;
    right: 0;
    left: 0;
}

/* Programação */
.section-programacao {
    /* background: linear-gradient(65.02deg, #411564 26.71%, #6B3A59 84.45%); */
    background: linear-gradient(65.02deg, #FFD910 26.71%, #D7812B 84.45%);
}
.section-programacao .section-title {
    color: #fff;
    margin-bottom: 48px;
}
.section-programacao .count-module{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}
.section-programacao .count-module .count-number {
    font-size: 65px;
    color: #64401C;
    transform: rotate(-90deg);
    position: absolute;
    left: -160px;
    display: flex;
    width: 500px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.section-programacao .box-subtitle {
    padding: 10px;
}
.section-programacao .card-content p{
    color: #fff;
    font-family: 'Unimed Slab - 2020';
    font-style: normal;
    font-size: 20px;
    line-height: 148%;
    font-size: 20px;
}
.section-programacao .card-content:after {
    /* width: 50%;
    height: 2px;
    content: '';
    display: block;
    background: linear-gradient(90deg, transparent 34.02%, #FFD910 92%);
    transform: rotate(180deg);
    margin-top: 16px; */
}

/* Nossos diferenciais */
.section-diferenciais {
    background: #454545;
}
.section-diferenciais .section-title {
    color: #fff;
    margin-bottom: 48px;
    text-align: center;
}
.section-diferenciais .box-subtitle {
    padding: 10px 0;
}
.section-diferenciais .section-subtitle {
    text-align: center;
    font-family: 'Unimed Slab - 2020';
    margin-top: 54px;
    margin-bottom: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
}
.section-diferenciais .section-subtitle:before {
    width: 135px;
    height: 1px;
    content: '';
    display: block;
    margin-right: 20px;
    background: linear-gradient(90deg, rgba(237, 22, 81, 0) 0%, var( --secondary-color ) 100%);
}
.section-diferenciais .section-subtitle:after {
    width: 110px;
    height: 1px;
    content: '';
    display: block;
    margin-left: 20px;
    background: linear-gradient(90deg, rgba(237, 22, 81, 0) 0%, var( --secondary-color ) 100%);
    transform: rotate(180deg);
}

/* Para quem */
.section-para-quem {
    width: 100%;
    position: relative;
    background: url('../img/bg-para-quem.png') no-repeat right center;
    background-size: cover;
}
.section-para-quem:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* background: linear-gradient(234.23deg, #00995D 0%, rgba(29, 170, 125, 0) 63.18%), 
    radial-gradient(48.1% 324.11% at 14.82% 35.47%, 
    rgba(0, 153, 93, 0) 0%, #00995D 82.81%); */
    /* background: linear-gradient(250.87deg, var(--primary-color); 0%, rgba(69, 69, 69, 0) 64.1%), radial-gradient(48.1% 324.11% at 14.82% 35.47%, rgba(237, 22, 81, 0) 0%, #ED1651 82.81%);
     */
     /* background: linear-gradient(98.21deg, rgba(107, 58, 89, 0.8) -1.11%, #411564 70.5%); */
     background: linear-gradient(98.21deg, rgba(255, 217, 16, 0.48) -1.11%, #D7812B 70.5%);
     transform: rotate(-180deg);
    z-index: 1;
}
.section-para-quem .container {
    z-index: 1;
    position: relative;
}
.section-para-quem .section-title {
    color: #fff;
    margin-bottom: 25px;
}
.card-md {
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    border: 2px solid #7AC0A0;
}
.card-md2 {
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    border: 2px solid #FFD910;
}
.card-md .card-title {
    font-family: 'Unimed Sans - 2020';
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: var(--primary-color);


}
.card-md .card-content {
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-color);
}

.section-para-quem .card-content:after { 
    width: 20%;
    height: 2px;
    content: '';
    display: block;
    /* background: linear-gradient(90deg, #FFFFFF 0%, #7AC0A0 92%); */
    background: linear-gradient(90deg, #FFFFFF 34.02%, #FFD910 92%);
    transform: rotate(180deg);
    margin-top: 16px;

}
.section-para-quem .card-title:after {
    /* width: 20%;
    height: 2px;
    content: '';
    display: block; */
    /* background: linear-gradient(90deg, #FFFFFF 0%, #7AC0A0 92%); */
    /* background: linear-gradient(90deg, #FFFFFF 27.31%, #ED1651 54.15%);
    transform: rotate(180deg);
    margin-top: 16px; */
}

/* Minha vaga */
.section-minha-vaga {
    background: #FFF;
    color: #3D3D3D;
}
.section-minha-vaga .section-title {
    margin-bottom: 54px;
    text-align: center;
}

.section-minha-vaga .card {
    display: flex;
    flex-direction: row;
    background: #fff;
    /* border: 2px solid #BADDCC; */
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 10%;
    margin-left: 10%;

    display: flex;
    flex-wrap: wrap;
}
.section-minha-vaga .card .card-header {
    background: #1DAA7D;
    border-radius: 6px 6px 0px 0px;
    padding: 15px 40px;
}
.section-minha-vaga .card .card-header h3 {
    color: #fff;
    font-family: 'Unimed Sans - 2020';
    font-weight: normal;
    font-size: 30px;
    line-height: 140%;
}
.section-minha-vaga .card .card-header h3 strong {
    font-family: 'Unimed Slab - 2020';
}
.section-minha-vaga .card .card-body {
    /* padding: 16px 40px 32px; */
    padding: 0;
    border: 1px solid #b5a5c5;
    border-radius: 8px;
}
.section-minha-vaga .card .card-body ul{ 
    font-family: 'Unimed Sans - 2020';
}
.section-minha-vaga .card .card-body ul li{ 
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #b5a5c5;
}
.section-minha-vaga .card .card-body ul li .module-title {
    color: #7C7C83;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}
.section-minha-vaga .card .card-body ul li .module-val {
    color: #5A5A65;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
}
.section-minha-vaga .card .card-body ul li .cupom {
    margin-top: 1.5em;
    text-align: center;
}
.section-minha-vaga .card .card-body ul li .cupom b{
    color: #411564;
}


.section-minha-vaga .card .card-body ul li .module-val strong{ 
    color: #ED1651;
    font-size: 15px;
}

.section-minha-vaga .card-subtitle {
    font-family: 'Unimed Sans - 2020';
    border-radius: 8px;
    /* font-weight: 600; */
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    color: #411564;
    /* margin: 0 0 10px; */
    position: relative;
    background: #f8f3fc;
    padding: 22px;
    margin: 0;
    display: flex;
    flex-direction: ;
    justify-content: center;
    align-items: baseline;
}

.section-minha-vaga .card-subtitle .area-info {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.section-minha-vaga .card-subtitle .ic-vacancy { 
    position: absolute;
    /* background: #F1C8C3; */
    background-color: #62447F;
    box-shadow: 3px 4px 20px rgb(98 68 127 / 40%);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    top: -35px;
    text-align: center;
}
.section-minha-vaga .card-subtitle span{ 
    font-size: 20px;
    opacity: .8;
    
    line-height: 22px;
}
.section-minha-vaga .card-content {
    font-family: 'Unimed Sans - 2020';
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    padding: 5px 0;
}
.section-minha-vaga .card-content img {
    margin-right: 12px;
}
.section-minha-vaga .btn-minha-vaga{
    margin: 0 auto;
    display: block;
    width: 75% !important;
}
/* Footer */
footer {
    /* background: #245F40; */
    background: #411564;
}
.section-footer {
    padding: 60px 0 0;
    position: relative;
}
.section-footer .area-footer {
    display: flex;
    justify-content: center;
}
.section-footer .area-image-footer{ 
    display: flex;
    gap: 35px;
}
.section-footer .area-image-footer .social-media { 
    
}
.section-footer .area-image-footer .social-media .social-title{ 
    font-family: 'Unimed Sans - 2020';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}
.section-footer .area-image-footer .social-media ul { 
    display: flex;
    align-items: center;
    gap: 15px; 
    margin-top: 10px;
}

/*  */


/* Back to top */
.back-to-top {
    display: flex;
    justify-content: flex-end;
}
.back-to-top-link {
    padding: 15px;
    bottom: 0;
    right: 0;
    margin-right: 30px;
    /* background: #1daa7d; */
    background: #62447F;
}

@media (min-width: 576px) {
    h1 {
        font-size: 4rem;
        line-height: 4.125rem;
    }
    h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    .text-sm {
        font-size: 20px;
    }
    .text-md {
        font-size: 24px;
        margin-block-start: .5em;
        margin-block-end: .5em;
    }
}
@media (max-width: 767px) {
    .section {
        padding: 50px 10px;
        /* padding: 85px 10px 50px 10px; */
    }
    .section-inicio {
        padding: 85px 10px 50px 10px
    }

    .section-inicio .section-title {
        font-size: 40px;
        line-height: 100%;
    }
    .section-inicio .section-content .text-started {
        width: 100%;
    }
    .section-title.prolongation {
        font-size: 1.25rem;
        line-height: 1.8rem !important;
    }
    .section-title.prolongation .badge-danger{
        margin-top: 8px;
    }
    .section-subtitle {
       font-size: 1rem !important;
    }

    
    .section-programacao {
        background: linear-gradient(266deg, #FFD910 26.71%, #D7812B 84.45%);
    }
    .section-programacao .count-module .count-number{
        position: relative;
        left: 0;
        right: 0;
        transform: rotate(0);
        width: auto;
        font-size: 3em;
        margin-bottom: 1em;
    }

      
    .section-inicio .section-content {
        margin-top: 1.125rem;
        font-size:1rem;
    }
    main {
        padding-top: 68px;
    }
    .btn {
        width: 100%;
    }
    .btn-lg {
        padding: 12px 0;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
    }
    .section-title {
        font-weight: normal;
        font-size: 24px;
        line-height: 100%;
    }
    .section-manu {
        padding: 56px 0;
        
        /* padding: 86px 0; */

    }
    /* .section-manu .section-title {
        text-align: center;
    } */
    .section-manu .section-subtitle {
        font-size: 14px;
        line-height: 100%;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .section-manu .section-title-2 {
        font-family: 'Unimed Slab - 2020';
        font-weight: bold;
        font-size: 20px;
        line-height: 100%;
    }
    .section-manu .section-content,
    .section-manu .section-subtitle-2 {
        font-family: 'Unimed Slab - 2020';
        font-weight: normal;
        font-size: 14px;
        line-height: 150%;   
        
        padding: 0;
        margin: 40px 0;
    }
    .section-manu .title-recent {
        margin-bottom: 15px;
    }
    .section-manu .recent-recognition {
        box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
        margin-top: 15px;
    }
    .section-manu .case-title {
        font-size: 20px;
    }

    .section-iniciativas .section-title {
        margin: 0;
    }
    .section-iniciativas .section-content {
        margin: 25px 0 40px 0;
        padding: 0;
    }

    .section-iniciativas .area-box-iniciativas .box-iniciativas {
        flex: auto;
    }
    .section-iniciativas .box-iniciativas {
        margin-bottom: 1em;
    }
    .section-iniciativas .col- {
        text-align: center;
    }
    .section-programacao .card-content{
        padding: 0;
    } 
    .section-programacao .area-programacao {
        margin-top: 30px;
    }
    .box-gray {
        margin-bottom: 16px;
        padding: 40px 30px;
    }
    .box-gray .box-title {
        font-size: 24px;
    }
    .box-gray .box-subtitle{
        font-size: 14px;
    }
    .section-text {
        padding: 85px 0;
    }
    .section-text .section-title {
        font-family: 'Unimed Sans - 2020';
        font-weight: 800;
        font-size: 24px;
        line-height: 120%;
    }
    .section-text:before,
    .section-text:after,
    .section-text img {
        display: none;
    }
    .section-cronograma {
        padding: 50px 10px 0;
        /* padding: 80px 10px 0; */
    }
    .section-cronograma .section-title {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 40px;
    }
    .section-cronograma .section-subtitle {
        margin-bottom: 79px;
    }
    .section-cronograma .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .section-cronograma .card-sm {
        margin-bottom: 70px;
    }
    .section-cronograma .section-subtitle-3{
        /* padding: 15px; */
        padding: 25px 15px;
    }
    .section-cronograma .section-subtitle-3 span:first-child {
        position: absolute;
        top: -20px;
        font-size: 16px;
    }
    .section-cronograma .section-subtitle-3 span:last-child {
        font-size: 16px;
    }
    .section-cronograma .desc-text {
        /* margin: 16px; */
        margin: 16px 0;
        font-size: 16px;
        font-weight: normal;
    }
    .section-para-quem {
        background: #00995D;
        padding: 50px 10px; 
    }
    .section-para-quem:before {
        background: var(--primary-color);;
    }
    /* Minha vaga */
    .section-minha-vaga {
        background: #F5F6FA;
    }
    .section-minha-vaga .card {
        margin: 0;
    }
    .section-minha-vaga .card .card-body .card-subtitle .ic-vacancy {
        top: -50px;
    }
    .section-minha-vaga .card .card-body:first-child{
       /* margin-bottom: 50px; */
    }
    .section-minha-vaga .btn-minha-vaga {
        width: 100% !important;
    }
    .section-minha-vaga .card .card-header {
        padding: 15px;
    }
    .section-minha-vaga .card .card-body {
        /* padding: 15px 15px 32px; */
        padding: 15px 15px 15px;
    }
    .section-minha-vaga .card-content {
        font-size: 16px;
    }
    .section-minha-vaga .card-content img {
        width: auto;
        height: 24px;
        margin-right: 4px;
    }
    .section-minha-vaga .card .card-header h3 {
        font-family: 'Unimed Sans - 2020';
        font-weight: normal;
        font-size: 18px;
        line-height: 140%;
    }
    .section-footer {
        /* padding: 40px 0 0; */
        padding: 20px 0 0;
    }
    .section-footer .area-image-footer{
        /* flex-direction: column; */
    }
    .section-footer .area-image-footer .social-media{
        flex-direction: column;
    }
    .section-footer .area-image-footer .social-media .social-title{
        display: none;
    }
    
    .section-footer .area-image-footer .social-media ul{
        justify-content: center;
    }
    
    
    .section-footer img {
        max-height: 48px;
    }
    .back-to-top-link {
        margin-right: 0;
    }
    #fullscreen-div {
        margin: 0;
    }
    #toggle-fullscreen {
        display: none;
    }
    .section-video-mobile {
        background: #454847;
        display: block;
    }
    .card-md {
        padding: 20px;
    }
    .card-md .card-content{ 
        padding: 0px;
    }

}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}