*{
    padding: 0;
}

main{
    max-zoom: 1;
}
.contenedor{
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
  /*  border: solid; border-color: rgba(0, 0, 0, 0.226);*/
}
.contenedor h1{
    text-align: center;
   
}

section{
    min-height: 25vh ;
}

.lineas{ 
    min-height: 260px;
    margin: 15px;
    padding: 0 15px;
    border: solid; border-color: rgba(0, 0, 0, 0.226);
    border-radius: 10px;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    justify-content: center;

}
.lineas h3{ 
    grid-column: 1/3;
    text-align: center;
    width: 90%;
    margin: 15px auto ;

   }

.completo{
    grid-column: 1/3;
    width: 98%;
    margin: auto;
    font-size: 1.2rem;

}
.filas{
    padding: 10px;
    align-items: flex-start;
}

.fila li{
    list-style: none;
    padding: 5px;
}

.ImgC{
   
    grid-column: 1;
    display: flex;
    width: 95%;
    height: fit-content;
    padding: 15px;
    border: solid; border-color: rgba(0, 0, 0, 0.226);
    border-radius: 10px;
    justify-content: center;
    align-self: first baseline;
    margin: 25px auto ;
}
.ImgC img{
    width: 100%;
    height: 500px;
    border: solid; border-color: rgba(0, 0, 0, 0.226);
    object-fit: cover ;
    border-radius:10px;
    margin: 10px;
}

.lineas ul li{
   
    text-align: left;


}

.caracteristicas{

    width: 90%;
    padding: 25px 10px;
    margin: auto;
    min-height: 100%;

    font-size: 1.2rem;
}

.caracteristicas li{
    list-style: none;
    padding-top: 10px;

}
.columnas{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 15px;
}

.columna{
    display: flex;
    flex-direction: column;
}

.columnas li{
    width: 100%;
    padding: 5px;

    list-style: initial;
    list-style-position: outside;
    margin-left: 20px;
 }

li p span{
    font-weight: bold;
}

.titulo{
    
    font-size: 1.5em;
    width: fit-content;
    padding: 10px;
    list-style: none;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    background-color: #05203d;

}

.SubTitulo{
    font-weight: bold;
    font-size: 1.5rem;
}

.boton-info{
    background-color: #05203d;
    text-align: center;
    padding: 0;
    height: auto;
    
}
.boton-info a{
    width: 100%;
    height: 100%;
    padding: 5px 0;
    color: white;
}

