.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    color: white;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    background-image: url('../assets/general/menu_cenefa.png') !important;
    background-size: 700px !important;
}


.main_banner {
    height: 200px;
    background: url('../assets/productos/productos.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: Gotham;
    /*font-size: 55px;*/
    font-size: calc(25px + (40 - 25) * ((100vw - 600px) / (1300 - 600)));

    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.top_text {
    font-family: Gotham;
    /*font-size: 21px;*/
    font-size: calc(16px + (21 - 16) * ((100vw - 600px) / (1300 - 600)));

    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--marine-blue);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.card_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.flip-card {
    width: 100%;
    max-width: 320px;
    height: 230px;
    margin: 10px;
}

.categoria_img {
    width: 100%;
}

.card_esmaltes {
    background: #2a52a5;
}

.card_paints {
    background: #37ad3e;
}

.card_imper {
    background: #d21d26;

}

.card_adhesivos {
    background: #f48725;

}

.card_primarios {
    background: #f15c1d;

}

.card_madera {
    background: #7f411a;

}

.card_decorativos {
    background: #7a0f47;

}

.card_complementos {
    background: #624ba9;

}

.card_otros {
    background: #dd2297;

}

.card_list {
    list-style-type: none;
    padding: 25px;
}

.card_button {
    border-radius: 5px !important;
    background-color: #c3d7ff !important;
    color: var(--marine-blue) !important;
    margin-top: 10px;
    font-weight: bold !important;
    letter-spacing: 0px;
}

.second_section {
    /*margin-bottom: 100px;*/
    padding: 5% 0px;
}

.search_wrapper {
    width: 100%;
    display: flex;
    background: white;
    border: solid 1px var(--marine-blue);
    height: 37px;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 510px;
}

.search_input {
    border: none;
    outline: none;
    width: 100%;
    border-radius: 10px;
    padding-left: 8px
}

.search_img_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_img_container > img {
    width: 100%;
    max-width: 25px;
    border-radius: 10px;
    margin-right: 3px;
}

.search_input::placeholder {
    color: var(--marine-blue);
    opacity: .6;
}

.search_container {
    padding: 3% 0 5% 0;
    margin-left: 10px;
    margin-right: 10px;
}
