body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
  color: #555555; }

h1 {
  font-size: 3rem; }

.logotipo {
  font-family: 'Seaweed Script', cursive;
  font-size: 1.5em;
  max-width: 120px !important; }

.navbar {
  background-color: #336699;
  font-size: 0.9rem; }

.navbar-brand,
.nav-link {
  color: #fff; }

.navbar-brand img,
.nav-link img {
  max-width: 120px; }

.navbar-brand:hover,
.nav-link:hover {
  color: #cfeaf6; }

.nav-tabs .nav-link {
  color: #495057; }

.nav-tabs:hover .nav-link:hover {
  color: #495057; }

.navbar-toggler {
  border: none; }

.navbar-toggler:focus,
.navbar-toggler:active {
  border: none;
  box-shadow: none; }

.main {
  background-color: #fff;
  padding: 2rem; }

.carousel img {
  object-fit: cover;
  height: 650px; }

.modal-body .carousel {
  height: 100%; }

.modal-body .carousel-inner {
  height: 100%; }

.modal-body .carousel-item {
  height: 100%; }

.modal-body .carousel-item img {
  height: 100%; }

footer {
  background-color: #336699;
  color: #fff; }

footer p {
  margin: 0; }

a.nav-link {
  color: #ffffff !important; }

.ellipsis {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
