/*
Theme Name: <strong>Clube Beira Rio</strong> <p>Entreterimento para sua família.</p>
Theme URL: https://clubebeirario.com.br/
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%;
  color: var(--color-white-00);
  z-index: 222;
}

.home-header-01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

/*====| HEADER / LOGO |====*/
.header-left { width: 140px; }

/*====| HEADER / MENU |====*/
.header-right {
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.header-right-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-right-menu-transletor a {
  display: flex;
  color: var(--color-w-00);
}




/*====| HEADER / MENU |====*/
.nav-menu ul {
  --_gap: 2rem;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu li {
  overflow: hidden;
  position: relative;
  padding: calc(var(--_gap) / 3);
}

.nav-menu li::after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: var(--color-white-00);
  left: 0;
  bottom: 0;
  translate: var(--_translate, 0px);
  scale: var(--_width, 0) 1;
  transition:
    scale 300ms var(--_scale-delay, 0ms), 
    translate 500ms var(--_translate-delay, 0ms);
}

.nav-menu li:hover { --_width: 1; }

.nav-menu li:hover + li {
  --_translate: -100%;
  --_scale-delay: 300ms;
  --_translate-delay: 200ms;
}

.nav-menu li:has(+ :hover) {
  --_translate: 100%;
  --_scale-delay: 300ms;
  --_translate-delay: 200ms;
}

.nav-menu li:hover,
.nav-menu li:focus-within { --_width: 1; }

.nav-menu ul li { color: var(--color-white); }

.nav-menu a {
  font-size: 14px;
  color: inherit;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 60px 0;
}
.nav-menu a:hover,
.nav-menu a:focus-visible { opacity: .8; }

nav.home-header-01-nav ul li { list-style-type: none; }

nav.home-header-01-nav ul li a {
  text-decoration: none;
  color: var(--color-white-00);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/*====| HEADER / MENU / RESPONSIVO |====*/
.menu-icon {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  z-index: 200;
  transition: 0.3s;
}
.menu-icon div {
  display: block;
  background-color: var(--color-white-00);
  width: 24px;
  height: 2px;
  transition: 0.3s;
}
.move .line1 { transform: rotate(-45deg) translate(-5px, 5px); }
.move .line2 { opacity: 0; }
.move .line3 { transform: rotate(45deg) translate(-5px, -5px); }

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

.home-title {
  width: 100%;
  text-align: left;
}

.home-title-format {
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px 0;
}

/*===============================================
==================| HOME / BOX |=================
===============================================*/
.home-colun {
  display: flex;
  justify-content: space-between;
}

.hcb-left { width: 50%; }

.hcb-right { width: 45%; }

.home-colun-box-video { width: 100%; }

.home-colun img { width: 95%; }

/*===============================================
==================| HOME / 01 |==================
===============================================*/
.home-01 {
  width: 100%;
  aspect-ratio: 16 / 9;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: var(--color-b-00);  
}
.home-01 iframe {
  width: 100%;
  height: 100%;
}

.home-video-video {
  width: 100%;
  position: absolute;
  background-color: #e6e6e6;
}

.home-video-info {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  color: var(--cbr-white-00);
}

.home-video-info-title {
  max-width: 600px;
  padding: 20px;
}
.home-video-info-title h2 {
  display: flex;
  font-size: 2em;
  margin: 20px 0;
  color: var(--color-w-00);
  font-weight: bold;
}

/*===============================================
===============| HOME / PROBLEMA |===============
===============================================*/
.home-problema { padding: 40px 0 20px 0; }

.problema-box-colun {
  height: 65px;
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: var(--color-p-00);
}

.problema-box-titulo {
  display: flex;
  align-items: center;
}

.problema-box-titulo img {
  width: 35px;
  margin-right: 5px;
}

.problema-box-colun i { width: 35px }

.problema-box-p {
  color: var(--cbr-white-00);
  font-size: 14px;
}

.problema-box-texto {
  width: 100%;
  text-align: center;
  margin: 0;
}

.problema-box-texto h3 { font-size: 18px; }

/*===============================================
==================| HOME / 02 |==================
===============================================*/
.home-02 {
  width: 100%;
  color: var(--color-w-00);
  padding: 40px 0;
}

.home-02-colun {
  display: flex;
  justify-content: space-between;
}

.home-02-box { width: 50%; }

.home-02-grafico {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-colun-box-titulo { width: 100%; }

.home-colun-box-titulo h2 {
  color: var(--color-w-00);
  font-size: 16px;
}

.home-colun-box-list { margin: 0 0 25px 0; }

/*===============================================
==================| HOME / 03 |==================
===============================================*/
.home-03 {
  width: 100%;
  color: var(--color-w-00);
  padding: 40px 0;
}

.home-03-colun {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.home-03-box { width: 50%; }

/*===============================================
==================| HOME / 04 |==================
===============================================*/
.home-04 {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-w-00);
  font-size: 55px;
  font-weight: bold;
  background-color: var(--color-b-00);
}

/*===============================================
==================| HOME / 05 |==================
===============================================*/
.home-05 {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-w-00);
  font-size: 55px;
  font-weight: bold;
  background-color: var(--color-b-00);
}

/*===============================================
===============| HOME / CLIENTES |===============
===============================================*/

.clientes-home {
  margin: 45px 0 120px
}

.parceiros-carousel{
width:100%;
padding:40px 0;
overflow:hidden;
position:relative;
}

.pc-container{
width:100%;
overflow:hidden;
}

.pc-track{
display:flex;
align-items:center;
gap:70px;
will-change:transform;
}

.pc-item{
flex:0 0 auto;
width:160px;
display:flex;
justify-content:center;
align-items:center;
}

.pc-item img{
width:100%;
height:auto;
filter:grayscale(100%);
opacity:.7;
transition:.4s;
}

.pc-item img:hover{
filter:grayscale(0%);
opacity:1;
transform:scale(1.08);
}

/* RESPONSIVO */

@media(max-width:1024px){

.pc-item{
width:140px;
}

.pc-track{
gap:50px;
}

}

@media(max-width:768px){

.pc-item{
width:110px;
}

.pc-track{
gap:40px;
}

}

@media(max-width:480px){

.pc-item{
width:90px;
}

.pc-track{
gap:30px;
}

}

/*========================================================================================
=========================================| PAGE |=========================================
========================================================================================*/
.default-page {
  width: 100%;
  padding: 40px 0;
  background-color: var(--color-b-00);
  color: var(--color-white-00);  
}
.default-page p {
  color: var(--color-white-00);  
}


.default-page-row { width: 100%; }

.default-page-row iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

/*===============================================
=============| PAGE / SCOUT VISION |=============
===============================================*/
.scout-visio-wrapper {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px;
  border-radius: 12px;
  background-color: var(--color-b-02);
  color: var(--color-w-00);
  text-align: center;
}

.scout-visio-wrapper h1 {
  font-size: 1.8em;
  color: var(--color-w-00);
}

.scout-visio-wrapper p { color: var(--color-w-00); }

/* .scout-visio-content { } */

.scout-visio-content ul li { margin: 5px 0; }

.scout-visio-content ul li a { color: var(--color-w-00); }


.scout-visio-login {
  max-width: 400px;
  margin: 100px auto;
  padding: 30px;
  border-radius: 12px;
  background-color: var(--color-b-02);
  color: var(--color-w-00);
}

.scout-visio-login h2 {
  text-align: center;
}

.login-username,
.login-password {
  color: var(--color-w-00);
}

.login-remember { display: none; }

/*===============================================
===============| PAGE / ANALISE |================
===============================================*/
.p-analise { width: 100%; }

.p-analise-time { text-align: center; }
.p-analise-time img { width: 160px; }

.p-analise-il { display: flex; }

.p-analise-il-img img {
  margin-right: 15px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-b-02);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.p-analise-il-p p {
  margin: 0;
  color: var(--color-w-00);
  font-size: 14px;
}

.p-analise-il-h2 { margin: 35px 0; }

.p-analise-il-h2 h2 { font-size: 1.4em; }

.p-analise-il-bandeira {
  text-align: center;
  margin: 35px 0;
}

.p-analise-pdf {
  width: 100%;
  text-align: center;
  flex-direction: column; 
}

.p-analise-pdf a {
  display: flex;
  max-width: 350px;
  justify-content: center;
  background-color: var(--color-w-00);
  margin: 10px 0;
}


/*===============================================
===============| PAGE / CLIENTE |================
===============================================*/
.p-cliente {
  width: 100%;
}

.p-cliente-img-time {
  width: 100px;
}

.p-cliente-lista-lista {
  margin: 15px 0;
}

.p-cliente-lista-lista p {
  margin: 0;
}

.p-cliente-lj {
  margin: 65px 0;
}

.p-cliente-lj01 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.p-cliente-lj01-img {
  margin-right: 10px;
}

.p-cliente-lj01-nome h2 {
  font-size: 1.4em;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  color: var(--color-w-00);
}

.p-cliente-lj01 img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-b-04);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}


