.text-del{
    text-decoration: line-through;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

html {
    background-image: url("/logo.png");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: 50% auto;
    /* background-color: #cccccc; */
}

.contenedor-lista {
    display: flex;
    flex-wrap: wrap;
}

.lista-horizontal {
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.lista-horizontal li {
    margin-right: 30px;
    margin-bottom: 10px;
}

.linky {
    cursor: pointer;
}

.legend_form {
    width: auto;
    border-color: black;
    border-bottom: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.fieldset_form {
    border: 1px solid black;
    padding: 2px;
    margin-bottom: 15px;
}

.form_group_fieldset {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.separador {
    border-color: black;
}

#topnav .topbar-main {
    background-color: #2d2d2d!important;
}

.navigation-menu {
    font-size: 12px;
}

@media (min-width:992px) and (max-width:1438px) {
    .titulo-espacio {
        margin-top: 200px;
    }
}

.titulo,
.subtitulo{
    width: 400px;
    color: #2d2d2d;
    padding: 10px;
    margin: 15px auto;
    border-radius: 15px;
    border: 2px solid #2d2d2d34;
    background-color: white;
    text-align: center;
    box-shadow:  3px 3px 4px rgba(99, 99, 99, 0.3);
}
.subtitulo{
    width: 200px;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}
.redondear-completo{
    border-radius: 15px;
    box-shadow:  3px 3px 4px rgba(99, 99, 99, 0.3);
    border: 2px solid #2d2d2d34;
}
.tablas {
    width: 100%;
    border-collapse: separate;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.tablas th, 
.tablas td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.tabla-cabecera,
.tabla-cabecera th, 
.tabla-cabecera td {
    color: white;
    font-weight:900 !important;
    background-color: #2d2d2d;
    text-align: center;
}
.tabla-cabecera-hijo,
.tabla-cabecera-hijo th, 
.tabla-cabecera-hijo td {
    color: white;
    font-weight:900 !important;
    background-color: #6d6d6d;
}

.filas-contenido:hover {
    background-color: #e9f1f5;
}

.boton-redondo{
    border-radius: 8px  !important;
    box-shadow: 3px 3px 4px rgba(70, 69, 69, 0.3) !important;
    margin: 0 15px 10px 0!important;
}

@media (max-width:430px) {
    .titulo {
        width: auto;
    }
    .subtitulo {
        width: auto;
    }
}
@media (min-width: 431px) and (max-width: 1040px) {
    .subtitulo {
        width: auto;
        border-radius: 15px ;
        margin-bottom: 10px;
    }
    .boton-redondo{
        margin: 5px !important;
    }
}
@media (max-width: 767px) {
    .subtitulo {
        width: 200px;
        margin: auto;
        border-radius: 15px 15px 0 0;
        border-bottom: none;
    }
}
