:root {
	--blue: #BCD0ED;
  --yellow:#FFE166;
  --orange:#F5A04C;
    --black:#000;
  --embedimAccessibilityColor:#000 !important;
}
@media screen and (min-width: 1280px) {
    :root {
        --containerwidth: 1280px;
    }
}
html, body {
  height: 100%;
  min-height: 100%;
}


body {
  font-family: 'Favela', sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
}


a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
h2 {
    display: block;
    margin-top:2em;
    margin-bottom:2em;
}
h2::after {
    content: "";
  display: inline-block;
   background:url(../Images/line1.svg) no-repeat center center;
    background-size: 129px 12px;
    width:129px;
    height: 12px;
  vertical-align: middle;
  margin-left: 12px;
}
h2 {
  font-size:1.5rem;
  font-weight: 700;
}
.logo {
  padding: 11px 4px 0 0;
}

.bg-blue {
  background: var(--blue);
  display: block;
}
.bg-yellow {
  background: var(--yellow);
  display: block;
}
.bg-black {
  background:#000;
  color:#fff !important;
  display: block;
}
.bg-white {
  background: #fff;
  color:#000 !important;
  display: block;
}
.bg-orange {
  background:var(--orange);
  color:#000;
   height: 100%;
  width: 100%;
  display: block;
}
#search {
    visibility: hidden;
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #fff;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 50px;
  line-height: 65px;
  font-weight: 300;
  text-align: center;
  border: 0;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn-primary {
  background: transparent;
  border: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #search input[type="search"] {
    font-size: 20px;
  }
  .content .container .col-lg-3 {
    padding-left:0;
    padding-right: 0;
  }
  .content {
    padding-top: 4.5em;
  }
}
#form_kesearch_pi1top > label {
  display: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -65px;
  color:#fff;
}
#search .btn::after {
  filter: invert(1);
  top:-2px;
  position:relative;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #000;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
  padding: 5px 17px 10px;
  font-size: 2rem;
  line-height: 2rem;
}
.btn {
  color:#000;
  font-size:1.125rem;
  font-weight: 500;
  border-radius: 0;
  padding:10px 15px 10px 15px
}
.btn::after {
    content: "";
  display: inline-block;
   background:url(../Images/solar_arrow-right-broken.svg) no-repeat center center;
    background-size: 24px 24px;
  width:24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 12px;
}
.btn.bg-black::after {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.btn.bg-black:hover {
  background: #fff !important;
  border:1px solid #000;
  color:#000 !important;
}
.btn.bg-black:hover::after {
  filter: invert(0%);
  -webkit-filter: invert(0%);
}
.slick-play-icon,
.slick-pause-icon {
  display: none !important;
}
.card {
    border-radius:0;
    line-height: 23px;
    color:#000;
}
.card-body .date {
    display: block;
    font-size: 0.88rem;
    margin-bottom:1em;
    margin-top:0.6em;
}
.sectionnews1 .card {
     background: var(--blue);
     border:none;
}
.card-title {
    font-size:1.25rem;
    font-weight: 500;
}
.card-body p {
    font-size:1rem;
    margin-top:1em;
}
.block-txt {
  line-height: 22px;
}
.footer-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
}
footer {
  background-image: url(../Images/postac.svg);
  background-repeat: no-repeat;
  background-position: right center; 
  background-size:331px 643px; 
  background-color: #000;
  color:#fff;
}
.card-body {
  padding:1.5em;
}
.text1 p {
  font-size:1.125rem;
}
.text1--title {
  font-size:1.5rem !important;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 1em;
}
.mainslider-content .btn {
  margin-top:1em;
  display: inline-block;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


  .navwcag a {
    display: inline;
    font-size: 1.27em;
    left: -9000em;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 150px;
    z-index: 1031;
  }

  .navwcag a:hover,
  .navwcag a:focus,
  .navwcag a:active {
    background: #4b4b4b;
    border: 2px solid #ffffff;
    color: #ffffff;
    left: 0;
    top: 0;
    position: absolute;
  
  }
  
}
div.col-lg-4.d-flex {
  padding:0;
}

div.col-lg-4.d-flex:nth-of-type(2) {
  padding-left:1.5rem;
  padding-right: 1.5rem;
}
.text1--title::after, h2.card-title::after, .content__text h2::after {
    background-image: none;
}
h2.card-title {
  margin-top:0.8em;
}
footer a, footer a:hover {
  color:#fff;
}

.text-light, .text-light a {
  font-size:0.8rem;

  color:#BEBEBE !important;
}
@media screen and (max-width:991px) {

  .logo img {
    max-width: 155px;
  }
  .sectionnews .card {
    margin-top:1em;
  }
  .top-bar .d-flex.justify-content-lg-end ul{
    padding-left:0rem;
  }
  div.col-lg-4.d-flex {
  padding:1.5rem;
}
.sectionnews1 h2{
  margin-left:1.5rem;
  margin-bottom:0;
}
.card-body h2{
  margin-left:0rem;
  margin-bottom:0;
}
footer {
  padding-left:1em;
  padding-right: 1em;
}
}

