body{
  background-color: rgba(0, 0, 0, 0);
  background: url(/imagenes/slider4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
*{
  /*box-sizing: inherit;*/
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
}

.row {
width:100%;
height:50%;
}
.row div {
width:50%;
height:100%;
float:left;
}



.card{

display: inline-block;
margin-left: 3%;
margin-right: 3%;
border-radius: 25px;
/*background-color: #212529;*/
background-color: black;
border: 2px ;
margin-bottom: 13%;

width: 20rem;
border: solid white;
background-color:#212426;

}

.p_correo{
font-weight:
bold; color: #AB915F;
text-transform: none;
}
.p_casos{
color: #AB915F;
}


#nombre_abogado{
color: white;
letter-spacing: .9rem;
margin-top: 2.5%;
margin-bottom: 2.5%;
font-family: "Lucida Console", monospace ;
font-style: italic;
}
.nombre_caso{
color: white;
text-align: center;
margin: 2%;
}
.card-text{
color: white;
margin-bottom: 5%;
}




.btn-etapapostulatoria{
  color: black;
  padding:5%;  
  border-bottom-right-radius: 20px; 
  border-bottom-left-radius: 20px;
  background-color: white;
  align-items: center;

  transition-property: none;
  transition-duration: 0s;
}
.btn-etapapostulatoria:hover{
  background-color: black;
  color: white;

}

.btn-terminado{
  padding:5%;
  border-bottom-right-radius: 20px; 
  border-bottom-left-radius: 20px;
  color: black;
  background-color: white;
  align-items: center;
  transition-property: none;
  transition-duration: 0s;
}
.btn-terminado:hover{
  color: white;
  background-color: #00BCD4;
}

.btn-cancelado{
  padding:5%;
  border-bottom-right-radius: 20px; 
  border-bottom-left-radius: 20px;
  color: black;
  background-color: white;
  align-items: center;
  transition-property: none;
  transition-duration: 0s;
}
.btn-cancelado:hover{
color: white;
background-color: #FF0000;
}

.btn-proceso{
  padding:5%;
  border-bottom-right-radius: 20px; 
  border-bottom-left-radius: 20px;
  color: black;
  background-color: white;
  align-items: center;
  transition-property: none;
  transition-duration: 0s;
}
.btn-proceso:hover{
  color: black;
  background-color: #FFAA00;
  transition-property: none;
  transition-duration: 0s;
}






.division{
width: 90%;
height: 3px;
text-align: center;
align-items: center;
margin: auto;
background-color:  #AB915F;
}
.container{
text-align: center;
color: dimgrey;
margin: auto;
text-transform: uppercase;
}
.option{
color: #adb5bd;

}
.option:hover {
color: #AB915F;

}



.navbar_t {
  /* position: relative; */
  /* display: flex; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}


.option-active{
color: black;
background-color: white;
border-radius: 15px;
align-items: center;
padding-top: 0px;
padding-bottom: 0px;
}


.option{
color: #adb5bd;
background-color: transparent;
border-radius: 15px;
align-items: center;
padding-top: 0px;
padding-bottom: 0px;
}
.option:hover{
color: black;
background-color: white;
border-radius: 15px;
align-items: center;
padding-top: 0px;
padding-bottom: 0px;
}



.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9;
background: url('/img/loading.gif') 50% 50% no-repeat #002f4d;
opacity: 0.8;
transition-property: all;
transition-duration: .6s;
}





.card{
transition: 1.5s ease;
-moz-transition: 1.5s ease; /* Firefox */
-webkit-transition: 1.5s ease; /* Chrome - Safari */
-o-transition: 1.5s ease; /* Opera */
box-shadow: 2px 2px 5px #00000063;
}
.card:hover{
transform : scale(1);
-moz-transform : scale(1); /* Firefox */
-webkit-transform : scale(1); /* Chrome - Safari */
-o-transform : scale(1); /* Opera */
-ms-transform : scale(1); /* IE9 */
}










@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);





.contenedor{
text-align: center;
right: 0px;left: 0px;
position: absolute;

}







.read-more-state {
display: none;
}

.read-more-target {
opacity: 0;
max-height: 0;
font-size: 0;
margin: 0;
transition: .25s ease;
color: white;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
opacity: 1;
font-size: inherit;
max-height: 999em;
color: white;
}

.read-more-state~.read-more-trigger:before {
content: 'Ver más';
}

.read-more-state:checked~.read-more-trigger:before {
content: 'Ver menos';
}

.read-more-trigger {
cursor: pointer;
display: inline-block;
padding: 0 .5em;
color: white;
font-size: .9em;
line-height: 2;
border: 1px solid white;
border-radius: .25em;
}







/*PAGINATION*/


