#section-data {
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    padding: 80px 0px;
}

#section-data .container-data{
    width: 80%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    gap: 30px;
    padding: 40px 0px;
}

.data-item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    height: 460px;
    width: 100%;
    gap: 20px;
}

.data-2-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    height: 460px;
    width: 100%;
    gap: 10px;
}

.sub-description{
    display: grid;
    grid-template-columns: minmax(310px, 460px) minmax(310px, 499px) ;
    justify-content: center;
    align-items: center;
    background-color: var(--colorTwo);
    border-radius: 22PX;
    height: max-content;
    width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.sub-container-image-data {
    padding: 20px;
}

.image-data {
    height: 340px;
    width: 100%;
    overflow: hidden;
    border-radius: 22px;
}

.image-data img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 22px;
    transition: transform 0.3s ease;
}
.image-data:hover img {
    transform: scale(1.05);
}
.content-data {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    height: 340px;
    width: 100%;
    padding: 20px 30px 0px 10px;
}

.arrow-button {
    width: 60px;
    height: 60px;
    background-color: var(--colorSmartTercero);
    padding: 10px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   /* transition: transform 0.2s ease, box-shadow 0.s ease; */
}

.arrow-button:hover {
    /* transform: translateY(-5px);  */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.arrow-button i {
    font-size: 2.5rem;
    line-height: 1;
    color: var(--colorTwo);
}

.text-data{
    text-align: start;
}

.text-data h2{
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--colorSix);
    display: flex;
    width: 100%;
    flex-direction: row;
    font-weight: 600;
}

.text-data p{
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 28px;
    color: var(--colorSix);
    display: flex;
    width: 100%;
    flex-direction: row;
    text-align: start;
}

.numbers-data{
    display: grid;
    grid-template-columns: repeat(2, 1fr 2px) 1fr;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--colorFive);
    width: 100%;
    height: 100px;
    background-color: var(--colorTwo);
    border-radius: 22px;
    justify-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.line-divisor {
    width: 2px;
    height: 70px;
    background-color: var(--colorSeven);
    opacity: 0.3;
    margin: 0px 20px;
    align-self: center;
}

.numbers-data1, .numbers-data2, .numbers-data3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.numbers-data1 h2 i, .numbers-data2 h2 i, .numbers-data3 h2 i {
    font-size: 0.76em;
}
.numbers-data1 h2, .numbers-data2 h2, .numbers-data3 h2 {
    font-size: 2.2rem;
    color: var(--colorSix);
    font-weight: 400;
    margin: 0px;
}

.numbers-data1 p, .numbers-data2 p, .numbers-data3 p {
    font-size: 0.98rem;
    font-weight: 400;
    color: var(--colorSix);
    margin: 0px;
}

.subtitle-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: max-content;
    width: 100%;
    margin-bottom: 6px;
}

.subtitle-data h2{
    font-size: 1.5rem;
    color: var(--colorSix);
    padding: 2px;
    margin: 0px;
}
.subtitle-data > div:nth-child(1) {
    display: flex;
    gap: 10px;
}
.subtitle-data > div:nth-child(2) {
    height: 66px;
    width: 300px;
}
.subtitle-data > div:nth-child(2) img {
    width:inherit;
    height: inherit;
    object-fit: contain;
}
.square-color-text{
    background-color: var(--colorSmartTercero);
    padding: 2px;
}
.square-color-text h2{
    color: var(--colorTwo);
    font-size: 1.5rem;
    margin: 0px;
}

.title-principal h1{
    font-size: 3.5rem;
    color: var(--colorSix);
    line-height: 54px;
    width: 100%;
    text-align: start;
}

.description-text p{
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 28px;
    color: var(--colorSix);
    width: 100%;
    text-align: start;
}

.especial-info{
    /* height: 100px; */
    height: max-content;
    width: 100%;
    background-color: var(--colorSmartSecundario);
    border-radius: 22px;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.info-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    height: max-content;
    width: 100%;
}

.square-icon-especial {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--colorTwo);
    height: 80px;
    width: 80px;
    padding: auto;
    margin: 10px;
    border-radius: 22px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.square-icon-especial i{
    font-size: 3.5rem;
    color: var(--colorSmartTercero);
}

.line-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    height: max-content;
    width: 80%;
    padding: 7px 25px;
}

.line-info h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--colorSix);
    margin: 0px;
    text-align: center;
}

.line-info p {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--colorSix);
    margin: 0px;
    text-align: start;
}

.more-button {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.more-contact {
    text-decoration: none;
    background-color: var(--colorSmartTercero);
    color: var(--colorTwo);
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, color 0.3s ease;
}

@media (max-width: 1536px) {
    .data-item, .data-2-item{
        height: 100%;
    }
    .data-2-item{
        gap: 40px;
    }
    .sub-description{
        grid-template-columns: 1fr;
    }
    .sub-container-image-data {
        padding: 20px 20px 0px 20px;
    }
    .content-data {
        grid-template-rows: repeat(2, auto);
        height: max-content;
        justify-content: start;
        padding: 30px;
        gap: 30px;
    }
    .numbers-data{
        height: max-content;
        padding: 20px 0px;
        justify-items: center;
    }
    .numbers-data1, .numbers-data2, .numbers-data3 {
        align-items: center;
        padding: 3px;
    }
    .especial-info{
        height: max-content;
        align-items: center;
        padding: 15px 5px;
    }
    .info-item {
        height: 100%;
    }

    .line-info p{
        text-align: center;
    }
}

@media (max-width: 1280px) {
    .line-info p, .line-info h3 {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    #section-data {
        padding: 20px 0px;
    }

    #section-data .container-data {
        width: 70%;
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 20px 0px;
    }

    .square-color-text {
        width: auto;
    }

    .content-data {
        justify-content: start;
    }


    .numbers-data1 p, .numbers-data2 p, .numbers-data3 p {
        font-size: 1rem;
    }

    .numbers-data1 h2, .numbers-data2 h2, .numbers-data3 h2 {
    font-size: 2rem;
    }

    .line-info p, .line-info h3 {
        text-align: start;
    }
}

@media (max-width: 768px) {
   #section-data .container-data {
        width: 85%;
        margin: 20px 18px ;
    }
}

@media (max-width: 640px) {
    #section-data .container-data {
        width: 90%;
        justify-content: center;
    }

    .data-item, .data-2-item{
        width: 90%;
    }

    .data-2-item
    {
        gap: 20px;
    }

    .image-data {
        height: 300px;
        width: 100%;
        padding: 20px;
    }

    .numbers-data{
        height: max-content;
        grid-template-columns: 1fr;
        padding: 15px 0px;
        gap: 20px;
    }

    .line-divisor {
        height: 2px;
        width: 100px;
    }

    .info-item {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .title-principal h1 {
        font-size: 2.5rem;
        line-height: 38px;
    }

    .line-info {
        width: 100%;
        padding: 0px 10px;
        align-items: center;
        text-align: center;
    }

    .subtitle-data > div:nth-child(2) {
        height: 43px;
        width: 114px;
    }
}
