body {
  background-color: #000;
  color: whitesmoke;
  overflow-x: hidden;
}
.tit_web {
    font-size: 70px;
}
.sub_web {
    font-size: 44px;
}
.navbar {
  height: auto;
}
.navbar-brand {
  width: 120px;
}
.nav-link {
  color: white !important;
}
.contc {
  border: solid 1px #08fb01;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 10px 25px 10px 25px !important;
}
.contc > span {
  color: #08fb01;
}
.contc:hover {
  transition: all 2s;
  background-color: #06aa01;
  cursor: pointer;
}
.contc:hover > span {
  transition: all 1s;
  color: #000 !important;
}
.navbar-toggler {
  border: solid 1px #06aa01;
}
.navbar-nav {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 991px) {
  .contc {
    position: relative;
    left: 50dvw;
  }
}

/*Final del menu*/
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background-image: linear-gradient(
      rgba(57, 255, 20, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(57, 255, 20, 0.05) 1px, transparent 1px);
  background-size: 4rem 4rem;

  mask-image: radial-gradient(
    ellipse 80% 50% at 50% 0%,
    #000 70%,
    transparent 200%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 50% at 50% 0%,
    #000 70%,
    transparent 200%
  ); /* For WebKit browsers */

  pointer-events: none; /* Prevents the element from being interactive */
}
#prim {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo-prim {
  width: 400px;
  margin-right: 10px;
}
.text-prim {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contacto-prim {
  border: solid 1px #08fb01;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 10px 25px 10px 25px !important;
  text-decoration: none;
  color: white;
}
.contacto-prim > span {
  color: #06aa01;
}
.contacto-prim:hover {
  transition: all 2s;
  background-color: #06aa01;
}
.contacto-prim:hover > span {
  transition: all 1s;
  color: #000 !important;
}
.flech-prim {
  margin-top: 8px;
  color: #08fb01;
  animation: ariiba_aba 1s both infinite;
}
@keyframes ariiba_aba {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(1px);
  }
}
.grn {
  color: #06aa01;
}
.btn-trans {
  display: flex;
  gap: 4px;
}
.btn-trans a {
  transition: all 1s;
}
.cont-img-yo {
  min-width: 200px !important;
}

.btn-trans :nth-child(1) {
  background-color: #08fb01;
  text-decoration: none;
  color: #000;
  border-radius: 4px;
  border: #06aa01 solid 2px;
  padding: 10px 20px;
  font-weight: bold;
}
.btn-trans :nth-child(1):hover {
  background-color: #000;
  color: whitesmoke;
  border: #08fb01 solid 2px;
}

.btn-trans :nth-child(2) {
  background-color: whitesmoke;
  text-decoration: none;
  color: #06aa01;
  border-radius: 4px;
  border: #06aa01 solid 2px;
  padding: 10px 20px;
  font-weight: bold;
}

.btn-trans :nth-child(2):hover {
  background-color: #06aa01;
  color: whitesmoke;
  border: #06aa01 solid 2px;
}
.card-body {
  color: whitesmoke;
  background-color: #000;
}
.icn-tres {
  width: 40px;
}
.card {
  border: solid 1px grey;
}
.card:hover {
  border: solid 1px #06aa01;
}
.card-body p {
  font-size: 14px;
}
#secon {
    display:flex;
    justify-content: center;
}
#secon .row {
        justify-content: center;
}
#tres > .container-sm > .row a {
  text-decoration: none;
}
@media (max-width: 767px) {
  #tres > .container-sm > .row {
    gap: 10px;
  }
}
.text-cuatr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.text-cuatr > h2 {
  font-size: 45px;
}

/*contacto*/
.zona-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zona-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#enviar-conta {
  transition: all 1s ease-in-out !important;
  background-color: #000 !important;
  color: #08fb01 !important;
  border-color: #08fb01 !important;
}
#enviar-conta:hover {
  background-color: #08fb01 !important;
  color: #000 !important;
  border-color: #000 !important;
}

#form-zon {
    height: 90 dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Footer*/
#zona-logo-foot {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 2;
}
#logo-foot {
  margin-top: -15%;
  max-width: 100%;
  width: 200px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
footer {
  background-color: #000;
  width: 100%;
}
.f-item-con {
  padding: 1.5rem 4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 2rem;
  align-items: stretch !important;
}
footer .app-name {
  color: white;
  border-left: 4px solid #06aa01;
  padding-left: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.app-name .app-initial {
  color: #06aa01;
}
footer .app-info p {
  color: white;
  padding-left: 1.65rem;
}

footer .footer-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: white;
  border-left: 4px solid #06aa01;
  padding-left: 1.5rem;
  height: fit-content;
}
footer ul {
  padding-left: 1.75rem;
  color: white;
  font-size: 0.875rem /* 14px */;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}
footer ul li {
  margin: 0.25rem 0;
  cursor: pointer;
  color: #d4d4d4;
  width: fit-content;
}
footer ul li:hover {
  color: white;
}
footer .help-sec {
  grid-column-start: 2;
}
.g-i-t {
  display: grid;
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.g-i-t form {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
form .g-inp {
  padding: 0.25rem 0.5rem;
  font-size: 16px;
}
.g-inp textarea {
  height: 150px;
}
.f-btn {
  padding: 0.25rem 1rem;
  background-color: #06aa01;
  border: solid 1px #06aa01 !important;
  border-radius: 0.25rem;
  font-size: 16px;
  color: white;
  font-weight: 500;
}
.f-btn:hover {
  background-color: #000;
}
.a-foot {
  text-decoration: none;
  color: #d4d4d4;
}
.a-foot:hover {
  color: white;
}
#correo {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
@media (max-width: 630px) {
  .f-item-con {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 380px) {
  .logo-prim {
    width: 210px;
  }
}