.p-cliente-grafico { text-align: center; }


/*===============================================
================| PAGE / PLANOS |================
===============================================*/
.page-planos { width: 100%; }

.page-planos-bg {
  background-color: var(--color-b-02);
  padding: 20px;
}

.page-planos-icon {
  text-align: center;
  margin: 20px 0 30px 0;
}

.page-planos-titulo { width: 100%; }

.page-planos-titulo h3 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 600;
}

.page-planos-box { margin: 15px 0; }

.page-planos-box ul li {
  border-bottom: 1px solid var(--color-b-00);
  padding: 3px 0;
}
.page-planos-box ul li:last-child { border-bottom: none; }


/*===============================================
=============| PAGE / TREINAMENTOS |=============
===============================================*/
.page-treinamentos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.pt-box-left { width: 100%; }

.pt-box-left-video { width: 100%; }

.pt-box-right {
  flex-basis: calc(100% - 15px);
  padding: 15px;
  margin: 7.5px;
}

.pt-box-right-button { margin-top: 35px; }

/*===============================================
================| PAGE / SOLUÇÃO |===============
===============================================*/
.page-solucao {
  width: 100%;
  padding: 40px 0;
  background-color: var(--color-black-00);
  color: var(--color-white-00);  
}
.page-solucao p {
  color: var(--color-white-00);  
}

