.coluna-1-people, .coluna-2-planet, .coluna-3-wild-life{
    position: relative;
}
.coluna-3-wild-life{
    height: 100%!important;
}

.coluna-1-people img, .coluna-2-planet img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.coluna-3-wild-life img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.coluna-1-people span, .coluna-2-planet span, .coluna-3-wild-life span{
    position: absolute;
    bottom: 80px;
    margin-left: 3rem;
    color: white;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Marcellus', serif !important;
    z-index: 2;
}
.coluna-1-people span{
    text-align: right;
    padding-left: 34%;
}
.coluna-2-planet span{
    color: #0D3C99!important;
    padding-left: 15%;
}
.coluna-1-people span::after{
    content: "";
    display: block;
    width: 20rem;
    height: 0.1rem;
    margin-top: 1.7rem;
    border-bottom: solid 2px white;
}
.coluna-2-planet span::after{
    content: "";
    display: block;
    width: 22rem;
    height: 0.1rem;
    margin-top: 0.2rem;
    margin-left: 10rem;
    border-bottom: solid 2px #0D3C99;
}

.coluna-3-wild-life span::after{
    content: "";
    display: block;
    width: 14rem;
    height: 0.1rem;
    margin-top: 1.7rem;
    border-bottom: solid 2px white;
}

.overlay-coluna-1-people{
    width: 50%;
    height: 100%;
    background-color: #0d3c99c3;
    position: absolute;
    z-index: 1;
    left: 50%;
}
.overlay-coluna-2-planet{
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.815);
    position: absolute;
    z-index: 1;
}

.overlay-coluna-3-wildlife{
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 1;
}

/* ZOOM EFFECT */
.coluna-1-people, .coluna-2-planet, .coluna-3-wild-life{
    overflow: hidden;
}
.coluna-1-people, .coluna-2-planet{
    height: 50%;
}
.coluna-3-wild-life{
    height: 100%;
}

/* .coluna-1-people:hover, .coluna-2-planet:hover, .coluna-3-wild-life:hover{
    overflow: hidden;
}*/

.coluna-1-people img, .coluna-2-planet img,  .coluna-3-wild-life img{
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}

.coluna-1-people:hover img, .coluna-2-planet:hover img,  .coluna-3-wild-life:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.coluna-2-planet:hover.coluna-2-planet span::after{
    border-color: #fff!important;
}
.coluna-3-wild-life a {
    height: 100%!important;
}

/* HOVER DESKTOP */
@media (min-width:991.98px) {

    .subtitle-cubes {
        position: absolute;
        color: white;
        font-size: 15px;
        width: 20rem;
    }

    .subtitle-cubes {
        display: none;
    }

    .coluna-1-people:hover .subtitle-cubes, .coluna-2-planet:hover .subtitle-cubes, .coluna-3-wild-life:hover .subtitle-cubes {
        display: block;
    }

    .coluna-1-people:hover .overlay-coluna-1-people {
        background-color: #ff5a00c2;
    }

    .coluna-2-planet:hover .overlay-coluna-2-planet {
        background-color: #004effc9;
    }

    .coluna-3-wild-life:hover .overlay-coluna-3-wildlife{
        background-color: #0C8344c9;
    }

    .coluna-2-planet:hover #planet-subtitle {
        display: inline !important;
        width: 25rem;
        bottom: 0;
        padding-bottom: 5px;
        padding-left: 35px;
    }

    .coluna-2-planet:hover.coluna-2-planet span{
        color: #fff!important;
    }
}

@media (max-width:991.98px) {
    .subtitle-cubes{
        display: block!important;
        font-size: 15px;
    }
    .coluna-1-people span, .coluna-2-planet span, .coluna-3-wild-life span{
        padding: 15px;
    }
    .coluna-1-people span{
        display: flex;
        flex-direction: column;
        align-items: end!important;
        justify-content: end!important;
    }
    .coluna-1-people span::after{
        width: 14rem!important;
    }
    .coluna-2-planet span{
        width: 14rem!important;
    }
}

