main {
    background: rgb(216,216,235);
    background: linear-gradient(180deg, rgba(216,216,235,1) 0%, rgba(208,208,208,1) 50%, rgba(216,216,235,1) 100%); 
}

main p {
    line-height: 1.5;
    margin: 1rem 0;
}

.btn-link {
    background: #f0f0f0;
    border: 1px solid #8b95a3;
    border-radius: 50px 0px 50px 0px;
    text-decoration: none;
    color: var(--blue);
    font-weight: 500;
    margin: 1rem .25rem;
    padding: .75rem 2rem;
    transition: background 0.5s ease;
}

.btn-link:hover {
    background: #989ca3;
}

/* HERO */
.close-session {
    background: rgba(220, 20, 60, 0.1);
    border: 1px solid rgb(220, 20, 60);
    border-radius: 2rem;
    color: rgb(241, 232, 234);
    display: flex;
    font-size: 1.1rem;
    font-family: var(--font-family);
    align-items: center;
    padding: 0.5rem 1rem;
    transition: background 0.5s ease;
}

.close-session:hover {
    background: rgba(220, 20, 60, 0.4);
    cursor: pointer;
}

/* FAQ Button */

.faq-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #616d8e;
    background-image: linear-gradient(147deg, #ccd4dd 0%, #616d8e 74%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.151);
    position: absolute;
    left: 3rem;
    bottom: 10rem;
    z-index: 4;
}
.faq-button svg {
height: 1.5em;
fill: white;
}
.faq-button:hover svg {
animation: jello-vertical 0.7s both;
}
@keyframes jello-vertical {
0% {
    transform: scale3d(1, 1, 1);
}
30% {
    transform: scale3d(0.75, 1.25, 1);
}
40% {
    transform: scale3d(1.25, 0.75, 1);
}
50% {
    transform: scale3d(0.85, 1.15, 1);
}
65% {
    transform: scale3d(1.05, 0.95, 1);
}
75% {
    transform: scale3d(0.95, 1.05, 1);
}
100% {
    transform: scale3d(1, 1, 1);
}
}

.tooltip-faq {
position: absolute;
top: -20px;
opacity: 0;
background-color: #616d8e;
background-image: linear-gradient(147deg, #616d8e 0%, #616d8e 74%);
color: white;
padding: 5px 10px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
transition-duration: 0.2s;
pointer-events: none;
letter-spacing: 0.5px;
}

.tooltip-faq::before {
position: absolute;
content: "";
width: 10px;
height: 10px;
background-color: #616d8e;
background-size: 1000%;
background-position: center;
transform: rotate(45deg);
bottom: -10%;
transition-duration: 0.3s;
}

.faq-button:hover .tooltip-faq {
top: -65px;
opacity: 1;
transition-duration: 0.3s;
}

.hero {
    height: 95vh;
    width: 100%;
    position: relative;
}

.hero-bg {
    background: rgba(3, 6, 46, 0.3);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.hero-backdrop {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr);
    height: 100%;
    z-index: 4;
    margin: 0 auto;
    max-width: 1536px;
    align-items: center;
}

.hero-left {
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}
/* H1, H2 index */
.hero-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0.5rem 0;
    text-align: center;
}

.hero-subtitle {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0.25rem 0;
    text-align: center;
}

.hero-left .hero-welcome {
    margin: 0;
    font-size: 2rem;
}

.hero-left p {
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 1rem 0;
    text-shadow: 0 0 4px #2c2c2c;
    text-align: justify;
    text-justify: auto;
}

.hero .fgjtam {
    margin: 0 auto 1rem;
    max-width: 13rem;
}

.hero-logos {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
}

.hero-logos-fd {
    display: flex;
    align-items: center;
    margin: 0.25rem 0;
    /* border-left: 1px solid #fff; */
}

.hero-logos img {
    height: 5.8rem;
    margin: 0 1rem;
}

