@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: stingray;
    src: url(/assets/fonts/stingray.ttf);
}

body {
    font-family: "Raleway", verdana, sans-serif;
}

.text-dragon {
    font-family: stingray;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif;
}

.overGrilla {
    height: 100%;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.6) 100%);
    position: relative;
}

.shadow-text-grilla {
    transition: all .3s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: -1.5px;
}

.custom-text-shadow {
    transition: all .3s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.text-container-image-text {
    background: rgba(0, 0, 0, 0.5);
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

.full-width {
    margin-left: calc(-100vw / 2 + 1200px / 2);
    margin-right: calc(-100vw / 2 + 1200px / 2);
}

.shadow-nodal {
    box-shadow: 3px 3px 5px rgb(0 0 0 / 50%)
}

.shadow-nodal-sub {
    box-shadow: 0px 0px 7px rgb(0, 0, 0, 0.4);
}

.rombos-1 {
    background-color: #000000;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
}

.rombos-2 {
    margin: auto;
    position: relative;
    right: -20px;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
}

.rombos-3 {
    text-align: center;
    padding: 15px 55px;
    border-left: solid 3px #fff;
    font-size: 1.2rem;
    min-height: 120px;
    transition: all .3s;
    transform: skew(-35deg, 0);
    cursor: pointer !important;
    max-width: 13.333%;
    display: flex;
    align-content: center;
    align-items: center;
}

.rombos-3:hover {
    transition: all .5s;
    cursor: pointer;
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.5)inset;
}

.rombos-3 span {
    transform: skew(35deg, 0);
    margin-bottom: -70px;
    transition: all .5s;
    color: rgba(0, 0, 0, 0);
}

.rombos-3:hover span {
    margin-bottom: 0px;
    transition: all .5s;
    color: #fff
}

@media screen and (max-width: 968px) {

    .full-width {
        margin-left: 0;
        margin-right: 0;
    }

    .rombos-2 {
        padding: 5px;
    }

    .rombos-3 {
        padding: 5px;
    }
}