/*===============================================
==========| PAGE / HISTÓRIA / EQUIPES |==========
===============================================*/
.historia-equipes {
  margin-top: 55px;
}

.historia-equipes-row {
  justify-content: center;
}

.historia-equipes-post {
  text-align: center;
}

.historia-equipes-list img {
  max-width: 250px;
  max-height: 250px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}

.historia-equipes-list-title h3 {
  margin: 10px 0;
  font-size: 1.2em;
  font-weight: 400;
}

.historia-equipes-list-email {
  margin-bottom: 10px;
}

.historia-equipes-list-rs {
  display: flex;
  justify-content: center;
}

.historia-equipes-list-rs a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  font-size: 26px;
  margin:5px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  color: var(--color-white-00);
  border: 2px solid var(--color-white-00);
  z-index: 1;
}



/*===============================================
===============| PAGE / CONTATO |================
===============================================*/
.page-contato {
  width: 100%;
  display: flex;
}

/*=====| PAGE / CONTATO / LEFT |=====*/
.page-contato-left {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 150px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 99;
}

.page-contato-left-row { width: 650px; }

.page-contato-contato { width: 100%; }

.page-contato-info {
  width: 100%;
  margin-bottom: 40px;
  z-index: 999;
}

.page-contato-info h2 {
  margin: 0;
  text-transform: none;
  font-size: 18px;
  color: var(--color-g-00);
}

.page-contato-info h1 {
  margin: 15px 0;
  font-weight: 800;
  font-size: 48px;
  color: var(--color-white);
}

.page-contato-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-white);
}


.page-contato-format {
  width: 100%;
  display: flex;
  
  margin-bottom: 25px;
  text-align: left;
  padding: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--color-w-00);
  border-radius: 5px 5px 5px 5px;
}
.page-contato-format:hover { border-color: var(--color-b-00); }

.pcf-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: n 1 auto;
  border-radius: 5px 5px 5px 5px;
  margin: 0px 10px 0px 0px;
}

.pcf-left-icon {
  display: flex;
  color: var(--color-white-00);
  background-color: var(--color-b-00);
  font-size: 40px;
  padding: 22px 15px;
  line-height: 20px;
}

.pcf-right {
  align-items: center;
  flex-direction: column;
}

.pcf-right h3 {
  color: var(--color-white-00);
  font-size: 18px;
  margin: 5px 0;
}

.pcf-right p {
  color: var(--color-white-00);
  font-size: 16px;
  margin: 0;
}



/*=====| PAGE / CONTATO / RIGHT |=====*/
.page-contato-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 150px 30px;
}

.page-contato-right-row { width: 650px; }

.page-contact-form { width: 100%; }

.contact__form input,
.contact__form textarea {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  line-height: 68px;
  height: 68px;
  border-radius: 4px;
  font-weight: 400;
  padding: 0 0.75rem;
  font-size: 14px;
  line-height: 54px;
  height: 54px;
  border-radius: 0;
  border: 2px solid #e6e6e6;
    border-top-color: rgb(230, 230, 230);
    border-right-color: rgb(230, 230, 230);
    border-bottom-color: rgb(230, 230, 230);
    border-left-color: rgb(230, 230, 230);
  background-color: transparent;
}




/*========================================================================================
========================================| ARCHIVE |=======================================
========================================================================================*/
/*===============================================
================| ARCHIVE/ NEWS |================
===============================================*/
.archive-row {
  padding: 40px 0;
}

