﻿

.imgIonet {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.estiloQS {
    color: #484747;
    margin: auto;
}

.estiloQS h4 {
    font-size: 45px;
    font-weight: 700;
}

.estiloQS p {
    font-size: 18px;
    font-weight: 400;

}

.estiloQS2 {
    display: flex;
    justify-content:center;
    align-content:center;
    text-align: center;
    background: #0A9D56;
    margin: auto;
    width: 100%;
    border-radius: 4px 18px;
    padding: 3%;
    mask-image: linear-gradient( black 75%, transparent );
}

    .estiloQS2 p {
        color: #fff;
        height: 75px;
        font-weight: 500;
        font-size: 30px;
    }

    .cnosotros{
        width:fit-content;
        height:fit-content;
    }

.ContentElegirnos {
    font-size: 18px;
    align-content: center;
}

    .ContentElegirnos label {
        color: #1c956d;
        background-color: transparent;
        border-radius: 10px;
        font-size: 5.2rem;
        text-align-last: center;
        min-width: 43%;
        height: 40px;
        align-content: center;
        font-weight: 600;
    }

.ContentElegirnos h4 {
    padding: 10px;
    font-size: 50px;
    font-weight: 600;
}

.ContentNosotros {
    width: 100%;
    margin: 5% 0%;
}

.ContentNosotros h4 {
    font-size: 24px;
    font-weight: 600;
}

.ContentNosotros label {
    font-size: 30px;
    color: #1c956d;
}

.ContentNosotros p {
    font-size: 18px;
    text-align: left;
    width: 90%;
}
.ContentNosotros span {
    margin: 0px 0px 0 -5px;
}
.Textcompromiso {

    color: #484747;
    font-size: 20px;
    margin: 5% 5%;
    justify-content: center;
}
.Textcompromiso h4{
    font-size:35px;
    text-align:center;
    font-weight:600;
}
.Textcompromiso p {
    font-size: 17.3px;
    text-align: center;
}
.Textcompromiso span {
    color: #2A9B76;
}
.imagenAlianzas img{
    width:13%;
    min-width:110px;
}
.MisionVision {
    border: solid #2A9B76 3px;
    border-radius: 8px;
    margin: 8% 0;
    padding: 40px;
    height: 25rem;
}

.imagetamaño {
    height: 10vh;
}

.acomodo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-block: 10px;
}

.principal {
    width: 100%;
}

.image-portfolio {
    width: 100%;
    height: 100%;
    object-fit: contain;

    border-radius: 15px;
  
}
.imgIonet {

    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.6));
}
.image-portfolio:hover {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}
@media(max-width: 500px) {
    .section {
        padding-top: 50px; /* O la altura exacta de tu navbar */
        text-align:center;
    }
    .imgIonet {
        display: none;
       
    }
}