@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --brandPrimaryColor: #1687aa;
    --brandSecondaryColor: #0b4455;
    --brandBlack: #000000;
    --brandWhite: #ffffff;
}

html{
    scroll-behavior: smooth;
}

a{
    list-style: none;
    text-decoration: none;
}

/* INMACULADO 1366 x 768 */

.works{
    width: 100%;
    height: 280vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainWorks{
    width: 90%;
    height: 240vh;
    /* border: 1px solid white; */
    display: flex;
    flex-direction: column;
}

.titleWorks{
    width: 100%;
    height: auto;
    /* border: 1px solid red; */
    text-align: center;
    margin: 8rem 0 0 0;
}

.titleWorks h1{
    display: inline;
    font-size: 5.45rem;
    color: var(--brandWhite);
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-weight: lighter;
    text-align: right;
    margin: -2rem 0 0 0;
    line-height: 7rem;
}

.descriptionWorks{
    display: inline;
    color: var(--brandWhite);
    font-size: 1.4rem;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 100;
    text-align: center;
    /* border: 1px solid blue; */
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6rem;
}

.iconsWorks{
    text-align: center;
    font-size: 2rem;
    /* border: 1px solid orange; */
}

.miniatureWorks{
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box, .desc{
    width: 48%;
    height: 315px;
    /* border: 1px solid white; */
}

.box img{
    background-size: cover;
    width: 100%;
    height: 100%;
}

.desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    text-align: center;
    padding: 0 0 0 0;
}

.desc h2{
    font-size: 1.4rem;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.tecIcons{
    font-size: 3rem;
}

.tecIcons i{
    margin: 0 1rem;
}

.iconsWorksLeft{
    margin: 3rem 0 0 0;
    /* border: 1px solid black; */
}
