body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: mr-eaves-xl-sans,sans-serif;    
}

h1 {
    font-weight: 700;
}

a {
    color: #ffffff;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

nav ul li::before {
    content: "";
    color: #EF8B2F;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
  
ul li::before {
    content: "\2022";
    color: #EF8B2F;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.lang__switch {
    color: white;
    text-decoration: none;
}

.lead {
    color: #212529;
}

.header__lead {
    line-height: 55px;
}

.text__primary {
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00555A;
    font-size: 20px;
}

.text__primary__blue {
    color: #326C9C;
    font-family: 'Open Sans', sans-serif;

}

.text_orange {
    color: #EF8B2F !important;
}

.text_green{
    color: #00555A !important;
}

.text__secondary {
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #00555A;
    font-size: 10px;
}

.text__secondary__orange {
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #EF8B2F;
    font-size: 22px;
}

.text__secondary__green {
    color: #89C762;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.title__orange {
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #EF8B2F;
    font-size: 30px;
}

.overlay__text {
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00555A;
    font-size: 20px;
}

.link__primary{
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color:#ffffff;
    line-height: 1;
}

.p_active{
    color:#EF8B2F;
}

.link__primary:hover{
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color:#cccccc;
    line-height: 1;
}

.links__secondary{
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    color: #00555A;
    font-size: 22px;
    line-height: 1;
}

.links__secondary:hover{
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    color: #EF8B2F;
    font-size: 22px;
    line-height: 1;
}

.link__text{
    /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
    /*text-decoration: none;*/
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color:#00555A;
    
}

.btn__primary {
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    background-color: #00555A;

    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;

    padding: 5px 65px;

}

.btn__secondary {
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    background-color: #326C9C;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    padding: 5px 45px;
}

.btn__secondary__orange{
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;    
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    padding: 5px 45px;
    background-color: #EF8B22;
    border-color: #979797;
    color:#ffffff;
}

.btn_video{
    border-radius: 48px;    
    background-color: #FF9E1B;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.16), 0 4px 10px rgba(0,0,0,0.23);
}

.btn_video_card{
    font-size: 16px;
}

.text__emphasis {
    font-weight: 500;
}

.pl-0 {
    padding-left: 0;
}

.bt-orange{
    border-top: 3px solid #EF8B22;
    
}

.bg-orange{
    background-image: url("../assets/orange.png");
    background-position: right top;
    background-repeat:repeat-y;

}

.grey_bg{
    background-color:#ECEDEF;
}

.input-form{
  display: block;
  width: 100%;
  height: 68px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 3px solid #00555A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 48px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-form:focus {
    /*border-color: #89C762;*/
    border-color: #EF8B22;
    box-shadow: 0 0 0 0.25rem rgba(0, 85, 90, 0.25);
}

.small {
    font-size: 12px;
}

.cover {
    margin-bottom: -6px;
    /*background-color: #FF983F;*/
    
}

.cover_orange {
    background: rgb(255,175,103);
    background: linear-gradient(0deg, rgba(255,175,103,1) 35%, rgba(255,151,61,1) 100%);
}

.active {
    color: #ffffff;
    background-color: #EF8B22;
}

.active:hover {
    color: #ffffff;
    background-color: #EF8B22;
}

.borderline {
    text-align: center;
    margin-left: 45%;
    width: 5px;
    margin-top: 103px;
}
.containerBox {
    /*position: relative;*/
    display: inline-block;
}

.top {
    height: 70px;
    
}

.text-box {
    position: absolute;
    text-align: right;
    background-color:rgba(239, 139, 34);
    /*margin-top: 10%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;*/
    padding: 10px 0 0 20px;
}

.text-box:before {
   content: '';
   height: 30%;
   vertical-align: middle;
}

.text-box-lang {
    position: absolute;
    text-align: right;
    background-color:rgba(239, 139, 34);
    color: white;
    margin:0px;
    padding: 10px 20px 0 20px;
}

.text-box-lang:before {
   content: '';
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

.navbar-dark .navbar-nav .nav-link {
    text-align: center;
    color: #FFFFFF;
    padding: 10px 35px;
    border-right: 1px solid;
}

.img_logo {
    width: 230px;
}
.img_footer {
    /*height: 106px;*/
    width: 280px;
}

.img_logo_itp{
    width: 200px;
}

.navbar-green {
    background-color:#00555A;
    color: #ffffff;
    /*padding-top: 0 rem !important;
    padding-bottom: 0 rem !important; */
}

.nav__last {
    border-right: none !important;
}

.navbar-nav>.active>a {
    background-color:rgba(239, 139, 34);
    color: #ffffff;
}

.modal-title {
    font-weight: 700;
}

.img__thumbnails {
    width: 100%;
}

.download__p {
    margin: 10px 0;
}

.card__custom {
    width: 78.5%;
    margin-top: 20px;
    border-color: #89C762;
    -webkit-box-shadow: 3px 3px 10px 2px #ccc;
    -moz-box-shadow:    3px 3px 10px 2px #ccc;
    box-shadow:         3px 3px 10px 3px #ccc;
}

.card__custom p {
    margin: 10px;
}

.mt-6 {
    margin-top: 6rem !important;
  }

.mt-35 {
    margin-top: 35rem !important;
  }

.px-10{
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  

.overlay-title{
    z-index: 1;
    right: 0px;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.7;
    margin-top: 1.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-left: 0.5rem !important;    
}

.overlay-text{
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.7;
    align-items: center !important;
    margin-top: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;    
}

.moa_body{        
    /*margin-right: 1rem !important;
    margin-left: 1rem !important;*/
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    /*padding-right: 1rem !important;
    padding-left: 1rem !important;*/
    /*background-image: url("../assets/orange.png")*/
}

.footer_tav{
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
}

.table-dark-green {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: #EF8B22;
    --bs-table-striped-color: #247B7D;
    --bs-table-active-bg: #00555A;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #247B7D;
    color: #247B7D;
    border-color: #097376;
  }

  .table-medium-green {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #247B7D;
    --bs-table-active-bg: #448B8D;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #247B7D;
    color: #247B7D;
    border-color: #097376;
  }

  .table-cell-orange{
    color: #ffffff;
    --bs-table-bg: #EF8B22;
  }

  .table-cell-gray{
    color: #2B2E34;
    --bs-table-bg: #E2E2E3;
  }

  .table-cell-dark-gray{
    color: #ffffff;
    --bs-table-bg: #7E8084;
  }

  .table-cell-medium-green{
    color: #ffffff;
    --bs-table-bg: #247B7D;
  }

  .table-cell-light-cyan{
    color: #247B7D;
    --bs-table-bg: #BED2D4;
  }
  .table-cell-white-cyan{
    color: #247B7D;
    --bs-table-bg: #DEE8E9;
  }
  .table-cell-white-orange{
    color: #247B7D;
    --bs-table-bg: #FFF4E9;
  }


  .table_75 {
    width: 75%;
  }
  .table_50 {
    width: 50%;
  }

  .align-center { 
    text-align: center;
  }
  


/** Media Queries **/
@media only screen and (device-width: 768px) {
    .img__thumbnails {
        width: 100%;
    }
    .card__custom {
        width: 100%;
    }
}



@media only screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
      padding: 0 0.5em;
    }
    /*.navbar .navbar-nav .nav-item:not(:last-child)  {
      border-right: 2px solid #ffffff;
    }*/
    .nav-border-dark .navbar-nav .nav-item:not(:last-child){
        border-right: 1px solid #00555A;
    }
    .nav-border-light .navbar-nav .nav-item:not(:last-child){
        border-right: 1px solid #ffffff;
    }

    .text__primary {
        font-family: mr-eaves-xl-sans-narrow, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #00555A;
        font-size: 34px;
    }    
    
    .text__secondary {
        font-family: mr-eaves-xl-sans-narrow, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #00555A;
        font-size: 26px;
    }
    
    .text__secondary__orange {
        font-family: mr-eaves-xl-sans-narrow, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #EF8B2F;
        font-size: 26px;
    }
    
    .title__orange {
        font-family: mr-eaves-xl-sans-narrow, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #EF8B2F;
        font-size: 70px;
    }

    .overlay__text {
        font-family: mr-eaves-xl-sans-narrow, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #00555A;
        font-size: 26px;
    }

    .overlay-title{
        position: absolute !important;
        z-index: 1;
        right: 0px;
        background-color: rgba(255, 255, 255, 1);
        opacity: 0.7;
        margin-top: 6rem !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        padding-right: 3rem !important;
        padding-left: 3rem !important;        
    }

    .overlay-text{
        z-index: 1;
        background-color: rgba(255, 255, 255, 1);
        opacity: 0.7;
        margin-top: 35rem !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .moa_body{        
        margin-right: 3rem !important;
        margin-left: 3rem !important;
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .link__primary{
        font-family: mr-eaves-xl-sans-narrow, sans-serif;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        color:#ffffff;
        line-height: 1;
    }

    .link__primary:hover{
        font-family: mr-eaves-xl-sans-narrow, sans-serif;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        color:#cccccc;
        line-height: 1;
    }

    .links__secondary{
        font-family: mr-eaves-xl-sans-narrow, sans-serif;
        text-decoration: none;
        font-weight: 500;
        font-style: normal;
        color: #00555A;
        font-size: 25px;
        line-height: 1;
    }
    
    .links__secondary:hover{
        font-family: mr-eaves-xl-sans-narrow, sans-serif;
        text-decoration: none;
        font-weight: 500;
        font-style: normal;
        color: #EF8B2F;
        font-size: 25px;
        line-height: 1;
    }
  }

  @media only screen and (min-width: 1200px) {


}
