  /*font-family: 'Open Sans', sans-serif;*/
  /*
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');

 body {

  font-family: 'Montserrat', sans-serif;
  font-weight: normal;

}

*{
    font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  font-family:arial;
}
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');

h1{
  color:#AAA173;
  text-align:center;
  font-faimly:icon;
}


.log-status.wrong-entry {
  -webkit-animation: wrong-log 0.3s;
  -moz-animation: wrong-log 0.3s;
  -ms-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}
.log-status.wrong-entry .form-control-login, .wrong-entry .form-control-login + .fa {
  border-color: #ed1c24;
  color: #ed1c24;
}
@keyframes wrong-log {
  0% { left: 0px;}
  20% {left: 15px;}
  40% {left: -15px;}
  60% {left: 15px;}
  80% {left: -15px;}
  100% {left: 0px;}
}
@-ms-keyframes wrong-log {
  0% { left: 0px;}
  20% {left: 15px;}
  40% {left: -15px;}
  60% {left: 15px;}
  80% {left: -15px;}
  100% {left: 0px;}
}
@-moz-keyframes wrong-log {
  0% { left: 0px;}
  20% {left: 15px;}
  40% {left: -15px;}
  60% {left: 15px;}
  80% {left: -15px;}
  100% {left: 0px;}
}
@-webkit-keyframes wrong-log {
  0% { left: 0px;}
  20% {left: 15px;}
  40% {left: -15px;}
  60% {left: 15px;}
  80% {left: -15px;}
  100% {left: 0px;}
}
.log-btn{
  background:#0AC986;
  display:inline-block;
  width:100%;
  font-size:16px;
  height:50px;
  color:#fff;
  text-decoration:none;
  border:none;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}

.link{
  text-decoration:none;
  color:#9D8E79;
  display:block;
  text-align:right;
  font-size:12px;
  margin-bottom:15px;
}
.link:hover{
  text-decoration:underline;
  color:#8C918F;
}
.alert{
  display:none;
  font-size:12px;
  color:#f00;
  float:left;
}

#btn_agregar{
  
  font-size:22px;
  padding: 5px;

}

.item-desc-left-rentas{
  float: left;
  padding-right: 18px;
  padding-top: 15px;
  width: 33.3%;
}

/*Efecto Overlay*/

.container-img {
  position: relative;
  height: 208px;
  overflow: hidden;
 
}


.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;

}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;

}

.container-img:hover .image {
  opacity: 0.3;

}

.container-img:hover .middle {
  opacity: 1;

}

