.contPrincipal
{   
    border-radius:  10px;
    width:          90%;
    height:         350px;
    max-width:      1200px;
    margin:         10px auto;
    overflow:       hidden;     
    position:       relative;
}

.cont2
{    
    display:        flex;
    width:          400%;
    height:         400px;
    margin-left:    -100%;
}

.contImg
{            
    width:          90%;         
}

.imagen
{
    
    display:        block;
    width:          100%;
    height:         100%;
    object-fit:     cover;
}

/* -----------------------//------------------- */
.navbar
{
    background-color: #e3f2fd;
}

nav .navbar
{
    display: flex !important;
}

section .row img
{    
    width: 100% !important;
    height: 220px !important;
}

.efecto
{
    overflow: hidden;
}

.efecto img
{
    transition: all 1.5s ease;
}

.efecto:hover  img
{
    transform: scale(1.5);
    
}

 .descripcionAnime p 
{
    
    display: none;
    text-align: justify;
    padding: 15px; 
}

/*.card-body:hover p
{
    background: black;
    display: block;
    position: relative;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 90%;
    transform: scale(.9);
    border-radius: 10px;
    
} */

.estiloModal
{
    visibility: hidden;
}