body {
  background: url(../imagen/fondo4.png) no-repeat;


    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position:fixed;
    z-index: -1;  
}

.body-fondo{
  background-color: #ffffffa6;
  border-radius: 2px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.body-fondo-anuncio-soldador{
  background-color: #ffffffa6;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.body-fondo-anuncio-inspector{
  background-color: #ffffffa6;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
}

#buscadorRut{
  background-color: #ffffff00;
  border: 0;
}

#buscadorDiploma{
  background-color: #ffffff00;
  border: 0;
}

.border-bottom {
    border-bottom: 1.5px solid #ffc034ed!important;
    border-bottom-style: dashed;
}

.form-control:focus {
  border-color: black;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e600;
    border-top: 2px solid #dee2e600;
}

@media (min-width: 576px) { 

h5{
    font-size: 2.5rem;
  } 

}

//Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 

  h5{
    font-size: 2.5rem;
  } 
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 
  h5{
    font-size: 2.5rem;
  } 
 }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 

  h5{
    font-size: 2.5rem;
  } 
}




