@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');



@font-face {
  font-family: 'futura-medium';
  src: url('../../public/fonts/futura.ttf');
}


:root {
  --color1: #298ec9;
  --color2: #2ea8f8;
  --color3: #298ec9;
/*   --color3: #484abd; */
  --color4: #298ec9;
  --color5: #ffff;
  --color6: #000000;
  --color7: #e4e3e3;
  --color8: rgba(218, 222, 228, 0.9);
  --color9: #0f1925;
}

body {
  
  font-family: "Red Hat Display", sans-serif;

  font-size: var(--fontsize);
  background-color: #ffffff;
  color: #1a1a1a;
}

h1,
h3,
h4,
h5 {
  font-weight: bold;
  font-family: 'futura-medium';
  text-transform: uppercase;
}

h2 {
  font-weight: bold;
  font-size: 2.56rem;
  text-transform: uppercase;
  font-family: 'futura-medium';
}

#header {
  box-shadow: 0 0 10px #505050;
}
header #logo-elim {
  width: 15%;
}

#header a#navbarDropdown.nav-link {
  font-size: 16px;
}

#header a.dropdown-item {
  font-size: 16px;
}

#header nav.navbar {
  min-height: 90px;
}

#header li.nav-item {
  margin-left: 0px;
  margin-right: 5px;
  font-size: 15px;
}

#header a.nav-link {
  /* padding-top: 10px;
  padding-bottom: 10px; */
  padding: .5rem;
  text-transform: uppercase;
  color: var(--color2);
  font-weight: bold;
}

#header a.nav-link.active {
  color: var(--color2);
  font-weight: bold;
}

#header a.nav-link.round {
  border-radius: 6px;
  background-color: var(--color1);
  color: white;
  border-radius: 50px;
  padding: 10px 22px;
  font-weight: bold;
}

#header .dropdown-menu {
  border: none;
}

#header .dropdown-item:hover {
  background-color: var(--color1);
  color: white !important;
}
#bar-sup {
  background-color: var(--color4);
}
#bar-sup > span {
  color: white !important;
}
#text-logo {
  font-size: .9rem !important;
  font-weight: bold!important;
  text-align: start;
  font-family: "futura-medium", sans-serif;
  font-style: normal;
  padding-left: 1rem;
  letter-spacing: 10px;
  color: var(--color6);
}

/* #img-logo {
  filter: drop-shadow(0 0 5px rgb(246, 252, 251));
} */
p {
  text-align: justify;
}
.separador {
  background-color: var(--color4);
  height: 4px;
  width: 50px;
}
/* CSS boton con efecto hover */
.button-86 {
  all: unset;
  max-width: 260px;
  height: 30px;
  font-size: 16px;

  background: transparent;
  border: none;
  position: relative;
  color: var(--color3);
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-86::after,
.button-86::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: var(--color4);
  border-radius: 10px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-86:hover::before {
  transform: translate(5%, 15%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

/* CSS boton con efecto hover */
.button-87 {
  all: unset;
  width: 210px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87::after,
.button-87::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}

.button-87::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: var(--color1);
  border-radius: 10px;
}

.button-87::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-87:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-87:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-87:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}
#footer {
  background-color: var(--color7);
  padding: 10px;
  color: white;
  font-size: 16px;
  text-align: center;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#card-valor {
  padding: 1.1rem;
}
#card-valor:hover {
  transform: translateY(-20px);
  transition: transform 0.4s ease-in-out;
}
#section-plataform {
  margin-top: -50px;
  z-index: 99;
  position: relative;
}
#section-bienvenidos {
  background-color: white;
  position: relative;
  z-index: 100;
}

#importantes {
  color: white;
  background: linear-gradient(
      to top,
      rgba(73, 114, 63, 0.8) 100%,
      #ffff 10%,
      #ffff 50%
    ),
    url("/public/img/img-page/background1.jpg");
}
#contadorparrafo {
  text-align: left;
  font-size: 0.9rem;
}
/* Estilos para animacion de contador de datos importantes */
.contador_cantidad {
  text-align: center;
  font-size: 70px;
}
@keyframes aparecer {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ocultar {
  opacity: 0;
}
.animar {
  animation: aparecer 1.3s;
}

#pilares {
  background: linear-gradient(
      to top,
      rgba(136, 28, 34, 0.7) 55%,
      #ffff 10%,
      #ffff 50%
    ),
    url("/public/img/img-page/background1.jpg") !important;
  background-size: 160% !important;
  padding-top: 4rem;
  padding-bottom: 1rem;
  margin-top: -10px;
}

#pilares .row-pad {
  height: 500px;
  margin: 0 7.5%;
}

#pilares h5 {
  font-size: 17px;

  font-weight: bold;

  text-transform: uppercase;
}

#pilares h4 {
  font-size: 18.5px;

  font-weight: bold;

  text-transform: uppercase;
}
#carousel-noticias .carousel-item p {
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  #carousel-noticias .carousel-item img {
    display: none;
  }
  #carousel-noticias .carousel-item p {
    font-size: 10px;
    text-align: start;
  }
  #header nav.navbar {
    background: var(--color5);
  }

  .button-86 {
    font-size: 13px;
  }
  .button-87 {
    width: 171px;
    font-size: 13px;
  }
  #contadorparrafo {
    text-align: center;
  }
  h2 {
    text-align: center;
    font-size: 2rem;
  }
  #conten-nav-a{
    width: 200px!important;
  }
 header #logo-elim {
    width: 25%;
}
  #text-logo {
    font-size: .6rem!important;
  } 
  .navbar-toggler{
    background-color: var(--color1);
  }
}
/* @media screen and (max-width: 1400px) {
  #header a.nav-link {
    padding: 0px;
  }
  #header nav.navbar {
    padding-left: 1em;
    padding-right: 1em;
  }
  #header li.nav-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }


}
 */
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
