body {
    font-family: Arial !important;
    color: #4d4d4d !important;
    font-size: 16px;
}

.contenerPrincipal {
    margin-top: 8vh;
}

.contenido {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group input {
    border-color: #213B87 !important;
    color: #213b87;
    margin-left: 10px;
}

.form-group label {
    font-weight: normal;
    color: #213b87;
}

.contenedorCaja {
    align-items: center;
    display: flex;
    float: right;
    padding: 0;
}

.cajas {
    height: 32px;
    width: 200px;
}

.espacioCajas {
    margin-bottom: 5px !important;
}

.btn {
    width: 130px;
    height: 30px;
    border-radius: 4px;
    position: relative;
    padding: 0px;
}

.boton{
    width: 48%;
    height: 30px;
    padding: 0 6px;
    border-radius: 0;
    border-width: 0px;
    margin: 0px !important;
    font-size: 12px;
}

.btn-blue {
    background: #213b87 !important;
    color: white !important;
}

.btn-blue:hover {
    background: #132a6c !important;
    color: white !important;
}

.oculto {
    display: none;
}

.spinner {
    position: fixed;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    z-index: 1200;
    background: #fff;
    display:none;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
}
.spinner-msg {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #4d4d4d;
}

.spinner-img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.contenidoImg {
    margin-top: 40px;
}

.logoSignoFloatRight{
    position: fixed;
    bottom: 0px;
    top: auto;
    right: 20px;
    z-index: 200002;
    padding: 6px 20px 3px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    background: linear-gradient(center top, #0000ff, #0000ff);
    background: -webkit-gradient(linear, center top, center bottom, from(#0000ff), to(#0000ff));
    background: -webkit-linear-gradient(#0000ff, #0000ff);
    background: -moz-linear-gradient(#0000ff, #0000ff);
    background: -o-linear-gradient(#0000ff, #0000ff);
    background: -ms-linear-gradient(#0000ff, #0000ff);
    background: linear-gradient(#0000ff, #0000ff);
    background: -o-linear-gradientcenter(center top, #0000ff, #0000ff);
}
.logoSignoFloatRight{
    left: auto;
    right: 15px !important;
    width: 19%;
    padding: 0;
    box-shadow: 0px 0px 8px 7px #cccccc;
}
.logoSignoFloatRight img{
    width: 100%;
    /*padding-bottom: 8px;*/
    /*padding-top: 8px;*/
}

.linkAcceso {
    font-family: cursive;
    color: blue;
}

.linkAcceso:hover {
    font-weight: bold;
    color: blue;
}

#contenedorIcono {
    position: relative;
}
#contenedorIcono::after {
    top: 100%;
    height: 4vw;
    background: inherit;
    transform: translate(-50%,0%) rotate(0deg);
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #0000ff transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: 52%;
}

.mostrar{
    transition: all 0.3s;
    display: block;
}

.btn-purple {
    background: #692535 !important;
    color: white !important;
}

.btn-purple:hover {
    background-color: #541524 !important;
    color: white !important;
}

.btn-purple.ui-button{
    width: 30%;
    padding: 3px;
    height: auto;
}

@media(max-width: 713px){
    .contenidoImg {
        margin-top: 189px;
    }
}

@media (max-width: 900px) {
    #contenedorFecha{
        display: none;
    }
}

@media (max-width: 1200px) {
    .textoApartir{
        font-size: 12px !important;
    }
}

.carousel-indicators .active {
    background-color: #FFFFFF;
}

.carousel-indicators li {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.carousel-control {
    color: #FFFFFF;
}