:root {
  --vino: #800000; /* Declara la variable --mi-color-rojo */
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Ubuntu", Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  /*background-image: url(../img/choosing-bg.jpg);
  background-color: #172238;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* ANTERIOR
#navbartop {
  background-color: rgba(255, 255, 255, 0.8); /* Fondo de color con opacidad 
  box-shadow: none;  Opcional: sin sombra inicialmente 
}
*/


/* From Uiverse.io by elijahgummer */ 
.iniciojk {
  width: 100%;
  height: 100%;
  background: lightblue;
  position: relative;
  overflow: hidden;
}

.iniciojk::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, #020702  10%, transparent 20%),
    radial-gradient(circle, transparent 10%, #4f4f4f 20%);
  background-size: 30px 30px; 
  animation: moveBackground 8s linear infinite;
}

@keyframes moveBackground {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(20%, 20%);
  }
}




#navbartop {
  background-color: #fff;
  box-shadow: none; /* Opcional: sin sombra inicialmente */
}


/* Estilo al hacer scroll: cambia de color */
#navbartop.scrolled {
  /*background-color: rgba(33, 37, 41, 0.8);*/
  backdrop-filter: blur(9px) saturate(109%);
  -webkit-backdrop-filter: blur(9px) saturate(109%);
  background-color: rgba(10, 9, 9, 0.54);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 1); /* Opcional: agrega una sombra */
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  right: 0;
  left: auto;
}



.logoInt {
  margin-left: 15px;
}
.logoInt span {
  position: absolute;
  top: 30px;
  left: 85px;
}
.logoInt small {
  position: absolute;
  top: 15px;
  left: 85px;
}

.video-overlay {
  position: absolute;
  /*background-color: rgba(22, 34, 57, 0.85); */
  background-color: rgba(0, 0, 0, 0.5);  
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%; 
  padding-bottom: 20px;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}
#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}
.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 25%;
  margin-left: -50%;
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black;    
}

.main-banner .caption h2 { 
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black;    
}


@media (max-width: 767px) {
  .main-banner .caption h2 {
    font-size: 12vw; 
    margin-top: 15px;
    margin-bottom: 15px;
  }
}



.main-banner .caption h2 em {
  font-style: normal;
  color: var(--vino);
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .main-banner .caption {  
    top: 15%;    
  }
  .main-button{
    position:relative;
    margin-top: 0;
  }
 

}
/*** oferta ***/

section.oferta {
  /*background-image: url(../img/video-bgg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #172238;*/
  padding: 30px 0;
}

.oferta-item {
  transition: transform 0.3s ease;
  position: relative;
}
.oferta-item p {
  text-align: justify;
}
.oferta-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 2;
  transition: 0.7s;
}

.oferta-item:hover .oferta-overlay {
  height: 100%;
  opacity: 2;
}
/* banner */

.Notibanner {
  margin-bottom: 150px;
}

/* Video */

section.video {
  /*background-image: url(../img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #172238;*/    
  
}

section.video .left-content {
  color: #fff;
}

section.video .left-content span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

section.video .left-content h4 {
  margin-top: 20px;
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin-bottom: 20px;
}
section.video .left-content h4 em {
  font-style: normal;
  color: var(--vino);
}

section.video .left-content .main-button {
  margin-top: 30px;
}

.video-item {
  position: relative;
  width: 100%;
  max-width: 600px;

    
}

@media screen and (max-width: 767px) {
  section.video .left-content {
    margin-bottom: 45px;
    padding: 25px;
  }

  section.video .first-item .first-content h4,
  section.video .second-item .second-content h4 {
    text-align: center;
  }
}

.video-item figure {
  position: relative;
  width: 100%;
  font-size: 0;
}
.video-item figure img {
  width: 100%;
}
.video-item figure a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 60px;
  height: 60px;
  margin-top: -32.5px;
  margin-left: -32.5px;
  border-radius: 50%;
  background-color: var(--vino);
  z-index: 10;
}
.video-item figure a:after {
  content: "";
  position: absolute;
  bottom: 27.5px;
  right: 20px;
  margin-top: -12.5px;
  margin-left: -7px;
  border: solid 13px transparent;
  border-left: solid 20px;
  border-left-color: #fff;
  z-index: 10;
}
.video-item figure a:hover:before {
  background-color: #000;
}

