* {
    padding: 0;
    margin: 0;
    font-size: 1.1rem;
}

ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h6,
input {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

img {
    width: 100%;
    min-height: 24px;
    object-fit: contain !important;
}

button,
input:not([type="checkbox"]),
select {
    margin: 0;
    padding: 0;
    /* border-radius: .5rem; */
    border: 1px solid #cecece;
    padding: 0.5rem;

    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    border-radius: 0;
}

input,
textarea {
    border: 1px solid #cecece;
    width: 100%;
    box-sizing: border-box;
}


input,
select,
option {
    font-size: 1.1rem;
}

button,
input[type=button],
input[type=submit] {
    margin-top: 1rem;
    cursor: pointer;
    padding: 0.8rem 1rem;
    width: 10rem;
    min-width: max-content;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
}

body {
    background-image: linear-gradient(to bottom, #006cd8 40%, #ffffff 0%);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

header {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    min-height: 15%;
    height: 20%;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.container-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container-icon img {

    width: 100px;
}

p {
    text-align: center;
}

.container-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-document-input {
    display: flex;
    position: relative;
    min-width: 14rem;
    max-width: 20rem;
    width: 100%;
}

article {
    background-color: rgb(255, 255, 255);
    width: 75%;
    height: 100%;
    padding: 1rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.295));
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

input[type=checkbox] {
    width: 26px;

}

button a,
button a:hover {
    color: black;
    text-decoration: none;
    /* Quitar la línea subrayada */
    background-color: transparent;

}


button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo {
    text-align: center;
}


.content-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.content-img img {
    width: 150px;
}

.title {

    font-size: 1.6rem;
    text-align: center;
}

.container-form {
    /* padding: 1rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#container_info {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
    max-height: 100%;
    transition: max-height .4s ease-out;
    width: min-content;
}

#icon_query {
    font-size: 26px;
    padding-left: 2px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.blue {
    background-color: #ff7c00;
    color: white;
    transition: all ease-out .2s;
    min-width: 5rem;
    min-height: 5rem;
    padding: .5rem;
    width: 6rem;
    height: 6rem;
    max-width: 6rem;
    max-height: 6rem;
    border-radius: 50%;
}

.blue:hover {
    background-color: #c55f00;
    color: white;
}

.blue:disabled {
    background-color: #df9c5d;
}

.input,
select {
    width: 100%;
    padding: .5rem;
    max-width: 20rem;
    min-width: 14rem;
}

.input:focus {
    outline: 1px solid #af5500;

}

.button-lang {

    color: white;
}

.button-lang:hover {

    color: white;
    background-color: #005fbe;

}

#select_document_type {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmlld0JveD0iMCAwIDQuOTUgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogIDxkZWZzPg0KICAgIDxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojNDQ0O308L3N0eWxlPg0KICA8L2RlZnM+DQogIDxyZWN0IGNsYXNzPSJjbHMtMSIgd2lkdGg9IjQuOTUiIGhlaWdodD0iMTAiLz4NCiAgPHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjQuMDc4IDMuOTc0IDIuNDE5IDYuMzA0IDAuNzQ2IDMuOTc0IDQuMDc4IDMuOTc0IiBzdHlsZT0iIi8+DQo8L3N2Zz4=) no-repeat 98.5% 50%;
}

input[type="checkbox"] {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.term-conditions-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0rem .2rem;
    margin-top: -4px;
}


.term-conditions-container a{
    font-size: 1rem;
}

.icon-button{
    width: 42px;
    height: 42px;
}

.btn_form_submit p{
    height:24px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.terminos-container {
    display:flex;
    flex-direction:column;
    gap:1rem;
    width:22rem;
    margin-left:2rem;
}

.terminos-container-input {
    display:flex;
    flex-direction:row;
    align-items: center;
    padding-left:8px;
    gap:.5rem;
    align-items: start;
}

@media (max-width: 450px) {
    .logo {
        width: 80%;
    }
    
    .terminos-container {
        width: 15rem !important;
        margin-left:0;
    }

    .notifyjs-bootstrap-base {
        display: flex;
        white-space: normal !important;
        position: fixed;
        bottom: 10%;
        left: 0;
        width: 100%;
    }
}

.btn-secondary {
    border-radius: 0;
}

#modalTerminos4_1:hover,
#modalTerminos4_2:hover {
    color: #0056b3;
    text-decoration: underline;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { height: 100% !important; overflow-y: visible !important; }