/*-----------ROOTS---------------*/
h4{
    font-family: robotos;
    font-size: clamp(1.1rem, 5vw, 2.1rem);
}

p{
    font-size: clamp(1rem, 1vw + 0.8rem, 1.4rem);
}

button{
    width: max-content;
    border: 2px solid;
    padding: 9px;
    background-color: transparent;
    cursor:pointer;
}
/*-----------IMAGE-------------*/
.fig_ver_ele_designer{
    width: 33rem;
    overflow:hidden;
}
.fot_ver1_designer{
    object-fit: contain;
    width:100%;
}
/*-----------PROJECT-------------*/
.section_collection_designer_info{
    padding: 0px 20px;
    background-color: #80808075;
}

.container_collection_designer_info{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.info_collection_designer_txt{
    gap: 40px;
    display: flex;
    text-align: center;
    width:38.75rem;
    flex-direction: column;
}

.info_collection_designer_description{
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
}

/*-----MOBILE-ADAPTATION-----------*/
/* Tablet */
@media (max-width: 1024px) {

}

/* Mobile */
@media (max-width: 768px) {
    
    .section_collection_designer_info {
        padding: 40px 20px;
    }
    .container_collection_designer_info{
        flex-direction: column-reverse;
    }
    
    .info_collection_designer_txt{
        width: 100%;
        margin-top: 20px;
        gap: 15px;
    }
    
    .fot_ver1_designer{
        margin-left: 3.4rem;  
    }
    
    .fig_ver_ele_designer {
        width: 100%;
        overflow: hidden;
    }
}

/* Mobile pequeño */
@media (max-width: 480px) {

}






