#caso-exito p, #caso-exito li {
    font-size: clamp(1.125rem, 1.0047rem + 0.4648vw, 1.5625rem) !important;
    padding: 10px 0;
}

#cabecera-exito {
    padding: 135px 0px 100px;
    background-color: var(--gris-esparta);
    text-align: center;
}

#cabecera-exito span {
    font-weight: 300;
    color: var(--negro-esparta);
    text-transform: uppercase;
    font-size: clamp(1.25rem, 0.9064rem + 1.328vw, 2.5rem);
}

#cabecera-exito h1 {
    text-transform: uppercase;
    margin: 0;
    font-size: clamp(3.75rem, 3.1315rem + 2.3904vw, 6rem);
}

#cabecera-exito .informacion-exito {
    margin-top: 25px;
}

#cabecera-exito .informacion-exito span {
    font-weight: 300;
    opacity: 0.6;
    font-size: clamp(0.875rem, 0.8063rem + 0.2656vw, 1.125rem);
}

#cabecera-exito .informacion-exito p {
    margin: 0;
    font-weight: 600;
    font-size: clamp(0.875rem, 0.8063rem + 0.2656vw, 1.125rem) !important;
}

#cabecera-exito .col-md {
    border-left: 1px solid var(--negro-esparta);
}

#cabecera-exito .col-md:last-child {
    border-right: 1px solid var(--negro-esparta);
}

#circulos-exito {
    background-color: var(--blanco-esparta);
    padding: clamp(50px, calc(31.818px + 5.682vh), 100px) 0;
}

#partida-exito {
    background-color: var(--gris-esparta);
    padding: clamp(50px, calc(31.818px + 5.682vh), 100px) 0;
}

#partida-exito img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

#presencia-exito {
    background-color: var(--blanco-esparta);
    padding: clamp(50px, calc(31.818px + 5.682vh), 100px) 0;
}

#presencia-exito img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#presencia-exito .item {
    display: flex;
    gap: 20px;
}

#presencia-exito .item img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
}

#presencia-exito .item h3 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

#presencia-exito .item p {
    font-weight: 300;
    margin: 0;
    font-size: clamp(1rem, 0.9656rem + 0.1328vw, 1.125rem) !important;
}

.listado .parrafo-superior {
    margin-bottom: 50px;
}

#presencia-exito .item .contenido-item {
    display: flex;
    flex-direction: column;
}

#resultados-exito {
    background-color: var(--gris-esparta);
    padding: clamp(50px, calc(31.818px + 5.682vh), 100px) 0;
}

#resultados-exito img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

#resultados-exito h2 {
    text-transform: uppercase;
    margin: 0;
}

#resultados-exito h2.subtitulo-h2 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    font-size: clamp(1.5625rem, 1.133rem + 1.66vw, 3.125rem);
}


.circles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 20px 0;
}

.circle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    text-align: center;
}

.circle-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.circle-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.circle-bg {
    fill: none;
    stroke: var(--gris-esparta);
    stroke-width: 4;
}

.circle-progress {
    fill: none;
    stroke: var(--naranja-esparta);
    stroke-width: 4;
    stroke-linecap: round;
}

.circle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.circle-number {
    font-weight: 500;
    color: var(--negro-esparta);
    font-size: clamp(1.5625rem, 1.133rem + 1.66vw, 3.125rem);
}

.percentage-symbol {
    font-weight: 700;
    color: var(--negro-esparta);
}

.circle-text {
    font-weight: 300;
    text-transform: uppercase;
    color: var(--negro-esparta);
    margin: 0;
    line-height: 1.2;
    font-size: clamp(1.25rem, 1.0782rem + 0.664vw, 1.875rem);
}

.circle-subtext {
    font-weight: 300;
    color: var(--negro-esparta);
    margin: 0;
    margin-top: 15px;
    line-height: 1.2;
}

#presencia-exito .listado {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

@media (max-width: 768px) {
    .circles-container {
        gap: 20px;
    }

    .circle-item {
        width: 45%;
    }
    
    #cabecera-exito .col-md, #cabecera-exito .col-md:last-child {
	    border: 0;
	}
	
	#presencia-exito .listado {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	
	#presencia-exito .item img {
		width: 30px;
		height: 30px;
	}

    #cabecera-exito .informacion-exito .row {
        gap: 0 !important;
    }

    #cabecera-exito h1 {
        font-size: 50px;
    }

    #cabecera-exito {
        padding: 135px 0px 50px;
    }

    #circulos-exito {
        padding: 50px 0;
    }

    #caso-exito p, #caso-exito li {
        padding: 0 0 20px 0;
    }

    #partida-exito, #presencia-exito, #resultados-exito, #casos-exito-destacados {
        padding: 50px 0 !important;
    }
}

#casos-exito-destacados {
    background-color: var(--blanco-esparta);
}