/* Estilo del contenedor de la sección */
.desarrolloDePrototiposContainer {
    width: 100%;

    height: auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items:center;
}

/* Estilo para el titulo de la sección */
.desarrolloDePrototiposTitle {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: Montserrat;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.55px;
    height: 55px;
    margin-bottom: 88px;
}

/* Estilo para el subtitulo de la sección */
.desarrolloDePrototiposSubtitle {
    width: 100%;
    margin-top: 108px;
    margin-bottom: 60px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.55px;
}

/* Estilo de la subsección */
.creacion-de-prototipo {
    margin-top: 58px;
    margin-bottom: 128px;
    width: 100%;
    height: 631px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items:center;
}

/* Estilo del texto de la subsección */
.creacion-de-prototipo-text {
    width: 100%;
    
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    padding-left: 50px;
    padding-right: 50px;
    align-items:center;
}

@media(max-width:500px){
    .creacion-de-prototipo-text{
    
        font-size:22px;
       
    }
}