body{
    background:#2ca6b5;
}
.contenedor{
  background:white;
  padding:30px;
}

.inf-paticipante ul, ul{
   list-style:none;
   padding:0px;
   margin:0px;
}
.detalles-compra{
    padding-bottom: 10px;
    border-bottom: 1px dashed #c8c9ca;
    justify-content: space-between;
}
.precio{
    flex-basis:20%;
    text-align:right;
    font-weight:bold;
}
.totalcompra{
    padding-top:6px;
}
.borde{
    border-right: 1px solid #c8c9ca;
}

.formtargeta input{
    border: 0px;
    border-bottom: 1px solid #c8c9ca;
    border-radius: initial;
}
.error{
    color: red;
    font-size: 12px;
}
.imgoxxo{
    width:60%;
}

.card-errors{
    display: block;
    padding: 10px;
    text-align: center;
    /*background: gold;*/
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .imgoxxo{
        /* margin-top:60px; */
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .oxx{
        margin-top:70px;
    }

    .buttomm{
        text-align:center;
    }

    .borde{
        border:none;
    }
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(73 178 192 / 69%);
    z-index: 999999;
}

.circular {
    position: absolute;
    left: calc(50% - 24px);
    top: calc(40% - 24px);
    display: block;

}
@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    /* transform: rotate(360deg); */
    } 
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}
.lds-ring-index {
    position: absolute;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #006a8f transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.logo{
    position: absolute;
    left: 50%;
    top: calc(20% - 24px);
    text-align: center;
    margin: auto;
    transform:translate(-50%);
}
