@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");

.packet_datelimit{
    color:var(--sp_secondary_color) !important;
}

.card-detail-packet{
    text-align: center;
    font-size: 1rem;
    color:var(--sp_secondary_color);
    text-decoration: underline;
    cursor:pointer;
}

.custom_btn_spivet{
    background-color:var(--sp_secondary_color);
    border:solid 1px var(--sp_secondary_color);
    border-radius:4px;
    color:white;
}

.custom_btn_spivet:hover {
  background-color: #009fc9;
  color:white;
}


.contentCoupon{
    margin-bottom:18px;
    margin-left:22px;
}

#txtcoupon{
  width: 140px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #000;
  background-color: #fff;
}

.btnInCar{
  width: 140px;
  height: 38px;
  background-color: var(--sp_secondary_color);
  color: #000;
  
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.8);
  border: solid 1px #000;
}

#btnCoupon{
    margin-left:76px;
}

@media screen and (max-width: 390px) {
  #btnCoupon{
    margin-left:19px;
  }
}

@media screen and (max-width: 330px) {
  #btnCoupon{
    margin-left:5px;
  }
  .contentCoupon{
    margin-left:0px;
  }
}

@media screen and (max-width: 310px) {
    #txtcoupon{
      width: 100px;
    }
    
    .btnInCar{
      width: 100px;
    }
  
}


.program-content-margin{
    width:500px;
    margin:auto;
    
    overflow: auto;
    height: 400px
    
}

@media screen and (max-width: 510px) {
    .program-content-margin{
        width:100%;
       
    }
}

.program-event-dates{
    margin-top: 59px;
    
    font-family: Staatliches;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1e1e1e;
}

.cardTalk{
    border-bottom: 1px solid var(--sp_secondary_color);
}

.cardTalk span{
    width:100%;
    display:block;
}

.cardTalk_time{
    font-family: Staatliches;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1e1e1e;
    
    margin-top:13px;
}

.cardTalk_name{
    font-size: 14.4px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1e1e1e;
    
    margin-bottom:10px;
}

.cardTalk_cat_name{
    font-size: 14.4px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--sp_secondary_color);
    
    margin-bottom:10px;
}

.cardTalk_speakers{
    font-size: 14.4px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1e1e1e;
    
    margin-bottom:10px;
}

.cardTalk_venue{
    font-size: 14.4px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1e1e1e;
    
    margin-bottom:10px;
}

.cardTalk_room{
    font-size: 14.4px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1e1e1e;
    
    margin-bottom:16px;

}

.program-buttons-days{
    margin-top: 69px;
    /*border-bottom: 1px solid var(--sp_secondary_color);*/
    text-align:center;

   
}

