@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,300italic,400italic,600,700,600italic,700italic);
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
/* line 9, ../scss/_pricingtable.scss */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

#form_pago input[type="number"] {
  -moz-appearance: textfield;
}

#form_pago input::-webkit-outer-spin-button,
#form_pago input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* .dropdown-menu {
  left: -60px !important;
} */

.w-33{
  width: 33% !important;
}

.w-66{
  width: 66% !important;
}

.text-sm{
  font-size: .8rem;
}

.pricing-table {
  display: flex;
  width: 80%;
  padding: 20px;
  margin: auto;
  justify-content: space-evenly;
}
#info2{
    display:none;
}
/* line 14, ../scss/_pricingtable.scss */
.pricing-table .pricing-option {
  width: 32%;
  background: white;
  float: left;
  padding: 2%;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 21, ../scss/_pricingtable.scss */
.pricing-table .pricing-option:nth-child(even) {
  margin: 0 2%;
}
/* line 24, ../scss/_pricingtable.scss */
.pricing-table .pricing-option:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
/* line 28, ../scss/_pricingtable.scss */
.pricing-table .pricing-option:hover i, .pricing-table .pricing-option:hover h1, .pricing-table .pricing-option:hover span, .pricing-table .pricing-option:hover b {
  color: #60a9ff;
}
/* line 31, ../scss/_pricingtable.scss */
.pricing-table .pricing-option:hover .front {
  opacity: 0;
  visibility: hidden;
}
/* line 35, ../scss/_pricingtable.scss */
.pricing-table .pricing-option:hover .back {
  opacity: 1 !important;
  visibility: visible !important;
}
/* line 38, ../scss/_pricingtable.scss */
.pricing-table .pricing-option:hover .back a.button {
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}
/* line 43, ../scss/_pricingtable.scss */
.pricing-table .pricing-option hr {
  border: none;
  border-bottom: 1px solid #F0F0F0;
}
/* line 47, ../scss/_pricingtable.scss */
.pricing-table .pricing-option i {
  font-size: 3rem;
  color: #D8D8D8;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 52, ../scss/_pricingtable.scss */
.pricing-table .pricing-option h1 {
  margin: 10px 0;
  color: #212121;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 57, ../scss/_pricingtable.scss */
.pricing-table .pricing-option p {
  color: #999;
  padding: 0 10px;
  line-height: 1.3;
}
/* line 62, ../scss/_pricingtable.scss */
.pricing-table .pricing-option .price {
  position: relative;
}
/* line 65, ../scss/_pricingtable.scss */
.pricing-table .pricing-option .price .front span.price {
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
  font-weight: 700;
  position: relative;
}
/* line 72, ../scss/_pricingtable.scss */
.pricing-table .pricing-option .price .front span.price b {
  position: absolute;
  font-size: 1rem;
  margin-left: 2px;
  font-weight: 600;
}
/* line 80, ../scss/_pricingtable.scss */
.pricing-table .pricing-option .price .back {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 84, ../scss/_pricingtable.scss */
.pricing-table .pricing-option .price .back a.button {
  background: #60a9ff;
  padding: 15px 20px;
  display: inline-block;
  text-decoration: none;
  color: white;
  position: absolute;
  font-size: 13px;
  top: -5px;
  left: 0;
  right: 0;
  width: 150px;
  margin: auto;
  text-transform: uppercase;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 100, ../scss/_pricingtable.scss */
.pricing-table .pricing-option .price .back a.button:hover {
  background: #2d8dff;
}

@media screen and (max-width: 600px) {
  /* line 112, ../scss/_pricingtable.scss */
  .pricing-table {
    width: 100%;
  }
  /* line 114, ../scss/_pricingtable.scss */
  .pricing-table .pricing-option {
    padding: 5%;
    width: 100%;
  }
  /* line 117, ../scss/_pricingtable.scss */
  .pricing-table .pricing-option:nth-child(even) {
    margin: 30px 0 !important;
  }
}
/* line 5, ../scss/_principal.scss */
body {
  height: 100%;
}

@font-face {
  font-family: 'Jost', sans-serif;
}
/* line 14, ../scss/_principal.scss */
* {
  font-family: 'Jost', sans-serif !important;
}

/* line 18, ../scss/_principal.scss */
.bg-stat {
  background-image: url(../img/bg3.jpg);
  background-size: cover;
  background-position: center center;
  margin: -44px 0 0 0;
}

/* line 25, ../scss/_principal.scss */
.bg-licitar {
  background-image: url(../img/licitar.jpg);
  background-size: cover;
  background-position: center center;
  margin: -44px 0 0 0;
}

/* line 32, ../scss/_principal.scss */
.bg-cotizar {
  background-image: url(../img/cotizar.jpg);
  background-size: cover;
  background-position: center center;
  margin: -44px 0 0 0;
}

/* line 39, ../scss/_principal.scss */
.bg-blue {
  background-color: #46b0bf;
}

/* line 43, ../scss/_principal.scss */
.bg-gray {
  background-color: #b9b9b9;
}

/* line 47, ../scss/_principal.scss */
.bg-green {
  background-color: #56a750;
}

/* line 51, ../scss/_principal.scss */
.bg-black {
  background-color: #292929;
}

/* line 55, ../scss/_principal.scss */
.home_slide,
.home_slide > a {
  color: white;
  border-color: white;
}

/* line 61, ../scss/_principal.scss */
.iconer {
  display: inline-block;
  background: white;
  height: 1px;
  width: 25%;
  margin: -10px 15px 0 15px;
}

/* line 69, ../scss/_principal.scss */
.font_home {
  font-weight: 600 !important;
}

/* line 73, ../scss/_principal.scss */
.navbar-toggler {
  position: absolute;
  right: 10px;
  top: 15px;
  border: none;
  outline: none;
  background-color: white;
  margin-top: 10px;
}

/* line 83, ../scss/_principal.scss */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(52,44,51, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* line 87, ../scss/_principal.scss */
.spacer {
  padding: 5px 0 0 0;
  display: inline-block;
  font-size: 18px;
}

/* line 93, ../scss/_principal.scss */
.login {
  background: white;
  padding: 10px;
  color: #444444;
  font-weight: 600;
  -webkit-box-shadow: 0px 10px 20px #5f5f5f;
          box-shadow: 0px 10px 20px #5f5f5f;
  border-radius: 5px;
}

/* line 102, ../scss/_principal.scss */
.lang_flag_cont {
  display: inline-block;
  max-width: 27px;
  cursor: pointer;
}

/* line 109, ../scss/_principal.scss */
.lang_flag_cont span {
  color: #ddd8d3;
  font-size: 12px;
}

/* line 115, ../scss/_principal.scss */
[data-toggle="tooltip"] {
  color: #bfbfbf;
}

/* line 119, ../scss/_principal.scss */
.map_container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  float: left;
  top: 0;
  padding: 100px 0 0 0;
}

/* line 131, ../scss/_principal.scss */
.listo_button {
  z-index: 9999;
  /* position: absolute; */
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  font-size: 20px;
}

/* line 141, ../scss/_principal.scss */
#map {
  height: 100%;
  width: 100%;
  /* margin-top: 8px; */
}

/* line 148, ../scss/_principal.scss */
.inf {
  background-color: whitesmoke;
  border: 0px;
  border-radius: 0px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 160, ../scss/_principal.scss */
li {
  list-style: none;
}

/* line 162, ../scss/_principal.scss */
.mylist {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

/* line 169, ../scss/_principal.scss */
.mylist li {
  margin: 5px 0px;
  font-weight: 400;
  font-size: 16px;
}

/* line 176, ../scss/_principal.scss */
.mylist li img {
  margin: 0px 10px;
}

/* line 181, ../scss/_principal.scss */
.oferta {
  border-bottom: solid 1px #cccccc;
}

/* line 186, ../scss/_principal.scss */
.myimg {
  width: 100%;
  max-width: 500px;
}

/* line 192, ../scss/_principal.scss */
.myimg2 {
  width: 100%;
  max-width: 150px;
  margin: 35px;
}

/* line 199, ../scss/_principal.scss */
.logo_link img {
  max-width: 180px;
}

/* line 203, ../scss/_principal.scss */
.home-image1 {
  width: 100%;
  height: auto;
}

/* line 208, ../scss/_principal.scss */
.form-control {
  background-color: whitesmoke !important;
  border: 0px !important;
  border-radius: 0 !important;
}

/* line 214, ../scss/_principal.scss */
.table td, .table th {
  vertical-align: middle !important;
}

/* line 218, ../scss/_principal.scss */
.alert {
  margin-bottom: 0 !important;
}

/* line 222, ../scss/_principal.scss */
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 1.5rem !important;
}

/* line 228, ../scss/_principal.scss */
.alert-success {
  color: white;
  background-color: #2991c2 !important;
  border-radius: 0;
}

/* line 234, ../scss/_principal.scss */
.alert-danger {
  color: white;
  background-color: #d62d2d !important;
  border-radius: 0;
}

/* line 240, ../scss/_principal.scss */
.alert-info {
  color: white;
  background-color: #39b843 !important;
  border-radius: 0;
}

/* line 246, ../scss/_principal.scss */
.alert-secondary {
  color: white;
  background-color: #636363 !important;
  border-radius: 0;
}

/* line 252, ../scss/_principal.scss */
.alert-primary {
  color: white;
  background-color: #004085 !important;
  border-radius: 0;
}

/* line 258, ../scss/_principal.scss */
.btn-primary {
  width: 100%;
  border-radius: 0;
}

/* line 263, ../scss/_principal.scss */
.btn-danger {
  width: 100%;
  border-radius: 0;
}

/* line 268, ../scss/_principal.scss */
.btn-secondary {
  width: 100%;
  border-radius: 0;
}

/* line 276, ../scss/_principal.scss */
.switch {
  height: 24px;
  display: block;
  position: relative;
  cursor: pointer;
}
/* line 281, ../scss/_principal.scss */
.switch input {
  display: none;
}
/* line 283, ../scss/_principal.scss */
.switch input + span {
  padding-left: 50px;
  min-height: 24px;
  line-height: 24px;
  display: block;
  color: #99A3BA;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
/* line 293, ../scss/_principal.scss */
.switch input + span:before, .switch input + span:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 12px;
}
/* line 300, ../scss/_principal.scss */
.switch input + span:before {
  top: 0;
  left: 0;
  width: 42px;
  height: 24px;
  background: #E4ECFA;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 308, ../scss/_principal.scss */
.switch input + span:after {
  width: 18px;
  height: 18px;
  background: #fff;
  top: 3px;
  left: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(18, 22, 33, 0.1);
          box-shadow: 0 1px 3px rgba(18, 22, 33, 0.1);
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}
/* line 317, ../scss/_principal.scss */
.switch input + span em {
  width: 8px;
  height: 7px;
  background: #99A3BA;
  position: absolute;
  left: 8px;
  bottom: 7px;
  border-radius: 2px;
  display: block;
  z-index: 1;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}
/* line 328, ../scss/_principal.scss */
.switch input + span em:before {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -1px;
}
/* line 340, ../scss/_principal.scss */
.switch input + span em:after {
  content: '';
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #99A3BA;
  border-bottom: 0;
  width: 6px;
  height: 4px;
  left: 1px;
  bottom: 6px;
  position: absolute;
  z-index: 1;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
  -webkit-transform: rotate(-35deg) translate(0, 1px);
          transform: rotate(-35deg) translate(0, 1px);
}
/* line 358, ../scss/_principal.scss */
.switch input + span strong {
  font-weight: normal;
  position: relative;
  display: block;
  top: 1px;
}
/* line 363, ../scss/_principal.scss */
.switch input + span strong:before, .switch input + span strong:after {
  font-size: 14px;
  font-weight: 500;
  display: block;
  font-family: 'Mukta Malar', Arial;
  -webkit-backface-visibility: hidden;
}
/* line 371, ../scss/_principal.scss */
.switch input + span strong:before {
  content: 'Desactivado(a)';
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}
/* line 375, ../scss/_principal.scss */
.switch input + span strong:after {
  content: 'Activado(a)';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  color: #5628EE;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate(2px, 0);
          transform: translate(2px, 0);
}
/* line 390, ../scss/_principal.scss */
.switch input:checked + span:before {
  background: rgba(86, 40, 238, 0.35);
}
/* line 393, ../scss/_principal.scss */
.switch input:checked + span:after {
  background: #fff;
  -webkit-transform: translate(18px, 0);
          transform: translate(18px, 0);
}
/* line 397, ../scss/_principal.scss */
.switch input:checked + span em {
  -webkit-transform: translate(18px, 0);
          transform: translate(18px, 0);
  background: #5628EE;
}
/* line 400, ../scss/_principal.scss */
.switch input:checked + span em:after {
  border-color: #5628EE;
  -webkit-transform: rotate(0deg) translate(0, 0);
          transform: rotate(0deg) translate(0, 0);
}
/* line 406, ../scss/_principal.scss */
.switch input:checked + span strong:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate(-2px, 0);
          transform: translate(-2px, 0);
}
/* line 412, ../scss/_principal.scss */
.switch input:checked + span strong:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

/* line 424, ../scss/_principal.scss */
#footer {
  text-align: center;
}
/* line 426, ../scss/_principal.scss */
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 430, ../scss/_principal.scss */
#footer ul li {
  display: inline-block;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  /* line 438, ../scss/_principal.scss */
  #footer {
    text-align: center;
  }
  /* line 440, ../scss/_principal.scss */
  #footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 444, ../scss/_principal.scss */
  #footer ul li {
    display: block;
    padding: 10px;
  }
  
  #info1{
      display:none;
  }
  #info2{
      display:block;
  }
}
/* line 452, ../scss/_principal.scss */
.ontop {
  z-index: 1000000;
}