@media (min-width: 1200px) and (max-width: 1400px) {  
 .logo-big img{
    max-width: 170px;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 3px;
    padding-left: 3px;
}

}
.dropdown-menu {
  border-radius: 0rem !important;
}
.content {
  padding-top:7.5em;
  margin-bottom:4em;
  color:#000
}

.content__text h2.title-top, .content__text h1.title-top.wide {
  font-size:1.5rem;
  font-weight: 600;
    position: relative;
  padding-bottom: 33px;
  margin-bottom: 1.5em;
    display: inline-block;
    margin-top:0em;
}
.content__text h2.title-top::after, .content__text h1.title-top.wide::after {
  content: "";
  display: block;
  width: 129px; 
  height: 12px; 
  background-image:  url(../Images/line1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;

  position: absolute;
  left: -11px;
  right: 0;
  bottom: 0;
}
.content__text h1.title-top.wide::after  {
  left: -1px;
}

.block {
  padding:2em 2.5em 2em 2.5em;
}

.breadcrumb-item+.breadcrumb-item:before {
  content: "";
   background-image:  url(../Images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
   width: 18px; 
  height: 10px; 
  margin-right: 8px;
  position: relative;
  top:10px;
}

@media (max-width: 992px) {

.content {
    padding-top: 2em;
  }
.sectionnews .col-lg-4.d-flex{
  padding-bottom: 0rem;
  padding-top:1rem;

}

}

.content__text div.col-lg-4.d-flex {
    padding-left: 0rem;
    padding-right: 0rem;
}
.content__text div.col-lg-4.d-flex {
   padding:0.5rem;
}

.frame-layout-3 {
  background: var(--yellow);
    display: block;
        padding: 2em 2.5em 2em 2.5em;
}

.content__text .h3, h3 {
        font-size: 1.2rem;
        font-weight: 600;
    }

@media (max-width: 386px) {

.breadcrumb li:nth-of-type(n+2) a {
    margin-left: 0em;
}
.frame-layout-3 {
    background: var(--yellow);
    display: block;
    padding: 2em 1.5em 1em 1.5em;
}
  }
.image-embed-item {
  width:100%;
  height: auto;
}

.content__text a {
  text-decoration: underline;
}

.cc-btn.cc-allow-all {
  background-color:var(--blue);
  color:#000
}
.powered-by{
  display: none;
}
.dp--cookie-check label[for="dp--cookie-marketing"]{

  display: none !important;

}

.f3-widget-paginator {
    display: flex
;
    list-style: none;
    margin-top: 1.5rem;
    align-items: center;
    justify-content: center;
}

.f3-widget-paginator .current {
    color: #000;
    font-weight: 500;
}
.f3-widget-paginator a {
    color: #000;
}
.f3-widget-paginator li {
    padding: 0 5px;
}

a.btn, .card-title a {
  text-decoration: none;
}

ul.ce-uploads {
    padding-left: 0px !important;
}

.ce-uploads li {
    list-style: none outside none;
    margin: 16px 0;
}

.ce-uploads img {
    float: left;
    padding-right: 6px;
    vertical-align: bottom;
    max-width: 52px;
}

.ce-uploads-filesize {
    font-size: 11px;
    color: #363636;
    line-height: 13px;
}
.ce-uploads span {
    display: block;
    line-height: 20px;
}
.article__teaser p {
  font-weight: 500;
}
.frame-type-form_formframework .form-navigation .btn::after {
    filter: invert(100%);
  -webkit-filter: invert(100%);
      margin-left: 7px;
    top: -2px;
    position: relative;
}
.frame-type-form_formframework .form-navigation .btn {
  background-color: #000;
  color:#fff;
  border:none;
  margin-top:2em;
}
.frame-type-form_formframework .form-control {
  border-radius: 0;
}

.frame-type-form_formframework form {

  padding:0.5em 2em 3em 2em;
  background-color:var(--blue);
}
.frame-type-form_formframework .form-group {
  margin-top:1em;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0em;
}

.editorim-sidebox-open {
  bottom: 20px !important;
  -webkit-box-shadow: 1px 1px 24px 0px rgba(255, 255, 255, 0.7);
-moz-box-shadow: 1px 1px 24px 0px rgba(255, 255, 255, 0.7);
box-shadow: 1px 1px 24px 0px rgba(255, 255, 255, 0.7) !important;
}
.dp--revoke {
   bottom: 10px !important;
   -webkit-box-shadow: 1px 1px 24px 0px rgba(255, 255, 255, 0.7);
-moz-box-shadow: 1px 1px 24px 0px rgba(255, 255, 255, 0.7);
box-shadow: 1px 1px 24px 0px rgba(255, 255, 255, 0.7) !important;
}

.content__text h2 {
  margin-bottom:0.8em;
  font-weight: 500;
  margin-top:0.3em;
}

.dp--revoke.cc-theme-edgeless {
  display: none;
}
.editorim-sidebox-open, .editorim-sidebox-open:hover:active {
  left:20px;
  z-index: 999 !important;
}
.editorim-sidebox {
  left:10px !important;
}

.cc-window.cc-theme-edgeless {
  z-index: 99999;
}

footer a {
  text-decoration: underline;
}