.inicio-desc {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.grid {
    margin: 0 auto;
    max-width: 1200px;
}

.grid--item {
    position: relative;
    margin-top: -8%;
    margin-right: .5%;
    margin-left: 0%;
    width: calc(33.33% - 3%);
    float: left;
    transition: all 0.5s;
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.grid--item:before {
    display: block;
    padding-top: 112.5%;
    content: "";
}
.grid--item:nth-child(1), .grid--item:nth-child(2) {
    margin-top: 0;
}
.grid--item:nth-child(7n-1), .grid--item:nth-child(1) {
    margin-left: 15%;
}

.img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.img:before, .img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0;
    transition: opacity 0.5s;
}
.img:before {
    background: rgba(128, 0, 128, 0.25);
}
.img:after {
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
}

.hexagon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    opacity: 0;
    text-align: center;
    color: white;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.5s;
    -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.hx-title {
    font-size: 0.8rem;
}

.desc {
    margin: 1em 0 0;
    font-family: "ATC Overlook";
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    line-height: 1.5;
    color: turquoise;
}

.grid--item:hover .img:before,
.grid--item:hover .img:after,
.grid--item:hover .container {
    opacity: 1;
}
.grid--item:hover .container {
    transform: translate(-50%, -50%) scale(1);
}

.grid.g-item-1 .grid--item{
    width: calc(75.33% - 3%);
}
.grid.g-item-2 .grid--item{
    width: calc(52% - 3%);
    margin-left: 0;
}

.grid.g-item-3{
    width: 750px;
}

.g-item-3 .grid--item:nth-child(7n-4){
    margin-left: 31%;
}

.grid.g-item-4{
    width: 750px;
}

.grid.g-item-5{
    width: 600px;
}

.grid.g-item-6{
    width: 590px;
}

.g-item-6 .grid--item:nth-child(7n-1){
    margin-left: 31%;
    margin-top: -86.5%;
}

.grid.g-item-6{
    margin-top: 25%;
}

@media (max-width: 769px){
    .grid.g-item-4 {
        width: 900px;
    }
}


@media (max-width: 426px){
    .primary-title{
        font-size: 2.25rem;
        font-weight: 600;
    }

    .sub-title{
        font-size: 1.5rem;
    }

    .grid.g-item-1 .grid--item {
        width: 90%;
        margin-left: 5%;
    }

    .grid.g-item-3 {
        width: 650px;
    }

    .grid.g-item-3 .grid--item:nth-child(7n-1), .grid--item:nth-child(1) {
        margin-left: -2%;
    }

    .g-item-3 .grid--item:nth-child(7n-4) {
        margin-left: 13.2%;
    }

    .grid.g-item-4 {
        width: 500px;
    }

    .grid.g-item-4 .grid--item:nth-child(1) {
        margin-left: 15%;
    }

    .grid.g-item-5 {
        width: 400px;
    }

    .grid.g-item-6 {
        width: 400px;
    }

}

@media (max-width: 376px){
    .grid.g-item-3 {
        width: 550px;
    }

    .grid.g-item-4 {
        width: 470px;
        margin-left: -6%;
    }

    .grid.g-item-5 {
        width: 390px;
        margin-left: -6%;
    }

    .grid.g-item-6 {
        width: 360px;
    }
}

@media (max-width: 321px){
    .grid.g-item-1 .grid--item {
        width: 100%;
        margin-left: 0;
    }

    .grid.g-item-3 {
        width: 490px !important;
    }

    .grid.g-item-3 .grid--item:nth-child(1) {
        margin-left: -4%;
    }

    .grid.g-item-3 .grid--item:nth-child(7n-4) {
        margin-left: 11.6%;
    }

    .grid.g-item-4 {
        width: 400px;
        margin-left: -8%;
    }

    .grid.g-item-5 {
        width: 320px;
    }

    .grid.g-item-5 .grid--item:nth-child(1) {
        margin-left: 15%;
    }

    .grid.g-item-5 .grid--item:nth-child(7n-4) {
        margin-left: 0%;
    }

    .grid.g-item-6 {
        width: 300px;
    }


}
