html, body {
    height: 100%;
    margin: 0;
}

html {
    font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}



.form {
    background-color: #F3F3F6;
    padding: 100px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

h2 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #333;
}

input, select {
    margin-bottom: 15px;
    font-size: 1rem;
}

button {
    background-color: #6ab090;
    color: white;
    border: none;
    padding: 15px 50px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.navbar {
    background-color: #0F69BF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

    .nav-links li {
        margin-left: 20px;
    }

    .nav-links a {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }

        .nav-links a:hover {
            text-decoration: underline;
        }

footer {
    width: 100%;
    padding: 20px;
    position: relative; /* Para que no se quede fijo, sino que se ubique al final del contenido */
}



.imgcenter {
    text-align: center;
    height: 50px;
}

.contenedor img {
    display: inline-block;
}

.responsive-image {
    width: 100%;
    height: auto;
    max-width: 300px;
}


.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 50px;
    min-width: 100%;
    height: 20px;
    max-width: 75px;  
    height: 100px;

}

h5 {
    font-size: 24px;
    font-weight: bold;
}

p {
    color: rgba(0, 0, 0, 0.5);
}

.background-container {
    background: #5d9ad0;
    background-image: url('../img/dollar.png');
    background-size: cover;
    background-position: center;
    padding: 30px;
    height: 100vh;
    margin: -20px 0 50px;
}

@media (max-width: 768px) {
    html {
        font-size: 16px;
    }

    .form {
        padding: 1rem;
        max-width: 100%;
    }

    .navbar {
        flex-direction: column;
        align-items: center;
    }

    .nav-links {
        flex-direction: column;
        text-align: center;
    }

    .background-container {
        padding: 20px;
        height: auto;
    }

    button {
        padding: 10px 30px;
        font-size: 14px;
    }
}

.custom-dropdown {
    display: block;
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: white;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.btn-secondary {
    background-color: #6c757d;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.btn-secondary:hover {
    background-color: #5a6268;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .row {
        display: flex;
        flex-direction: column;
    }

    .col-md-6, .col-md-12 {
        width: 100%;
    }
}

.form-container {
    max-width: auto;
    padding: 20px;
    border-radius: 15px;
    margin: auto;
}

.gobernment {
    max-width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

.position-absolute {
    position: absolute !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.code {
    color: #28a745;
    font-size: 22px;
    font-weight: bold;
}

.whatsapp-number {
    color: #17a2b8;
    font-weight: bold;
    text-decoration: none;
}

    .whatsapp-number:hover {
        text-decoration: underline;
    }

.form-cont {
    text-align: center;
}

.invalid {
    border: 2px solid #ff0000 !important;
    background-color: #F3F3F6;
}


.select-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.clear-btn {
    position: absolute;
    right: 35px;  
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 12px;
}


.clear-btn-mb-3 {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 12px;
}


 
    .clear-btn:hover {
        color: #c82333;
    }



.text-bold-spacing {
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #483e3e
}


input.input-validation-error {
    border-color: #dc3545;
    background-color: #f8d7da;
}

span.field-validation-error {
    color: #dc3545;
    display: block;
}


.group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: .375rem
}