/* 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;}

/* hace tu consulta online */
.header-bar .top-links ul { margin-left:0; margin-right:0;}

/* logo (patagonia inversora) */
.pi-main-logo {
    overflow: hidden;
    display: block;
    background: url(../images/layout/logo-patagonia-inversora.svg) no-repeat;
	width: 125px;
    height: 60px;
    margin-top: 20px;
}

/* color (#00b9ad) */
.btn-lnk-block, .slide-card .with-border:after, .sec-head-card .with-border:after, .consulta .lnk { border-color: #00b9ad !important; }


@media screen and (max-width: 1199px) {
/* hace tu consulta online */
.general-links, .top-links, .nav-bar { display:block;}
.header-bar .general-links { height: 37px;}

/* logo (patagonia inversora) */
.pi-main-logo {
    margin-top: 10px;
}
}
@media screen and (max-width: 767px) {
/* hace tu consulta online */
.header-bar .general-links { height: 27px;}

/* logo (patagonia inversora) */
.pi-main-logo {
    height: 40px;
    background-size: contain;
}
.header-bar h1 {
	margin-left:0;
}
}