.archive-row-news-cat {  
  text-align: center;
  margin-bottom: 40px;
}

.archive-row-news-cat-list {
  display: flex;
  justify-content: center;
}

.archive-row-news-cat-list li {
  margin: 0 2px;
}

.arnc-button {
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  border: none;
  padding: .6em 2em;
}


.archive-row-news-post {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


/*===============================================
==============| ARCHIVE/ SEGUROS |===============
===============================================*/
.archive-row-insurance { width: 100%; }

.archive-insurance { width: 100%; }

.archive-insurance-list {
  display: flex;
  justify-content: space-between;
  background-color: var(--color-white);
  margin: 10px 0 60px 0;
}

.archive-insurance-left {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 0 2rem;
  text-align: left;
}

.archive-insurance-left-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ailb {
  width: 49%;
  text-align: center;
}
.ailb i {
  font-size: 24px;
  font-weight: 400;
  top: 3px;
  position: relative;
}


.archive-insurance-right {
  width: 50%;
}

/*========================================================================================
========================================| SINGLE |========================================
========================================================================================*/
.single-row { padding: 40px 0; }

.single-row-content { width: 100%; }

/*===============================================
==================| CONSÓRCIOS |=================
===============================================*/




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

.home-footer { width: 100%; }

.home-footer-01 {
  width: 100%;
  padding: 30px 0;
  background-color: var(--color-p-00);
}

.footer-row { width: 100%; }

.footer-widget { width: 100%; }

/*====================| FOOTER / TITLE |====================*/
.footer-widget-title h3 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 10px;
  color: var(--color-white);
  position: relative;
  text-transform: none;
  display: inline-block;
  letter-spacing: -.3px;
  font-weight: 700;
}
.footer-widget-title h3::before {
  content: "";
  height: 4px;
  width: 50px;
  border-radius: 0;
  position: absolute;
  left: 3px;
  bottom: 0;
  transform: skewX(-43deg);
  -webkit-transform: skewX(-43deg);
  -moz-transform: skewX(-43deg);
  -ms-transform: skewX(-43deg);
  -o-transform: skewX(-43deg);
  background-color: var(--color-b-00);
}

/*====================| FOOTER / BOX / 01 |====================*/
.footer-widget-01 {
  width: 100%;
  max-width: 80%;
}

.footer-widget-01-logo {
  width: 100%;
  text-align: center;
}

.footer-widget-01-logo img {
  width: 220px;
  height: auto;
}

.footer-widget-01-desc { width: 100%; }

.footer-widget-01-desc p {
  font-size: 14px;
  color: var(--color-white-00);
  margin: 25px 0 0 0;
}

.footer-widget-01-rs { margin: 25px 0 0 0; }

/*====================| FOOTER / BOX / 02 |====================*/
.footer-widget-03-nav li {
  list-style: none;
  padding-bottom: 22px;
}

.footer-widget-03-nav li a {
  color: var(--color-white-00);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.footer-widget-03-nav ul li a::before {
  content: "\f2e4";
  font-family: "remixicon";
  margin: 0 5px 0 0;
  line-height: 0;
}

.footer-widget-03-nav ul li a,
.footer-widget-03-nav ul li a:before { transition: all 0.5s ease 0s; }

.footer-widget-03-nav ul li a:hover,
.footer-widget-03-nav ul li a:hover:before { margin-left: 5px; }

/*====================| FOOTER / BOX / 03 |====================*/
.footer-widget-03 {
  margin-top: 25px;
  position: relative;
}

.footer-widget-03-info { margin: 20px 0; }

.footer-widget-03-info p { border-bottom: dashed 1px var(--rgba-01); }
.footer-widget-03-info p:last-child { border-bottom: none; }

.contact-address {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.contact-address span a {
  font-size: 16px;
  color: var(--color-white-00);
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}

.contact-address > span.bi {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  font-size: 24px;
  left: 0;
  line-height: 1;
  color: var(--color-white-00);
}
.contact-address span:last-child {
  display: block;
  padding-left: 37px;
  color: var(--color-white-00);
  font-size: 16px;
  line-height: 22px;
}

.footer-widget-03-email {
  position: relative;
  display: block;
  border: dashed 1px var(--color-b-00);
  padding: 6px;
  border-radius: 4px;
}

.footer-widget-03-email-box {
  position: relative;
  display: block;
  
  border-radius: 4px;
  padding: 30px 20px;
}

.footer-widget-03-email-box h6 {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 0;
  text-transform: none;
  font-weight: 700;
  color: var(--color-white);
}

.footer-widget-03-email-box p { margin: 0; }

.footer-widget-03-email-box p a {
  font-size: 14px;
  color: var(--color-white-00);
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}
.footer-widget-03-email-box p a:hover {
  color: var(--color-b-00);
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}

.footer-widget-03-email-box-icon {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%) skewX(-17deg);
  height: 58px;
  width: 60px;
  font-size: 24px;
  color: var(--color-white);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color-b-00);
}

