/************ GENERAL CONTAINER **************/
.b-aa__general-container {
    flex-wrap: wrap;
}


/************ SUP CONTAINER **************/
.b-aa__sup-container {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;

    /*border-top: 1px solid #8b2943;*/

    padding-top: 60px;
    margin-bottom: 60px;
    width: 100%;
}
@media (min-width: 0px) and (max-width: 1200px) {
    .b-aa__sup-container  {
        padding-top: 40px;
        margin-bottom: 40px;
    }
}

.b-aa__sup-container--left {
    justify-content: flex-start;
}
.b-aa__sup-container--right {
    justify-content: flex-end;
}


/************ SECTION CONTAINER **************/
.b-aa__container {
    background-color: #fff;

    flex-wrap: nowrap;
    justify-content: flex-start;

    overflow: hidden;

    border-radius: 14px;
    width: 80%;
}
@media (min-width: 0px) and (max-width: 1200px) {
    .b-aa__container {
        width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .b-aa__container {
        flex-wrap: wrap;
    }
}


.b-aa__container--originacion {
    opacity: 0;
    /*background-color: #8b29432d;*/
}
/*.b-aa__container--admon {
    background-color: #005f6a2d;
}
.b-aa__container--recupera {
    background-color: #8b29432d;
}
*/

/************ IMAGE CONTAINER **************/
.b-aa__image-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    justify-content: center;
    width: 30%;
    height: 100%;
}
@media (min-width: 0px) and (max-width: 768px) {
    .b-aa__image-container {
        display: none;
    }
}

.b-aa__container--originacion .b-aa__image-container {
    background-image: url("http://34.253.73.175/wp-content/uploads/2024/04/originacion.jpg");
}
.b-aa__container--admon .b-aa__image-container {
    background-image: url("http://34.253.73.175/wp-content/uploads/2024/04/ControlPanel.png");
}
.b-aa__container--recupera .b-aa__image-container {
    background-image: url("http://34.253.73.175/wp-content/uploads/2024/04/RealEstate.jpg");
}

/*.b-aa__image-container--2 {
    background-color: #8b2943;
    border-radius: 50%;

    margin-top: 20px;

    justify-content: center;
    align-items: center;

    width: 200px;
    height: 200px;
}*/

.b-aa__image {
    width: 60%;
}


/************** TEXT CONTAINER **************/

.b-aa__text-container {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px;
    width: 70%;
}
@media (min-width: 0px) and (max-width: 768px) {
    .b-aa__text-container {
        width: 100%;
    }
}

/* TITLE */

.b-aa__h1-container {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.b-aa__sup-container--left .b-aa__title {
    color: #8b2943 !important;
}
.b-aa__sup-container--right .b-aa__title {
    color: #005f6a !important;
}

.b-aa__title-secondary {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}


/* TEXT COLUMNS */

.b-aa__text-column {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 50%;
}
.b-aa__text-column--margin-top {
    margin-top: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .b-aa__text-column {
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .b-aa__text-column--margin-top {
        margin-top: 0px;
    }
}



/* TEXT BLOCK */

.b-aa__text-block {
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 80%;
}
.b-aa__sup-container--left .b-aa__text-block {
    border-bottom: 1px solid #8b2943;
}
.b-aa__sup-container--right .b-aa__text-block {
    border-bottom: 1px solid #005f6a;
}


.b-aa__text-number {
    font-size: 25pt;
    padding-top: 10px;
    text-align: center;
    width: 20%;
}
.b-aa__text-block-2 {
    width: 80%;
}

.b-aa__text-container p {
    margin-bottom: 8px !important;
}