.video-item .video-caption {
  position: absolute;
  z-index: 10;
  /*background-color: rgba(250, 250, 250, 0.75);*/
    backdrop-filter: blur(3px) saturate(109%);
    -webkit-backdrop-filter: blur(3px) saturate(109%);
    background-color: rgba(255, 255, 255, 0.54);
  height: 80px;
  width: 100%;
  padding: 27px 30px;
  bottom: 0;
}

.video-item .video-caption h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

#btn-Wsp {
  position: fixed;
  right: 50px; /* Ajusta la distancia desde el borde derecho */
  bottom: 20px; /* Ajusta la distancia desde el borde inferior, mejor con un valor fijo en px */
  z-index: 100; /* Asegura que el botón esté por encima de otros elementos */
}

#btn-Wsp {
  position: fixed;
  right: 50px; /* Ajusta la distancia desde el borde derecho */
  bottom: 20px; /* Ajusta la distancia desde el borde inferior */
  z-index: 100; /* Asegura que el botón esté por encima de otros elementos */
}

#btn-Wsp button {
  border-radius: 50%;
  background-color: #25d366; /* Fondo verde de WhatsApp */
  color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Añade una sombra sutil */
  transition: transform 0.3s ease;
  animation: bounce 1s ease infinite; /* Reemplaza "bounce" por el nombre de la animación y la duración */
}

#btn-Wsp button:hover {
  transform: scale(1.1); /* Aumenta el tamaño del botón al pasar el mouse */
}

#btn-Wsp i {
  vertical-align: middle; /* Ajusta la posición del icono */
}

/* Definir la animación de rebote */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0); /* Al inicio y final no hay desplazamiento */
  }
  50% {
    transform: translateY(-10px); /* El rebote sube a 10px */
  }
}

/* Contenedor del Swiper */
.swiper {
  width: 100%;
  margin: auto; /* Centra el slider */
}

/* Configuración de cada slide */
.swiper-slide {
  position: relative;
  overflow: visible !important; /* Permite que las imágenes crezcan fuera del slide */
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
  height: 80px; /* Ajusta la altura del slide según necesites */
}

/* Ajustes de las imágenes dentro del slider */
.swiper-slide img {
  height: auto;
  max-width: 100px; /* Tamaño base de la imagen */
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
  z-index: 10; /* Asegura que la imagen se muestre correctamente */
}

/* Aumenta el tamaño al hacer hover sin que se corte */
.swiper-slide img:hover {
  transform: scale(1.5);
  position: absolute; /* Evita que la imagen se recorte dentro del slide */
}

#notAdmision {
  margin: 0 auto;
  width: 300px;
  position: relative;
}
#notAdmision span {
  position: absolute;
  color: #fff;
  top: 60px;
  left: 50px;
}
#notAdmision small {
  position: absolute;
  color: #fff;
  top: 120px;
  left: 80px;
}
/* custom*/
.text-vino {
  color: var(--vino);
}
.bg-vino {
  background-color: var(--vino);
}
.btn-vino {
  background-color: var(--vino);
  color: #fff;
}
.btn-vino:hover {
  background-color: #600000;
  color: #fff;
}
.btn-outline-vino {
  background-color: transparent;
  border: 1px solid var(--vino);
  color: var(--vino);
}
.btn-outline-vino:hover {
  background-color: var(--vino);
  color: white;
}

/* Botones JR */
.btnjr {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  width: 100%; /* Asegura que el botón ocupe todo el ancho disponible */
  max-width: 300px; /* Limita el tamaño máximo del botón */
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  will-change: transform, box-shadow, border-color;
}

.btnjr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: #85051D;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: inherit;
}

