body{
    background-color: rgb(238, 238, 238);
}
.content-page{
    align-items: center;
    display: flex;
    height: 100vh ;
    justify-content: center;
    margin: 0px;
    padding: 0px;
}
.content-body{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#logo_header{
    
    background: linear-gradient(to right, #8e9eab77, #eef2f3), url("../img/patterfinal.png");
    background-repeat:repeat;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-head{
    margin-top: 5px;
    margin-bottom: 5px;
}
.form-header-title{
    font-size: 1.5em;
    font-weight: 700;
    font-family: sans-serif;
    letter-spacing: 1px;
    margin: 0px;
}
.divider{
    background-color: #f3f3f3;
    display: block;
    height: 4px;
    margin: 0px 0px 2px 0px;
    padding: 0;
    width: 100%;
}
.items-group , .items-group-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.items-group-center{
    justify-content: flex-start;
}
.img-title-header{
    height: 32px;
    width: 32px;
    margin-right: 8px;
}
.logo_img{
    width:250px;
    height:80px;
}
.bg-zinc{
    background:linear-gradient(to right, #ada996, #f2f2f2, #dbdbdb, #eaeaea);
}
.bg-white{
    background-color: #fff;
}
.bg-dark{
    background-color: rgb(66, 61, 61);
    color: #fff;
}
.card{
    align-items: center;
    background: linear-gradient(to right, #8e9eab, #eef2f3);
    border-radius: 15px;
    box-shadow: 2px 2px 8px #333c;
    height: 500px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 380px;
}
.card-header{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 70%;
}
.card-body{
    width: 100%;
    text-align: center;
    padding-left:15px ;
    padding-right: 15px;
}
.text-title{
    font-family: sans-serif;
    font-weight: 100;
    padding-left: 10px;
    padding-right: 10px;
}
.card-small{
  align-items: center;
  background: white;
  border-radius: 20px;
  box-shadow: inset 3px 1px 2px #333333, 0px 4px 6px #333333 inset;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding : 10px;
  margin-left: 5px;
  width: 30%;
  overflow: hidden;
  overflow-y: auto;
  font-size: 12px;
}
.icon{
    width: 5em;
    height: 5em;
    margin: 3px;
}
.card-small span{
  padding-top: 5px;
  margin-bottom: 8px;
  font-size: 1.5em;
  color: #333;
  font-family: sans-serif;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  display: block;
  width: 100%;
  text-align: center;
}

.element-group{
    display: flex;
    flex-direction: column;
    
}
.row-group{
    flex-direction: row;
    flex-grow: 1;
   
}
.element-input{
    border: solid 1px dodgerblue;
    height: 35px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    letter-spacing: 1px;
}
.element-input:focus{
    border: solid 1px dodgerblue;
    background-color: #ffd;
    padding-left: 5px;

}
.display-none{
display: none;

}
.card-footer{
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.top-m-2{
    margin-top: 20px;
}
.botton{
    border-radius: 0px 0px 15px 15px;
    border: none;
    font-size: 1em;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 1px;
    height: 40px;
    width: 100%;
} 
.botton-blue{
    background: linear-gradient(#83cbff, #098cfdfc);
    color: white;
    
}

.botton-look{
    background: linear-gradient(#457fca,#83cbff);
    color: white;
    width: 95%;
    
}


.botton-menu {
    background: linear-gradient(to right, #457fca, #5691c8);
    box-shadow: 1px 1px 3px #3c3c3d;
    width: 300px;
    height: 200px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    font-size:1em;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    justify-content:baseline;
}
.botton-menu:hover{
    background:  linear-gradient(to right, #e65294, #ffc3a0);
    color: #333;
    transform: translateY(8px);
}
#lateral{
    background: #fff;
    border-radius:0px;
    
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 5px;
    height: 90vh;
    width: 20%;
}
nav{
    width: 100%;
}
.menu{
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
   
}
.menu-item{
    border-bottom: solid 1px #ccc;
    height: 35px;
    width: 100%; 
    line-height: 35px;
    text-decoration: none;
    color: black;
    padding-left:10px ;
    display: block;
    font-family: sans-serif, Helvetica;
    font-weight: bold;
}

.menu-item:hover{
    text-decoration: none;
    background: dodgerblue;
    color: #fff;
}
.contenido{
    background: #ffffff;
    min-height: 90vh;
    margin-left: 10px;
    width: 85%;
    
}

.contenido-body{
    padding: 10px;
    display: flex;
   flex-direction: column;
    box-sizing: border-box;
    width: 100%;

}

.body-content, .content-cards{
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: center;
}
.content-cards{
    min-height: calc(100vh - 200px);
}
.body-element{
    display: flex;
    flex-direction: column;
   
}
.title-header{
    
    width: 100%;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    flex-grow: 1;
}
.title-Form{
   text-align: center;
    width: 100%;
    font-size: 1.2em;
}
.formulario{
   
    width: 50%;
}
.form-md{
    display: flex;
    flex-wrap: wrap;
}
.flex-grow{
    flex-grow: 2;
    margin-left: 20px;
}
.flex-grow-1{
    flex-grow: 1;
}
.input-group-addon{
    background-color: transparent !important;
    border:none !important ;
}
.icon-ver{
    background-image: url("../img/ver.svg");
    background-repeat: no-repeat;
    font-style: normal;
    width: 40px;
    height: 40px;
}

.center-content{
justify-content: center;
width: 100%;
}

/*para cuadro de busqueda*/
.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    height: 100px;
    overflow: hidden;
    overflow-y: scroll;
}

/*nuevos estilos para star*/

.cardview{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 200px;
    height: 150px;
    background: linear-gradient(to bottom, #fceabb, #f8b500);
    border-radius: 10px;
    box-shadow: 1px 3px 8px #333333;
    position: relative;
}

.cardview-content{
    background-color: #008CBA;
    border: none;
    display: block;
    width: 200px;
    height: 150px;
}
.imgClientes {
    width: 150px;
    height: 108px;
}
.overlay {
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }

  .cardview:hover   .overlay{
    height: 100%;
  }

  .text {
    white-space: nowrap; 
    color: white;
    font-size: 1.2em;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  

.img-card {
    height: 100px;
    width: 100px;
}
.card-img{
    height: 90px;
    width: 90px;
}

/*para home cliente estilos*/
@keyframes filling {
    from{
      background-position: center 25%;
    }
    to {
      background-position: center 50%;
    }
  }
  
  .container-text {
    
    color:  #FFFFFF;
    padding-top: 20px;
    font-size: 5vw;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    animation: filling 3s ease forwards;
    text-align: center;
  }
  .bg-condado{
      background-color: #65e1e1;
  }

  .bg-gradient{
    background: linear-gradient(to right, #81BEF7, #A9F5F2);
    
    min-height: 95vh;
  }

  .img-small{
    width: 150px;
    height: 100x;
}

.wallpaper{
    
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.color-instagran{
    background: linear-gradient(to right, #8a2387, #e94057, #f27121);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 17% 50%, 0% 0%);
}

.color-limon{
    background: linear-gradient(to right, #cac531, #f3f9a7);
    clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 99%, 0% 50%, 0 0);
}

.color-sun{
    background: linear-gradient(to right, #ff512f, #f09819);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 17% 50%, 0% 0%);
}
.color-alive{
    background: linear-gradient(to left, #cb356b, #bd3f32);
    clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 99%, 0% 50%, 0 0);
}

.text-slider{
    width: 50%;
    font-size: 1em;
    font-weight: 500;
}
.text-color-white{
    color: #fff;
}

.text-color-black{
    color: #000;
}


.name-user{
    display: block;
    position: relative;
}
.dropdown-menu-user{
    display: none;
    position: absolute;
    height: auto;
    width: auto;
}
.name-user:hover .dropdown-menu-user{
    box-shadow: 1px 1px 3px #3c3c3c;
    display: block;
    background: rgb(224, 224, 224);
    width: 100%;
}

 /* MEDIA QUERY*/
  

  @media (max-width: 800px){
    .content-body{
        flex-direction: column;
    }
    #lateral{
      width: 100%;
      height:300px
    }
    .contenido{
        width: 100%;
        margin-left: 0px;
    }
    .card-small{
        width: 45%;
        height: auto;
        margin-left: 10px;
       
    }
    .row-group{
        flex-wrap: wrap;
    }

  }

  @media (max-width: 600px) {
    .img-small{
        width: 150px;
        height: 80px;
    }
    .text-footer{
        font-size: 0.8em;
        font-family: sans-serif;
    }
    .content-page{
        background:linear-gradient(to right, #8e9eab, #eef2f3) ;
        
    }
    .card{
        background: white;
        width: 90vw;
        
    }
    .card-header{
      height: 190px;
      padding-bottom: 0px;
    }

    .card-header > img{
      width: 300px;
      height: 190px;
    }

    .content-body{
        flex-direction: column;
    }
    #lateral{
      width: 100%;
      height:300px
    }
    .contenido{
        width: 100%;
        margin-left: 0px;
    }
    .element-group{
        flex-direction: column;
    }
 

    .card-small{
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .element-group{
        margin: 3px;
    }
    
    	
}
  