@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* font-family: 'Montserrat', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap");
/* font-family: 'Poppins', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
/* font-family: 'Lato', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@500;700&display=swap");
/* font-family: 'Ubuntu', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;800&display=swap");
/* font-family: 'Noto Sans', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;500;700&display=swap");
/* font-family: 'Mulish', sans-serif; */
@font-face {
  font-family: 'Transformers';
  src: url('../fonts/transformers.ttf') format('truetype');
}
:root {
  --color1: #262e78;
  --color2: #006dc4;
  --color3: #ff861b;
  --color4: #0093b9;
  --color5: #f6f7f9;
  --color6: #33372c;
  --color7: white;
  --color8: #fa4032;
  --color9: #4caf50;
}

/* @font-face {
  font-family: 'Helvetica';
  src: url('Helvetica.ttf') format('ttf');
  } */

body {
  /* font-family: 'Helvetica', sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #42474c;
  /* color: #fff; */
  /* background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 100%, #ffff 10%, #ffff 50%), url(../img/icons/bg-espacio.png); */
  font-size: 16px;
  overflow-x: hidden;
  box-sizing: border-box;
}

h1,
h2 {
  font-weight: 700;
  color: var(--color1);
  /* font-family: 'Fredoka', sans-serif; */
  font-family: "Montserrat", sans-serif;
}

h3,
h4,
h5 {
  /* color: #313140; */
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

b {
  font-weight: 700;
}

.line {
  height: 2px;
  width: 100%;
  background-color: var(--color1);
}

.color1 {
  color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.color3 {
  color: var(--color3);
}

.boton1 {
  background-color: var(--color2);
  padding: 10px 20px;
  width: 90%;
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.4);
}

.boton1:hover {
  color: #fff;
  background-color: var(--color1);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.7);
}

.boton2 {
  background-color: var(--color1);
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
  transition: all 0.3s ease-in;
}

.boton2:hover {
  color: #fff;
  background-color: #23bde8;
}

.boton3 {
  /* background-color: var(--color2); */
  border: 2px solid #2183de;
  padding: 10px 20px;
  color: #2183de;
  font-weight: 600;
  border-radius: 40px;
  transition: all 0.3s ease-in;
}
.boton3:hover {
  color: #fff;
  /* background-color: #1aaca4; */
  background-color: #2183de;
}
.boton4 {
  background-color: var(--color2);
  padding: 10px 20px;
  color: white;
  font-weight: 600;
  border-radius: 40px;
  transition: all 0.3s ease-in;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
  font-size: 1.5rem !important;
}
.boton4:hover {
  /*  color: #505050; */
  /* background-color: #1aaca4; */
  /* background-color: #f2d592; */
  transform: scale(1.06);
  /* background-color: var(--color2); */
}

.btn-ver-mas {
  background-color: rgba(38, 46, 120, .8);
  color: white;
  padding: 12px 75px;
  border: solid 2px white;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: background-color 0.3s ease;
}

.btn-ver-mas:hover {
  background-color: #0056b3;
}

/* Contenedor de las flechas */
.flechas {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

/* Flechas individuales */
.flechas .flecha {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffff;
  opacity: 0;
  animation: bajar 1s infinite;
}

/* Animación de las flechas */
.flechas .flecha:nth-child(1) {
  animation-delay: 0s;
}
.flechas .flecha:nth-child(2) {
  animation-delay: 0.2s;
}
.flechas .flecha:nth-child(3) {
  animation-delay: 0.4s;
}

/* Keyframes para la animación */
@keyframes bajar {
  0%,
  100% {
    opacity: 0;
    transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateY(5px);
  }
}

a {
  text-decoration: none;
}

.crop {
  object-fit: cover;
}

.text-justify {
  text-align: justify;
}

#preloader {
  /* background-color: #fff; */
  background-color: #f3f3f3;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: opacity 1s;
}

#preloader.fade {
  opacity: 0;
}

#circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
}

#loadEscudo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loadEscudo img {
  animation: crescendo 1.3s alternate infinite ease-in;
}

