.tituloTeam{
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 50px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.contenedorImagen{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.imgPrincipalTeam {
    width: 400px;
    height: 400px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.imgPrincipalTeam img{
    width: auto;
        height: 100%;
}

.circular--square{
    border-radius: 50%;
    width: auto;
    height: 100%;
}

.nameTeam{
    text-align: center;
    text-transform: uppercase;
}

.teamAbout{
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.tituloAboutTeam h3, .teamGaleria h3{
    font-size: 30px;
    text-align: center;
}

.textoTeam{
    font-size: 25px;
    text-align: justify;
}

.tituloAboutTeam{
    font-size: 25px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.listImagen{
    display: flex;
    justify-content: center;
}

.teamImagen
{
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;

}

.errorTeam{
    font-size: 25px;
    text-align: center;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .tituloTeam {
        font-size: 40px;
    }

    .tituloAboutTeam h3,
    .teamGaleria h3 {
        font-size: 25px;
    }

    .textoTeam {
        font-size: 20px;
    }

    .imgPrincipalTeam {
        width: 200px;
        height: 200px;
    }

    .errorTeam {
        font-size: 20px;
    }
}