﻿body {
    padding-top: 2em;
}

hr {
    border: 10px solid rgba(253, 148, 41, 0.75);
    border-radius: 5px;
    margin-top: 2em;
    margin-bottom: 2em;
}

.frmRedondeado {
    padding: 0.5em;
    border-radius: 1em;
    border: solid 2px silver;
    background-color: white;
    box-shadow: rgba(0,0,0,0.9) 2px 2px 3px;
}

.titulo {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
.errMsg{
    color: darkred;
    font-size:1.1em;
    font-weight:bold;
}
.titContenido {
    font-size: 2em;
    color: rgba(253, 148, 41, 0.9);
    font-weight:bold;
    margin-bottom: 0.5em;
}
.espacioBajo{
    padding-bottom:2em;
}

#modalBG{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position:fixed;
    background-color: rgba(0,0,0,0.5);
    top:0;
    left:0;
    z-index:100;
}
#loader{
    margin-top:25vh;
    align-content: center;
    text-align:center;
}

label.f1 {
    font-size: 1.5em;
    font-weight: bold;
}

.divBordeado {
    border: solid 5px rgba(253, 148, 41, 0.8);
}

.bgNaranja {
    background-color: rgba(253, 148, 41, 0.8);
    border-radius: 1.5em 1.5em 0 0;
    padding: 0.5em;
}

.footNaranja {
    background-color: rgba(253, 148, 41, 0.8);
    border-radius: 0 0 1.5em 1.5em;
    padding: 0.5em;
}

strong, .lblUsuario {
    font-size: 1.5em;
}
.lblUsuario{
    text-decoration: underline;
}
.divBordeado a {
    color: white;
    font-size: 0.75em;
    font-weight: bold;
    text-decoration: none;
    align-content: center;
    text-align: center;
}
.divBordeado a:hover {
    font-size: 1em;
}
.espacioArriba{
    padding-top:1em;
}
.espacioArribaDoble {
    padding-top: 0em;
}
.barraAbajo {
    border-bottom: solid 1px rgba(253, 148, 41, 0.75);
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
}
.fondoGris50 {
    background: rgba(211,211,211, 0.5);
}
.fondoGris25 {
    background: rgba(211,211,211, 0.25);
}
.fondoGris10 {
    background: rgba(211,211,211, 0.10);
}
.fondoNaranja10 {
    background: rgba(253, 148, 41, 0.10);
}
.fondoBlanco {
    background: white;
}
.apple-switch input{
    position: relative;
    appearance: none;
    outline: none;
    width: 50px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #D9DADC;
    border-radius: 50px;
    box-shadow: inset -20px 0 0 0 #ffffff;
    transition-duration: 200ms;
}
.apple-switch input:after {
content: "";
position: absolute;
top: 1px; left: 1px;
width: 26px; height: 26px;
background-color: transparent;
border-radius: 50%; box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}
.apple-switch input:checked {
border-color: #4ED164;
box-shadow: inset 20px 0 0 0 #4ED164;
}
.apple-switch input:checked:after {
left: 20px;
box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}