.hero h2 span {
    font-weight: bold;
}

body {
    background-color: #f7f7f7;
    padding-left: 15%;
    padding-right: 15%;
    color: #2f3068;
    font-family: 'Poppins', sans-serif;
}

ul li {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #2f3068;
}

.cont-white {
    background-color: white;
}

.content-text-main {}

.text-main {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.2;
    color: #2f3068;
    align-items: center;
    align-content: center;
    padding: 10%;
}

.circle-background {
    position: relative;
    background-color: #2f3068;
    /* Adjust to the desired background color */
    border-radius: 50%;
    width: 120px;
    /* Adjust the size of the circle */
    height: 120px;
    /* Adjust the size of the circle */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.circle-section {
    padding-left: 8%;
}

.circle-section-left {
    height: 30vh;
    padding-right: 8%;
}


.backfground-blue {
    background-color: #2f3068;
    height: 100%;
    border-radius: 100px 0 0 100px;
    /* Adjust to the desired background color */
}

.backfground-blue-left {
    background-color: #2f3068;
    height: 100%;
    border-radius: 0 100px 100px 0;
    /* Adjust to the desired background color */
}

.rounded-left {
    height: 100%;
    border-radius: 100px 0 0 100px;
    /* border-top-left-radius: 50%;
    border-bottom-left-radius: 50%; */
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 2%;
}

.rounded-right {
    height: 100%;
    border-radius: 0 100px 100px 0;
    /* border-top-left-radius: 50%;
    border-bottom-left-radius: 50%; */
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 2%;
}

.half-circle {
    width: 40%;
    height: 100%;
    max-width: 200px;
    background-color: #00fabb;
    border-radius: 100px 0 0 100px;
    padding: 5%;
    transform: translateX(150%);
}

.half-circle-left {
    width: 40%;
    height: 100%;
    max-width: 200px;
    background-color: #00fabb;
    border-radius: 0 100px 100px 0;
    padding: 5%;
    transform: translateX(0%);
}


.img-hero-section {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.padding-sect-img-left {
    padding-left: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 0;
    border-right: 0;
}

.padding-sect-img-right {
    padding-left: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 0;
    border-right: 0;
}

.position-relative {
    position: relative;
}

.col-6 img {
    border-radius: 50%;
    /* Ensures the image itself is also rounded */
}


.container2 {
    display: flex;
    height: 200px;
    background-color: #f0f0f0;
}


.badge-text {
    background-color: #00fbbc;
    color: #2f3068;
    padding: 1%;
    border-radius: 50px;
}

.cc-footer {
    font-size: 3.5rem;
    line-height: 1;
    color: #2f3068;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
}

.no-split {
    white-space: nowrap;
}

.text-foot {
    font-size: 1.2rem;
    color: #2f3068;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}


@media (max-width: 768px) {
    .circle-section {
        height: auto;
    }

    .circle-section-left {
        height: auto;
    }

    body {
        padding-left: 5%;
        padding-right: 5%;
    }

    .content-text-main {
        padding: 3%;
    }

    .text-main {
        font-size: 2rem;
        font-weight: 500;
    }
    .arrow-img {
        width: 80%;
        height: auto;
    }
    .mini-circle {
        width: 70%;
        height: auto;
    }
}


.content-circle {
    position: relative;
    /* Necesario para que el círculo se posicione con respecto a este contenedor */
}



.arrow {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    align-content: center;
    padding: 15px;

}

.mini-circle {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 90px;
    height: 90px;
    background-color: #00fabb;
    border-radius: 50%;
    align-content: center;
    padding: 20px;
}

.mini-circle svg {
    font-size: 3rem;
    /* Aumenta el tamaño del icono */
}

.head-circle {
    position: absolute;
    bottom: -55px;
    left: 0px;
    width: 100px;
    height: 200px;
    background-color: #00fabb;
    border-radius: 0 100px 100px 0%;
}


.contenedor {
    width: 35vw;

    background-color: purple;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.imagen-redonda {
    padding: 4%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}