.program_button_day_on{
    width: 97px;
    height: 36px;
    margin-right:9px;
    margin-top:10px;
    
    background-color: var(--sp_secondary_color);
    border: 0;
    border-radius: 5px 5px 0 0;
    
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.program_button_day_off{
    width: 97px;
    height: 36px;
    margin-right:9px;
    margin-top:10px;
    
    background-color: #c7c7c7;
    border: 0;
    border-radius: 5px 5px 0 0;
    
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.program-title-day{
     padding-top: 37px;
     padding-bottom: 24px;
    
    font-family: Staatliches;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    
    width:500px;
    margin: auto;
}

@media screen and (max-width: 510px) {
    .program-title-day{
        width:100%;
       
    }
}


.content__loader {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 71000;
  overflow: hidden;
  flex-direction: column;
  gap: 1rem;
}
.content__loader .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid var(--sp_primary_color);
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.content__loader .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid var(--sp_secondary_color);
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
main.content-main .content-main-image-button .btn__spivet {
  display: block;
  width: 240px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px var(--sp_primary_color);
  flex-grow: 0;
  background-color: var(--sp_primary_color);
  color: white;
  text-transform: uppercase;
}

main.content-main .content-main-image-button .btn__spivet {
  background-color: var(--sp_secondary_color);
  border: solid 1px var(--sp_secondary_color);
}

main.content-main .content-main-event-title-logo p, main.content-main .content-main-event-description p, main.content-main .content-main-image-legend, .container-header.in__secctions .grid-child .mod-menu li a, .container-header .grid-child .mod-menu li a {
  font-family: "Ubuntu", sans-serif;
  font-size: 14.4px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}

.container-header.in__secctions .grid-child .mod-menu li a.link__register:hover, .container-header.in__secctions .grid-child .mod-menu li a.link__register, .container-header .grid-child .mod-menu li a.link__register:hover, .container-header .grid-child .mod-menu li a.link__register {
  border: 1px solid #0098db;
  border-radius: 4px;
  background-color: rgba(0, 152, 219, 0.5);
  box-shadow: 0 4px 10px 0 #000;
}

.footer .sp__footer-social-media .btn_link .msg__link, main.content-main .content-main-social-media button .msg__link {
  color: white;
  position: absolute;
  border: 1px solid;
  border-radius: 5px;
  padding: 0.5rem;
  margin-left: -2rem;
  animation: copy_link 1.3s ease;
}

.container-header {
  background-color: var(--sp_menu_color);
  background-image: none;
  height: 88px;
}
.container-header .mod-menu li:hover::after {
  background: none;
}
.container-header.position-obsolute {
  position: absolute;
  width: 100%;
}
.container-header .grid-child {
  max-width: 1820px;
  height: 100%;
  padding: 0;
}
.container-header .grid-child .navbar-brand a {
  display: block;
  max-width: 7rem;
}
.container-header .grid-child .navbar-brand a img {
  max-width: 100%;
}
.container-header .grid-child .mod-menu {
  justify-content: flex-end;
  align-items: center;
  padding: 0 1rem;
}
.container-header .grid-child .mod-menu li a {
  color: #000;
}
.container-header .grid-child .mod-menu li a:hover {
  color: #0098c3 !important;
  border: none;
}
.container-header .grid-child .mod-menu li a.link__register {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container-header .grid-child .mod-menu li a.link__register:hover {
  background-color: #0098c3;
  color: #fff !important;
}
.container-header.in__secctions {
  background-color: var(--sp_primary_color);
  position: sticky !important;
  top: 0;
}
.container-header.in__secctions .grid-child .mod-menu li a {
  color: var(--sp_link_color);
}
.container-header.in__secctions .grid-child .mod-menu li a:hover {
  color: var(--sp_secondary_color);
  border: none;
}
.container-header.in__secctions .grid-child .mod-menu li a.link__register {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container-header.in__secctions .grid-child .mod-menu li a.link__register:hover {
  background-color: #0098c3;
  color: #fff;
}
.container-header.in__secctions .grid-child .nav_cardSpContent {
  position: relative;
  background-color: var(--sp_secondary_color);
  max-width: 100%;
  transform: none;
  padding: 0 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid var(--sp_primary_color);
}
.container-header.in__secctions .grid-child .nav_cardSpContent.view_movil {
  width: 400px;
}
.container-header.in__secctions .grid-child .nav_cardSpContent__button {
  background-color: transparent;
  width: 1rem;
  height: 1rem;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-right: 2rem;
  transform: rotate(135deg);
}
.container-header.in__secctions .grid-child .nav_cardSpContent__button:focus, .container-header.in__secctions .grid-child .nav_cardSpContent__button:focus-visible {
  outline: 0;
}
.container-header.in__secctions .grid-child .nav_cardSpContent__button.active {
  transform: rotate(-45deg);
}
.container-header.in__secctions .grid-child .nav_cardSpContent__imgprice {
  transition: all 0.3s ease;
  display: inherit;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  position: relative;
}
.container-header.in__secctions .grid-child .nav_cardSpContent__imgprice__count {
  position: absolute;
  background-color: var(--sp_primary_color);
  width: 1rem;
  height: 1rem;
  color: var(--sp_link_color);
  border-radius: 50%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  left: 2rem;
  top: 0;
}
.container-header.in__secctions .grid-child .nav_cardSpContent__imgprice__price {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  /* &.hide {
      opacity: 0.5;
      display: none;
  } */
}

.container-header .mod-menu > li.active:after,
.container-header .mod-menu > li:hover:after {
  background: transparent;
}

.main.card {
  background-color: transparent;
  border: none;
}
.main.card .card-header {
  background-color: transparent;
  border: none;
}

.container-bottom-b {
  grid-column: full-start/full-end;
}

button, input, a {
  height: 38px;
  text-transform: uppercase;
}
button.btn, input.btn, a.btn {
  line-height: 0;
  border-radius: 4px;
}
button.btn.btn_primary, input.btn.btn_primary, a.btn.btn_primary {
  background-color: var(--sp_primary_color);
  color: var(--sp_link_color);
}
button.btn.btn_primary:hover, input.btn.btn_primary:hover, a.btn.btn_primary:hover {
  background-color: #171717;
}
button.btn.btn_secondary, input.btn.btn_secondary, a.btn.btn_secondary {
  background-color: var(--sp_secondary_color);
  color: var(--sp_link_color);
}
button.btn.btn_cancel, input.btn.btn_cancel, a.btn.btn_cancel {
  background-color: transparent;
  color: var(--sp_primary_color);
  border: 1px solid var(--sp_primary_color);
}
button.btn.btn_cancel:hover, input.btn.btn_cancel:hover, a.btn.btn_cancel:hover {
  background-color: #eee;
}
button.btn.btn_lg, input.btn.btn_lg, a.btn.btn_lg {
  width: 15rem;
}
button.btn.btn_lg:disabled, input.btn.btn_lg:disabled, a.btn.btn_lg:disabled {
  background-color: var(--sp_primary_color);
  opacity: 1;
}

select {
  text-transform: uppercase;
  height: 38px;
}

a.btn {
  line-height: 1;
}

a.selectedSection {
  color: #0089c3;
}

a.mailing {
  color: #000;
  text-decoration: none;
}
a.mailing:hover {
  color: #0089c3;
  text-decoration: none;
}

main.content-main.image-home {
  position: relative;
  width: 100%;
  height: 100%;
}
main.content-main .content-main-image {
  position: relative;
  width: 100%;
  height: 718px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main.content-main .content-main-image-back {
  background-color: var(--sp_blak45_color);
  width: 100%;
  height: 100%;
  position: absolute;
}
main.content-main .content-main-image-legend, main.content-main .content-main-image-button {
  z-index: 1;
  padding: 0 2rem;
}
main.content-main .content-main-image-legend {
  font-weight: normal;
  font-size: 25px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.content-main .content-main-image-legend p {
  background-color: rgba(0, 152, 219, 0.67);
  margin: 8px;
  padding: 5px;
  text-align: center;
}
main.content-main .content-main-image-button {
  margin-bottom: 10rem;
}
main.content-main .content-main-image-button .btn__spivet {
  box-shadow: 0 10px 10px 0 #0f0f0f;
}
main.content-main .content-main-image-button .btn__spivet:hover {
  background-color: #009fc9;
}
main.content-main .content-main-social-media {
  position: fixed;
  top: 0;
  width: 0%;
  right: 3%;
  height: 638px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 1.3rem;
  z-index: 9000;
}
main.content-main .content-main-social-media button {
  background-color: transparent;
  border: none;
}
main.content-main .content-main-social-media button .msg__link {
  background: rgba(0, 0, 0, 0.5);
}
main.content-main .content-main-social-media button:focus, main.content-main .content-main-social-media button:focus-visible {
  outline: 0;
}
main.content-main .content-main-social-media button, main.content-main .content-main-social-media a {
  width: 38px;
  height: 38px;
}
main.content-main .content-main-event {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  padding: 5rem 3rem;
}
main.content-main .content-main-event-title-logo, main.content-main .content-main-event-description {
  width: 100%;
}
main.content-main .content-main-event-title-logo-title p {
  margin-bottom: 0;
  line-height: 1;
  font-family: "Staatliches", "Ubuntu", cursive;
}
main.content-main .content-main-event-title-logo-title p:nth-child(1) {
  color: var(--sp_secondary_color);
  font-size: 3.3rem;
  margin-top: auto;
  text-align: end;
}
main.content-main .content-main-event-title-logo-title p:nth-child(2) {
  color: var(--sp_secondary_color);
  font-size: 4rem;
  margin-top: auto;
  text-align: center;
}
main.content-main .content-main-event-title-logo-title p:nth-child(3) {
  font-size: 2.8rem;
  color: var(--sp_primary_color);
  text-align: center;
}
main.content-main .content-main-event-title-logo .img-container {
  justify-content: left;
  display: grid;
}
main.content-main .content-main-event-title-logo .img-container img {
  width: 100%;
  height: auto;
  left: -40px;
  position: relative;
}
main.content-main .content-main-event-title-logo-logo {
  width: 100%;
  padding: 3rem 0;
}
main.content-main .content-main-event-title-logo-logo img {
  width: 100%;
  height: auto;
}
main.content-main .content-main-event-description {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main.content-main .content-main-event-description-one p {
  font-size: 2rem;
  font-weight: normal;
  text-transform: initial;
  text-align: center;
}
main.content-main .content-main-event-description-two p {
  font-family: "Staatliches", "Ubuntu", cursive;
  font-size: 2rem;
  font-weight: normal;
  text-transform: initial;
  text-align: center;
}

.speakers {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.speakers-title h2 {
  font-size: 3rem;
  color: #0089c3;
  font-family: Staatliches;
}
.speakers-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.5rem;
  position: relative;
}
.speakers-content.firts_speakers {
  transition: all 0.7s;
  height: 50.5rem;
  overflow: hidden;
}
.speakers-content .card {
  width: 250px;
  border: none;
  box-shadow: 0 4px 4px 0 var(--sp_blak25_color);
  position: relative;
  border-radius: 4px;
}
.speakers-content .card.profile:hover {
  transition: 0.5s;
}
.speakers-content .card.profile:hover-img {
  opacity: 0.4;
  border-radius: 4px;
}
.speakers-content .card.profile .details {
  transition: 1s;
  background-color: white;
  width: 100%;
  height: auto;
  min-height: 112px;
  padding: 10px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.speakers-content .card.profile .details-text {
  display: inherit;
  flex-direction: inherit;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}
.speakers-content .card.profile .details-text h5, .speakers-content .card.profile .details-text p {
  text-align: center;
  margin: 0;
}
.speakers-content .card.profile .details-text p {
  font-size: 0.8rem;
}
.speakers-content .card.profile.sleketon .profile-img {
  background-color: gray;
  height: 350px;
  border-radius: 3px;
}
.speakers-content .card.profile.sleketon .profile-img img {
  display: none;
}
.speakers-content .card.profile.sleketon .details {
  background: gray;
  border-top: 1px solid white;
}
.speakers-content .card.profile.sleketon .details:hover {
  animation: none;
}
.speakers-content .card.profile.sleketon .details-logo {
  width: 4rem;
  height: 2rem;
  border: 1px solid white;
}
.speakers-content .card.profile.sleketon .details-text h6 {
  width: 12rem;
  height: 1.3rem;
  border: 1px solid white;
}
.speakers-content .card.profile.sleketon .details-text p {
  width: 10rem;
  height: 0.7rem;
  border: 1px solid white;
}
.speakers-button button {
  background-color: var(--sp_primary_color);
  color: white;
  width: 240px;
  height: 38px;
  border: 1px solid var(--sp_primary_color);
  border-radius: 4px;
  padding: 0 10px;
  line-height: 0;
  text-transform: uppercase;
}
.speakers-button button:focus, .speakers-button button:focus-visible {
  outline: 0;
}

.register {
  transition: 0.3s ease all;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1rem;
}
.register h2 {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 900;
}
.register h2 span {
  color: var(--sp_secondary_color);
}
.register__title {
  color: var(--sp_primary_color);
  font-family: Staatliches;
  font-size: 32px;
  font-weight: 700;
}
.register-tks {
  min-height: 400px;
}
.register-othservices-title {
  font-family: Staatliches;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--sp_secondary_color);
}
.register .swiper {
  width: 100%;
  min-height: 400px;
  padding: 1rem 3rem;
}
.register .swiper-wrapper {
  max-height: 500px;
  padding: 2rem;
}
.register .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.register .swiper-button-next, .register .swiper-button-prev {
  color: #000;
}
.register .swiper .swiper-wrapper .swiper-slide .card-header,
.register .content-cards .card-header {
  padding: 0;
  display: flex;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.register .swiper .swiper-wrapper .swiper-slide .card-header .promo_legend,
.register .content-cards .card-header .promo_legend {
  position: absolute;
  color: #000;
  top: 0.3rem;
  left: -3.7rem;
  background: transparent;
  width: 10rem;
  height: 0px;
  border-right: 2.3rem solid transparent;
  border-left: 2.3rem solid transparent;
  border-bottom: 2.3rem solid #49f0f1;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(-45deg);
  line-height: 1.5;
  text-align: center;
  text-shadow: 3px 1px 3px var(--sp_secondary04_color);
}
.register .swiper .swiper-wrapper .swiper-slide .card-header .promo_legend::before,
.register .content-cards .card-header .promo_legend::before {
  content: "";
  display: block;
  background-color: transparent;
  position: absolute;
  top: 1.5rem;
  left: -2rem;
  width: 0;
  height: 0;
  border-left: 1.5rem solid var(--sp_secondary_color);
  border-top: 0 solid transparent;
  border-bottom: 1.5rem solid transparent;
  transform: rotate(-136deg);
}
.register .swiper .swiper-wrapper .swiper-slide .card-header .promo_legend::after,
.register .content-cards .card-header .promo_legend::after {
  content: "";
  display: block;
  background-color: transparent;
  position: absolute;
  top: 1.7rem;
  right: -2rem;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 1.25rem solid transparent;
  border-right: 1.25rem solid var(--sp_secondary_color);
  transform: rotate(135deg);
}
.register .swiper .swiper-wrapper .swiper-slide .card-title,
.register .content-cards .card-title {
  color: white;
  width: 161px;
  text-align: center;
  text-transform: uppercase;
  font-family: Ubuntu;
  font-size: 14.4px;
  font-weight: bold;
  padding: 0.4rem;
  margin-bottom: 0.5rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.register .swiper .swiper-wrapper .swiper-slide .card-title.tickets,
.register .content-cards .card-title.tickets {
  background-color: var(--sp_primary_color);
}
.register .swiper .swiper-wrapper .swiper-slide .card-title.lodging,
.register .content-cards .card-title.lodging {
  background-color: var(--sp_secondary_color);
}
.register .swiper .swiper-wrapper .swiper-slide .card-title.parking,
.register .content-cards .card-title.parking {
  background-color: var(--sp_secondary_color);
}
.register .swiper .swiper-wrapper .swiper-slide .card-title.promo,
.register .content-cards .card-title.promo {
  width: 100%;
  border-radius: 0;
  text-align: center;
  padding-right: 0.7rem;
}
.register .swiper .swiper-wrapper .swiper-slide .card-title span,
.register .content-cards .card-title span {
  color: #49f0f1;
}
.register .swiper .swiper-wrapper .swiper-slide .card-body,
.register .content-cards .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
}
.register .swiper .swiper-wrapper .swiper-slide .card-body-name,
.register .content-cards .card-body-name {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  min-height: 59px;
}
.register .swiper .swiper-wrapper .swiper-slide .card-body-description,
.register .content-cards .card-body-description {
  text-align: center;
  font-size: 1rem;
}
.register .swiper .swiper-wrapper .swiper-slide .card-body img,
.register .content-cards .card-body img {
  cursor: pointer;
}
.register .swiper .swiper-wrapper .swiper-slide .card-body-price,
.register .content-cards .card-body-price {
  color: var(--sp_secondary_color);
  font-weight: bold;
}
.register .swiper .swiper-wrapper .swiper-slide .card-body-price s,
.register .content-cards .card-body-price s {
  font-size: 1rem;
  font-weight: normal;
}
.register .swiper .swiper-wrapper .swiper-slide .card-body-price p,
.register .content-cards .card-body-price p {
  margin: 0;
}
.register .swiper .swiper-wrapper .swiper-slide .card-body-btnadd,
.register .content-cards .card-body-btnadd {
  background-color: var(--sp_secondary_color);
  color: #fff;
  font-weight: bold;
  width: 8.25rem;
}
.register .swiper .swiper-wrapper .swiper-slide .card-body-btnadd:hover,
.register .content-cards .card-body-btnadd:hover {
  background-color: #00a9c3;
}
.register .section_perosnaldata-form {
  font-size: 0.875 rem;
  text-transform: uppercase;
}
.register .section_perosnaldata-form-content .iti {
  display: block;
  height: 38px;
}
.register .section_perosnaldata-form-content .span-error {
  color: var(--bs-danger);
  font-size: 0.9rem;
}
.register .section_perosnaldata-form-content-info {
  background-color: yellow;
  border: 1px solid #b03030;
  border-radius: 3px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.register .section_perosnaldata-form-content-info #messageStripeOxxo {
  font-size: 13px;
  font-weight: 700;
}
.register .section_perosnaldata-form-content-info #messageStripeOxxo::before {
  content: "!";
  width: 1rem;
  height: 7px;
  border: 1px solid red;
  color: red;
  position: relative;
  display: inline-table;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
}
.register .section_perosnaldata-form .form-control, .register .section_perosnaldata-form .form-select {
  max-width: 360px;
}
.register .section_perosnaldata-form .form-select {
  background-color: transparent;
}
.register .section_perosnaldata-form .form-select.is-invalid {
  background-position: right 1rem center, center right 0.4rem;
}
.register.view_success_msg {
  animation: none;
  min-height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.register.view_success_msg .view_success_msg-message, .register.view_success_msg .view_success_msg-button {
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  gap: 2rem;
  flex-wrap: wrap;
}
.register.view_success_msg .view_success_msg-message .view_success_msg-message-contenticon {
  text-align: center;
}
.register.view_success_msg .view_success_msg-message .view_success_msg-message-contenticon p {
  margin-top: 1rem;
}
.register.view_success_msg .view_success_msg-button {
  flex-direction: row;
}

.offcanvas-body {
  background-color: var(--sp_secondary_color);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.offcanvas-body-tblItems .table-tblItems-body tr td {
  color: #fff;
  text-align: center;
  font-family: Ubuntu;
}
.offcanvas-body-tblItems .table-tblItems-body tr td.empty-car {
  color: #fff;
  text-align: center;
  font-size: 14.4pt;
}
.offcanvas-body-tblItems .table-tblItems-body tr td:nth-child(4) {
  text-align: right;
  font-weight: bold;
}
.offcanvas-body-tblItems .table-tblItems-body tr td:nth-child(4) s {
  font-size: 0.8rem;
  font-weight: normal;
}
.offcanvas-body-tblItems .table-tblItems-body tr td:nth-child(4) p {
  margin: 0;
}
.offcanvas-body-footer {
  width: 100%;
}
.offcanvas-body-footer-prices {
  background-color: var(--sp_primary_color);
  text-transform: uppercase;
  font-family: Ubuntu;
}
.offcanvas-body-footer-prices .table-prices {
  width: 100%;
  height: 100%;
  color: var(--sp_link_color);
}
.offcanvas-body-footer-prices .table-prices-body {
  border-bottom: 1px solid var(--sp_link_color);
}
.offcanvas-body-footer-prices .table-prices-footer {
  font-weight: 700;
}
.offcanvas-body-footer-prices .table-prices-body tr td:nth-child(2), .offcanvas-body-footer-prices .table-prices-footer tr td:nth-child(2) {
  text-align: right;
}
.offcanvas-body-footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offcanvas-body-footer-button .btn_nextPayment {
  color: var(--sp_link_color);
  background-color: var(--sp_primary_color);
}
.offcanvas-body-footer-button .btn_nextPayment:hover {
  background-color: #171717;
}

.ElementsApp, .ElementsApp .InputElement {
  height: 30px;
  background: aliceblue;
}

#card-element {
  border: 1px solid #ced4da;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  padding: 9.5px;
  border-radius: 5px;
}

.img-container img {
  max-width: 100%;
  max-height: 350px;
}

.sponsors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  gap: 3rem;
}
.sponsors h2 {
  font-size: 3rem;
  color: #0089c3;
  font-family: "Staatliches", "Ubuntu", cursive;
}
.sponsors h4 {
  font-size: 2rem;
  color: var(--sp_primary_color);
  font-family: "Staatliches", "Ubuntu", cursive;
}
.sponsors.content-items, .sponsors.content-golden-items, .sponsors.content-organizer {
  display: inherit;
  flex-wrap: wrap;
  gap: 2rem;
}
.sponsors.content-items-item, .sponsors.content-golden-items-item, .sponsors.content-organizer-item {
  width: 100%;
  text-align: center;
}

.com-content-article a {
  color: var(--sp_secondary_color);
  text-decoration: none;
}
.com-content-article a.btn__inscription {
  color: white;
  background-color: var(--sp_secondary_color);
  border: 1px solid var(--sp_secondary_color);
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 #000;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: inline-table;
  margin-top: 2rem;
}
.com-content-article a.btn__inscription:hover {
  transform: translateY(-3px);
  transition: transform 0.3s ease;
  box-shadow: 0px 7px 14px -1px #000;
}

@media screen and (min-width: 320px) {
  .container-header {
    position: fixed !important;
    width: 100%;
  }
  .container-header .grid-child .navbar-brand {
    margin-left: 1rem;
  }
  .container-header .grid-child .navbar-toggler {
    transform: translateY(50%);
    margin-right: 1rem;
  }
  .container-header .grid-child .navbar-toggler.hamburger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    border: none;
  }
  .container-header .grid-child .navbar-toggler.hamburger .line {
    position: relative;
    width: 1.3rem;
    left: -2px;
  }
  .container-header .grid-child .navbar-toggler.hamburger .line-main::after, .container-header .grid-child .navbar-toggler.hamburger .line-main::before, .container-header .grid-child .navbar-toggler.hamburger .line-split::after, .container-header .grid-child .navbar-toggler.hamburger .line-split::before {
    content: "";
    position: absolute;
    width: inherit;
    height: 2px;
    background-color: #fff;
    transition: transform 0.5s;
  }
  .container-header .grid-child .navbar-toggler.hamburger .line-main::after {
    transform: translateY(7px);
  }
  .container-header .grid-child .navbar-toggler.hamburger .line-main::before {
    transform: translateY(-7px);
  }
  .container-header .grid-child .navbar-toggler.hamburger .line-split::after, .container-header .grid-child .navbar-toggler.hamburger .line-split::before {
    width: 1.3rem;
    transition: transform 0.5s, opacity 0.5s;
    left: -0.7rem;
  }
  .container-header .grid-child .navbar-toggler.hamburger .line-split::after {
    transform: translateY(7px);
  }
  .container-header .grid-child .navbar-toggler.hamburger #checkHam {
    display: none;
  }
  .container-header .grid-child .navbar-toggler.hamburger #checkHam:checked ~ .line-main::after {
    transform: rotate(-45deg);
  }
  .container-header .grid-child .navbar-toggler.hamburger #checkHam:checked ~ .line-main::before {
    transform: rotate(45deg);
  }
  .container-header .grid-child .navbar-toggler.hamburger #checkHam:checked ~ .line-split::before {
    transform: translateX(-10px);
    opacity: 0;
  }
  .container-header .grid-child .navbar-toggler.hamburger #checkHam:checked ~ .line-split::after {
    transform: translateX(20px);
    opacity: 0;
  }
  .container-header .grid-child .navbar-toggler.hamburger:focus, .container-header .grid-child .navbar-toggler.hamburger:focus-visible {
    outline: 0;
    border: none;
  }
  .container-header .grid-child .collapsing {
    display: none;
  }
  .container-header .grid-child .collapse .mod-menu {
    height: 100%;
    flex: auto;
    flex-direction: row;
    gap: 1rem;
  }
  .container-header .grid-child .collapse .mod-menu li a {
    color: #fff;
  }
  .container-header .grid-child .collapse .mod-menu li a:hover {
    color: #fff;
  }
  .container-header.in__secctions .grid-child .nav_cardSpContent {
    max-width: 13rem;
  }
  .container-header.in__secctions .grid-child .nav_cardSpContent .btn_nav_movil {
    transform: rotate(-136deg);
  }
  .container-header.in__secctions .grid-child .nav_cardSpContent .btn_nav_movil.active {
    transform: rotate(45deg);
  }
  .container-header.in__secctions .grid-child .nav_cardSpContent__imgprice__price {
    font-size: 1rem;
  }
  .register .section_perosnaldata-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }
  .register .swiper .swiper-wrapper .swiper-slide,
  .register .content-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    min-height: 400px;
  }
  .offcanvas-top {
    top: 88px;
    height: calc(98vh - 88px);
  }
  .offcanvas-body {
    padding: 0;
  }
  .offcanvas-body-tblItems {
    width: 100%;
    padding: 0.8rem;
  }
  .offcanvas-body-tblItems p, .offcanvas-body-tblItems div, .offcanvas-body-tblItems span {
    color: var(--sp_card_text_color);
  }
  .offcanvas-body-tblItems .table-tblItems {
    width: 100%;
  }
  .offcanvas-body-tblItems .table-tblItems-head tr th {
    color: #fff;
    text-align: center;
  }
  .offcanvas-body-tblItems .table-tblItems-body tr td {
    padding: 0.4rem;
    font-size: 14.4px;
  }
  .offcanvas-body-tblItems .table-tblItems-body tr td:nth-child(1) {
    padding: 0.2rem;
  }
  .offcanvas-body-tblItems .table-tblItems-body tr td:nth-child(1) p {
    cursor: pointer;
    margin: 0;
    width: 1.3rem;
  }
  .offcanvas-body-tblItems .table-tblItems-body tr td:nth-child(1) p img {
    width: 100%;
  }
  .offcanvas-body-tblItems .table-tblItems-body tr td span {
    color: #fff;
    font-weight: 700;
  }
  .offcanvas-body-footer {
    width: 100%;
    margin-bottom: 2rem;
  }
  .offcanvas-body-footer-prices {
    height: 175px;
    padding: 1rem 1.2rem;
    font-size: 14.4px;
  }
  .offcanvas-body-footer-prices .table-prices tr td {
    padding: 0.2rem 0;
  }
  .offcanvas-body-footer-prices .table-prices-body tr td:last-child {
    padding-bottom: 0.5rem;
  }
  .offcanvas-body-footer-prices .table-prices-footer tr td {
    padding: 0.5rem 0;
  }
  .offcanvas-body-footer-button {
    height: 78px;
  }
  .offcanvas-body-footer-button .btn_nextPayment {
    height: 38px;
    width: 240px;
  }
  .modal-header {
    background-color: var(--sp_primary_color);
    min-height: 67px;
  }
  .modal-header .btn-close {
    color: #fff;
  }
  .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding: 2rem;
  }
  .footer .sp__footer-information-one p, .footer .sp__footer-information-one a, .footer .sp__footer-information-two p, .footer .sp__footer-information-two a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .container-header {
    position: fixed !important;
    width: 100%;
  }
  .container-header .grid-child .collapse .mod-menu {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .container-header.in__secctions .grid-child .nav_cardSpContent .container-header {
    position: fixed !important;
    width: 100%;
  }
  .container-header.in__secctions .grid-child .nav_cardSpContent .container-header .grid-child.in__secctions .nav_cardSpContent {
    max-width: 17rem;
  }
  .register .swiper .swiper-wrapper .swiper-slide .card,
  .register .content-cards .card {
    max-width: 340px;
  }
}
@media screen and (max-width: 687px) and (min-width: 320px) {
  .container-header {
    position: fixed !important;
    width: 100%;
  }
  .container-header .grid-child .collapse {
    position: absolute;
    top: 88px;
    width: 100%;
    padding: 1.2rem;
    background-color: var(--sp_menu_color);
  }
}
@media screen and (min-width: 688px) {
  .container-header {
    position: fixed !important;
    width: 100%;
  }
  .container-header .grid-child .navbar-toggler {
    visibility: hidden;
  }
  .register .swiper-wrapper .swiper-slide .card {
    min-height: 457px;
  }
  .register .swiper .swiper-wrapper .swiper-slide,
  .register .content-cards {
    flex-direction: row;
  }
  .register .swiper .swiper-wrapper .swiper-slide .card,
  .register .content-cards .card {
    max-width: 300px;
  }
  .register .section_perosnaldata-buttons-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4rem;
  }
  .offcanvas {
    max-height: 700px;
  }
  .offcanvas.offcanvas-end {
    width: 400px;
    top: 88px;
  }
  .offcanvas.offcanvas-top {
    width: 100%;
    top: 88px;
    height: calc(100vh - 88px);
  }
}
@media screen and (min-width: 992px) {
  .container-header.in__secctions .grid-child .nav_cardSpContent {
    max-width: 100%;
    width: 400px;
  }
  main.content-main .content-main-image-legend p {
    font-size: 2rem;
    padding: 10px;
  }
  main.content-main .content-main-event {
    flex-direction: row;
    padding: 7rem 10rem;
  }
  main.content-main .content-main-event-title-logo-logo img {
    width: auto;
    height: 195px;
  }
  main.content-main .content-main-event-description {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  main.content-main .content-main-event-description-one p {
    text-align: initial;
  }
  main.content-main .content-main-event-description-two p {
    text-align: initial;
    margin: 0;
  }
  .content-speakers {
    padding: 5rem 7rem;
    gap: 5rem;
  }
  .content-speakers-cards {
    display: inherit;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
  }
  .content-speakers-cards .card {
    width: 21.7391304348%;
  }
  .content-sponsors-items, .content-sponsors-golden-items, .content-sponsors-organizer {
    width: 100%;
    display: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    padding: 1.3rem 0 3.3rem 0;
  }
  .content-sponsors-items-item, .content-sponsors-golden-items-item, .content-sponsors-organizer-item {
    width: 11.5473441109%;
    text-align: center;
  }
  .content-sponsors-golden-items-item {
    width: 15.015015015%;
  }
  .register {
    animation: hidden_desktop_medium 0.4s ease both;
  }
  .register.active_car {
    animation: show_desktop_medium 0.4s ease both;
  }
  .register-tks {
    position: relative;
  }
  .register .swiper-wrapper .swiper-slide .card {
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.8);
  }
  .register .swiper-wrapper .swiper-slide .card.tickets {
    border: solid 1px #000;
  }
  .register .swiper-wrapper .swiper-slide .card.lodging {
    border: solid 1px var(--sp_secondary_color);
  }
  .register .swiper-wrapper .swiper-slide .card.parking {
    border: solid 1px var(--sp_secondary_color);
  }
  .register .section_perosnaldata {
    max-width: 48rem;
  }
  .offcanvas-body-footer {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .container-header .grid-child {
    margin-right: 0;
  }
  .container-header.in__secctions .grid-child .nav_cardSpContent {
    width: 400px;
  }
  .register {
    animation: hidden_desktop 0.4s ease both;
  }
  .register.active_car {
    animation: show_desktop 0.4s ease both;
  }
  .register-tks {
    position: relative;
  }
  .register .swiper-wrapper .swiper-slide .card {
    min-height: 457px;
    max-height: 500px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.8);
  }
  .register .swiper-wrapper .swiper-slide .card.tickets {
    border: solid 1px #000;
  }
  .register .swiper-wrapper .swiper-slide .card.lodging {
    border: solid 1px var(--sp_secondary_color);
  }
  .register .swiper-wrapper .swiper-slide .card.parking {
    border: solid 1px var(--sp_secondary_color);
  }
  .register .swiper .swiper-wrapper .swiper-slide .card,
  .register .content-cards .card {
    max-width: 276px;
    max-height: 500px;
  }
  .offcanvas {
    max-height: 700px;
  }
  .offcanvas.offcanvas-end {
    width: 400px;
  }
}
@media screen and (max-width: 1850px) and (min-width: 990px) {
  .container-header .grid-child .navbar-brand {
    left: 2rem;
  }
}
@media screen and (min-width: 720px) {
  .hide-on-md {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .hide-on-sm {
    display: none;
  }
}
.footer {
  background-image: none;
}
.footer .sp__footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.footer .sp__footer p, .footer .sp__footer a {
  color: #fff;
  text-decoration: none;
}
.footer .sp__footer-information {
  display: inherit;
  flex-direction: inherit;
  gap: 1rem;
}
.footer .sp__footer-information-one, .footer .sp__footer-information-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer .sp__footer-information-one-title, .footer .sp__footer-information-two-title {
  font-weight: bold;
}
.footer .sp__footer-information-one p, .footer .sp__footer-information-one a, .footer .sp__footer-information-two p, .footer .sp__footer-information-two a {
  font-size: 1.2rem;
}
.footer .sp__footer-social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.footer .sp__footer-social-media .btn_link {
  background-color: transparent;
  border: none;
}
.footer .sp__footer-terms_conditions, .footer .sp__footer-brand {
  text-align: center;
}

@keyframes copy_link {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    transform: translateY(-6rem);
  }
}
@keyframes more_details {
  0% {
    height: auto;
  }
  25% {
    height: 40%;
  }
  100% {
    height: 100%;
  }
}
@keyframes show_desktop_medium {
  0% {
    width: 100%;
  }
  100% {
    width: calc(100% - 400px);
  }
}
@keyframes hidden_desktop_medium {
  0% {
    width: calc(100% - 400px);
  }
  100% {
    width: 100%;
  }
}
@keyframes show_desktop {
  0% {
    width: 100%;
  }
  100% {
    width: calc(100% - 400px);
  }
}
@keyframes hidden_desktop {
  0% {
    width: calc(100% - 400px);
  }
  100% {
    width: 100%;
  }
}
@keyframes show_carnav_medium {
  0% {
    width: 130px;
  }
  100% {
    width: 400px;
  }
}
@keyframes hide_carnav_medium {
  0% {
    width: 400px;
  }
  100% {
    width: 130px;
  }
}
@keyframes show_carnav {
  0% {
    width: 130px;
  }
  100% {
    width: 400px;
  }
}
@keyframes hide_carnav {
  0% {
    width: 400px;
  }
  100% {
    width: 130px;
  }
}

/*# sourceMappingURL=template_spivet.css.map */
