@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


:root{
    --body-font: 'Outfit', sans-serif;
    --body-font-2: 'Outfit', sans-serif;
    --most-bigger-font-size: 3rem;
    --biggest-font-size: 2.25rem;
    --bigger-font-size: 1.55rem;
    --big-font-size: 1.35rem;
    --medium-font-size: 1.25rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1rem;
    --normal-font-size: .938rem;
    --title-font-size: .8rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;
    --smallest-font-size: .65rem;
    --border-size: 2px;

    --font-medium: 500;
    --font-semi-bold: 600;

    --z-tooltip: 10;
    --z-fixed: 100;


    --body-color: #d9e6ed;
    --table-selected: #d1d935;  
    /*--body-color: #FAFBFF;*/
    --input-color: #111111;
    --notif: #FFFFFF;
    --title-color: #1e1e1e;
    --title-color-2: #e1e1e1;
    --label-color: #e1e1e1;
    --label-color-2: #1e1e1e;
    --text-color: #ededed;
    --checkbox: #cacaca;
    --text-color-2: #b0b0b0;
    --base: hsl(0, 0%, 95%);
    --border: #D98B91;
    --border-color: #04101b;
    --border-color-2: #f2eaea;
    --border-color-3: #cad2d3;
    --border-color-4: #cacaca;
    --border-table: #EDEDED;
    --variant: #d1d935;  
    --variant2: #182b76;
    --link: #1e58f5;
    --checked: #d1d935;  
    --shadow: #646464;
    --shadow-2: #ffffff;
    --pdf: #f26262;
    --error: #f6dada;
    --error-label: #e98d8d;
    /*--menu: hsl(227, 20%, 9%);*/
    --menu: #FAFAFA;
    --success: #239cff;
    --selected: rgb(225, 247, 118);
    --selected-li: hsla(228, 3%, 64%, 0.163);
    --selected-menu: #F1F1F1;
    --hovered-li: hsla(231, 3%, 59%, 0.12);
    --hovered-row: hsla(231, 3%, 59%, 0.12);
    --scroll: #191723;
    --bg: #D9CBBA;
    --tooltip: #1e1e1e;

    --gradient-1: linear-gradient(135deg, #F4EEFF, #FBFCDB);
    --gradient-2: linear-gradient(135deg, #FFF1EB, #ACE0F9);
    --gradient-3: linear-gradient(135deg, #a0dbff, #9fffec);
}


@media screen and (min-width: 1024px) {
    :root {
        --biggest-font-size: 2.3rem;
        --h1-font-size: 2.25rem;
        --h2-font-size: 1.5rem;
        --h3-font-size: 1.25rem;
        --normal-font-size: 1rem;
        --title-font-size: .8rem;
        --small-font-size: .875rem;
        --smaller-font-size: .76rem;
        --smallest-font-size: .71rem;
    }
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    min-height: 100vh;
    height: 100%;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    background-color: var(--body-color) !important;
    color: var(--text-color);
    transition: .5s;
}
html {
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: .3rem;
    border-radius: .5rem;
    background-color: var(--container-color);
}

::-webkit-scrollbar-thumb {
    background-color: var(--scroll);
    border-radius: .5rem;
}
::-webkit-scrollbar-thumb:hover {
    background-color: hsl(228, 8%, 54%);
}
input[type="date"]::-webkit-calendar-picker-indicator, 
input[type="time"]::-webkit-calendar-picker-indicator{
    filter: invert(1) !important;
}
.section{
    padding: 1rem 2rem;
}
.grid{
    display: grid;
}
.hide{
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: var(--text-color);
}
a:hover{
    cursor: pointer;
}
input, textarea, select {
    transform: scale(1);
}
input:not([type=radio]):not([type=checkbox]), textarea{
    outline: none;
    border: none;
    transition: 0.3s all ease;
    background: unset;
    min-height: 35px;
    font-family: var(--body-font);
}
textarea{
    resize: none;
    font-family: var(--body-font);
}
input:not([type=checkbox]):disabled, textarea:disabled,
input:not([type=checkbox]):read-only, textarea:read-only{
    background: var(--body-color) !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input, input::placeholder , textarea, textarea::placeholder{
    color: var(--text-color-2);
}
input:focus , textarea:focus{
    color: var(--text-color);
}
input[type=number] {
    -moz-appearance: textfield;
}

.aspekta{
    font-family: var(--body-font-2) !important;
}
select{
    outline: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    min-height: 35px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' style='fill: hsl(0, 0%, 75%);transform: ;msFilter:;'><path d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'></path></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 8px;
    border: none;
    text-transform: capitalize !important;
    transition: 0.3s all ease;
}
select option{
    text-transform: capitalize !important;
}
.button{
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    min-height: 35px;
    gap: 0.5rem;
    background: var(--variant);
    color: var(--title-color);
    font-size: var(--normal-font-size);
    font-weight: 400;
    transition: 0.3s all ease;
}
.button:hover{
    cursor: pointer;
    opacity: 0.7;
}
.button.disabled{
    cursor: not-allowed;
    background: var(--body-color);
    opacity: 0.7;
}
.button:active{
    background: var(--body-color);
    opacity: 0.6;
}
.button.v-2{
    background: transparent;
    color: var(--variant);
    border-bottom: var(--border-size) solid var(--variant);
}
main{
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #1e1e1e, #f7ff01, #0f0e1f, #183090, #190b0b, #000000);
    background-size: 300% 300%;
    animation: gradientAnimation 20s ease infinite;
}
@keyframes gradientAnimation {
    0% {
        background-position: 30% 50%;
    }
    25% {
        background-position: 100% 10%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 80%;
    }
}
.container{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e1e1e9f;
    backdrop-filter: blur(50px);
    gap: 1rem;
}
.container .desc{
    line-height: 1.7;
    font-size: var(--normal-font-size);
    text-align: justify;
}
.container .list{
    padding-left: 2rem;
}
.container .list li{
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    list-style:disc;
    text-align: justify;
}
.cards{
    padding: 0.5rem 0.2rem;
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0.2rem;
    background: var(--body-color);
}
.cards .req{
    position: relative;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: fit-content;
    width: 100%;
}
.cards .req .icon{
    position: relative;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
}
.cards .req .icon img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.cards .req p{
    text-align: center;
    width: 100%;
    font-size: var(--small-font-size);
}
.sw-form{
    position: relative;
    padding: 0rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    gap: 1rem;
    align-items: stretch;
    width: min(800px, 100%);
    background: var(--input-color);
    border: 1px solid rgba(97, 97, 97, 0.2);
    box-shadow: 0 4px 30px -1px rgba(0, 0, 0, 0.256);
}
.sw-form .logos{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.sw-form .logo{
    width: min(100%, 550px);
    height: auto;
    object-fit: cover;
}
.sw-form .swiper-slide{
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: start;
    gap: 1.5rem 1.5rem;
    width: min(550px, 100%);
    height: unset !important;
}
.sw-form .swiper-slide.cntr{
    align-content: center;
}
.sw-form .swiper-slide.v-2{
    grid-template-columns: repeat(1, 100%);
}
.sw-form .swiper-slide .i-section{
    position: relative;
    padding: 2rem 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: start;
    border-top: var(--border-size) dashed var(--border-color);
    border-bottom: var(--border-size) dashed var(--border-color);
    background: var(--base);
    gap: 1.5rem 1.5rem;
    width: 100%;
}
.sw-form .swiper-slide.v-2 .i-section{
    grid-template-columns: repeat(1, 100%);
}
.sw-form .swiper-slide .i-section .bxs-x-square{
    position: absolute;
    top: 0;
    right: 0;
    color: var(--error-label);
    font-size: var(--bigger-font-size);
    transition: 0.3s all ease;
}
.sw-form .swiper-slide .i-section .bxs-x-square:hover{
    opacity: 0.7;
    cursor: pointer;
}
.c-2{
    grid-column: 2 span !important;
}
.sw-form .swiper-slide.v-2 .c-2{
    grid-column: unset !important;
}
.c-2 ul{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-size: var(--small-font-size);
    gap: 0.5rem;
}
.sw-head{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
}
.first .sw-head{
    flex-direction: column;
}
.c-infop{
    padding: 0.5rem 0;
    width: 100%;
    font-size: var(--small-font-size);
}
.sw-foot{
    padding: 0.5rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.5rem;
    height: 35px;
}
.sw-foot.cntr{
    justify-content: center;
}
.sw-head span{
    padding: 0.2rem;
    background: var(--variant);
    color: var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: var(--normal-font-size);
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
}
.sw-head.cntr h2{
    text-align: center;
}
.sw-head h2{
    font-weight: 300;
    text-align: start;
    font-size: var(--h2-font-size);
    width: 100%;
}
.sw-head h1{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    text-align: start;
    font-size: var(--h2-font-size);
    width: 100%;
    color: var(--variant);
}
.first .sw-head h1{
    text-align: center;
    color: var(--text-color);
    text-transform: none;
    letter-spacing: unset;
    color: #808080;
}
.first .sw-head h2{
    font-size: var(--normal-font-size);
    color: var(--variant);
}
.sw-head h2.important{
    color: var(--variant);
    font-weight: 600;
    font-size: var(--big-font-size);
}
.i-field{
    position: relative;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 0.2rem;
}
.i-input{
    position: relative;
    display: flex;
    width: 100%;
    height: fit-content;
    border: var(--border-size) solid var(--variant2);
}
.i-input.alt{
    align-items: center;
    gap: 0.5rem;
}
.i-input.alt .i-label{
    position: relative;
    top: unset;
    left: unset;
    transform: translateY(0%);
}
.i-input.no-bor{
    border-color: transparent;
}
.i-input input:not([type=radio]):not([type=checkbox]){
    position: relative;
    padding: 0.5rem 1rem;
    width: 100%;
    height: 35px;
    font-size: 1rem;
    z-index: 2;
}
.i-input.mixed input:nth-child(1),
.i-input.mixed select{
    text-align: center;
    padding: 0.5rem;
    background: var(--body-color);
    max-width: fit-content;
}
.i-input textarea{
    position: relative;
    padding: 0.5rem 1rem;
    width: 100%;
    height: 80px;
    font-size: 1rem;
    z-index: 2;
}
.i-input .i-label{
    position: absolute;
    top: 50%;
    left: 0.5rem;
    padding: 0.2rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: start;
    background: transparent;
    gap: 0.2rem;
    border-radius: 4px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: var(--small-font-size);
    z-index: 1;
    transform: translateY(-50%);
    transition: 0.3s all ease;
}
.i-input input:not([type=checkbox]):focus,
.i-input input:not([type=checkbox]):valid,
.i-input textarea:focus,
.i-input textarea:active{
    background: var(--input-color);
    box-shadow: 0px 0px 8px -1px var(--variant2);
}
.i-input:not(.alt) input:not([type=checkbox]):focus ~ .i-label,
.i-input:not(.alt) input:not([type=checkbox]):valid ~ .i-label,
.i-input:not(.alt) .i-label.active{
    left: 0.2rem;
    top: -0.5rem;
    background: var(--variant2);
    font-size: var(--small-font-size);
    z-index: 4;
    scale: 0.95;
}
.i-input.alt .i-label.active{
    background: var(--variant2);
    font-size: var(--normal-font-size);
}
.i-input textarea ~ .i-label.active{
    top: -10%;
}
.i-input .i-label i{
    font-size: var(--big-font-size);
}
.i-field .i-tip{
    color: var(--text-color-2);
    font-size: var(--small-font-size);
}
.i-field .i-desc,
.i-field .i-desc *{
    font-size: var(--smaller-font-size) !important;
}
.i-separator{
    width: 100%;
    height: var(--border-size);
    background: var(--variant);
}
.i-input select{
    width: 100%;
}
.i-input.w-ico i:nth-child(3){
    padding: 0.5rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--big-font-size);
    background: var(--variant2);
    transition: 0.3s all ease;
    cursor: pointer;
}
.i-input.w-ico i:nth-child(3):hover{
    opacity: 0.7;
}


.select2-container{
    width: auto !important;
}
.select2-dropdown--below,
.select2-dropdown--above{
    width: 300px !important;
}
.i-input .select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 100%;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    gap: 10px;
}
.select2-container--default .select2-results__option {
    display: flex;
    align-items: center;
    gap: 10px;
}
.select2-container--default .select2-results__option img {
    width: 20px;
    height: 15px;
    border-radius: 2px;
}
.select2-container--default .select2-selection--single img {
    width: 20px;
    height: 15px;
    border-radius: 2px;
}
.select2-container--disabled{
    background: transparent !important;
}
.select2-container--default .select2-selection--single {
    background: transparent;
    border-radius: 0px;
    border: var(--border-size) solid var(--variant);
}
.select2-container--default .select2-selection--single .select2-selection__rendered span:not(.country-code){
    display: none;
}
#c-pais .select2-container--default .select2-selection--single .select2-selection__rendered span:not(.country-code){
    display: initial;
}
#c-pais .select2-container{
    height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
    top: 0;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' style='fill: hsl(0, 0%, 75%);transform: ;msFilter:;'><path d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'></path></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 0.5rem);
    background-position-y: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{

    border: none;
}
.country-code {
    font-size: var(--small-font-size);
    color: #666;
}
.select2-container--default .select2-results__option--group {
    padding: 0.5rem 0;
    border-bottom: var(--border-size) solid #ccc;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.select2-container--default .select2-results__group {
    padding: 0px;
}
#final-slide{
    gap: 0.5rem;
    font-size: var(--small-font-size);
}
#final-slide .sw-head{
    margin-bottom: 0.5rem;
}
.sw-fli{
    position: relative;
    background: transparent;
    font-size: var(--small-font-size);
}
.sw-fli li{
    position: relative;
    padding: 0.5rem 1rem;
}
.sw-fli li:nth-child(odd){
    background: var(--variant2);
}
.sw-fli li a{
    text-decoration: underline;
    color: var(--link);
}
.sw-fli li p span{
    font-weight: 600;
    letter-spacing: 1px;
}

