﻿@import url('master.css');
* {
    -webkit-transition: 0.5s all !important;
}

.aspNetDisabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

input, textarea {
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
}

a:focus, a:focus-visible {
    box-shadow: none !important;
}

html {
    scroll-behavior: smooth !important;
}

.swal2-confirm.swal2-styled {
background-color: #e59523 !important;
}

#swal2-html-container a {
    color: #e59523;
    font-weight: 600;
    text-decoration: none;
}

#swal2-html-container a:focus-visible {
    outline: none !important;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100dvh;
    font-family: "Montserrat", serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    min-width: 350px !important;
    color: #000;
    background-color: #f8f8f8 !important;
    width: 100vw;
    overflow-x: clip;
}

.navbar-login.responsive a img {
    width: 100% !important;
    border-radius: 50%;
    height: 60px;
}

.body-content {
    padding-left: 0 !important;
    margin: 0 !important;
}

.div-help {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 998;
    padding: .5rem .5rem;
    margin: 0;
}

    .div-help .btn-help {
        width: 50px;
        opacity: 0.5;
        filter: drop-shadow(1px 1px 8px #0005);
    }

    .div-help .btn-help:hover {
        opacity: 1;
    }

#credential_picker_container {
    display: none !important;
}

#credential_picker_container iframe {
    display: none !important;
}

#modalTerminos, #modalTerminos * {
    
}

.div-terminos-y-condiciones-1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999999;
}

.div-terminos-y-condiciones-2 {
    background: #f8f8f8;
    padding: 1rem 0 1rem 4rem;
    margin: 0;
    width: 100vw;
    border-radius: 15px 15px 0 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    height: 250px;
    gap: 10px;
}

    .div-terminos-y-condiciones-2 h3 {
        font-family: "Barlow", sans-serif;
        font-size: 32px;
        font-weight: 700;
        margin: 0;
        height: 25%;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .div-terminos-y-condiciones-2 p {
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 400;
        margin: 0;
        height: 50%;
        align-content: center;
    }

    .div-terminos-y-condiciones-2 p a {
        text-decoration: none;
        color: #e59523 !important;
        font-weight: 600;
    }

    .div-terminos-y-condiciones-2 button {
        background-color: #e59523;
        color: #f8f8f8;
        font-family: "Barlow", sans-serif;
        font-weight: 600 !important;
        font-size: 20px;
        border-radius: 20px;
        padding: .5rem 1rem;
        height: 25%;
        text-transform: uppercase;
        border: none;
    }

#modalTerminos.mostrar #modalContenido {
    transform: translate(-50%, 0%);
    opacity: 1;
}

body.no-scroll {
    overflow: hidden;
}

@media (max-width: 768px) {
    .div-terminos-y-condiciones-2 {
        padding: 1rem !important;
    }

    .div-terminos-y-condiciones-2 h3 {
        font-size: 30px !important;
    }

    .div-terminos-y-condiciones-2 p, .div-terminos-y-condiciones-2 button {
        font-size: 18px !important;
    }

        .div-terminos-y-condiciones-2 p br {
            display: none !important;
        }
}

@media (max-width: 450px)
{
    .div-banner-1 h1, .div-banner h1 {
        font-size: 35px !important;
    }
}