.trilha-mulheres{
    width: 90%;
    margin: 0 auto;
    padding: 1.2rem;
}
/* Sessão de título e descrição*/

.titulo-trilha{
    font-family: Karla;
    font-size: 2.2em;
    color: #F60101;
    text-align: center;
}
.box-descricao-trilha{
    width: 100%;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    }
.descricao-trilha{
    font-family: OpenSans;
    font-size: 1.2em;
    line-height: 1.5;
    color: #fefefe;
    text-align: center;
}
/*Itens da trilha*/
.itens-da-trilha{
    width: 85%;
   margin: 0 auto;
}
.item-trilha{
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.8rem;
    margin-left: 7rem;

}
.box-video-descricao{
    width: 48%;
}
.box-seta{
    width: 48%;
}
.itens-da-trilha{
    width: 85%;
   margin: 0 auto;
   padding: 0.8rem;
}
.itens-da-trilha2{
    width: 85%;
   margin: 0 auto;
}
.descricao-obras-mulheres{
    font-family: OpenSans;
    font-size: 1em;
    line-height: 1.5;
    color: #fefefe;
    text-align: justify;
    padding: 0.3em;
   
}
.as-duas-esposas{
    width: 460px;
    height: 255px;
}
.mulheres-singulares{
    width: 460px;
    height: 255px;
}
.compensacao-moral{
    width: 460px;
    height: 255px;
}
.futebol-de-varzea{
    width: 460px;
    height: 255px;
}
.o-que-e-uma-mulher{
    width: 460px;
    height: 255px;
}

.seta{
    width: 600px;
    margin-left: -6rem;
    margin-bottom: -6rem;
    
}

/* Responsividade */

@media screen and (max-width: 480px){
    .item-trilha{
        width: 100%;
        display: block;
        padding: 0;
       margin: 0;
    }
    .box-seta{
        display: none;
    }
    .box-video-descricao{
        width: 100%;
        margin: 0;
    }
    .as-duas-esposas{
        width: 100%;
        height: 100%;
    }
    .mulheres-singulares{
        width: 100%;
        height: 100%;
    }
    .compensacao-moral{
        width: 100%;
        height: 100%;
    }
    .futebol-de-varzea{
        width: 100%;
        height: 100%;
    }
    .virgineia{
        width: 100%;
        height: 100%;
    }
    .o-que-e-uma-mulher{
        width: 100%;
        height: 100%;
        
    }
    .titulo-trilha{
        margin-bottom: 0.4em;
    }
    .box-descricao-trilha{
        width: 90%;
        padding: 0;
        display:block;
        margin: 0 auto;
        }
    .descricao-trilha{
        font-size: 1em;
        margin-bottom: 0.8em;
    }
    .descricao-obras-mulheres{
        font-size: 1em;
        padding-bottom: 1.3em;
        
       
    }
    
}