/*====================| FOOTER / 02 |====================*/
.home-footer-02 {
  width: 100%;
  padding: 10px 0;
  background-color: var(--color-p-01);
  border-top: dashed 1px var(--rgba-01);
  text-align: center;
}

.home-footer-02 p {
  font-size: 12px;
  margin: 0;
  color: var(--color-white);
}

/*===============================================
=========| CABEÇALHO / BACKGROUND COLOR |========
===============================================*/
.default-header {
  width: 100%;
  padding: 40px 0;
  background-color: var(--color-b-01);
  text-align: center;
}

.default-header h1 {
  color: var(--color-white);
  font-size: 22px;
  margin: 0;
  font-weight: 600;
  
}

/*====| APLICAR BACKGROUND COLOR |====*/
.page-contato-left::before,
.default-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(7, 24, 42, 0.8);
}

/*===============================================
=============| FORMATAÇÃO / TÍTULO |=============
===============================================
.home-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 50px;
}

.home-title-format h2 {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.title-color-white { color: var(--color-white-00); }
.title-color-blue { color: var(--color-blue-01); }

.home-title-format p {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: var(--color-blue-01);
  font-weight: 400;
  margin: 0;
}
*/


/*===============================================
=================| FORMATAÇÃO |==================
===============================================*/
/*====| H1, H2, H3, H4, H5, H6 |====*/
.title-h2 {
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-background-01);
  text-transform: none;
  font-weight: 600;
  margin: 0;
}

/*====| P |====*/
.description-p {
  font-size: 16px;
  line-height: 22px;
  color: var(--color-background-01);
  letter-spacing: -0.01em;
  font-weight: 400;
  margin: 0;
}

.button-icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-icon i {
  width: 18px;
  top: 1px;
  position: relative;
}

/*===============================================
===============| IMAGE NOT FOUND |===============
===============================================*/
.image-not-found {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--color-white);
}
.image-not-found-icon { margin: 10px 0; }
.image-not-found-icon i {
  color: var(--color-white);
  font-size: 68px;
}
.image-not-found-info p { 
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.image-not-found {
  width: 100%;
  height: 350px;
  background-color: var(--color-blue-02);
  color: var(--color-white);
}

/*===============================================
=================| NOTIFICATION |================
===============================================*/
.notification-row {
  width: 100%;
  text-align: center;
}

.demo-preview {
  width: 70%;
  margin: auto;
  text-align: center;
}

.alert {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .7143rem 1.071rem;
  margin: 1.429rem 0;
  border-radius: 2px;
  border: 1px solid transparent;
  color: var(--color-white);
}

.alert-icon {
  font-size: 21px;
  margin-right: 5px;
}

.alert.alert-primary {
  background-color: var(--color-dourado-02);
  border-color: var(--color-dourado-02)
}
.alert.alert-secondary {
  background-color: var(--alert-secondary);
  border-color: var(--alert-secondary)
}
.alert.alert-success {
  background-color: var(--alert-success);
  border-color: var(--alert-success)
}
.alert.alert-info {
  background-color: var(--alert-info);
  border-color: var(--alert-info)
}
.alert.alert-warning {
  background-color: var(--alert-warning);
  border-color: var(--alert-warning)
}
.alert.alert-danger {
  background-color: var(--alert-danger);
  border-color: var(--alert-danger);
}

/*===============================================
==================| WHATSAPP |===================
===============================================*/
.whatsapp-plug-icon {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  cursor: pointer;
  background-color: #0ba360;
  transition: .3s;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('images/whatsplug.svg');
  background-size: 50% auto;
}

.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before{content: ' ';
  position: absolute;
  opacity: 0;
  border: 4px solid #0ba360;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  -webkit-border-radius: 50%;
  animation: WaveWhatsApp 1.5s ease infinite;
}
.whatsapp-plug-icon::after{animation-delay: .5s;}
.whatsapp-plug-icon:hover{background-color: #15cc74;}
.whatsapp-plug-icon:hover::before{border: 4px solid #15cc74;}
.whatsapp-plug-icon:hover::after{border: 4px solid #15cc74;}

@keyframes WaveWhatsApp{
  0%  {transform:scale(.5)}
  50% {opacity:1}
  100%{transform:scale(1.2);opacity:0}
}

/*===============================================
===| 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');
}