.btn.disabled,.btn:disabled{
  background: #b4a46c;
  color: #ffffff;
}

#home.fbusq{
  background: url("../img/fondoPagos.png");
  background-color: rgba(0, 0, 0, 0.5); /* use rgba for fine adjustments */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
#home select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../img/sort.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
}

#home .tituloprinc{
  font-weight: 400;
}

.titulos{
  font-weight: 400;
  font-size: 1.35rem;
}

#form_buscar, #divbannerspc {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 38, 58, 0.6);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4) ;
}
#form_buscar {
  border-top-right-radius: 100px;
}
#form_buscar:hover, #divbannerspc:hover,
  #form_buscar:focus, #divbannerspc:focus{
  background-color: rgba(0, 38, 58, 1);
}
#bannerspc .carousel-item{
  position: relative;
}
#bannerspc .carousel-item:after{
  position: absolute;
  background-color: #00263A;
  opacity: 30%;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#divbannerspc:hover .carousel-item:after, #divbannerspc:focus .carousel-item:after{
  content: none;
}

.textoModal{

  font-size: 17px;

}

.bordeModal{

  border-radius:27px;

}
.pMensualidad > *{
  color: rgb(22, 22, 22) !important;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

#divrefip .input-group-text{
  color: #979797;
  background-color: white;
  font-size: 0.75rem;
}
#divrefip input{
  border-left: none !important;
}

#home .etq_busq, #tbl_pagos th{
  text-align: center;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: normal;
}

#home .etq_busq, #tbl_pagos_siguientes th{
  text-align: center;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: normal;
}

.tituloAviso{

  font-weight: 400;
  font-size: 1.35rem;
  color: #aea16e;

}
#referencia{

  line-height: 1.25;

}
#home .rst_busq{
  font-size: small;
  text-align: center;
  font-weight: 600;
}

#tbl_pagos tbody td{
  white-space: nowrap;
  padding: 0.12rem 0.12rem !important;
  font-size: small;
}
#tbl_pagos thead tr { position: sticky; top: 0; z-index: 1; background-color: white;}
.table-responsive.tbl_pagos{
  display: block;
  max-height: 150px;
  overflow-y: auto;
  width: 100%;;
  text-align: center;
}

#tbl_pagos_siguientes tbody td{
  white-space: nowrap;
  padding: 0.12rem 0.12rem !important;
  font-size: small;
}
#tbl_pagos_siguientes thead tr { position: sticky; top: 0; z-index: 1; background-color: white;}
.table-responsive.tbl_pagos_siguientes{
  display: block;
  max-height: 150px;
  overflow-y: auto;
  width: 100%;;
  text-align: center;
}

.pvencido > *{
  color: red !important;
  font-weight: bold;
}

#divbannerspc{
  padding: 10px 75px;
}

#divbannerspc a{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  bottom: 0px;
}

#carouselbanners a{
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 10;
  top: 150px;
}

#carouselbannersmovil a{
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 10;
  bottom: 10%;
}

.sombra3{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.titulosHome {
  font-weight: 400;
  font-size: 1.75rem;
  color: #ffffff;
}

.tituloprincHome {
  font-weight: 400;
}

#modal3D .modal-header{position: relative;}
#modal3D .modal-header .btn-close{
  position: absolute;
  top: 40px;
  right: 20px;
}
#modal3D .modal-title{
  width: 100%;
}
#modal3D .modal-title span{
  color: #00ffff;
  font-weight: bold;
  font-size: 3rem;
}
#modal3D .modal-content{
  background-color: #00263a;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}


@media (min-width:2100px) {
  #home .tituloprinc{
    padding-bottom: 6vh;
  }
}


@media (max-width:1024px) {
  #home{
    padding-bottom: 130px;
  }
  #form_buscar {
    border-top-right-radius: 75px;
  }

  #divbannerspc{
    padding: 10px 45px;
  }

}


@media (max-width:768px) {
  #home{
    padding-bottom: 165px;
  }
  #home .etq_busq, #home .rst_busq{
    text-align: left;
  }

  #form_buscar {
    border-top-right-radius: 50px;
  }

  #divbannerspc{
    padding: 10px 0px;
  }

}