diff --git a/src/Components/SearchSection.js b/src/Components/SearchSection.js
index 989774625d87cef62831fdd74d93cf7c6f89da90..daee5853396ac449bcdafaae15723b84168a4add 100644
--- a/src/Components/SearchSection.js
+++ b/src/Components/SearchSection.js
@@ -72,13 +72,13 @@ class SearchSection extends Component{
           <SearchBar/>
       </Container> */}
           <div style={{paddingBottom: "100px", color: "white"}}>
-            <a href="#sobre"><MdInfoOutline size="30px"/>SOBRE A PLATAFORMA</a>
-            <a href="#apresentacao"> <FaRegPlayCircle  size="25px"/>VÍDEO DE APRESENTAÇÃO</a>
+            <a href="sobre" style={{color:"#fff",textDecoration: "none", outline:"none"}}><MdInfoOutline size="24px" style={{verticalAlign: "middle"}} />SOBRE A PLATAFORMA</a>
+            <a href="#apresentacao" style={{color:"#fff",textDecoration: "none"}}> <FaRegPlayCircle  size="20px" style={{verticalAlign: "middle"}}  />VÍDEO DE APRESENTAÇÃO</a>
           </div>
       <Row justify="center">
-      <button style={{...buttonStyle, ...{backgroundColor: "#ff7f00"}}} onClick={()=> {this.props.function("Recursos")}}>Recursos Educacionais Digitais</button>
-      <button style={{...buttonStyle, ...{backgroundColor: "#e81f4f"}}} onClick={()=> {this.props.function("Materiais")}}>Materiais de Formação</button>
-      <button style={{...buttonStyle, ...{backgroundColor: "#673ab7"}}} onClick={()=> {this.props.function("Colecoes")}}>Coleções dos Usuários</button>
+      <button style={{...buttonStyle, ...{backgroundColor: "#ff7f00",fontSize:"1.14em"}}} onClick={()=> {this.props.function("Recursos")}}>Recursos Educacionais Digitais</button>
+      <button style={{...buttonStyle, ...{backgroundColor: "#e81f4f",fontSize:"1.14em"}}} onClick={()=> {this.props.function("Materiais")}}>Materiais de Formação</button>
+      <button style={{...buttonStyle, ...{backgroundColor: "#673ab7",fontSize:"1.14em"}}} onClick={()=> {this.props.function("Colecoes")}}>Coleções dos Usuários</button>
       </Row>
     </div>
   );
diff --git a/src/env.js b/src/env.js
index f3072030af819b06ffeee3edf0daa783c35c524e..2c29ae8c67402adbcaac49cc586a73fa340d99d3 100644
--- a/src/env.js
+++ b/src/env.js
@@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License
 along with Plataforma Integrada MEC.  If not, see <http://www.gnu.org/licenses/>.*/
 
 
-var apiDomain = 'https://api.portalmec.c3sl.ufpr.br',
+var apiDomain = 'https://api.portalmectest.c3sl.ufpr.br',
     apiVersion = 'v1',
     apiUrl = apiDomain + '/' + apiVersion;