html, body {
    height:100%;
    padding: 0;
    border: 0;
    margin: 0;
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s;
    }   
    @keyframes bugfix { from {padding:0;} to {padding:0;}}
    @-webkit-keyframes bugfix { from {padding:0;} to {padding:0;}}

    header {
        height: 100%;
    }
    
h1 {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 2.10em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
    font-weight: bold;    
    text-align: center;
    color: #151957;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 1.10em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    text-align: center;
    color: #5f5f5f;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 1.5em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #022744;
    text-transform: uppercase;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    
    
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    color: #011422;
    margin-top: 0.5em;
    margin-bottom: 0.5em; 

}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color:#082246;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-transform: uppercase;

}

.about {
    font-size: 1.1em;
    color: #386ca8;
    font-style: bold;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.03em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    color: #1d375a;
    letter-spacing: 0.08em;

}

ol{
    margin: 0px 10px 0px 40px;
    padding: 0px;
    list-style:disc;
}

#overlay-input {
    display: none;
}

#allpages {
    height: auto;
    min-height: 100%;
    position: relative;
    display: block;
    }
    
#top {
    height: auto;
    width: 100%;
    border-top-color: #286bb5;
    border-right-color: #286bb5;
    border-bottom-color: #286bb5;
    border-left-color: #286bb5;
    background-repeat: repeat-x;
}
#image_index {
    height: 546px;
    padding-top: 74px;
    width: 100%;
    background-image: url('../Images/antwerp-33881272.jpg');
    background-position: center;
    background-size: cover;
    border-bottom: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-width: 1;

}


#align_logo {
    
    width: 100%;
    height: 528px;
	max-width: 1246px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	display: block;
   
}

#logo_index {
    padding: 140px 0px 0px 0px;
    margin: 0 auto;
    height: 302px;
    width: auto;
    text-align: center;

}

#logo_index img {
    max-width: 375px;
    width: 95%;
    height: auto;

}

#Our_Solution {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    width: 200px;
	margin: 0 auto;
    background-color: rgba(2, 39, 68,0.8);
    /**border: 1px solid #333;**/
    /**box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);**/
    

    
}

#Our_Solution a {

	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight:400;
    width: 200px;
	height: 28px;
    padding-top: 12px;
    display: block;
    transition: all .35s;
    position: relative;
}

#Our_Solution a span {
    position: relative;
    z-index: 1;
}

#Our_Solution a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(255, 255, 255, 0.99);
    transition: all .35s;
    
}
#Our_Solution a:hover {

	color: #110101;

}

#Our_Solution a:hover:after {
    width: 100%;
}

.page_content {
	height: auto;
	width: 100%;
	max-width: 1246px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	display: block;
}
#title_index {
    width: 100%;
    margin-bottom: 50px;
}

#Cards_align {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cards-wrapper {
    display: flex;
    gap: 36px;
    max-width: 1246px;
    width: 100%;
    justify-content: center;
}

.Cards {
    display: flex;
    flex-direction: column;
    flex: 0 0 374px;          /* trava largura */
    max-width: 374px;
    min-height: 374px;
    border: 1px solid #b3b7ba;
    background: linear-gradient(180deg, #d7d7d7 0%, #ffffff 100%);
}

@media (max-width: 1214px) {
    .cards-wrapper {
        flex-wrap: wrap;
    }
}

/*.Cards {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 374px;
    height: auto;
    min-height: 374px;
    margin: 50px 18px 50px 18px;
    border: #b3b7ba;
    border-style: solid;
    border-width: 1px;
    background: rgb(215,215,215);
    background: linear-gradient(180deg, rgba(215,215,215,1) 0%, rgba(255,255,255,1) 100%);
}*/

.Cards img {
    max-width:374px;
    max-height:264px;
    width: 100%;
    height: auto;
}


.Cards_txt {
    margin: 10px;
    text-align: left;
    flex-grow: 1;
}

#text-2 {

    margin: 50px 18px 25px 18px;
}

#Align_Broker_index{

    width: 100%;
    text-align: center;
    position: relative;


}

.img_separator {
  
    margin: 35px 0px 30px 0px;
}
#Broker3 {
    display: none;
}
@media screen and (min-width: 1258px) {
    #Broker1 {
        float: left;

    }

    #Broker2 {
        float: right;

    }

    #Broker3 {
        display: none;
    }
}

@media screen and (max-width: 1258px) {

    #Broker2 {
        display: none;
    }

    #Broker3 {
        display: none;
    }
}


@media screen and (max-width: 743px) {
    #Broker1 {
        display: none;
    }

    #Broker2 {
        display: none;
    }

    #Broker3 {
        display:inline-block;
        max-width: 374px;
        max-height: 249px;
        width: 100%;
        height: auto;
    }
}


#proudly_align {
    width: 100%;
    display: flex;
    justify-content: center;
}

#Prodly_img {
    margin: 60px 0px 30px 0px;
    max-width: 374px;
    width: 100%;
    height: auto;
}

#footer_index {
    width: 100%;
    padding-bottom: 10px;
    background-color: #022744;
    position: relative;

}

.align_footer{
    text-align: center;
    position: relative;

}

.footer_menu_container{
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 240px;
}

#copirigth {
    font-family: Calibri;
    color: #e0e0e0;

}


/**CSS for pages**/

#adjust_menu{
    padding-top: 74px;
    margin-bottom: 50px;
    width: 100%;
}

