/* HEADER */
/* MOBILE */
* {
    padding: 0;
    margin: 0;
    /* Fuente */
    font-family: "Roboto";
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-list' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/></svg>");
}

.btn-close {
    opacity: 1;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.navbar {
    height: 5rem;
    background-color: #0540F2;
}

.offcanvas {
    background-color: #0540F2;

}

.navbar-brand img {
    margin-left: 1rem;
    width: 11.875rem;
}

.nav-link {
    color: #FFF;
    font-size: 1.2rem;
    font-family: 'Roboto';
}

.nav-link:hover {
    color: #FFF;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Roboto';
}

.pagofacil button {
    font-size: 1.2rem;
    margin-right: 2rem;
}

.pagofacil {
    display: flex;
    align-items: center;
}

.login {
    color: #FFF;
    font-size: 1.2rem;
    font-family: 'Roboto';
    text-decoration: none;
}

.offcanvas-body {
    align-items: center;
}

/* Dropdown hover */
.dropdawn {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0540F2;
    border-radius: 0 0 10px 10px;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #FFF;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    font-weight: bold;
}

.dropdawn:hover .dropdown-content {
    display: block;
}

.dropdawn:hover .dropbtn {
    background-color: #3e8e41;
}

@media (width < 992px) {
    .pagofacil {
        flex-direction: column-reverse;
        align-items: start;
        padding: 0 1rem;
    }

    .login {
        margin: 1rem 0;
    }

    .offcanvas.offcanvas-end {
        width: max-content;
    }
}

/* Footer */
.footer {
    width: 100%;
    background-color: #0540F2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contener {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contener .logos {
    display: flex;
    align-items: center;
}

.contener .ddaf {
    width: 4.375rem;
    height: 1.938rem;
    margin-top: 0.313rem;
}

.contener .deporea {
    width: 5.313rem;
    height: 1.25rem;
    margin: 0.5rem 2.75rem 0 2.75rem;
}

.contener .vaec {
    width: 4.375rem;
    height: 2.688rem;
}

.contener .redes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contener .redes .bi {
    color: #fff;
    font-size: 1.5rem;
    margin: 0 0.8rem;
}

.terminos a{
    color: #FFF;
    font-size: 1.25rem;
    text-decoration: none;
}

.terminos a:hover{
    color: #000000;
}