.firstRow {
    margin-top: 14vh;
}

.firstRow .titleRow {
    padding: 7vh 27%;
    text-align: right;
    padding-left: 0%;
}

.titleRow h2 {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 2.3em;
    /* text-wrap: nowrap; */
    /* white-space: nowrap; */
    margin: 0;
    color: rgb(32, 57, 81);
    padding-bottom: 2vh;
}

.titleRow p {
    font-family: 'Source Sans 3';
    font-weight: 300;
    font-size: 1.3em;
    color: rgb(32, 57, 81);
    margin: 0;
}

.secondRow, .secondRowResponsive {
    position: relative;
    height: 86vh;
    margin-bottom: 5vh;
}

.secondRowResponsive {
    display: none;
}

.secondRow .imgBackground {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.imgBackground img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.secondRow .textBlock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    height: 65%;
    z-index: 10;
    width: 16px;
}

.anchorSvg {
    height: 100%;
    width: 100%;
}

.anchorSvg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.titleBlock, .infoBlockOrigen, .infoBlockStructuring, .infoBlockCapital, .infoBlockExecution, .infoBlockLiquidation {
    position: absolute;
    max-height: 20vh;
}

.titleBlock {
    top: 0;
    left: 0;
    transform: translate(calc(-165% + 4%), -50%);
}

.titleBlock h2 {
    font-family: 'Source Sans 3';
    font-weight: 700;
    font-size: 2em;
    margin: 0;
    padding-bottom: 0;
    color: rgb(241, 241, 241);
}

.titleBlock hr {
    width: 165%;
    margin: 0;
}