.hero-logos-fd-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-logos-fd-text .fiscalia {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.hero-logos-fd-text .digital {
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 10px;
}

.hero-logged {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
}

.hero-logged-text {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
}

.hero-logged a {
    background-color: rgba(0, 0, 0, 0.151);
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: background 0.5s ease;
    margin: 1.5rem;
}

.hero-logged a svg {
    margin-right: 0.5rem;
}

.hero-logged a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.hero-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.hero-bottom {
    position: absolute;
    bottom: -3rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    z-index: 5;
}

.hero-bottom-message {
    color: #fff;
    text-shadow: 0 0 4px #2c2c2c;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.hero-bottom-links {
    box-shadow: 0 0 15px 1px #969696;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 2rem;
    background: #ffffff;
    max-width: 100%;
}

.hero-bottom-links a {
    border-radius: 2rem;
    color: var(--blue);
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    max-width: 13rem;
}

.hero-bottom-links a.inactive {
    color: #73767c;
}

.hero-bottom-links a.inactive img{
    filter: grayscale(90%);
}

.hero-bottom-links a.active:hover {
    background: #e7e7e7;
    transform: translateY(-4px);
}

.hero-bottom-links a img {
    /* filter: drop-shadow(0 0 10px #969696); */
    height: 2.7rem;
    margin: 0 .5rem;
}

.icon-circle {
    border: solid 1rem #d9dce7;
    box-shadow: inset 0 0 20px 5px #b2b2b2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15rem;
    width: 15rem;
}

.icon-circle img {
    max-height: 60%;
    max-width: 60%;
}

/* Menu */

.nav {
    position: sticky;
    /* margin-left: 2rem; */
    top: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__icons {
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    /* padding: .25rem; */
    padding: .5rem;
    width: 100%;
}

.bottom {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.bottom .tooltip {
    visibility: hidden;
    z-index: 1;
    opacity: .40;
    width: 150px;
    padding: .25rem;
    background: #cacaca;
    color: var(--blue);
    position: absolute;
    top:-140%;
    border-radius: 9px;
    font-size: 16px;
    font-family: var(--font-family);
    transition: all 0.3s ease-in-out;
    text-align: center;
  /* box-shadow: 0 0 3px rgba(56, 54, 54, 0.86); */
}

.bottom .tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #cacaca transparent transparent transparent;
  position: absolute;
  left: 40%;

}

.bottom:hover .tooltip{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
    transition: .3s linear;
  animation: odsoky 1s ease-in-out infinite  alternate;

}
@keyframes odsoky {
  0%{
    transform: translateY(6px);	
  }

  100%{
    transform: translateY(1px);	
  }

}

/* .bottom:hover {transform: translateY(6px);} */

.bottom .tooltip { top:115%; left: -60px; }

.bottom .tooltip::after{
  top:-16%;
  left:40%;
  transform: rotate(180deg);
}

.nav__icons button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.nav__icons button svg {
    color: #89848f;
    transition: color 0.5s ease;
    width: 2rem;
}

.nav__icons button svg:hover {
    color: #dc143c;
}

.nav__icons img {
    width: 1.5rem;
}

/* .nav__icons a { */
/*     transition: all .3s ease; */
/* } */
/**/
/* .nav__icons a:hover { */
/*     transform: translatey(-4px); */
/*     filter: drop-shadow(0 0 10px #8194b8); */
/* } */

.nav__inner-text {
    opacity: 0;
    transition: opacity 1s ease;
}
.nav .progress-lines {
    display: flex;
    justify-content: center;
    align-items: center;
    position: initial;
    height: 27px;
}

.nav .progress-lines .line {
    height: 27px;
    width: 3px;
    margin-right: 20px;
    background: #ffffff;
    /* transform: rotate(45deg) translateX(-15%); */
    transform: rotate(45deg) translateX(-15%);
    opacity: 0;
}

.nav .progress-lines .line--1 {
    transition: background 0.5s ease, opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
}
.nav .progress-lines .line--2 {
    transition: background 0.5s ease, opacity 0.5s ease 0.75s, transform 0.5s ease 0.75s;
}
.nav .progress-lines .line--3 {
    transition: background 0.5s ease, opacity 0.5s ease 0.9s, transform 0.5s ease 0.9s;
}
.nav .progress-lines .line--4 {
    transition: background 0.5s ease, opacity 0.5s ease 0.9s, transform 0.5s ease 0.9s;
}
.nav .progress-lines .line--5 {
    transition: background 0.5s ease, opacity 0.5s ease 1.1s, transform 0.5s ease 1.1s;
}
.nav .progress-lines .line--6 {
    transition: background 0.5s ease, opacity 0.5s ease 1.2s, transform 0.5s ease 1.2s;
}

.nav-border {
    position: absolute;
    height: 1px;
    background: grey;
    margin: 0 auto;
    width: 100%;
    transform: scaleX(0);
    opacity: 0;
    transform-origin: left;
    transition: transform 1s ease-in-out, opacity 0.6s ease;
    bottom: 0;
}

.nav.enter .nav__inner-text {
    opacity: 1;
}
.nav.enter .line {
    transform: rotate(45deg) translateX(0);
    opacity: 1;
}

.nav.enter .nav-border {
    opacity: 1;
    transform: scaleX(1);
    transition-delay: 0.15s;
}

.nav--section-1 .line--1 {
    /* background: #FA4616; */
    background: var(--blue) !important;
}

.nav--section-2 .line--2 {
    background: var(--blue) !important;
}

.nav--section-3 .line--3 {
    background: var(--blue) !important;
}

.nav--section-4 .line--4 {
    background: var(--blue) !important;
}

.nav--section-5 .line--5 {
    background: var(--blue) !important;
}

.nav--section-6 .line--6 {
    background: var(--blue) !important;
}

.fd-logo img {
    margin-right: .5rem;
    height: 1.9rem;
    width: auto;
}

.fd-logo p {
    color: #3a4a5d;
    letter-spacing: 1px;
}

.fd-logo p.text-digital {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 6px;
}

.section {
    height: 100vh;
    background: #ffffff;
    /* background: rgb(227,224,227);
    background: linear-gradient(180deg, rgba(227,224,227,1) 0%, rgba(231,238,237,1) 50%, rgba(227,224,227,1) 100%); */
    position: relative;
    overflow: hidden;
    width: 100vw;
}

.section__content {
    position: relative;
    width: 100vw;
    height: 200%;
    top: -100%;
}

.section__content-subheading {
    font-size: 1.5rem;
    font-weight: 100;
    color: #597383;
    position: absolute;
    top: 100vh;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.section__content .col-1, .section__content .col-2 {
    opacity: 0;
    /* background: white; */
    /* width: 160px; */
    /* height: 240px; */
    height: 10rem;
    position: absolute;
    /* top: 150vh; */
    top: 150vh;
    left: 5%;
    transform: translateY(-50%);
    width: 10rem;
}

/* .section__content .col-1 img {
    width: 10rem;
    height: 10rem;
    max-height: 100%;
    max-width: 100%;
} */

.section__content .col-2 {
    background: transparent;
    top: 155vh;
    height: auto;
    right: 5%;
    left: unset;
    width: 60%;
    /* width: 30%; */
}

.section__content .col-2 p {
    color: var(--blue);
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 1rem 0;
    text-align: justify;
    text-justify: auto;
}

.section__content .col-2 p.text-sm {
    font-size: 0.9rem;
}

.section__content .col-2 h3 {
    color: #597383;
}

.section-about {
    background-color: #edf2f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0;
    overflow: hidden;
}

.section-about .icon img {
    width: 100%;
    height: auto;
}

/* Animate fiscalia digital */

.logo-container {
    position: relative;
    width: 400px;
    height: 600px;
}

.central-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.central-logo img {
    margin-bottom: 0.5rem;
    width: 4rem;
}

.central-logo span {
    color: gray;
    font-size: 1.3rem;
    text-align: center;
}

.icon {
    position: absolute;
    top: 45%;
    left: 43%;
    width: 70px;
    height: 70px;
}

.icon span {
    font-size: 0.7rem;
    color: gray;
    text-align: center;
}

 /* Orbit Animations */
 .icon:nth-child(2) {
    animation: orbit 6s linear infinite;
}

.icon:nth-child(3) {
    animation: orbit 8s linear infinite reverse;
}

.icon:nth-child(4) {
    animation: orbit 10s linear infinite;
}

.icon:nth-child(5) {
    animation: orbit 12s linear infinite reverse;
}

.icon:nth-child(6) {
    animation: orbit 14s linear infinite;
}

/* Keyframes for perfect circular orbit while keeping icon orientation fixed */
@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(200px) rotate(0deg); /* Initial position */
    }
    100% {
        transform: rotate(360deg) translateX(200px) rotate(-360deg); /* Counter-rotate to keep fixed */
    }
}

/* Denuncia Digital Delitos */

#delitos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    /* grid-template-rows: minmax(10rem, 1fr); */
    align-items:flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

#delitos div {
    border: 1px solid #e6e8ee;
    border-radius: 0.25rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
}

