@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body::-webkit-scrollbar{
    display: none;
}

body {
    font-family: "Roboto", sans-serif;
    background: #fafafa;
}

.card-body {
    padding: 50px;
    padding-top: 20px;
    border: none;
}

.card-footer {
    border: none;
}

.card {
    border: none;
}

/* Letras debajo del logo */
p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    color: #000000;
}

strong {
    font-weight: 1000;
}

/* Estilo del contenido/menu */
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-item {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    padding: 0px 5px;
    color: #b2bfdc;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    background: #ffffff;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #ffffff;
}

.components {
    padding: 0px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

/* Letras del menu lateral izquierdo  */
#sidebar ul li a {
    color: #000000;
    font-weight: normal;
    text-indent: 1px;
    padding: 20px 15px;
    font-size: 18px;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #632d2d;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background-color: #632d2d;
}

#menubar .active {
    color: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #000000;
    font-size: 16px;
}

.indice {
    color: #000000;
    font-size: 10px;
    text-align: left;
}

.title {
    font-family: "Ubuntu", sans-serif;
    color: #000000;
    font-size: 30px;
    box-shadow: 5px 4px 4px #662323;
}

.subtitle {
    color: #000000;
    font-size: 28px;
    box-shadow: 0px 3px 0px #662323;
}

.subsubtitle {
    color: #632d2d;
    font-size: 24px;
}

.subsubsubtitle {
    color: #000000;
    font-size: 24px;
    text-align: center;
}

.result {
    color: #000000;
    font-size: 24px;
    text-align: justify;
}

.imgCaption {
    color: #000000;
    font-size: 20px;
    text-align: justify;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
/* controla el ancho de la vista general */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    accordion
----------------------------------------------------- */
.accordion-item {
    border-color:#ffffff !important;
}

.accordion-button {
    background-color: #ffffff !important;
}


/* ---------------------------------------------------
    img
----------------------------------------------------- */
.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

/* ---------------------------------------------------
    carousel
----------------------------------------------------- */
#over img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 20px;
    width: 20px;
    background-color:#000000;
    border-radius: 100%; 
}

.carousel-control-prev-icon-not, .carousel-control-next-icon-not {
    height: 10px;
    width: 10px;
}

.carousel-item {
    text-align: center;
    vertical-align: middle;
}