@media only screen and (min-width : 321px) {
    #main-slider .owl-controls {
        width:100%;
        text-align: center;
        position:absolute;
        bottom:0px;
        left:0;
    }
}
@media only screen and (min-width : 1224px) {
    #main-slider .owl-controls {
        text-align: center;
        position:absolute;
        top:90%;
        width:100%;
    }
}

@media only screen and (max-width: 768px){
    
    .xs-no-padding-bootom{
        padding-bottom: 0px;
    }
    
    .xs-no-padding-top{
        padding-top: 0px;
    }
}

section#main #main-slider .item {
    height: 495px;
    padding:20px;
    width: 100%;
}

.text-mensajes {
    color: #FF0000;
    line-height: 1.8em;
    letter-spacing: 0.6pt;
}

.text-titulo {
    color: #F9F9F9;
}

body, button, input, optgroup, select, textarea {
    font-family: 'Roboto', sans-serif;
}

body {
    font-size: 12px;
}

.caja-mensajes {
    background-color: rgba(0,0,0,0.2);
    padding-left: 10px;
    padding-bottom: 1px;
    padding: 10px;
    width: 80%;
    margin-top: 15px;
}

a.link-white:focus, a.link-white:hover {
    text-decoration: none;
}
a.link-white {
    color: white;
}

.btn.btn-primary {
    background-color: #369dff;
    border-color: #318de6;
}
.login-box .btn {
    font-size: 18px;
}

.container-section{
    margin-top: 56px;
}

.navbar-fixed-top a.link-home{
    padding: 14px 15px 12px 15px;
    font-size: 18px;
}

.navbar-fixed-bottom span.copyright{
    color: #AAA;
}

.loading{
    display: none;
    position:fixed;
    top:0px;
    left:0px;
    z-index: 9999;
    width: 100vw;
    height: 100%;
    background: rgba(204, 204, 204, 0.5);
    text-align: center;
}

.loading .contenedor{
    margin-left: 50vw;
    margin-top:50vh;
}

.loading .mensaje{
    margin-top: 5px;
    margin-left: -46.5vw;
    font-weight: bold;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.caja-mensajes-form{
    background-color: rgba(0,0,0,0.2);
    padding-bottom: 1px;
    padding: 5px;
    width: 80%;
    align-content: center;
    margin-left: 10%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.text-error{
    color:khaki;
}

.text-mensajes{
    color: #FF0000;
    line-height: 1.8em;
    letter-spacing: 0.6pt;
}

hr.section-title{
    margin-top: 0px;
}

label input[type="checkbox"]{
    margin-top: 1px;
}

.tiempo-sesion{
    z-index: 1049;
    padding: 18px 10px;
    color: #ccc;
    font-size: 10px;
}

#clientes_selector_cuentas{
    margin-top: 19px;
}

#referencia_cuenta div{
    font-size: 16px;
    font-weight: bold;
    margin-top: 22px;
}


.navbar-icon{
    padding-top: 14px;
    padding-left: 10px;
}