
img{
    width: 100%;
}
.display-one{
    
    section{
        img{
            height: 100%;
        }
    }
}
.display-two{
    
}
.display-three{
    
    section{
        background: var(--c-blanco);
        border-radius: 20px;
    }
    section:nth-child(1){
        background: var(--c-scale-20);
    }
}
.display-topic{
    section{
        width: 100%;
        min-height: 100px;
        border-radius: 20px;
        transition: all .3s ease;
        position: relative;
        picture{
            width: 100%;
        }
        img{
            border-radius: 20px;
            /* height: 100%; */
            
        }
    }
    .cont-logo-hoteles{
        img{
            max-height: 130px;
            object-fit: contain;
            background: #fff;
            @media (min-width:1024px){
                max-height: 200px;
            }
            
        }
    }
    a{
        cursor: pointer;
    }
}

.row-title-display{
    margin-top: -5px;
    .title-display {
        color: var(--c-scale-90);
        h3{font-weight: 700;}
    }
}

/* Card 1 */
.section-item-1{
    
}
/* Card 2 */
.section-item-2{
    
}

/* Card 3 */
.section-item-3{
}
/* Card 4 */
.section-item-4{
    
}

.main-display-paquetes,
.main-home-vuelos{
    .display-two{
        a{
            height: 230px;
            @media (min-width:1024px){
                height: fit-content;
            }
        }
        img{
            height: 100%;
            object-fit: cover;
        }
    }
}

.display-shop{
    img{
        border-radius: 20px;
    }
}



