h1 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: .8em;
    font-weight: 400;
    font-size: calc(var(--font-size) * 2.6);
}
h2 {
    text-align: center;
    margin-bottom: .8em;
    margin-top:60px;
    font-weight: 500;
    font-size: calc(var(--font-size) * 2.4);
}

.laboratorios {
    font-size: 1.4rem;
    text-align: left;
    margin-left:8em;
    font-weight: 400;
}

.soluciones{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.laboratorio {
    width: 350px;
    margin: 30px;
    padding: 20px;
    text-align: center;
    }

.laboratorio-image {
        width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 10px;
    }

.laboratorio ul {
        display: flex;
        flex-direction: column;
        list-style-type: disc;
        text-align: left;
}

.laboratorio ul li::marker {
    color: orange;
}


.laboratorio h4{
    text-align: left;
    margin-top:30px;
}
.laboratorio h5{
    text-align: left;
    margin-top:20px;
    margin-bottom:10px;
}

.banner img {
    width:100%;
    margin-bottom: 3em;
}

h3{
    text-align: center;
    font-weight: 400;
    font-size: calc(var(--font-size) * 2.3);

}

.image-inacal{
    width: 550px;
    height: 250px;
    border-radius: 20%;
}

.container-inacal{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
    margin-bottom:50px;
}

.txt-final{
    font-size: 1.4rem;
    text-align: center;
    font-weight: 400;
    margin-top:10px;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
}

.orange-button {
    background-color: #ff8000;
    color: white;
    padding-top:8px;
    padding-bottom:8px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    margin-left:60px;
    margin-bottom:80px;
}

@media screen and (max-width: 700px ){
    h1 {
            font-size: calc(var(--font-size) * 2);
    }
    h2 {
            font-size: calc(var(--font-size) * 2);
            margin-top:40px;
            margin-bottom:40px;
    }
    .laboratorios {
            margin-left: 20px;
            font-size: 18px;
            margin-bottom: 8px;
    }

    .laboratorio{
        margin-top:-25px;
    }
    .laboratorio-image {
            width: 200px;
            height: 200px;
    }
    .laboratorio h4{
        text-align: center;
    }
    .laboratorio h5{
        text-align: center;
    }
    .image-inacal{
        width: 400px;
        height: 200px;
    }
    .button-container {
            margin-top: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
    }
    .orange-button {
            margin: 10px;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 14px;
            margin-bottom:30px;
        }
}
@media screen and (max-width: 1500px ){
    h1 {
            font-size: calc(var(--font-size) * 2);
    }
    h2 {
            font-size: calc(var(--font-size) * 2);
            margin-top:40px;
            margin-bottom:40px;
    }
    .laboratorios {
            margin-left: 100px;
            font-size: 18px;
            margin-bottom: 8px;
    }

    .laboratorio{
        margin-top:-25px;
    }
    .laboratorio-image {
            width: 200px;
            height: 200px;
    }
    .laboratorio h4{
        text-align: center;
    }
    .laboratorio h5{
        text-align: left;
    }
    .image-inacal{
        width: 400px;
        height: 200px;
    }
    .button-container {
            margin-top: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
    }
    .orange-button {
            margin: 10px;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 14px;
            margin-bottom:30px;
        }
}