html, body {
    word-wrap: break-word;
}

.principal {
    height: 100%;
    padding: 0px;
}

@media (min-width: 1200px) {
    
    .sidebar {
        position: fixed;
        width: 15%;
        height: 100%;
        background-color: #ffffff;
    }
 
    .contenido {
        margin-left: 15%;
        background-color: #f1f1f1;
        width: 85%;
    }

    .logo {
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .boton {
        text-align: center;
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    .json {
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
    }
    
}

@media (max-width: 1200px) {

    .sidebar {
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        height: 115px;
    }
    
    .logo {
        width: 130px;
        height: 104px;
        margin: 5px;
    }

    .boton {
        display: inline-block;
        text-align: right;
        margin-bottom: auto;
        margin-top: auto;
        padding-right: 10px;
    }

    .json {
        font-weight: bold;
        margin-bottom: auto;
        margin-top: auto;
    }
    
}
    
.contenido {
    background-color: #f1f1f1;
}

.ads_1 {
	margin-left: auto;
	margin-right: auto;
	display: block;
    padding: 15px;
}

.encabezado {
    margin-bottom: 10px;
    font-weight: bold;
}

.encabezado_1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.fila {
    height: 350px;
}

.datos {
    padding: 0px;
}

.list-group {
    margin-bottom: 0px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.mi_panel {
    height: 100%;
}

.info {
    margin-bottom: 15px;
}

.info_1 {
    font-weight: bold;
    display: inline;
}

.info_2 {
    display: inline;
}

.bandera {
    height: 10px;
    padding-right: 4px;
    padding-left: 1px;
    vertical-align: baseline;
}

.icono {
    padding-right: 8px;
}

.icono_1 {
    padding-right: 10px;
    padding-bottom: 5px;    
}

.texto_1 {
    font-size: 18px;
}

.texto_2 {
    font-size: 18px;
}

.texto_3 {
    font-size: 16px;
}

.headers {
    padding-bottom: 10px;
}

.contact {
    padding-top: 6px;
}

#copiar {
    margin-left: 5px;
    font-size: 16px;
}

.btn-info.focus, .btn-info:focus {
    border-color: #31b0d5;
}

.btn {
    padding: 2px 4px;
}

.it {
    font-weight: bold;
}

.footer {
    background-color: darkgray;
    color: #ffffff;
}

.credito { 
    text-align: right;
    padding: 5px;
    font-weight: bold;
}

.bloque_1 {
    background-color: #ffffff;
}

.bloque_2 {
    background-color: #ffffff;
}

.pie {
    text-align: right;
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

.json img {
    padding-right: 8px;
}