﻿html, body, .form-100, .container-100 {
    height: calc(100svh - 56px);
}
.text-justify{
    text-align:justify;
}
.boton_home {
    border: 3px solid;
    border-radius: 0.8em;
    padding: 0.3em 1.5em;
    font-weight:bold;
}
.boton_registrar {
    background-color: white;
    border-color: #f0565b;
    color: #f0565b;
}
    .boton_registrar:hover {
        background-color: #f0565b;
        border-color: #f0565b;
        color: white;
        text-decoration: none;
    }
.boton_login {
    background-color: white;
    border-color: #fabb31;
    color: black;
}

    .boton_login:hover {
        background-color: #fabb31;
        border-color: #fabb31;
        color: black;
        text-decoration: none;
    }
.bbottom-amarillo {
    border-bottom: 1px solid #FFD254;
}

.dropdown-item {
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
    background: #ffffff;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: .1em;
    margin-left: .1em;
}

@media screen and (min-width:769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: .5em;
    }
}
.username {
    font-size: 11px;
    padding-top: 5px;
    font-weight: bold;
}
.nav-item {
    border-right: 1px solid #ffc020;
}
.nav-link {
    line-height: 20px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.navbar-brand {
    padding-top:0px !important;
    padding-bottom:0px !important;
    line-height:20px;
}

.menu-principal {
    padding-top:0.8em;
    padding-bottom:0.7em;
    margin-bottom:1em;
}
/**************************FOOTER******************************/
.texto-footer {
    font-family: GothamRounded-Light;
    font-size: 11px;
}

    .texto-footer ul {
        padding-left: 20px;
    }

.titulo-footer {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.titulo-footer-oculto {
    color: #A8A8A7;
    font-weight: bold;
}

.bottom-bar {
    background-color: #A8A8A7;
}

    .bottom-bar li a {
        color: #fff;
    }

    .bottom-bar li {
        color: #FFC020;
    }
    .margin-bottom-2em{
        margin-bottom:2em;
    }
.margin-top-2em {
    margin-top: 2em;
}
.margin-bottom-1em {
    margin-bottom: 1em;
}

.margin-top-1em {
    margin-top: 1em;
}