/* FONTS */
@font-face { font-family: MerriweatherSans-Regular; src: url('../fonts/MerriweatherSans-Regular.ttf'); }
@font-face { font-family: MerriweatherSans-Bold; src: url('../fonts/MerriweatherSans-Bold.ttf'); }
@font-face { font-family: MerriweatherSans-BoldItalic; src: url('../fonts/MerriweatherSans-BoldItalic.ttf'); }
@font-face { font-family: MerriweatherSans-ExtraBold; src: url('../fonts/MerriweatherSans-ExtraBold.ttf'); }
@font-face { font-family: MerriweatherSans-ExtraBoldItalic; src: url('../fonts/MerriweatherSans-ExtraBoldItalic.ttf'); }
@font-face { font-family: MerriweatherSans-Italic; src: url('../fonts/MerriweatherSans-Italic.ttf'); }
@font-face { font-family: MerriweatherSans-Light; src: url('../fonts/MerriweatherSans-Light.ttf'); }
@font-face { font-family: MerriweatherSans-LightItalic; src: url('../fonts/MerriweatherSans-LightItalic.ttf'); }
/* FONTS - END */

html, body {
  font-family: MerriweatherSans-Regular;
  font-size: 16px;
  line-height: 22px;
  color: rgba(82, 100, 110, 1);
}

