@import 'variables';
html{
    margin: 0;
    padding: 0;
    background: url('/imgs/fondo_general.jpg');
    background-size: inherit;
}

.animated-background {
    width: 100%;
    height: 100vh;
    background: url('/imgs/nubes.png') repeat-x;
    background-size: cover; /* Ajusta el tamaño de la imagen de fondo */
    animation: slide 60s linear infinite;
}

@keyframes slide {
    0% { background-position-x: 0px; }
    100% { background-position-x: 7680px; }
}
*,html, body {
    font-family: 'Red Hat Display Regular';
    color:#2C3D48;
}
.uk-tab>*>a:focus, .uk-tab>*>a:hover {
    color: #d1d1d1;
    text-decoration: none;
}
ol, ul {
    padding-left: 15px;
}
.uk-padding-top{
    padding-top:40px;
}
.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
    display: inline-block;
    height: max-content;
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    left: 0;
    right: auto;
}
.uk-nav li>a {
    justify-content: flex-start;
}
#top-bar{
    display: flex;
    justify-content: space-between;
}

#instrucciones{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#btn-custom2{
    margin:unset;
}

.line-height-none{
    line-height: 1;
}
.terminos{
    text-decoration: underline;
}
.uk-tab>*>a {
    text-transform: unset;
}
.uk-custom-font-regular , .text-regular{
    font-family: 'Red Hat Display Regular';
}
.uk-custom-font-Medium , .text-Medium{
    font-family: 'Red Hat Display Medium';
}
.uk-custom-font-bold , .text-bold{
    font-family: 'Red Hat Display Bold';
}
.uk-custom-font-black , .text-black{
    font-family: 'Red Hat Display Black';
}
.uk-custom-color1, .uk-text-red, .uk-text-red>svg>polygon{
    color:#FD0000!important;
}
.uk-custom-color2, .uk-text-black, .uk-text-black>svg>polygon{
    color:#2C3D48!important;
}
.uk-custom-color3, .uk-text-white, .uk-text-white>svg>polygon{
    color:#FFF!important;
}
.uk-custom-bg1{
    background:#FD0000;
}
.uk-custom-bg2{
    background:#2C3D48;
}
.uk-custom-bg3{
    background:#FFF;
}
.menu{
    float:right;
}
.uk-flex-end {
    display: flex;
    justify-content: flex-end;
}
.uk-dotnav>*>* {
    border: 1px solid #FD0000;
}
.uk-dotnav>.uk-active>* {
    background-color: #FD0000;
    border-color: transparent;
}
.span[uk-icon=*] svg{
    color:#FD0000;
}

.span[uk-icon=*] svg path{
    fill: #FD0000;
}
.uk-tab::before {
    border:none;
}
.uk-position-center-left-out {
    position: absolute;
    left: -40px; /* Ajusta este valor según sea necesario */
    top: 50%;
    transform: translateY(-50%);
}

.uk-position-center-right-out {
    position: absolute;
    right: -40px; /* Ajusta este valor según sea necesario */
    top: 50%;
    transform: translateY(-50%);
}

/* Estilos personalizados para SweetAlert2 */
.swal2-popup {
    font-size: 1.6rem; /* Tamaño de fuente personalizado */
    border-radius: 15px; /* Bordes redondeados */
    background:#FFF;
}
.swal2-title {
    font-family: 'Red Hat Display Bold';
    color:#2C3D48!important;
}
.swal2-content {
    font-family: 'Red Hat Display Regular';
    color:#2C3D48!important;
}
.swal2-confirm {
    padding: 5px 25px;
    font-size: 1rem;
    min-width: 180px;
    background: #FD0000!important;
    color: #FFF!important;
    border-radius: 25px!important;
    font-family: 'Red Hat Display Bold';
    border:none!important;
}
.swal2-cancel {
    padding: 5px 25px;
    font-size: 1rem;
    min-width: 180px;
    background: #FD0000!important;
    color: #FFF!important;
    border-radius: 25px!important;
    font-family: 'Red Hat Display Bold';
    border:none!important;
}

#btn-custom1, #btn-custom2{
    padding: 5px 25px;
    font-size: 1rem;
    min-width: 180px;
    color: #FFF;
    border-radius: 25px;
    font-family: 'Red Hat Display Bold';
    border:none;
}

#btn-custom1{
    background: #FD0000;
}
#btn-custom2{
    background: #2C3D48;
}

#btn-custom1:hover{
    background: #f85858;
    text-decoration:none;
    cursor:pointer;
}

#btn-custom2:hover{
    background: #4a5d69;
    text-decoration:none;
    cursor:pointer;
}


.uk-container-xxlarge {
    max-width: 1800px;
}

.uk-container-xxxl {
    max-width: 2000px;
}

.uk-container-4k {
    max-width: 3840px;
}