/* Nuevo código */
p strong, p a {
  margin: 2px;
  border: solid 1px #0000002b;
  padding: 5px;
}

.pagination{
  display: flex;
  justify-content: center;
}

.search_form{
  padding: 10px;
  border: 1px solid #00000029;
  border-radius: 2px;
  margin-bottom: 40px;
}

.search_form .inputs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search_form label{
  margin: auto 0;
  width: 100%;
}

.search_form label input{
  border: solid 1px #80808059;
  display: block;
}

.select2{
  display: block;
}

.input_form{
  flex: 0 0 20%;
  margin: 10px;
}

.clear:after {
  content:'';
  display:block; /* or whatever else than inline */
 clear:both;
}

.table th {
  font-size: 0.8rem;
}

table td {
  font-size: 0.8rem;
}

/* Corrige el error del overflow del texto en el input del CV */
input[type="file"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.togglePassword{
  display: inline-block;margin-left: -30px;cursor: pointer;
}

.password{
  display: inline-block;width: 90%;
}


.loading-modal {
  text-align: center;
  padding-top: 20%;
  display:    none;
  position:   fixed;
  z-index:    1000000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  /*background: #eaecfa;*/
  background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
  /*background: rgb(107, 216, 97); */
}

/* Tabla con scroll y header fijo */
.tableFixHead {
  overflow: auto;
  
  max-height: 600px;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
}
/* Ajustes al mapa */
#map > div {
  height: 90% !important;
}

