* {
    box-sizing: border-box;
  }

body {
    font-size: 18px;
    line-height: 30px;
    color: var(--ds-darkgray);
    font-family: var(--ds-text-regular);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

html {    
  scroll-behavior: smooth;
}

a, ul {
    margin: inherit;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    color: inherit;
}

a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1000px) {
    body {
        font-size: 16px;
    }

    html {
        overflow-x: hidden;
    }

    .header-home__circles-overlay {
        display: none;
    }
}
@media only screen and (max-width: 1400px) {
    body {
        font-size: 16px;
    }
}

/*================================================================
Posicionamento
*================================================================*/

/*================================================================
Box model
*================================================================*/
.separator-redbar {
    height: 6px;
    width: 60px;
    border-radius: 3px;
    background-color: var(--ds-red);
    margin-top: 8px;
    margin-bottom: 40px;
}

.separator-graybar {
    width: 100%;
    min-width: 100px;
    height: 2px;
    background-color: var(--ds-gray);
}
.separator-graybar-vertical {
    height: 100%;
    width: 1px;
    margin: 0 10px 0 10px;
    background-color: var(--ds-gray);
}
.shadow {
    -webkit-box-shadow: var(--ds-shadow1);
    -moz-box-shadow: var(--ds-shadow1);
    box-shadow: var(--ds-shadow1);
}

.box-white {
    border-radius: var(--ds-border1);
    background-color: var(--ds-white);
    padding: 50px;    
}

/*================================================================
Tipografia
*================================================================*/
h1 {
    font-family: 'WremenaBold', serif ;
    font-size: 4.17rem;
    line-height: 4.17rem;
    color: var(--ds-darkblue);
    padding: 0;
    margin: 0;
}

h2 {
    font-family: 'WremenaBold', serif ;
    font-size: 2.5rem;
    line-height: 2.6rem;
    color: var(--ds-darkblue);
    padding: 0;
    margin: 0;    
}

h3,
[class*="-subtitle"] {
    font-family: var(--ds-text-bold);
    font-size: 1.44rem;    
}

[class*="-subtitle"] {
    text-transform: uppercase;
}

p b {
    font-family: var(--ds-text-bold);
}

.font-medium {
    font-family: var(--ds-text-medium);    
}

.text-red {
    color: var(--ds-red);
}
@media only screen and (max-width: 1000px) {
    h1 {
        font-size: 2.5rem;
        line-height: 2.6rem;
    }
}

/*================================================================
Visual
*================================================================*/
.header-home {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 120vh;
    background-image: url(../images/bg-img1.png);
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}

.header-home__content {
    min-width: 500px;
    max-width: 500px;
    margin-left: 10vw;
    position: absolute;
    top:250px;
}

.header-home__circles-overlay {
    background-image: url(../images/bg-circles.svg);
    background-size: cover;
    background-position: center -160px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1400px) {
    .header-home__content {
        top:180px;
    }
}
@media only screen and (max-width: 1000px) {
    .header-home__circles-overlay {
        display: none;
    }
    .header-home__content {
        min-width: 290px;
        max-width: 290px;
        margin-left: 10vw;
        top:200px;
    }

    .header-home {
        background-position: center 250px;
    }
    .home-section-1__block__img {
        width: 300px;
    }
}

/* =========================== HOME =============================*/
/* ---------------------- home-section1 ----------------------*/
.home-section-1 {
    background-color: var(--ds-softblue-light);
    position: relative;
    z-index: 1;
}

.home-section-1__content {
    padding-left: 15vw;
    padding-right: 15vw;
    padding-bottom: 180px;    
}

