.full-container-history {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 30px;
}

.full-container-history h2 {
    color: #002F85;
    text-align: center;
    font-size: calc(2rem + 1vw);
    margin: 30px auto 0;
    font-weight: 400;
}

.full-container-history h2 strong {
    color: #0074FA;
    font-size: calc(2rem + 2vw);
    font-weight: 900;
}

.row-container-history {
    display: flex;
    gap: 4rem;
    align-items: center;
    padding: 0 80px;
}

.row-container-history h3 {
    color: #0074FA;
    font-size: calc(1rem + 1vw);
    font-weight: 700;
}

.row-container-history p {
    color: #565656;
}

.left-container-history {
    width: 50%;
}

.right-container-history {
    width: 50%;
}

.row-history-responsive {
    display: none;
}

.history-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.history-svg .line {
    stroke-width:4px;
    stroke:rgba(68, 160, 218, 0.4);
    stroke-dasharray: 10,10;
}

.point {
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
    display: grid;
}

.right-img img {
    justify-self: end;
}

.container-mision-vision {
    background: #9FD6EF;
    display: flex;
    align-items: center;
}

.mision-vision-item {
    padding: 20px 50px;
    flex: 1;
}

.mision-vision-item h3 {
    color: #002F85;
    font-weight: 900;
    font-size: calc(1rem + 1vw);
    margin: 0 auto;
}

.mision-vision-item p {
    color: #565656;
    line-height: 1.4;
}

.mision-vision-img {
    flex: 1;
    margin-top: -70px;
}

.salesforce-partners-container {
    background: #EDEDED;
}

.salesforce-partners-container h2 {
    color: #002F85;
    font-size: calc(2rem + 1vw);
    text-align: center;
    padding: 20px 50px 0;
    font-weight: 400;
    margin: 0;
}

.salesforce-partners-container h2 strong {
    color: #0074FA;
    font-size: calc(2rem + 2vw);
    font-weight: 900;
}

