@font-face {
  font-family: 'Roslindale';
  src: url('../carta/fuentes/RoslindaleVariable-DisplayCondensedBold.eot');
  src: url('../carta/fuentes/RoslindaleVariable-DisplayCondensedBold.eot?#iefix') format('embedded-opentype'), url('../carta/fuentes/RoslindaleVariable-DisplayCondensedBold.woff2') format('woff2'), url('../carta/fuentes/RoslindaleVariable-DisplayCondensedBold.woff') format('woff'), url('../carta/fuentes/RoslindaleVariable-DisplayCondensedBold.ttf') format('truetype'), url('../carta/fuentes/RoslindaleVariable-DisplayCondensedBold.svg#RoslindaleVariable-DisplayCondensedBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mono Italic';
  src: url('../carta/fuentes/RobotoMono-Italic.eot');
  src: url('../carta/fuentes/RobotoMono-Italic.eot?#iefix') format('embedded-opentype'), url('../carta/fuentes/RobotoMono-Italic.woff2') format('woff2'), url('../carta/fuentes/RobotoMono-Italic.woff') format('woff'), url('../carta/fuentes/RobotoMono-Italic.ttf') format('truetype'), url('../carta/fuentes/RobotoMono-Italic.svg#RobotoMono-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mono';
  src: url('../carta/fuentes/RobotoMono-Regular.eot');
  src: url('../carta/fuentes/RobotoMono-Regular.eot?#iefix') format('embedded-opentype'), url('../carta/fuentes/RobotoMono-Regular.woff2') format('woff2'), url('../carta/fuentes/RobotoMono-Regular.woff') format('woff'), url('../carta/fuentes/RobotoMono-Regular.ttf') format('truetype'), url('../carta/fuentes/RobotoMono-Regular.svg#RobotoMono-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'English Script';
  src: url('../carta/fuentes/EnglishScript.eot');
  src: url('../carta/fuentes/EnglishScript.eot?#iefix') format('embedded-opentype'), url('../carta/fuentes/EnglishScript.woff2') format('woff2'), url('../carta/fuentes/EnglishScript.woff') format('woff'), url('../carta/fuentes/EnglishScript.ttf') format('truetype'), url('../carta/fuentes/EnglishScript.svg#EnglishScript') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #0f172a;
  /* Slate-900 */
  --fg: #e2e8f0;
  /* Slate-200 */
  --muted: #94a3b8;
  /* Slate-400 */
  --accent: #22c55e;
  /* Green-500 */
  --accent-contrast: #052e12;
  --overlay: rgba(2, 6, 23, 0.6);
  --shadow: 0 10px 30px rgba(2, 6, 23, 0.35);
  --radius: 14px;
  --radius-sm: 10px;
  --transition: 200ms ease;
}
* {
  padding: 0;
  margin: 0;
  transition-duration: 0.3s;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
}
html {
  background-image: url("../img/LANDING_FONDO_PC.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
p {
  font-family: 'Roboto Mono';
  text-align: center;
  font-size: 1.2em;
  color: #faf08e;
}
h3 {
  font-family: 'Roboto Mono';
  text-align: center;
  font-size: 2em;
  margin-top: 10px;
  color: #faf08e;
}
.logo {
  padding: 40px;
  width: 40px;
}
#mediocentrado {
  height: 100vh;
  margin-bottom: 120px;
}
.imagenprincipal {
  width: 600px;
  margin: 0 auto;
}
.imagenprincipal img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.imagenprincipal p {
  font-family: 'Roboto Mono';
  text-align: center;
  font-size: 1.2em;
  color: #faf08e;
  padding: 5vh 0 10vh 0;
  height: 25vh;
}
.imagenprincipal h3 {
  font-family: 'Roboto Mono';
  text-align: center;
  font-size: 2em;
  margin-top: 10px;
  color: #faf08e;
}
button {
  transform: translateX(-50%);
  background-color: #faf08e;
  color: #0C375A;
  border: none;
  padding: 15px 30px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  font-family: 'Roslindale';
  margin: 0 auto;
  width: 30%;
  margin: 40px 50%;
  text-align: center;
}
button:hover {
  background-color: #e6e066;
}
.imgmovil {
  display: none !important;
}
#covemanager {
  display: block;
  width: 96%;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .imagenpc {
    display: none;
  }
  .imagenmovil {
    display: block;
    height: 100vh;
    top: 0px;
    position: absolute;
  }
  .imagenmovil img {
    height: 70vh;
    margin: 0 auto;
    margin-top: 10vh;
    display: block;
  }
  button {
    position: absolute;
    width: auto;
    top: 90vh;
  }
  #covemanager {
    display: relative;
    position: absolute;
    top: 100vh;
    width: 100%;
    max-width: 61200px;
    margin: 20px auto;
    text-align: center;
    min-height: 100vh;
  }
}
.footer {
  width: 100%;
}
.footer h6 {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  color: #faf08e !important;
  padding: 10px 0 20px 0;
}
.footer h6 a {
  text-decoration: none;
}
.footer .redes {
  width: 160px;
  margin: 0 auto ;
}
.footer .redes img {
  width: 60px ;
  margin: 0 10px;
  float: left;
}
#whatsapp {
  width: 200px;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 100;
}
#whatsapp img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 800px) {
  #mediocentrado {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .imgmovil {
    display: block !important;
    width: 80%;
    margin: 0 auto;
  }
  .imgpc {
    display: none !important;
  }
  html {
    background-image: url("../img/LANDING_FONDO_VMOVIL_V2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .imagenprincipal {
    width: 90%;
    margin-left: 5%;
    margin-top: 100px;
  }
  .imagenprincipal img {
    max-width: 300px;
  }
  .imagenprincipal p {
    font-family: 'Roboto Mono';
    text-align: left;
    font-size: 1.2em;
    color: #faf08e;
    padding: 5vh 5% 20px 0;
    height: auto;
  }
  .imagenprincipal h3 {
    font-family: 'Roboto Mono';
    text-align: left;
    font-size: 2em;
    margin-top: 10px;
    color: #faf08e;
    padding: 5vh 5% 0vh 0;
  }
  .logo {
    padding: 40px;
    width: 40px;
    float: right;
    margin-top: -100px;
  }
  #covemanager {
    display: block;
    width: 96%;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    min-height: 100vh;
    position: relative;
    top: 0;
  }
  button {
    position: relative !important;
    transform: none;
    background-color: #faf08e;
    color: #0C375A;
    border: none;
    padding: 15px 30px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'Roslindale';
    margin: 0 auto;
    width: 30%;
    top: 20px;
    text-align: center;
    margin-left: 35%;
    margin-bottom: 50px;
  }
  .h3principal {
    text-align: center !important;
    margin: 30px 0px;
    font-size: 1.5em !important;
    width: 100% !important;
  }
  #whatsapp {
    width: 200px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 100;
  }
  #whatsapp img {
    width: 100%;
    display: block;
  }
  .textoprincipal {
    margin-left: 15%;
    width: 70%;
  }
}
.clear {
  clear: both;
}
/* Fondo semitransparente */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
/* Contenedor del popup */
.popup {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 500px;
  width: 90%;
}
/* Imagen dentro del popup */
.popup img {
  width: 100%;
  display: block;
}
/* Botón cerrar (X arriba derecha) */
.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
/* Notificación */
.notification {
  display: block;
  /* ahora siempre aparece al inicio */
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #faf08e;
  color: #0C375A;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  animation: fadeIn 0.5s;
}
.notification p {
  font-family: 'Roboto Mono' !important;
  color: #0C375A !important;
  padding: 0px !important;
  margin: 0 !important;
}
.notification button {
  font-family: 'Roslindale';
  background-color: #0C375A !important;
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #faf08e !important;
  cursor: pointer;
  width: 100%;
  padding: 5px 0;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 800px) {
  .notification {
    display: block;
    /* ahora siempre aparece al inicio */
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #faf08e;
    color: #0C375A;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    animation: fadeIn 0.5s;
  }
  .notification p {
    color: #0C375A !important;
    padding: 0px !important;
    margin: 0 !important;
  }
  .notification button {
    background-color: #0C375A !important;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #faf08e !important;
    cursor: pointer;
    width: 100%;
    padding: 5px 0  !important;
    margin-top: -5px !important;
    margin-bottom: 15px !important;
    margin-left: 0px !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#agradecimiento h1 {
  color: #Ffffff;
  text-align: center;
  padding-bottom: 20px;
}
#agradecimiento p {
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
}
H1 {
  font-family: 'Roboto Mono' !important;
  text-align: center;
  color: #faf08e;
  margin-top: 10vh;
  font-size: 2.5em;
  margin-bottom: 0px;
}
.textoprincipal2 {
  height: 0vh !important;
}