.home-section-1:before {
    content: "";
    position: absolute;
    z-index: 2;
    background-color:  var(--ds-softblue-light);
    height: 250px;
    width: 95vw;
    top: -249px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.home-section-1:after {
    content: "";
    position: absolute;
    z-index: 2;
    background-color:  var(--ds-softblue-light);
    height: 250px;
    width: 95vw;
    bottom: -249px;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.home-section-1__block {
    justify-content: space-between;
}

.home-section-1__block__div {
    width: 40vw;
}

/* --- home-section1__list --*/
.home-section-1__list {
    padding-left: 20px;
}
.home-section-1__item {
    position: relative;
}
.home-section-1__item:before {
    content: "";
    width: 13px;
    height: 14px;
    top: 8px;
    left: -20px;
    background-image: url(../images/icon-arrow-red.svg);
    position: absolute;
}
/* --- home-section1__list FIM --*/
/* ---------------------- home-section1 FIM-------------------*/

/* ---------------------- home-section2 ----------------------*/
.home-section-2 {
    z-index: 2;
    position: relative;
    margin-left: 15vw;
    margin-right: 15vw;
}
.home-section-2__icon {
    float: left;
    margin-right: 16px;
}
.home-section-2__list {
    justify-content: space-between;   
    padding: 0; 
    margin-top: 32px;
    margin-bottom: 0;
}

.home-section-2__list li {
    flex: 1 0 240px !important;
    flex-wrap: wrap !important;
    margin-right: 16px;
}
.home-section-2__list a.btn-outline-blue {
    max-height: 100px !important;
    height: 100px !important;
}
/*--
.home-section-2__item {
    max-height: 100px;
    height: 100px;
    flex: 1 0 240px;
    flex-wrap: wrap;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: var(--ds-border-line1);
    border-radius: var(--ds-border1);
    margin-right: 16px;
    font-family: var(--ds-text-bold);
    color: var(--ds-darkblue);
    transition: all 500ms ease;

}

.home-section-2__item:hover {
    background-color: var(--ds-darkblue);
    color: var(--ds-white);
    -webkit-box-shadow: var(--ds-glow1);
    -moz-box-shadow: var(--ds-glow1);
    box-shadow: var(--ds-glow1);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.home-section-2__item:active {
    transform: scale(0.9);    
}

.home-section-2__item a:hover {
    text-decoration: none;
    color: inherit;
}

.home-section-2__item:nth-child(3) {
    margin-right: 0;
}
-*/
@media only screen and (max-width: 1200px) {
    .home-section-2__list li {
        flex: 1 0 100px !important;
        margin: 0;
        margin-bottom: 10px;
    }
}

/* ---------------------- home-section2 FIM-------------------*/

/* ---------------------- home-section3 ----------------------*/
.home-section-3 {
    margin-top: 100px;
    margin-bottom: 100px;
    z-index: 1;
    background-color: var(--ds-white);
    position: relative;
}

.home-section-3__content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -170px;
    height: 80px;
    width: 250px;
    background-color: var(--ds-white);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.home-section-3__content {
    position: relative;
    margin-left: 15vw;
    margin-right: 15vw;
}

.home-section-3 div:nth-child(1) {
    justify-content: center;
    align-items: center;
}

.img {
    border-radius: var(--ds-border1);
    flex: 0 0 auto;
    margin: 20px;
    width: 150px;
    height: auto;
}
/* ---------------------- home-section3 FIM-------------------*/

/* ---------------------- home-section4 ----------------------*/
.home-section-4 {
    background-color: var(--ds-softblue-medium);
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 15vw;
    padding-right: 15vw;
}

.home-section-4__content {
    background-color: var(--ds-white);
    border-radius: var(--ds-border1);
    justify-content: space-between;
    align-items: center;
    height: 430px;
}

.home-section-4__item {
    background-color: var(--ds-softblue-light);
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color: var(--ds-darkblue);
    display: flex;
    flex-direction: row;
    position: relative;
    line-height: 50px;
    padding-right: 30px;
    padding-left: 60px;
    cursor: pointer;
    transition: all 150ms ease;
}

.home-section-4__item:before {
    content: "";
    width: 0;
    height: 100%;
    background-color: var(--ds-softblue-light);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    position: absolute;
    right: 0;
    transition: all 150ms ease;
}

.home-section-4__item h3,
.home-section-4__item p,
.home-section-4__item img {
    transition: all 150ms ease;
} 


.home-section-4__item--active:before  {
    width: 80px;
    right: -80px;
}

.home-section-4__item--active {
    line-height: 180px;
}

.home-section-4__item--active h3,
.home-section-4__item--active p {
    font-size: 1.9rem;
}
.home-section-4__item img:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}

.home-section-4__item b:nth-child(3) {
    color: var(--ds-darkblue);
    margin-left: 20px;

}

.home-section-4__item:hover,
.home-section-4__item:hover:before {
    background-color: var(--ds-softblue-medium);
    color: var(--ds-darkblue);
}

.home-section-4__item:hover img {
    filter: brightness(80%);
}

.home-section-4__text {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 430px;
}

.home-section-4__text div:nth-child(1) {
    margin-left: auto;
    margin-right: 40px;
    max-width: 600px;
}

.home-section-4__ilustra {
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 100%;
}
.ilustra1 {
    background-image: url(../images/ilustra-2.svg);
}
.ilustra2 {
    background-image: url(../images/ilustra-3.svg);
}
.ilustra3 {
    background-image: url(../images/ilustra-4.svg);
}

#comoFun2Image,
#comoFun2Text,
#comoFun3Image,
#comoFun3Text {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .home-section-4__item h3,
    .home-section-4__item p,
    .home-section-4__item img {
        transform: scale(0.8) !important;
    } 
    .home-section-4__item {
        width: 220px;
        padding-left: 35px;
    }
    .home-section-4__text div:nth-child(1) h1 {
        font-size: 3rem;
    }
}
@media only screen and (max-width: 1400px) {
    .home-section-4 {
        background-color: var(--ds-softblue-medium);
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 15vw;
        padding-right: 15vw;
    }
    
    .home-section-4__content {
        background-color: var(--ds-white);
        border-radius: var(--ds-border1);
        justify-content: space-between;
        align-items: center;
        height: auto;
    }
    
    .home-section-4__text {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    .home-section-4__text div:nth-child(1) h1 {
        font-size: 2.5rem;
    }
    .home-section-4__text div:nth-child(1) {
        margin-left: auto;
        margin-right: 20px;
        min-width: 300px;
    }

    .home-section-4__ilustra {
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    
}
@media only screen and (max-width: 1200px) {
    .home-section-4 {
        background-color: var(--ds-white);
        padding-top: 50px;
        padding-bottom: 40px;
        padding-left: 15vw;
        padding-right: 15vw;
    }
    
    .home-section-4__content {
        background-color: var(--ds-white);
        border-radius: var(--ds-border1);
        justify-content: space-between;
        align-items: center;
        height: auto;
    }
    
    .home-section-4__text {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: 700px;
        margin-top: 50px;
        margin-bottom: 80px;
    }
    
    .home-section-4__text div:nth-of-type(1) {
        margin-left: auto;
        margin-right: auto;
        min-width: auto;
        max-width: 300px;
    }

    .home-section-4__ilustra {
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    .ilustra1 {
        background-image: url(../images/ilustra-2.svg);
        background-position: center center;
        min-height: 420px;
        max-width: 350px;
    }
    .ilustra2 {
        background-image: url(../images/ilustra-3.svg);
        background-position: center center;
        min-height: 420px;
        max-width: 350px;
    }
    .ilustra3 {
        background-image: url(../images/ilustra-4.svg);
        background-position: center center;
        min-height: 420px;
        max-width: 350px;
    }    
}
/* ---------------------- home-section4 FIM-------------------*/
/* ---------------------- Contact Section---------------------*/
.contact-section {
    padding-top: 160px;
    padding-bottom: 160px;
}
.contact-section__content {
    margin-left: 15vw;
    margin-right: 15vw;
}
.contact-section__content div:nth-of-type(2) {
    height: 290px;
}
.contact-section__content .icon-phone {
    margin-bottom: 0;
}
.contact-section__info p:nth-of-type(1) {
    margin: 0;
}
.contact-section__info p:nth-of-type(2) {
    margin-top: 4px;
}
.contact-section__content .separator-graybar {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .contact-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .contact-section__content div:nth-of-type(2) {
        height: auto;
    }    
}
.separator-graybar-vertical {
    margin-left: 80px;
    margin-right: 80px;
}

.contact-section__text div:nth-child(3) {
    margin-top: auto;
    margin-bottom: 24px;
}
.contact-section__text p:nth-child(4),
.contact-section__text p:nth-child(5) {
    margin: 0;
}
.contact-section__text .btn-outline-gray__div {
    margin-right: auto;
    margin-top: 24px;
}
/* --------- Contact form -----------*/
.contact-form {
    display: flex;
    flex-direction: column;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .contact-form {
        margin-top: 50px;
    }
}
.contact-form .form__input {
    font-family: inherit;
    font-size: inherit;
    color: var(--ds-darkblue);
    border: none;
    width: 100%;
    min-height: 41px;
    height:var(--ds-btn-height) ;
    background-color: var(--ds-softblue-light);
    padding-left: 20px;
    margin-bottom: 24px;
}
.contact-form textarea {
    font-family: inherit;
    font-size: inherit;
    color: var(--ds-darkblue);
    background-color: var(--ds-softblue-light);   
    border: none; 
    padding-left: 20px;
    padding-top: 20px;
    width: 100%;
}
.contact-form .form__input:focus,
.contact-form textarea:focus {
    background-color: var(--ds-softblue-medium);
    outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: var(--ds-softblue-heavy);
}

.contact-form input.btn-outline-gray {
    margin-top: 20px;
    margin-left: auto;
}
:required {
    border:var(--ds-border-form-required);
}
.loading { display: none; }

/* ------- Contact form FIM ---------*/
/* ---------------------- Contact Section-FIM-----------------*/
/* ---------------------- Footer -----------------------------*/
footer {
    margin-left: 15vw;
    margin-right:15vw;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer__content {
    justify-content: space-between;
}
.footer__list-1 .icon-three-dots {
    margin-top: 20px;
}
.footer__list-2 ul {
    padding-left: 0;
}
.footer__list-1 ul a,
.footer__list-2 ul a {
    text-align: left;
    justify-content: flex-start;
}

.footer__copyright {
    text-align: center;
    margin-top: 80px;
}

.footer__contact p {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    height: 31px;
}
.footer__contact a.btn-outline-gray {
    margin-top: 10px;
}
@media only screen and (max-width: 1000px) {
    .footer__list-1 {
        width: 100%;
    }
}
/* ---------------------- Footer FIM--------------------------*/

/* =========================== HOME FIM ==========================*/
/* ==================== EXEC CASE TRAINING =======================*/
/*--------------- Header ------------------*/
.header-ect {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 1100px;
    background-image: url(../images/bg-circles1.png);
    background-size: cover;
    background-position: 90px 0;
    background-repeat: no-repeat;
}

.header-ect__content {
    min-width: 550px;
    max-width: 550px;
    margin-left: 14vw;
    position: absolute;
    z-index: 2;
    top:250px;
}

.header-ect__circles-overlay {
    background-image: url(../images/bg-circles1.svg);
    background-size: auto;
    background-position: center -160px;
    margin-left: 10vw;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (max-width: 1000px) {
    .header-ect__circles-overlay {
        display: none;
    }
    .header-ect__content {
        min-width: 290px;
        max-width: 290px;
        margin-left: 10vw;
        top:200px;
    }

    .header-ect {
        background-image: none;
    }
}
/*--------------- Header FIM---------------*/
/*--------------- ECT Section 1 -----------*/
.ect-section-1 {
    background-color: var(--ds-softblue-light);
    position: relative;
    margin-bottom: 180px;  
    z-index: 1;
}

.ect-section-1__content {
    padding-left: 15vw;
    padding-right: 15vw; 
}

.ect-section-1:before {
    content: "";
    position: absolute;
    z-index: 2;
    background-color:  var(--ds-softblue-light);
    height: 250px;
    width: 95vw;
    top: -249px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.ect-section-1:after {
    content: "";
    position: absolute;
    z-index: 2;
    background-color:  var(--ds-softblue-light);
    height: 250px;
    width: 95vw;
    bottom: -249px;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.ect-section-1__item {
    flex:1 1 auto;
    margin-right: 120px;
    position: relative;
}

.ect-section-1__item img {
    width: 100%;
    height: auto;
    border-radius: var(--ds-border2);
    z-index: 1;
    position: relative;
}

.ect-section-1__item .btn-readmore1 {
    margin-bottom: 30px;
}

.ect-section-1__item a {
    margin-top: auto;
    margin-bottom: 50px;
}

.redbar {
    width: 100%;
    height: var(--ds-line-height1);
    background-color:var(--ds-red);
    z-index: 2;
    margin-top: -6px;
    z-index: 2;
    position: relative;
}

.ect-section-1__item:nth-child(3) {
    margin-right: 0;
}

@media only screen and (max-width: 1600px) {
    .ect-section-1__item {
        max-width: 240px;
        flex:1 0 auto;
        margin-right: 120px;
        position: relative;
    }

}
@media only screen and (max-width: 1200px) {
    .ect-section-1__item {
        flex:1 1 auto;
        margin-right: 0;
    }
}

/*--------------- ECT Section 1 FIM--------*/
/* ==================== EXEC CASE TRAINING FIM ===================*/
/* ==================== Oficina método do caso ===================*/

.header-omc {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 1480px;
    background-image: url(../images/bg-circles2.png);
    background-size: cover;
    background-position: 90px 0;
    background-repeat: no-repeat;
}

.header-omc__content {
    min-width: 550px;
    max-width: 600px;
    margin-left: 14vw;
    position: absolute;
    top:250px;
    z-index: 2;
}

.header-omc__content p:nth-of-type(2), 
.header-omc__content p:nth-of-type(3),
.header-omc__content .btn-icon__div {
    margin-top: 40px;
}

.header-omc__content .btn-icon__div {
    margin-right: auto;
}

.header-omc__circles-overlay {
    background-image: url(../images/bg-circles2.svg);
    background-size: auto;
    background-position: center 0;
    margin-left: 10vw;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.header-omc__list {
    padding: 0;
    margin: 0;
}


@media only screen and (max-width: 1000px) {
    .header-omc {
        background-image: none;
    }
    .header-omc__circles-overlay {
        display: none;
    }
    .header-omc {
        display: flex;
        justify-content: start;
        align-items: center;
        height: 1660px;
    }

    .header-omc__content {
        min-width: 290px;
        max-width: 290px;
        margin-left: 10vw;
        top:200px;
    }
}

/*-------------- omc section 1 -------------*/
.emc-section-1 {
    background-color: var(--ds-softblue-light);
    position: relative;
    z-index: 0;
    margin-bottom: 180px;   
    margin-top: 160px;
}

.emc-section-1__content {
    padding-left: 15vw;
    padding-right: 15vw; 
}

@media only screen and (max-width: 1600px) {
    .emc-section-1__content {
        padding-left: 10vw;
        padding-right: 10vw; 
    }
    
}

@media only screen and (max-width: 1400px) {
    .emc-section-1__content {
        padding-left: 7vw;
        padding-right: 7vw; 
    }
    
}
.emc-section-1:before {
    content: "";
    position: absolute;
    z-index: 2;
    background-color:  var(--ds-softblue-light);
    height: 250px;
    width: 95vw;
    top: -249px;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.emc-section-1:after {
    content: "";
    position: absolute;
    z-index: 2;
    background-color:  var(--ds-softblue-light);
    height: 250px;
    width: 95vw;
    bottom: -249px;
    clip-path: polygon(100% 0, 0 0, 0 38%);
}
.emc-section-1__list {
    justify-content: space-between;
    align-items: flex-start;
}
.emc-section-1__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    position: relative;
}

.emc-section-1__item:last-child {
    margin-right: 0;
}
.emc-section-1__item {
    margin-right: 65px;
    width: 140px;
}
.emc-section-1__item div:nth-of-type(1) {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: var(--ds-border2);
}

.img-selec-prof {
    background-image: url(../images/icon-selec-teachers.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.img-class-students {
    background-image: url(../images/icon-class-students.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.img-class-teachers {
    background-image: url(../images/icon-class-teacher.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.img-doc-materials {
    background-image: url(../images/icon-doc-materials.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.img-degree {
    background-image: url(../images/icon-degree.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.emc-section-1__item div:nth-of-type(1) {
    height: 130px;
    min-width: 140px;
    background-color: var(--ds-softblue-medium);
    position: relative;
}
.emc-section-1__item div:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: -32px;
    top: 0;
    clip-path: polygon(80% 50%, 0 0, 0 100%);
    width: 38px;
    height: 100%;    
    background-color: var(--ds-softblue-medium);
}
.emc-section-1__item div:nth-of-type(1):before {
    content: "";
    position: absolute;
    right: -4vw;
    top: 0;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    width: 38px;
    height: 100%;    
    background-image: url(../images/icon-arrow-narrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.emc-section-1__item:last-child div:nth-of-type(1):before {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .emc-section-1__item {
        margin-right: 0;
    }
    .emc-section-1__item div:nth-of-type(1):after {
        display: none;
    }
    .emc-section-1__item div:nth-of-type(1):before {
        display: none;
    }
}
.emc-section-1__item div:nth-of-type(2) {
    height: 40px;
    width: 40px;
    margin-top: -20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ds-white);
    position: relative;
    border: 5px solid var(--ds-mediumgray);
}
.emc-section-1__item h3:nth-of-type(1) {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*-------------- omc section 1 FIM----------*/
/* ==================== Oficina método do caso FIM================*/
/* ============= Constultoria em Gestao do conhecimento ==========*/

.header-cgc {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 1100px;
    background-image: url(../images/bg-img3.jpg);
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}

.header-cgc__content {
    min-width: 550px;
    max-width: 650px;
    margin-left: 14vw;
    position: absolute;
    top:250px;
    z-index: 2;
}
.header-cgc__content .btn-icon__div {
    margin-top: 20px;
}

.header-cgc__content .btn-icon__div {
    margin-right: auto;
}

.header-cgc__circles-overlay {
    background-image: url(../images/bg-circles3.svg);
    background-size: auto;
    background-position: center -50px;
    margin-left: 10vw;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.header-cgc__list {
    padding: 0;
}

@media only screen and (max-width: 1000px) {
    .header-cgc {
        height: 1300px;
    }

    .header-cgc__content {
        min-width: 260px;
        max-width: 260px;
        margin-left: 10vw;
        top:200px;
    }

    .header-cgc__circles-overlay {
        display: none;
    }
}
/*-------------- ogc section 1 -------------*/
.cgc-section-1 {
    background-color: var(--ds-softblue-light);
    position: relative;
    z-index: 1;
    margin-bottom: 180px;   
    padding-bottom: 50px;
}

.cgc-section-1__content {
    padding-left: 15vw;
    padding-right: 15vw; 
}

@media only screen and (max-width: 1600px) {
    .cgc-section-1__content {
        padding-left: 10vw;
        padding-right: 10vw; 
    }
    
}

@media only screen and (max-width: 1400px) {
    .cgc-section-1__content {
        padding-left: 7vw;
        padding-right: 7vw; 
    }
    
}
.cgc-section-1:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color:  var(--ds-softblue-light);
    height: 250px;
    width: 95vw;
    top: -249px;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.cgc-section-1:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-color:  var(--ds-softblue-light);
    height: 250px;
    width: 95vw;
    bottom: -249px;
    clip-path: polygon(100% 0, 0 0, 0 38%);
}
.cgc-section-1__list {
    padding: 20px 40px 40px 40px;
    border:var(--ds-border-line3); 
    border-radius: var(--ds-border2);
    margin: 0 auto 0 auto
}

.cgc-section-1__list ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.cgc-section-1__list h3 {
    margin-top: 0;
}
.cgc-section-1__item {
    background-color: var(--ds-white);
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    margin-right: auto;
    position: relative;
    padding-left: 50px;
    margin-bottom: 19px;
    -webkit-box-shadow: var(--ds-shadow2);
    -moz-box-shadow: var(--ds-shadow2);
    box-shadow: var(--ds-shadow2);    
}
.cgc-section-1__item:last-child {
    margin-bottom: 0;
}
.cgc-section-1__item:before {
    content: "";
    width: 41px;
    height: 100%;
    background-image:url(../images/icon-check-green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
/*-------------- ogc section 1 FIM----------*/
/*-------------- ogc section 2 -------------*/

.cgc-section-2__content {
    padding-left: 15vw;
    padding-right: 15vw; 
}
.cgc-section-2__list {
    border: var(--ds-border2);
}

.cgc-section-2 {
    margin-bottom: 180px;   
    margin-top: 100px;
}

.cgc-section-2__content {
    padding-left: 15vw;
    padding-right: 15vw; 
}

@media only screen and (max-width: 1600px) {
    .cgc-section-2__content {
        padding-left: 10vw;
        padding-right: 10vw; 
    }
    
}

@media only screen and (max-width: 1400px) {
    .cgc-section-2__content {
        padding-left: 7vw;
        padding-right: 7vw; 
    }
    
}
.cgc-section-2__list {
    justify-content: space-between;
    align-items: flex-start;
}
.cgc-section-2__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    position: relative;
}

.cgc-section-2__item:last-child {
    margin-right: 0;
}
.cgc-section-2__item {
    margin-right: 65px;
}
.cgc-section-2__item div:nth-of-type(1) {
    width: 218px;
    height: 225px;
}

@media only screen and (max-width: 1600px) {
    
    .cgc-section-2__list {
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}
.img-5 {
    background-image: url(../images/ilustra-5.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.img-6 {
    background-image: url(../images/ilustra-6.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.img-7 {
    background-image: url(../images/ilustra-7.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.img-8 {
    background-image: url(../images/ilustra-8.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.img-9 {
    background-image: url(../images/ilustra-9.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.cgc-section-2__item div:nth-of-type(2){
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.cgc-section-2__item div:nth-of-type(2) div:nth-of-type(1) {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ds-white);
    position: relative;
    border: 5px solid var(--ds-mediumgray);
    flex: 0 0 auto;
}
.cgc-section-2__item div:nth-of-type(2) h3 {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}
.seta-vertical {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    right: -2vw;
    width: 20px;
    height: 20px;    
    background-image: url(../images/icon-arrow-narrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.cgc-section-2__item:last-child div:nth-of-type(1):after {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .cgc-section-2__item {
        margin-right: 0;
    }
    .seta-vertical {
        display: none;
    }
}
/*-------------- cgc section 2 FIM----------*/
/* ============= Constultoria em Gestao do conhecimento FIM=======*/