section.catalysis {
    margin-top: 50px;
    flex-direction: column;
}

.catalysis-logo {
    width: 95%;
    height: 231px;
    margin-bottom: 15px;
    background-image: url("../assets/main/catalysis.png");
}

.catalysis-title {
    text-align: center;
    color: var(--catalysis-color);
    font-size: 64px;
    font-weight: 100;
    margin-bottom: 20px;
}

.catalysis-img {
    width: 100%;
    height: 850px;
    background-image: url("../assets/main/main_image.png");
}

section.products {
    margin: 50px auto;
}

.products-container {
    max-width: 1081px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.products-container-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.products-container-row * {
    width: 22%;
}

.cicatrix-product {
    background-image: url("../assets/main/cicatrix_logo.png");
    height: 84px;
}

.alopel-product {
    background-image: url("../assets/main/alopel_logo.png");
    height: 100px;
}

.granex-product {
    background-image: url("../assets/main/granex_logo.png");
    height: 48px;
}

.melanil-product {
    background-image: url("../assets/main/melanil_logo.png");
    height: 55px;
}

.retorna-product {
    background-image: url("../assets/main/retorna_logo.png");
    height: 50px;
}

.glizigen-product {
    background-image: url("../assets/main/glizigen_logo.png");
    height: 55px;
}

/* catalysis-about */



.catalysis-lab>* {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}


.lab-row-1 .lab-text {
    width: 44%;
}

.lab-pre-title {
    font-size: 24px !important;
}

.lab-text p {
    font-size: 18px;
}

.lab-title {
    font-size: 36px;
    color: #403d5c;
    ;
}

.lab-img {
    width: 48%;
    height: 333px;
    background-image: url("../assets/main/lab.jpg");
}

.lab-row-1 {
    margin-bottom: 50px;
    justify-content: space-evenly;

}

.lab-row-2 {
    justify-content: flex-end;
    margin-bottom: 100px;
}

.lab-row-3 {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 150px;
}

.lab-row-4 {
    justify-content: center;
}

.lab-row-2 .lab-text {
    width: 50%;
}

.atom-img {
    position: absolute;
    width: 65%;
    height: 846px;
    left: -275px;
    top: -60px;
    background-position: top;
    background-image: url("../assets/main/lab_atom.svg");
}

.lab-blocks-row {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lab-blocks-row-1 {
    margin-right: 170px;
    margin-bottom: 75px;
}

.lab-blocks-row-2 {
    margin-right: 15px;
}

.lab-block {
    width: 195px;
    display: flex;
    flex-direction: column;
}

.lab-number {
    font-size: 64px;
}


.lab-block-text {
    font-size: 19px;
    color: #424242;
}

.catalysis-info-img {
    width: 80%;
    height: 1300px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-size: cover;
    background-image: url("../assets/main/catalysis_about.png");
}

.catalysis-info-text-container-1 {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalysis-info-img * {
    font-size: 29px;
    text-align: center;
    color: #ffff;
}

.catalysis-info-text-block {
    width: 100%;
    margin: 2% 0;
}

.dot {
    margin: 5px 0;
}

@media (max-width: 1081px) {
    .catalysis-title {
        font-size: 46px;
    }

    .catalysis-logo {
        height: 180px;
    }

    /* catalysis-lab */

    .atom-img {
        top: -208px;
    }

    .catalysis-lab>div {
        flex-direction: column;
    }

    .lab-row-1 .lab-text {
        width: 90%;
        margin-bottom: 30px;
    }

    .lab-img {
        width: 90%;
    }

    .lab-row-2 {
        align-items: flex-end;
    }

    .lab-row-2 .lab-text {
        width: 67%;
    }

    .lab-blocks-row {
        width: 65%;
    }

    /* catalysis-info */

    .catalysis-info-img * {
        font-size: 23px;
    }
}

@media (max-width: 681px) {

    .catalysis-img {
        height: 638px;
    }

    /* catalysis-lab */

    .lab-row-2 .lab-text {
        width: 81%;
    }

    .lab-blocks-row {
        width: 100%;
        margin: 30px 0;
        justify-content: space-evenly;
    }

    .catalysis-info-img * {
        font-size: 19px;
    }

    /* catalysis-info */

    .catalysis-info-img {
        width: 100%;
    }

    .catalysis-info-text-container-1 {
        width: 90%;
    }
}

@media (max-width: 621px) {

    section.catalysis {
        margin-top: 70px;
        margin-bottom: 0px;
    }

    .section.products {
        margin-top: 0;
    }

    .alopel {
        height: 100px !important;
    }

    .catalysis-title {
        font-size: 46px;
    }

    .catalysis-logo {
        height: 180px;
    }

    .products-container-row {
        flex-direction: column;
    }

    .products-container-row * {
        width: 100%;
        height: 30px;
        margin: 10px 0;
    }

    .lab-blocks-row {
        flex-direction: column;
    }

    .lab-block {
        width: 80%;
        margin-bottom: 20px;
    }

    .lab-row-1 .lab-text {
        width: 100%;
    }

    .lab-row-2 {
        align-items: center;
    }

    .lab-title {
        text-align: center;
    }

    .lab-row-2 .lab-text {
        width: 100%;
    }

    .atom-img {
        top: -280px;
        left: -250px;
    }
}


@media (max-width: 551px) {

    .catalysis-title {
        font-size: 38px;
    }

    .catalysis-img {
        height: 400px;
    }

    .lab-blocks-row {
        margin: 0;
    }

    .atom-img {
        top: -224px;
        left: -170px;
    }

    .lab-img {
        width: 100%;
    }

    .lab-block {
        width: 100%;
    }

}

@media (max-width: 451px) {

    .catalysis-logo {
        height: 140px;
    }

    .catalysis-title {
        font-size: 25px;
    }

    .catalysis-info-img * {
        font-size: 16px;
    }
}

@media (max-width: 321px) {

    .lab-title {
        font-size: 25px;
    }

    .catalysis-title {
        font-size: 21px;
    }
   
}