/* CUSTOM TEXT STYLE CLASSES */
/* CUSTOM COLOR REFERENCE CLASSES */
/* .color-primary-brand    { background-color: #FA6E14; }  rgba(250, 110, 20, 1); */
/* .color-secondary-brand  { background-color: #003256; }  rgba(0, 50, 86, 1); */
/* .color-cool-gray-brand  { background-color: #52646E; } rgba(82, 100, 110, 1); */
/* .color-grey             { background-color: #FAFAFA; } rgba(250, 250, 250, 1); */
.color-blue-footer      { background-color: #E5EAEE; } /* rgba(229, 234, 238, 1); */
.color-blue-empresas    { background-color: #406681; } /* rgba(64, 102, 129, 1); */
.color-grey-private     { background-color: #7E8B93; } /* rgba(126, 139, 147, 1); */

.color-primary-brand-85    { background-color: rgba(250, 110, 20, 0.85); }
.color-primary-brand       { background-color: rgba(250, 110, 20, 1); }

.color-secondary-brand-85  { background-color: rgba(0, 50, 86, 0.85); }
.color-secondary-brand     { background-color: rgba(0, 50, 86, 1); }

.color-cool-gray-brand-85  { background-color: rgba(82, 100, 110, 0.85); }
.color-cool-gray-brand     { background-color: rgba(82, 100, 110, 1); }

.color-white-85            { background-color: rgba(255, 255, 255, 0.85); }
.color-white               { background-color: rgba(255, 255, 255, 1); }

.color-grey-85             { background-color: rgba(250, 250, 250, 0.85); }
.color-grey                { background-color: rgba(250, 250, 250, 1); }

.color-blue-empresas-85    { background-color: rgba(0, 50, 86, 0.85); } 
.color-blue-empresas       { background-color: rgba(0, 50, 86, 1); } 

.color-net-widget-85       { background-color: rgba(64, 102, 129, 0.85); }
.color-net-widget          { background-color: rgba(64, 102, 129, 1); }

/* CUSTOM TEXT STYLE CLASSES */


/* Classes to use based on style guide given for styling texts */

.publicity-brand-50, .publicity-small-brand-50, .page-title-brand-50, .paragraph-title-brand-50, .subtitle-brand-50, .subtitle-uppercase-brand-50, .body-regular-brand-50, .body-light-brand-50, .paragraph-regular-brand-50, .paragraph-light-brand-50, .small-brand-50 {
    color: rgba(250, 110, 20, 0.5);
}
.publicity-brand, .publicity-small-brand, .page-title-brand, .paragraph-title-brand, .subtitle-brand, .subtitle-uppercase-brand, .body-regular-brand, .body-light-brand, .paragraph-regular-brand, a.paragraph-regular-brand, .paragraph-light-brand, .small-brand {
    color: rgba(250, 110, 20, 1);
}
.publicity-secondary-50, .publicity-small-secondary-50, .page-title-secondary-50, .paragraph-title-secondary-50, .subtitle-secondary-50, .subtitle-uppercase-secondary-50, .body-regular-secondary-50, .body-light-secondary-50, .paragraph-regular-secondary-50, .paragraph-light-secondary-50, .small-secondary-50 {
    color:  rgba(0, 50, 86, 0.5);  
}
.publicity-secondary, .publicity-small-secondary, .page-title-secondary, .paragraph-title-secondary, .subtitle-secondary, .subtitle-uppercase-secondary, .body-regular-secondary, .body-light-secondary, .paragraph-regular-secondary, .paragraph-light-secondary, .small-secondary {
    color:  rgba(0, 50, 86, 1);  
}
.publicity-cool-gray-50, .publicity-small-cool-gray-50, .page-title-cool-gray-50, .paragraph-title-cool-gray-50, .subtitle-cool-gray-50, .subtitle-uppercase-cool-gray-50, .body-regular-cool-gray-50, .body-light-cool-gray-50, .paragraph-regular-cool-gray-50, .paragraph-light-cool-gray-50, .small-cool-gray-50 {
    color: rgba(82, 100, 110, 0.5);
}
.publicity-cool-gray, .publicity-small-cool-gray, .page-title-cool-gray, .paragraph-title-cool-gray, .subtitle-cool-gray, .subtitle-uppercase-cool-gray, .body-regular-cool-gray, .body-light-cool-gray, .paragraph-regular-cool-gray, .paragraph-light-cool-gray, .small-cool-gray {
    color: rgba(82, 100, 110, 1);
}
.publicity-white-50, .publicity-small-white-50, .page-title-white-50, .paragraph-title-white-50, .subtitle-white-50, .subtitle-uppercase-white-50, .body-regular-white-50, .body-light-white-50, .paragraph-regular-white-50, .paragraph-light-white-50, .small-white-50 {
    color: rgba(255, 255, 255, 0.5);
}
.publicity-white, .publicity-small-white, .page-title-white, .paragraph-title-white, .subtitle-white, .subtitle-uppercase-white, .body-regular-white, .body-light-white, .paragraph-regular-white, .paragraph-light-white, .small-white {
    color: rgba(255, 255, 255, 1);
}

 .publicity-brand, .publicity-brand-50, .publicity-secondary, .publicity-secondary-50, .publicity-cool-gray, .publicity-cool-gray-50, .publicity-white, .publicity-white-50 {
    font-size: 40px; 
    font-family: MerriweatherSans-Bold; 
    text-transform: uppercase;
 }
 .publicity-small-brand, .publicity-small-brand-50, .publicity-small-secondary, .publicity-small-secondary-50, .publicity-small-cool-gray, .publicity-small-cool-gray-50, .publicity-small-white, .publicity-small-white-50 { 
    font-size: 30px; 
    font-family: MerriweatherSans-Bold; 
    text-transform: uppercase;
 }
 .page-title-brand, .page-title-brand-50, .page-title-secondary, .page-title-secondary-50, .page-title-cool-gray, .page-title-cool-gray-50, .page-title-white, .page-title-white-50 {
    font-size: 36px; 
    font-family: MerriweatherSans-Regular;
    line-height: 1em;
 }
 .paragraph-title-brand, .paragraph-title-brand-50, .paragraph-title-secondary, .paragraph-title-secondary-50, .paragraph-title-cool-gray, .paragraph-title-cool-gray-50, .paragraph-title-white, .paragraph-title-white-50 {
    font-size: 26px; 
    font-family: MerriweatherSans-Regular; 
    line-height: 1em;
 }
 .subtitle-brand, .subtitle-brand-50, .subtitle-secondary, .subtitle-secondary-50, .subtitle-cool-gray, .subtitle-cool-gray-50, .subtitle-white, .subtitle-white-50 {
    font-size: 22px; 
    font-family: MerriweatherSans-Regular; 
 }
 .subtitle-uppercase-brand, .subtitle-uppercase-brand-50, .subtitle-uppercase-secondary, .subtitle-uppercase-secondary-50, .subtitle-uppercase-cool-gray, .subtitle-uppercase-cool-gray-50, .subtitle-uppercase-white, .subtitle-uppercase-white-50 {
    font-size: 14px; 
    font-family: MerriweatherSans-Regular;
    text-transform: uppercase;
 }
 .body-regular-brand, .body-regular-brand-50, .body-regular-secondary, .body-regular-secondary-50, .body-regular-cool-gray, .body-regular-cool-gray-50, .body-regular-white, .body-regular-white-50 {
    font-size: 16px; 
    font-family: MerriweatherSans-Regular;
 }
 .body-light-brand, .body-light-brand-50, .body-light-secondary, .body-light-secondary-50, .body-light-cool-gray, .body-light-cool-gray-50, .body-light-white, .body-light-white-50 {
    font-size: 16px; 
    font-family: MerriweatherSans-Light;
 }
 .paragraph-regular-brand, .paragraph-regular-brand-50, .paragraph-regular-secondary, .paragraph-regular-secondary-50, .paragraph-regular-cool-gray, .paragraph-regular-cool-gray-50, .paragraph-regular-white, .paragraph-regular-white-50 {
    font-size: 14px; 
    font-family: MerriweatherSans-Regular;
 }
 .paragraph-light-brand, .paragraph-light-brand-50, .paragraph-light-secondary, .paragraph-light-secondary-50, .paragraph-light-cool-gray, .paragraph-light-cool-gray-50, .paragraph-light-white, .paragraph-light-white-50 {
    font-size: 14px; 
    font-family: MerriweatherSans-Light;
 }
 .small-brand, .small-brand-50, .small-secondary, .small-secondary-50, .small-cool-gray, .small-cool-gray-50, .small-white, .small-white-50 {
    font-size: 12px; 
    font-family: MerriweatherSans-Regular;
 }
 
/* CUSTOM TEXT STYLE CLASSES - END */

.transition {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.transition-fast {
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}

/*************************** HEADER/NAV ******************************/

.navbar {
  border: none;
  height: 100px;
  margin-bottom: 0;
}

.navbar.scrolled-header {
  height: 50px;
}

.navbar .headers-wrapper {
  width: 100%;
  height: inherit;
}
.navbar .headers-wrapper > [class^="col-"] {
  height: inherit;
}
.navbar .headers-wrapper.secondary {
  display: none;
  position: fixed;
  height: 60px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.navbar .header-logo {
  display: inline-block;
  margin-top: 15px;
}
.navbar.scrolled-header .header-logo {
  margin-top: 0;
}
.navbar-brand--container {
    float: left;
}
.navbar .navbar-brand {
  padding: 10px 13px;
}
.navbar .header-logo .logotype-brand {
  width: 260px;
  height: 54px;
  background: transparent url(../images/logos/logo_white.svg) no-repeat;
  background-size: cover;
}
.navbar.scrolled-header .header-logo .logotype-brand,
.navbar .logotype-brand.small {
  background: transparent url(../images/logos/logo_small_white.svg) no-repeat;
  background-size: cover;
}
.navbar.scrolled-header .header-logo .logotype-brand {
  width: 44px;
  height: 32px;
}
.navbar .logotype-brand.small {
  width: 62px;
  height: 50px;
}

.navbar .header-nav  {
  position: relative;
  margin: 0 auto;
  width: auto;
  min-height: 50px;
  float: right;
}

.navbar .secondary .header-nav  {
  float: left;
}

nav.navbar .header-nav ul.header-items {
  float:left;
}
nav.navbar .header-nav ul.header-items>li {
  display: inline-block;
}
nav.navbar .secondary .header-nav ul.header-items>li>a,
nav.navbar.scrolled-header .secondary .header-nav ul.header-items>li>a {
  padding: 20px 0;
  margin: 0 30px;
  border-bottom: none;
}
nav.navbar .header-nav ul.header-items>li>a.active,
nav.navbar .header-nav ul.header-items>li>a:hover {
  border-bottom: 3px solid #FFF;
}
nav.navbar .secondary .header-nav ul.header-items>li>a.active,
nav.navbar .secondary .header-nav ul.header-items>li>a:hover {
  border-bottom: none;
}
nav.navbar.scrolled-header .header-nav ul.header-items>li>a {
  padding-top: 15px; 
  padding-bottom: 12px;
}

nav.navbar .header-nav ul.header-items>li>a {
  margin: 0px;
  padding: 40px 17px 37px 17px;
  line-height: 20px;
  border-bottom: 0px solid #FFF;
}

nav.navbar .wrapper-left {
  float: left;   
  width: calc(100% - 200px);
}
nav.navbar .wrapper-right {
  float: right;   
}

nav.navbar .btn-net {
  float: left;
  width: auto;
  margin-left: 10px;
}

nav.navbar .navbar-toggle {
  float:left;
  border: none;
  padding: 28px 15px 28px 0;
  margin: 0;
}
nav.navbar .headers-wrapper .navbar-toggle:focus,
nav.navbar .headers-wrapper .navbar-toggle:hover {
  background-color: transparent;
}
nav.navbar .navbar-toggle .icon-bar {
  background-color: #FFF;
}
/*avoid 'jumpy' behaviour on animation out*/
nav.navbar .header-nav.navbar-collapse.collapsing {
    margin-left: -9999px;
    left: 0;
    min-height: 0;
    position: absolute;
}
nav.navbar .navbar-collapse.collapsing ul {
  display: none;
}
nav.navbar .navbar-collapse.in {
  border: none;
  width: 100vw;
  position: absolute;
  top: 65px;
  left: 0;
  margin-top: 0;
  padding-left: 0;
  background: #E5EAEE;
}
nav.navbar.scrolled-header .navbar-collapse.in {
    top: 50px;
}
nav.navbar .header-nav.collapse.in ul.header-items {
    padding: 20px 0 20px 70px
}
nav.navbar .header-nav.collapse.in ul.header-items>li {
    display: block;
}
nav.navbar .header-nav.collapse.in ul.header-items>li>a {
    color: rgba(250, 110, 20, 0.5);
    padding: 10px;
}
nav.navbar .header-nav.collapse.in ul.header-items>li>a.active,
nav.navbar .header-nav.collapse.in ul.header-items>li>a:hover {
    color: rgba(250, 110, 20, 1);
    border: none;
}
.corporate nav.navbar .header-nav.collapse.in ul.header-items>li>a {
    color: rgba(0, 50, 86, 0.5);
}
.corporate nav.navbar .header-nav.collapse.in ul.header-items>li>a.active,
.corporate nav.navbar .header-nav.collapse.in ul.header-items>li>a:hover {
    color: rgba(0, 50, 86, 1);
}

nav.navbar .net-trigger {
  height: inherit;
}
nav.navbar .net-trigger .net-trigger-label {
    padding: 40px 0 37px 0;
    text-align: center;
}
nav.navbar .net-trigger .net-trigger-label * {
    margin: 0 5%;
}
nav.navbar .net-trigger .net-trigger-label.active span {
    color: #FFF;
}
nav.navbar.scrolled-header .net-trigger .net-trigger-label {
    padding-top: 15px; 
    padding-bottom: 12px;    
}
nav.navbar.scrolled-header .net-trigger .net-trigger-label * {
    margin: 0 17px;
}
nav.navbar.scrolled-header .net-trigger .net-trigger-label span {
    display: none;
}
nav.navbar .net-container {
    height: 0px;
}
nav.navbar .net-container.active {
    height: 100px;
}
nav.navbar .net-container p,
nav.navbar .net-container input, 
nav.navbar .net-container a {
    display: none;
}
nav.navbar .net-container input {
    width: calc(90% - 180px);
    margin-left: 15px;
}
nav.navbar .net-container .btn {
    margin-left: -6px;
}
nav.navbar .net-container.active .row {
    padding: 29px 0 26px;
}
nav.navbar .net-container .net-container-labels p {
    padding: 0 15px;
    margin: 0 0 3px;
}

/********************** section img-container *************************/
.banner-container {
  position:relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  /*min-height: 235px;*/
  /*IMPORTANT: margin follows the height of header .navbar*/
  /*margin-top: -100px;*/
  /*padding trick to make the container keep an aspect ratio*/
  /*padding: 41.5% 0 0 0;*/
  background-color: #FAFAFA;
}
.banner-img {
  width: 100%;
  z-index: 1011;
}

.banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.banner-call {
  z-index: 1013;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.homepage .banner-call {
  color: #45394F;
}
.banner-call>label {
  display:block;
  opacity: 1;
}



/* side nav */
.sidenav-container {
  width:100%;
  max-height: 50px;
}
.sidenav-container.opened {
  max-height: 500px;
}
.sidenav-container--icon {
  color: #FFF;
  font-size: 35px;
  width:50px;
  height:50px;
  padding-right: 20px;
  cursor: pointer;
}
.sidenav-container.closed .sidenav-container--icon:before {
  content: "\2022 \2022 \2022";
}
.sidenav-container.opened .sidenav-container--icon:before {
  content: "\00d7";
}
.sidenav-container.closed ul.nav-list-mobile {
  display: none;
}
.sidenav-container.opened ul.nav-list-mobile {
  display: inline-block;
  list-style: none;
  float: left;
  text-align: left;
  padding: 30px;
}
.sidenav-container.opened ul.nav-list-mobile>li>a {
  color: #FFF;
  padding: 10px 0;
  font-size: 12px;
}

.sidenav-wrapper {
  padding: 0 5px 0 0;
  margin-top: 23px;
}
.sidenav-wrapper ul.nav-tabs{
  border: none;
  word-wrap: break-word;
  text-align: left;
  padding-right: 0;
}
.sidenav-wrapper ul.nav-tabs>li{
   margin: 0;
   border-bottom: 1px solid #EDEFF0;
}
.sidenav-wrapper ul.nav-tabs>li>a{
   margin: 0;
   padding: 10px 20px;
   border: none;
}
.sidenav-wrapper ul.nav-tabs>li>a,
.sidenav-wrapper ul.nav-tabs>li>a:hover {
  background-color: transparent;
}
.sidenav-wrapper ul.nav-tabs>li.active>a,
.sidenav-wrapper ul.nav-tabs>li.active>a:hover {
   border: none;
}
.sidenav-wrapper ul.nav-tabs.affix{
   top: 96px; /* Set the top position of pinned element */
   position: fixed !important;
}

/*************************** BUTTONS & ICONS ******************************/

.btn, .btn label {
    cursor: pointer;
}

.btn.large_square_button {
  width: 180px;
  height: 45px;
  padding: 14px;
  border-radius: 0;
  text-align: center;
}
.full_width, .btn.full_width {
    width: 100%;
}

#contact-form .btn {
    height: 60px;
    padding: 20px 0;
}

i.icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 22px;
}
i.icon.lock {
    background: transparent url("../images/icons/lock.svg") no-repeat 0;  
}
.active > i.icon.lock, i.icon.unlock, i.icon.unlock.active {
    background: transparent url("../images/icons/lock-hover.svg") no-repeat 0;  
}


i.icon.arrow-down {
    background: transparent url("../images/icons/arrow-down.svg") no-repeat 0;  
}
i.icon.arrow-down-hover, i.icon.arrow-down.active {
    background: transparent url("../images/icons/arrow-down-hover.svg") no-repeat 0;  
}
i.icon.arrow-up {
    background: transparent url("../images/icons/arrow-down.svg") no-repeat 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.active > i.icon.arrow-down, i.icon.arrow-up-hover, i.icon.arrow-up.active  {
    background: transparent url("../images/icons/arrow-down-hover.svg") no-repeat 0;  
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

i.icon.arrow-down-secondary {
    background: transparent url("../images/icons/right-secundary-50.svg") no-repeat 4px 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
i.icon.arrow-down-secondary-hover {
    background: transparent url("../images/icons/right-secundary-hover.svg") no-repeat 4px 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); 
}
i.icon.arrow-up-secondary {
    background: transparent url("../images/icons/right-secundary-50.svg") no-repeat 4px 2px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.active > i.icon.arrow-up-secondary, i.icon.arrow-up-secondary-hover {
    background: transparent url("../images/icons/right-secundary-hover.svg") no-repeat 4px 2px;  
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

i.icon.document {
    background: transparent url("../images/icons/document.svg") no-repeat 0;
}
i.icon.document-hover {
    background: transparent url("../images/icons/document-hover.svg") no-repeat 0;
}
i.icon.select {
    background: transparent url("../images/icons/select-brand.svg") no-repeat 0;
    margin: -5px 0 0 10px;
}
i.icon.select-hover {
    background: transparent url("../images/icons/select-brand-hover.svg") no-repeat 0;
}

i.icon.back {
    background: transparent url("../images/icons/back.svg") no-repeat 0;
    width:21px;
}
i.icon.back-hover {
    background: transparent url("../images/icons/back-hover.svg") no-repeat 0;
    margin-left: -1px;
    margin-right: 1px;
}

i.icon.location, i.icon.location-hover {
    background-size: 25px;
    width: 25px;
    height: 30px;   
}
i.icon.location {
    background-image: url(../images/icons/location.svg);
}
i.icon.location-hover {
    background-image: url("../images/icons/location-hover.svg");
}

i.icon.close {
    background-image: url(../images/icons/close.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    float: right;
    margin: 15px 15px 0 0;
}


/*************************** Widget Cambios ************************/

.tabs-widget {
    padding: 20px;
}

.tabs-widget .tab-content-table {
  display: table;
  width: 100%;
  text-align: right;
  font-weight: bold;
  /*small-cool-gray*/
  font-size: 12px;
  color: #52646E;
}

.tabs-widget .tab-content-table thead>tr>th {
  width: 33%;
  text-align: right;
}

.tabs-widget .tab-content-table thead>tr>th,
.tabs-widget .tab-content-table tbody>tr>td {
  padding: 5px 12px;
}

.tabs-widget .tab-content-table tbody>tr.even {
  background-color: #FAFAFA;
}

.tabs-widget .tab-content-table tbody>tr>td.currencyCol {
  width: 75%;
  text-align: left;
  font-size: 14px;
}

.tabs-widget .tab-content-table thead>tr>th.currencyCol {
  visibility: hidden;
}

.tabs-widget .currencyFlag, 
.tabs-widget .currencyName, 
.tabs-widget .currencyDesc {
    margin-right: 10px;
}

.tabs-widget .currencyFlag {
    height: 60px;
}

.tabs-widget .currencyDesc {
    font-size: 11px;
}

.tabs-widget .dateLabel {
    font-size: 12px;
}

.tabs-widget .dateLabel,
.tabs-widget .currencyDesc {
    /*small-cool-gray-50*/
    color: rgba(82, 100, 110, 0.5);
}

/*************************** MAIN ********************************/

/*compensate nav height*/
main {
  margin-top: 100px;
}
main.scrolled-header {
  margin-top: 50px;
}

main>.container {
    clear: both;
}

main .page-content {
  padding-top: 50px;
}

main .row {
    margin-bottom: 60px;
}
main .row:last-child {
    margin-bottom: 90px;
}
.homepage main .row {
    margin-bottom: 100px;
}

.inner-container {
  padding: 0 8%;
}

.container-title {
    margin-bottom: 30px;
}

.article-img-placeholder img {
    display: block;
    width: 100%;
    max-height: 35%;
}

.article-container .article-img-placeholder .article-title {
    margin: 0;
    position: relative;
    min-height: 70px;
    text-align: center;
    /*padding: 11px;*/
}

.article-container .article-title,
.article-container .article-date {
  margin: 20px 0 30px 0;
}
.article-container .article-subtitle {
    line-height: 1.5em;
    margin-bottom: 20px;
}

.article-container.product,
.article-container.news {
    margin-top: 30px;
}
.article-container.product .article-text-placeholder,
.article-container.news .article-body{
    text-align: justify;
}
.article-container.product .article-text-placeholder {
    padding: 20px 10px;
}

.article-container .links {
  margin-top: 15px;
}
.article-container .links * {
  display: block;
}

.article-container .article-member-title {
    margin-bottom: 10px;
}

.img-left .article-container,
.img-right .article-container {
  width: 100%;
  float: left;
}
.img-left .article-container .article-text-placeholder .article-title,
.img-right .article-container .article-text-placeholder .article-title {
  margin-top: 0;
}
/* select article-container children other than first */
.img-left .article-container ~ .article-container,
.img-right .article-container ~ .article-container {
    margin-top: 60px;
}

/*************************** LOCATIONS ******************************/

.locations-detail--header {
    margin-bottom: 80px;
}
.locations-detail--header iframe {
    border: none;
}

.locations-detail--description {
    margin: 30px 0 60px 0;
}

.locations-detail--article {
    margin-bottom: 60px;
}
.locations-detail--article-description {
    margin: 10px 0 20px 0;   
}

/*************************** GENERAL ******************************/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;    
}

.bold {
    font-weight: bold;
}

input {
    border-radius: 0;
    height: 45px;
    border: 1px solid #FFF;
    padding-left: 20px;
    vertical-align: middle;
}
/*Input placeholder*/
::-webkit-input-placeholder,
::-moz-placeholder, 
:-moz-placeholder,
:-ms-input-placeholder {
  /*paragraph-regular-cool-gray*/
    color: rgba(82, 100, 110, 0.5);
    font-size: 14px; 
    font-family: MerriweatherSans-Regular;
}

label {
  display: inline-block;
  font-weight: normal;
}

ul.list-inline, ol.list-inline {
  padding: 0;
}

ul.list-inline li, ol.list-inline li {
  display: inline-block;
}

ul:last-child, ol:last-child {
  margin-bottom: 0;
}

.list-unstyled {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
/* Center elements vertically */
.vertical-align {
    position: absolute;
    width: 100%;
    padding: 0 10px;
    top: 25%;
    /*MUST have a fixed height*/
    height: 40px;
    display: table;
}
.vertical-align p {
    display: table-cell;
    vertical-align: middle;
}

.content-column {
    padding: 0 15px;
}
.content-column .container-title {
    margin-bottom: 20px;
}

a {
    color: rgba(250, 110, 20, 1);
    display: inline-block;
    text-decoration: none;  
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1012;
  background-color: rgba(0, 0, 0, 0);
}

.align-right { text-align: right; }
.align-left { text-align: left; }

a.download-link {
  padding: 5px 5px 5px 25px;
  margin: 15px 0;
  display: block;
  background: #FAFAFA url("../images/icons/download_sheet.svg") no-repeat 5px;
}
a.download-link:hover {
  background: #FAFAFA url("../images/icons/download_sheet_houver.svg") no-repeat 5px;
}

.body,
.free-text {
    line-height: 1.6;
}

.free-text:not(:last-child) {
    margin-bottom: 30px;
}

.select-accordeon--wrapper {
  position: relative;
}
.select-accordeon--wrapper .isSelectable {
  -webkit-transition: all 100ms ease-in-out 0s;
  -moz-transition: all 100ms ease-in-out 0s;
  -ms-transition: all 100ms ease-in-out 0s;
  -o-transition: all 100ms ease-in-out 0s;
  transition: all 100ms ease-in-out 0s;
}
.select-accordeon--wrapper .headline-secondary,
.select-accordeon--wrapper .title-secondary {
    float: left;
    font-weight: bold;
}
.select-accordeon--wrapper .icon-open {
  cursor: pointer;
  background: #FFF url("../images/icons/dropdown.svg") no-repeat center;
  float: left;
  width: 11px;
  height: 17px;
  padding: 17px;
}

.inside-feature-contact {
    margin-bottom: 30px;
}

.inside-feature-contact .title {
    margin-bottom: 20px;
}
.inside-feature-contact .subtitle {
    margin-bottom: 10px;
}

.b-top-line {
    border-top: 1px solid #D9D9D9;
    padding-top: 40px;
    margin-bottom: -40px;
    line-height: 1.8;
    display: inline-block;
    margin-top: 30px;
}


.select-accordeon--wrapper ul.select-accordeon {
    display: none;
    width: auto;
    position: absolute;
    top: 39px;
    padding: 15px 35px;
    z-index: 1014;
    list-style: none;
    background: #FFF;
    border: 1px solid #FAFAFA;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
}
.select-accordeon--wrapper ul.select-accordeon.active {
  display: block;
}
.select-accordeon--wrapper ul.select-accordeon>li {
  cursor: pointer;
  padding: 3px 0;
}

.select-box {
    position: relative;
    padding-right: 20px;
    border: 1px solid rgba(0,50,86,0.3);
    background-color: #FFF;
    width: fit-content;
    min-width: 150px;
    cursor: pointer;
}
.select-box:after {
    content: '\e114';
    font-family: 'Glyphicons Halflings';
    color: rgba(82,100,110,0.5);
    right: 8px;
    top: 12px;
    padding: 0 0 2px;
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.select-box select {
    padding: 10px 20px;
    width: 100%;
    color: rgba(82,100,110,0.5);
    border: none;
    cursor: pointer;
    appearance:none;
    -moz-appearance:none; 
    -webkit-appearance:none;
}
.select-box select::-ms-expand {
    display: none;
}

.select-box select:focus {
    outline: none;
}

.invisible {
    visibility: hidden;
}
.visible {
    visibility: visible;
}

.isSelectable {
  display: none;
}
.isSelectable.active {
  display: block;
}

.clickable {
  display: inline-block;
  cursor: pointer;
}

.bordered {
    border: 1px solid #FFF;
}

.generic-content h2, 
.generic-content h3, 
.generic-content h4, 
.generic-content h5 {
    margin: 20px 0;
}

.documents-title {
    float: left;
    margin-right: 20px;
}

.documents-list {
    clear: both;
}
.documents-list .document-download {
    width: 60%;
}

.document-download--container {
    display: inline-block;
    width: 100%;
}
.document-download {
    background-color: #FAFAFA;
    min-height: 40px;
    margin: 10px 0;
    padding: 7px 20px;
}
.document-download a {
    margin-left: 10px;
}

.featured-product {
    background-color: #FAFAFA;
    margin-top: 70px;
    width: 100%;
    float: left;
}
.featured-product-img {
    width: 100%;
}
.featured-product .featured-product-label {
    display: block;
    margin: 20px 0 20px 30px;
    line-height: 1.1em;
}
.featured-product .title {
    margin-top: 45px;
}
.featured-product .btn:first-of-type {
    margin-left: 30px;
}
.featured-product .btn {
    margin: 20px 0 45px 15px;
    width: 40%;
}

.values {
    margin-bottom: 40px;
}
.values span {
    display: block;
    margin-bottom: 10px;
}

.back-container {
    display: inline-block;
    margin-bottom: 20px;
}
.back-container span {
    margin-left: 10px;
}

/*************************** FOOTER ******************************/

footer {
  background-color: #EDEFF0;
  padding: 0px;
  margin-top: 60px;
}

footer .row {
    padding: 30px 0;
    border-bottom: 2px solid rgba(0,50,86,0.1);
}

footer .row:last-child {
    padding: 0;
    border-bottom: none;
}

.row.footer-logos, .footer-links {
    text-align: center;
}
.row.footer-logos [class^="col-"] {
    margin-top: 50px;
    margin-bottom: 50px;
}

.copyrights-container {
    height: 60px;
    padding: 22px 0;
}

.copyrights-container p {
  margin: 0px;
}

footer nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer nav ul li {
  display: inline-block;
  line-height: 1;
}

.icon-facebook {
    background: transparent url("../images/icons/facebook.svg") no-repeat;
}
.icon-facebook:hover, .icon-facebook:active {
   background: transparent url("../images/icons/facebook-hover.svg") no-repeat;
}

.icon-twitter {
    background: transparent url("../images/icons/twitter.svg") no-repeat;
}
.icon-twitter:hover, .icon-twitter:active {
    background: transparent url("../images/icons/twitter-hover.svg") no-repeat;
}

.icon-linkedin {
    background: transparent url("../images/icons/linkedin.svg") no-repeat;
}
.icon-linkedin:hover, .icon-linkedin:active {
    background: transparent url("../images/icons/linkedin-hover.svg") no-repeat;
}

.footer-logo img {
    height: 70px;
}

.footer-social .icon {
    width: 25px;
    height: 20px;
    margin-left: 15px;
}

.footer-box {
    display: inline-block;
    text-align: center;
    padding: 30px 0;
}

.footer-box div {
    margin: 10px 0;
}
.footer-box div:first-child {
    display: inline-block;
    height: 70px;
}
.footer-box div:last-child {
    margin-top: 15px;
}

/****************** HOMEPAGE GOOGLE MAP WHERE WE ARE ********************/
.homepage-map-content--canvas {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.homepage-map-content--canvas > iframe {
    border: 0px transparent;
    position: absolute;
}

.homepage-map-content--address p {
    margin-top: 3px;
    margin-bottom: 5px;
}

.map-item.homepage-map-content--canvas {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.map-item.homepage-map-content--canvas iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.homepage-map-content--footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 8px 24px;
    background-color: #FAFAFA;
}
.homepage-map-content--footer .select-box {
    float: left;   
}
.homepage-map-content--footer .homepage-map-content--link {
    display: inline-block;
    float: right;
    padding: 9px 0;
}
.homepage-map-content--footer .homepage-map-content--link .icon {
    margin-right: 7px;
}

/************************* HOMEPAGE LAST NEWS ***************************/

.last-news-container--news-item {
    margin-bottom: 20px;
}

.last-news-container--news-item-title {
    margin-bottom: 10px;
}

.last-news-container--news-item-title,
.last-news-container--news-item-body {
    font-size: 12px;
}

.last-news-container--news-item-body {
    margin-bottom: 5px;
}


/**************************** NEWS LIST *********************************/
.anchor {
    padding-top: 130px !important;
    margin-top: -130px !important;
}

#news_list ul.content {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.news-article {
    margin-bottom: 60px;
}

.news-article .article-date {
    margin-top: 10px;
    margin-bottom: 5px;
}

.news-article .article-subtitle {
    margin-bottom: 10px;
}

.article-link {
    margin-top:20px;
}
.article-link:after {
    background: transparent url("../images/icons/arrow-down.svg") no-repeat 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

#news_list .pagination {
    width: 100%;
    text-align: center;
}

#news_list .pagination a {
    color: rgba(250, 110, 20, 0.5);
    -webkit-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
}
#news_list .pagination a:hover {
    color: rgba(250, 110, 20, 1)
}

#news_list .pagination a.previous_link, #news_list .pagination a.next_link {
    padding: 5px 12px;
    background-color: transparent;
}

#news_list .pagination a.previous_link {
    margin-right: 10px;
}

#news_list .pagination a.next_link {
    margin-left: 10px;
}

#news_list .pagination a.previous_link.no_more,
#news_list .pagination a.next_link.no_more {
    display: none;
}

#news_list .pagination a.page_link {
    padding: 8px 14px;
    text-decoration: none;
    line-height: 1;
    border: 1px solid rgba(250,110,20,0.50);
    margin: 0 2px;
    background-color: transparent;
}
#news_list .pagination a.page_link:hover {
    border: 1px solid rgba(250,110,20,0.85);
}

#news_list .pagination a.page_link.active_page {
    color: #FFF;
    background-color: rgba(250, 110, 20, 0.85);
}

/**************************** NEWS DETAIL *********************************/

.news-detail section {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}
.news-detail section:first-child {
    margin-bottom: 0;
}

.news-detail--header > div[class*="col-"] {
    padding-right: 0;
}
.news-detail--content > figure > img {
    width: 100%;
}

section.news-detail--content figure {
    margin-bottom: 20px;
}

section.news-detail--content .article-date {
    margin: 20px 5px 30px 0;
}

section.news-detail--content .article-title {
    margin-bottom: 20px;
}

section.news-detail--content .article-content {
    margin-bottom: 20px;
}

section.news-detail--content .article-content p {
    margin-bottom: 24px;
}

section.news-detail--content .article-content p:last-child {
    margin-bottom: 0px;
}


.news-detail--error-message {
    text-align: center;
    margin-bottom: 60px;
}
.news-detail--error-message p.lead a {
    font-size: 21px;
}

/**************************** PRODUCT DETAIL *********************************/

.product-detail--image-container img {
    width: 100%;
}

.product-detail .article-title {
    margin-top: 20px;
}

.product-detail .article-content {
    margin-top: 30px;
}


/********************** CONTACT DIALOG ***************************/

.btn.contact-btn {
    position: relative;
    float: right;
    width: 35px;
    margin-left: 100px;
    margin-bottom: -45px;
    padding: 13px 11px 12px 35px;
    overflow: hidden;
    z-index: 301;
    background-image: url(../images/icons/contact.svg);
    background-repeat: no-repeat;
    background-position: 8px;
    background-size: 30px;
}
.btn.contact-btn label {
    visibility: hidden;
    margin-left: -40px;
}
.btn.contact-btn:hover {
    background-image: url(../images/icons/contact-hover.svg);
    width: 180px;
    padding-left: 45px;
}
.btn.contact-btn:hover label {
    visibility: visible;
    margin-left: 0;
}

.contact-dialog .modal-content {
    border-radius: 0;
    background-color: #EDEFF0;
}

.contact-dialog .modal-header,
.contact-dialog .modal-footer {
    border: none;
}

.contact-dialog .modal-header {
    padding: 15px 15px 0 15px;
}

.contact-dialog .modal-body {
    padding: 15px 30px;
}
.contact-dialog .modal-footer {
    padding: 0;
}

.contact-dialog .modal-body .description {
    margin: 30px 0;
}

.contact-dialog .modal-body span {
    display: block;
    margin: 15px 0 5px 0;
}
.contact-dialog .modal-body input,
.contact-dialog .modal-body textarea,
.contact-dialog .modal-body .captcha {
    width: 100%;
}
.contact-dialog .modal-body .captcha {
    display: inline-block;  
}
.contact-dialog .modal-body .captchaImg, 
.contact-dialog .modal-body .captchaInput {
    width: 50%;
    float: left;
}
.contact-dialog .modal-body .captchaImg {
    padding-right: 15px;
    height: 45px;
} 

.contact-dialog .modal-body input.error,
.contact-dialog .modal-body textarea.error {
    border: 1px solid #fa6e14;
}

#validationSummary {
    display: none;
    margin-top: 10px;
}

