﻿@charset "utf-8";
/* CSS Document */

body {
    background: #fff /*url(../images/bg-fondo1.jpg)*/;
}

.text-blue1 {
    color: #007cd4;
}

.text-blue2 {
    color: #001936;
}

.text-grey1 {
    color: #8f8f8f;
}

.bold {
    font-weight: bold;
}

.boder-b {
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-10 {
    margin-top: 10px;
}

.top-70 {
    margin-top: 15px;
}

.top-100 {
    padding-top: 100px;
}

.container-index {
    padding-left: 30px;
    padding-right: 30px;
}

.footer1 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 60px;
    background-color: #fff;
    margin-bottom: 0px;
    /* -webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.28); -moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.28); box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.28);*/
}

    .footer1 > .container {
        margin-top: 20px;
    }

.footer1-text {
    display: inline-block;
}

.footer2 {
    position: relative;
    padding-top: 1px;
    width: 100%;
    min-height: 60px;
    background-color: #fff;
    /* -webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.28); -moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.28); box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.28);*/
}

    .footer2 > .container {
        margin-top: 20px;
    }

.footer2-text {
    display: inline-block;
}

/***********************caption*************************/

.header-index {
    background-image: url(../images/slide1.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
}

.carousel-caption {
    position: absolute;
    left: 10%;
    right: 15%;
    top: 160px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #007cd4;
    text-align: left;
    text-shadow: none /*0 1px 2px rgba(0, 0, 0, 0.6)*/;
}

    .carousel-caption h1 {
        font-size: 60px;
    }

/************************slide index***********************/

.crossfade > figure {
    animation: imageAnimation 24s linear infinite 0s;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
    color: transparent;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -99;
}

    .crossfade > figure:nth-child(1) {
        background-image: url('../images/slide1.jpg');
    }

    .crossfade > figure:nth-child(2) {
        animation-delay: 6s;
        background-image: url('../images/slide2.jpg');
    }

    .crossfade > figure:nth-child(3) {
        animation-delay: 12s;
        background-image: url('../images/slide3.jpg');
    }

    .crossfade > figure:nth-child(4) {
        animation-delay: 18s;
        background-image: url('../images/slide4.jpg');
    }
/*.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('../images/slide5.jpg');
}*/

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }

    8% {
        animation-timing-function: ease-out;
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/*-------------------------------------------------estirar----------------------------------------------------*/
html, body {
    height: 100%;
}

.principal-estirar {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

.footer, .push {
    height: 60px;
}

.redes {
    float: left;
    list-style: none;
    margin-left: 7px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    width: 25px;
    height: 25px;
    border: 2px #007cd4 solid;
    text-align: center;
    line-height: 22px;
}

.right-redes {
    float: right;
}

.navbar-default .navbar-nav > li {
    margin-top: 15px;
}

.login-1 {
    padding: 20px;
    padding-top: 20px;
    height: auto;
    width: 315px;
    overflow: hidden;
    float: right;
    margin-top: 90px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

    .login-1 .form-control {
        height: 30px;
        line-height: 30px;
        padding: 0;
        padding-left: 28px;
        border: 1px #cecece solid;
    }

        .login-1 .form-control:focus,
        input:focus {
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0,25,54,0.8);
            -moz-box-shadow: 0px 0px 10px 0px rgba(0,25,54,0.8);
            box-shadow: 0px 0px 10px 0px rgba(0,25,54,0.8);
        }

    .login-1 .form-control-feedback {
        width: 30px;
        height: 30px;
        line-height: 30px;
        left: 0;
        padding: 0;
    }

    .login-1 .btn-primary {
        height: 30px;
        background: #007cd4;
        border: 0px;
        padding: 0;
        border-radius: 0px;
    }

.form-control {
    height: 30px;
    line-height: 30px;
    padding: 0;
    padding-left: 28px;
    border: 1px #cecece solid;
    border-radius: 0px;
}

.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; /*left: 0;*/
    padding: 0;
    margin-right: 15px;
}


.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #347ab8;
    border-color: #d1d9e6;
    border-radius: 0px;
}

.list-group-item.princ,
.list-group-item.princ:hover,
.list-group-item.princ:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #204770;
    border-color: #2c3e50;
    margin: 2px;
}

    .list-group-item.princ:active {
        background-color: #007cd4;
    }

    .list-group-item.princ:hover {
        background-color: #007cd4;
    }

