@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.bg-principal {
    background-color: var(--principal);
}

.text-principal {
    color: var(--principal);
}

body {
    background-color: whitesmoke;
    font-family: 'Montserrat';
}

*{
    transition: .3s all ease-in-out;
}

input {
    border: 1px solid black !important;
}

.parte {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.parteActiva {
    background-color: whitesmoke;
    color: black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.parteActiva button {
    font-weight: bold;
}


.parteInactiva {
    transition: .2s all ease-in-out;
    background-color: var(--principal-claro) !important;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/*.parteInactiva:hover {*/
/*    background-color: #d59899;*/
/*    box-shadow: 0 0 5px 5px #d95557;*/
/*    color: black;*/
/*}*/

.inputLinea {
    border: 0 !important;
    border-bottom: 1px solid black !important;
    background-color: transparent;
}

.form-control {
    border: 1px solid black !important;
}

.containerPrincipal {
    border-radius: 20px;
}

.btnSiguiente, .btnAnterior {
    transition: .2s all ease-in-out;
    border: 0 !important;
    border-radius: 10px;
    padding: 0.5em 1em 0.5em 1em;
    background-color: var(--principal);
    color: whitesmoke;
    font-weight: bold;
    font-size: 22px;
}

.btnSiguiente:hover,.btnAnterior:hover {
    background-color: var(--principal-oscuro);
}

.inputSinEstilo {
    border: 0 !important;
    background-color: transparent !important;
}

input[type="radio"] {
    margin: 0.5em;
}

.preciosindescuento{
    font-size: 25px;
    font-weight: bold;
}

.tachado{
    text-decoration: line-through;
}

/*#canvas{*/
/*    */
/*}*/

@media only screen and (max-width: 992px) {
    .parteActiva {
        border-radius: 10px;
    }


    .parteInactiva {
        border-radius: 10px;
    }

    .vertical-responsive {
        flex-direction: column !important;
    }
}

@media (width < 768px){
    .btnAnterior{
        margin-bottom: .4em;
    }
}

.form-select {
    background-color: white !important;
    border: 1px solid black;
}

.form-select:focus, .form-control:focus {
    border-color: var(--principal-claro);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px var(--principal);
    outline: 0 none;
}

#logoempresa{
    display: none;
}

.loader-5 {
    height: 32px;
    width: 32px;
    -webkit-animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-1 {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-5-1 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader-5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: auto;
    margin: auto;
    width: 8px;
    height: 8px;
    background: var(--principal-claro);
    border-radius: 50%;
    -webkit-animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-2 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(24px, 0, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-2 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(24px, 0, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5::after {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: auto;
    bottom: 0; right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: var(--principal-claro);
    border-radius: 50%;
    -webkit-animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-3 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(-24px, 0, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-3 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(-24px, 0, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span {
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
}
.loader-5 span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: auto; right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: var(--principal-claro);
    border-radius: 50%;
    -webkit-animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-4 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(0, 24px, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-4 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(0, 24px, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span::after {
    content: "";
    display: block;
    position: absolute;
    top: auto; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: var(--principal-claro);
    border-radius: 50%;
    -webkit-animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-5 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(0, -24px, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-5 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(0, -24px, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}