.bg-gradient-misalud {
    background: rgb(3, 27, 113);
    background: linear-gradient(90deg, rgba(3, 27, 113, 1) 0%, rgba(3, 27, 113, 0.9023984593837535) 100%);
    background-size: cover;
}

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #6610f2;
    border-bottom: 10px solid #6610f2;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-grid {
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #031b71;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

@keyframes lds-grid {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}


input {
    text-align: center;
}

.pregunta {
    text-align: left;
    color: #000;
    margin-left: 5px;

}

.derecha {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.perfiles {
    display: none;
}

.btn-accion {
    background-color: #4CACA9;
    border-color: #4CACA9;
    color: #fff;
}

.btn-accion:hover {
    background-color: #3e9896;
    border-color: #3e9896;
    color: #fff;
}

.btn-accion:focus,
.btn-accion:active {
    background-color: #378683;
    border-color: #2e7472;
    box-shadow: 0 0 0 0.25rem rgba(76, 172, 169, 0.5);
}

.btn-accion:disabled,
.btn-accion.disabled {
    background-color: #a3d6d5;
    border-color: #a3d6d5;
    color: #fff;
    opacity: 0.65;
}

.btn-accion-outline {
    background-color: transparent;
    border: 2px solid #4CACA9;
    color: #4CACA9;
}

.btn-accion-outline:hover {
    background-color: #4CACA9;
    color: #fff;
}

.btn-accion-outline:focus,
.btn-accion-outline:active {
    background-color: #3e9896;
    border-color: #3e9896;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(76, 172, 169, 0.5);
}

.btn-accion-outline:disabled,
.btn-accion-outline.disabled {
    color: #a3d6d5;
    border-color: #a3d6d5;
    opacity: 0.65;
}



.error {
    margin-bottom: 0px;
    color: red !important;
}


.btn-unam {
    background-color: #112941;
    border-color: #112941;
    color: #fff;
}

.btn-unam:hover {
    background-color: #0e2239;
    border-color: #0e2239;
    color: #fff;
}

.btn-unam:focus,
.btn-unam:active {
    background-color: #0c1e32;
    border-color: #0b1a2b;
    box-shadow: 0 0 0 0.25rem rgba(17, 41, 65, 0.5);
}

.btn-unam:disabled,
.btn-unam.disabled {
    background-color: #2c4763;
    border-color: #2c4763;
    color: #fff;
    opacity: 0.65;
}

.btn-unam-outline {
    background-color: transparent;
    border: 2px solid #112941;
    color: #112941;
}

.btn-unam-outline:hover {
    background-color: #112941;
    color: #fff;
}

.btn-unam-outline:focus,
.btn-unam-outline:active {
    background-color: #0e2239;
    border-color: #0e2239;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(17, 41, 65, 0.5);
}

.btn-unam-outline:disabled,
.btn-unam-outline.disabled {
    color: #2c4763;
    border-color: #2c4763;
    opacity: 0.65;
}

.dorado{
    color:#4CACA9 !important;
}