.pagination ul{
/*width: 100%;*/
position:fixed;
bottom: 0;
margin-bottom: auto;




display: flex;
flex-wrap: wrap;
background: #fff;
padding: 8px;
border-radius: 50px;
box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.pagination ul li{
color: #AB915F;
list-style: none;
line-height: 45px;
text-align: center;
font-size: 18px;
font-weight: 500;
cursor: pointer;
user-select: none;
transition: all 0.3s ease;
}
.pagination ul li.numb{
list-style: none;
height: 45px;
width: 45px;
margin: 0 3px;
line-height: 45px;
border-radius: 50%;
}
.pagination ul li.numb.first{
margin: 0px 3px 0 -5px;
}
.pagination ul li.numb.last{
margin: 0px -5px 0 3px;
}
.pagination ul li.dots{
font-size: 16px;
cursor: default;
}
.pagination ul li.btn{
padding: 0 20px;
border-radius: 50px;
}



.pagination li.active,
.pagination li.active_caso,
.pagination li.active_bufete,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover{
color: #fff;
background: #AB915F;
}




.dropbtn {
background-color: white;
color: black;
padding: 1%;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 5%;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #c5c5c5;
border-radius: 5%;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #AB915F;
}





.dropbtn_busqueda {
background-color: #ffffff00;
color: #a2a3a3;
padding: 1%;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropbtn_busqueda:hover{
color: white;
}
.dropdown_busqueda {
position: relative;
display: inline-block;
}
.dropdown_busqueda-content {
display: none;
position: absolute;
background-color: #ffffffff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 3;
border-radius: 10%;
}
.dropdown_busqueda-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown_busqueda-content a:hover {
background-color: #d3d3d3; 
}
.dropdown_busqueda:hover .dropdown_busqueda-content {
display: block;
}
.dropdown_busqueda:hover .dropbtn {
background-color: #AB915F;
}



.caja{
width: 80%;    
margin: 2%;
float: left;
position: relative;
}
.caja_filtro{    
float: left;
margin-top: 2.5%;
}
.buscar{
background: #212529;
color: white;
}
.buscar:focus{
background: white;
color: black;
box-shadow: 0 0 10px #AB915F;
}

.ui-menu,
.ui-menu-item,
.ui-menu-item-wrapper{
transition-property: none;
transition-duration: 0s;
}
/* seleccion de busqueda color
.ui-state-active:hover{

} */








.icon-container {
opacity: 0;
position: absolute;
right: 10px;
top: calc(50% - 10px);
}
.loader_m {
position: relative;
height: 20px;
width: 20px;
display: inline-block;
animation: around 5.4s infinite;
}
@keyframes around {
0% {
  transform: rotate(0deg)
}
100% {
  transform: rotate(360deg)
}
}

.loader_m::after, .loader_m::before {
content: "";

position: absolute;
display: inline-block;
width: 100%;
height: 100%;
border-width: 2px;
border-color: #AB915F #AB915F transparent transparent;
border-style: solid;
border-radius: 20px;
box-sizing: border-box;
top: 0;
left: 0;
animation: around 0.7s ease-in-out infinite;
}

.loader_m::after {
animation: around 0.7s ease-in-out 0.1s infinite;
background: transparent;
}













#bell{
box-shadow: none;
}


.notifications {

opacity: 1;
overflow-y: scroll;
overflow-x: hidden;


transition-property: none;
  transition-duration: 0s;
  width: 300px;
  
  opacity: 0;
  position: absolute;
  border-radius: 15px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.notifications h2 {
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #999
}

.notifications h2 span {
  color: #b19920;
}

.notifications-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 6px 9px;
  margin-bottom: 0px;
  cursor: pointer;
  border-radius: 15px;
}

.notifications-item:hover {
  background-color: #eee;
  border-radius: 15px;
  
}

.notifications-item img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 9px;
  border-radius: 50%;
  margin-top: 2px
}

.notifications-item .text h4 {
  color: #777;
  font-size: 16px;
  margin-top: 3px
}

.notifications-item .text p {
  color: #aaa;
  font-size: 12px
}
















.button-open-modal{
  color: #f4f4f4;
  border: solid #1e272e;
  margin: 0px;
  padding: 20px 40px;
  color: #1e272e;
  border-radius: 2px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
}

.modal-container {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.modal_buffet {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.show {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.modal-body-buffet {
  background-color: #f4f4f4;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 500px;
  border: solid #ab915f;
  color: #1e272e;
  margin: auto;
  position: relative;
  opacity: 0;
}

.modal-body-buffet .top-modal {
  padding: 10px 20px;
}

.modal-body-buffet img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: #1e272e solid;
}

.modal-body-buffet input {
  width: 100%;
  padding: 12px 20px;
  margin: 4px 0;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid;
}

.modal-body-buffet .container-actions-buttons {
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  padding: 10px 10px;
  margin: 20px 0px;
}

.modal-body-buffet .container-actions-buttons .button-delete-modal {
  /*background-color: #ff4d4d;*/
  border-radius: 3px;
  padding: 10px 20px;
  text-decoration: none;
}

.modal-body-buffet .container-actions-buttons .button-save-modal {
  background-color: #3c40c6;
  border-radius: 3px;
  padding: 10px 20px;
}

.modal-body-buffet .bottom-modal {
  background: #ab915f;
  padding: 5%;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.modal-body-buffet .button-close-modal {
  color: #1e272e;
  font-weight: bold;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  background: inherit;
}
