<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fondo_pagina_formulario{
    --bs-bg-rgb-color: rgb(239, 239, 239);
    background-color: #efefef!important;
}
.landing-headerss {
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(82,63,105,.05);
    height: 70px;
}
.footer66 {
 /* position: absolute;
  bottom: 0;*/
  width: 100%;
  height: 100px;
}

.error-ajax {
    display: inline-block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #F64E60;
}
.alerta-ajax{
      display: inline-block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #fd7e14;
}
.info-ajax {
    display: inline-block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #4851FF;
}

.valor_campo_100{
  font-size: 1.1rem;
  vertical-align: bottom !important;
  font-weight: bolder; 
  border-bottom: 1px solid #b0bec5 !important;
  padding-right: 2px;
  padding-left: 2px; 
  min-height: 23px;
  width: 100%;
  display: block;
  color: #0d1113 !important;
}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(0.90);
        transform-origin:0 0;
    }
}

.escuende{display: none !important;}
.btn-xs{
--bs-btn-padding-y: .25rem; --bs-btn-padding-x: .5rem; --bs-btn-font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
 /* ul.nav-tabs  span.infotab{display: none;}
  ul#tabs_bloque span.nav-text{display: none;}*/
  #tabs_bloque .nav-link{padding: 0.5rem 0.5rem;}
  #tabs_bloque .nav-link .nav-icon {width: 1rem;}
  .escuende_chico{display: none;}
} 
@media (min-width: 768px){
.muestra_chico{display: none;}
}


#tab_log .timeline-label:before {
    content: "";
    position: absolute;
    left: 181px;
    width: 3px;
    top: 0;
    bottom: 0;
    background-color: var(--bs-gray-200);
}

#tab_log .timeline-label .timeline-label {
    width: 180px;
    flex-shrink: 0;
    position: relative;
    color: var(--bs-gray-800);
}


.bubble-message {
    border: 0;
    padding: 10px 25px;
    position: relative;
}

#tab_log .chat-right:before {
    content: "";
    top: -20px;
    right: 12px;
    position: absolute;
    border-color: transparent transparent #fff5f8 transparent;
    border-style: solid;
    border-width: 10px;
}

/*Botones*/
.btn-pq, .btn-group-pq &gt; .btn {
    padding: 0.45rem 0.45rem 0.45rem 0.55rem ;
    font-size: 0.725rem;
    line-height: 1.05;
    border-radius: 0.32rem;
}

@media (min-width: 992px){
main::-webkit-scrollbar-thumb, span::-webkit-scrollbar-thumb, ol::-webkit-scrollbar-thumb, 
ul::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
    background-color: #cccccc;
}
  main:hover::-webkit-scrollbar-thumb,
  span:hover::-webkit-scrollbar-thumb,
  ol:hover::-webkit-scrollbar-thumb,
  ul:hover::-webkit-scrollbar-thumb,
  pre:hover::-webkit-scrollbar-thumb,
  div:hover::-webkit-scrollbar-thumb {
    background-color: #333333;
  }
}</pre></body></html>