﻿body {
}

@font-face {
  font-family: 'EncodeSans';
  src: url('/Content/EncodeSans-Regular.ttf');

}

label {
font-size:12pt;

font-weight:600;
color:#808080;
}
.buscador-titulo-1 {


    font-family:EncodeSans;
    font-size:35pt;


}

.buscador-titulo-2 {


    font-family:EncodeSans;
    font-size:20pt;


}


.txt-search-1 {
float:left;
width:80%;

border-bottom-right-radius:0px;
border-top-right-radius:0px;
height:40px;

border:#a0a0a0 1px solid;
}

.btn-search-1
{
 width:20%;

 border-bottom-left-radius:0px;
border-top-left-radius:0px;
height:40px;


}


.div-area-1 {
  box-shadow: 0px 0px 12px 5px rgba(214,214,214,0.58);
-webkit-box-shadow: 0px 0px 12px 5px rgba(214,214,214,0.58);
-moz-box-shadow: 0px 0px 12px 5px rgba(214,214,214,0.58);

width:100%;
min-height:50px;

padding:6px;
}

.div-card-1 {


   text-align:center;
}
.lbl-card-1 {

    color:#ab0033;

    font-size:22pt;
    font-weight:bold;
}

.lbl-card-2 {

    color:#bc955c;

    font-size:22pt;
    font-weight:bold;
}

.rpt-datos {

width:98%;border:0px solid #fff;
margin:1%;
}
.rpt-datos tbody tr
{
 border-bottom: 1px solid #dddddd;

}.rpt-datos tbody tr td
{
font-size:12pt; padding:4px;
}

.titulo-search-1 {
 
    font-size:15pt; font-weight:600;
}
.descripcion-search-1 {
 
    font-size:13pt; 
}
.descripcion-search-2 {
 
    font-size:12pt; 
}


.rpt tbody {
border: 0px;
}

.rpt tbody tr th{

    border:1px solid #fff;
    background-color:rgba(214,214,214,0.58);

    border-top-right-radius:2px;
     border-bottom-right-radius:2px;

     color:#353535

}

.rpt tbody tr  {

    border: 1px #fff solid;
      border-bottom:0px solid #dddddd;
}

.rpt tbody tr td{

color:#5a5a5a;

font-weight:600;
}
.btn-info {
background-color:#ddc9a3;
}
.modal-body .form-control{

    color:#353535;
  
}
.form-control {
      margin:1px;
height:40px;
}
.form-select {
height:40px;  margin:1px;
}


.display-movil-local {
display:normal;
}

@media (max-width: 768px) {

    .display-movil-local {
display:none;
}

 
    .buscador-titulo-1 {


    font-size:25pt;


}

    .row head-main div {
    
    text-align:center;
    }
}