@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Nunito:wght@400;600&display=swap');
body {
  font-family: 'Nunito', sans-serif;
  /*background: linear-gradient(135deg, #fff3e6, #fff4c2); */
  background: linear-gradient(135deg, white); /* degradado suave beige-crema */
  margin: 0;
  padding: 0;
  text-align: center;
  min-height: 100vh;
}



body {
  font-family: 'Nunito', sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

@font-face{
	font-family:'OurFont';
	src:url('../filesCss/fonts/Playlist Script.woff');
}@font-face{
	font-family:'FontIngreList';
	src:url('../filesCss/fonts/OpenSans-LightItalic.ttf');
}@font-face{
	font-family:'FontApart';
	src:url('../filesCss/fonts/OpenSans-BoldItalic.ttf');
}@font-face{
	font-family:'poppinsRegular';
	src:url('../filesCss/fonts/Poppins-Regular.ttf');
}@font-face{
	font-family:'poppinsExtraBold';
	src:url("../filesCss/fonts/Poppins-ExtraBold.ttf")
}@font-face{
	font-family:'poppinsExtraBoldItalic';
	src:url('../filesCss/fonts/Poppins-ExtraBoldItalic.ttf');
}@font-face{
	font-family:'poppinsSemiBold';
	src:url('../filesCss/fonts/Poppins-SemiBold.ttf');
}@font-face{
	font-family:'poppinsLight';
	src:url('../filesCss/fonts/Poppins-Light.ttf');
}
.nvgBar{
  position: sticky;
  top: 55px;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.dvLog{
  width: 100%;
  height: 30px;
  text-align: left;
}
.plnAppt{
  /*width: 290px;*/
  max-width: 290px;
  height: auto;
}
/*
.footerplnAppt{
  position: relative;
  left: -50px;
  top: 10px;
  width: 370px;
  height: 120px;
}*/
.footerplnAppt {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
    }
.dynamicTextCard{
    width: 240px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
    text-align: center;
  }
  .dynamicTextCard:hover{
    overflow: visible; 
    animation: 3s linear 0s infinite alternate move;
  }
  .dynamicTextCardShpLst{
     width: 155px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
    text-align: center;
  }
  .dynamicTextCardShpLst:hover{
    overflow: visible; 
    animation: 3s linear 0s infinite alternate move;
  }
  .dynamicTextCardNvlRcp{
    width: 190px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
    text-align: center;
  }
  .dynamicTextCardNvlRcp:hover{
    overflow: visible; 
    animation: 3s linear 0s infinite alternate move;
  }
  .dynamicTextCardTipTrick{
    width: 140px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
    text-align: center;
  }
  .dynamicTextCardTipTrick:hover{
    overflow: visible; 
    animation: 3s linear 0s infinite alternate move;
  }
  @keyframes move {
    0%,
    25% {
      transform: translateX(0%);
      left: 0%;
    }
    75%,
    100% {
      transform: translateX(-150%);
      left: 100%;
    }
    }
.footer-bottom {
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: #b8b8b8;
            font-size: 17px;
            position: relative;
            z-index: 2;
        }

.dvHi{
  margin-top: -40px;
  text-align: right;
  animation-duration:2s;
  animation-name: dwnToUp;
}
.mnTxtA{
  font-family:'poppinsLight';
  font-size: 24px;
}
.dvMnTxt{
  padding: 40px 30px 30px 30px;
  text-align: center;
}
.mnTxtB{
  font-family:'poppinsSemiBold';
  font-size: 34px;
  color: #2888AA;
}
.dvVwPlns{
  display: none;
  text-align: left;
}
.plns{  
    font-size: 17px;
    color:#7f4d02;
    padding: 9px 11px 9px 11px ;
    border-radius: 25px;
}
.plns:hover{
cursor: pointer;
color: rgb(125, 125, 125);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
}

.roboto {
 font-family:'poppinsSemiBold';
  color: #2888AA;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #4A4A4A;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #D46A92;
  margin-bottom: 40px;
}
/* Old
.card-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 20px;
}
.card-container::-webkit-scrollbar {
            height: 8px;
        }
        .card-container::-webkit-scrollbar-track {
            background: #ecf0f1;
            border-radius: 4px;
        }
        .card-container::-webkit-scrollbar-thumb {
            background: #4888aa;
            border-radius: 4px;
        }
        */
/* Tarjetas principales */
    .card-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding-bottom: 20px;
      overflow-x: auto;
    }


/* OLD
.card-link {
  text-decoration: none;
  color: inherit;
}

.card {
  flex: 0 0 auto;
  width: 290px;
  height: 410px;
  padding: 20px;
  border: 3px solid #ccc;
  border-radius: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .card:hover{
    box-shadow: 2px 7px 10px #888888;
  }*/
/* Contenedor de la pantalla de bienvenida */
#contenido-principal {
            display: none; /* Oculto por defecto */
}
        #pantalla-inicio {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff; /* Color de fondo */
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 1s ease-in-out;
            opacity: 1;
        }
        .txtBvnd{
           max-width: 80%; /* La imagen no superará el 80% del ancho del contenedor */
            max-height: 80%; /* La imagen no superará el 80% de la altura del contenedor */
            object-fit: contain; /* Asegura que la imagen se ajuste sin distorsionarse */
            animation: pulse 2s infinite;
        }
        /* Animación para el efecto de pulso */
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }

  .card {
      width: 100%;
      max-width: 290px;
      height: auto;
      min-height: 280px;
      padding: 20px;
      border: 3px solid #4888AA;
      border-radius: 25px;
      background-color: var(--white);
      display: flex;
      flex-direction: column;
      align-items: center;
      box-shadow: var(--shadow);
      transition: var(--transition);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
    
    .card:hover {
      cursor: pointer;
      transform: translateY(-5px);
       border: 4px solid #4888AA;
      transform: scale(1.07);
  box-shadow: 2px 7px 10px #888888;
    }

.txtFsPrb{
  font-family:'poppinsSemiBold';
  font-size: 14px;
  color: #f2a333;
}
  .dvBx1{
    animation: div-animation-Left-To-Right 1000ms ease-in;
    animation-fill-mode: forwards;
  }
  .dvBx2{
    animation: div-animation-Left-To-Right 1500ms ease-in;
    animation-fill-mode: forwards;
  }
  .dvBx3{
    animation: div-animation-Left-To-Right 1800ms ease-in;
    animation-fill-mode: forwards;
  }
  .dvBx4{
    animation: moveLeftToRight 2000ms ease-in;
    animation-fill-mode: forwards;
  }
  .dvBx5{
    animation: moveLeftToRight 2100ms ease-in;
    animation-fill-mode: forwards;
  }
  .dvBx6{
    animation: moveLeftToRight 2200ms ease-in;
    animation-fill-mode: forwards;
  }
  .dvBx7{
    animation: moveLeftToRight 2400ms ease-in;
    animation-fill-mode: forwards;
  }
  @keyframes div-animation-Left-To-Right{
  0%{
    transform: translateY(-50%);
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}
.animUpToDwn{
  animation-duration:2s;
  animation-name: uptToDwn;
}
@keyframes uptToDwn {
  from {
    opacity: .5;
    transform: translateY(30%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.animdnwToUp{
  animation-duration:2s;
  animation-name: dwnToUp;
}
@keyframes dwnToUp {
  from {
    opacity: .5;
    transform: translateY(-40%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

.animCen{
  animation-duration:5s;
  animation-name: frntToBck;
}
@keyframes frntToBck {
  from {
    opacity: .5;
    transform: scale(0.5)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}
.animCatg{
  animation-duration:4s;
  animation-name: frmLftToRghtAnim;
  opacity: 1;
}
@keyframes frmLftToRghtAnim {
  from {
    opacity: .5;
    transform: translateX(10%);
  }

  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes moveLeftToRight{
  0%{
    transform: translateX(-50%);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
    opacity: 1;
  }
}

.card img {
  width: 220px;
  /*max-width: 100%;*/
  max-width: 220px;
  height: 170PX;
  margin-bottom: 5px;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

.card img:hover {
  transform: scale(1.10);
  cursor: pointer;
}

.card .txtCrd {
  font-family:'poppinsSemiBold';
  font-size: 24px;
  color: #4A4A4A;
  margin: 0px 0 5px;
}

.card .dscpCrd {
  font-family:'poppinsLight';
  font-size: 17px;
  color: #777777;
  margin: 0;
  padding: 0;
}

.rojo {
  color: red;
}

.volver {
  margin-top: 40px;
}

.btn-volver {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F48FB1;
  color: #4A4A4A;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.btn-volver:hover {
  background-color: #EC407A;
}

.continuar {
  margin-top: 40px;
  text-align: center;
}

.btn-volver {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F48FB1;
  color: #4A4A4A;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.btn-volver:hover {
  background-color: #EC407A;
}
/* CENTRADO DE LA PÁGINA */
.page {
  display: flex;
  flex-direction: column;
  justify-content: center; /* centrado vertical */
  align-items: center;     /* centrado horizontal */
  min-height: 100vh;
  padding: 2rem;
}

/* CONTENEDOR DE CHECKBOXES */
fieldset.input-field {
  max-width: 400px;
  width: 100%;
  text-align: left; /* Alineación del texto */
  border: none;
  margin: 1rem 0;
  padding: 0;
}

/* ETIQUETAS Y CHECKBOXES */
.input-field label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.input-field input[type="checkbox"] {
  transform: translateY(1px);
}


 /* Barra de navegación inferior */
        .bottom-nav {
            position: absolute;
            top: -50px;
            left: 50%; /* Lo mueve al 50% del ancho de la pantalla */
            transform: translateX(-50%); /* Lo centra correctamente */
            width: 410px;
            height: 51px;
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(5px);
            /*border-top: 3px solid rgba(255, 255, 255, 0.3);*/
            border: 1px solid #4888AA;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 0 0px;
            z-index: 1000;
            border-radius: 25px;
            font-family:'poppinsLight';
            box-shadow: 2px 2px 7px #888888;
            animation: div-animation-dynamicIsland 2400ms;
        }
        @keyframes div-animation-dynamicIsland{
          0%{
            opacity: 0.5;
            font-size: 4px;
            width: 50px;
          }
          50%{
          
            opacity: 0.7;
            font-size: 34px;
            width: 450px;
          }
          100%{
            opacity: 1;
            font-size: 27px;
            width: 410px;
          }

        }
        .nav-btn {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #C7C7C7;
            text-decoration: none;
            padding: 9px 12px;
            /*border-radius: 15px;
            border-top: 2px solid #C7C7C7;
            border-bottom: 2px solid #C7C7C7;
            border-left: 2px solid #C7C7C7;
            border-right: 2px solid #C7C7C7;;*/
            transition: all 0.3s ease;
            position: relative;
            margin-bottom: 2px;
        }
        .txtBtns{
          opacity: 0;
          font-family:'poppinsLight';
          position: absolute;
          top: 61px;
          color: #4888AA;
          font-size: 17px;
          transition: all 0.3s ease;
        }
        .nav-btn:hover .txtBtns{
          opacity: 1;
        }
        .nav-btn i {
            font-size: 30px;
            margin-bottom: 3px;
        }
        .nav-btn span {
            font-size: 14px;
            font-weight: 500;
        }
        .nav-btn.active {
            background: #2888AA;
            color: white;
            border-radius: 25px;
            border-top: 2px solid #2888AA;
            border-bottom: 2px solid #2888AA;
            border-left: 2px solid #2888AA;
            border-right: 2px solid #2888AA;
        }
        .nav-btn:hover {
            background: #2888AA;
            color: white;
            border-radius: 25px;
            border-top: 2px solid #2888AA;
            border-bottom: 2px solid #2888AA;
            border-left: 2px solid #2888AA;
            border-right: 2px solid #2888AA;
             box-shadow: 2px 7px 10px #888888;
        }
        /* Efecto de notificación */
        .badge {
            position: absolute;
            top: -5px;
            right: -5px;
            background: #2888AA;
            color: white;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 10px;
            font-weight: bold;
            opacity: 0;
        }
        /* Menú desplegable */
        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
            z-index: 999;
            display: none;
            flex-direction: column;
            padding: 20px;
            overflow-y: auto;
        }
        .menu-content {
            width: auto;
            position: fixed;
            top: 10%;
            left: 67%; /* Lo mueve al 50% del ancho de la pantalla */
            transform: translateX(-70%); /* Lo centra correctamente */
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(15px);
            border-radius: 20px;
            padding: 20px;
            margin-top: auto;
            animation: slideUpShw 4s ease;
        }
        .slideUpShw{
          animation: slideUpShw 4s ease;
        }
        @keyframes slideUpShw {
            from {  opacity: 0; }
            to { opacity: 1; }
        }
        .menu-item {
            padding: 15px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
        }
        .menu-item:hover{
          cursor: pointer;
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.1);
        }
        .menu-item i {
            margin-right: 15px;
            color: #4888AA;
            font-size: 20px;
        }
        .txtMnItm{
          font-family:'poppinsLight';
          font-size: 17px;
        }


        /* Barra de búsqueda */
        .search-bar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgba(255, 255, 255, 0.9);
            padding: 15px;
            z-index: 1001;
            display: none;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .search-input {
            width: 100%;
            padding: 12px 15px;
            border-radius: 30px;
            border: none;
            background: rgba(0, 0, 0, 0.05);
            font-size: 16px;
            outline: none;
        }

        /***log in**/
    .modalMainLogIn{
   position: fixed;
      inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; */
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 999999999999999999999999999999;
      
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(77, 77, 77); /* Fallback color */
    animation-name: loadModal;
    animation-duration: 0.3s;
  }
  @keyframes loadModal {
    0% {
      opacity: 0;
      transform: translateZ(70%);
    } 100% {
      opacity: 1;
      transform: translateZ(0%);
    }
  }
  form {
     /*position: fixed;
     inset: 0;
      align-items: center;
      justify-content: center;*/
    width: 400px;
    height: 550px;
    margin: 2% auto;
    border-radius: 30px;
    padding: 10px 15px;
    background-color: white;
    box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    /*background: url("../../folder/img/bkLogin.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 99% 100%;*/
  }
  .dvAmgImg{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 34px;
  }
  
  #imgAmbgLog{
    border-radius: 25px;
    width: 100%;
  }
  .divEml{
    margin-left: 7%;
    margin-right: 7%;
  }
  #loginEmail{
    background-color: white;
    text-align: center;
    width:96%;
    height: 20px;
    font-size: 17px;
    padding: 7px;
    outline: none;
    border: 1px solid #2888AA;
    border-radius: 12px;
    background-image: url("../../folder/img/Correo.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 1% 45%;
    font-family:'poppinsLight';
  }
  #loginEmail:focus{
    background-image: url("../../folder/img/Correo.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 1% 45%;
    outline: none;
  }
  #loginEmail:active{
    background-image: url("../../folder/img/Correo.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 1% 45%;
    outline: none;
  }
  .divPass{
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 3%;
  }
  #loginPassword{
    text-align: center;
    width: 96%;
    padding: 7px;
    height: 20px;
    font-size: 17px;
    border: 1px solid #2888AA;
    border-radius: 12px;
    background-image: url("../../folder/img/Contraseña.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 1% 45%;
  }
  .dvShwPs{
    text-align: left;
    margin-top: 4%;
  }
  .txBxPss{
    margin-left: 7%;
  }
  .txBxPss:hover{
    cursor: pointer;
  }
  .txtRcvPw{
    margin-left: 7%;
    font-size: px;
    font-family:'poppinsLight';
    text-decoration: underline;
  }
  .txtRcvPw:hover{
    cursor: pointer;
    color: #2888AA;
  }
  .dvLgBtn{
    text-align: center;
  }
  .dvGl{
    text-align: center;
    margin-top: 4%;
  }
  .btnRgst{
    padding: 7px 55px 7px 55px;
    color: white;
    background-color: #2888AA;
    font-size: 17px;
    font-family: 'poppinsRegular';
    margin: 30px 0px 0px;
    text-align: center;
    border: 0.5px solid #2888AA;
    border-radius: 20px;
    font-family:'poppinsLight';
  }
  .btnRgst:hover{
    cursor:pointer;
    transform: scale(1.02);
    background-color: #2888AA;
    box-shadow: 5px 5px 5px #C7C7C7;
    opacity: 0.9;
  }
   button {
    padding: 18px 20px;
    color: white;
    background-color: #2888AA;
    font-size: 1rem;
    font-family: 'poppinsRegular';
    margin: 30px 0px 0px;
    width: 50%;
    height: auto;
    padding: 20px;
    text-align: center;
    line-height: 0px;
    border: 0.5px solid #2888AA;
    border-radius: 20px;
  }
  
  button:hover{
    cursor:pointer;
    transform: scale(1.02);
    background-color: #2888AA;
    box-shadow: 5px 5px 5px #C7C7C7;
    opacity: 0.9;
  }


  
/*         Notificaciones   */

        .notification {
            position: fixed;
            max-width: 350px;
            width: 90%;
            padding: 18px 25px;
            border-radius: 12px;
            /*background: linear-gradient(135deg, #4888AA, #4888AA);*/
            background: #4888aa;
            color: white;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
            display: flex;
            align-items: center;
            justify-content: space-between;
            z-index: 1000;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            pointer-events: none;
        }
        
        .notification.center {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.8);
        }
        
        .notification.bottom {
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%) translateY(20px);
        }
        
        .notification.show {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
            pointer-events: all;
        }
        
        .notification.bottom.show {
            transform: translateX(-50%) translateY(0);
        }
        
        .notification.hide {
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.8);
        }
        
        .notification.bottom.hide {
            transform: translateX(-50%) translateY(20px);
        }
        
        .notification-content {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .notification-icon {
            font-size: 24px;
            flex-shrink: 0;
        }
        
        .notification-message {
          text-align: center;
          font-family:'poppinsLight';
            font-size: 17px;
            line-height: 1.4;
        }
        
        .notification-close {
            background: none;
            border-radius: 25px;
            border-bottom: 2px solid #b7b7b7;
            border-top: 2px solid #b7b7b7;
            border-left: 2px solid #b7b7b7;
            border-right: 2px solid #b7b7b7;
            color: rgba(255, 255, 255, 0.7);
            font-size: 18px;
            cursor: pointer;
            transition: color 0.2s;
            padding: 14px 1px 14px 0px;
            width: 50px;
            margin: 0px;
            font-family:'poppinsSemiBold';
        }
        
        .notification-close:hover {
            color: #3a5a8a;
            background-color: white;
        }
        
        .progress-bar {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 4px;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.3);
            border-radius: 0 0 12px 12px;
            overflow: hidden;
        }
        
        .progress {
            height: 100%;
            width: 100%;
            background-color: white;
            transform-origin: left;
            transform: scaleX(0);
            border-radius: 0 0 12px 12px;
        }
        
        @keyframes progress {
            to {
                transform: scaleX(1);
            }
        }
        
        /* Efecto de borde luminoso */
        .notification::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
            z-index: -1;
            border-radius: 14px;
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .notification.show::before {
            opacity: 1;
        }

      .dvPlns{
        width: 100%;
        text-align: left;
        padding-top: 15px;
      }
      .txtPlns{
        font-family:'poppinsSemiBold';
        font-size: 21px;
      }

       /* Contenedor del carrusel */
         .carousel-container {
            max-width: 1200px;
            margin: 0 auto;
            overflow-x: auto;
            padding-top: 10px;
            padding-bottom: 10px; /* Espacio para la barra de scroll */
        }

        .carousel-container::-webkit-scrollbar {
            height: 8px;
        }

        .carousel-container::-webkit-scrollbar-track {
            background: #ecf0f1;
            border-radius: 4px;
        }

        .carousel-container::-webkit-scrollbar-thumb {
            background: #4888aa;
            border-radius: 4px;
        }

        .carousel {
            display: flex;
            gap: 20px;
            padding: 10px 5px;
            width: max-content;
        }

        .plan-card {
            border: 3px solid #ccc;
            width: 270px;
            height: auto;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            flex-shrink: 0;
            animation-name: slideUp;
            animation-duration: 1s;
        }
@keyframes slideUp {
    0% {
    transform: translateY(50px);
    opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
    }

        .plan-card:hover {
            transform: translateY(-5px);
            box-shadow: 2px 7px 10px #888888;
            cursor: pointer;
        }

        
        .plan-card-ShpLst {
          border: 3px solid #ccc;
            width: 170px;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            flex-shrink: 0;
            animation-name: slideDown;
            animation-duration: 1s;
        }
        @keyframes slideDown {
          0% {
          transform: translateY(-50px);
          opacity: 0;
          }
          100% {
            transform: translateY(0);
            opacity: 1;
          }
          }
        .plan-card-ShpLst {
    position: relative; /* Necesario para posicionar el icono de forma absoluta dentro */
    /* Mantén aquí tus estilos actuales para la tarjeta */
}

.source-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    color: #0e0e0e;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; /* Asegura que el icono esté sobre la imagen */
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}



.youTubeClr{
          color: #c4302b;
        }
        .instamClr{
          color: #D43089;
        }


        .plan-card-ShpLst:hover {
            transform: translateY(-5px);
            cursor: pointer;
            box-shadow: 2px 7px 10px #888888;
        }
        .plan-card-NvlRcp{
          border: 3px solid #ccc;
            width: 270px;
            height: 200px;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            flex-shrink: 0;
        }

        .plan-card-NvlRcp:hover {
          cursor: pointer;
          box-shadow: 2px 7px 10px #888888;
            transform: translateY(-5px);
        }

        .plan-image {
            width: 100%;
            height: 140px;
            object-fit: cover;
        }
        .plan-image-ShpLst {
            width: 100%;
            height: 140px;
            object-fit:fill;
        }
        .plan-image-NvlRcp {
            width: 100%;
            height: 140px;
            object-fit:cover;
        }

        .plan-content {
            padding: 5px 10px 5px 10px;
            text-align: justify;
        }


        .plan-description {
            font-size: 14px;
            font-family:'poppinsLight';
            color: #7f8c8d;
            line-height: 1;
            margin-bottom: 15px;
        }

        .dvTitl{
          width: 100%;
          text-align: center;
        }
      .planTitle{
       font-family:'poppinsSemiBold';
        font-size: 17px;
        margin-top: 5px;
        margin-bottom: 0px;
        padding-left: 10px;
      }
      .planTitle:hover{
        cursor: pointer;
      }

      footer {
            background: #2888AA;
            color: white;
            padding: 30px 0px 15px 0px;
            margin-top: 10px;
        }
        .containerFooter{
           max-width: 1200px;
            margin: 0 auto;
            padding: 0 0px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
        }
        .footer-column{
          text-align: center;
        }
        .footer-column h4 {
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        /*.icnSocMdCnt{
          padding-left: 80px;
          display: flex;
           gap: 25px; 
           font-size: 1.5rem;
        }*/
        .icnSocMdCnt {
      display: flex;
      justify-content: center;
      gap: 20px;
      font-size: 1.5rem;
      padding: 0;
    }
         .footer-links {
          text-align: center;
            list-style: none;
            padding: 0px;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color: #adb5bd;
            text-decoration: none;
            transition: color 0.2s;
        }
        
        .footer-links a:hover {
            color: white;
        }

        /*Modal de recuperación de contraseña*/
        /* Estilos del modal */
        .modal {
            display: none;
            position: fixed;
            z-index: 99999999999999999999999999999999999999999999999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            animation: fadeIn 0.3s;
        }

        .mnTxRcvPw{
          font-size: 27px;
          font-family:'poppinsSemiBold';
        }
        .sbTxtRcvPw{
          font-size: 14px;
          font-family:'poppinsLight';
        }
        .btnRcvPw{
          font-size: 17px;
          font-family:'poppinsLight';
          padding: 5px 25px 5px 25px;
          background-color: #4888AA;
          color: white;
          border: 3px solid #4888AA;
          border-radius: 25px;
        }
        .btnRcvPw:hover{
          cursor: pointer;
          box-shadow: 2px 2px 7px #888888;
              
        }
        .modal-content {
            background-color: #fefefe;
            margin: 10% auto;
            padding: 25px;
            border-radius: 8px;
            width: 90%;
            height: auto;
            max-width: 500px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            animation: slideDown 0.3s;
        }
        @keyframes slideDown {
            from { transform: translateY(-50px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }
        .close-modal {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            transition: color 0.3s;
        }

        .close-modal:hover {
            color: #333;
        }

        /* Estilos del formulario */
        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
            color: #333;
        }

        .form-group input {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
            font-size: 16px;
            transition: border 0.3s;
        }

        .form-group input:focus {
            border-color: #4888AA;
            outline: none;
        }

        .btn-submit {
            background-color: #4888AA;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            width: 100%;
            transition: background-color 0.3s;
        }

        .btn-submit:hover {
            background-color: #4888AA;
        }

        /* Estilos del mensaje */
        .message {
            margin-top: 20px;
            padding: 12px;
            border-radius: 4px;
            text-align: center;
            display: none;
        }

        .success {
            background-color: #dff0d8;
            color: #4888AA;
            border: 1px solid #d6e9c6;
            display: block;
        }

        .error {
            background-color: #f2dede;
            color: #a94442;
            border: 1px solid #ebccd1;
            display: block;
        }

        /* Estilos para el título */
        h2 {
            color: #333;
            margin-top: 0;
            text-align: center;
        }

        p {
            color: #666;
            text-align: center;
            margin-bottom: 25px;
        }


/* Media Queries para responsividad */
@media (min-width: 1921px) and (max-width: 2560px) {

}
@media (max-width: 1920px){
       .nvgBar{
        margin-top: 35px;
      }
      .dvHi {
            margin-top: -40px;
        }
}
@media (min-width: 1721px) and (max-width: 1919px){
  .nvgBar{
        margin-top: 35px;
      }
      .dvHi {
            margin-top: -40px;
        }
}
@media (min-width: 1621px) and (max-width: 1720px){
   .nvgBar{
        margin-top: 35px;
      }
      .dvHi {
            margin-top: -40px;
        }
}
@media (min-width: 1513px) and (max-width: 1620px){
  .nvgBar{
        margin-top: 35px;
      }
      .dvHi {
            margin-top: -40px;
        }
}
@media (min-width: 1441px) and (max-width: 1512px){
  .nvgBar{
        margin-top: 35px;
      }
      .dvHi {
            margin-top: -40px;
        }
}
@media (min-width: 1367px) and (max-width: 1440px){
  .nvgBar{
        margin-top: 35px;
      }
      .dvHi {
            margin-top: -40px;
        }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .nvgBar{
        margin-top: 35px;
      }
      .dvHi {
            margin-top: -40px;
        }
}
@media (min-width: 1025px) and (max-width: 1280px){
  .nvgBar{
        margin-top: 35px;
      }
      .dvHi {
            margin-top: 10px;
        }
}
@media (max-width: 1024px){
.card {
        max-width: 250px;
        min-height: 380px;
      }
      .mnTxtB {
        font-size: 32px;
      }
      .nvgBar{
        margin-top: 70px;
      }
      .dvHi {
            margin-top: 90px;
        }
}
@media (max-width: 768px){
  .txtBvnd{
            max-width: 90%; /* Aumenta el ancho en móviles para mejor visualización */
            max-height: 90%;
        }
  .card {
        max-width: 220px;
        min-height: 330px;
        padding: 15px;
      }
      .plnAppt {
        max-width: 250px;
      }
      .nvgBar{
        margin-top: 98px;
      }
      .dvHi {
            margin-top: 120px;
        }
        .mnTxtA {
        font-size: 20px;
      }
        .mnTxtB {
        font-size: 29px;
      }
}
@media (max-width: 600px){
  .card-container {
        justify-content: center;
      }
      .card {
        max-width: 100%;
        min-height: auto;
        height: auto;
        margin-bottom: 15px;
      }
      .nvgBar{
        margin-top: 99px;
      }
      .dvHi {
            margin-top: 120px;
        }
        .mnTxtA {
        font-size: 18px;
      }
        .mnTxtB {
        font-size: 29px;
      }
      .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .footer-column {
        text-align: center;
      }
      
      .footer-links {
        text-align: center;
      }

}
@media (max-width: 480px){
  .bottom-nav {
      max-width: 370px;
  }
.plnAppt {
        max-width: 200px;
      }
      .mnTxtA {
        font-size: 16px;
      }
      .dvMnTxt{
        padding: 20px 0px 20px 0px;
      }
      .mnTxtB {
        font-size: 27px;
      }
      .nvgBar{
        margin-top: 90px;
      }
}
@media (max-width: 360px){
.card {
        padding: 10px;
      }
      .plnAppt {
        max-width: 180px;
      }
      .mnTxtA {
        font-size: 15px;
      }
      .dvMnTxt{
        padding: 20px 0px 20px 0px;
      }
      .mnTxtB {
        font-size: 24px;
      }
}

