@import url('https://fonts.googleapis.com/css?family=Lato:400,500,600,700,900" rel="stylesheet');

body {
    font-family: "Lato", sans-serif;
    margin: 0;
    margin-bottom: 40px;
    background-color: #f7f7f7;
    overflow-x: hidden;
}

html {
    min-height: 100%;
    position: relative;
}

.select2-container {
    width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
    width: 98%;
}

input {
    border-radius: 15px !important;
}

.disenoInput {
    margin-bottom: 10px;
    position: relative;
}

.disenoInput input {
    box-sizing: border-box !important;
    padding: 10px !important;
    border: none !important;
    transition: all 0.5s ease-in-out !important;
    outline: 0 !important;
    width: 100% !important;
    box-shadow: 0 4px 10px -1px rgba(181, 175, 175, 0.7);
}

.disenoInput input:focus {
    border: 1px solid #7B241C !important;
}

label.disenoLabel {
    transform: translate(-5%, -150%) scale(0.9, 0.9);
    padding: 0 0.25rem;
    display: block;
    position: absolute;
    top: 50%;
    color: #7b241c;
    background-color: rgba(255, 255, 255, 1);
}

#splashscreen {
    align-items: center;
    background-color: #fff;
    border: 3px solid #000;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    z-index: 9999;
}

#splash-content {
    font-style: italic;
    font-size: 30px;
}

@media only screen and (max-width: 800px) {
    .card {
        width: 90% !important;
    }

    .header img {
        width: 200px !important;
        height: 80px !important;
    }

    .card2 {
        width: 95% !important;
    }
}

.fotter {
    background-color: #CA2F38;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 15px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.header {
    background-color: #ffffff;
    box-shadow: 0 2px 4px #c3c3c3;
    -webkit-box-shadow: 3px 0px 7px 1px #c3c3c3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header img {
    width: 220px;
    height: 120px;
    object-fit: contain;
}


.card {
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 1s;
    width: 60%;
    margin-top: 30px;
    border: none;
    border-radius: 10px;
}

.card2 {
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 1s;
    width: 90%;
    margin-top: 30px;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
}

.card2 img {
    width: 140px;
    height: 90px;
    object-fit: contain;
}

.btnPrincipal {
    padding: 5px;
    background-color: #ca2f38;
    border: none;
    color: #ffffff;
    width: 30%;
    border-radius: 7px;
    font-weight: bold;
}

.separador {
    background-color: #7B241C;
    height: 2px;
}

.titutoSeccion {
    color: #ca2f38;
    font-size: 20px;
    font-weight: 800;
}

.contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: auto;
}

.contenedor > div {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px;
}

.subtituloSeccion {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.seccionPasoPaso {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Custom Select */
.select {
    position: relative !important;
    display: flex !important;
    line-height: 2.8 !important;
}

.select select {
    flex: 1;
    padding: 0 .5em !important;
    color: #000 !important;
    cursor: pointer !important;
    appearance: none !important;
    outline: 0 !important;
    border-radius: 15px !important;
    box-shadow: 0 3px 16px -3px rgba(181, 175, 175, 0.7) !important;
    -webkit-appearance: none !important;
    background: #ffffff !important;
    border: none !important;
}

/* Arrow */
.select::after {
    content: '\25BC' !important;
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    padding: 0 5px !important;
    background: #fff !important;
    border-radius: 0px 15px 15px 0px !important;
    cursor: pointer !important;
    pointer-events: none !important;
    overflow: hidden !important;
    -webkit-transition: .25s all ease !important;
    -o-transition: .25s all ease !important;
    transition: .25s all ease !important;
}

/* Transition */
.select:hover::after {
    color: #f39c12;
}

.select select:focus {
    border: 1px solid #7B241C;
}


label.error {
    color: red;
    font-size: 10px;
    display: flex;
    position: absolute;
    margin-left: 3%;

}

input.error {
    border: 1px solid red !important;
    font-weight: 300;
    color: red;
    z-index: auto;
}

.select_error {
    border: 1px solid red !important;
    font-weight: 300;
    color: red;
    z-index: auto;
}

select.error {
    border: 1px solid red !important;
    font-weight: 300;
    color: red;
    z-index: auto;
}

.linkModal {
    font-size: 14px;
    font-weight: 800;
    color: black;
}

.linkModal:hover {
    color: #0c63e4;
    cursor: pointer;
}

.botonInactivo {
    background-color: rgba(170, 183, 184, 0.8);
    color: #95A5A6;
}