.texto {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.avatar {
    border-radius: 50%;
    height: 124px;
    object-fit: cover;
    object-position: center;
    width: 124px;
}

.cont-avatar{
  align-items: center;
  display: flex;
  padding: 20px;
  justify-content: center;
} 


.enseguimiento{
    background-color: #0088cc;
    border-radius: 80px;
    padding: 4px;
    width: 120px;
    text-align: center;
    color: white;
    font-size: 0.9em;
    transition: .5s ease;
    margin-bottom: 0;
}

.enseguimiento:hover {
  opacity: 0.8;
}


.negociaciones{
    background-color: #20b740;
    border-radius: 80px;
    padding: 3px;
    width: 120px;
    text-align: center;
    color: white;
    font-size: 1em;
    transition: .5s ease;
    margin-bottom: 0;
}

.negociaciones:hover {
  opacity: 0.8;
}


.pendiente{
    background-color: #e74a3b;
    border-radius: 80px;
    padding: 3px;
    width: 120px;
    text-align: center;
    color: white;
    font-size: 1em;
    transition: .5s ease;
    margin-bottom: 0;
}

.pendiente:hover {
  opacity: 0.8;
}

.nointeresado{
    background-color: #121111;
    border-radius: 80px;
    padding: 3px;
    width: 120px;
    text-align: center;
    color: white;
    font-size: 1em;
    transition: .5s ease;
    margin-bottom: 0;
}

.nointeresado:hover {
  opacity: 0.8;
}

.sinrespuesta{
    background-color: #849ba7;
    border-radius: 80px;
    padding: 3px;
    width: 120px;
    text-align: center;
    color: white;
    font-size: 1em;
    transition: .5s ease;
    margin-bottom: 0;
}

.sinrespuesta:hover {
  opacity: 0.8;
}

.incontactable{
    background-color: #4b4b4b;
    border-radius: 80px;
    padding: 3px;
    width: 120px;
    text-align: center;
    color: white;
    font-size: 1em;
    transition: .5s ease;
    margin-bottom: 0;
}

.incontactable:hover {
  opacity: 0.8;
}


.list-iconos{
    vertical-align: top;
    display: inline;
}

.list-iconos a {
    vertical-align: top;
    display: inline;
}

.seguimiento{
    background-color: #0088cc;
    border-radius: 80px;
    padding: 2px;
    width: 120px;
    text-align: center;
    color: white;
    font-size: 1em;
    transition: .5s ease;
}

.seguimiento:hover {
  opacity: 0.8;
}

.aprobado{
    background-color: #20b740;
    border-radius: 80px;
    padding: 3px;
    width: 120px;
    text-align: center;
    color: white;
    font-size: 1em;
    transition: .5s ease;
}

.aprobado:hover {
  opacity: 0.8;
}


.enespera{
    background-color: #e74a3b;
    border-radius: 80px;
    padding: 3px;
    width: 120px;
    text-align: center;
    color: white;
    font-size: 1em;
    transition: .5s ease;
}

.enespera:hover {
  opacity: 0.8;
}

.cancelado{
    background-color: #121111;
    border-radius: 80px;
    padding: 3px;
    width: 120px;
    text-align: center;
    color: white;
    font-size: 1em;
    transition: .5s ease;
}

.cancelado:hover {
  opacity: 0.8;
}


.normal{
    background-color: #849ba7;
    border-radius: 80px;
    padding: 3px;
    width: 120px;
    text-align: center;
    color: white;
    font-size: 1em;
    transition: .5s ease;
}

.normal:hover {
  opacity: 0.8;
}


.loading {

    /* justify-content: center; */
    /* align-items: center; */
    /* width: 124px; */
    /* height: 124px; */
   /*  position: absolute;*/
    z-index: 9000;
    /*
    left: 45%;
    top: 20%;
    */

    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;
   position: absolute;
   width:100%;
   height: 100%;

}


.loading .title{
    justify-content: center; 
     align-items: center; 
     display: block;
     padding: 7px;
    color: #2774b0;

}


.cont-box {
  display: flex;
  flex-direction: column;
}

.box-item  {
  width: 300px;
  color: #24418a;
  text-align: left;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #dce5ff;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50px; 
  padding: 10px;
  margin-top: 25px;
  cursor: pointer;
}

.box-item:hover  
{
  background-color: #d1e9f5;
}


.box-usuario {
    width: 300px;
    background: white;
    padding: 5px;
    align-content: left;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-align: left;
    border: 1px solid #dce5ff;
    color: #24418a;
     font-size: 12px;
     cursor: pointer;
}

.titulo-box{
   color: #24418a;
}

.table td > * {
    vertical-align : top;
}

.menu-ico
{
    font-size: 19px !important;
    color: #ffd100  !important;
}

.border-title{
    position: relative;
    border-bottom: 3px solid  #04289c;
    width: 20%;
    margin-bottom: 25px;
}

.add_paquete{
    width: 275px;
    border: 2px solid #c6d7ea;
    padding: 22%;
    text-align: center;
    height: 300px;
    font-size: 4vw;
    color: #4e73e0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #e5f4ff;
    cursor: pointer;
    align-items: center;
}

.add_paquete_titulo{
font-size:1.5vw;width: 100%;}

.UnloadFile{
  /*width: 75%;*/
}


/* ======================================
Responsive Image gallery Style rules
======================================*/

.contenedor-galeria
{
  max-width: 1224px;
  width: 90%;
  margin: auto;
  padding: 40px 0;
}


ul {
  list-style: none;
}

/* Responsive image gallery rules begin*/

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: -40px;
}

.image-gallery > li {
  flex: 1 1 auto; /* or flex: auto; */
  height: 300px;
  cursor: pointer;
  position: relative;
}

.image-gallery::after {
  content: "";
  flex-grow: 999;
}

.image-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 5px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  border-radius: 5px;
  /* center overlay content */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* hover */
.image-gallery li:hover .overlay {
  transform: scale(1);
}

.ico-card-agregar 
{
  font-size: 1.5vw;
  color: #d1d3e2 !important;

}

.ico-card-agregar:hover 
{
  color: #4e73df !important;
}


.table-container {
  max-width: 800px; /* Ancho máximo de la tabla */
  margin: 0 auto; /* Centra la tabla horizontalmente */
}

.file-table {
  width: 100%;
  border-collapse: collapse; /* Une los bordes de las celdas */
}

.file-table th, .file-table td {
  border: 1px solid #ddd; /* Borde de las celdas */
  padding: 8px; /* Espaciado interno de las celdas */
  text-align: left; /* Alineación del texto a la izquierda */
}

.file-table th {
  background-color: #f2f2f2; /* Color de fondo para las celdas de encabezado */
}





@media only screen and (max-width: 768px) {

  

  .add_paquete
  {
    width: 100%;
      border: 1px solid #c6d7ea;
      padding: 8%;
      text-align: center;
      /* height: 190px; */
       font-size: 14vw;
      color: #4e73e0;
    display: flex;
    flex-wrap: wrap;
     cursor: pointer;
    align-items: center;
      justify-content: center;
    background-color: #e5f4ff;       
  }

.add_paquete_titulo{
  font-size: 4.7vw;
}


  .UnloadFile{
    /*width: 75%;*/
  }


  .ico-card-agregar { font-size: 7.5vw !important;
    color: #4e73df !important; }


    .modal-full-height {
      height: 100%;
      margin: 0;
  }
  
  .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
  }


}