.partners-section {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.partners-section h2 {
    flex: 1;
}

.partners-block-text {
    flex: 1.5;
    padding: 0 50px;
}

.partners-block-text h3 {
    color: #004A98;
    font-weight: 300;
    font-size: calc(1.5rem + 1vw);
    line-height: 1.2;
}

.partners-block-text h3 strong {
    font-weight: 900;
    font-size: calc(2rem + 1vw);
}

.partners-block-text p {
    color: #282828; 
}

.partners-block-img {
    flex: 1;
    padding-right: 50px;
}


.certification-count-container {
    padding: 30px 80px;
    text-align: center;
}

.certification-count-container button {
    background: none;
    width: fit-content;
    padding: 10px 20px;
    border: 2px solid #002F84;
    border-radius: 10px;
    color: #002f84;
    font-size: 1rem;
    margin: 0 auto;
}

.certification-count-container button:hover {
    cursor: pointer;
    background: #ededed;
}

.certification-top {
    display: flex;
    width: 100%;
    gap: 2rem;
    align-items: center;
}

.cert-top-text {
    flex: 1;
    text-align: left;
}

.cert-top-text h2 {
    color: #002F84;
    font-size: calc(2rem + 1vw);
    font-weight: 400;
    margin: 0 auto;
    line-height: 1;
}

.cert-top-text h2 strong {
    font-weight: 900;
    color: #0055DB;
    font-size: calc(2.5rem + 1vw);
}

.cert-top-text p {
    display: block;
}

.cert-top-img {
    flex: 1;
    padding: 0 30px;
}

.certifications-block {
    display: flex;
    margin: 50px auto;
    gap: 2rem;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

#certs-block {
    height: 400px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.certification-item {
    border: 5px solid #0074FA;
    padding: 10px 20px;
    border-radius: 10px;
    width: 200px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.certification-item img {
    max-width: 100px;
    margin-bottom: 10px;
    max-height: 100px;
}

.certification-item h2 {
    margin: 0 auto 10px;
    font-size: 0.9em;
    color: #545454;
}

.certification-item h3 {
    color: #002F84;
    font-size: calc(1rem + 1vw);
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.bg-light-blue {
    background: #EEF2FF;
}

.highlights-container {
    background: #002F85;
    padding: 40px 50px;
    text-align: center;
}

.highlights-container h2 {
    color: white;
    font-size: calc(2rem + 1vw);
    font-weight: 400;
    margin: 0;
}

.highlights-container h2 strong {
    color: #A1D8F1;
    font-size: calc(2rem + 1.5vw);
}

.highlights-row {
    display: flex;
    margin-top: 40px;
    gap: 2rem;
    align-items: center;
}

.highlights-item {
    flex: 1;
    padding: 0 10px;
}

.highlights-item h2 {
    color: #8EDAFF;
    font-weight: 900;
    font-size: calc(5rem + 3vw);
    margin: 0 0 10px;
    line-height: 1;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlights-item h2 img {
    position: absolute;
    width: 45px;
    margin: -90px 0 0 120px;
}

.highlights-item img {
    height: 150px;
    width: auto;
}

.highlights-item h3 {
    color: #0FC217;
    font-size: calc(0.8rem + 0.5vw);
}

.highlights-item p {
    color: white;
    line-height: 1.5;
    font-size: calc(0.5rem + 0.5vw);
}

.our-team-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our-team-container img {
    max-width: 75% !important;
    margin: 2rem !important;
}


.our-team-container h2 {
    text-align: center;
    font-size: calc(2rem + 1vw);
    font-weight: 400;
    color: #002F85;
    margin: 30px auto 0;
}

.our-team-container h2 strong {
    color: #0074FA;
    font-weight: 900;
    font-size: calc(2.5rem + 1vw);
}

.organization-container {
    display: flex;
    justify-content: center;
    padding: 0 80px 50px;
    flex-wrap: wrap;
    text-align: center;
}

.organization-container img {
    width: 150px;
    height: auto;
    margin: 5px auto -5px;
}

.org-row {
    width: 100%;
    padding: 0 5px;
}

.org-text-block {
    background: #002F84;
    border-radius: 10px;
    width: fit-content;
    color: white;
    padding: 10px 40px;
    margin: 10px auto;
}

.org-text-block h3 {
    margin: 0;
    color: #A1D8F1;
}

.org-text-block h4 {
    margin: 0;
    font-weight: 200;
    font-size: calc(0.3em + 0.5vw);
}

.ops-block {
    background: #4199D8;
}

.ops-block h3 {
    display: block;
    color: #002F84;
}

.department {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    align-content: baseline;
}

.manager {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.lead {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.member {
    flex: 1;
    display: flex;
}

.org-line-vertical {
  border-left: 3px dashed #002F84;
  height: 25px;
  margin: 0 auto;
  width: fit-content;
}

.org-line-vertical-level-2 {
    position: relative;
}

.org-line-vertical-level-2::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #4199D8;
    position: absolute;
    bottom: 0;
    left: -6px;
    border-radius: 50%;
}

.org-line-horizontal {
  border-top: 3px dashed #002F84;
  width: 66%;
  margin: 0 auto;
}

.department-line {
  width: 50%;
}

.our-leader {
    background: #9FD6EF;
}

.our-leader h2 {
    color: #002F85;
    text-align: center;
    font-size: calc(2rem + 1vw);
    font-weight: 400;
    padding: 50px 50px 0;
    margin: 0 auto 20px;
}

.our-leader h2 strong {
    font-weight: 900;
    font-size: calc(2.5rem + 1vw);
}

.our-leader-container {
    display: flex;
    gap: 2rem;
    padding: 0 80px 30px;
    align-items: center;
}

.our-leader-block-text {
    flex: 1;
    color: #0F44D8;
}

.our-leader-block-text h3 {
    font-size: calc(2.5rem + 1.5vw);
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.our-leader-block-text h4 {
    margin: 5px 0;
    font-size: calc(1rem + 0.5vw);
}

.our-leader-block-text ul {
    margin: 30px auto;
    padding: 0 0 0 20px;
}

.our-leader-block-text ul li {
    list-style: disc;
    margin: 20px auto;
    font-size: calc(0.5rem + 0.5vw);
}

.our-leader-block-text p {
    font-size: calc(0.5rem + 0.5vw);
}

.gino-quote {
    position: relative;
    margin-top: 60px;
    color: #0055B8;
    font-size: calc(0.8rem + 0.5vw);
    font-weight: 700;
    line-height: 1.4;
}

.abrir-comilla {
    position: absolute;
    top: -20;
    left: -40;
    width: 80px;
}

.cerrar-comilla {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
}

.achievements-container {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 2rem;
}

.achievement {
    flex: 1;
}

.achievement h3 {
    font-size: calc(0.8rem + 0.5vw);
    line-height: 1.2;
}

.achievement img {
    width: 70px;
    margin-bottom: 20px;
}

.our-leader-img {
    flex: 1;
    justify-items: center;
    display: grid;
}

.our-leader-img img {
    width: 500px;
}

.two-layers-up {
    z-index: 2;
    position: relative;
}

.three-layers-up {
    z-index: 3;
    position: relative;
}

@media screen and (max-width: 900px) {
    #our-teams {
        display: none;
    }

}

@media screen and (max-width: 700px) {
    .row-container-history {
        gap: 0;
        padding: 0 40px;
        flex-direction: column;
        text-align: center;
        margin: 20px auto;
    }

    .row-container-history {
        display: none;
    }

    .row-history-responsive {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 20px 50px;
    }

    .history-reponsive-img {
        width: 200px;
        margin: 0 auto;
    }

    .history-responsive-text h3 {
        margin: 0 auto;
        text-align: center;
        color: #0074FA;
        font-weight: 900;
        font-size: 2em;
    }

    .history-responsive-text p {
        color: #565656;
    }

    .container-mision-vision {
        flex-direction: column;
        padding: 20px 0 0;
    }

    .mision-vision-item h3 {
        font-size: 2em;
        text-align: center;
    }

    .mision-vision-img {
        margin-top: 0;
        padding: 0 50px;
    }

    .salesforce-partners-container h2 {
        font-size: 3em;
    }

    .salesforce-partners-container h2 strong {
        font-size: 1.2em;
    }

    .partners-section {
        gap: 1rem;
        flex-direction: column;
    }

    .partners-block-text h3 {
        font-size: 1.5em;
        text-align: center;
    }

    .partners-block-text h3 strong {
        font-size: 1em;
    }

    .partners-block-img {
        padding: 0 50px;
    }

    .bg-light-blue {
        background: #D5E4FF;
        flex-direction: column-reverse !important;
    }

    .bg-light-blue .partners-block-img {
        padding: 0 !important;
    }

    #certification-section {
        display: none;
    }

    .certification-count-container {
        padding: 30px 50px;
        box-sizing: border-box;
    }

    .cert-top-text {
        width: 100%;
    }

    .cert-top-text h2 {
        font-size: 2em;
        text-align: center;
    }

    .cert-top-text h2 strong {
        font-size: 1em;
    }

    .certifications-block {
        margin: 0 auto 30px;
    }

    .highlights-container {
        padding: 40px 30px;
    }

    .highlights-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .highlights-item {
        width: 40%;
        padding: 0;
        text-align: center;
        align-items: baseline;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .highlights-item img {
        height: 75px;
        margin: 0 auto;
    }

    .highlights-item h3 {
        font-size: 1em;
        margin: 10px auto 0;
    }

    .highlights-item p {
        font-size: 0.8em;
        line-height: 1.2;
        margin: 10px auto 0;
    }

    .highlights-item h2 {
        font-size: 4em;
        margin: 0 auto;
        height: 75px;
    }

    .highlights-item h2 img {
        width: 30px;
        margin: -50px 0 0 70px;
    }

    .our-leader h2 {
        font-size: 2.5em;
        padding: 30px 50px 0;
    }

    .our-leader h2 strong {
        font-size: 1em;
    }

    .our-leader-container {
        padding: 0 50px 30px;
        flex-direction: column-reverse;
    }

    .our-leader-block-text h3 {
        font-size: 2em;
    }

    .our-leader-block-text h4 {
        font-size: 1em;
    }

    .our-leader-block-text p {
        font-size: 1em;
    }

    .our-leader-block-text ul li {
        font-size: 1em;
        color: #002F86;
    }

    .gino-quote {
        font-size: 1.3em;
    }

    .abrir-comilla {
        left: -10;
        width: 60px;
    }

    .cerrar-comilla {
        bottom: -10;
        width: 60px;
    }
}