/* width */
::-webkit-scrollbar {
  width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ededed;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4d4d4d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 

}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("fonts/Glyphicons-Halflings.ttf") format("opentype");
}
@font-face {
    font-family: gobCL;
    src: url("fonts/gobCL_Regular.otf") format("opentype");
}
.gobCL {
  font-family: gobCL !important;
}
@font-face {
    font-family: gobCL Light;
    src: url("fonts/gobCL_Light.otf") format("opentype");
}
.gobCLLight {
  font-family: gobCL Light !important;
}
@font-face {
    font-family: gobCL Bold;
    src: url("fonts/gobCL_Bold.otf") format("opentype");
}
.gobCLBold {
  font-family: gobCL Bold!important;
}
@font-face {
    font-family: gobCL Heavy;
    src: url("fonts/gobCL_Heavy.otf") format("opentype");
}
.gobCLHeavy {
  font-family: gobCL Heavy !important;
}
@font-face {
    font-family: Roboto Bold;
    src: url("fonts/Roboto-Bold.ttf") format("opentype");
}
.robotoBold {
  font-family: Roboto Bold !important;
}
@font-face {
    font-family: Roboto Light;
    src: url("fonts/Roboto-Light.ttf") format("opentype");
}
.robotoLight {
  font-family: Roboto Light !important;
}
.roboto {
  font-family: Roboto !important;
}


body {
  font-family: Roboto, sans !important;
  color: #4a4a4a
}

.grey{background-color:#4d4d4d !important;}
.grey-text{color:#4d4d4d !important;}
.white{background-color:#FFFFFF !important;}
.white-text{color:#FFFFFF !important;}
.black{background-color:#000000 !important;}
.black-text{color:#000000 !important;}
.transparent{background-color:transparent !important;}
.transparent-text{color:transparent !important;}
.azul{background-color:#0f69b4 !important;}
.azul-text{color:#0f69b4 !important;}
.inputColor-text{color: #6c757d !important; opacity: 0.6 !important;}

.bordergob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  clear: both;
  height: 5px;
}
.tableFixHead {
  overflow-y: auto;
  height: 400px;
}
.tableFixHead thead th {
  position: sticky; 
  top: 0;
}
th {
  background:#fff;
}
.bordergob .border-blue {
  width: 33.3333333333%;
  height: 5px;
  background-color: #0f69b4;
}
.bordergob .border-red {
  width: 66.6666666667%;
  height: 5px;
  background-color: #E53F40;
}
.site-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1;
  display: block;
  padding: 20px;
  max-width: 100%;
  background-color: #fff;
}

.site-footer {
  padding: 30px;
}

.contentCenter{
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentCenterSolicitud{
  display: flex;
  align-items: center;
  justify-content: center;
}
select:invalid {
  color: #6c757d !important; opacity: 0.6 !important;
}
.navStyle{
  padding: 30px;
}
.divStyle{
  padding: 20px 30px 20px 30px;
}
.bordergob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  clear: both;
  height: 8px;
}
.bordergob .border-blue {
  width: 33.3333333333%;
  height: 8px;
  background-color: #006FB3;
}
.bordergob .border-red {
  width: 66.6666666667%;
  height: 8px;
  background-color: #E53F40;
}
hr.rojo {
  width: 80px;
  border-top: 5px solid #00cf85;
}
hr.cyan {
  width: 150px;
  border-top: 8px solid #00cf85;
}
hr.blanco {
   width: 150px;
  border-top: 8px solid #ffffff;
}
.form-right{
  float: right !important;
}
.headerPadding{
  padding: 50px 50px 50px 50px;
}
.colorForm{
  background: #ededed !important;
}
.cuerpoPagina{
  height: 100%;
  background-color: white;
}
.contenido{
  padding: 50px;
  background-color: white;
}
.cuerpoPagina2{
  padding: 20px 50px 50px 50px;
}
.fotoNoticia{
  margin-bottom: 15px;
}
.espacioNoticia{
  margin-bottom: 30px;
}
.espacioContadores{
  margin-bottom: 80px;
}
.footerPadding{
  padding: 0px 0px 0px 0px;
}
.ocultar-desktop{
  display: none !important;
}
.antecedentesPadding{
  padding: 0px 100px 20px 100px;
}
.redesMargin{
  margin-right: 10px;
}
.imgRedonda{
  border-radius: 50%;
}
.paddingBanners{
  padding-bottom: 8px;
}
.bordeRight{
  border-right: 1px solid #cdcdcd;
}
.textAlign{
  text-align: center !important;
}
.ocultar-tablet{
  display: none !important;
}
.cartaSty{
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 280px;
  border-radius: 15px;
}
.cartaImgSty{
  margin-bottom: 15px;
  margin-top: 15px;
}
.noBorder{
  border-top: none !important;
}
/* Icon when the collapsible content is shown */
#btn:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
}
/* Icon when the collapsible content is hidden */
#btn.collapsed:after {
  content: "\e080";
}
.botn-azul {
  color: #fff;
  background-color: #0f69b4;
}

.botn-azul:hover {
  color: #fff;
  background-color: #4d4d4d;
}

.botn-azul:focus, .btn-azul.focus {
  box-shadow: 0;
  outline: 0 ;
}
.spanFaq{
  cursor: pointer;
  margin-left: 10px;
}
@media screen and (min-width: 769px) and  (max-width: 1024px){
  .logoResponsive{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 60px !important;
  }
  .contentCenter{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .ocultar-tablet{
    display: block !important;
  }
}
@media screen and (min-width: 576px) and  (max-width: 768px){
    .ocultar-tablet{
    display: block !important;
  }
  .ocultar-movil{
    display: none !important;
  }
  .ocultar-desktop{
    display: block !important;
  }
  .form-responsive{
    margin-top: 15px;
  }
  .form-Center{
    text-align: center !important;  
  }
  .antecedentesPadding{
    padding: 0px;
  }
  .centerFoto{
    text-align: center !important;
  }
  .bordeRight{
    border-right: 0 !important;
  }
  .order-first {
  -ms-flex-order: -1;
  order: -1;
  }
  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .contentCenter{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .logoResponsive{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 80px !important;
  }
}
@media screen and (max-width: 576px) {
  .cartaImgSty{
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .ocultar-movil{
    display: none !important;
  }
  .ocultar-desktop{
    display: block !important;
  }
  .form-responsive{
    margin-top: 15px;
  }
  .form-Center{
    text-align: center !important;  
  }
  .antecedentesPadding{
    padding: 0px;
  }
  .centerFoto{
    text-align: center !important;
  }
  body {
    background-color: white;
    padding: 0px;
  }
  .contenido{
    padding: 30px;
  }
  .logoResponsive{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 60px !important;
  }
  .bordeRight{
    border-right: 0 !important;
    }
  .order-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .contentCenter{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .textAlign{
    text-align: right !important;
  }
  .contentCenter{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 350px) {
  .logoResponsive{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 50px !important;
  }
  .antecedentesPadding{
    padding: 0px;
  }
  .order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .contentCenter{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .textAlign{
    text-align: right !important;
  }
}

.bg-pattern {
  background: url(../../img/photos/bg-pattern.png) repeat;
  margin: -20px -35px 20px -35px !important;
}