* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
* a {
  text-decoration: none !important;
  color: black;
}
* .encabezado.is-scrolled {
  z-index: 10;
  width: 100%;
  padding-block: 0.1rem;
  padding-inline: 0.5rem;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 2px 2px rgba(28, 1, 1, 0.3);
}
* .encabezado.is-scrolled .container-perso {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
* .encabezado.is-scrolled .container-perso .container-left #logo-header {
  height: 35px;
}
* body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
* body article {
  padding: 1rem;
}
* body header {
  background: rgb(219, 45, 51);
  display: flex;
  justify-content: center;
  align-items: center;
}
* body header .container-perso {
  margin-inline: 1rem;
  width: 1100px;
  padding-block: 0.25rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
* body header .container-perso i {
  color: white;
  margin: 0.25rem;
}
* body header .container-perso p {
  margin-bottom: 0;
  color: white;
}
* body .encabezado {
  z-index: 10;
  width: 100%;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: sticky;
  top: 0;
  transition: all 0.5s;
}
* body .encabezado .container-perso {
  width: 1100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
* body .encabezado .container-perso .container-left {
  transition: all 0.5s;
}
* body .encabezado .container-perso .container-left #logo-header {
  height: 60px;
  transition: all 0.5s;
}
* body container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(180,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23FFF7F7'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23FFFFFF' cx='5' cy='5' r='5'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' /%3E%3C/svg%3E");
  background-attachment: fixed;
}
* .offcanvas-body .nav-pills .nav-link.active,
* .offcanvas-body .nav-pills .show > .nav-link {
  color: #ee0909 !important;
  background-color: rgb(255, 255, 255) !important;
}
* .offcanvas-body .nav {
  display: block !important;
}
* .offcanvas-body .nav-item {
  height: 2rem;
}
* .offcanvas-body .nav-link {
  color: rgb(20, 20, 20);
}

@media only screen and (min-width: 1101px) {
  * body .encabezado {
    padding-block: 0.25rem;
    padding-inline: 0.5rem;
  }
  * body .encabezado .container-perso .container-right-1 .nav-pills .nav-link.active,
  * body .encabezado .container-perso .container-right-1 .nav-pills .show > .nav-link {
    color: #ee0909 !important;
    background-color: rgb(255, 255, 255) !important;
  }
  * body .encabezado .container-perso .container-right-1 .nav-link {
    color: rgb(20, 20, 20);
  }
  * body .encabezado .container-perso .container-right-1 ul {
    font-size: 0.8rem;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 1rem;
    width: 100%;
    margin-bottom: 0 !important;
  }
  * body .encabezado .container-perso .container-right-1 ul li {
    float: left;
  }
  * body .encabezado .container-perso .container-right-2 {
    display: none;
  }
  * body container .container-perso {
    margin-top: 1rem;
    width: 1100px;
    min-width: 800px;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding-inline: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
    margin-bottom: 0.75rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0.5rem;
    border: solid 1px rgba(128, 128, 128, 0.3);
    box-shadow: 0 2px 2px rgba(128, 128, 128, 0.3);
  }
  * body container .container-perso .section1 {
    height: 100%;
    width: 75%;
  }
  * body container .container-perso .section1 .video {
    aspect-ratio: 16/9;
  }
  * body container .container-perso .section1 .video video {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 4px rgba(128, 128, 128, 0.5);
    border-radius: 0.25rem;
  }
  * body container .container-perso .section2 {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-inline: 0.25rem;
  }
  * body container .container-perso .section2 .container-chips {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    position: sticky;
    top: 45px;
  }
  * body container .container-perso .section2 .container-chips .chips {
    box-shadow: 0 2px 2px rgba(128, 128, 128, 0.3), 0px 0px 2px 0px rgba(128, 128, 128, 0.5) inset;
    border: solid 1px grey;
    background: linear-gradient(45deg, rgb(214, 220, 221), rgba(214, 220, 221, 0.5) 5%);
    border-radius: 0.25rem;
    width: 100%;
    text-align: center;
    padding-block: 0.25rem;
    padding-inline: 0.125rem;
    transition: all 0.5s;
  }
  * body container .container-perso .section2 .container-chips .chips p {
    margin-bottom: 0px;
  }
  * body container .container-perso .section2 .container-chips .chips:hover {
    border: solid 1px black;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.3), 0px 0px 2px 0px rgba(128, 128, 128, 0.5) inset;
  }
  * body container .container-perso .section2 #trackForm {
    font-size: 0.8rem;
    position: sticky;
    top: 85px;
    background: rgba(214, 220, 221, 0.5);
    background: linear-gradient(45deg, rgb(214, 220, 221), rgb(234, 237, 238));
    display: flex;
    flex-direction: column;
    padding-block: 0.5rem;
    padding-inline: 0.5rem;
    gap: 0.25rem;
    border: solid 1px grey;
    border-radius: 0.3rem;
    box-shadow: 0 2px 2px rgba(128, 128, 128, 0.3), 0px 0px 3px 0px rgba(128, 128, 128, 0.5) inset;
    transition: all 0.5s;
  }
  * body container .container-perso .section2 #trackForm:hover {
    border: solid 1px black;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.3), 0px 0px 3px 0px rgba(128, 128, 128, 0.5) inset;
  }
}
@media only screen and (max-width: 1100px) {
  * body .encabezado {
    padding-block: 0.5rem;
    padding-inline: 0.5rem;
  }
  * body .encabezado .container-perso {
    width: 100%;
    transition: all 0.5s;
  }
  * body .encabezado .container-perso .container-left {
    transition: all 0.5s;
  }
  * body .encabezado .container-perso .container-left #logo-header {
    height: 40px;
  }
  * body .encabezado .container-perso .container-right-1 {
    display: none;
  }
  * body .encabezado .container-perso .container-right-1 .nav-pills .nav-link.active,
  * body .encabezado .container-perso .container-right-1 .nav-pills .show > .nav-link {
    color: #ee0909 !important;
    background-color: rgb(255, 255, 255) !important;
  }
  * body .encabezado .container-perso .container-right-1 .nav {
    display: block !important;
  }
  * body .encabezado .container-perso .container-right-1 .nav-link {
    color: rgb(20, 20, 20);
  }
  * body .encabezado .container-perso .container-right-1 ul {
    font-size: 0.8rem;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 1rem;
    width: 100%;
    margin-bottom: 0 !important;
  }
  * body .encabezado .container-perso .container-right-1 ul li {
    float: left;
  }
  * body .encabezado .container-perso .container-right-2 {
    display: visible;
  }
  * body container .container-perso {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0.5rem;
    border: solid 1px rgba(128, 128, 128, 0.3);
    box-shadow: 0 2px 2px rgba(128, 128, 128, 0.3);
    padding-inline: 0.5rem;
    padding-block: 0.5rem;
    transition: all 0.5s;
  }
  * body container .container-perso .section1 {
    height: 100%;
    width: 100%;
  }
  * body container .container-perso .section1 .video {
    aspect-ratio: 16/9;
  }
  * body container .container-perso .section1 .video video {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    box-shadow: 0 2px 6px rgba(128, 128, 128, 0.6);
  }
  * body container .container-perso .section2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-block: 0.5rem;
    padding-inline: 0.25rem;
    gap: 0.5rem;
    position: sticky;
    top: 35px;
    transition: all 0.5s;
  }
  * body container .container-perso .section2 .container-chips {
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    position: sticky;
    top: 80px;
    transition: all 0.5s;
  }
  * body container .container-perso .section2 .container-chips .chips {
    width: 100%;
    text-align: center;
    padding-block: 0.25rem;
    padding-inline: 0.125rem;
    box-shadow: 0 2px 2px rgba(128, 128, 128, 0.3), 0px 0px 2px 0px rgba(128, 128, 128, 0.5) inset;
    border: solid 1px grey;
    background: linear-gradient(45deg, rgb(214, 220, 221), rgba(214, 220, 221, 0.5) 5%);
    border-radius: 0.25rem;
    transition: all 0.5s;
  }
  * body container .container-perso .section2 .container-chips .chips:hover {
    border: solid 1px black;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.3), 0px 0px 2px 0px rgba(128, 128, 128, 0.5) inset;
  }
  * body container .container-perso .section2 .container-chips .chips p {
    margin-bottom: 0px;
  }
  * body container .container-perso .section2 hr {
    position: sticky;
    top: 132px;
  }
  * body container .container-perso .section2 #trackForm {
    position: sticky;
    top: 170px;
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    border: solid 1px grey;
    font-size: 0.8rem;
    background: linear-gradient(45deg, rgb(214, 220, 221), rgb(234, 237, 238));
    padding-block: 0.5rem;
    padding-inline: 0.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 2px 2px rgba(128, 128, 128, 0.3), 0px 0px 3px 0px rgba(128, 128, 128, 0.5) inset;
    transition: all 0.5s;
  }
  * body container .container-perso .section2 #trackForm:hover {
    border: solid 1px black;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.3), 0px 0px 3px 0px rgba(128, 128, 128, 0.5) inset;
  }
}
@media only screen and (max-width: 600px) {
  * body .encabezado {
    z-index: 10;
    width: 100%;
    padding-block: 0.5rem;
    padding-inline: 0.5rem;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: sticky;
    top: 0;
    transition: all 0.5s;
  }
  * body .encabezado .container-perso {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
  }
  * body .encabezado .container-perso .container-left #logo-header {
    height: 40px;
  }
  * body .encabezado .container-perso .container-right-1 {
    display: none;
  }
  * body .encabezado .container-perso .container-right-1 .nav-pills .nav-link.active,
  * body .encabezado .container-perso .container-right-1 .nav-pills .show > .nav-link {
    color: #ee0909 !important;
    background-color: rgb(255, 255, 255) !important;
  }
  * body .encabezado .container-perso .container-right-1 .nav {
    display: block !important;
  }
  * body .encabezado .container-perso .container-right-1 .nav-link {
    color: rgb(20, 20, 20);
  }
  * body .encabezado .container-perso .container-right-1 ul {
    font-size: 0.8rem;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 1rem;
    width: 100%;
    margin-bottom: 0 !important;
  }
  * body .encabezado .container-perso .container-right-1 ul li {
    float: left;
  }
  * body .encabezado .container-perso .container-right-2 {
    display: visible;
  }
  * body container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    background-color: #F5F4F2;
    transition: all 0.5s;
  }
  * body container .container-perso {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0.5rem;
    border: solid 1px rgba(128, 128, 128, 0.3);
    box-shadow: 0 2px 2px rgba(128, 128, 128, 0.3);
  }
  * body container .container-perso .section1 {
    height: 100%;
    width: 100%;
  }
  * body container .container-perso .section1 .video {
    aspect-ratio: 16/9;
  }
  * body container .container-perso .section1 .video video {
    width: 100%;
    height: 100%;
  }
  * body container .container-perso .section2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-block: 0.5rem;
    padding-inline: 0.25rem;
    position: sticky;
    top: 25px;
    transition: all 0.5s;
    gap: 0.5rem;
  }
  * body container .container-perso .section2 .container-chips {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    position: sticky;
    top: 80px;
    transition: all 0.5s;
  }
  * body container .container-perso .section2 .container-chips .chips {
    transition: all 0.5s;
    box-shadow: 0 2px 2px rgba(128, 128, 128, 0.3), 0px 0px 2px 0px rgba(128, 128, 128, 0.5) inset;
    border: solid 1px grey;
    background: linear-gradient(45deg, rgb(214, 220, 221), rgba(214, 220, 221, 0.5) 5%);
    border-radius: 0.25rem;
    width: 100%;
    text-align: center;
    padding-block: 0.25rem;
    padding-inline: 0.125rem;
    transition: all 0.5s;
  }
  * body container .container-perso .section2 .container-chips .chips p {
    margin-bottom: 0px;
  }
  * body container .container-perso .section2 hr {
    position: sticky;
    top: 162px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  * body container .container-perso .section2 #trackForm {
    width: 100%;
    position: sticky;
    top: 170px;
    width: 100%;
    background: #D6DCDD;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    border: solid 1px grey;
    border: solid 1px grey;
    font-size: 0.8rem;
    background: linear-gradient(45deg, rgb(214, 220, 221), rgb(234, 237, 238));
    padding-block: 0.5rem;
    padding-inline: 0.5rem;
    box-shadow: 0 2px 2px rgba(128, 128, 128, 0.3), 0px 0px 3px 0px rgba(128, 128, 128, 0.5) inset;
    transition: all 0.5s;
  }
  * body container .container-perso .section2 #trackForm:hover {
    border: solid 1px black;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.3), 0px 0px 3px 0px rgba(128, 128, 128, 0.5) inset;
  }
}/*# sourceMappingURL=custom.css.map */