@font-face {
    font-family: AvenirBold;
    src: url(@/Fonts/Avenir-Heavy.ttf);
}

@font-face {
    font-family: AvenirRoman;
    src: url(@/Fonts/Avenir-Roman.ttf);
}

* {
    font-family: AvenirRoman, sans-serif;
}

.fondo-thanks {
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(@/Images/Registro/Thanks/fondo.png);
    margin: 0;
}

.thanks-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
    padding-top: 45px;
}

.thanks-containerGdl {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(@/Images/Registro/Thanks/fondo.webp);
    min-height: 718px;
}

.thanks-bienvenido {
    color: #01558c;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
    white-space: pre-line;
}

.thanks-bienvenidoGdl {
    max-width: 797px;
    width: 100%;
    color: #01558c;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
    white-space: break-spaces;
    padding-top: 71px;
}

.thanks-bienvenido-bolt {
    color: #03a591;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 64px;
}

.image-tablet {
    padding-bottom: 40px;
}

.image-tabletGdl {
    padding: 62px 0 0;
}

.tnks-texto-fondo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 89px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
}

.tnks-texto-fondoGdl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 89px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #00a490 0%, #1db9fa 100%);
}

.thanks-procesado {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    line-height: 127%;
}

.thanks-procesado-bold {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 127%;
}

.thanks-gracias {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.thanks-graciasGdl {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 20px;
}

.medical-icon {
    max-width: 156px;
    width: 100%;
    padding-bottom: 30px;
}

.medical-iconGdl {
    max-width: 156px;
    width: 100%;
    padding: 14px 0 30px 0;
    margin: 0 auto;
}

.swal2-title b {
    font-size: 24px;
    color: #333;
    font-family: AvenirBold, serif !important;
}

.swal2-html-container {
    padding: 0 1.6em 0.3em !important;
}

.swal2-html-container b {
    color: black;
    padding-top: 10px;
}

.swal2-container {
    border-radius: 20px !important;
}

/*Boton effecto*/
.btn-20,
.btn-20 *,
.btn-20 :after,
.btn-20 :before,
.btn-20:after,
.btn-20:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-20 {
    -webkit-tap-highlight-color: transparent;
    background-color: #f07f1e;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    margin: 25px auto 5px;
    padding: 0;
    width: 218px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-20:disabled {
    cursor: default;
}

.btn-20:-moz-focusring {
    outline: auto;
}

.btn-20 [hidden] {
    display: none;
}

.btn-20 {
    border-radius: 99rem;
    overflow: hidden;
    padding: 0.8rem 3rem;
    position: relative;
}

.btn-20 span {
    mix-blend-mode: lighten;
}

.btn-20:before {
    background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
    content: '';
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skew(0deg) translateX(-20%);
    transition: transform 0.2s ease;
    width: 120%;
}

.btn-20:hover:before {
    transform: skew(-45deg) translateX(75%);
}

@media (max-width: 1440px) {
}

@media (max-width: 770px) {
    .thanks-bienvenido {
        max-width: 417px;
    }

    .thanks-procesado {
        font-size: 16px;
    }

    .thanks-procesado-bold {
        font-size: 16px;
    }

    .thanks-gracias {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .image-tablet {
        content: url(@/Images/Registro/Thanks/tabletMovil.png);
    }
}
