html {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-smooth: auto;
    font-weight: 300;
    line-height: 1.5;
    color: #444;
}

@media (max-width: 500px) {
    #figure {
        margin-top: 1rem;
        width: 350px !important;
        height: 700px !important;
    }
    #figure2 {
        margin-top: 1rem;
        width: 350px !important;
        height: 700px !important;
    }
    #figure3 {
        margin-top: 1rem;
        width: 350px !important;
        height: 700px !important;
    }
}

#figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 350px; */
    height: 660px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

#figure:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#figure:hover #imgFigure {
    transform: scale(1.25);
}

#figure:hover #figcaption {
    bottom: 0;
}

#figure #titleFigure {
    text-align: center;
    font-size: 2.5rem !important;
    position: absolute;
    top: 50px;
    padding: 0;
    color: white;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    background-color: rgba(68, 68, 68, 0.575);
    width: 100%
}

#figure #imgFigure {
    height: 100%;
    transition: 0.25s;
}

#figure #figcaption {
    position: absolute;
    bottom: -43%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    color: white;
    line-height: 1;
    transition: 0.25s;
}

#figure #titleFigure {
    position: absolute;
    top: 50px;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
}

#figure #imgFigure {
    height: 100%;
    transition: 0.25s;
}

#figure #figcaption h3 {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
}

#figure #figcaption p {
    font-size: 14px;
    line-height: 1.75;
}

#figure #figcaption button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    padding: 10px 30px;
    background-color: #1abc9c;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 14px;
}


/* Divisão de items */

#figure2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 375px;
    height: 667px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

#figure2:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#figure2:hover #imgFigure {
    transform: scale(1.25);
}

#figure2:hover #figcaption2 {
    bottom: 0;
}

#figure2 #titleFigure2 {
    text-align: center;
    position: absolute;
    top: 50px;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    background-color: rgba(68, 68, 68, 0.575);
    width: 100%
}

#figure2 #imgFigure {
    height: 100%;
    transition: 0.25s;
}

#figure2 #figcaption2 {
    position: absolute;
    bottom: -40%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    color: white;
    line-height: 1;
    transition: 0.25s;
}

#figure2 #titleFigure2 {
    position: absolute;
    top: 50px;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
}

#figure2 #imgFigure {
    height: 100%;
    transition: 0.25s;
}

#figure2 #figcaption2 h3 {
    text-align: center;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
}

#figure2 #figcaption2 p {
    font-size: 14px;
    line-height: 1.75;
}

#figure2 #figcaption2 button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    padding: 10px 30px;
    background-color: #1abc9c;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 14px;
}


/* Divisão de items */

#figure3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 375px;
    height: 667px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

#figure3:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#figure3:hover #imgFigure {
    transform: scale(1.25);
}

#figure3:hover #figcaption3 {
    bottom: 0;
}

#figure3 #titleFigure3 {
    text-align: center;
    position: absolute;
    top: 50px;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    font-size: 2.5rem !important;
    background-color: rgba(68, 68, 68, 0.575);
    width: 100%
}

#figure3 #imgFigure {
    height: 100%;
    transition: 0.25s;
}

#figure3 #figcaption3 {
    position: absolute;
    bottom: -25%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    color: white;
    line-height: 1;
    transition: 0.25s;
}

#figure3 #titleFigure3 {
    position: absolute;
    top: 50px;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
}

#figure3 #imgFigure {
    height: 100%;
    transition: 0.25s;
}

#figure3 #figcaption3 h3 {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
}

#figure3 #figcaption3 p {
    font-size: 14px;
    line-height: 1.75;
}

#figure3 #figcaption3 button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    padding: 10px 30px;
    background-color: #1abc9c;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 14px;
}