html {
    font-size: 14px;
    /* Prevents scroll from displacing content */
    overflow-x: hidden;
    margin-right: calc(-1 * (100vw - 100%));
}

#loading {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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%;
}

body {
    margin-bottom: 60px;
}

.big-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    font-size: 1.5em;
    margin: 10px 0;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: indianred;
    border: none;
}
    .btn-primary:hover {
        background-color: #e31f18 !important;
    }
    .btn-primary.big-button {
    /*background: url("../Images/FondoGradiente.svg");*/
   
    font-size: 22px;
    /*padding-top: 30px;*/
    text-align: center;
    font-weight: bold;
    border: none;
    background-position: center !important;
    background-size: cover !important;
}

    .btn-primary.big-button:hover {
        background: #be1610 !important;
    }

.col-md-6 {
    padding-bottom: 10px;
}

a {
    color: #e31f18;
    text-decoration: underline;
}

    a:hover {
        color: #a91712;
    }

.inscripcionContainer {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 100vh;
}

.formSubsection {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #B0B0B0;
    padding-top: 15px;
    color: indianred;
}

.text-right {
    text-align: right;
}

.force-left {
    text-align: left !important;
}

.force-right {
    text-align: right !important;
}

.aprobado {
    background-color: #caf9ca
}

.preAprobado {
    background-color: yellow;
}

.rechazado {
    background-color: #f0afaf
}


/*#countryCode {
    max-width: 200px;*/ /* Limit the width of the dropdown */
/*white-space: nowrap;*/ /* Prevent text wrapping */
/*overflow: hidden;*/ /* Hide overflowing text */
/*text-overflow: ellipsis;*/ /* Add ellipsis (...) for truncated text */
/*}*/

/* Optional: Style for dropdown options */
/*#countryCode option {
        white-space: nowrap;*/ /* Prevent text wrapping in options */
/*overflow: hidden;*/ /* Hide overflow in long text */
/*text-overflow: ellipsis;*/ /* Add ellipsis (...) */
/*}*/

/* Align the input group better */
.input-group {
    display: flex;
    align-items: stretch;
}

body header nav.navbar {
    background-color: #f5f4f4 !important;
}

div.InfoContainer h1,
div.InfoContainer h2 {
    color: indianred;
    padding-top:20px;
}

div.InfoContainer {
    font-size: 22px;
    text-align: justify;
}
p.subtext {
    font-size: 10px;
}
.logo{
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}