*
{
  
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body
{
    display: block;
}
h1
{
    font-weight: 400;
    text-align:center ;
    padding: 20px 0;
    font-size: 40px;
}
.lineaa
{
    background: #3818c7;
    height: 8px;
    width: 100%;
    display: block;

}
.galeria
{

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
    width: 95%;
    margin: auto;
    padding: 15px 5px;
    grid-gap: 45px;    
    overflow: hidden;
    
    
}
.galeria > a 
{
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
    transition: transform 0.5s  ;

    
}
.galeria img
{
    width: 100%;
    vertical-align: top;
    height: 300px;
    object-fit: cover;
    
        
}


.ligab
{ 
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,255,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 99;
    transform: scale(0) ;
    transition: transform 0.3s ease-in-out;
}
.ligab img
{
    width: 70vw;
    height: 60vh;
    border-radius: 25px;
    border: solid black 6px;
}
.ligab:target
{
    transform: scale(1);
}
.cerrar
{
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    background: red;
    color: white;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.next, .ant
{
    display: block;
    background: red;
    color: white;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
  
}
.ant
{
    
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.next
{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.cajara
{
    padding:  5px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    background-color: black;
    color: white;
}

.itema
{
    border: ridge   rgb(49, 49, 147) 10px;
    border-radius: 15px;
    overflow: hidden;
}
.itema a
{
    text-decoration: none;
}

.modelo
{width: 50%;
    border: solid orange 1px;
}
.precio
{
width: 50%;
border: solid orange 1px;
}
.cgaleria
{
    
 
    
   
   
    margin: 0;
    padding: 0;
    text-align: center;
}
.parte
{
    background: url("../img/FONDO55.jpg");
    
}
.titulocat
{
    margin: 40px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 25px;
    font-weight: 1000;
    
}


/*******************************************/
.titulocat
{
    background-color: rgba(109, 140, 223, 0.8);
    color: white;

}

.portada
{  
    background: url(../img/fla12.png);   
}

.portada h2
{
   
   
    background-color: rgba(109, 140, 223, 0.8);
    

  
}


/*******************************************************************************************/
@media screen and (max-width:600px)
{
    .ligab img
    {
      
        height: 40vh;
        
    }
    .cerrar
    {
        top: 20px;
    right: 20px;
    }

}