﻿body {

    font-family:Arial;

    color:#656565;

    font-size:12pt;
}

@font-face {
  font-family: 'EncodeSans';
  src: url('/Content/EncodeSans-Regular.ttf');

}
@font-face {
  font-family: 'Helvetica';
  src: url('/Content/HelveticaNeueLTStd-Yh.otf');

}
@font-face {
  font-family: 'Roboto';
  src: url('/Content/Roboto-Medium.ttf');

}
@font-face {
  font-family: 'Chocolates';
  src: url('/Content/TT Chocolates Trial Medium.otf');

}
@font-face {
  font-family: 'Cabin';
  src: url('/Content/Cabin-Regular.ttf');

}


.menu-pc {
width:100%;
/*border-bottom:solid #b5b5b5 1px;*/

background-color:#fff;
-webkit-box-shadow: 0px 5px 33px -6px rgba(196,192,224,0.62);
-moz-box-shadow: 0px 5px 33px -6px rgba(196,192,224,0.62);
box-shadow: 0px 5px 33px -6px rgba(196,192,224,0.62);
height:70px;
padding-top:5px;

 border-bottom: solid 1px #e2e2e2;
}

.menu-pc .navbar-brand {

    font-family:Helvetica;
    font-weight:bold;
color:#464646;
font-size:16pt;

}
.menu-pc .navbar-brand img{
     float:left;
  border-radius:2px;

}
.menu-pc .navbar-brand span{
     float:left;
margin-top:4px;
margin-left:5px;
}
.navbar-nav .nav-item .nav-link{

      font-family:Roboto;
      color:#808080;
}
.footer {

/*background-color:#fff;*/
width:100%;

min-height:150px;
}

      .div-sombra {
        width: 100%;
min-height: 100%;

top:0;
left:0;
z-index:100;
 background-color:#393939;
  opacity:.7;
    position: fixed;
   
  justify-content: center;
  align-items: center;
  
  height: auto !important;

   display:none;
            }
              .loader {
  border: 16px solid #e2e2e2; /* Light grey */
  border-top: 16px solid #f3f3f3; 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  float:left;


}
    