/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*margenes y paddings*/
.form-process.css3-spinner::before {
    background-color: #fff !important;
    opacity: 0.5 !important;
}
::selection {
    background: #a989b8;
    color: #fff;
    text-shadow: none;
}
.invalid-feedback {
    display: block !important;
    text-align: right;
}
.m-none {
    margin: none !important;
}
.mt-none {
    margin-top: 0px !important;
}

.p-none {
    padding: none !important;
}

.pt-none {
    padding-top: none !important;
}

.pt-xlg {
    padding-top: 100px !important;
}

.pt-lg {
    padding-top: 75px !important;
}

.pt-md {
    padding-top: 50px !important;
}

.pt-sm {
    padding-top: 15px !important;
}

.pb-sm {
    padding-bottom: 15px !important;
}

.pb-lg {
    padding-bottom: 100px !important;
}

.pb-md {
    padding-bottom: 50px !important;
}

.pb-none {
    padding-bottom: none !important;
}

.p-sm {
    padding: 20px !important;
}

.p-md {
    padding: 30px !important;
}

.p-lg {
    padding: 50px !important;
}

.pr-md {
    padding-right: 50px !important;
}

.mt-xlg {
    margin-top: 100px !important;
}

.mt-lg {
    margin-top: 75px !important;
}

.mt-md {
    margin-top: 50px !important;
}

.mt-sm {
    margin-top: 25px !important;
}

.mb-xlg {
    margin-bottom: 100px !important;
}

.mb-lg {
    margin-bottom: 75px !important;
}

.mb-md {
    margin-bottom: 50px !important;
}

.mb-sm {
    margin-bottom: 25px !important;
}
.mb-none {
    margin-bottom: 0px !important;
}

.mr-sm {
    margin-right: 8px !important;
}

.mr-md {
    margin-right: 20px !important;
}

.ml-sm {
    margin-left: 10px !important;
}

.ml-md {
    margin-left: 35px !important;
}

/*margenes y paddings*/

label {
    font-size: 0.925rem;
    font-weight: 500;
    font-family: var(--cnvs-primary-font);
    text-transform: none;
    letter-spacing: 0;
    color: #777;
    margin-bottom: 4px;
}

.form-control::-moz-placeholder {
    opacity: 0.4;
    font-weight: 400;
}
.form-control::placeholder {
    opacity: 0.4;
    font-weight: 400;
}

.form-control:active,
.form-control:focus {
    border: 1px solid var(--bs-primary);
    box-shadow: 0px 0px 0px 1px var(--bs-primary);
}

.color-norton {
    background-color: hsl(0 0% 14%);
}

.btn-amarillo-norton {
    background-color: hsl(53 98% 40.7%);
    border-color: hsl(53 98% 40.7%);
}

.btn-amarillo-norton:hover {
    background-color: hsl(53, 81%, 36%) !important;
    border-color: hsl(53, 81%, 36%) !important;
}

.btn:first-child:active {
    background-color: hsl(53, 81%, 36%) !important;
    border-color: hsl(53, 81%, 36%) !important;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn:focus-visible,
.btn.show {
    background-color: hsl(53 98% 40.7%) !important;
    border-color: hsl(53 98% 40.7%) !important;
}

.text {
    font-size: 1rem;
}

.img-mobile {
    display: none !important;
}

.img-desktop {
    display: block !important;
    width: 65%;
    margin: auto;
    padding-top: 15px;
}

.iconlist li {
    font-size: 1rem !important;
    line-height: 1.4 !important;
}

.parrafo {
    line-height: 1.4 !important;
}

.titulo {
    font-size: 2rem !important ;
    line-height: 1.2 !important;
}

::selection {
    background: hsl(0 0% 14%);
    color: #fff;
}

@media (max-width: 768px) {
    .img-mobile {
        display: block !important;
    }

    .img-desktop {
        display: none !important;
    }

    .img-thankyou {
        display: block !important;
        width: 80%;
        margin: auto;
        padding: 25px;
    }
}

@media (min-width: 1200px) {
    .col-xl-6 {
        flex: 0 0 auto;
        width: 65% !important;
    }
}

.loader {
    display: none;
}
.loader.active {
    display: inline-block;
}
button.btn.disabled {
    pointer-events: none;
    opacity: 0.5;
    background-color: hsl(53 98% 40.7%);
    border: unset;
}
