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

html {
    height: 100%;
}

@keyframes animatedBackground {
    0% {
        background-position: right bottom;
    }

    100% {
        background-position: -600px bottom;
    }
}


body {
    font-family: 'Karla' !important;
    background-image: url('../img/wave.svg');
    background-repeat: repeat-x;
    background-position: bottom;
    background-attachment: fixed;
    /*animation: animatedBackground 4s linear infinite;
	-moz-animation: animatedBackground 10s linear infinite;
	-webkit-animation: animatedBackground 10s linear infinite;
	-ms-animation: animatedBackground 10s linear infinite;
	-o-animation: animatedBackground 10s linear infinite;*/
}


.card {
    -webkit-box-shadow: 0px 11px 25px -15px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 11px 25px -15px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 11px 25px -15px rgba(0, 0, 0, 0.39);
    border: 0;
    border-radius: 1.25rem;
}

.card-header:first-child {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    padding-top: 15px;
    font-weight: bold;

}

.card-header {
    background-color: #7cbce6;
    color: white !important;
    border: 0;
}

#validation {
    color: #e20000;
    font-size: 14px
}

.error {
    color: #e20000;
    font-size: 14px;
}

#resumen table span,
#resumen-compra span {
    display: block;
    font-size: 12px;
    color: #949494;
}

.btn-primary {
    border: 0 !important;
    background-color: #4ca6e0 !important;
    border-color: #4ca6e0 !important;
}

.btn-primary.disabled {
    border: 0;
}

.btn-primary:hover {
    background-color: #4ca6e0 !important;
    border: 0 !important;
}

.btn-danger {
    background: #fab927;
    border-color: #fab927;
}

#basic-addon1 {
    background-color: #0881d087;
    border: 0;
    color: white;
}

#datepicker {
    border: 0;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
}

.wpfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.wpfloat .my-float {
    margin-top: 16px;
}

.wpfloat:hover {
    color: white;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.is-invalid a {
    color: rgb(215, 21, 21) !important;
}
.is-invalid {
    color: rgb(215, 21, 21)  !important;
}

.disabled-points-events{
    pointer-events: none !important;
    opacity: 0.5 !important;
}
.oculto{
    display: none !important;
}

