/* Lune API Injector Custom Styles */
/* This CSS file is loaded only on the selected page via plugin settings. */
#menu-sustainability-menu li.active > a{
    color: #ba8900 !important;
}
div#impact .et_pb_code_inner{
   min-height: 100% !important;
   height: 100% !important;
}
.impact-box-wrap {
   padding: 24px;
   display: flex;
   width: 100%;
   height: 100%;
   flex-direction: column;
   -webkit-box-pack: end;
   justify-content: flex-end;
   align-items: flex-start;
   box-sizing: border-box;
   min-height: fit-content;
   position: relative;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top center;
   border-radius: 32px;
}
.impact-box-wrap.forestry-north-america {
   background:
           linear-gradient(0deg, rgb(130, 61, 27) 0%, rgb(130, 61, 27) 50%, transparent 100%),
           url('https://assets.lune.co/bundles/north-america-forestry.png') no-repeat top center;
}

.impact-box-wrap.forestry-latin-america {
   background:
           linear-gradient(0deg, rgb(0, 71, 70) 0%, rgb(0, 71, 70) 50%, transparent 100%),
           url('https://assets.lune.co/bundles/latin-america-forestry.png') no-repeat top center;
}

.impact-box-wrap.restoring-coastal-wetlands {
   background:
           linear-gradient(0deg, rgb(144, 136, 1) 0%, rgb(144, 136, 1) 50%, transparent 100%),
           url('https://assets.lune.co/bundles/restoring-coastal-wetlands.png') no-repeat top center;
}

.impact-box-wrap.biochar {
   background:
           linear-gradient(0deg, rgb(0, 4, 0) 0%, rgb(0, 4, 0) 50%, transparent 100%),
           url('https://assets.lune.co/bundles/biochar.png') no-repeat top center;
}

.impact-box h4{
   margin: 140px 0px 10px;
   font-family: "Josefin Sans", Arial, sans-serif;
   font-size: 30px !important;
   font-style: normal;
   font-weight: 500;
   line-height: 1.1;
   letter-spacing: 0em;
   text-align: left;
   color: rgb(255, 255, 255);
}
.impact-box p{
   color: white !important;
   margin: 0px 0px 10px 40px !important;
   padding: 0px !important;
   font-family: "Josefin Sans", Arial, sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 1.1;
   letter-spacing: 0em;
   text-align: left;
   overflow: visible;
   text-overflow: ellipsis;
   text-indent: -38px
}
.impact-box p svg {
   display: inline-flex;
   width: 20px;
   vertical-align: middle;
   fill: white !important;
   margin-right: 12px
}
.impact-box p:nth-child(5){
   line-height: 17px;
   padding-top: 12px !important;
   margin: 0 !important;
   text-indent: 0 !important;
}

.retired-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-left: -20px;
    margin-bottom: 16px;
}

.retired-item img {
    width: 52px;
    height: 52px;
}

.retired-item .retired-credits {
    padding: 0 20px;
}
.retired-item .retired-credits a{
    font-weight: bold
}

.cc-badge img{
    position: absolute;
    left: 5px;
    top: 5px;
    height: 64px;
    width: 64px;
}
.cc-badge img.rotating-badge {
    background-blend-mode: screen;
    mix-blend-mode: screen;
    animation: 24s linear 0ms infinite normal none running rotating;
    transform-origin: center center;
    opacity: 1;
    left: 0px;
    top: 0px;
    height: 74px;
    width: 74px;
}
@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.cc-badge img.static-badge {
    background-blend-mode: luminosity;
    mix-blend-mode: luminosity;
    opacity: 0.8;
    left: 0px;
    top: 0px;
    height: 74px;
    width: 74px;
}

.cc-certificate-wrap {
    display: flex;
    overflow:hidden;
    justify-content: space-between;
    align-items: center;
    height: 400px;
    width: 100%;
    border-radius: 30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 700 700" width="700" height="700" opacity="0.72"><defs><radialGradient id="ffflux-gradient-3346681505"><stop offset="0%" stop-color="%2350F7F1"></stop><stop offset="100%" stop-color="%23B1F67B"></stop></radialGradient><filter id="ffflux-filter-3346681505" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feTurbulence baseFrequency="0.003 0.002" numOctaves="1" seed="1650" type="fractalNoise" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feGaussianBlur stdDeviation="20 20" x="0%" y="0%" width="100%" height="100%" in="turbulence" edgeMode="duplicate" result="blur"></feGaussianBlur><feBlend mode="color-dodge" x="0%" y="0%" width="100%" height="100%" in="SourceGraphic" in2="blur" result="blend"></feBlend></filter></defs><rect width="700" height="700" fill="url(%23ffflux-gradient-3346681505)" filter="url(%23ffflux-filter-3346681505)"></rect></svg>'), #ffffff;
}
.cc-lune-logo, .cc-badge, .cc-text, .cc-qrcode, .cc-footer {
    position: absolute;
}

