@charset "UTF-8";

/*
Theme Name: Estúdio de Piscicologia
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Clínica de Piscicologia
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: + Psicologia
*/

/*
	h1:
	h2: Título ao entrar na página
	cor para campos invalidos: #ffab00/warning
  cor padrão: #8c4482
  cor cinza: #566a7f;
  mobile: 900px
*/
a {
  text-decoration: none!important;
}
#wpadminbar{
  /*display: none!important;*/
}
h2{
	text-transform: capitalize;
}
.alert{
	display: none;
}
.invalid-feedback{
	color: #ffab00!important;
}
#logo{
	width: 55px;
	height: 55px;
	object-fit: cover;
}

/* Cor dos Alerts */
.alert-success{
  background-color: #b9e4a4!important;
  border-color: #b9e4a4!important;
  color: #41841d!important;
}

/* Cor dos Botões */
.btn.btn-primary{
  background-color: #07163d !important;
  box-shadow: none !important;
  border: none !important;
}

/*Titulo + Botão*/
.title_button {
  display: flex;
}
.title_button > h2 {
    width: 100%;
}
.flex-hiato{
  width: 100%;
}
.form-label {
  text-transform: capitalize!important;
}

/**
 * Alinhamento Texto + Botão
 * */
h2
{
  line-height: inherit!important;
}

/* Políticas e Termos */
.politicasetermos{
  max-width: 1200px;
  margin: auto;
  padding: 10px;
}

/**
 * Ajuste Altura Página
 * */

/*Mobile*/
#layout-navbar{
  font-size: 16pt;
}
/*Desck*/
.content-wrapper{
  margin-top: -20px;
}

/**
 * Header
 * */
#logo_mobile{
  width: 30px;
  height: 30px;
  margin: 5px;
}

/**
 * Menu
 * */
 /*Ajuste de Altura*/
 .menu-inner.py-1.ps{
  margin-top: 15px;
 }
 #menu_sair > a{
  color: #566a7f;
 }
  #menu_sair > a:hover{
    color: #8c4482;
 }
 .number_contact{
  color: #8c4482;
 }

/**
 * Tabelas
 * */
  .edit_delete > div {
    display: inline-block;
  }
  .dropdown-item.table {
    padding: 6px;
  }


/* Login */
#div_login{
  max-width: 450px!important;
}
.container-xxl {
  /*max-width: 450px!important;*/
}
.btn.btn-primary.d-grid.w-100 {
  color: #fff!important;
  background-color: #696cff!important;
  border-color: #696cff!important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4)!important;
}
.btn.btn-primary.d-grid.w-100.btn_login{
  display: block;
  color: white!important;
  background-color: #07163d!important;
  box-shadow: 0px 0px 8px 3px #07163d;
  border: none!important;
}

/* Menu */
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link
{
  color: #618d4f!important;
  background-color: rgb(176, 240, 150) !important;
}
.bg-menu-theme .menu-inner > .menu-item.active::before
{
  background: #608d4e!important;
}
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle)::before
{
  background-color: #b0f096 !important;
  border: 3px solid #b0f096 !important;
}

/* Footer */
.d-flex.justify-content-center.justify-content-lg-between.p-4.border-bottom, .text-center.p-4{
    /*radial-gradient(circle at 0% 100%, #8c4482 0%, #482b44 0%, #b346a4 25%, #8c4482 70%, #79166c 90%);*/
    background-color: #07163d !important;
    color: white;
}
.text-uppercase.fw-bold.mb-4 {
  color: #07163d;
}
.container.text-center.text-md-start.mt-5 a{
  color: #608d4e !important;
}
.d-flex.justify-content-center.justify-content-lg-between.p-4.border-bottom i{
    color: white;
    font-size: 18pt;
}
.me-4.link-secondary {
  width: 50px !important;
  text-align: center;
  display: table-cell;
}
.col-md-2.col-lg-2.col-xl-2.mx-auto.mb-4 a, .col-md-3.col-lg-2.col-xl-2.mx-auto.mb-4 a, .col-md-4.col-lg-3.col-xl-3.mx-auto.mb-md-0.mb-4 a  {
  color: #007bff;
}
#footer h6{
    font-weight: bold;
}

/**
* MaxWidth
**/
@media(max-width: 900px) {
  .row {
    display: block!important;
  }
}


/* Pedido Concluido */
.woocommerce-order {
  margin: auto;
  margin-top: auto;
  max-width: 1200px;
  margin-top: 45px;
}
