.tamanioImagenTarjeta {
    height: 100px;
    width: 100px;
    display: block;
    margin: auto;
}

.parrafo {
    font-size: 18pt;
    text-align: center;
}

.alineaciondetexto {
    margin-left: 100px;
}

.texto-h1 {
    color: white;
    text-align: center;
    font-size: 20pt;
    font-family: 'Merriweather', serif;
    border: solid 5px #20a2da;
    background-color: #20a2da;
    border-radius: 30px;
}

.texto-h3 {
    color: white;
    font-size: 30pt;
    text-align: center;
    background-color: red;
    border: 5px solid red;
    font-family: 'Merriweather', serif;
}

.contenedor-h3 {
    display: block;
    margin: auto;
    height: 75px;
    width: 300px;
}

.contenedor-tabla {
    display: block;
    margin: auto;
    width: 75%;
}
@media (max-width: 1366px) {
    
}

@media (max-width: 400px) {
    .alineaciondetexto {
        margin-left: auto;
    }

    .carousel-inner .carousel-item img {
        width: 500px;
    }

    .texto-h1 {
        font-size: 1.625rem;
    }

    .texto-h3 {
        font-size: 14pt;
        border: 1px;
    }

    .contenedor-h3 {
        height: auto;
    }

    .contenedor-tabla {
        width: auto;
    }

    .tamanioImagenTarjeta {
        width: 80px;
        height: 80px;
    }

}