/*
Theme Name: <strong>FranFarma</strong> <p>Aqui é da GENTE!</p>
Theme URL: https://franfarma.com
Author: Jnweb
Author URI: https://www.jnweb.com.br
Description: .
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.jnweb.com.br
Tags:.
*/

/*====| RESET - CONTENT |====*/
.cg {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
}

/*========================================================================================
====================================| HOME / HEADER |=====================================
========================================================================================*/

.home-header {
  width: 100%;
  text-align: center;
}

.home-header-row { padding: 80px 0; }

.home-header-row-logo {
  width: 100%;
  margin-bottom: 15px;
}
.home-header-row-logo img {
  width: 100%;
  max-width: 300px;
} 

.home-header-row-titulo {
  font-size: 22px;
  line-height: 2em;
  text-transform: none;
  margin: 0;
  font-weight: 600;
}

.home-header-row-subtitulo {
  font-size: 16px;
  line-height: 2em;
  text-transform: none;
  margin: 0;
  font-weight: 400;
}



/*========================================================================================
===================================| HOME / CONTAINER |===================================
========================================================================================*/

.home-container {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}

.home-container-row { margin: 10px 0; }

.home-container-row-btn {
  position: relative;
  
  width: 90%;
  max-width: 600px;
  background-color: var(--color-02);
  padding: 15px;

  margin: 10px auto;

  display: flex;
  justify-content: center;
  align-items: center;
}

.hcrb-icon {
  content: "";
  position: absolute;
  left: -91%;
  right: 0;
  margin: auto;

  background-color: aliceblue;
  width: 54px;
  height: 54px;

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

  font-size: 26px;
}





.hcrb-desc p {
  font-size: 14px;
  margin: 0;
  color: var(--color-white);
}



/*========================================================================================
====================================| HOME / FOOTER |=====================================
========================================================================================*/

.home-footer { width: 100%; }

.footer-row {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}


.footer-row-rs {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}


.footer-dados {
	text-align: center;
	margin: 0 auto;
}

.footer-cnpj {
	color: #ffffff;
}

.footer-telefone {
	color: #ffffff;
}

.footer-endereco {
	color: #ffffff;
}


/*===============================================
===| PERSONALIZAR PÁGINA DE LOGIN WORDPRESS |====
===============================================*/
/*====| LOGO |====*/
.login h1 a {
  background-image: url('images/logo-white.webp');
  background-size: 100% auto;
  width: 120px;
  height: 154px;
}
/*====| BACKGROUND / WP-ADMIN |====*/
.login {
  margin: 0;
  padding: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #0d6efd;
  background-image: url('images/bg-page-section.png');
}