@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700&display=swap');
html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background: url('../img/bg2.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
    /*font-family: 'BebasNeue-Regular', sans-serif;*/
    font-weight: 700;
    font-size: 48px;
}

.jumbotron {
    /*color: #fff; */
    /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}

.well {
   background-color: rgba(245, 245, 245, 0.9);
}

.well-black {
   background-color: rgba(0, 0, 0, 0.9);
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px !important;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.mini-submenu{
  display:none;  
  background-color: rgba(0, 0, 0, 0);  
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  padding: 9px;  
  /*position: relative;*/
  width: 42px;

}

.mini-submenu:hover{
  cursor: pointer;
}

.mini-submenu .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 3px;
}

.mini-submenu .icon-bar {
  background-color: #000;
}

#slide-submenu{
  background: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
}

/*botones */


.btn-primary {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    background-color: #409dc7;
    padding: 8px 35px;
    /*margin-right: 20px;*/
    border-style: none;
    border-width: 2px;
    border-radius:5px;
    min-width:310px;
}

.btn-success {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    background-color: #eb610a;
    padding: 8px 35px;
    /*margin-left: 20px;*/
    border-width: 2px;
    border-color: transparent;
    border-radius:5px;
    min-width:310px;
}

.btn-danger {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    background-color: #d9534f;
    padding: 8px 35px;
    /*margin-left: 20px;*/
    border-width: 2px;
    border-color: transparent;
    border-radius:5px;
    min-width:310px;
}

.btn-default {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    background-color: #fff;
    padding: 8px 35px;
    /*margin-left: 20px;*/
    border-width: 2px;
    border-color: #ccc;
    border-radius:5px;
    min-width:310px;
}
.btn-no-min-width{
    min-width:unset;
}
.input-group-btn .btn-file{
    border: solid #ccc 1px;
    padding: 5px;
    font-size: 15px;    
}
.input-group-btn .btn-file:hover,.input-group-btn .btn-file input:hover,.input-group-btn .btn-file span:hover{
    cursor:pointer;
}

.btn-warning {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    /*background-color: #fff;*/
    padding: 8px 35px;
    /*margin-left: 20px;*/
    border-width: 2px;
    /*border-color: #ccc;*/
    border-radius:5px;
}
.form-group .inline .checkbox{
    display: inline;
}
.form-group .inline .radio{
    display: inline;
}
.file-caption.form-control.kv-fileinput-caption{
    padding: 14px 24px;
    height: fit-content;
    font-size: 20px;
}

.pago-form .file-caption.form-control.kv-fileinput-caption{
   padding: 6px 24px;
    height: fit-content;
    font-size: 21px;
}

.carousel-inner .item .carousel-caption {
    position: relative;
    right: unset; 
    top: 0px;
    left: unset; 
    border-radius: 5px 5px 0 0;
    background: #d9edf7;
    border-color: #bce8f1;
    font-size: 14px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    color: #31708f;
    text-align: left;
    width: 100%;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
.carousel-control {

    width: 5%;
    opacity: 0.4;
}
.carousel-inner > .item{
    border-radius: 5px 5px 0 0;
}
.contenido-flex{
    display:flex;
}
.contenido-flex.space-between{
    justify-content: space-between;
}
@media screen and (min-width: 768px){
    .carousel-caption {
        right: unset; 
        left: unset; 
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 768px){
   
    .contenido-flex{
        flex-direction: column;
    }
    .contenido-flex.vertical-space .btn{
        margin-bottom: 10px;
    }
    .btn-primary {
        min-width:unset;
    }

    .btn-success {
        min-width:unset;
    }

    .btn-danger {
        min-width:unset;
    }

    .btn-default {
        min-width:unset;
    }
    
    .datos-mobile a[aria-expanded=true] .fa-chevron-up {
        display: none;
    }
    .datos-mobile a[aria-expanded=false] .fa-chevron-down {
       display: none;
    }
    .datos-mobile p{
        text-align: left;
        display: block;
    }
    .datos-mobile a{
        float: left;
    }
    .order-1{
        order:1;
    }
    .order-2{
        order:2;
    }
    .order-3{
        order:3;
    }
    .datos-mobile a.important{
        display: block;
        float: unset;
        width: 60%;
        height: 30px;
        padding: 10px;
        margin: 0 auto;
    }
    .datos-mobile a[data-parent="#accordion"]{
        float: unset;
    }
    .navbar-toggle .icon-bar{
        background: #567a9a;
    }
    .navbar-nav {
     text-align: right;
    }

}
.contacto{
    background-color: #f0ad4e;
    height: 52px;
    border-radius: 10px 0 0 10px;
    position: fixed;
    top: 10%;
    right: 0px;
    display: block;
    z-index: 999999;
    box-shadow: 0 0 0 0 rgb(191 191 191);
    transform: scale(1);
    animation: pulse 2s infinite;
}
.enlace-contacto{
    color: #fff;
    text-align: right;
    font-size: 30px;
    padding: 8px;
}
.enlace-contacto:hover{
    color: #eee;
}
.contacto-view .list-group-item{
    min-width:80%;
}
.input-group-btn button.btn {
    font-size: 14px !important;
    font-weight: 500;
    padding: 6px; 
    border-width: 1px;
    border-radius: 0;
    min-width: unset !important;
}
h4 label.label {
    display: inline-block;
}