/* Tabla respnsive */

@media (max-width: 30em) {

  .btn-new{
    width: 50%!important;
  }

  input{
    width: 100%;
  }

  .input_form{
    flex: 1 0 80%;
  }

  .table{
    width: 100%;
    border: 1px solid #00000029;
  }

  .table tr{
    display: flex;
    flex-direction: column;
  }

  .table td{
    border: none!important;
  }

  .table td[data-titulo]{
    display: flex;
  }

  .table td[data-titulo]::before{
    content: attr(data-titulo);
    font-weight: bold;
    width: 120px;
    text-align: right;
  }

  .table td[data-titulo] > div{
    text-align: center;
  }

  .table-content{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .table-content .btn{
    width: 80%;
  }

  .progress{
    width: 80%;
    position: initial;
  }

  .table th{
    display: none;
  }

  .rango_fecha{
    flex-wrap: wrap;
  }

  .rango_fecha .select2-container{
    width: 100%!important;
  }

  .input_form.input_rango_fecha{
    flex: 1 0 80%!important;
  }
  .rango_fecha .select2-container{
    width: 100%!important;
  }

  .modal-dialog{
    max-width: 100% !important;
  }

  #modalPreguntas table{
    table-layout: fixed;
  }

  #modalPreguntas table td{
    max-width: none  !important;
    overflow-wrap: break-word !important;
  }

}