.bg-load{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2a2a2a31;
    backdrop-filter: blur(10px);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
}
.bg-load.show{
    opacity: 1;
    visibility: visible;
}
.bg-load img{
    position: absolute;
    width: 65px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.loader {
    width: 110px;
    aspect-ratio: 1/1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: var(--variant);
    animation: l15 1s infinite linear;
}
.loader::before,
.loader::after {    
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
}
.loader::after {
    margin: 8px;
    animation-duration: 3s;
}
@keyframes l15{ 
    100%{transform: rotate(1turn)}
}

@media screen and (max-width: 600px) {
    .sw-form{
        padding: 0rem 1rem 2rem 1rem;
    }
    .sw-form .swiper-slide,
    .sw-form .swiper-slide .i-section{
        grid-template-columns: repeat(1, 100%);
        grid-auto-flow: dense;
        gap: 1.5rem 0rem;
    }
    .sw-form .logo{
        padding: 0 0.3rem;
    }
    .c-2{
        grid-column: unset !important;
    }
    .sw-head h2{
        font-size: var(--h3-font-size);
    }
}

@media screen and (max-width: 470px) {
    :root{
        --border-size: 1px;
    }
    .section{
        padding: 1rem;
    }
    .cards{
        padding: 0.5rem 0.2rem;
    }
    .cards .req{
        height: 100px;
    }
}

@media screen and (max-width: 400px) {
    .cards .req{
        height: 80px;
    }
    .cards .req p{
        font-size: var(--smaller-font-size);
    }
    .select2-dropdown--below,
    .select2-dropdown--above{
        width: 250px !important;
    }
}

@media screen and (max-width: 400px) {
    .section{
        padding: 1rem 0.5rem;
    }
    .cards .req{
        height: 80px;
    }
    .cards .req .icon{
        width: 60%;
    }
}

@media screen and (max-width: 320px) {
    .cards .req{
        height: 75px;
    }
    .cards .req p{
        font-size: var(--smallest-font-size);
    }
    .select2-dropdown--below,
    .select2-dropdown--above{
        width: 200px !important;
    }
}