body {
    background-color: var(--color-neutral);
}

/*HERO*/
.hero {
    display: flex;
}

.box-text-hero {
    margin-top: 150px;
    max-width: 591px;
    height: auto;
    position: relative;
}

.box-text-hero svg {
    position: absolute;
    right: 0;
    top: 35.5%;
    left: 17%;
    z-index: -1;
	width:290px;
}

.box-text-hero p {
    margin-top: 20px;
    max-width: 500px;
}

.box-text-hero button {
    margin-top: 38px;
}

.box-text-hero img {
    margin-top: 128px;
}

.img-hero {
    position: relative;
    left: 10%;
}

.img-hero img {
    background-size: cover;
}

@media only screen 
and (max-device-width: 600px)
 { .img-hero {
    display:none;} }

/*NA MELIS VOCÊ ENCONTRA*/
.melis-differentials {
    margin-top: 80px;
}

.box-differentials {
    margin-top: 24px;
    background-color: var(--color-primary-darker);
    border-radius: 20px;
    padding: 39px 36px 39px 47px;
}

.list-differentials {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.list-differentials li {
    width: 228px;
    height: auto;
    margin-bottom: 4px;
    display: flex;
    align-items: flex-end;
    color: var(--color-white);
    font-weight: 600;
    font-size: 1.8rem;
}

.text-differentials {
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 0%;
    margin-left: 14px;
}

.text-differentials span {
    width: 77px;
    height: 19.01px;
    margin-bottom: 7px;    
    background-color: var(--color-secondary-darker);
    border-radius: 16.16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
    display: none;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.divisor {
    width: 2px;
    height: 77px;
    background-color: var(--color-primary);
    border-radius: 1px;
}

/*CURSOS*/
.courses {
    margin-top: 9rem;
}

.courses #barbante-mobile {
    display: none;
}

.cards-cursos {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

/*METODOLOGIA E PRINCÍPIOS*/
.methodology {
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-methodology {
    max-width: 476px;
    height: auto;
    
}

.text-methodology p {
    margin-top: 2.4rem;
    margin-bottom: 4.1rem;
}

.img-methodology {
    margin-right: -30px;
}

/*DEPOIMENTOS*/
.depoimentos {
    margin-top: 6rem;
    padding: 5rem 0 5.6rem 0;
    background-color: var(--color-primary-darker);
}

.depoimentos h2 {
    /*max-width: 564px;*/
    margin-left: 14px;
    color: var(--color-white);
}

.slider-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: auto;
    margin-top: 24px;
    margin-bottom: 11.7rem;
    float: right;
}

.swiper-button-next:after,
.swiper-rtl
.swiper-button-prev:after {
    content: 'next';
    font-size: 10px;
}

.swiper-button-prev:after,
.swiper-rtl
.swiper-button-next:after {
    content: 'prev';
    font-size: 10px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: var(--color-white);
    color: var(--color-secondary);
    font-weight: bold;
    border-radius: 50%;
    top: auto;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color: var(--color-gray-30);
    cursor: auto;
    pointer-events: none;
}


.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    float: right;
    width: auto;
    height: 32px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    background-color: var(--color-white);
    top: 50%;
}

.swiper-horizontal>.swiper-pagination-bullets
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet{
    margin: 0;
}

  .mySwiper .swiper-pagination-bullet {
    font-family: 'Montserrat', sans-serif; 
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-black);
    background-color: var(--color-white);
    transition: all .4s linear;
    opacity: 1;
  }

  .mySwiper .swiper-pagination-bullet-active {
    width: 36px;
    height: 36px;
    color: var(--color-white);
    background: var(--color-secondary);
    transition: all .4s linear;
  }

  /* MENU DO FOOTER ESTAVA AQUI */
   /* MENU DO FOOTER ESTAVA AQUI */
 
  .differentials-slider {
      display: none;
  }

  #dep-principal {
    display: block;
    }
    #dep-mobile {
        display: none;
    }

  @media (max-width: 950px) {
    #dep-principal {
        display: none;
    }

    #dep-mobile {
        display: block;
    }

    .card-depoimentos {
        max-width: 100%;
        margin-top: 24px;
        margin-bottom: 30px;
    }
  }

  @media (max-width: 800px) {
    /*DIFERENCIAIS*/
    .box-differentials {
        display: none;
    }

    .differentials-slider {
        display: block;
        width: 100%;
    }

    .slider-details {
        width: 200px;
        margin-right: -8px;
    }

    .differentials-slider .swiper-wrapper .swiper-slide-dif {
        width: 100%;
        height: auto;
        background-color: var(--color-primary-darker);
        border-radius: 18px;
        padding: 29px 45px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .differentials-slider .swiper-pagination .swiper-pagination-bullet {
        background-color: var(--color-gray-80);
    }

    .differentials-slider .swiper-pagination-bullet-active {
        background-color: var(--color-gray-80)!important;
        width: 27px !important;
        border-radius: 6px;
        transition: all .3s;
    }
    
    .differentials-slider .swiper-pagination-bullet {
        background-color: var(--color-gray-80);
        width: 8px;
        height: 8px;
        margin-left: 2.5px !important;
        margin-right: 2.5px !important;
    }

    .differentials-slider .swiper-slide .slider-box {
        width: 100%;
        height: 134px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: var(--color-white);
        font-weight: 600;
        font-size: 1.8rem;
    }
    
    .swiper-horizontal>.swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        position: relative;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background-color: var(--color-white);
        top: 50%;
    }

    .differentials-slider .swiper-pagination-dif {
        width: 100%;
        background-color: transparent;
    }

  }

  /*SITE RESPONSIVO MOBILE*/
  @media (max-width: 740px) {

    /*HERO*/
    .hero {
        margin-top: 16px;
        display: flex;
        flex-direction: column-reverse;
    }

    .hero svg {
	    display: none;
    }

    .box-text-hero {
        margin-top: 33px;
    }

    .box-text-hero .faixa {
        border-bottom: 4.64px solid #DC1D54;
        border-radius: 2px;
    }
    
    .box-text-hero button {
        margin-top: 30px;
    }

    .box-text-hero img {
        display: none;
    }


    /*NA MELIS VOCÊ ENCONTRA*/
    .melis-differentials {
        margin-top: 80px;
    }

    /*CARDS CURSOS*/
    .courses {
        margin-top: 90px;
    }

    .courses #barbante-mobile {
        display: block;
        position: absolute;
        right: -60px;
        top: -40px;
    }

    .cards-cursos {
        display: flex;
        flex-direction: column;
    }

    .card-cursos {
        width: 100%;
        margin-bottom: 24px;
    }

    /*METODOLOGIAS E PRINCIPIOS*/
    
    .methodology {
        display: flex;
        flex-direction: column;
        margin-top: 45px;
    }

    .text-methodology {
        margin-top: 0px;
    }

    .img-methodology {
        width: 100%;
        margin-top: 40px;
    }

    /*DEPOIMENTOS*/
    .depoimentos {
        margin-top: 55px;
    }

    .depoimentos h2 {
        margin: 0 4rem;
        font-size: 24px;
    }

    /*FOOTER*/
    footer .menu-footer nav {
        flex-direction: column;
    }

    footer .menu-footer nav ul {
        margin-top: 50px;
        margin-bottom: 25px;
    }

    footer .menu-footer nav a.btn {
        width: 100%;
    }

  }