/* MEDIA QUERIES */

/* DESKTOP */

@media (min-width: 1249.5px) and (max-width:1355px){
    .coluna-1-people span{
        padding-left: 28%;
    }
    .coluna-2-planet span{
        padding-left: 8%;
    }
}

@media (min-width: 1100.5px) and (max-width:1249px){
    .coluna-1-people span{
        padding-left: 25%;
    }
    .coluna-2-planet span{
        padding-left: 3%;
    }
}

@media (min-width: 992px) and (max-width:1100px){
    .coluna-1-people span{
        padding-left: 28%;
    }
    .coluna-2-planet span{
        padding-left: 0%;
    }
    .coluna-1-people span::after{
        width: 15rem;
    }
    .coluna-2-planet span::after{
        width: 15rem;
    }
    .coluna-1-people span, .coluna-2-planet span, .coluna-3-wild-life span{
        bottom: 50px;
    }
    #people-subtitle{
        margin-left: -80px;
        font-size: 12px;
    }
    #planet-subtitle{
        margin-left: -10px;
        font-size: 12px;
    }
    #wildlife-subtitle{
        font-size: 12px;
    }
}

/* TABLET */
@media (min-width: 768px) and (max-width:991.98px){
    .coluna-1-people span{
        padding-left: 10%;
    }
    .coluna-2-planet span{
        padding-left: 0%;
    }
    .coluna-1-people span, .coluna-2-planet span, .coluna-3-wild-life span{
        font-size: 30px;
        bottom: 30px;
    }
    .coluna-1-people span::after{
        margin-top: 1rem;
    }
    .coluna-3-wild-life span::after{
        margin-top: 1rem;
    }
    .coluna-1-people span::after{
        width: 17rem;
    }
    .coluna-2-planet span::after{
        width: 10rem;
        margin-left: 7rem;
    }
}

/* MOBILE */
@media (min-width: 576px) and (max-width: 767.98px){
    .coluna-1-people span, .coluna-2-planet span, .coluna-3-wild-life span{
        font-size: 22px;
        bottom: 20px;
    }
    .coluna-1-people span::after{
        margin-top: 5px;
    }
    .coluna-3-wild-life span::after{
        margin-top: 5px;
    }
    .coluna-2-planet span::after{
        margin-left: 0rem;
        width: 12rem;
    }
    .coluna-1-people span::after{
        width: 12rem;
    }
    .coluna-2-planet span{
        padding-left: 0%;
    }
    .coluna-1-people span{
        padding-left: 30%;
    }
    .coluna-3-wild-life a{
        display: flex;
        justify-content: center;
    }
    .coluna-3-wild-life span{
        margin-left: 0px;
        text-align: center!important;
    }
    .coluna-1-people span, .coluna-2-planet span, .coluna-3-wild-life span{
        margin-left: 2rem;
    }
}

@media (max-width: 575.98px) {
    .coluna-1-people span, .coluna-2-planet span, .coluna-3-wild-life span{
        font-size: 22px;
        bottom: 20px;
    }
    .coluna-1-people span::after{
        margin-top: 5px;
    }
    .coluna-3-wild-life span::after{
        margin-top: 5px;
    }
    .coluna-2-planet span::after{
        margin-left: 0rem;
        width: 12rem;
    }
    .coluna-1-people span::after{
        width: 12rem;
    }
    .coluna-2-planet span{
        padding-left: 0%;
    }
    .coluna-1-people span{
        padding-left: 2rem;
    }
    .coluna-3-wild-life a{
        display: flex;
        justify-content: center;
    }
    .coluna-3-wild-life span{
        margin-left: 0px;
        text-align: center!important;
    }
    .coluna-1-people span{
        margin-left: 2rem;
    }
    .coluna-2-planet span{
        margin-left: 1rem;
    }
}