#delitos p {
    margin: 0;
    font-size: 1rem;
    text-align: center;
}

#predenuncia-legal {
    font-size: .8rem;
    width: 63%;
}

/* Slider */

/* #section-7 {
    height: 43em;
    color: #fff;
    background-color: #222;
} */
#section-7 .content-slider {
    position: relative;
    width: 100%;
    height: 30rem;
    max-height: max-content;
}

#section-7 .banner-inner-wrapper {
    color: #fff;
    padding: 2rem 1rem;
}

#section-7 .content-slider input {
    display: none;
}

#section-7 .content-slider .slider {
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden;
    /* border-radius: 3rem 3rem 0 0; */
}

#section-7 .content-slider .slider .banner {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: inherit;
    height: inherit;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.5s ease;
}

#section-7 .content-slider .slider .banner .banner-inner-wrapper {
    height: 100%;
    /* background: rgb(74,74,74); */
    /* background: linear-gradient(180deg, rgb(6, 9, 28) 0%, rgb(11, 30, 59) 50%, rgba(6, 9, 28) 100%); */
    /* background: #81A1B1; */
    background: linear-gradient(90deg,#111633 0,#111633 10%,#4a4a4a 40%,#4a4a4a 100%);
    box-sizing: border-box;
}

#section-7 .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-weight: 400;
    font-size: 1.5rem;
    padding-bottom: 0.3em;
    text-transform: none;
}

