﻿.flexCentradoHorizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flexCentradoVertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fondoNegroTransparente {
    background-color: rgba(0, 0, 0, 0.5);
}

.pantallaCompleta {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    margin: 0px;
    padding: 0px;
    z-index: 1050;
}

.fondoBlanco {
    background-color: white;
}

.iconoAlerta {
    width: 5em;
    height: 5em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.topesRedondeados {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

.fondosRedondeados {
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.textoAlerta {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 50vw;
}

.parrafoAlerta {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #71706f;
    letter-spacing: 1px;
}
