body {
    background-image: url(/img/background/detail-hero.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
/*HERO*/
.hero-quem-somos {
    display: flex;
    margin-top: 11.1rem;
}

.text-hero-quem-somos {
    max-width: 594px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.text-hero-quem-somos h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 2px;
    color: var(--color-secondary);
}

.text-hero-quem-somos h1 {
    font-weight: 600;
}

.text-hero-quem-somos p {
    max-width: 418px;
    font-size: 18px;
    font-weight: 500;
    line-height: 155%;
    margin-top: 3.6rem;
}

.img-hero-quem-somos {
    margin-left: 8.8rem;
    margin-top: -2.3rem;
}

/*ESTUDAR É PRATICAR...*/
.grafismo-estudar-praticar {
    background: url(../img/details/detail-quemSomos.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 47px;
}

.estudar-praticar {
    margin-top: 11.4rem;
    display: flex;
    justify-content: space-between;
    
}

.img-estudar-praticar {
    margin-left: -65px;
    margin-right: 61px;
}

.texto-estudar-praticar {
    max-width: 559px;
    height: auto;
}

.texto-estudar-praticar h2 {
    line-height: 155%;
}

.texto-estudar-praticar p {
    margin-top: 3.3rem;
    font-size: 1.8rem;
}

/*TRANSIÇÃO QUEM SOMOS*/
.transition-quem-somos {
    margin-top: 12rem;
    height: 163px;
    width: auto;
    background: url(../img/details/grafismo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-transition {
    width: 580px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-transition h2 {
    color: white;
}


/*CARDS*/
.cards-quem-somos {
    display: flex;
    justify-content: space-between;
    margin-top: 16.7rem;
}

.cards-quem-somos-mobile {
    display: none;
}

/*SOBRE A PROFESSORA*/
.sobre-a-professora {
    margin-top: 20rem;
    display: flex;
    justify-content: space-between;
}

.text-professora {
    max-width: 576px;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.text-professora h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    color: var(--color-white);
}

.text-professora h3 {
    margin-top: 0.6rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 155%;
    color: var(--color-white);
}

.text-professora p {
    margin-top: 2.6rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 155%;
    color: var(--color-white);
}

.img-professora {
    margin-top: -17px;
}

@media (max-width: 740px) {
    /*HERO*/
    .hero-quem-somos {
        margin-top: 70px;
        display: flex;
        flex-direction: column-reverse;
    }

    .img-hero-quem-somos {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .hero-quem-somos img {
        width: 50%;
    }

    .text-hero-quem-somos {
        margin-top: 44px;
    }

    .text-hero-quem-somos p {
        font-size: 16px;
    }

    /*ESTUDAR É PRATICAR...*/
    .grafismo-estudar-praticar {
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: left;
        background-position-y: bottom;
    }

    .estudar-praticar {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 60px;
    }

    .texto-estudar-praticar p {
        font-size: 16px;
    }

    .img-estudar-praticar {
        margin: 30px -15px 0px -15px;
    }

    .transition-quem-somos {
        margin-top: 90px;
        padding: 30px;
        width: 330px;
        height: 206px;
        border-radius: 20px;
        background-size: cover;
        display: flex;
        align-content: space-between;
        flex-direction: column; 
    }


    .transition-quem-somos h2 {
        width: 190px;
        text-align: center;
        font-family: Raleway;
        line-height: 37px;

    }

    .text-transition {
        width: 300px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .text-transition img {
        width: 28px;
        height: 28px;
        margin: 10px;
    }
    
    .text-transition h2 {
        color: white;
    }


    /*BOX CARDS AZUL*/
    .cards-quem-somos {
        display: none;
    }

    .cards-quem-somos-mobile {
        margin-top: 100px;
    }

    .box-cards-azul {
        width: 87vw;
        margin-bottom: 50px;
    }

    .percent-nummber {
        margin-bottom: 50px;
        margin-right: 0px !important;
        margin-left: 20px;
    }
	
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 3px;
	}
    
    .swiper-pagination .swiper-pagination-bullet {
        background-color: var(--color-gray-80);
    }

    .swiper-pagination-bullet-active {
        width: 27px !important;
        border-radius: 6px;
        transition: all .3s;
    }
	
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		width: 190px;
	}

    /*SOBRE A PROFESSORA*/
    .sobre-a-professora {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 125px;
    }

    .text-professora {
        margin-top: 40px;
        padding-top: 0;
    }

    .text-professora h2 {
        font-size: 26px;
    }

    .text-professora h3 {
        font-size: 16px;
    }

    .text-professora p {
        font-size: 16px;
    }


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

    .cards-quem-somos-mobile {
        display: block;
    }

}