.panel-primary > div.panel-heading {
    color: #bab6b6;
    background-color: #fff;
    border-color: #fff;
    border-radius: 15px;
    font-family: 'Helvetica Neue','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight:bold;
    text-align: center;
   
     
}

  
 
.r-vbar-page .r-left {
    font-family: 'Helvetica Neue','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px; 
    background-color: #3d8bfd;
    border-right: solid #b3b3b3 1px;
    padding-bottom: 60px;
    width: 300px;
    min-height: calc(100vh - 20px);   
  }
 
.r-vbar-page .r-left .nav a {
    color: #fff;
    border-bottom: none;
    font-size: 19px;     
}
 .menu-treelike.menu-treelike ul[data-menulevel]:not([data-menulevel="1"]) > li > a:not(:hover) {
    background-color: #3d8bfd;
    border-bottom-color: none;
}
.menu-treelike.menu-treelike li > a[aria-expanded="true"] {
    background-color: #3d8bfd;
    border-bottom-color: none;
}
.r-vbar-page .r-left [data-logo-cell][data-logo-cell] {
    background-color:  #fff;
    color: #fff;
    border-right: none;
    border-left: none;
    border-top: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
    display: flex;
     
 }

.panel-info > .panel-heading {
    color: #fff;
    background-color: #6ea8fe;
    border-color: #fff;
}

.panel {
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 15px;  
  box-shadow: 5px 5px 5px 0px rgba(208,229,245,1);
}
 
.swal2-container{
zoom: 1.5; 
}
.r-vbar-page .r-left [data-logo-cell][data-logo-cell] > [data-itemtype="expand_button"]:not([data-hidden]) > a {
    color: #fff;
  }













body {
    margin: 0;
    font-family: 'Helvetica Neue','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
 
}
.rnr-dbselectedrow.rnr-dbselectedrow {
    background-color: #9ec5fe;
    color: #333333;
}
 body.function-login {
    height:100%;
    background:transparent url("../../images/Fondo.jpg") no-repeat center center fixed;
    background-size:cover;
}
#copyrights {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  color: #bab6b6;
  font-size: 18px;
  border-radius: null;
}

#copyrights p {
  margin: 0 0 5px 0;
}

.credits {
  color: #bab6b6;
}
 


    .contenedor{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30vh;
    }
    .contenedor figure{
        position:relative;
        height: 180px;
        cursor: pointer;
        width: 891px;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.50);
    }
    .contenedor figure img{
         
        width: 891px;
        height: 90px;
        transition: all 400ms ease-out;
        will-change: transform;
    }
    .contenedor figure .capa{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(5,103,123,0.7);
        transition: all 400ms ease-out;
        opacity: 0;
        visibility: hidden;
       text-align: center;
    }
    .contenedor figure:hover > .capa {
        opacity: 1;
        visibility: visible;
    }
    .contenedor figure:hover > .capa h3{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .contenedor figure:hover > img{
        transform: scale(1.3);
    }
    .contenedor figure .capa h3{
        color: #fff;
        font-weight: 400;
        margin-bottom: 80px;
        transition: all 400ms ease-out;
        margin-top: 10px;
    }
    .contenedor figure .capa p{
        color: #fff;
        font-size: 15px;
        line-height: 1.5;
        width: 100%;
        max-width: 220px;
        margin: auto;
    }      





    .contenedor2{
        width: 50%;
        display: flex;
        justify-content: left;
        align-items: center;
        height: 20vh;
    }
    .contenedor2 figure{
        position:relative;
        height: 147px;
        cursor: pointer;
        width: 269px;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0px 15px 25px rgba(0,0,0,0.50);
    }
    .contenedor2 figure img{
         
        width: 269px;
        height: 147px;
        transition: all 400ms ease-out;
        will-change: transform;
    }
    .contenedor2 figure .capa{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(5,103,123,0.7);
        transition: all 400ms ease-out;
        opacity: 0;
        visibility: hidden;
       text-align: center;
    }
    .contenedor2 figure:hover > .capa {
        opacity: 1;
        visibility: visible;
    }
    .contenedor2 figure:hover > .capa h3{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .contenedor2 figure:hover > img{
        transform: scale(1.3);
    }
    .contenedor2 figure .capa h3{
        color: #fff;
        font-weight: 400;
        margin-bottom: 80px;
        transition: all 400ms ease-out;
        margin-top: 10px;
    }
    .contenedor2 figure .capa p{
        color: #fff;
        font-size: 15px;
        line-height: 1.5;
        width: 100%;
        max-width: 220px;
        margin: auto;
    }      
a {
  color: #4582EC;
  text-decoration: none;
  font-size: 16px;
}