#section-7 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 2.6rem;
    line-height: 95%;
}

#section-7 .content-slider .slider .banner .banner-inner-wrapper .line {
    display: block;
    width: 4em;
    height: 0.1875em;
    margin: 2.5em auto;
    background: #fff;
}

#section-7 .content-slider nav {
    position: absolute;
    bottom: 0.5em;
    width: 100%;
    z-index: 10;
    text-align: center;
}

#section-7 .content-slider nav .controls {
    display: block;
    width: 70%;
    margin: 0 auto;
    color: #fff;
}

#section-7 .content-slider nav .controls label {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 3.1em;
    overflow: hidden;
    margin: 0 1em;
    padding-top: 1em;
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    color: #f6eac5;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
}

#section-7 .content-slider nav .controls label .progressbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #f6eac5;
    z-index: 100;
}

#section-7 .content-slider nav .controls label .progressbar .progressbar-fill {
    position: inherit;
    width: inherit;
    height: inherit;
    margin-left: -100%;
    background: #28c3bb;
}

#section-7 .content-slider nav .controls label span {
    font-size: 1.4em;
    font-weight: 700;
}

#section-7 .content-slider nav .controls label:hover {
color: #28c3bb;
}

#section-7 .content-slider #banner1:checked ~ .slider #top-banner-1,
#section-7 .content-slider #banner2:checked ~ .slider #top-banner-2,
#section-7 .content-slider #banner3:checked ~ .slider #top-banner-3,
#section-7 .content-slider #banner4:checked ~ .slider #top-banner-4 {
    opacity: 1;
    z-index: 1;
}

#section-7 .content-slider #banner1:checked ~ nav label:nth-of-type(1),
#section-7 .content-slider #banner2:checked ~ nav label:nth-of-type(2),
#section-7 .content-slider #banner3:checked ~ nav label:nth-of-type(3),
#section-7 .content-slider #banner4:checked ~ nav label:nth-of-type(4) {
    cursor: default;
    color: #fff;
    transition: all 0.5s;
}

#section-7 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
#section-7 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
#section-7 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
#section-7 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar {
    background: #fff;
}

#section-7 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
#section-7 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
#section-7 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
#section-7 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill {
    animation: progressBarFill 8s linear;
}

/* Animations */
@keyframes progressBarFill {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0;
    }
}
