﻿@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

img {
    max-height: 15rem;
}

.texto-titulo {
    font-weight: bold;
    color: midnightblue;
}

.text-corporativo {
    color: #2c4e4e;
}

.text-333 {
    color: #333;
}

.text-555 {
    color: #555;
}

.border-corporativo {
    border-color: #2c4e4e;
}

.form-label {
    color: #2c4e4e;
    margin-bottom: 0rem;
    font-size: .875rem;
}

.form-control {
    color: #2c4e4e;
    font-size: .875rem;
}