﻿.infoPolizaDatos-textos {
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    margin-bottom: 10px;
    grid-gap: 5px;
    justify-content: space-evenly;
}

.textoActivo {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 20px;
    overflow: hidden;
}

.texto {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    border-radius: 16px;
    border: 2px solid var(--var-color-secundario-2);
}