/* Gotham Light */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham/GothamLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
/* Gotham Regular */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham/GothamRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
/* Gotham Book */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham/GothamBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
/* Gotham Medium */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham/GothamMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
/* Gotham Bold */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham/GothamBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
/* Gotham Ultra */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham/GothamUltra.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
/* Gotham Black */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham/GothamBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
html{
  scroll-behavior: smooth;
}
body {
  background-color: #11CAD3;
  font-family: 'Gotham', sans-serif;
  color: #FFF;
  letter-spacing: .3px !important;
}
p {
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
  color: #FFF;
  letter-spacing: .3px !important;
}
p {
  font-weight: 300;
}
b, strong {
  font-weight: 700;
}
h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  padding-top: 40px;
  max-width: 450px;
}
h2{
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
  max-width: 700px;
}
header img {
  padding-left: 20px;
  width: 130px;
}
#inicio img {
  width: 230px;
}
header nav {
  padding-right: 20px;
}
nav a.activo {
  font-weight: bold;
}
.main-nav {
  color: #FFF;
  text-align: right;
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px; /* 133.333% */
}
.padding-footer {
  padding-right: 20px;
  margin-bottom: 0px;
}
.padding-footer-nucleo {
  padding-left: 20px;
}
.fondo-transparente {
    background-color: #FFFFFF1F;
}
.fondo-puntiagudo {
    position: absolute;
    inset: 0;
    width: 850px;
    height: 320px;
    background-color: #FFFFFF1F;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 77% 100%, 0% 100%);
    backdrop-filter: blur(5px); /* Aplica blur al fondo visible */
    -webkit-backdrop-filter: blur(5px); /* Para Safari */
}
.fondo-puntiagudo-footer {
    position: absolute;
    right: 0px;
    width: 850px;
    height: 320px;
    bottom: 0px;
    background-color: #FFFFFF1F;
    z-index: -1;
    clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
    backdrop-filter: blur(5px); /* Aplica blur al fondo visible */
    -webkit-backdrop-filter: blur(5px); /* Para Safari */
}
nav a {
  text-decoration: none;
  color: white;
}
.divider {
  flex-grow: 1;
  border-top: 1px solid #FFFFFF80;
  width: 600px;
  margin-right: 7px;
}
.divider-reverse {
  flex-grow: 1;
  border-top: 1px solid #FFFFFF80;
  margin-left: 20px;
  margin-right: -20px;
  width: 600px;
}
.divider-difinitive {
  border-top: 1px solid #FFFFFF80;
  margin: 40px 0;
  width: 500px;
}
/* INICIO */
#inicio {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  text-align: center;
}
/* propuesta */
#propuesta {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  text-align: center;
}
.laptop-propuesta {
  max-width: 550px;
  position: relative;
  z-index: 1;
}
/* caracteristicas */
#caracteristicas {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  text-align: center;
}
.palabras-container {
  position: relative;
  z-index: 2;
  width: 100%;
  font-weight: 100;
  height: 100%;
}  
#caracteristicasImage {
  z-index: 999;
}
.palabra {
  position: absolute;
  color: #FFF;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.2s ease-in-out;
}
.palabra[data-visible="true"] {
  opacity: 1;
}
/* modulos */
#modulos {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  text-align: center;
}
.titulo-modulos {
  color: #FFF;
  text-align: center;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 20px;
}
#modulo-title{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.swiper {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0,0,0,0.6) 6%,
    rgba(0,0,0,0.85) 12%,
    black 22%,
    black 78%,
    rgba(0,0,0,0.85) 88%,
    rgba(0,0,0,0.6) 94%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0,0,0,0.6) 6%,
    rgba(0,0,0,0.85) 12%,
    black 22%,
    black 78%,
    rgba(0,0,0,0.85) 88%,
    rgba(0,0,0,0.6) 94%,
    transparent 100%
  );
}
.swiper-slide {
  width: 40%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-slide:not(.swiper-slide-active) {
  filter: blur(4px);
  /* opacity: 0.7; */
}
.swiper-slide-active {
  filter: none;
  /* opacity: 1; */
}
/* contacto */
#contacto {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  text-align: center;
}
.contacto i{
  font-size: 17px;
  font-weight: 100;
}
.contacto a.grande {
  color: #FFF;
  text-align: center;
  font-family: Gotham;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  text-decoration: none;
}
.contacto a.grande:hover {
  text-decoration: underline;
}
.contacto a {
  color: #FFF;
  text-align: center;
  font-family: Gotham;
  font-size: 15px;
  line-height: 40px; 
  font-weight: 200;
  text-decoration: none;
}
.contacto a:hover {
  text-decoration: underline;
}
.modal-title{
  color: #a0a0a0;
}
.modal{
  z-index: 1300;
}
.modal-backdrop{
  background-color: rgba(0,0,0,0.4) !important;
  z-index: 1250;
}
.modal-dialog {
  min-height: calc(100vh - 60px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  overflow: auto !important;
}
.modal-title{
  font-size: 18px;
  letter-spacing: 0px !important;
}
.modal-body p {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 22px;
  width: 90%;
  letter-spacing: 0px;
}
.modal-footer button{
  background-color: #bbbbbb;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  margin: 0px;
  padding: 8px 35px;
  transition: all 0.2s;
  border: none;
  vertical-align: unset;
  font-size: 14px;
}
.modal-footer button:hover,
.modal-footer button:focus,
.modal-footer button.focus,
.modal-footer button.active{
  background-color: #a0a0a0 !important;
}




/* responsive */

@media (max-width: 1920px){
  .fondo-puntiagudo {
    width: 600px;
    height: 226px;
  }
  .fondo-puntiagudo-footer {
    width: 600px;
    height: 226px;
  }
}

@media (max-width: 1601px) {
  .fondo-puntiagudo {
    width: 400px;
    height: 151px;
  }
  .fondo-puntiagudo-footer {
    width: 400px;
    height: 151px;
  }
  #propuesta .laptop-propuesta {
    max-width: 350px;
  }
  #caracteristicas .laptop-propuesta {
    max-width: 350px;
  }
}

