/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 9 mag 2025, 16:11:19
    Author     : alessiome
*/


.color-1 {
  color: #f0f0c7;
}
.color-2 {
  color: #f0f0db;
}
.color-3 {
  color: #f0dbb2 ;
}
.color-4 {
  color: #f0dbc7;
}
.color-5 {
  color: #dbdbb3;
}

.bg-bluelectric {
    background-color: #476e35 !important;
   
}

.bg_color-5 {
  background-color: #dbdbb3 !important;
  color: #ffffff;
}

.section.section-tabs-bg .responsive-tabs ul {
  background-color: #354a23 !important;
  position: relative;
  z-index: 0;
}

.btn-bluelectric:focus,btn-bluelectric.focus{
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(87, 133, 48, 0.075) !important;
    
}

.bg-bluelectric .responsive-tabs-aside ul.r-tabs-nav li.r-tabs-state-active {
  background-color:#476e35 !important;
  color: #ffffff;
}
.btn-bluelectric:not(:disabled):not(.disabled):active:focus,
.btn-bluelectric:not(:disabled):not(.disabled).active:focus, .show>.btn-bluelectric.dropdown-toggle:focus{
  box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(87, 133, 48, 0.075) !important;
}

 

.btn-bluelectric{
   background-color: #578530 !important; 
   border-color: #578530 !important; 
}

.section.section-tabs-bg .responsive-tabs ul:before {
 
  background-color: #354a23 !important;

}

/* CSS Variables */
:root {
  --color-1: #f0f0c7;
  --color-2: #f0f0db;
  --color-3: #f0dbb2;
  --color-4: #f0dbc7;
  --color-5: #dbdbb3;
}


.footer-wrapper {
    background-color: #476e35 !important;
   
}

.card.card-article .card-article-content{
    padding: 10px !important;
}

.btn-outline-bluelectric {
    color: #354a23 !important;

    box-shadow: inset 0 0 0 1px #354a23 !important;
}
.chiavi{
    margin-bottom: 20px;
}

.icon-bluelectric {
    fill: #354a23 !important;
}

.section-hero-left {
   background: linear-gradient(
  0.25turn,
  #4b6b38,  /* verde bosco scuro */
  #5c7a41,  /* verde oliva intenso */
  #6b8e23,  /* verde foglia */
  #607b3a,  /* verde muschio */
  #4e6c30   /* verde profondo */
) !important;
}

/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #f0f0c7, #f0f0db, #f0dbb2, #f0dbc7, #dbdbb3);
}


.radial-gradient {
  background: radial-gradient(circle, #f0f0c7, #f0f0db, #f0dbb2, #f0dbc7, #dbdbb3);
}


.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}