*{
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
}
.giff{
    width: 70px;
    height: 70px;
}
.titulo{
    text-align: center;
}

.datos{
    text-align: center;
    width: 240px;           /* Ancho de 150 píxeles */
    height: 370px;   
    border-radius: 30px; 
    color: white;
    font-size: 30px;
    padding: 10px;
}
.colorv{
    background-color: #008b46;
}
.colora{
    background-color: #10345e;
}
img{
    width: 210px;
    height: 250px;
}
.container{
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    margin-left: 20%;
}
.tipos{
    font-size: 30px;
}
a{
    text-decoration-color: white;
}
h1{
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .datos{
        margin-bottom: 55px;
        width: 140px;           /* Ancho de 150 píxeles */
        height: 220px; 
    }
    img{
        width: 110px;
        height: 150px;
    }
    .tipos{
    font-size: 18px;
    }
    .container{
        margin-bottom: 15px;
        grid-template-columns: 50% 50% ;
        margin-left: 7%;
    }

    .giff{
        width: 50px;
        height: 50px;
    }
    h1{
    font-size: 20px;
    padding-top: 0;
    }
}