/* General */
:root {
	--border-radius: 0;
	--border-radius2x: 0;
	--default: #777;
}
/* Skin Colors */
:root {
--primary: #009933; /* Verde base */
--primary-100: #00802e; /* Más oscuro */
--primary-200: #006622;
--primary-300: #004d19;
--primary--100: #00b33f; /* Más claro */
--primary--200: #00cc52;
--primary--300: #00e65c;
--primary-rgba-0: rgba(0, 153, 51, 0);
--primary-rgba-10: rgba(0, 153, 51, 0.1);
--primary-rgba-20: rgba(0, 153, 51, 0.2);
--primary-rgba-30: rgba(0, 153, 51, 0.3);
--primary-rgba-40: rgba(0, 153, 51, 0.4);
--primary-rgba-50: rgba(0, 153, 51, 0.5);
--primary-rgba-60: rgba(0, 153, 51, 0.6);
--primary-rgba-70: rgba(0, 153, 51, 0.7);
--primary-rgba-80: rgba(0, 153, 51, 0.8);
--primary-rgba-90: rgba(0, 153, 51, 0.9);
--secondary: #00F752; /* Base: Light Mint Green */
--secondary-100: #66cc88; /* Darker shades */
--secondary-200: #4da66f;
--secondary-300: #338055;
--secondary--100: #99ffc0; /* Lighter tints */
--secondary--200: #b3ffd5;
--secondary--300: #ccffe9;
--secondary-rgba-0: rgba(128, 255, 170, 0);
--secondary-rgba-10: rgba(128, 255, 170, 0.1);
--secondary-rgba-20: rgba(128, 255, 170, 0.2);
--secondary-rgba-30: rgba(128, 255, 170, 0.3);
--secondary-rgba-40: rgba(128, 255, 170, 0.4);
--secondary-rgba-50: rgba(128, 255, 170, 0.5);
--secondary-rgba-60: rgba(128, 255, 170, 0.6);
--secondary-rgba-70: rgba(128, 255, 170, 0.7);
--secondary-rgba-80: rgba(128, 255, 170, 0.8);
--secondary-rgba-90: rgba(128, 255, 170, 0.9);
--tertiary: #999999; /* Gris base */
--tertiary-100: #808080; /* Más oscuro */
--tertiary-200: #666666;
--tertiary-300: #4d4d4d;
--tertiary--100: #b3b3b3; /* Más claro */
--tertiary--200: #cccccc;
--tertiary--300: #e6e6e6;
--tertiary-rgba-0: rgba(153, 153, 153, 0);
--tertiary-rgba-10: rgba(153, 153, 153, 0.1);
--tertiary-rgba-20: rgba(153, 153, 153, 0.2);
--tertiary-rgba-30: rgba(153, 153, 153, 0.3);
--tertiary-rgba-40: rgba(153, 153, 153, 0.4);
--tertiary-rgba-50: rgba(153, 153, 153, 0.5);
--tertiary-rgba-60: rgba(153, 153, 153, 0.6);
--tertiary-rgba-70: rgba(153, 153, 153, 0.7);
--tertiary-rgba-80: rgba(153, 153, 153, 0.8);
--tertiary-rgba-90: rgba(153, 153, 153, 0.9);
	--quaternary: #383f48;
	--quaternary-100: #2d323a;
	--quaternary-200: #272c32;
	--quaternary-300: #22262b;
	--quaternary--100: #434c56;
	--quaternary--200: #49525e;
	--quaternary--300: #4e5865;
	--quaternary-rgba-0: rgba(56, 63, 72, 0);
	--quaternary-rgba-10: rgba(56, 63, 72, 0.1);
	--quaternary-rgba-20: rgba(56, 63, 72, 0.2);
	--quaternary-rgba-30: rgba(56, 63, 72, 0.3);
	--quaternary-rgba-40: rgba(56, 63, 72, 0.4);
	--quaternary-rgba-50: rgba(56, 63, 72, 0.5);
	--quaternary-rgba-60: rgba(56, 63, 72, 0.6);
	--quaternary-rgba-70: rgba(56, 63, 72, 0.7);
	--quaternary-rgba-80: rgba(56, 63, 72, 0.8);
	--quaternary-rgba-90: rgba(56, 63, 72, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}

.text-gradient-ap {
  background: linear-gradient(284deg, rgba(0, 204, 51, 1) 0%, rgba(0, 153, 51, 1) 100%);
  -webkit-background-clip: text; /* For WebKit browsers like Chrome/Safari */
  background-clip: text; /* Standard version */
  color: transparent; /* Makes the text color transparent to show the gradient */
}
.background-gradient-ap {
  background: linear-gradient(284deg, rgba(0, 204, 51, 1) 0%, rgba(0, 153, 51, 1) 100%);
}
.text-gradient-ap3 {
background: #009933;
background: linear-gradient(38deg, rgba(0, 153, 51, 1) 1%, rgba(0, 204, 51, 1) 54%, rgba(153, 153, 153, 1) 100%);
    -webkit-background-clip: text; /* For WebKit browsers like Chrome/Safari */
  background-clip: text; /* Standard version */
  color: transparent; /* Makes the text color transparent to show the gradient */
}
.background-gradient-ap3 {
background: #009933;
background: linear-gradient(38deg, rgba(0, 153, 51, 1) 1%, rgba(0, 204, 51, 1) 54%, rgba(153, 153, 153, 1) 100%);
}


#social_side_links {
  position: fixed;
  right: 0;
  bottom:20px;
  padding: 5px 20px 5px 5px;
  list-style: none;
  z-index: 10000;
}

#social_side_links li a {display: inline-block;}

#social_side_links li a img {
	display: inline-block;
	max-width:40px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
}
.socialfloat ul span {
  max-width: 0;
  -webkit-transition: max-width 1s;
  transition: max-width 1s;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
	color:#fff;
	text-align: center;
    font-weight: normal!important;
}
.socialfloat span {
	display: inline-block;
  max-width: 18rem;
	margin-top: 5px;
	font-size: 12px; 
	text-transform: uppercase;
}
.socialfloat ul:hover span {
	display: inline-block;
  max-width: 18rem;
	margin-top: 8px;
	margin-left: 10px; 
	font-size: 13px; 
	text-transform: uppercase;
}
.socialfloat ul:hover{
background-color: rgba(37,211,102,0.8);
border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
border: 0px solid #000000;
}

.grecaptcha-badge { 
    visibility: hidden;
}
