@charset "utf-8";

form {
    color: #4daacf;
}

form label{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 6px;
}

.form_est{
   /* width: 45%; */
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 15px;
    padding-top: 30px;
    padding-left: 28px;
    padding-right: 28px;
    background-color: #f3f3f3;
    font-weight: bold;
}

.tooltip-inner {
    background-color: #007bff; 
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #007bff;;
}

.info{
    background-color: white;
    color: #367690;    
    padding: 12px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}

.info_title{
    padding: 9px;
    background-color: #dedddd;
    font-weight: bold;
    color: #367690;
}

.info_desc{
    padding-top: 10px;
    padding-bottom: 10px;
}

#pago_info td{
    padding: 10px
}

#description p{
    padding: 10px 0;
    line-height: 23px;
}

#description ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#description ul>li{
    padding: 6px 0;
}

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

    .title > div h1 { 
       font-size: 2rem; 
    }
 
 }

 .clientes{
    font-size: 15px;
    background-color: white;    
    padding-bottom: 18px;
    margin-top: 20px;
    color: #777;
  }

  .clientes_title{
    font-size: 18px;
    padding: 15px;
    background-color: #dedddd;
    color: #367690;    
    font-weight: bold;
  }

  .clientes_sectores{
    margin-top: 25px;
    padding-left: 30px;
  }

  .clientes ul{
    list-style-type: circle;
    padding-left: 12px;
    padding-top: 9px;
  }
  .clientes ul li{
    padding: 8px 0;
  }