.resultMessageDiv {
    margin: 30px 0;
}

/*************************** BACK BUTTON ******************************/
a.back-button-link span {
    background: transparent url(../images/icons/back.svg) center center no-repeat;
    min-width: 20px;
    display: inline-block;
    margin-right: 5px;
}

a.back-button-link:hover span { background: transparent url(../images/icons/back_hover.svg) center center no-repeat; }


/****************** ALTERNATIVE BRAND COLOR TEMPLATE ********************/
main.brand-main {
    margin-top: 0px;
}

main.brand-main .container {
    padding-top: 50px;
}

main.brand-main .container-title {
    color: #FFF;
    font-family: MerriweatherSans-Light;
    font-size: 32px;
    margin-bottom: 15px;
}

.inner-small-container {
    padding: 0 16%;
    display: inline-block;
    margin-bottom: 60px;
}

main.brand-main .article-content h1 {
    font-family: MerriweatherSans-Semibold;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 90px;
}

main.brand-main .article-content h1:first-child {
    margin-top: 35px;
}

main.brand-main .article-content h2 {
    font-family: MerriweatherSans-Semibold;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
}

main.brand-main .article-content p {
    margin-bottom: 15px;
}

main.brand-main .article-content ul li,
main.brand-main .article-content p {
    font-family: MerriweatherSans-Regular;
    font-size: 14px;
}