.btnjr .bt-jr {
  position: relative;
  z-index: 2;
  color: white;
  mix-blend-mode: difference;
  text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.btnjr:hover {
  box-shadow: 0 0 12px #880000, 0 0 20px #00eeff66;
  border-color: #ffffff;
  transform: scale(1.02);
  color: white;    
}

.btnjr:hover::before {
  width: 100%;
  background: #ffffff;
}

.btnjr:hover .bt-jr {
  color: #ffffff;
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 768px) {
  .btnjr {
    font-size: 0.9rem; /* Reduce el tamaño del texto en pantallas pequeñas */
    padding: 12px 30px; /* Ajusta el padding para que se vea más equilibrado */
  }
}


/* bg mensaje inicio*/
.bg-iniciojr {
  backdrop-filter: blur(14px) saturate(77%);
  -webkit-backdrop-filter: blur(14px) saturate(77%);
  background-color: rgba(14, 14, 14, 0.63);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  position: relative;
  z-index: 0; /* Asegura que el fondo no quede por encima de otros elementos */
}

.bg-iniciojr:hover {
  -webkit-box-shadow: 0px 0px 89px 9px rgba(189, 189, 189, 0.31);
  -moz-box-shadow: 0px 0px 89px 9px rgba(189, 189, 189, 0.31);
  box-shadow: 0px 0px 89px 9px rgba(189, 189, 189, 0.31);
}

@media (max-width: 767px) {
    .bg-iniciojr {
        padding: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .btnjr {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}



::selection {
    background-color: #07070775;
}
        
    ::-webkit-scrollbar {
        width: 8px; 
}

    ::-webkit-scrollbar-track {
        background: #000; 
        border-radius: 0px;
}

    ::-webkit-scrollbar-thumb {
        background: white; 
        border-radius: 0px; 
        border: 2px solid #ccc; 
}

    ::-webkit-scrollbar-thumb:hover {
        background: #e0e0e0;
}

/* animacion de los div */
.ani1 {
  opacity: 0;
  transform: translateY(40px); 
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.ani1.visible {
  opacity: 1;
  transform: translateY(0);
}

/*mini zoom img*/
.miniz{
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.miniz:hover{
  transform: scale(1.05);
  box-shadow: 0 0 15px #fff, 0 0 30px #ffffff0d;
  transition: all 0.3s ease-in-out;
}

/* NavBar Items */
.nav-link{
    font-weight: bold;
}

.dropdown-item{
    font-weight: bold;
}

.text-icojk{
    color: #00eeff;
}

.text-icojk2{
    color: #F6296A;
}

.text-icojk3{
    color: #f6fe3c;
}

/*.rds:hover{
   background-color: white;
   transition: border-radius 0.6s ease;
}*/

/*Nuevas animaciones */
.nosotext{-webkit-animation:bnosotext 1.1s both;animation:nosotext 1.1s both}
.info{-webkit-animation:info .65s cubic-bezier(.23,1.000,.32,1.000) both;animation:info .65s cubic-bezier(.23,1.000,.32,1.000) both}

@-webkit-keyframes nosotext{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes nosotext{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}


@-webkit-keyframes info{0%{-webkit-transform:translateX(-1000px) rotate(-720deg);transform:translateX(-1000px) rotate(-720deg);-webkit-filter:blur(50px);filter:blur(50px);opacity:0}100%{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes info{0%{-webkit-transform:translateX(-1000px) rotate(-720deg);transform:translateX(-1000px) rotate(-720deg);-webkit-filter:blur(50px);filter:blur(50px);opacity:0}100%{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg);-webkit-filter:blur(0);filter:blur(0);opacity:1}}


/* Nuevo fondo de nosotros*/
@-webkit-keyframes body{0%{background:#151c4c}100%{background:#013758}}@keyframes body{0%{background:#013758}100%{background:#151c4c}}

/* Estilos para el preloader */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background-color, #fff);
  transition: opacity 1s ease-out, visibility 1s ease-out;
}

/* Ocultar el preloader suavemente */
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

/* From Uiverse.io by gustavofusco */ 
.pencil {
  display: block;
  width: 10em;
  height: 10em;
}

.pencil__body1,
.pencil__body2,
.pencil__body3,
.pencil__eraser,
.pencil__eraser-skew,
.pencil__point,
.pencil__rotate,
.pencil__stroke {
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pencil__body1,
.pencil__body2,
.pencil__body3 {
  transform: rotate(-90deg);
}

.pencil__body1 {
  animation-name: pencilBody1;
}

.pencil__body2 {
  animation-name: pencilBody2;
}

.pencil__body3 {
  animation-name: pencilBody3;
}

.pencil__eraser {
  animation-name: pencilEraser;
  transform: rotate(-90deg) translate(49px,0);
}

.pencil__eraser-skew {
  animation-name: pencilEraserSkew;
  animation-timing-function: ease-in-out;
}

.pencil__point {
  animation-name: pencilPoint;
  transform: rotate(-90deg) translate(49px,-30px);
}

.pencil__rotate {
  animation-name: pencilRotate;
}

.pencil__stroke {
  animation-name: pencilStroke;
  transform: translate(100px,100px) rotate(-113deg);
}

/* Animations */
@keyframes pencilBody1 {
  from,
	to {
    stroke-dashoffset: 351.86;
    transform: rotate(-90deg);
  }

  50% {
    stroke-dashoffset: 150.8;
 /* 3/8 of diameter */
    transform: rotate(-225deg);
  }
}

@keyframes pencilBody2 {
  from,
	to {
    stroke-dashoffset: 406.84;
    transform: rotate(-90deg);
  }

  50% {
    stroke-dashoffset: 174.36;
    transform: rotate(-225deg);
  }
}

@keyframes pencilBody3 {
  from,
	to {
    stroke-dashoffset: 296.88;
    transform: rotate(-90deg);
  }

  50% {
    stroke-dashoffset: 127.23;
    transform: rotate(-225deg);
  }
}

@keyframes pencilEraser {
  from,
	to {
    transform: rotate(-45deg) translate(49px,0);
  }

  50% {
    transform: rotate(0deg) translate(49px,0);
  }
}

@keyframes pencilEraserSkew {
  from,
	32.5%,
	67.5%,
	to {
    transform: skewX(0);
  }

  35%,
	65% {
    transform: skewX(-4deg);
  }

  37.5%, 
	62.5% {
    transform: skewX(8deg);
  }

  40%,
	45%,
	50%,
	55%,
	60% {
    transform: skewX(-15deg);
  }

  42.5%,
	47.5%,
	52.5%,
	57.5% {
    transform: skewX(15deg);
  }
}

@keyframes pencilPoint {
  from,
	to {
    transform: rotate(-90deg) translate(49px,-30px);
  }

  50% {
    transform: rotate(-225deg) translate(49px,-30px);
  }
}

@keyframes pencilRotate {
  from {
    transform: translate(100px,100px) rotate(0);
  }

  to {
    transform: translate(100px,100px) rotate(720deg);
  }
}

@keyframes pencilStroke {
  from {
    stroke-dashoffset: 439.82;
    transform: translate(100px,100px) rotate(-113deg);
  }

  50% {
    stroke-dashoffset: 164.93;
    transform: translate(100px,100px) rotate(-113deg);
  }

  75%,
	to {
    stroke-dashoffset: 439.82;
    transform: translate(100px,100px) rotate(112deg);
  }
}

.nuestra {
  border-radius: 12px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
  font-size: 16px;
  text-align: justify;    
}

.nuestra::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: left 0.4s ease;
  z-index: -1;
}

.nuestra:hover::before {
  left: 0;
}

/* Redes Sociales */ 
ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 20%;
  color: #4d4d4d;
  background-color: #ffff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 50%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}
.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
  background-color: #1db954;
}
.example-2 .icon-content a[data-social="tiktok"] .filled,
.example-2 .icon-content a[data-social="tiktok"] ~ .tooltip {
  background-color: #000000;
}
.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
  background-color: #0088cc;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background-color: #ea4c89;
}

.redesjk{
    
}

.cuadrofd {
  width: 100%;
  height: 100%;
  --s: 200px;
  --c1: #1d1d1d;
  --c2: #4e4f51;
  --c3: #3c3c3c;

  background: repeating-conic-gradient(
        from 30deg,
        #0000 0 120deg,
        var(--c3) 0 180deg
      )
      calc(0.5 * var(--s)) calc(0.5 * var(--s) * 0.577),
    repeating-conic-gradient(
      from 30deg,
      var(--c1) 0 60deg,
      var(--c2) 0 120deg,
      var(--c3) 0 180deg
    );
  background-size: var(--s) calc(var(--s) * 0.577);
}

.bgcar{
  color: #fff;
  /*background: #07182E;*/ 
    
    
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
}

.bgcar h5 {
  z-index: 1;
  color: white;
}

.bgcar .text-center {
  padding-top: 10px; 
  z-index: 1;
}

.bgcar .fs-5 {
  font-size: 1.2rem;
  margin-bottom: 10px; 
  z-index: 1;
}

.bgcar img {
  width: 100%;
  height: auto;
  border-radius: 8px; 
  margin-bottom: 15px;
  z-index: 1;
}

.bgcar .oferta-overlay {
    z-index: 1;
}

.bgcar p {
  font-size: 1rem;
  color: #fff; 
  line-height: 1.5;
  z-index: 1;
}

.bgcar::before {
  content: '';
  position: absolute;
  width: 100px;
  background-image: linear-gradient(180deg, rgb(136, 0, 0), rgb(251, 251, 251));
  height: 130%;
  animation: rotBGimg 3s linear infinite;
  transition: all 0.2s linear;
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.bgcar::after {
  content: '';
  position: absolute;
  background: #07182E;
  ;
  inset: 5px;
  border-radius: 15px;
} 


/* From Uiverse.io by adamgiebl */ 
.cssbuttons-io {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  border-radius: 0.8em;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #370000, #bf0000);
  color: ghostwhite;
  overflow: hidden;
}

.cssbuttons-io svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.cssbuttons-io span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.2em 0.8em 1.05em;
}

.cssbuttons-io::before,
.cssbuttons-io::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cssbuttons-io::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.cssbuttons-io:hover::before {
  transform: translate3d(100%, 0, 0);
}

.cssbuttons-io:active {
  transform: scale(0.95);
}

.satura{ /* filtro */
    filter: saturate(1.5);
}

.lab{
    filter: saturate(1.5);
    border-radius:78% 22% 94% 6% / 30% 69% 31% 70%; 
    transition: border-radius 0.6s ease; /*ani*/
    
}
.lab:hover{
    border-radius:36% 26% 42% 23% / 18% 38% 22% 48%;
    -webkit-box-shadow:0px 0px 77px 12px rgba(45,255,196,0.6);
    -moz-box-shadow: 0px 0px 77px 12px rgba(45,255,196,0.6);
    box-shadow: 0px 0px 77px 12px rgba(45,255,196,0.6);
}

.infsec {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    #3498db,
    #2ecc71
  ); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  border-radius: 10px; 
  position: relative;
  overflow: hidden;
}

.infsec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    ),
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none; 
}

.cardinf {
  width: 100%; /* Esto hará que la tarjeta ocupe todo el ancho disponible */
  max-width: 530px; /* Limita el ancho máximo para pantallas grandes */
  height: auto; /* Deja que la altura se ajuste al contenido */
  background: rgb(87,114,156);
  background: linear-gradient(32deg, rgba(87,114,156,1) 0%, rgba(0,65,65,1) 100%);
  border-radius: 8px;
  color: white;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  cursor: pointer;
  border-radius: 91% 9% 90% 10% / 12% 85% 15% 88%;
  transition: border-radius 0.6s ease;
}

.cardinf-content {
  padding: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.cardinf-content .cardinf-title {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

.cardinf-content .cardinf-para {
  color: inherit;
  opacity: 0.8;
  font-size: 16px;
  text-align: justify;
}

.cardinf:hover {
  transform: rotateY(10deg) rotateX(10deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: rgb(113,87,156);
  background: linear-gradient(32deg, rgba(113,87,156,1) 0%, rgba(1,49,111,1) 100%);
  border-radius: 10% 10% 10% 10% / 25% 24% 23% 24%;
  -webkit-box-shadow:0px 0px 105px 8px rgba(240,240,240,0.5);
  -moz-box-shadow: 0px 0px 105px 8px rgba(240,240,240,0.5);
  box-shadow: 0px 0px 105px 8px rgba(240,240,240,0.5);
}

.cardinf:before,
.cardinf:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 1;
}

.cardinf:hover:before {
  transform: translateX(-100%);
}

.cardinf:hover:after {
  transform: translateX(100%);
}


.icon-hover-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.icono-1 {
  font-size: 70px;
  color: #0847c6;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icono-2 {
  font-size: 70px;
  color: #07bb4c;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icono-3 {
  font-size: 70px;
  color: #b70404;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icono-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  filter: saturate(1.5);
}

.icon-hover-container:hover .icono-grande {
  opacity: 0;
}

.icon-hover-container:hover .icono-img {
  opacity: 1;
}

.infcd{
    padding: 15px; 
    text-align: justify;
    border-radius: 10px;
}

.infcd1:hover{
    background-color: #fff;
    color: #000;
    -webkit-box-shadow:0px 0px 81px 2px rgba(8,71,198,0.29);
    -moz-box-shadow: 0px 0px 81px 2px rgba(8,71,198,0.29);
    box-shadow: 0px 0px 81px 2px rgba(8,71,198,0.29);
}
.infcd2:hover{
    background-color: #fff;
    color: #000;
    -webkit-box-shadow:0px 0px 81px 2px rgba(7,187,76,0.29);
    -moz-box-shadow: 0px 0px 81px 2px rgba(7,187,76,0.29);
    box-shadow: 0px 0px 81px 2px rgba(7,187,76,0.29);
}
.infcd3:hover{
    background-color: #fff;
    color: #000;
    -webkit-box-shadow:0px 0px 81px 2px rgba(183,4,4,0.29);
    -moz-box-shadow: 0px 0px 81px 2px rgba(183,4,4,0.29);
    box-shadow: 0px 0px 81px 2px rgba(183,4,4,0.29);
}

.inffd2 {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  background-image: linear-gradient(
      90deg,
      transparent 50px,
      #ffb4b8 50px,
      #ffb4b8 52px,
      transparent 52px
    ),
    linear-gradient(#e1e1e1 0.1em, transparent 0.1em);
  background-size: 100% 30px;
}

.proyectosinf {
  width: 100%; /* Cambiar para que ocupe todo el espacio disponible */
  max-width: 550px; /* Esto limita el ancho máximo en pantallas grandes */
  padding: 20px;
  border: 1px solid #0d1117;
  border-radius: 10px;
  background: rgba( 4, 4, 28, 0.7 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 2px );
  -webkit-backdrop-filter: blur( 2px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  position: relative;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

.proyectosinf:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.mac-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.mac-header span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.mac-header .red {
  background-color: #ff5f57;
}

.mac-header .yellow {
  background-color: #ffbd2e;
}

.mac-header .green {
  background-color: #28c941;
}

.proyectosinf-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #e6e6ef;
}

.proyectosinf .proyectosinf-tag {
  display: inline-block;
  font-size: 10px;
  border-radius: 5px;
  background-color: #0d1117;
  padding: 4px;
  margin-block-end: 12px;
  color: #dcdcdc;
}

.code-editor {
  background-color: #0d1117;
  color: #dcdcdc;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    monospace;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 15px;
  overflow: auto;
  height: 150px;
  border: 1px solid #333;
}

.code-editor2{
  color:aqua;
}

.code-editor::-webkit-scrollbar {
  width: 8px;
}

.code-editor::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}

.code-editor pre code {
  white-space: pre-wrap;
  display: block;
}

  .group {
    height: 300px;
    position: relative;
  }

  .group img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .mapa {
    background-color: rgba(0, 0, 0, 0.0);
    opacity: 0;
    z-index: 2;
    transition: background-color 0.4s ease, opacity 0.4s ease;
  }

  .group:hover .mapa {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }

  @media (max-width: 767.98px) {
    .group {
      height: 250px; 
    }

    .mapa {
      background-color: rgba(0, 0, 0, 0.6) !important;
      opacity: 1 !important;
      text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black; 
    }
  }

  .mapa h3,
  .mapa p {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  }



.venue-gallery {
  position: relative;
  overflow: hidden;
  border-radius: 10px;  
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  
  margin-bottom: 20px;  
}

.gallery-image {
  width: 100%;
  height: 250px; 
  object-fit: cover;  
  border-radius: 10px;  
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.venue-gallery:hover .gallery-image {
  transform: scale(1.05);  
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); 
}

.row.g-0 {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-4, .col-md-4, .col-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.galeinf:hover{
-webkit-box-shadow:0px 0px 47px 8px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 0px 47px 8px rgba(0,0,0,0.49);
box-shadow: 0px 0px 47px 8px rgba(0,0,0,0.49);
}

@media (max-width: 767px) {
  .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}



/* tarjetas */
    .grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .insticard {
      position: relative;
      display: flex;
      align-items: stretch;
      justify-content: center;
      width: calc(33.333% - 20px);
      padding: 2px;
      border-radius: 24px;
      overflow: hidden;
      line-height: 1.6;
      transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
      background: #ffffff;
          
    }

    .insticard::before {
      content: "";
      position: absolute;
      top: -10%;
      left: -10%;
      right: -10%;
      bottom: -10%;
      border-radius: inherit;
      background: linear-gradient(to right, 
      #880000 0%, 
      #008800 50%, 
      #7f7f7f 80%,
      #000088 100%);
      z-index: -1;
      opacity: 0.3;
      transform: scale(1);
      animation: moving 4.8s linear infinite paused;
      transition: all 0.88s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .insticard:hover::before {
      animation-play-state: running;
      opacity: 1;
      transform: scale(1.05);
    }

    .insticard:hover {
      box-shadow: 0 6px 13px rgba(10, 60, 255, 0.1),
                  0 24px 24px rgba(10, 60, 255, 0.09),
                  0 55px 33px rgba(10, 60, 255, 0.05),
                  0 97px 39px rgba(10, 60, 255, 0.01),
                  0 152px 43px rgba(10, 60, 255, 0);
      scale: 1.0;
      color: #000;

    }

    .insticonte {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      padding: 34px;
      border-radius: 22px;
      color: #ffffff;
      background: #ffffff;
      width: 100%;
      box-sizing: border-box;
      word-wrap: break-word;
      transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .insticard:hover .insticonte .instiheaded,
    .insticard:hover .insticonte .parainsti {
      color: #000000;
    }

    .instiheaded {
      font-weight: 700;
      font-size: 20px;
      line-height: 1.3;
      z-index: 1;
      transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
      color: black;
    }

    .parainsti {
      z-index: 1;
      opacity: 0.8;
      font-size: 18px;
      transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
      color: black;
      text-align: justify;
    }

    @keyframes moving {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

    @media (max-width: 768px) {
      .insticard {
        width: calc(50% - 20px);
      }
    }

    @media (max-width: 480px) {
      .insticard {
        width: 100%;
      }
    }
.fotito{
    border: 1px solid #0d1117;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
}


.minisioncard {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 32px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  min-height: 300px; 
}

.contenidomision {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  color: #e8e8e8;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 2; 
  padding: 10px; 
}

.headmision {
  color: black;
}

.paramision {
  color: black;
  font-size: 19px;
}

.contenidomision .headmision {
  font-weight: 700;
  font-size: 32px;
}

.contenidomision .paramision {
  line-height: 1.5;
}

.minisioncard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5%; 
  background: rgb(47,2,2);
  background: linear-gradient(267deg, rgba(47,2,2,0.9976365546218487) 35%, rgba(208,6,6,1) 100%);
  z-index: 1; 
  transition: height 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.minisioncard:hover::before {
  height: 100%; 
}

.minisioncard:hover {
  box-shadow: none;  
}

.minisioncard:hover .headmision,
.minisioncard:hover .paramision {
  color: #ffffff; 
}

@media (max-width: 768px) {
  .minisioncard {
    padding: 20px; 
    min-height: auto;
  }

  .row {
    display: flex;
    flex-direction: column; 
    gap: 20px; 
  }

  .col-6 {
    width: 100%; 
  }

  .paramision {
    font-size: 16px; 
  }

  .col-6 img {
    margin-top: 20px;
  }

  .minisioncard {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .minisioncard {
    padding: 15px; 
    min-height: auto;
  }

  .paramision {
    font-size: 14px; 
  }

  .contenidomision .headmision {
    font-size: 24px; 
  }

  .row {
    gap: 30px; 
  }
  .col-6 img {
    margin-top: 30px; 
  }
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    cursor: zoom-in;
    overflow: hidden;
}

.popup-img {
    max-width: none;
    max-height: 90vh;
    object-fit: contain;
    transition: transform 0.3s ease;
    transform: scale(1);
    user-select: none;
    pointer-events: none;
}

.cardme {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 300px;
  margin: auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #191c29;
  color: #fff;
  text-align: center;
  overflow: hidden; 
}

.cardme h5 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  z-index: 10;
  position: relative;
}

.cardme p {
  font-size: 1rem;
  line-height: 1.5;
  z-index: 10;
  position: relative;
}


.meccard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #191c29;
  z-index: 1;
}


.cardme{
  border: 10px solid transparent;
background: #880000;
background: linear-gradient(90deg, rgba(136, 0, 0, 1) 0%, rgba(127, 127, 127, 1) 49%, rgba(179, 0, 0, 1) 100%);
    border-radius: 10px;
}

.cardme2:hover {
-webkit-box-shadow:0px 0px 36px 4px rgba(45,255,196,0.46);
-moz-box-shadow: 0px 0px 36px 4px rgba(45,255,196,0.46);
box-shadow: 0px 0px 36px 4px rgba(45,255,196,0.46);
background: #2A7B9B;
background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
border-radius: 10px;
}


.points_wrapper {
  position: absolute;
  overflow: hidden;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 12px;
  pointer-events: none;
  z-index: 80;
}

.points_wrapper .point {
  --sz-point: 4px;
  top: -8px;
  position: absolute;
  animation: floating-points infinite ease-in-out;
  pointer-events: none;
  width: var(--sz-point);
  height: var(--sz-point);
  background-color: #5ddcff;
  border-radius: 9999px;
}

@keyframes floating-points {
  0% {
    transform: translate(0, 0);
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(257px, 228px); 
  }
}

.points_wrapper .point:nth-child(1) {
  left: 10%;
  opacity: 1;
  animation-duration: 2.35s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(2) {
  left: 30%;
  opacity: 0.7;
  animation-duration: 2.5s;
  animation-delay: 0.5s;
}
.points_wrapper .point:nth-child(3) {
  left: 25%;
  opacity: 0.8;
  animation-duration: 2.2s;
  animation-delay: 0.1s;
}
.points_wrapper .point:nth-child(4) {
  left: 44%;
  opacity: 0.6;
  animation-duration: 2.05s;
}
.points_wrapper .point:nth-child(5) {
  left: 50%;
  opacity: 1;
  animation-duration: 1.9s;
}
.points_wrapper .point:nth-child(6) {
  left: 75%;
  opacity: 0.5;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}
.points_wrapper .point:nth-child(7) {
  left: 88%;
  opacity: 0.9;
  animation-duration: 2.2s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(8) {
  left: 58%;
  opacity: 0.8;
  animation-duration: 2.25s;
  animation-delay: 0.2s;
}
.points_wrapper .point:nth-child(9) {
  left: 98%;
  opacity: 0.6;
  animation-duration: 2.6s;
  animation-delay: 0.1s;
}
.points_wrapper .point:nth-child(10) {
  left: 65%;
  opacity: 1;
  animation-duration: 2.5s;
  animation-delay: 0.2s;
}


@media (max-width: 768px) {
  .cardme {
    height: auto;
    padding: 1rem;
  }

  .cardme h5 {
    font-size: 1.2rem;
  }

  .cardme p {
    font-size: 0.95rem;
  }
}



  .img-movida {
    width: 70%;
    transform: translateX(-20px);
    transition: transform 0.3s ease, width 0.3s ease;
  }

  @media (max-width: 768px) {
    .img-movida {
      transform: translateX(0);   
      width: 80%;              
    }
  }