@media (max-width: 1366px) {
  h1{
    font-size: 18px;
    line-height: 26px;
    max-width: 400px;
  }
  h2{
    font-size: 15px;
    line-height: 22px;
    max-width: 550px;
  }
  .titulo-modulos{
    font-size: 15px;
    line-height: 22px;
  }
  #modulo-title{
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .contacto a.grande {
    font-size: 18px;
    line-height: 20px;
  }
  .fondo-puntiagudo {
    width: 400px;
    height: 151px;
  }
  .fondo-puntiagudo-footer {
    width: 400px;
    height: 151px;
  }
  #inicio {
    min-height: 100vh;
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
  }
  #propuesta {
    min-height: 100vh;
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
  }
  #propuesta .laptop-propuesta {
    max-width: 250px;
  }
  #caracteristicas {
    min-height: 100vh;
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
  }
  #caracteristicas .laptop-propuesta {
    max-width: 150px;
  }
  #caracteristicas .palabras-container {
    font-size: 12px;
  }
  #caracteristicas .palabra {
    min-width: 110px;
  }
  #caracteristicas .palabra-larga {
    min-width: 300px;
  }
  #modulos {
    min-height: 100vh;
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
  }
  #contacto {
    min-height: 100vh;
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
  }
  .main-nav, .texto-footer {
    display: none !important;
  }
  header img {
    padding-left: 40px !important;
  }
}



@media (max-width: 768px) {
  .fondo-puntiagudo {
    width: 200px;
    height: 75px;
    backdrop-filter: blur(2px); /* Aplica blur al fondo visible */
    -webkit-backdrop-filter: blur(2px); /* Para Safari */
  }
  .fondo-puntiagudo-footer {
    width: 200px;
    height: 75px;
    backdrop-filter: blur(2px); /* Aplica blur al fondo visible */
    -webkit-backdrop-filter: blur(2px); /* Para Safari */
  }
  header img {
    padding-left: 0px !important;
    width: 80px;
  }
  #inicio img {
    width: 160px;
  }
  h1 {
    font-size: 14px;
    line-height: 20px;
    max-width: 280px;
    padding-top: 30px;
  }
  h2 {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
  }
  .titulo-modulos {
    font-size: 14px;
    line-height: 20px;
  }
  #modulo-title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .contacto a.grande {
    font-size: 16px;
    line-height: 20px;
  }
  .contacto a {
    font-size: 14px;
    line-height: 40px;
  }
  .divider-difinitive {
    width: 200px;
  }
  .padding-footer {
    padding-right: 0px;
    padding-bottom: 5px;
  }
  .palabra {
    font-size: 11px !important;
    min-width: 100px;
  }
  .modal-title{
    font-size: 14px;
    letter-spacing: 0px !important;
  }
  .modal-body p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px !important;
  }
}