/* 
    Created on : 07-may-2018, 16:53:03
    Author     : Tomas Morales
*/
@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 10;
  src: url(../lib/fonts/product-sans/Product-Sans-Regular.ttf);
}

body {
    font-family: Product Sans;
}

.fondo-orange{
    background-color: #eb6a27 !important ;
    color: white;
}
.fondo-azul{
    background-color: #256092 !important ;
    color: white;
}
.fondo-blanco{
    background-color: white !important ;
    color: #256092;
}
.centrar-texto-titulo{
    padding-top: .60rem !important;
    color: #256092;
}
.centrar-texto-normal{
    padding-top: .05rem !important;
}
.centrar-texto{
    padding-top: .92rem !important;
    color: white;
}
.centrar-texto-4{
    padding-top: .98rem !important;
    color: white;
}
.centrar-title-4{
    padding-bottom: .28rem !important;
    color: white;
}
.blanco{
    color:white;
}
ot-title{
    color: #256092 !important;
}
ot-footer {
  width:100%;
    height:100px;
    display:block;
    margin:0 auto auto auto;
}
section-form {
    border: 1px solid #e0e0e0;
    padding: 15px;
}
text-orange{
    color:#eb6a27;
}
.text-muni-primary {
    color:#256092 !important;
}
.text-muni-secondary {
    color:#eb6a27 !important;
}
.title-muni-primary {
    color:#256092 !important;
    font-weight:700!important;
}
.title-muni-secondary {
    color:#eb6a27 !important;
    font-weight:700!important;
}
.nav-intranet {
    position: relative;
    background: #eb6a27;
}
.nav-intranet:before {
    content: ' ';
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    background-image: url('../img/foto-fondo.jpg') !important;
    background-repeat: no-repeat;
    background-position: 1% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.nav-intranet div{
    z-index: 2;
}
.nav-intranet-old {
    position: relative;
    background: #eb6a27;
    overflow: hidden;
    height: 69px !important;
    z-index: 1; 
}
.nav-intranet-old:before {
    content: '';
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    background-image: url('../img/foto-fondo.jpg') !important;
    background-repeat: no-repeat;
    background-position: 1% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.nav-intranet-old table{
    z-index: 2;
    position: relative;
}

.bloque-texto {
    margin-top: -150px;
    margin-left: 60px;
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
    opacity: 0.9;

}

@media only screen and (max-width: 900px){
.bloque-texto {
    margin-top: 0px !important;
    margin-left: unset;
}}


.top {
    margin: 0 auto;
    max-width: 1200;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);

  }
  .card {
    box-shadow:unset !important;
  }
 .alert-warning {
    color: #ffffff !important;
    background-color: #ec6625 !important;
    border-color: #ffeeba !important;
}