.list-group-item {
    margin-left: 3px;
    margin-right: 3px;
    /*margin-bottom: 4px;*/
    background-color: #f6f6f6;
    border: 1px solid #d1d9e6;
}

    .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.F-left {
    float: left;
}

.F-right {
    float: right;
}

.clar-both {
    clear: both;
}

.bold {
    font-weight: bold;
}

.userlogoff {
    color: #fff;
}

    .userlogoff:hover {
        color: #ccc;
        text-decoration: none;
    }

.titulo-resumen {
    background: #fff;
    padding: 5px;
    margin-right: -10px;
    margin-left: -10px;
    font-size: 1em;
    color: #204770;
    border-bottom: 2px #ccc solid;
}

.conten-resumen {
    padding: 5px;
    margin-right: -10px;
    margin-left: -10px;
    font-size: 1em;
}

.legend1 {
    background: #204770;
    color: #fff;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    height: 22px;
}

.legend-img1 {
    background: url( ../images/legend-bg.png) no-repeat;
    height: 22px;
    width: 15px;
}

.legend-img2 {
    background: url( ../images/legend-bg2.png) no-repeat;
    height: 22px;
    width: 15px;
}

.container-info-fondo {
    clear: both;
    background: #f5fafe;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

/*************abonar************/
.logon-info {
    color: #204770;
    padding-bottom: 20px;
    padding-right: 65px;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
    background: url( ../images/Icono-Usuario.png) no-repeat right;
    min-height: 60px;
}

    .logon-info > .logon-info-saludo {
        float: right;
        margin-top: 15px;
        font-size: .8em;
    }

        .logon-info > .logon-info-saludo p {
            text-align: right;
            margin: 0;
            padding: 0;
        }


/*************transferir************/

.input-group-btn select {
    min-width: 70px;
    padding-left: 2px;
    padding-right: 2px;
}

    .input-group-btn select.tipodocumento {
        min-width: 70px;
    }

    .input-group-btn select.valorTipoDocumento {
        margin-right: 2px;
        margin-left: 2px;
    }

.form-control-static-cuenta .alert {
    margin-top: 5px;
    min-height: 64px;
}

/****************btn continuar**************/

.btn {
    border-width: 2px;
    padding: 2px 15px 2px 15px;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

    .btn.btn-primary {
        background-color: #007CD4;
        border-color: #007CD4;
    }

/***************soporte**************/

.container-soporte {
    background: #fff;
    border: 3px #007cd4 solid;
    margin: 3px;
    padding: 15px;
    margin-top: 200px;
    color: #007cd4;
    text-align: justify;
}

.telf-soporte {
    background: url( ../images/telf-soporte.png) no-repeat;
    padding-left: 50px;
    padding-top: 10px;
    min-height: 50px;
    font-weight: bold;
}



/******************otras resoluciones *************/
@media (min-width: 768px) {
    .navbar-default .navbar-nav > li { /*max-width:150px;*/
    }
}

@media (max-width: 768px) {
    .top-100 .top-70 {
        display: none;
    }

    .login-1 {
        width: 100%;
    }

    .container-soporte {
        margin-top: 15px;
    }

    .container {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .login-1 {
        margin-top: 135px;
    }

    .carousel-caption h1 {
        font-size: 40px;
    }
}


@media (max-width:500px) {

    body {
        font-size: 1.2em;
    }

    .form-control {
        height: 25px;
        line-height: 30px;
        padding: 0;
        font-size: 12px;
    }

    .btn {
        border-width: 1px;
        padding: 1px 9px 1px 9px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-input .alert {
        margin-top: 5px;
        min-height: 40px;
    }

    .alert {
        padding: 10px;
        margin-bottom: 5px;
    }
}

@media (max-width:350px) {
    .nav-tabs li a {
        font-size: 10px;
    }

    .navbar-brand img {
        width: 150px;
        padding-top: 5px;
    }

    .login-1 {
        height: 295px;
        overflow: auto;
    }

    .footer1-text {
        font-size: 10px;
    }

    .container-index {
        padding-left: 0px;
        padding-right: 0px;
    }

    .login-1 .form-control::-moz-placeholder {
        font-size: 10px;
    }

    .login-1 .form-control:-ms-input-placeholder {
        font-size: 10px;
    }

    .login-1 .form-control::-webkit-input-placeholder {
        font-size: 10px;
    }
}
