﻿
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

strong {
    font-weight: bold;
}

.container_layout {
    padding: 130px 0vw 30px;
}

.cont_perfil {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 50px;
    background-color: #ffffff;
}

.cont_data_fab {
    width: 27.5%;
    padding: 0px 5%;
    text-align: center;
    min-width: 300px;
    gap: 15px;
}

.cont_data_fab,
.cont_data_prods {
    display: flex;
    flex-direction: column;
}

    .cont_data_fab > div {
        display: flex;
        flex-direction: column;
    }

    .cont_data_fab > img {
        border-radius: 100% 100% 100% 0px;
        border: 7.5px solid var(--tr-blue-3);
    }

    .cont_data_fab h1 {
        line-height: 1.0;
        color: var(--tr-blue-3);
        margin-bottom: 0px;
        font-weight: bold;
        text-align: left;
    }

    .cont_data_fab h6 {
        color: var(--tr-gray-1);
        margin-top: 10px;
        margin-bottom: 20px;
        font-weight: bold;
        text-align: left;
        font-size: 0.95rem;
    }

.cont_redes {
    display: flex;
    flex-direction: row;
    align-self: center;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}

    .cont_redes > a {
        color: white;
        font-size: 1.75rem;
        background-color: var(--tr-blue-3);
        border-radius: 10px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.cont_contacto {
    color: var(--tr-blue-4);
    line-height: 1.3;
    display: flex;
    flex-direction: column;
}

#listado_productos_fab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2% 5%;
    padding: 0px 10px;
}

.cont_data_prods {
    width: 70%;
    padding: 0px 2.5% 0px 0%;
    margin-bottom: 5%;
}

    .cont_data_prods > h3 {
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin: 2% 0px 3%;
        color: black;
    }

    .cont_data_prods > label {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

.btn_whts_flt {
    display: none;
}

.card_prod_fab img {
    background-color: white;
}

.card_prod_fab label {
    align-content: center;
    text-align: left;
    width: calc(100% - 50px);
    color: var(--tr-blue-1);
    font-weight: bold;
    line-height: 1.2;
    padding-right: 10px;
    cursor: pointer;
}

i#btn_info_contacto {
    width: 100%;
    color: var(--tr-blue-4);
    font-size: larger;
    cursor: pointer;
    margin: 5px 0px 0px;
    padding: 3px 10px;
}

.cont_butt_unt {
    text-align: center;
    width: 100%;
    justify-items: center;
    z-index: 99;
    margin: 20px 0 0;
    margin-top: auto;
    padding-bottom: 25px;
}

    .cont_butt_unt a {
        text-decoration: none;
        color: var(--tr-blue-4);
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cont_butt_unt span {
        line-height: 0.9;
    }

    .cont_butt_unt img {
        width: auto;
        height: 30px;
    }

@media (max-width: 820px) {
    .cont_perfil {
        flex-direction: column;
    }

    .cont_data_fab,
    .cont_data_prods {
        max-width: 100%;
        width: 100%;
    }

    .cont_data_fab {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        word-break: break-word;
    }

        .cont_data_fab > img {
            height: 25vh;
            object-fit: contain;
        }

    .cont_contacto {
        float: left;
        width: 100%;
        position: absolute;
        left: 0;
        margin-top: -5px;
        background-color: var(--tr-blue-4);
        color: var(--tr-blue-4);
        padding: 10px;
    }

        .cont_contacto > p {
            margin-top: 10px;
        }

    i#btn_info_contacto {
        display: none;
    }
}

@media (max-width: 440px) {
    .cont_data_fab > img {
        height: 20vh;
    }

    .cont_redes > a {
        font-size: 1.25rem;
        width: 35px;
        height: 35px;
    }
}