#space_border{
    margin: 10px;
}
.page_p {
    font-style:normal;
    color: #606d77;
}

#page_p {
    font-style:normal;
    color: #FFF;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.00em;
}

.page_p2 {
    font-style:normal;
    color: #FFF;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.0em;
    letter-spacing: 0.2em;
}

#text_l1 {
    max-width: 730px;

}

#text_l2 {
    max-width: 1246px;
    margin-bottom: 3em;
    background-color: #f3f5ff;
    padding: 0.5em 1em 0.5em 1em;

}

.page_content_pages{
	height: auto;
	width: 100%;
	max-width: 1246px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#Pages_banner{
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #022744;

}

ol#resume li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.01em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    color: #ffffff;
    font-style: none;
    letter-spacing: 0.1em;
}

#modal_txt{
    height: 430px;
    display: table-cell;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal_separator {
    margin: 0px 0px 0px 0px;
}

#modal_img_mobile {
    display: none;
}

@media screen and (min-width: 1258px) {
    #modal_img {
        float: left;

    }

    #Bmodal_txt {
        float: right;

    }

}
@media screen and (max-width: 1257px) {
    #Pages_banner {
        display: block;
        width: 743px;
        margin-left: auto;
        margin-right: auto;

    }

    #modal_txt{
        display: block;
        height: auto;
        padding-bottom: 8px;
    
    }



}
@media screen and (max-width: 743px) {
    #adjust_menu{
        padding-top: 74px;
        margin-bottom: 50px;
        width: 100%;
    }
    #modal_img {
        display: none;
    }
    

    #Pages_banner {
        max-width: 374px;
        width: 100%;

    }

    #modal_img_mobile{
        display: block;
        max-width: 374px;
        max-height: 249px;
        width: 100%;
        height: auto;
    }

}


/******************************** company*/


  
  .company {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
  }
  
  /* line */
  .company::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
  }
  
  /* columns*/
  
  /* row gaps */
  .company li:not(:last-child) {
    margin-bottom: var(--row-gap);
  }
  
  /* card */
  .company li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
  }
  
  /* date */
  .company li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
  
    text-align: center;
    background-color: var(--accent-color);
  
    color: white;
    font-size: 1.1rem;
    font-weight: 200;
  
    display: grid;
    place-content: center;
    position: relative;

    font-family: Arial, Helvetica, sans-serif;
  
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
  }
  
  /* date flap */
  .company li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
  
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
  }
  
  /* circle */
  .company li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
  
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  
  /* title descr */
  .company li .title,
  .company li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
  }
  .company li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: bold;
    font-size: 1.4em;
  }
  .company li .descr {
    padding-block-end: 1.5rem;
    font-weight: 200;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
  }
  
  /* shadows */
  .company li .title::before,
  .company li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
  }
  .company li .title::before {
    bottom: calc(100% + 0.125rem);
  }
  
  .company li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
  }
  
  @media (min-width: 40rem) {
    .company {
      grid-template-columns: 1fr var(--line-w) 1fr;
    }
    .company::before {
      grid-column: 2;
    }
    .company li:nth-child(odd) {
      grid-column: 1;
    }
    .company li:nth-child(even) {
      grid-column: 3;
    }
  
    /* start second card */
    .company li:nth-child(2) {
      grid-row: 2/4;
    }
  
    .company li:nth-child(odd) .date::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      left: 0;
    }
  
    .company li:nth-child(odd) .date::after {
      transform: translate(-50%, -50%);
      left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }
    .company li:nth-child(odd) .date {
      border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
  }

  .office_banner {
    position: relative;
    padding-top: 74px;
    background-image: url('../Images/our_offices.jpg');
    background-position: left;
    background-size: cover;
    height: 399px;
    width: 100%;
  }

  @media screen and (max-width: 1023px) {
      .office_banner {
           top: 0px;
      }
  }

  .Title_officer {
    padding-right: 50px;
    padding-left: 50px;
    position:relative;
    top: 160px;
    text-align: right;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #5dbbf7;
    text-transform: uppercase;
    font-size: 1.3em;
    float: right;
  }

  .Title_officer p {
    color: #e0e0e0;
    font-size: 0.8em;
    text-transform: none;
    text-align: right;
    font-weight:lighter;
    font-style: normal;
  }


  .card_offices {
    width: 365px;
    height: 255px;
    position: relative;
    display: inline-block;
    margin: 40px 18px 40px 18px;
    border: #b3b7ba;
    border-style: solid;
    border-width: 1px;
    background: rgb(215,215,215);
    background: linear-gradient(180deg, rgba(215,215,215,1) 0%, rgba(255,255,255,1) 100%);  
}

#head_office{
    width: 700px;
    height: 230px;
}

.head_img{
    position: relative;
    float: right;
    top: -10px;

}


.title_offices{
    font-size: 1.1em;
    font-weight:300;
    margin-bottom: 10px;
    position: relative;
    padding-top: 11px;
    font-family: Arial, Helvetica, sans-serif;
    height: 29px;
    background-color: #011422;
    text-align: center;
    color: #ffffff;
    width: auto;
}
.head_align{
    float: left;
}
.txt_offices{
    font-size: 1em;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px;
    position: relative;
    height: auto;
    position: relative;
    display: block;
    text-align: Left;
    width: 260px;
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}

.offices_contact {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.offices_contact img{
    padding-left: 15px;
    padding-right: 15px;
}