html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



.btn {
    background-color: #232D4F;
    color: #fff;
}

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #232D4F;
    }

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*-------------------------------------------------------*/

.Logo-princ {
    height: 59px;
    background-color: #fff;
    margin-top: 10px;
}

.encabezado-logo {
    height: 75px;
    border-bottom: 3px #E7BA61;
    color: #E7BA61;
}

.barra-dor {
    height: 3px;
    background-color: #E7BA61;
}

.barra-dor2 {
    height: 4px;
    background-color: #E7BA61;
    position: relative;
    top: 8px;
    z-index: 2;
}

.barra-dir {
    height: 37px;
    background-color: #000;
}

.barra-base {
    border-top: 3px #E7BA61;
    background-color: #232D4F;
}

.barra-menu {
    background-color: #000;
    border-top: 3px;
    border-top-color: #E7BA61
}

textw {
    color: #fff;
}

.cuerpo {
    width: 80%;
}

.margenes {
    margin-left: 10%;
    margin-right: 10%;
}

.datos {
    height: 40px;
    text-align: left;
    margin: 1px;
}

.margen-top {
    margin-top: 50px;
}