main.brand-main .article-content h1,
main.brand-main .article-content h2,
main.brand-main .article-content ul li,
main.brand-main .article-content p {
    color: #FFF;
}

main.brand-main .article-content ul {
    -webkit-padding-start: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 16px;
    display: inline-block;
}

main.brand-main .article-content ul li {
    padding-left: 5px;
    margin-bottom: 15px;
}

main.brand-main .article-content ul li p {
    margin-bottom: 0px;
}

main.brand-main a {
    color: #fff;
    text-decoration: underline;
}

main.brand-main a:hover {
    color: #AF88BC;
    text-decoration: none;
}

/******************* OPEN ACCOUNT PAGE COMPONENTS ***********************/

.accordion {
    display: inline-block;
    margin-bottom: 30px;
}

.accordion .title {
    min-height: 60px;
}
.accordion .title span {
    display: inline-block;
    padding: 20px 60px 20px 20px;
}
.accordion .title .icon {
    position: absolute;
    right: 30px;
    top: 20px;
}

.accordion .content {
    display: none;
    margin-top: 10px;
}

/************************* WHERE WE ARE PAGE *****************************/
.addresses-list--item-title {
    margin-bottom: 15px;
    opacity: 1;
}

.addresses-list--item {
    margin-bottom: 30px;
}

