  /*
    font-family: 'Be Vietnam Pro', sans-serif;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Questrial', sans-serif;
    font-family: 'Quicksand', sans-serif;
    font-family: 'Antic Slab', serif;
    font-family: 'Balsamiq Sans', cursive;
    font-family: 'Bree Serif', serif;
    font-family: 'Grenze Gotisch', cursive;
    font-family: 'Indie Flower', cursive;
    font-family: 'Oxygen', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'JetBrains Mono', monospace;

*/

/* CONTENIDO RESPONSIVE DESK 451PX HASTA 1920PX ~> */
body {
    background-image: url('../media/back/fondoS.png');
    background-size: cover;
    background-attachment: fixed;

    font-family: 'Roboto', sans-serif;
}
#boxSeleccionarTema {
    background: #112233A1;
    border-radius: 15px;
    display: flex;
    justify-content: center;
}
#btnTemaDark {
    color: #FFF;
}
#btnTemaLight, #btnTemaDark {
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 10px;
}
.activo {
    color: #FDCC00;
}

.bg-light {
    background: transparent !important;
    /* box-shadow: 0px 5px 10px #333;  */
}
/* CONTENIDO DEL NAVBAR, MENU INICIAL DE LA PáGINA */
.imgNavBar {
    width: 100%;
}
.itemMenu:nth-child(1) {
    width: 50px !important;
    text-wrap: wrap;
}
.itemMenu {
    width: 17ch;
    text-wrap: wrap;
    font-size: .8rem;
}
.itemMenu a {
    transition: all .3s ease;
}
.itemMenu a:hover {
    color: #909090 !important;
}
/* CONTENIDO DEL NAVBAR */

/* CUERPO DE LA PáGINA */

h1 {
    text-align: center;
    margin: 1%;
    padding: 1%;
    font-weight: bolder;
}


/* CUERPO DE LA PáGINA */
/* DIV CONTENEDOR */
.contenedor {
    width: 100%;
    min-height: 75vh;
    background: #FaFaFaAA;
    padding: 0 5% 5% 5% ;
    font-size: 1.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.contenedor p {
    margin: 15px;
    text-align: justify;
}
/* DIV CONTENEDOR */

/* PIE DE PáGINA */
.pie {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}
/* PIE DE PáGINA */


/* Accordion */

.accordion {
    width: 100%;
    border: 1px solid #123;
    border-radius: 10px;
    padding: 10px;
}
.accordion-item {
    width: 100%;
}
.accordion-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #55595c;
    text-align: left;
    background-color: #fff;
    border: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-button:not(.collapsed) {
    color: #171717;
    background-color: #e8e8e8;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23171717'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2355595c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.accordion-header {
    width: 100%;
    margin: 0;
}
.accordion-body {
    margin:0;
    width: 100%;
    border: 1px solid rgba(17, 34, 51, 0.3);
    padding: 10px;
}



/* CONTENIDO RESPONSIVE MóVIL RES 351PX HASTA 450PX */
    @media screen and (min-width: 992px) and (max-width: 1550px) {
        i {
            font-size: .9rem;
        }
        #btnTemaLight, #btnTemaDark {
            border: 1px solid #FFF;
            border-radius: 5px;
            padding: 5px;
        }
        .imgNavBar {
            width: 100%;
        }
        .itemMenu:nth-child(1) {
            width: 50px !important;
            text-wrap: wrap;
        }
        .itemMenu {
            width: auto;
            text-wrap: wrap;
            font-size: .8rem;
        }
        .itemMenu a {
            transition: all .3s ease;
        }
        .itemMenu a:hover {
            color: #909090 !important;
        }
        
    }
    @media screen and (min-width: 451px) and (max-width: 991px) {
        #boxSeleccionarTema {
            float: right;

        }
        .imgNavBar {
            width: 100%;
        }
        .itemMenu:nth-child(1) {
            width: 50px !important;
            text-wrap: wrap;
        }
        .itemMenu {
            width: 100%;

            text-align: center;
        }
        .itemMenu a {
            transition: all .3s ease;
        }
        .itemMenu a:hover {
            color: #909090 !important;
        }
    }
    @media screen and (min-width: 351px) and (max-width: 450px) {
        .imgNavBar {
            width: 200px;
        }
        h1 {
            text-align: center;
            margin: 1%;
            padding: 1%;
            font-weight: bolder;
            font-size: 1.3rem;
        }
        .contenedor {
            width: 100%;
            min-height: 75vh;
            background: #FaFaFaAA;
            padding: 0 5% 5% 5% ;
            font-size: 1.1rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            align-content: center;
        
        }
        
        .contenedor p {
            margin: 5px;
            text-align: justify;
        }
    }

    /* CONTENIDO RESPONSIVE MóVIL MINI RES MAX 350PX */
    @media screen and (max-width: 350px) {
        .imgNavBar {
            width: 200px;
        }
    }