/*.masthead {
    height: 100vh;
    min-height: 400px;
    background-image: url('../assets/6.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
*/


@font-face {
    font-family: 'aeroportalregular';
    src: url('../assets/fonts/aeroportal-webfont.woff2') format('woff2'),
         url('../assets/fonts/aeroportal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'aeroportalmedium';
    src: url('../assets/fonts/aeroportal_medium-webfont.woff2') format('woff2'),
         url('../assets/fonts/aeroportal_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aeroportalbold';
    src: url('../assets/fonts/aeroportal_bold-webfont.woff2') format('woff2'),
         url('../assets/fonts/aeroportal_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'aeroportalmedium', sans-serif !important ;
} 


.psub {
    font-family: 'aeroportalbold', sans-serif !important ;
} 



.masthead {
    position: relative;
    background-color: #ffffff;
    background: url("../assets/6.png") no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
 
.masthead:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
  }

.divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider-custom .divider-custom-line {
    width: 100%;
    max-width: 5rem;
    height: 0.25rem;
    background-color: #2C3E50;
    border-radius: 1rem;
    border-color: #2c3e50 !important;
}
.divider-custom .divider-custom-line:first-child {
    margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
    margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
    color: #2c3e50 !important;
    font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
    background-color: #fff;
}
.divider-custom.divider-light .divider-custom-icon {
    color: #fff !important;
}

.dropdown-menu .dropdown-item.active{
    background-color:  #6c757d;
}

.dropdown-menu .dropdown-item.hover{
    background-color:  #6c757d;
}

#map-image {
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 767px) {
    .row-cols-xs-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  @media (min-width: 768px) {
    .countryListComponent .row-cols-md-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  }
  