@font-face {
    font-family: "ing_me_bold";
    src: url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot") format("embedded-opentype"), url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff2") format("woff2"), url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff") format("woff"), url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.ttf") format("truetype"), url("/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.svg#ing_me_bold") format("svg");
    font-style: normal;
    font-weight: normal;
  }
header.default-header, .main-title-wrapper, .nav-tabs-wrapper {
  display: none;
}
.subpages-heading-container.affix {
  display: none !important;
}
h2{
    font-family: 'ing_me_bold';
}
a {
    color: #ff6200;
}
hr{
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1.7px solid #a8a8a8;
}
.logo {
  width: 128px;
  margin: 15px 0 15px 0;
}
header{
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
    background-size: cover;
    text-align: center;
  }
.header-mobile{
    padding-top: 60px;
}
.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.custom-top-banner {
  border-radius: 8px;
  overflow: hidden;
  background: #ff6200;
}
.haeder_text {
  float: left;
  display: inline-block;
  background: #ff6200;
  padding: 15px;
  position: relative;
  border-radius: 6px;
  color: #fff;
  margin-top: 15px;
}
.haeder_text:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #ff6200;
  position: absolute;
  right: -25px;
  z-index: 9;
  top: 30px;
}
.haeder_text .title {
  color: #FFF;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'ing_me_bold';
  text-align: left;
}
.ccdog {
  padding-left: 0;
  padding-right: 0;
}
.ccdog img {
  float: left;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.icon-noutati {
    max-width: 100%;
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}
.sageata {
    background: #ff6200;
    width: 50px;
    height: 30px;
    transform: rotate(45deg);
    border-radius: 3px;
    margin-left: 30px;
    margin-bottom: -50px;
}
.orange-box {
    color: #fff;
    padding: 30px;
    font-size: 30px;
    font-family: 'ing_me_bold';
    background-color: #ff6200;
    line-height: 1.4;
    border-radius:0px 0px 8px 8px;
}
.section_1{
    background-color: var(--bgcolor-white);
    font-family: 'ing_me_regular';
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
    text-align: center;
}
.imagine-mobile{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px 8px 0px 0px;
}
.section_1 .container .row .col-md-8 .thumbnail{
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    padding: 30px 15px;
  }
.section_1 .container .row .col-md-4 .thumbnail{
    border: 2px solid #ff6200;
    border-radius: 8px;
    background-color: #ff6200;
    color: #fff;
  }
h2.orange-box {
    font-family: 'ing_me_bold';
}
.section_2{
    background-color: var(--bgcolor-gray100);
    text-align: center;
    font-family: 'ing_me_regular';
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.ico_1{
    background: url(/dam/ingro/lp/amsterdam-broker/icons/icon-asig-locuinta.png) no-repeat center bottom;
    height: 100px;
}
.ico_2{
    background: url(/dam/ingro/lp/amsterdam-broker/icons/icon-vita-protect.png) no-repeat center bottom;
    height: 100px;
}
.ico_3{
    background: url(/dam/ingro/lp/amsterdam-broker/icons/icon-credit-protect.png) no-repeat center bottom;
    height: 100px;
}
.text_ico{
    padding: 20px 20px 0px 20px;
}
.text-align {
    text-align: justify;
}
.margin-bottom {
  margin-top: 10px;
}
.accordion-content {
  font-family: 'ing_me_regular';
}
.inline-link:visited, .navigate_to:visited, p.visited-white a:visited {
  color: #fff;
}
.inline-link:visited, .navigate_to:visited, p.visited-orange a:visited {
  color: #ff6200;
}
.contact{
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;
  background-color:  var(--bgcolor-white);
  border: 2px solid #f0f0f0;
  border-radius: 8px;
}
.thumbnail {
    min-height: 215px;
}
.main-footer{
    display: none;
}
.text_ico {
    padding: 0px;
    padding-top: 20px;
}
.inline-link, .navigate_to, p a {
    color: #ff6200;
}
.margin-bottom {
    margin-bottom: 15px;
    margin-top: 30px;
}
* {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  height: auto;
  margin: 0 15px;
}

.left {
  width: 65%;
  border-radius: 8px;
  background-color: var(--bgcolor-white);
  border: 2px solid #f0f0f0;
}

.right {
  width: 29%;
  background-color:#ff6200;
  border-radius: 8px;
  color: #fff;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*tab*/
.nav-list .nav-item {
  display: inline-block;
}
.main-header {
  position: fixed;
  top: 0;
  z-index: 900;
  background:  var(--bgcolor-white);
  border-bottom: 1px solid #ebebeb;
}
.main-header .main-navigation {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}
.mobile-bg, .mobile-nav, .mobile-nav-toggle {
  display: none;
}
.main-header .logo {
  max-width: 215px;
  height: 32px;
}
.mobile-nav {
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 3;
  font-size: 10px;
}
.lines:after, .lines:before, .mobile-nav .lines {
  display: inline-block;
  width: 3.5em;
  height: .45em;
  background: #f60;
  -webkit-transition: .3s;
  transition: .3s;
}
.mobile-nav .lines {
  position: relative;
}
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav .lines {
  position: relative;
}
.lines:before {
  top: 1em;
}
.lines:after, .lines:before {
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: .28571em center;
  transform-origin: .28571em center;
}
.lines:after {
  top: -1em;
}
.mobile-nav-toggle:checked+.mobile-nav .lines {
  background: transparent;
}
.mobile-nav-toggle:checked+.mobile-nav .lines:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-toggle:checked+.mobile-nav .lines:after, .mobile-nav-toggle:checked+.mobile-nav .lines:before {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 4em;
}
.mobile-nav-toggle:checked+.mobile-nav .lines:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav-toggle:checked+.mobile-nav .lines:after, .mobile-nav-toggle:checked+.mobile-nav .lines:before {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 4em;
}
@media (max-width: 920px){
.mobile-nav-toggle:checked~.nav-list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
}
@media (max-width: 920px){
.mobile-bg, .mobile-nav {
  display: block;
}
}
@media (max-width: 920px){
.mobile-bg {
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
}
}
@media (max-width: 920px){
.main-logo {
  position: relative;
  z-index: 3;
}
}
@media (max-width: 920px){
.mobile-bg, .mobile-nav {
  display: block;
}
}
@media (max-width: 920px){
.nav-list {
  position: absolute;
  z-index: 1;
  top: -webkit-calc(100% + 30px/2);
  top: calc(100% + 30px /2);
  left: 0;
  right: 0;
  background: #fff;
  max-height: -webkit-calc(100vh - 75px);
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.54,.57,.29,.96);
  transition: -webkit-transform .4s cubic-bezier(.54,.57,.29,.96);
  transition: transform .4s cubic-bezier(.54,.57,.29,.96);
  transition: transform .4s cubic-bezier(.54,.57,.29,.96),-webkit-transform .4s cubic-bezier(.54,.57,.29,.96);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
}
@media (max-width: 480px){
.main-header .logo {
  max-width: 180px;
}
}
@media (max-width: 920px){
.nav-list .nav-item {
  display: block;
  text-align: center;
}
}
@media (max-width: 920px){
.nav-list .nav-link {
  display: inline-block;
  padding: 10px;
}
.main-header{
  width: 100%;
  border-bottom: none;
}
.mobile-nav{
  float: right;
  position: relative;
  top: 20px;
  margin-right: 20px;
}
.main-header .main-navigation {
display: block;
}
}
@media (max-width: 920px){
.mobile-nav-toggle:checked~.nav-list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
}
@media (min-width: 920px){
.main-header .main-navigation {
  display: block;
}
.nav-right {
  margin: 20px 0px;
  float: right;
}
}
/*end tab*/

@media (max-width: 768px){
  .left{
  width:100%;
  margin-bottom: 30px;
  }
  .right{
  width:100%;
  }
  .margin-bottom {
    margin-top: 30px;
}
 .height{
    min-height: auto;
}
}
@media (min-width: 769px){
  .left{
  width:62%;
  }
}
@media (min-width: 991px){
  .left{
  width:64%;
  }
}
@media (min-width: 1199px){
  .left{
  width:64.5%;
  }
  .right{
  width:30%;
  }
}
@media screen and (max-width: 767px) {
header .logo {
  margin-top: 15px;
}
header{
    display: none;
}
}
@media (max-width: 1199px){
    .haeder_text .title {
      font-size: 20px;
      line-height: 30px;
    }
    .haeder_text{
      margin-top: 0px;
    }
  }
  @media (max-width: 900px){
    .haeder_text {
      padding: 0px 15px;
    }
  }
  @media (min-width: 768px){
    .header-mobile{
      display:none;
    }
  }