@font-face {
  font-family: TR;
  src: url("../font/PPTelegraf-Regular.otf");
}
@font-face {
  font-family: TUB;
  src: url("../font/PPTelegraf-UltraBold.otf");
}
@font-face {
  font-family: TUL;
  src: url("../font/PPTelegraf-UltraLight.otf");
}

/* COLORS 
  BLUE   #281e43
  PINK   #e52762
  ORANGE #ed6e1d
  YELLOW #facd07
*/

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  user-select: none;
  scroll-behavior: smooth;
  color: #fff;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh; /* <-- Agrega esta línea */
  background-color: #0c0c0c;
  padding: 20px 0 10px;
  background-image: url("../img/FONDO VIOLETA POINT.png");
  background-position: center;
  background-size: cover;
}
a {
  text-decoration: none;
}
img{
  width: 100%;
}
.head{
  width: 120px;
  margin: 0 auto;
}
.footer{
  padding: 15px;
  font-family: tr;
}
.main-container{
  padding: 20px;  
  min-height: 80vh;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.img-video{
  width: 100%;
  max-width: 900px;
}
.title{
  font-family: tub;
  font-size: 30px;
  text-align: center;
  padding: 20px 20px 40px 10px;
  max-width: 900px;
}
.title span{
  color: #704af9;
}
.form-text{
  font-family: tr;
  font-size: 25px;
  text-align: center;
}
form{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  flex-direction: column;
  width: 100%;
  padding: 20px 20px 40px 20px;
}
input{
  padding: 15px;
  border: 0;
  border-radius: 8px;
  width: 100%;
  font-family: tr;
  color: #000;
}
.yosi{
  font-size: 25px;
  color: #fff !important;
}
.button-landing{
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  border: 0;
  font-family: tub;
  font-size: 20px;
  border-radius: 16px;
  border: 4px solid #df2763;
  margin: 20px 0 20px 0;
  background-color: #461cde;
  max-width: 900px;
  cursor: pointer;
  text-align: center;
}
.form-detail-text{
  font-family: tul;
  padding-top: 5px;
  text-align: center;
}
.volver{
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px;
  font-family: tub;
  cursor: pointer;
}
.modal{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 50px;
  background-color: #0c0c0c;
}
#modal{
  display: none;
}
.button-form{
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  border: 0;
  font-family: tub;
  font-size: 20px;
  background-color: #461cde;
  cursor: pointer;
  text-align: center;
}
embed{
  margin-top: 40px;
  margin-bottom: 40px;
}
.embed-video{
  width: 100%;
  aspect-ratio: 16 / 9 !important;
  border-radius: 16px;
}
.title-call{
  font-family: tub;
  color: #df2763;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 25px;
}
.title-description{
  padding-top: 25px;
  font-family: tub;
  font-size: 25px;
  max-width: 700px;
  text-align: center;
}
.calendly-inline-widget{
  width: 100%;
  height: 900px;
}
@media only screen and (max-width: 1000px) {
  .title{
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 25px;
  }
  .calendly-inline-widget{
    width: 100%;
    height: 1100px;
  }
  .title-description{
    padding: 0 20px 0 20px;
    padding-bottom: 40px;
  }

  body{
    background-position: left;
  }
}