@charset "UTF-8";
body {
  background-color: #342031 !important;
}

.bg-1 {
  background-color: #342031;
}

.bg-2 {
  background-color: #9D2053;
}

.bg-3 {
  background-color: #F9EAE1;
}

/*+++++++++++++++++++++++++++++++++ Responsive +++++++++++++++++++++++++++++++++*/
@font-face {
  font-family: "Oliciy";
  src: url("../fonts/Oliciy.ttf") format("truetype");
}
h1 {
  font-family: "Oliciy";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0% !important;
  line-height: 150% !important;
}

h2 {
  font-family: "Oliciy";
  font-size: 28px;
  margin-bottom: 0% !important;
  line-height: 150% !important;
}

p {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0% !important;
}

.bold {
  font-weight: 700;
}

.darktext {
  color: #342031;
}

.magentatext {
  color: #9D2053;
}

.lighttext {
  color: #F9EAE1;
}

button {
  font-size: 24px;
}

/*+++++++++++++++++++++++++++++++++ Responsive +++++++++++++++++++++++++++++++++*/
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
    font-weight: 600;
  }
}
.dr-none {
  display: block;
}

.dr-yes {
  display: none;
}

/*+++++++++++++++++++++++++++++++++ Responsive +++++++++++++++++++++++++++++++++*/
@media (max-width: 768px) {
  .dr-none {
    display: none;
  }
  .dr-yes {
    display: block;
  }
}
.p-text-razonable-1 {
  padding: 10px 20px !important;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.px-5p {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.px-20p {
  padding-left: 15%;
  padding-right: 15%;
}

.px-20p2 {
  padding-left: 15%;
  padding-right: 15%;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-200 {
  padding-bottom: 200px;
}

.py-50-r {
  padding: 50px 0px;
}

.ml-5p {
  margin-left: 5%;
}

.-mx-1 {
  margin: 0px -1rem;
}

/*+++++++++++++++++++++++++++++++++ Responsive +++++++++++++++++++++++++++++++++*/
@media (max-width: 768px) {
  .px-20p {
    padding: 0px 10%;
  }
  .py-50-r {
    padding: 20px 0px;
  }
  .px-20p2 {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.border-3 {
  border: #F9EAE1 3px solid;
}

.border-5 {
  border: #F9EAE1 5px solid;
}

.border-b-3 {
  border-bottom: #F9EAE1 3px solid !important;
}

.border-r-0 {
  border-radius: 0px;
}

.border-r-5 {
  border-radius: 5px;
}

.border-r-10 {
  border-radius: 10px;
}

/*+++++++++++++++++++++++++++++++++ Responsive +++++++++++++++++++++++++++++++++*/
.card-soy {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card-soy-img-fondo {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
  left: 0%;
  top: 0%;
}

.card-soy-img-astro {
  width: 95%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-soy-interior {
  margin: 30px !important;
  margin-left: 40px !important;
  background-color: #F9EAE1;
  color: #342031;
}

.card-soy-interior-izq {
  background-color: #342031;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0px;
}

.card-soy-interior-der {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  text-align: start;
}

.boton-card-1 {
  position: absolute;
  padding: 20px 30px;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  text-decoration: none;
  background-color: #9D2053;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  /* Para asegurar que el pseudo-elemento no salga del borde */
}
.boton-card-1 h2 {
  font-family: "Nunito", sans-serif;
  margin-bottom: 0px;
  text-decoration: none;
  color: #F9EAE1;
  position: relative;
  /* Para asegurarse de que esté por encima del pseudo-elemento */
  z-index: 2;
  /* Asegura que el texto esté por encima del pseudo-elemento */
}

.boton-card-1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #74183d;
  transition: height 0.3s ease-in-out;
  z-index: 1;
  /* Asegura que el pseudo-elemento esté detrás del texto */
}

.boton-card-1:hover::before {
  height: 100%;
}

.container-fluid .row {
  display: flex;
  flex-wrap: wrap;
}
.container-fluid .row .proyecto-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.container-fluid .row .proyecto-card .border-3 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.container-fluid .proyecto-card-texto {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: start;
  border-top: 3px solid #F9EAE1;
}
.container-fluid .proyecto-card-texto p {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: -10px;
  color: #F9EAE1;
  font-size: 20px;
  font-weight: 300 !important;
}
.container-fluid .proyecto-card-texto h2 {
  color: #F9EAE1;
  font-size: 26px;
}

.proyecto-card-hover {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  left: 0%;
  top: 0%;
  z-index: 10;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  /* Añadir posición relativa para el pseudo-elemento */
  overflow: hidden;
  /* Para asegurarse de que el pseudo-elemento no se desborde */
}

.proyecto-card-hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #9D2053;
  transition: height 0.3s ease-in-out;
  /* Transición para el relleno de abajo hacia arriba */
  z-index: -1;
  /* Asegurarse de que el pseudo-elemento esté detrás del contenido */
  border-radius: 10px;
  /* Mantener el borde redondeado */
}

.proyecto-card-hover:hover::before {
  height: 100%;
  /* Expandir para cubrir todo el div */
}

.proyecto-card-hover:hover {
  opacity: 100%;
  transition: opacity 0.3s ease-in-out;
}

.proyecto-card-hover h2 {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.proyecto-card-hover:hover h2 {
  opacity: 1;
}

.ins-card {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.ins-card-arriba {
  width: 100%;
}

.ins-card-abajo {
  position: relative;
  overflow: hidden;
  height: 100% !important;
}
.ins-card-abajo img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0%;
  top: 0%;
  z-index: -10;
}
.ins-card-abajo .ins-card-abajo-interior {
  background: #F9EAE1;
  margin: 25px;
  padding: 20px;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/*+++++++++++++++++++++++++++++++++ Responsive +++++++++++++++++++++++++++++++++*/
@media (max-width: 768px) {
  .card-soy {
    padding: 0px 0px;
  }
  .card-soy-interior {
    margin: 15px !important;
    background-color: #F9EAE1;
    color: #342031;
  }
  .card-soy-interior-der {
    width: 100% !important;
    padding: 10px 30px !important;
  }
  .card-soy-interior-der h1 {
    text-align: center !important;
    align-self: center;
  }
  .card-soy-interior-der p {
    text-align: left;
  }
  .card-soy-interior-der-pb {
    padding-bottom: 60px;
  }
  .card-soy-interior-der-h1 {
    height: 370px;
  }
  .card-soy-interior-der-h2 {
    height: 270px;
  }
  .card-soy-img-astro {
    width: 95%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .card-soy-interior-izq {
    background-color: #342031;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 94.5% !important;
    margin: 0px auto;
  }
  .card-soy-interior-izq img {
    width: 50%;
  }
  .mi-insp .col-md-3 {
    width: 80%;
    margin: 20px auto;
  }
}
.rrss-link {
  position: relative !important;
}

.rrss-hover {
  opacity: 0%;
  position: absolute;
  z-index: 10;
  height: 100%;
  padding: 0px 12px;
  left: 0%;
  top: 0%;
  transition: opacity 0.3s ease-in-out;
}

.rrss-hover:hover {
  opacity: 100%;
}

.rrss-footer a {
  width: 20%;
  align-self: center;
  margin: 0px auto;
}

/*+++++++++++++++++++++++++++++++++ Responsive +++++++++++++++++++++++++++++++++*/
@media (max-width: 768px) {
  .rrss-footer a {
    width: 25%;
    align-self: center;
  }
}
.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #F9EAE1 3px solid;
}
.navbar .logo img {
  max-width: 120px !important;
  height: auto;
  padding-bottom: 10px;
}

.nav-link {
  position: relative;
  color: #F9EAE1 !important;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  margin-bottom: 0%;
  padding: 10px 20px;
  margin: 0px 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #9D2053;
  border-radius: 10px;
  transition: height 0.3s ease-in-out;
  z-index: -10;
  /* Asegura que el pseudo-elemento esté detrás del texto */
}

.nav-link:hover::before {
  height: 100%;
}

.navbar-toggler {
  border-color: #F9EAE1;
  /* Ocultar el borde del botón */
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="%23F9EAE1" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}

.menu-r-items {
  text-align: end;
}

/*+++++++++++++++++++++++++++++++++ Responsive +++++++++++++++++++++++++++++++++*/
@media (max-width: 768px) {
  .navbar {
    padding: 15px 5%;
  }
  .nav-link {
    text-align: center;
    margin: 5px 0;
  }
  .logo img {
    max-height: 70px;
    padding-bottom: 5px;
  }
}
.banner-inicio {
  position: relative;
  width: 100%;
  height: auto;
  /* Ajusta según tus necesidades */
  overflow: hidden;
}

.b-inicio-fondo {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 200%;
  min-height: 100%;
  z-index: -10;
  background-size: cover;
  /* Asegura que la imagen no se estire */
  background-repeat: repeat-x;
  animation: moveBackground 30s linear infinite;
  /* Ajusta la duración según lo necesario */
}

@keyframes moveBackground {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.astronauta1 {
  margin-top: -300px !important;
  width: 33% !important;
  animation: float 5s ease-in-out infinite;
  z-index: 10;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    /* Ajusta el valor según la intensidad del movimiento que desees */
  }
}
.area-d {
  width: 100%;
}

.area-d-titulo {
  width: 100%;
  background-color: #9D2053;
}

.area-d-body {
  width: 100%;
  position: relative;
  overflow: hidden !important;
}

.area-d-patron {
  position: absolute;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden !important;
  left: 0% !important;
  top: 0%;
  z-index: -10;
  opacity: 60%;
}

.area-d-card {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.area-d-card2 {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.area-d-card:hover {
  transform: scale(1.05);
}

.ilustraciones img {
  width: 100%;
  height: 100%;
}

.ilustraciones-especial {
  display: flex;
  align-items: stretch;
  height: 50%;
}
.ilustraciones-especial .ilustraciones-width {
  height: auto;
  max-height: 50%;
}

.ver-mas-section {
  text-align: center;
}

.ver-mas-btn {
  padding: 10px 20px;
  background-color: #9D2053;
  color: #F9EAE1;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 0;
  font-size: 20px !important;
}

.ver-mas-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #74183d;
  transition: height 0.3s ease-in-out;
  z-index: -1;
  border-radius: 10px;
}

.ver-mas-btn:hover::before {
  height: 100%;
}

.imagen-container {
  overflow: hidden;
  /* Para ocultar el contenido cuando la altura sea 0 */
}

.imagen {
  opacity: 0;
  height: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
}

.imagen-container img {
  height: 0;
  /* Valor inicial */
  opacity: 0;
  /* Valor inicial */
  transition: height 0.5s ease, opacity 0.5s ease;
  /* Transición de 0.5s */
  overflow: hidden;
  /* Evita que el contenido sobresalga */
}

.sm-textbox p {
  display: block;
  height: auto;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
}

/*+++++++++++++++++++++++++++++++++ Responsive +++++++++++++++++++++++++++++++++*/
@media (max-width: 768px) {
  .astronauta1 {
    margin-top: -280px !important;
    width: 50% !important;
    animation: float 5s ease-in-out infinite;
    z-index: -5;
    opacity: 40%;
  }
}
.categoria-pagina-titulo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.categoria-pagina-titulo img {
  padding-left: 50px;
  width: 200px !important;
}

.cp-filtro-boton {
  padding: 10px 20px;
  width: auto;
  background-color: #9D2053;
  margin: 10px 20px;
  position: relative;
  /* Asegura que el pseudo-elemento se posicione correctamente */
  overflow: hidden;
  /* Evita que el pseudo-elemento se desborde */
  z-index: 0;
  /* Asegura que el contenido del botón esté encima del pseudo-elemento */
  font-weight: 700 !important;
}

.paginacion {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.paginacion .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  border: 2px solid #F9EAE1;
  border-radius: 5px;
  color: #F9EAE1;
  text-decoration: none;
  position: relative;
  /* Añadido para posicionamiento del pseudo-elemento */
}

.paginacion .page-numbers::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #9D2053;
  /* Color de relleno al hacer hover */
  transition: height 0.3s ease-in-out;
  /* Transición de altura */
  z-index: -1;
  /* Detrás del texto */
}

.paginacion .page-numbers:hover::before {
  height: 100%;
}

.paginacion .page-numbers:hover {
  color: #F9EAE1;
}

.paginacion .page-numbers.current {
  background-color: #9D2053;
  color: #F9EAE1;
  border-color: #F9EAE1;
}

.single p {
  font-weight: 300;
  font-size: 20px;
}

.proyecto-single-herramienta {
  width: 80px;
}

.proyecto-single-titulo-banner p {
  color: #9D2053 !important;
  font-weight: 700 !important;
}

.proyecto-single-img {
  width: 100%;
  border-radius: 10px;
}

.proyecto-boton-link img {
  transition: transform 0.3s ease-in-out;
}

.proyecto-boton-link:hover img {
  transform: scale(1.05);
}

.p-destacados-row {
  margin-left: -18px !important;
}

.proyecto-single-titulo-banner-col1 {
  width: 25% !important;
}

.proyecto-single-titulo-banner-col2 {
  width: 75% !important;
}

.proyecto-single-titulo-banner-col3 {
  width: 15% !important;
}

.collapsible-content {
  transition: all 0.3s ease;
}

/*+++++++++++++++++++++++++++++++++ Responsive +++++++++++++++++++++++++++++++++*/
@media (max-width: 768px) {
  .proyecto-single-herramienta {
    width: 50px;
  }
}
.modal-content {
  background-color: #342031 !important;
  border: 5px solid #F9EAE1;
  border-radius: 10px;
  color: #F9EAE1;
}

.modal-header {
  padding: 25px 5% !important;
  border-bottom: 0px !important;
  background-color: #9D2053;
}

.modal-dialog {
  width: 75% !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 75% !important;
    margin: 1.75rem auto;
  }
}
.modal-body {
  padding: 0% 5%;
}

.btn-close {
  filter: invert(1.5);
  /* Cambia el color a blanco */
}

.btn-close:hover {
  filter: invert(2);
  /* Cambia el color a gris claro al pasar el mouse */
}

.boton-dominio {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
  border: 3px solid #F9EAE1;
  /* $color-3 */
  border-radius: 10px;
  background-color: #342031;
  /* $color-1 */
  overflow: hidden;
  transition: color 0.4s;
}
.boton-dominio h2 {
  position: relative;
  color: #F9EAE1;
  /* $color-3 */
  z-index: 1;
  transition: color 0.4s;
}

.boton-dominio::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9D2053;
  transition: top 0.4s;
  z-index: 0;
}

.boton-dominio:hover::before {
  top: 0;
}

.ins-card {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.ins-card-arriba {
  width: 100%;
}

.ins-card-abajo {
  position: relative;
  overflow: hidden;
  height: 100% !important;
}
.ins-card-abajo img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0%;
  top: 0%;
  z-index: -10;
}
.ins-card-abajo .ins-card-abajo-interior {
  background: #F9EAE1;
  margin: 25px;
  padding: 20px;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/*+++++++++++++++++++++++++++++++++ Responsive +++++++++++++++++++++++++++++++++*/
@media (max-width: 768px) {
  .modal-body .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
  }
  .modal-dialog {
    min-width: 90% !important;
    margin: 20px auto !important;
  }
  .modal-body {
    padding: 1.5rem;
  }
  .modal-body .py-5 {
    padding: 25px 0px !important;
  }
}/*# sourceMappingURL=style.css.map */