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

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

/*margenes y paddings*/
:root {
    --cnvs-primary-font: "Roboto", sans-serif;
}

.form-process.css3-spinner::before {
    background-color: #fff !important;
    opacity: 0.5 !important;
}
::selection {
    background: hsl(29, 88%, 53%);
    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: 10px !important;
}

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

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

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

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

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

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

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

.ptb {
    padding-bottom: 15px;
    padding-top: 15px;
}

.plr {
    padding-left: 24px;
    padding-right: 24px;
}

.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: 10px !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-iedukar {
    background-color: hsl(29, 88%, 53%);
}

.btn-naranja-iedukar {
    background-color: hsl(353 86.6% 50.2%);
    border-color: hsl(353 86.6% 50.2%);
}

.btn-naranja-iedukar:hover {
    background-color: hsla(353, 84%, 45%);
    border-color: hsla(353, 84%, 45%);
}

.btn:first-child:active {
    background-color: hsl(353, 84%, 45%) !important;
    border-color: hsl(353, 84%, 45%) !important;
}

.text {
    font-size: 1rem;
}

.img-desktop {
    display: block !important;
    width: 450px;
    margin: auto;
    padding-top: 5px;
}

.img-fluid {
    max-width: 220px;
}

.iconlist li {
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
    margin: 0px 20px 0px 30px;
}

.parrafo {
    line-height: 1.2 !important;
    font-size: 0.95rem;
}

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

.notas {
    font-size: 0.875rem !important;
}

::selection {
    background: hsl(29, 88%, 53%);
    color: #fff;
}

.bi-circle-fill {
    font-size: xx-small !important;
}
.rounded {
    border-radius: 32px !important;
}

.w-btn {
    width: 288px;
    height: 48px;
}
a.w-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 32px;
    padding-left: 32px;
}

.col-btn {
    display: flex;
    justify-content: center;
}

.link-tyc {
    color: #212529;
}

.logo {
    display: flex;
    justify-content: flex-end !important;
    padding-bottom: 5px;
}

h2 {
    margin: 0 0 0 0 !important;
}

[class*="fa-"]::before,
[class*="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-flex;
    align-self: center;
    justify-self: center;
    line-height: inherit;
    padding-right: 5px;
}

ul {
    margin-bottom: 0px !important;
}

.loader {
    display: none;
}
.loader.active {
    display: inline-block;
}
a.btn.disabled,
button.btn.disabled {
    pointer-events: none;
    opacity: 0.5;
    background-color: hsla(353, 84%, 45%);
    border: unset;
}

.alert.alert-success {
    font-size: 0.85rem;
    padding: 1rem;
    padding-right: 2rem;
    margin-bottom: 0px;
}

form .form-group {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .img-thankyou {
        display: block !important;
        width: 80%;
        margin: auto;
        padding: 25px;
    }
}

@media screen and (max-width: 380px) {
    .img-desktop {
        max-width: 220px;
    }
    .logo img {
        max-width: 100px;
    }
    .titulo {
        font-size: 1.3rem !important;
    }

    .parrafo {
        font-size: 0.875rem !important;
    }
}

@media (min-width: 992px) {
    .img-desktop {
        margin: unset;
    }
}

@media (min-width: 1025px) {
    .img-desktop {
        margin: unset;
    }
    .img-container {
        height: calc(100vh - 300px);
    }
}

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

@media screen and (min-width: 768px) {
    .thanks-image {
        margin-top: 20vh !important;
    }
}
