:root {
    --letter: #ffffff;
}

/*body {
    min-height: 100vh;
    height: 100%;
}*/

body {
    background: url('/provi/img/tickets/pista%20de%20hielo%20_background.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
    height: 100%;
    /*width: 100%;*/
}

.row-c {
    padding: 1.5em;
}
.error {
    color: rgb(189, 12, 12);
}
.row.importante {
    background: #cbe9f8;
    color: #1d1d1b;
    font-size: 1.5em;
}
.row.importante div {
    padding: 2.6em 4em;
}

.container-wp {
    position: relative;
    color: white;
    padding: 40px 0 40px 0;
}
.container-wp img, .container-wp div {
    position: relative;
}
.Lbox {
    position: relative;
    margin:auto;
    width: 60%;
    padding: 1.5em;
}


/*--- Formulario ---*/
.container-wp form {
    /*position: relative;
    bottom: 50px;*/
    padding: 4.1em 4.5em;
    /*max-width: 400px;*/
    max-width: 30rem;
    /*width: 33vw;*/
    margin: 50px auto;
    color: #1d1d1b;
    background-color: white;
    font-weight: 800;
    text-align: center;
    border-radius: 2em;
}
.container-wp form label, .container-wp form input, .container-wp form select, .container-wp form textarea, .container-wp form button {
    display: block;
    font-size: 1.6em;
}
.container-wp form p {
    /*margin-top: 1.2em;*/
    font-size: 2em;  
}
.container-wp form label {
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    font-weight: 600;  
}
.container-wp form input {
    padding: 0 1.1em;
    color: #494949;
    border: 1px solid #494949;
    width: 100%;
}
.container-wp form input, .container-wp form button {
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
}
.container-wp form select {
}
.container-wp form textarea {
}
.container-wp form button {
    padding: 0.01em 0.8em;
    color: white;
    background-color: #0a5f8d;
    font-size: 2.1em;
    font-weight: 800; 
    border-color: transparent;
    border-radius: 1em;
    cursor: pointer;
}

/*--- Texto ---*/
.text-b {
    width: 100%;
    padding: 1.1em 4em;
    margin-left: auto;
    margin-right: auto;
    /*font-size: 0.9em;*/
}
.text-b p {
    font-size: 1.5em;
}
.text-b .title {
    font-size: 3.5em;
    font-weight: 900;
}
.Lbox .text-b li {
    font-size: 1.1em;
}


/* Imagenes */
/*.container-wp .background {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.container-wp .vecino1 {
    position: absolute;
    top: calc(1.5em + 5vw);
    right: 0;
    width: 50%;
}
.container-wp img.title {
    width: 100%;
}*/

#loader-overlay {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

/* Estilo del loader circular */
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Animación del loader */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*Modal*/

.modal-title{
    color: #333;
}

.text_label {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.text_label span {
    font-weight: normal;
}

#modalCard .modal-content{
    /* background: url('/provi/img/tickets/pista%20de%20hielo%20_background.png'); */
    /* background: url('/provi/img/tickets/mensaje-tickets.jpeg'); */
    background-size: 100% 100%;
    height: 550px;
    width: 100%;
}



#myModal .modal-content{
    /* background: url('/provi/img/tickets/pista%20de%20hielo%20_background.png'); */
    background: url('/provi/img/tickets/mensaje-correcto2.png');
    background-size: 100% 100%;
    height: 520px;
    width: 100%;
}

#myModalError .modal-content{
    /* background: url('/provi/img/tickets/pista%20de%20hielo%20_background.png'); */
    background: url('/provi/img/tickets/mensaje-lo-sentimos.png');
    background-size: 100% 100%;
    height: 520px;
    width: 100%;
}

#myModalSoldOut .modal-content{
    background: url('/provi/img/tickets/mensaje-lo-sentimos.png');
    background-size: 100% 100%;
    height: 520px;
    width: 100%;
}

#myModal .modal-header, #myModalError .modal-header, #myModalSoldOut .modal-header{
    border-bottom: none !important;
}

#myModal .btn-close, #myModalError .btn-close, #myModalSoldOu .btn-close{
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") !important;
}

.modal-body-error{
    position: relative;
}

.wp_text_message_modal{
    position: absolute;
    /* border:1px solid red; */
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 30%;
    text-align: center;
}

.text_title_modal{
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospaces;
}

.text_message_modal{
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    /* text-shadow: 1px 1px 1px #111; */
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospaces;
}

.wp-renovar{
    display: none;
}

.link_modal {
    display: inline-block !important;
    font-weight: 700;
}

.img-hand-card{
    position: absolute !important;
    right: 0;
    top: 30px;
}

@media only screen and (max-width: 769px) {

  .img-hand-card{
    display: none;
  }

  .text-b .title {
    font-size: 2em;
    }

    .text-b {
        padding: 15px;
    }

    .text-b p {
        font-size: 1em;
    }

    .container-wp form {
        padding: 15px;
    }
    .container-wp form p {
        font-size: 1.2em;
    }
    .container-wp form button {
        padding: 3px 21px;
        font-size: 1em;
    }
}