* {
    margin: 0;
    padding: 0; 
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
}

header{
    background-color: #00397c;
}

.seccion {
    scroll-margin-top: 100px;
}

#logo{    
    min-width: 250px;
    max-width: 250px;
}

#navbarNav ul li a:hover {
    background-color: rgb(151, 0, 0);
    transform: scale(1.05);
    transition: 0.2s;
}

.navbar-toggler svg {
    width: 2rem;
    height: 2rem;
    color: #ffffff;
}

#carouselControls{
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.carousel-item img{
    object-fit: cover;
    height: 450px;
}

.carousel-control-prev, .carousel-control-next {
    background-color: #00397c;
}

/* Estilos para la sección de nosotros */


#caja_texto {
    background-color: #00397c;
}

#caja_imagenes {
    position: relative;
    max-width: 500px;
    margin: auto;
}

#contenedor_principal {
    text-align: center;
    min-width: 150px;
    padding: 1rem;
    margin: 0;
    left: 0vw;
}

#contenedor_principal img {
    display: flex;
    max-width: 100%;
    border-radius: 50%;
    border: #00397c solid 5px;
}

.decorador {
    position: absolute;
    height: auto;
}

#caja_imagenes #img2 {
    position: absolute;
    width: 250px;
    top: 2vh;
    left: 30vw;
    border-radius: 50%;
    border: #00397c solid 4px;
    z-index : -1;
}

#caja_imagenes #img3 {
    width: 320px;
    top: 10vh;
    left: 20vw;
    z-index: -2;
}
#caja_imagenes #img4 {
    width: 340px;
    top: 0vh;
    left: 0vw;
    z-index: -2;
}

.caja {
    width: 50%;
    padding: 20px;
    border-radius: 4px;
    color: white;
}

/* Estilos para la sección de historia y qué es el manga */


.caja_manga {
    background-color: #00397c;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.caja_interna {
    min-height: 320px;
}

/* Estilos para la sección de libros */

#carouselMangas, #carouselMangasMobile {
    background-color: rgb(0, 57, 124);
}

#prev_manga, #next_manga, #prev_manga_chico, #next_manga_chico {
    margin-top: 200px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(151, 0, 0);
    border: none;
}

#next, #prev, #next_chico, #prev_chico {
    margin-top: 130px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00397c;
    border: none;
}

#boton_vertodo {
    background-color: #00397c;
}

.enviar {
    background-color: #00397c;
}

.enviar:hover {
    background-color: rgb(151, 0, 0);
}

/*footer*/

footer {
    background-color: #00397c;
}

#logo_redes img {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 20%;
    box-shadow: #000000 5px 5px 5px;
}

#logo_redes img:hover {
    background-color: rgb(151, 0, 0);
    padding: 1px;
    border-radius: 20%;
    transform: scale(1.1);
}

#contacto_footer p img {
    width: 45px;
    height: 45px;
    margin: 1px;
}

@media (max-width: 991.98px) {

.carousel-item img{
    object-fit: cover;
    height: 180px;
}

.nav-item {
    font-size: 0.8rem;
    width: 100%;
}
}

@media (max-width: 700px) {
    #caja_imagenes #img2 {
        display: none;
    }
}