/* Tabla y botones */
.alert{
  padding: 0.25rem 0.2rem !important;
}

.btn-editar{
  padding: 0.19rem 0.1rem !important;
  width: 100%;
}

.rango_fecha{
  display: flex;
}
.select_fecha{
  height: 38px;
  padding: .375rem .75rem;
}

.rango_fecha .select2-container--default .select2-selection--single, .select_rubro .select2-container--default .select2-selection--single {
  height: 38px;
  background-color: whitesmoke;
}


.rango_fecha .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 34px;
}

.input_form.input_rango_fecha{
  flex: 0 0 30%;
}

.rango_fecha .select2-container{
  width: 50%;
}

hr{
  margin-top: 0!important;
}

/* Participación */

.header_participacion{
  display: flex;
  justify-content: space-between;
}

.header_participacion label{
  text-decoration: underline;
}

.input_participar{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.input_participar label{
  flex: 1 1 40%;
  text-align: center;
}

.input_form .radio_participar{
  display: flex;
  flex: 1 1 60%;
  justify-content: space-around;
}

.rechazo_campos p{
  text-decoration: underline;
  flex: 0 0 20%;
}

.rechazo_campos span{
  flex: 0 0 80%;
}

#modalPreguntas table td{
  word-wrap: break-word;
  max-width: 10px;
} 

