body {
  padding-bottom: 5px;
}

header.py-3 {
    /*padding: 0 !important;*/
    padding-bottom: 0 !important;
}

div.carousel carousel-dark slide{
    padding-top: 0 !important;
}

.navbar {
    margin-bottom: 0;
    background-color: #0A132D;
}

.navbar-text,
.navbar-brand,
.nav-link {
    color: #fff;    
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='coral' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-toggler {
    border: 2px solid coral;  
}
.navbar-toggler:focus{
    box-shadow:none;
}

/*.nav-link {
    position: relative;
}
.nav-link::after {
    content: '';
    opacity: 0;
    transition: all 0.3s;
    height: 2px;
    width: 100%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nav-link:hover::after {
    opacity: 1;
}*/

.c-item {
    height:460px;
}

.c-img {
    height: 100%;
    object-fit:cover;
    /*filter:brightness(0.8);*/
}

.component-container > * {
    margin: 0;
    padding: 0;
}

.card {
    margin: 20px; /* Ajusta el margen exterior */
    padding: 20px; /* Ajusta el padding interior */
}

.lista-cuadrado ul {
    list-style-type: square;
}