@keyframes crescendo {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.01);
  }
}

.loader {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 4px solid #fff;
  border-top: 4px solid var(--color2);
  border-bottom: 4px solid var(--color1);
  border-radius: 50%;
  animation: rotate 1.1s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* #header{
  background-color: #06064c;
  background-color: transparent;
  box-shadow: 0 3px 3px rgba(94, 94, 94, 0.75);
} */

/* .abajo .barsup {
  display: none;
} */

#footer {
  /* background: var(--color1); */
  background: linear-gradient(
      to top,
      rgba(0, 0, 63, 0.9) 100%,
      #ffff 10%,
      #ffff 50%
    ),
    url(../img/icons/espacio.jpg);
  background-size: 100%;
  background-position: top;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 16px;
}

/* #footer {
  border-top: 2px dashed #9c9c9c;
} */

#footer .redes a {
  color: var(--color3);
}

#footer .datos {
  border-top: 1px solid #505050;
}
#footer h4 {
  color: #c9c9c9;
  font-size: 16px;
}
#footer .datos p {
  /* font-size: 16px; */
  color: #999;
}
#footer .datos span {
  /* font-size: 16px; */
  color: #505050;
}

section[id] {
  scroll-margin-top: 80px;
}

.demo1 .item {
  transition: all 0.3s ease-in;
}
.demo1 .item:hover img {
  opacity: 0.6;
}

.nav-link {
  color: var(--color2);
  font-weight: bold;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--color3);
}

.demo1 .desc {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  /* font-weight: bold; */
  font-size: 15px;
  text-transform: uppercase;
}

.caracteristicas .item {
  background-color: var(--color2);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .topcontrol {
  position: fixed;
  bottom: 6%;
  /* right: 95%; */
  right: 1%;
  /* opacity: 0.8; */
  cursor: pointer;
  z-index: 100;
  /* background-color: #00A884; */
  background-color: #28c44c;
  width: 50px;
  height: 50px;
  padding-top: 4px;
  padding-left: 8px;
  /* border: 2px solid white; */
  border-radius: 50%;
  transition: all 3 ease-in-out;
}

footer .topcontrol i {
  /* height: 50px; */
  /* width: 50px; */
  font-size: 36px;
  margin-top: 4px;
  margin-left: 1px;
  color: white;
}

footer .topcontrol:hover {
  transform: scale(1.08);
}

footer .topcontrol2 {
  position: fixed;
  bottom: 16%;
  /* right: 95%; */
  right: 1%;
  /* opacity: 0.8; */
  cursor: pointer;
  z-index: 100;
  /* background-color: #00A884; */
  /* background-color: #28C44C; */
  width: 50px;
  height: 50px;
  /* padding-top: 4px; */
  padding-left: 6px;
  /* border: 2px solid white; */
  border-radius: 50%;
  transition: all 3 ease-in-out;
}

footer .topcontrol2 i {
  /* height: 50px; */
  /* width: 50px; */
  font-size: 36px;
  margin-top: 4px;
  margin-left: 1px;
  color: white;
}

footer .topcontrol2:hover {
  transform: scale(1.08);
}

.grow {
  transition: 0.5s, color 0.1s;
  -webkit-transition: 0.5s, color 0.1s;
  -moz-transition: 0.5s, color 0.1s;
  box-shadow: 0 8px 8px 0 #000000, 0 8px 8px 0 #000000;
}
.grow:hover {
  transform: scale3d(1.1, 1.1, 0.3);
  -webkit-transform: scale3d(1.1, 1.1, 0.3);
  -moz-transform: scale3d(1.1, 1.1, 0.3);
}

@media (max-width: 600px) {
 
  #slider .titleContainer .title2 {
    padding-top: 10px;
  }

  #slider img {
    width: 100%;
  }

  .aviso-cookies.activo {
    flex-direction: column;
  }
  .aviso-cookies p {
    font-size: 14px;
    width: 100%;
    margin-right: 0px;
  }

  .aviso-cookies .container-modal-cookies-btns {
    flex-direction: column;
  }
}
