/* TIPOGRAFIAS */
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf')  format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf')  format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf')  format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ayra-Regular';
  src: url('../fonts/Ayra-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Ayra-Regular.otf')  format('opentype'),
	     url('../fonts/Ayra-Regular.woff') format('woff'), url('../fonts/Ayra-Regular.ttf')  format('truetype'), url('../fonts/Ayra-Regular.svg#Ayra-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* GENERALES */
/*.h-destacado { margin-bottom:22px;}*/

/* menu desktop */
.header-bar .top-links ul { margin-left:0; margin-right:0;}

/* logo (patagonia valores) */
.pv-main-logo { overflow: hidden; display: block; background: url(../images/layout/logo-patagonia-valores.svg) no-repeat; margin-top: 40px; width: 127px; height: 34px; }

/* color (#00b9ad) */
.btn-lnk-block, .slide-card .with-border:after, .sec-head-card .with-border:after, .consulta .lnk { border-color: #00b9ad !important; }

/* logos (footer) */
#pv-logos { background: #f5f5f5; padding: 32px 0; margin: 0px 0 40px 0;}
#pv-logos img { margin: 0 auto; max-width: 140px; display: block; }

/* footer */
.footer-bar { padding-top: 16px;}

/* widget (barra cotizaciones) */
.tradingview-widget-container { background: #001641; /*z-index: 9999999;*/ height: auto !important; }
.tradingview-widget-container p { color: #9db2bd; font-size: 11px; text-align: right; padding: 10px 15px; margin: 0; }

@media screen and (max-width: 1199px) {
    /* widget */
    .tradingview-widget-container { position: fixed; }
    
    /* correccion menu mobile */
    .header-bar { top: 75px; } 
    .sec-pic-head { margin-top: 75px; }
    .mobile-nav-bar { top: 152px; }

    /* logo (patagonia valores) */
    .pv-main-logo { margin-top: 25px; width: 125px; }
    
}
@media screen and (max-width: 767px) {
    /* correccion menu mobile */
    .header-bar { top: 103px; } 
    .sec-pic-head { margin-top: 103px; }
    .mobile-nav-bar { top: 163px; }
    
    /* logo (patagonia valores) */
    .pv-main-logo { margin-top: 22px; width: 90px; }
    
}

@media screen and (max-width: 500px) { 
    .pv-table-fondos > thead > tr > th, .pv-table-fondos > tbody > tr > th, .pv-table-fondos > tfoot > tr > th, .pv-table-fondos > thead > tr > td, .pv-table-fondos > tbody > tr > td, .pv-table-fondos > tfoot > tr > td { font-size:10px;}
}