body{
    width: auto;
    height: auto;
    margin: auto;
    max-width: 1920px;
}

#relleno{
    width: 100%;
    height: 58px;
    /*background-color: green;*/
}

/*CAROUSEL*/
.carousel{display: none;}

main{
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 75px;
}

main #container{
    width: 95%;
    height: auto;
    margin: auto;
}

#container #ejemplar{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#ejemplar img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}

#container #datos{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#datos h1{color: #024b67; margin-bottom: 20px;}
#datos h2{color: #024b67; margin-bottom: 20px; text-align: center;}

#datos p{font-size: 1.05rem; line-height: 1.8rem;}

#datos span p{text-align: center;}

/*////////////////////////////////*/

@media screen and (min-width:768px){
    main{
    width: 85%;
    margin: auto;
    padding-top: 25px;
    margin-bottom: 50px;
    }
    }

@media screen and (min-width:992px){
    .navbar-nav {
    width: auto;
    height: 70px;
    border-bottom: none;
    position: absolute !important;
    right: 65px;
    margin-top: 32px;
    }
    
    /*NAVBAR*/
    .navbar{
        width: 100%;
        height: 90px;
        max-width: 1920px !important;
        background-color: rgba(0, 0, 0, 0.05) !important;
        position:absolute !important;
        z-index: 1000 !important;
        top:0;
        /*left: 0;*/
        box-shadow: none;
        }
    
        .container-fluid{width: 91%;}
    
        .navbar .navbar-brand{display: none;}
    
        .navbar-brand-logo{
        display: block;    
        width: 150px;
        height: auto;
        box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
        }
    
        .navbar-brand-logo img{width: 100%; height: auto;}
    
        .navbar-nav {
        width: auto;
        height: 70px;
        border-bottom: none;
        position: absolute !important;
        right: 65px;
        margin-top: 32px;
        }
    
        .nav-item{
        width: auto;    
        margin-left:0;
        margin-top: 5px !important;
        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
        }    
    
        .nav-link{
        width: auto;
        height: 30px !important;
        border-bottom: none !important;    
        border-left: 1px solid rgba(255,255,255,0.35);
        font-size: 1rem !important;
        text-align: center !important;
        line-height: 32px;
        padding-top: 0;
        padding-left: 15px !important;
        padding-right: 15px !important;
        } 
    
        .primero{border-left:none;}
    
        .nav-link:hover{color:#07b7f2 !important; text-shadow: none;} 

        /*CAROUSEL*/
        #relleno{display: none;}
        .carousel{display: block;}
        .carousel, .carousel-inner, .carousel-item, .carousel img{
        height: 90px !important;
        }
    
        main{
        width: 95%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 50px;
        }

        #container{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-evenly;
        }

        #container #ejemplar{width: 45%;}
        #container #datos{
        width: 45%;
        height: 500px;
        overflow: auto;
        }

        #datos{padding-right: 25px;}

        #datos h1{
            letter-spacing: -1px;
        }

}



