/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Resets */

::selection {
    background-color: #f3c148;
    color: #bd3632;
}

/*scroll bar*/
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f3c148;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f3c148;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.img-fluid {
    width: 100%;
}

.noPadding {
    padding: 0;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

section.noPadding {
    padding: 0em 0;
}

/* Fonts */
/* Fonts */
body,
input,
textarea,
select {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-display: swap;
}

h1 {
    font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
    font-weight: 600;
}

h2 {
    font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
}

h3 {
    font-size: clamp(1rem, 0.94rem + 0.3vw, 1.3rem);
}

h3 span {
    font-weight: 700;
}

p,
li,
label {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}

label {
    font-weight: 500;
}

.smallTxt {
    font-size: 0.7em;
    text-align: center;
}

 .success,
.untested {
  display: none;
}

/* links */
a {
    color: #f73939;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #fe4912 !important;
}

/* Buttons */
.btn {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.4s, border 0.3s;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
    text-transform: none !important;
    -webkit-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    border-radius: 0.4em;
    background-color: #f3c148;
    color: #000;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

.text-white{
    color: #fff;
}

/*Landing page*/
header,
footer {
    background-color: initial !important;
}

.wrapLanding {
    display: grid;
    grid-template-rows: auto 1fr auto;
    position: relative;
    min-height: 100dvh;
    background-image: url(https://image.mkt.sultanes.com.mx/lib/fe3711747364057d771476/m/1/52570c34-6480-4627-ba3b-37b70fb2a75f.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
}

.wrapLanding::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 4, 8);
    background: linear-gradient(0deg,
            rgba(0, 4, 8, 1) 0%,
            rgba(0, 7, 14, 1) 26%,
            rgba(0, 30, 65, 1) 100%);
    opacity: 0.9;
    z-index: 1;
}

::placeholder {
    font-size: 1rem;
}

.logotipo {
    max-width: 200px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner {
    max-width: 110px;
    width: 100%;
    filter: drop-shadow(0 0 10px #000000);
    position: relative;
    z-index: 2;
}

.bannerTY {
    max-width: 750px;
    width: 100%;
    box-shadow: 0 0 10px #f3c148;
}

.wrapLanding h1,
.wrapLanding h2,
.wrapLanding h3 {
    color: #ffbd61;
    position: relative;
    z-index: 2;
}

.wrapLanding p {
    color: #fff;
    position: relative;
    z-index: 2;
}

.wrapLanding p b{
    color: #ffbd61;
}

.wrapLanding form label {
    color: #fff;
    font-size: clamp(0.9rem, 0.88rem + 0.1vw, 1rem);
    margin-bottom: 0.3rem;
}

.wrapLanding form label a {
    color: #fff !important;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #f3c148;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #f3c14855;
}

label.labelImg {
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    text-align: center;
}

label.labelImg img {
    max-width: 150px;
    width: 100%;
    transition-duration: 0.2s;
}

label.labelImg span {
    display: block;
    text-align: center;
    margin-top: 0.5rem;
}

input[type="radio"][id^="checkbox"] {
    display: none;
}

:checked+label:before {
    transform: scale(2);
}

:checked+label img {
    transform: scale(0.9);
    filter: drop-shadow(0 0 5px #f3c148);
}
.form-check-input:checked {
    background-color: #f3c148;
    border-color: #f3c148;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23001e41' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23001e41'/%3e%3c/svg%3e");
}

.formText {
    font-weight: 600;
    font-size: clamp(0.9rem, 0.88rem + 0.1vw, 1rem);
}

.labelCheckbox {
    font-weight: 400;
}

.contentText p {
    color: #fff;
}

.bg-form {
    background-color: #010c19da;
    border-radius: 1rem;
    box-shadow: 0 0 5px #000;
    position: relative;
    z-index: 2;
}

.text-white {
    color: #fff;
    font-weight: 500;
}

.contentText {
    max-height: 700px;
    overflow-y: scroll;
}

.contentText p {
    font-size: clamp(0.9rem, 0.88rem + 0.1vw, 1rem);
}

.loader {
    /* propiedades del eleemto div */
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;

    /* posiionamiento */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;

    /* colores */
    background: rgb(0, 4, 8);
    background: linear-gradient(0deg,
            rgba(0, 4, 8, 1) 0%,
            rgba(0, 7, 14, 1) 26%,
            rgba(0, 30, 65, 1) 100%);

}

.loader img {
    /* ANIMACION */
    -webkit-animation: puff-in-center 1s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: puff-in-center 1s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}