/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid rgb(228, 223, 223);
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  /*background-color: #333;*/
  background-color: #313945;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 65em;
}

.logo{
  background-repeat: no-repeat, repeat;
  width:35%;
  height:25%;  
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.opcserv-container {
  position:relative;
  background-color: rgb(122, 116, 156);
  width:200px;
  height:150px;
  opacity: 0.8;
}

/*
* box opciones
*/
.box-opciones {  
  background: rgba(255, 255, 255, 1);
  height:80px;
  color:rgb(58, 50, 50);
  max-height:100px;
  /*width: 100%;    */
  min-width:300px;
  max-width:25%;  

  margin:8px;
  border-radius: 25px;
  box-shadow: -1px 5px 3px 2px rgba(180, 168, 178,0.50);
  box-sizing: content-box;  
}
.box-opciones .titulo{  
  margin: 12px;  
  width:90%;
  text-align:center;
  border-radius:5px;
}

.box-opciones .mensaje{
  border-radius:5px;
  position:relative;
  top: -20px;
  left:70px;
  width:210px;
  font-size:large;
  color:rgba(51, 51, 51, 0.623);
  text-align:right;
}

.icono-1{
  background:url("images/img/photo_black1.png");
  /*background:url("images/img/icono1.png");*/
  background-size: cover;
  margin-top: 25px;
  margin-left: 25px;  
  cursor:pointer;
  width: 50px;
  height: 50px;  
}

.icono-2{
  background:url("images/img/note1.png");
/*background:url("images/img/icono2.png");*/  
  background-size: cover;
  margin-top: 25px;
  margin-left: 25px;  
  cursor:pointer;
  width: 50px;
  height: 50px;  
}

.icono-3{
  background:url("images/img/search_black.png");
/*background:url("images/img/icono2.png");*/    
  background-size: cover;
  margin-top: 25px;
  margin-left: 25px;  
  cursor:pointer;
  width: 50px;
  height: 50px;  
}

.icono-4{
  background:url("images/img/briefcase1.png");
 /*background:url("images/img/icono4.png");*/    
  background-size: cover;
  margin-top: 25px;
  margin-left: 25px;  
  cursor:pointer;
  width: 50px;
  height: 50px;  
}

.icono-5{
  background:url("images/img/address_book.png");
/*background:url("images/img/icono3.png");*/    
  background-size: cover;
  margin-top: 25px;
  margin-left: 25px;  
  cursor:pointer;
  width: 50px;
  height: 50px;  
}

.icono-6{
  background:url("images/img/settings3.png");
/*background:url("images/img/icono3.png");*/    
  background-size: cover;
  margin-top: 25px;
  margin-left: 25px;  
  cursor:pointer;
  width: 50px;
  height: 50px;  
}

.icono-7{
  background:url("images/img/find.png");
/*background:url("images/img/icono3.png");*/    
  background-size: cover;
  margin-top: 25px;
  margin-left: 25px;  
  cursor:pointer;
  width: 50px;
  height: 50px;  
}

.icono-8{
  background:url("images/img/ldactivos.png");
/*background:url("images/img/icono3.png");*/    
  background-size: cover;
  margin-top: 25px;
  margin-left: 25px;  
  cursor:pointer;
  width: 50px;
  height: 50px;  
}

.icono-9{
  background:url("images/img/ldactivos2.png");
/*background:url("images/img/icono3.png");*/    
  background-size: cover;
  margin-top: 25px;
  margin-left: 25px;  
  cursor:pointer;
  width: 50px;
  height: 50px;  
}

.icono-10{
  background:url("images/img/team1.png");
/*background:url("images/img/icono3.png");*/    
  background-size: cover;
  margin-top: 25px;
  margin-left: 25px;  
  cursor:pointer;
  width: 50px;
  height: 50px;  
}


.fcontainer{
  color:black;
  /*background-color:rgba(255, 255, 255, 0.90);*/
  display:flex;
  flex-flow:row wrap;
  align-content:stretch;
  padding: 0px;
  margin: 0px;
  width:100%;
  height:100%;
  list-style: none;  
  /* 
  background-image:url('images/escudo_half.png');
  background-size: 400px 100%;
  background-position:right;
  background-repeat: no-repeat;  
  */
}

.box-1{
  /*background-color:rgba(26, 103, 175, 0.589);*/
  background-color:whitesmoke;
  padding: 5px;
  width: 300px;
  height: 100px;
  min-width:300px;
  margin:10px;  
  font-weight: bold;
  color:black;
  font-size: 12px;
  text-align: center;
  cursor:pointer;
  border-radius:10px;
  box-shadow: -1px 5px 3px 2px rgba(180, 168, 178,0.50);
}

.icono-nuevo {  
  position: inherit;
  float: inline-start;
  margin-top: 0px;
  margin-left: 0px;
  max-width: 60px;
  max-height: 60px;
  background-size: cover;  
}

.box-1:hover {
  animation-name: efecto1;
  animation-duration: 5s;
  cursor:pointer;
}

/*
.fcontainer:nth-child(1) {
  position:absolute;
  margin: auto 15px auto 70px;
  color:#313945;
  background:whitesmoke;
  cursor:pointer;
}
*/
.contenido{
  position:absolute;
  margin: auto 15px auto 70px;
  color:#313945;
  background-color:rgba(0, 0, 0, 0);  
  cursor:pointer;
}
a {
  text-decoration: none;
}

@media all and (max-width: 760px) {
  .box-1 {
    justify-content: space-around;
    width:100%;
    min-width:300px;
  }
  .contenido {
    width:50%;
    min-width:20px;
  }
}

@media all and (min-width: 760px) {
  .box-1 {
    flex-direction: column;
    width:300px;
  }
  .contenido {
    width:22%;
    max-width:170px;    
  }  
}

@keyframes efecto1 {
  from {background-color:rgba(128, 234, 241, 0.5);color:whitesmoke}
  to {background-color:whitesmoke;color:#313945;}
}