﻿body {
    background: rgb(234, 102, 18);
    background: linear-gradient(60deg, rgba(234, 102, 18, 0.09987745098039214) 0%, rgba(23, 71, 133, 0.04385504201680668) 100%);
    letter-spacing: -0.05em;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.hero-compliance {
    background-image: url(../../../Assets/Images/content/quienesSomosTotalcoin.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.somos-main-title {
    color: #F2F2F2;
    font-size: 80px;
    font-weight: 700;
    line-height: 98px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 1030px;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.3);
}

.hero-gestionar-image {
    transform: translatey(-4.5em);
}

.lead-container {
    min-width: 1030px;
    height: 60px;
}

.lead {
    text-align: center;
}

.somos-text-img {
    height: 98px;
}

.quienesSomosCell-img {
    width: 371px;
    height: 590px;
    border-radius: 20px;
}

.section-nosotros-cell {
    display: inline-flex;
    gap: 57px;
}

.totalcoin-img-icon {
    width: 79px;
    height: 79px;
    flex-shrink: 0;
}

.section-nosotros-cell-inside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.section-nosotros-cell-content {
    display: flex;
    width: 500px;
    padding: 40px 30px;
    align-items: flex-start;
    gap: 12px;
    border-radius: 20px;
    background: var(--Totalmente-Blanco, #FEFEFE);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.quienes-somos-last-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 58px;
    padding-top: 177px;
    padding-left: 150px;
}

.antc-title {
    color: rgb(234, 102, 18);
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 50px;
}

.line {
    width: 658px;
    height: 1px;
    background-color: #BDBDBD;
}

.separator {
    height: 260px;
}

.quienes-somos-last-inner {
    display: flex;
    width: 572px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0px 20px 0px 40px;
}

.quienes-somos-last-inner-2 {
    display: flex;
    height: 692px;
    justify-content: flex-end;
    transform: translateX(16px)
}

.quienes-somos-last-img {
    width: 523.199px;
    height: 692.001px;
}

.quienes-somos-logo-total {
    width: 361px;
    height: 162px;
}

.quienes-somos-last-text {
    color: var(--Brand-Primario, var(--Brand-Primario, #003E70));
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding-left: 3px;
}

.total-info-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
}

@media screen and (max-width: 1179px) {
    .quienes-somos-last-img {
        display: none;
    }

    .quienes-somos-last-container {
        justify-content: center;
        align-items: center;
        gap: 0;
        padding-left: 0px;
    }
}

@media screen and (max-width: 973px) {
    .quienesSomosCell-img {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .section-nosotros-cell-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 300px;
        text-align: center;
    }

    .section-nosotros-cell {
        display: flex;
        align-items: center;
        gap: 57px;
        justify-content: center;
    }

    .lead {
        padding-bottom: 30px;
    }
}


.contenedor-items {
    font-size: 25px;
}

    .contenedor-items img {
        width: 100%;
        margin: auto;
    }

    .contenedor-items h3 {
        font-size: 58px;
        font-weight: bold;
    }

    .contenedor-items span {
        color: var(--secundario);
    }

@media screen and (max-width: 1200px) {
    .contenedor-items p {
        font-size: 20px;
    }
}


@media screen and (max-width: 400px) {
    .contenedor-items p {
        font-size: 0.6em;
    }

    .contenedor-items h3 {
        font-size: 1.6em;
    }

    .lead {
        font-size: 18px;
    }

    .somos-main-title {
        font-size: 70px;
    }


}