/*
 * Estilos: P�gina principal y consulta de tr�mites
 * ----------------------
 */
@media screen and (max-width: 640px) {    
    h3 { 
        font-size: 20px;
    }
    .small-box h3 {
        font-size: 24px !important;
        font-weight: normal !important;
    }  
    .slogan img {
        padding-top: 15% !important;
    }    
}
@media screen and (max-width: 767px) {    
    .padding-nav {
        padding: 0;
    }    
}
@media screen and (min-width: 992px) and (max-width: 2560px) {
    #posicionElemento {
        display: none;
    }
}
.app-content h2 {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.app-content ul {
    margin-left: -15px;
}
.app-content ul li {
    color: #fff;
    text-align: justify;
    font-size: 16px;
}
.bg-footer {
    background: #fff;
    width: 100%;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}
.bg-info {
    background: #00c0ef;
}
.bg-primary {
    background: #B5383A !important;
}
.bg-school {
    color: #000;
    background: url('https://c1.staticflickr.com/1/728/32488227434_2de0dd0590_o.jpg') center center;
    background-attachment: fixed;
}
.border-t {
    border-top-color: #B5383A;
}
.box {
    box-shadow: 0 10px 30px -10px #000;
    margin-bottom: 30px;
}
.box.box-appUno {
    background: #E99A36;
    border-top-color: #fff;
    padding: 35px;
}
.box.box-appDos {
    background: #1C9D55;
    border-top-color: #fff;
    padding: 35px;
}
.box.box-appTres {
    background: #D13538;
    border-top-color: #fff;
    padding: 35px;
}
.box.box-primary {
    border-top-color: #B5383A;
}
.img-box {
    padding: 15px;
}
.img-cc {
    margin: auto;
}
.go-top {
    position: fixed;
    bottom: 60px;
    right: 15px;
    width: 36px;
    height: 36px;
    color: rgb(238, 238, 238);
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    z-index: 99999;
    opacity: 0.7;
    background-color: rgb(34, 45, 50);
    display: none;
}
.loginTitle h3 {
    font-size: 32px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}

.loginTitle h4 {
    font-size: 24px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
#logo {
    margin-top: 1%;
}
.main-header {
    height: auto;
    max-height: 100% !important;
}
.modal-title {
    float: left;
}
.navbar-brand-log img {
    padding: 15px 0;
}
.slogan img {
    padding-top: 10%;
}
.padding-lg {
    padding: 150px 0;
    background: #d2d6de;
}
.padding-md {
    padding: 100px 0;
    background: #d2d6de;
}
.padding-nav {
    padding: 20px 15px;
}
.padding-sm {
    padding: 50px 0;
    background: #d2d6de;
}
.padding-xs {
    padding: 25px 0;
    background: #d2d6de;
}
.small-box > .inner-2 {
    padding: 25px 10px;
}
.tg-bl {
    color: #000 !important;
}
h3.box-title {
    color: #ffffff;
}
#upper-header {
    background: #B5383A;
    color: #fff;
}
#upper-header {
    overflow: visible;
    position: relative;
    z-index: 5800;
	transition: opacity .4s;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
}
#upper-header ul li {
    display: inline-block;
}
#upper-header ul {
    list-style: none;
    margin: 0;
    padding: 0;    
}
#upper-header .menu li a {
    color: #fff;
    font-size: 14px;
}
.login-page,
.register-page {
    background: url(../../../web/emisyam/images/bg-login.jpg) center center !important;
}