﻿
.shadow-text-title {
    text-shadow: 2px 2px 8px #fff;
}
.mx-auto {
    max-width: auto !important;
    max-height: auto !important;
    background-color: #ffffff;
}
.nav-login-color {
    background-color: rgba(0, 19, 51, 1);
    max-width: auto !important;
    height: auto !important;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* same as the footer */
}

.push {
    height: auto !important; /* same as the footer */
}

.footer-wrapper {
    position: relative;
    height: 50px;
    background-color: #072958;
    color: white;
}

.header-in {
    height: 150px;
    background-color: #072958;
    color: white;
    margin-top: -20px;
}

.jumbotron {
    background-color: #072958;
    max-height: 230px;
}

.jumbotrongris {
    background-color: #F2F2F2;
    min-height: 50px;
}

.hexagon {
    fill: none;
    stroke: #000;
    stroke-width: .5px;
}

.paddintop {
    padding-top: 70px;
}

.amarillo {
    color: #ffe44f;
}

.popover {
    width: 150px;
}
.font-text-color {
    color: white;
    font-weight: bold;
}
.text-just {
    color: white;
    font-weight: bold;
    text-align:justify;
}
#footer {
    position:fixed;
    padding-top:100%;
    bottom: 0;
    max-width: 100% !important;
    height: auto !important;
    background-color: #072958;
    color: white;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    margin: 0px !important;
}

.py-5 {
    padding-top: 6rem !important;
    padding-bottom: 15rem !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}



