.btn-outline-secondary {
    color: #bbbbbb !important;
    border-color: #bbbbbb !important;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #008498 !important;
    border-color: #10707f !important;
}

.lnk:link {
    color: #29c3ec;
}

.lnk:hover {
    text-decoration: underline;
}

.btn-lnk:hover {
    text-decoration: none !important;
}

.frm-default {
    display: block;
    width: 100%;
    height: 38px;
    /*padding: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;*/
    border-radius: 0rem;
}

.leyenda {
    font-size: 0.9rem;
    font-weight: 600;
    color: #585858;
}

.redes {
    float: right;
}
.pat {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 0px 15px 0px;
    border-bottom: #999999 1px solid;
    align-content: center;
}
.superior {
    border-bottom: 1px solid #aaa;
}

footer .dire {
  display: flex; 
  flex-direction: row-reverse;
  align-items: center;
}

/***** Form steps *****/

.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; text-align: center;}

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #17a2b8; }

.f1-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; cursor: pointer;}

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #17a2b8; color: #17a2b8; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #17a2b8; font-size: 22px; line-height: 48px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #17a2b8; }
.f1-step.active p { color: #17a2b8; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.btn-desplegar-menu:hover {
    /* color: #138496; */
    color: #ffffff;
    border: 1px solid #138496;
    background-color: #117a8b !important;
}

@media (max-width: 650px) {
    
    .btn-desplegar-menu { 
        display: block;
        position: absolute;
        right: 10px;
        background: none !important;
        top: auto !important;
        width: fit-content !important;
        height: fit-content !important;
        /* top: 40px;
        width: 20px;
        height: 14px;
        background-image: url(../img/elementos/desplegar-menu.svg);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        display: inline-block; */
        margin: 15px 0;
        border: 1px solid #29c3ec;
        padding: 8px 12px;
        color: #29c3ec;
        font-size: .8em !important;
        text-align: center;
        margin-right: 15px;
    }

    header .superior .logo {
        margin: 0 !important;
    }

    .txt-align-center {
        text-align: center;
    }

    .hide-sm {
        display: none;
    }


}

@media (min-width: 651px) {
    
    .menu { display: none !important; }

}

.formulario .menu li {
    padding: 15px 16px !important;
}