.cc-lune-logo {
    top: 24px;
    left: 24px;
}
.cc-lune-logo img{
    height: 34px;
    width: auto
}

.cc-badge {
    right: 24px;
    top: 20px;
    font-size: 10px;
    border-radius: 100%;
    overflow: hidden;
    height: 74px;
    width: 74px;
}

.cc-text {
    top: 50%;
    left: 30px;
	right: 30px;
    transform: translate(0%, -50%);
    z-index: 1;
    text-align: center;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    font-family: "Josefin Sans";
    color: black
}

.cc-qrcode {
    bottom: 20px;
    left: 20px;
}
.cc-qrcode img{
    width: 75px;
    height: auto
}

.cc-footer {
    position: absolute;
    right: 24px;
    bottom: 24px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    z-index: 1;
    display: flex;
    color: black;
    flex-direction: column;
    align-items: flex-end;
    font-family: "Josefin Sans";
}

.lune-sdg{
    display: inline-flex;
    flex-wrap: wrap;
    width: 16%
}
.lune-sdg img{
    width: 90%;
/*    height: 160px;*/
    display: inline-flex;
    border-radius: 12px;
}

.lune-sdg span:not(.lune-sdg-tooltip){
/*    display: inline-flex;
    background: white;
    width: 2px;
    height: 90px;
    margin-left: 3px;
    border-radius: 0 12px 12px 0;*/
	display: none;
}

.lune-sdg.sdg-1 span:not(.lune-sdg-tooltip)  { background-color: #E5233D; } /* ODS 1 */
.lune-sdg.sdg-2 span:not(.lune-sdg-tooltip)  { background-color: #DDA73A; } /* ODS 2 */
.lune-sdg.sdg-3 span:not(.lune-sdg-tooltip)  { background-color: #4CA146; } /* ODS 3 */
.lune-sdg.sdg-4 span:not(.lune-sdg-tooltip)  { background-color: #C5192D; } /* ODS 4 */
.lune-sdg.sdg-5 span:not(.lune-sdg-tooltip)  { background-color: #EF402C; } /* ODS 5 */
.lune-sdg.sdg-6 span:not(.lune-sdg-tooltip)  { background-color: #27BFE6; } /* ODS 6 */
.lune-sdg.sdg-7 span:not(.lune-sdg-tooltip)  { background-color: #FBC412; } /* ODS 7 */
.lune-sdg.sdg-8 span:not(.lune-sdg-tooltip)  { background-color: #A31C44; } /* ODS 8 */
.lune-sdg.sdg-9 span:not(.lune-sdg-tooltip)  { background-color: #F26A2D; } /* ODS 9 */
.lune-sdg.sdg-10 span:not(.lune-sdg-tooltip) { background-color: #E01483; } /* ODS 10 */
.lune-sdg.sdg-11 span:not(.lune-sdg-tooltip) { background-color: #F89D2A; } /* ODS 11 */
.lune-sdg.sdg-12 span:not(.lune-sdg-tooltip) { background-color: #BF8D2C; } /* ODS 12 */
.lune-sdg.sdg-13 span:not(.lune-sdg-tooltip) { background-color: #407F46; } /* ODS 13 */
.lune-sdg.sdg-14 span:not(.lune-sdg-tooltip) { background-color: #1F97D4; } /* ODS 14 */
.lune-sdg.sdg-15 span:not(.lune-sdg-tooltip) { background-color: #59BA48; } /* ODS 15 */
.lune-sdg.sdg-16 span:not(.lune-sdg-tooltip) { background-color: #126A9F; } /* ODS 16 */
.lune-sdg.sdg-17 span:not(.lune-sdg-tooltip) { background-color: #13496B; } /* ODS 17 */

/* Tooltip customizado estilo Bootstrap para SDG */
.lune-sdg-tooltip-wrap {
  position: relative;
  display: inline-block;
}
.lune-sdg-tooltip {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 220px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 0 8px;
    position: absolute;
    z-index: 10;
    bottom: 105%;
    left: 45%;
    transform: translateX(-50%);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    font-size: 14px;
    pointer-events: none;
    transition: opacity 0.2s;
    line-height: 26px;
}
.lune-sdg-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.lune-sdg-tooltip-wrap:hover .lune-sdg-tooltip,
.lune-sdg-tooltip-wrap:focus .lune-sdg-tooltip {
  visibility: visible;
  opacity: 1;
}

.lune-sdg.sdg-1,
.lune-sdg.sdg-2,
.lune-sdg.sdg-4,
.lune-sdg.sdg-5,
.lune-sdg.sdg-6,
.lune-sdg.sdg-7,
.lune-sdg.sdg-10,
.lune-sdg.sdg-11,
.lune-sdg.sdg-14,
.lune-sdg.sdg-15,
.lune-sdg.sdg-17 {
    display: none;
}
