/*
Theme Name: Softfocus
Theme URI:	https://softfocus.com.br/
Author: Rafael Forcadell
Version: 1.0
*/


/* 
Indicadores
--------------------------------------------
*/


section.indicadores { width: var(--limite); margin: 0 auto; margin-bottom: calc(var(--espaco) * 1.4); padding: var(--espaco) 0; border: 1px solid var(--cor-borda); border-width: 1px 0;  }

section.indicadores ul { justify-content: space-between; list-style: none; margin: 0; padding: 0; }
section.indicadores ul li { flex-basis: calc(50% - var(--espaco)); font-size: calc(var(--fs-700) * 3); font-weight: var(--fw-thin); line-height: 1.25em; }
section.indicadores ul li:nth-child(odd) { text-align: right; }

section.indicadores strong,
section.indicadores b { font-weight: var(--fw-bold); }
section.indicadores h5 { font-size: var(--fs-200); font-weight: var(--fw-regular); white-space: nowrap; }
section.indicadores h5 strong,
section.indicadores h5 b { font-weight: var(--fw-semibold); }

section.indicadores small { font-size: var(--fs-100); text-align: center; }


@media screen and (min-width: 768px) and (max-width: 1024px) {

	section.indicadores { padding: calc(var(--espaco) * .7) 0; }

	section.indicadores ul li { flex-basis: calc(50% - (var(--espaco) * .7)); font-size: calc(var(--fs-700) * 2.3); }

	section.indicadores h5 { white-space: normal; }

}


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

	section.indicadores { width: auto; border: 0; }
	section.indicadores:before,
	section.indicadores:after { position: absolute; left: var(--espaco); width: calc(100% - (var(--espaco) * 2)); height: 1px; background-color: var(--cor-borda); content: ""; }
	section.indicadores:before { top: 0; }
	section.indicadores:after { bottom: 0; }

	section.indicadores ul { justify-content: unset; }
	section.indicadores ul li { flex-basis: unset; text-align: center !important; padding: 0 var(--espaco); }

	section.indicadores h5 { white-space: normal; }

}