
@import url('../css/root.css');
@import url('../css/tablas.css');
@import url('../css/paginas.css');

/******************************* TITULOS Y TEXTOS *******************************************/

/******************************* BOTONES *******************************************/
.formulario-boton {
    width: 100%;
    max-width: 364px;
    padding: 8px;
}


/******************************* IMAGES *******************************************/

.imagen40r {
    width: 100%;
    height: 40vw;
    object-fit: scale-down;
}

.imagen50p {
    width: 100%;
    height: 50px;
    object-fit: scale-down;
}

.album{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.album__imagen-wrapper{
    margin: 0.5rem 0;
}

.album__imagen{
    min-width: 130px;
    max-width: 300px;
    width: 17vw;
    aspect-ratio: 1/1;
    object-fit: contain;
    /*mix-blend-mode: color-burn;*/
}

/******************************* CARDS *******************************************/

.card__custom {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
}

    .card__custom:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }

.card__custom__titulo {
    font-size: 1.8rem;
}

.card__custom__subtitulo {
    font-size: 1.29rem;
    font-weight: 600;
    margin: 0;
}