#modalPreguntas{
  padding-right: 0 !important;
}
/* Rediseño de barra */
.dropdown-toggle::after {
  color: #007bff !important;
}

.dropdown-item{
  color: #007bff;
}

/* Reportes */
.reportes{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.reporte{
  flex: 1 0 90%;
  border: 1px solid #99A3BA;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  background-color: white;
}

.campo_reporte{
  width: 50%;
} 

.campo_reporte p, .campo_reporte_full p{
  margin-bottom: 0;
}

.campo_reporte , .campo_reporte_full{
  margin-bottom: 1rem;
}

.campo_reporte_full{
  width: 100%;
}

/* Notificaciones */

.icon {
  cursor: pointer;
  margin-right: 50px;
  line-height: 60px
}

.icon span {
  background: #f00;
  padding: 7px;
  border-radius: 50%;
  color: #fff;
  vertical-align: top;
  margin-left: -25px
}

.icon img {
  display: inline-block;
  width: 26px;
  margin-top: 4px
}

.icon:hover {
  opacity: .7
}

.logo {
  flex: 1;
  margin-left: 50px;
  color: #eee;
  font-size: 20px;
  font-family: monospace
}

@media (min-width: 700px) {
  .notifications {
  width: 300px;
  height: 0px;
  /* opacity: 0; */
  position: absolute;
  top: 63px;
  right: 62px;
  border-radius: 5px 0px 5px 5px;
  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);
  z-index: 9999;
}
}

@media (max-width: 600px) {
  .notifications {
  width: 100%;
  height: 0px;
  /* opacity: 0; */
  position: absolute;
  top: 70px;
  right: 0px;
  border-radius: 5px 0px 5px 5px;
  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);
  z-index: 9999;
}
}



.notifications h4 {
  font-size: 18px;
  padding: 10px;
  font-weight: 900;
  /* border-bottom: 1px solid #eee; */
  /* color: #999 */
}

.notifications h2 span {
  color: #f00
}

.notifications-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 6px 9px;
  margin-bottom: 0px;
  cursor: pointer
}

.notifications-item:hover {
  background-color: #eee
}

.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
}

.dot {
  height: 15px;
  width: 15px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.sec{
  position: relative;
  right: -13px;
  top:-22px;
}

@media (min-width: 700px) {
  .counter.counter-lg {
    top: -20px !important;
    left: 15px !important;
  }
  .ml-responsive {
    margin-left: auto;
  }
  .mb-3-responsive {
    margin-bottom: 12px;
  }
  .mt-2-responsive {
    margin-top: 18px;
  }
  .card-cliente {
    height: 220px;
  }
  .cortaTitulo {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  
  .cortaDescripcion {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }

}

@media (max-width: 600px) {
  .counter.counter-lg {
    top: -20px !important;
    left: 50% !important;
  }
  .ml-responsive {
    margin-left: 0;
  }
  .mb-3-responsive {
    margin-bottom: 0px;
  }
  .mt-2-responsive {
    margin-top: 0px;
  }
  .card-cliente {
    height: 325px;
  }
  .cortaTitulo {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  
  .cortaDescripcion {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
}

.subunet {
  background-color: rgb(255,206,0,.7)
}


.cursor-pointer {
  cursor: pointer;
}

a.navlink {
  font-size: 1rem;
}



/* Notificaciones */