.addresses-list--item-location,
.addresses-list--item-contact {
    margin-bottom: 5px;
}

.addresses-list--item-contact-phone span {
    padding-left: 0px;
    padding-right: 0px
}


/************************* INSTITUCIONAL PAGE *****************************/

.government-list--title {
  text-transform: uppercase;
}
.government-list--title,
.government-list--item .government-list--item-title {
    margin-bottom: 20px;
}
.government-list--item .government-list--item-body {
    margin-bottom: 15px;
}
.financial-info .select-accordeon--wrapper {
  margin-bottom: 15px;
}

table.correspondents {
    width: 100%;
}
table.correspondents tr td, table.correspondents tr th {
    padding: 7px 15px;
    border-bottom: 0.5px solid #979797;
}

/****************************** SITE MAP *********************************/
.site-map--links-wrapper p {
    margin: 0 0 5px;
}

.site-map--links-wrapper .title {
    margin: 35px 0;
    float: left;
    width: 100%;
}
.site-map--links-wrapper .subtitle {
    margin: 0 15px;
}
.site-map--links-wrapper .regular {
    margin: 0 30px;
}


/*************************** MEDIA QUERIES ******************************/

/* BIG DISPLAYS */
@media (min-width: 1800px) {
    .navbar, .banner-container {
        max-width: 1800px;
        width: 1800px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* SMALL DESKTOP */
@media (min-width: 992px) and (max-width:1199px) {
  .banner-call {
    line-height: 0.9em;
  }
  .banner-call>label {
    font-size: 90%;
  }
  .navbar:not(.scrolled-header) .navbar-brand {
      padding-top: 15px;
  }
  .navbar .header-logo .logotype-brand {
      width: 52px;
      height: 44px;
      background: transparent url(../images/logos/logo_small_white.svg) no-repeat;
      background-size: cover;
   }
}

/* ONLY DESKTOP */
@media (min-width: 992px) {
  .navbar .headers-wrapper.secondary .icon.close,
  .back-button-mobile--wrapper{
    display: none;
  }
  .img-left .article-container .article-img-placeholder,
  .img-right .article-container .article-text-placeholder {
    float: left;
    padding-right: 30px;
  }
  .img-left .article-container .article-text-placeholder,
  .img-right .article-container .article-img-placeholder {
    float: right;
  }
  .homepage .btn.contact-btn {
    margin-right: -15px;
  }
  .featured-product-img {
    margin-top: -10%;
  }
  .footer-social {
    padding-top: 22px;
  }
  .footer-secure {
    padding-top: 7px;
  }
}

/* TABLET AND LARGER */
@media (min-width: 768px) {
    .inner-container .footer__nav ul li.col-sm-3:nth-child(4n+1){
        padding-left: 0px;
    }
    .article-container a.download-link {
        width: 50%;
    }
    .document-download {
        width: fit-content;
    }
}

/* BIG TABLET */
@media (min-width:920px) and (max-width:991px) {
  nav.navbar .navbar-collapse.in {
    padding-left: 14%;
  }
}

/* MOBILE & TABLET */
/*992px é ponto de viragem para navegação bootstrap*/
@media (max-width:991px) {
    
  /*compensate nav height*/
  main {
    margin-top: 65px;
  }
  
  nav.navbar .header-logo {
    margin: 0 15px;
  }
  nav.navbar .header-logo label {
    display: none;
  }
  nav.navbar {
    height: 65px;
  }
  nav.navbar:not(.scrolled-header) .navbar-brand {
    padding: 15px;
  }

  nav.navbar.scrolled-header .navbar-toggle {
    padding: 20px 15px 20px 0;
  }
  nav.navbar .net-trigger .net-trigger-label {
    padding: 24px 0 17px 0;   
  }
  
  nav.navbar-fixed-top .navbar-collapse, 
  nav.navbar-fixed-bottom .navbar-collapse {
      max-height: 340px;
  }
  
  .navbar .headers-wrapper.secondary {
    height: auto;
  }
  nav.navbar .header-nav ul.header-items {
      margin: 10px 0;
  }
  .navbar .headers-wrapper.secondary .sec-nav-item {
    display: block;
    margin-left: 45px;
  }
  nav.navbar .secondary .header-nav ul.header-items>li>a, 
  nav.navbar.scrolled-header .secondary .header-nav ul.header-items>li>a {
    padding: 10px 0;
  }

  .article-container:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .content-column {
    margin-bottom: 60px;
  }
  
  .featured-product {
      margin-top: 0;
  }
  .featured-product-img {
    margin-top: 10%;
   }
  
  .back-button-mobile--wrapper {
    display: block;
    padding-left: 0px;
  }
  .back-button-mobile--wrapper > a.back-button-link {
        line-height: 1.5;
        display: inline-block;
        padding: 10px 0px 10px 0px;
  }

  .footer-contacts {
       text-align: center;
       margin-top: 60px;
       margin-bottom: 60px;
   }
   
   .footer-links a {
       margin: 5px 0;
   }

   .open-account-info--text-content {
        margin-bottom: 0px;
    }
    .open-account-info--documents-list ul {
        margin-top: 0px;
    }

    .open-account-info--wrapper-content {
        margin-bottom: 30px;
    }
    .open-account-info--wrapper-content:last-child {
        margin-bottom: 0px;
    }
    
    .site-map--links-wrapper a {
        text-align: center;
    }
}

/* TABLET */
@media (min-width: 768px) and (max-width:991px) {
  .banner-call {
    line-height: 0.75em;
  }
  .banner-call>label {
    font-size: 80%;
  }
  nav.navbar .navbar-brand .logotype-brand {
    width: 180px;
    height: 40px;
  }
  
  .featured-product .btn:first-of-type {
    margin-left: 20px;
  }
  .featured-product .featured-product-label {
      margin: 10px 0 10px 20px;
      line-height: 1.5em;
  }
  .featured-product .title {
    font-size: 22px;  
  }
  .featured-product .description {
    font-size: 16px;  
  }
  .featured-product .body {
    font-size: 12px;  
  }
}

/* MOBILE L */
@media (min-width:481px) and (max-width:767px) {
  .banner-call {
    line-height: 0.6em;
  }
  .banner-call>label {
    font-size: 65%;
  }
}

/* SMALLER MOBILES */
@media (max-width:480px) {
  .banner-call {
    line-height: 0.5em;
  }
  .banner-call>label {
    font-size: 50%;
  }
  nav.navbar .net-trigger .net-trigger-label span {
      display: none;
  } 
  nav.navbar.scrolled-header .net-trigger .net-trigger-label * {
    margin: 0 5%;
  }
}

/* SMALL DEVICES (MOBILES) */
@media (max-width:767px) {
    /* On small screens, set height to 'auto' for grid */
    .row.content {
      height: auto;
    }
    nav.navbar .header-logo {
      text-align: center;
    }
    .navbar .header-logo .logotype-brand {
      width: 52px;
      height: 44px;
      background: transparent url(../images/logos/logo_small_white.svg) no-repeat;
      background-size: cover;
    }
    
    nav.navbar .net-container.active {
        height: 160px;
    }
    nav.navbar .net-container.active .input-col {
        margin: 5px 0;   
    }
    
    nav.navbar .net-container .btn.large_square_button {
        width: 130px;
    }
    nav.navbar .net-container input {
        width: calc(90% - 130px);
    }

    footer .footer-contacts--social a:first-child {
        margin-left: 15px;
    }

    .featured-product .featured-product-label , .featured-product .btn:first-of-type {
       margin-left: 0;
    }
    .featured-product .btn {
        width: 45%;
    }

    .footer-box:last-child {
        margin-bottom: 0px;
    }

    .footer-prize-logo-container {
        margin-bottom: 90px;
    }

    .footer-prize-logo-wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        -webkit-transform: translate(0px, -60px);
        -ms-transform: translate(0px, -60px);
        transform: translate(0px, -60px);
    }

    .footer-prize-logo,
    .footer-prize-logo-wrapper img {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }


    footer .services-title {
        margin-bottom: 0px;
    }
    
    .documents-list .document-download {
        width: 100%;
    }

}
