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

#line1{width: 95%; margin: auto; margin-bottom: 20px;}

main{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#line2{width: 90%; margin: auto;}


main section{
    width: 95%;
    height: auto;
    margin: 30px auto 15px auto;
}

section #peces{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#peces .especie{
    width: 48%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.especie img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
/*////////////////////////////////*/

@media screen and (min-width:768px){}

@media screen and (min-width:992px){
    /*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*/
    .carousel, .carousel-inner, .carousel-item, .carousel img{
    height: 570px !important;
    }
    main{width: 95%; margin: auto;}

    main section{
    width: 95%;
    height: auto;
    margin: 30px auto 15px auto;
    }
    
    section #peces{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    
    #peces .especie{
    width: 32%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: 0.6s;
    }
    
    .especie img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    }

    .especie:hover{
    transform: scale(1.1);
    }    

}



