

/*SHOWCASEKIDS*/
#showcase {
    background: url(../img/showcaseparents.jpg);
    border-bottom: 1px solid #56A79A;
    margin-bottom: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

#showcase .row {
    height: 100vh;
    font-weight: 900;
}

#showcase h1 {
    color: #fff;
    font-size: 4em;
    margin: 0;
    margin-top: 240px;
    padding-bottom: 40px;
    font-weight: lighter;
}

/*sobre parents and babies*/

#sobreparents {
    background: url(../img/parentssobre.png);
    margin-bottom: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #56A79A;
    margin-top: 0;
    padding: 50px 0;
}

#sobreparents .wrapper {
    margin: 0px auto;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 0 40px 2px rgba(37,73,214,0.18);
}

#sobreparents .feature-box {
    padding: 30px;
}

#sobreparents .feature-box h2 {
    margin-top: 20%;
    margin-bottom: 10%;
    font-size: 2em;
    font-weight: 600;
    color: #333;
    text-align: center;
}

#sobreparents h2::after {
    content: '';   
    background: #f7ce3a;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px; 
}

#sobreparents .feature-box p {
    margin: 50px auto;
    color: #333;
    font-size: 1.1em;
    text-align: justify;
}


#sobreparents img {
    width: 100%;
    height: 100%;
    padding: 50px;
}

/*DIFERENCIAL*/

#diferencial {
    padding: 40px 0px 30px 0px;
    color: #333;
    line-height: 2em;
    font-size: 1.1em;
    background: rgb(255, 255, 255);
}

#diferencial h2.title {
    margin-top: 80px;
    font-size: 1.9em;
}

#diferencial h2:not(.title){
    margin-top: 50px;
    margin-bottom: 0;
    margin-bottom: 20px;
}

#diferencial img{
    margin-top: 60px;
    border-radius: 10px;
}

@media (max-width:767px){
    #diferencial img.img-hide {
        display: none;
    }
}

/*---------TESTIMONIALS---------*/

#turmas-babies {
    padding: 100px 0;
    background: url(../img/parentssobre.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#turmas-babies h1 {
    text-align: center;
    padding-bottom: 10px;
    color: #333;
}

#turmas-babies h1::after {
    content: '';   
    background: #f7ce3a;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px; 
}



#turmas-babies p {
    font-size: 1.2em;
    color: #333;
    padding-bottom: 150px;
}

#turmas-babies .row {
    margin-top: 30px;

}

#turmas-babies .col-md-4 {
    margin: 40px auto;
}

#turmas-babies .profile {
    padding: 70px 10px 100px 10px;
    background-color:  rgb(229, 230, 232);
}

#turmas-babies .user {
    width: 240px;
    height: 240px;
    border-radius: 50%;
}

#turmas-babies .profile img {
    top: -160px;
    position: absolute;
    left: calc(50% - 115px);
    border: 10px solid  rgb(229, 230, 232);
}

#turmas-babies .profile h3 {
    font-size: 1.9em;
    font-weight: 600;
    margin-top: 30px;   
    color: #333;
}
#turmas-babies .profile .orange {
    color: #fe7213;
    font-weight: 600;
}

#turmas-babies blockquote {
    font-size: 1.2em;
    line-height: 30px;
    padding: 40px 10px 50px 10px;
    text-align: justify;
}

#turmas-babies .fas {
    font-size: 30px;
    color: rgb(247, 206, 58);
}

#turmas-babies .profile {
    transition: .5s;    
}

#turmas-babies .profile:hover {
    box-shadow: 0 0 15px 5px rgba(247, 206, 58, 0.5);
    cursor: pointer;
    transition: .5s;
}

/*OUTROS CURSOS*/

#outroscursosteens {
    margin-top: 50px;
}

#outroscursosteens h2::after {
    content: '';   
    background: #f7ce3a;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px; 
}

#outroscursosteens .title-cursos{
    margin-bottom: 30px; 
    margin-top: 20px;
    font-size:1.1em;
}
.card-title {
    text-align: center;
    color: #333;
    font-size: 1.5em;
    font-weight: 600;
    padding-bottom: 20px;
}

.card-body{
    padding-bottom: 30px;
}