.infoBlockOrigen, .infoBlockStructuring, .infoBlockCapital, .infoBlockExecution, .infoBlockLiquidation {
    left: 100%;
    width: 26vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

/* BLOQUES DE TEXTO A LA DERECHA DEL ANCHOR */

.infoBlockOrigen, .infoBlockCapital, .infoBlockLiquidation {
    transform: translate(calc(-8px - 10px), -18%);
    justify-content: flex-start;
}

/* */

/* BLOQUES DE TEXTO A LA IZQUIERDA DEL ANCHOR */

.infoBlockStructuring, .infoBlockExecution {
    transform: translate(calc(-100% - 8px + 10px), -20px);
}

.infoBlockStructuring .blockContent, .infoBlockExecution .blockContent {
    text-align: right;
}

.infoBlockStructuring .blockContent .titleInfo, .infoBlockExecution .blockContent .titleInfo {
    justify-content: flex-end;
}

/* */

.infoBlockOrigen {
    top: 20%;
    transform: translate(calc(-8px - 10px), -20px);
}

.infoBlockStructuring {
    top: 40%;
}

.infoBlockCapital {
    top: 60%;
}

.infoBlockExecution {
    top: 80%;
}

.infoBlockLiquidation {
    top: 100%;
}

.dotSeparator {
    width: 120px;
    padding-top: 0.7vh;
    height: auto;
    aspect-ratio: 5.471 / 1;
}

.dotSeparator svg {
    width: 100%;
    height: 100%;
    display: block;
}

.blockContent {
    width: calc(100% - 120px);
}

.blockContent .titleInfo {
    display: flex;
    margin-bottom: 1vh;
}

.titleInfo h3 {
    margin: 0;
    border: 1px solid rgb(241, 241, 241);
    text-wrap: nowrap;
    padding: 0vh 2%;
    font-family: 'Source Sans 3';
    font-size: 1.4em;
    color: rgb(241, 241, 241);
}

.titleInfo h3:last-of-type {
    font-weight: 400;
    border-left: none;
}

.contentInfo p {
    font-family: 'Source Sans 3';
    font-weight: 400;
    font-size: 0.9em;
    color: rgb(241, 241, 241);
    margin: 0;
}

.thirdRow {
    margin-bottom: 13vh;
    height: auto;
}

.structureBlock {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 54vh;
}

.imgFloats {
    margin-right: 2.5%;
    box-sizing: border-box;
    width: calc(45% - 1.2%);
    height: 100%;
}

.imgFloats img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.textStructure {
    position: relative;
    box-sizing: border-box;
    padding: 2vh 0;
    padding-right: 9%;
    width: calc(55% - 1.2%);
}

.textStructure h2 {
    font-family: 'Source Sans 3';
    margin: 0;
    font-weight: 700;
    font-size: 1.3em;
    text-transform: uppercase;
    color: rgb(32, 57, 81);
    padding-bottom: 1vh;
}

.firstTextBlock p {
    margin: 0;
    font-family: 'Source Sans 3';
    font-size: 1em;
    font-weight: 600;
    padding-right: 40%;
    color: rgb(32, 57, 81);
}

.secondTextBlock, .thirdTextBlock, .fourthTextBlock {
    font-family: 'Source Sans 3';
    font-size: 1em;
    color: rgb(32, 57, 81);
    margin: 0;
    padding-bottom: 2vh;
}

.firstTextBlock {
    padding-bottom: 2vh;
}

.fourthTextBlock {
    padding: 0
}

.textStructure ul {
    margin: 0;
    padding-inline-start: 2%;
    padding-bottom: 1vh;
}

.textStructure li {
    font-weight: 700;
}

.secondTextBlock p, .thirdTextBlock p, .fourthTextBlock p {
    font-weight: 600;
    margin: 0;
    padding-bottom: 1vh;
}

.secondTextBlock p:last-of-type, .thirdTextBlock p:last-of-type, .fourthTextBlock p:last-of-type {
    padding-bottom: 0;
}

.buttonContact {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(20px);
    background-color: rgb(32, 57, 81);
    width: 26.5%;
    padding: 0.5vh 0;
    display: flex;
    text-decoration: none;
    font-family: 'Source Sans 3';
    font-weight: 600;
    font-size: 1.1em;
    color: rgb(241, 241, 241);
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.buttonContact:hover {
    transform: translateY(20px) scale(1.1);
}

.buttonContact span {
    margin-right: 5%;
}

.arrowRight {
    width: 9%;
}

.arrowRight svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (max-width: 1600px) {

    .firstRow .titleRow {
        padding: 7vh 10%;
        text-align: center;
    }

    .infoBlockOrigen, .infoBlockStructuring, .infoBlockCapital, .infoBlockExecution, .infoBlockLiquidation {
        width: 35vw;
    }

    .structureBlock {
        height: 58vh;
    }

    .textStructure {
        padding-right: 6%;
    }

    .firstTextBlock p {
        padding-right: 21%;
    }

    .buttonContact {
        width: 38.5%;
    }

}

@media only screen and (max-width: 1400px) {

    .structureBlock {
        height: 61vh;
    }

    .infoBlockOrigen, .infoBlockStructuring, .infoBlockCapital, .infoBlockExecution, .infoBlockLiquidation {
        width: 45vw;
    }

}

@media only screen and (max-width: 1200px) {

    .structureBlock {
        flex-direction: column;
        height: auto;
    }

    .imgFloats {
        width: 100%;
        height: 45vh;
        margin-right: 0;
    }

    .infoBlockOrigen, .infoBlockStructuring, .infoBlockCapital, .infoBlockExecution, .infoBlockLiquidation {
        width: 49vw;
    }

    .titleBlock h2 {
        font-size: 1.7em;
    }

    .titleInfo h3 {
        font-size: 1.2em;
    }

    .contentInfo p {
        font-size: 0.8em;
    }

    .textStructure {
        width: 85%;
        padding: 3vh 0;
    }

    .firstTextBlock p {
        padding-right: 0;
    }

    .buttonContact {
        top: 100%;
        left: 100%;
        transform: translateX(-100%);
        width: 32%;
    }

    .buttonContact:hover {
        transform: translateX(-100%) scale(1.1);
    }

}

@media only screen and (max-width: 1100px) {

    .firstRow {
        margin-top: 9vh;
    }

}

@media only screen and (max-width: 800px) {

    .secondRow {
        display: none;
    }

    .secondRowResponsive {
        display: block;
        background-color: rgb(32, 57, 81);
        height: auto;
        padding-top: 10vh;
        padding-bottom: 8vh;
        margin-bottom: 0.5vh;
    }

    .secondRowResponsive::after {
        background-color: rgb(32, 57, 81);
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
    }

    .rowContent {
        position: relative;
        height: 100%;
    }

    .titleBlockResponsive {
        position: absolute;
        top: 0;
        margin-left: 7%;
        transform: translateY(-100%);
    }

    .titleBlockResponsive h2 {
        font-family: 'Source Sans 3';
        font-weight: 700;
        font-size: 2em;
        margin: 0;
        padding-bottom: 0;
        padding-left: 50%;
        line-height: 100%;
        color: rgb(241, 241, 241);
    }

    .titleBlockResponsive hr {
        width: 170%;
        margin: 0;
    }

    .anchor {
        width: 2px;
        position: absolute;
        top: 0;
        margin-left: 8%;
        height: 100%;
        background-color: rgb(241, 241, 241);
    }

    .textBlockResponsive {
        padding-right: 13%;
        padding-top: 8vh;
        padding-left: calc(8% - 6px);
    }

    .infoBlockResponsive {
        display: flex;
        align-items: flex-start;
        margin-bottom: 2.5vh;
    }

    .infoBlockResponsive:last-of-type {
        margin-bottom: unset;
    }

    .titleBlock h2 {
        padding-left: 70%;
    }

    .titleBlock hr {
        width: 200%;
    }

    .titleInfo h3 {
        font-size: 1.5em;
        width: 80%;
    }

    .titleInfo h3:last-of-type {
        font-weight: 400;
        width: 10%;
        text-align: center;
        margin-right: 4%;
    }

    .titleInfo .arrowBottom {
        width: 3%;
        transition: all 0.3s ease-in-out;
    }

    .arrowBottom svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .arrowBottom.active {
        transform: rotate(90deg);
    }

    .dotSeparator {
        width: 80px;
    }

    .contentInfo {
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    .contentInfo p {
        font-size: 0.9em;
    }

    .buttonContact {
        width: 52%;
    }

}

@media only screen and (max-width: 600px) {

    .textBlockResponsive {
        padding-right: 6%;
    }

    .titleBlockResponsive h2 {
        font-size: 1.5em;
    }

    .titleInfo h3 {
        font-size: 1.6em;
    }

    .buttonContact {
        width: 58%;
        font-size: 0.9em;
    }

    .titleRow h2 {
        font-size: 1.9em;
    }

    .titleRow p {
        font-size: 1.2em;
    }

}

@media only screen and (max-width: 450px) {

    .titleInfo h3 {
        font-size: 1.1em;
    }

    .textBlockResponsive {
        padding-right: 0;
    }

    .buttonContact {
        width: 70%;
        font-size: 0.9em;
    }

}