main {
	margin-top: 190px;
	/*padding-top: 180px;*/
}

.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
  }
  .page-loading.active {
    opacity: 1;
    visibility: visible;
  }
  .page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
  }
  .page-loading.active > .page-loading-inner {
    opacity: 1;
  }
  .page-loading-inner > span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #6f788b;
  }
  .page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    background-color: #d7dde2; 
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
  }
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }



.top-header a {
    color: #434a57;
}


.top-header button {
    background: none;
    outline: none;
    border: none;
    color: #434a57;
}

.top-header .dropdown-menu.show {
    min-width: 44px;
    padding: 10px 15px;
}

.top-header .dropdown-menu.show a {
    display: block;
    text-decoration: none;
}

.top-header a:hover {
    color: #1c4f97;
}

.footer {
    background-color: #ebf1f6;
}

.footer .nav-link,
.footer p,
.footer p a {
    color: #ffffff;
}

.footer p {
    line-height: 20px;
}

.footer .nav-link {
    font-weight: 400;
}


.footer .nav-link:hover {
    text-decoration: underline;
}

.footer .custom-flex {
    display: flex;
    flex-flow: column;
}

.footer .custom-flex .row-cols-1 {
    flex: 1 1 auto;
}


.footer-bg {
    background-color: #1c4f97;
}

.footer .btn-secondary2 {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.footer .btn-twitter {
    background-image: url("assets/images/twitter-x_white.svg");
}


.bg-blue {
    background-color: #1c4f97;
}

.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue p,
.bg-blue span,
.bg-blue label {
    color: #ffffff;
}

.newsletter {
    padding-top: 90px;
    padding-bottom: 45px;
}

.newsletter h2 {
    font-weight: 900;
}

.newsletter h2,
.newsletter p,
.newsletter label,
.newsletter span {
    color: #ffffff;
}

.newsletter .btn-success2 {
    background-color: #008800;
}


.newsletter .col-lg-5 {
    margin-top: 3rem!important;
}


.btn-secondary2 {
    background-color: #dae4ec;
    color: #3e4654;
}

.card a {
    text-decoration: none;
}


article a:not(.btn):hover {
    text-decoration: underline;
    color: #1c4f97;
}

article a:not(.btn):hover .card-title {
    color: #1c4f97;
}

article a {
    text-decoration: none;
}

.card a:hover h4,
.card a:hover h5,
.card .btn-outline-secondary:hover {
    color: #1c4f97;
}

.card .date {
    position: relative;
    font-size: 0.75rem;
    font-weight: 600;
    padding-right: 15px;
}

.card .date::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.75rem;
    font-weight: 600;
}

header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}


header .navbar-collapse {
	padding-top: 30px;	
}

header.navbar-stuck .navbar-collapse {
	padding-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.navbar-stuck .navbar img {
    height: auto;
    width: auto;
    max-height: 40px;
    max-width: 100%;
	margin: 10px 0;
    /*max-height: 65px;*/
}

header .navbar img {
    width: auto;
    height: 100px;
    max-width: 100%;
    /*max-height: 65px;*/
}

header .top-header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.navbar-stuck {
    background-color: #ffffff;
    /*border-bottom: 1px solid #1c4f97;*/
    border-bottom: 1px solid #e3e9ef;
}

header #logo-light-sticky,
header #logo-dark-sticky {
    display: none;
}

header.navbar-stuck #logo-light,
header.navbar-stuck #logo-dark {
    display: none;
}

header.navbar-stuck #logo-light-sticky,
header.navbar-stuck #logo-dark-sticky {
    display: block;
}

header.navbar-stuck .top-header {
    /*position: absolute;
    top: -200px;*/
    display: none;
}

header .top-header::before {
    position: absolute;
    content: '';
    top: -200px;
    width: 100%;
    background-image: url('assets/images/logo-shape-green.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    z-index: -1;
    left: 10%;
}

body {
    overflow-x: hidden;
}

.goals-section::before {
    position: absolute;
    content: '';
    right: -10%;
    width: 500px;
    background-image: url('assets/images/logo-shape-red.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 500px;
    z-index: 1;
    top: 52%;
    transform: rotate(55deg);
}

.stats-section::before {
    position: absolute;
    content: '';
    left: -40%;
    width: 100%;
    background-image: url('assets/images/logo-shape-green.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    z-index: 1;
    top: 50%;
    transform: rotate(20deg);
}

/*.swiper {
    overflow: ini;
}*/


/*.swiper .zindex-2::after {
    position: absolute;
    content: '';
    top: 5%;
    left: -30%;
    width: 100%;
    background-image: url('assets/images/logo-shape-blue.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 75%;
    z-index: -1;
}*/


/*.banner-home::after {
    position: absolute;
    content: '';
    top: 5%;
    left: -30%;
    width: 100%;
    background-image: url('assets/images/logo-shape-blue.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 75%;
    z-index: -1;
}*/




.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 25px;
    border-color: #ffffff;
}

.swiper-pagination-bullet {
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.content-div img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 0;
}


.content-div ul {
    padding-left: 32px;
    list-style: none;
}


.content-div ul li {
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.content-div ul li::before {
    content: '';
    position: absolute;
    border-right: 2px solid #1c4f97;
    border-bottom: 2px solid #1c4f97;
    width: 8px;
    height: 8px;
    top: 11px;
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
}

.content-div ul li::after {
    content: '';
    position: absolute;
    height: 1px;
    top: 10px;
    left: -24px;
    border: 1px solid #1c4f97;
    width: 12px;

}

.content-div p {
    font-size: 1rem;
    color: var(--ar-body-color);
    margin-bottom: 1.25rem;
}

.content-div a {
    text-decoration: underline;
    color: inherit;
}


.content-div a:hover {
    text-decoration: underline;
    color: #1c4f97;
}

.content-div h2 {
    font-size: 1.5rem;
    color: var(--ar-gray-900);
    padding-top: 1.5rem;
    margin-bottom: 1.25rem;
}

.content-div h3 {
    font-size: 1.4rem;
    color: var(--ar-gray-900);
    padding-top: 1.5rem;
    margin-bottom: 1.25rem;
}

.content-div h4 {
    font-size: 1.3rem;
    color: var(--ar-gray-900);
    padding-top: 1.5rem;
    margin-bottom: 1.25rem;
}

.content-div h5 {
    font-size: 1.2rem;
    color: var(--ar-gray-900);
    padding-top: 1.5rem;
    margin-bottom: 1.25rem;
}

.content-div h6 {
    font-size: 1.1rem;
    color: var(--ar-gray-900);
    padding-top: 1.5rem;
    margin-bottom: 1.25rem;
}


.content-div blockquote {
    background-color: #f6f9fc;
    padding: 2.375rem 2.375rem 2.375rem 7rem;
    border: none;
    border-radius: 2.25rem;
    position: relative;
    margin-bottom: 1rem;
}

.content-div blockquote p {
    font-size: 1.25rem;
}


.content-div blockquote::before {
    position: absolute;
    top: 2.375rem;
    left: 2.375rem;
    margin: -0.1875rem -0.1875rem 1rem -0.1875rem;
    color: #008800;
    font-family: "icons";
    font-size: var(--ar-blockquote-mark-size);
    line-height: 1;
    content: "\ea3f";
  }

.btn-primary1 {
    color: #ffffff;
    background-color: #1c4f97;
    border: 1px solid #1c4f97;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.btn-primary1:hover {
    color: #1c4f97;
    background-color: transparent;
    border: 1px solid #1c4f97;
}

.btn-success1 {
    color: #ffffff;
    background-color: #008800;
    border: 1px solid #008800;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.btn-success1:hover {
    color: #008800;
    background-color: transparent;
    border: 1px solid #008800;
}

.text-success1 {
    color: #008800;
}

.rating input {
	position:absolute;
	left:-1000000em;
	right:-1000000em;
	display: inline-block;
}

.rating label {
	text-indent: -1000em;
	display: inline-block;
	background-image: url('assets/images/icon-star.svg');
	width: 2em;
	height: 2em;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 2px;
	margin-right: .5em;
}

.rating:not(.disabled) input:hover + label, .rating:not(.disabled) input:hover ~ span label, 
.rating:not(.disabled) input:focus + label, .rating:not(.disabled) input:focus ~ span label, 
.rating input:checked + label, .rating input:checked ~ span label {
	background-image: url('assets/images/icon-star-on.svg');
}

.rating span {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.form-check-input:checked {
    background-color: #008800;
    border-color: #008800;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
}


.nav-link.current {
    position: relative;
}


.nav-link.current::before {
    position: absolute;
    content: '';
    bottom: 2px;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 5px;
    background-color: #35a931;
}


.card-hover:hover .card-body {
    z-index: 1;
}


.card-hover:hover .card-body h3,
.card-hover:hover .card-body p {
    color: white;
}


.newsletter input {
    color: white!important;
}


.newsletter button {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newsletter button:hover {
    color: white;
    background-color: transparent;
    border-color: white;
}


/*COOKIES BAR*/
.cookies .background-blur {
    z-index: 1025; 
    background-color: black; 
    opacity: 0.3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    position: absolute;
}
.cookies-bar {
    z-index: 1065!important;
    background-color: #1c4f97;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cookies .txt-white {
    color: white;
}

.cookies .txt-red {
    color: #AA1D1D;
}

.cookies-bar p {
    margin: 0;
}

.cookies-bar button {
    font-size: 16px;
    max-height: 60px;
}

.cookies .modal-dialog {
    margin: 5.75rem auto;
}

.cookies .modal-content {
    padding: 20px 40px 45px 40px;
}

.cookies .modal-header,
.cookies .modal-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.cookies .modal-backdrop.show,
.modal-backdrop.show {
    display: none;
}

.cookies .modal .btn-close {
    opacity: 1;
    filter: invert(11%) sepia(30%) saturate(4487%) hue-rotate(286deg) brightness(87%) contrast(101%);
}

.cookies .btn-no-style,
.feedback-form .btn-no-style {
    background-color: transparent;
    outline: none;
    border: none;
}

.cookies .modal .checkbox {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F5F2EF;
}

.cookies .checkbox label {
    padding-left: 32px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.cookies .checkbox a {
  text-decoration: underline;
  color: var(--purple);
}

.cookies .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
  
.cookies .checkmark {
  position: absolute;
  top: 34px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #1c4f97;
  border-radius: 5px;
}
  
.cookies .checkbox:hover input ~ .checkmark {
  border: 1px solid #1c4f97;
  opacity: 0.8;
}

.cookies .checkbox input:checked ~ .checkmark {
  background-color: #1c4f97;
}

.cookies .checkbox input:disabled ~ .checkmark {
    background-color: black;
    opacity: 0.5;
}
  
.cookies .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.cookies .checkbox input:checked ~ .checkmark:after {
  display: block;
}
  
.cookies .checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




header .top-header .bg-faded-info {
    color: rgba(var(--ar-primary-rgb), var(--ar-text-opacity))!important;
}



.mc4wp-alert.mc4wp-success p,
.success-msg {
    padding: 20px;
    color: #ffffff;
}


.mc4wp-alert.mc4wp-error p,
.error-msg {
    padding: 20px;
    color: #efff00;
}



.swiper-slide video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    top: 0;
}

.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card {
    border-radius: 0;
}

.new-item .col-lg-9 {
    max-width: 680px;
}

.new-item .col-lg-3 { 
    width: calc(90% - 680px);
}

.new-item .more-news .col-6.position-relative {
    height: 130px;
}

.new-item .more-news .bg-img {
    position: absolute;
    width: calc(100% - 24px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.more-news a:hover,
.events-list a:hover {
    text-decoration: underline!important;
    color: #1c4f97;
}

.more-news a:hover .h5,
.events-list a:hover .h5{
    color: #1c4f97;
}

.more-news .row:not(:last-of-type) {
	margin-bottom: 16px;
}


.d-inline-block .badge {
    margin-bottom: 5px;
  }
  
  
  .d-inline-block .badge:not(:last-of-type) {
    margin-right: 5px;
  }


  #dark-mode-btn {
    position: relative;
    padding-right: 34px;
    min-width: 22px;
    min-height: 22px;
  }

  #dark-mode-btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background-image: url('assets/images/icon_dark.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }


  /* FORMS */

  .wpforms-form input::placeholder,
	.wpforms-form input::-moz-placeholder {
    color: var(--ar-gray-500);
    opacity: 1;
  }

  .wpforms-container .wpforms-field-label {
    font-weight: 400;
  }

  .wpforms-form input[type="text"],
  .wpforms-form input[type="number"],
  .wpforms-form input[type="email"],
  .wpforms-form textarea {
    display: block;
    width: 100%;
    padding: 0.825rem 1rem;
    font-size: calc(var(--ar-body-font-size) * 0.875);
    font-weight: 400;
    line-height: 1.4;
    color: var(--ar-body-color);
    background-color: transparent;
    background-clip: padding-box;
    border: var(--ar-border-width) solid var(--ar-gray-400);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--ar-border-radius);
    transition: border-color 0.15s ease-in-out;
    max-width: 100%!important;
  }


  .wpforms-form select {
    --ar-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23697488' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .825rem 3rem .825rem 1rem;
    font-size: calc(var(--ar-body-font-size) * 0.875);
    font-weight: 400;
    line-height: 1.4;
    color: var(--ar-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0,0,0,0);
    background-image: var(--ar-form-select-bg-img),var(--ar-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: var(--ar-border-width) solid var(--ar-gray-400);
    border-radius: var(--ar-border-radius);
    transition: border-color .15s ease-in-out;
  }


  .wpforms-form input:focus {
    color: var(--ar-body-color);
    background-color: transparent;
    border-color: var(--ar-gray-700);
    outline: 0;
    box-shadow: unset;
  }

  .wpforms-form ul {
    padding-left: 1.654rem;
  }

  .wpforms-form ul li::before,
  .wpforms-form ul li::after {
    content: none;
  }


  .wpforms-form label {
    margin-bottom: 0.3125rem;
    font-size: 1rem !important;
    font-weight: 500;
    color: var(--ar-gray-900);
  }

  .wpforms-form .wpforms-submit {
    --ar-btn-hover-border-color: transparent;
  --ar-btn-box-shadow: unset;
  --ar-btn-disabled-opacity: 0.65;
  --ar-btn-focus-box-shadow: 0 0 0 0 rgba(var(--ar-btn-focus-shadow-rgb), .5);
  --ar-btn-bg: transparent;
  --ar-btn-border-width: var(--ar-border-width);
  --ar-btn-border-color: transparent;
  --ar-btn-font-weight: 600;
  --ar-btn-line-height: 1.4;
  --ar-btn-padding-y: 1rem;
  --ar-btn-padding-x: 2rem;
  --ar-btn-font-size: 1rem;
  --ar-btn-border-radius: var(--ar-border-radius-lg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    padding: var(--ar-btn-padding-y) var(--ar-btn-padding-x);
    font-family: var(--ar-btn-font-family);
    font-size: var(--ar-btn-font-size);
    font-weight: var(--ar-btn-font-weight);
    line-height: var(--ar-btn-line-height);
    border-radius: 50px;
    transition: all 0.5s ease;
    color: #ffffff;
    background-color: #008000;
    border: 1px solid #008000;
  }

  .wpforms-form .wpforms-submit:hover {
    color: #008000;
    background-color: transparent;
    border: 1px solid #008000;
  }

  .wpforms-container label.wpforms-error, 
  .wpforms-container em.wpforms-error {
    color: #AA1D1D;
  }

  .wpforms-container .wpforms-field input.wpforms-error, 
  .wpforms-container .wpforms-field input.user-invalid, 
  .wpforms-container .wpforms-field textarea.wpforms-error, 
  .wpforms-container .wpforms-field textarea.user-invalid, 
  .wpforms-container .wpforms-field select.wpforms-error, 
  .wpforms-container .wpforms-field select.user-invalid {
    border: 1px solid #AA1D1D;
  }

  /*AJUSTES DARKMODE */

  header #logo-dark,
  footer #logo-footer-dark,
  footer #logo-footer2-dark {
    display: none;
  }

  .dark-mode header #logo-dark,
  .dark-mode footer #logo-footer-dark,
  .dark-mode footer #logo-footer2-dark {
    display: block;
  }
  .dark-mode header #logo-light,
  .dark-mode footer #logo-footer-light,
  .dark-mode footer #logo-footer2-light {
    display: none;
  }

.dark-mode header.navbar-stuck #logo-dark,
.dark-mode header.navbar-stuck #logo-light-sticky{
	display:none;
}
  
  .dark-mode .top-header button {
    color: var(--ar-nav-link-color);
  }


  .dark-mode #dark-mode-btn::after {
    background-image: url('assets/images/icon_dark_white.svg');
  }


  .dark-mode header.navbar-stuck {
    background-color: var(--ar-body-bg);
  }


  .dark-mode .footer {
    background-color: #1c4f97;
  }

  .dark-mode .footer .text-decoration-none .text-primary {
    color: #ffffff!important;
  }


  .dark-mode .footer-bg,
  .dark-mode .footer .bg-blue  {
    background-color: #191c20;
  }

  .dark-mode .card-title {
    color: var(--ar-gray-900);
  }

  .dark-mode .cookies-bar {
    background-color: #191c20;
}


.dark-mode .agenda-filter .offcanvas-lg {
    background-color: #191c20!important;
}

.dark-mode .agenda-filter input,
.dark-mode .agenda-filter select,
.dark-mode .agenda-filter .date-picker {
    background-color: #121519;
}

.dark-mode .form-select option {
    background-color: #121519!important;
}


.dark-mode .content-div blockquote {
    background-color: #191c20;
}

/*AGENDA*/

.agenda-filter .offcanvas-lg {
    max-width: 90%;
    background-color: #ebf1f6!important;
    border-radius: 0;
    padding: 30px;
}

.agenda-filter input,
.agenda-filter select,
.agenda-filter .date-picker {
    background-color: #ffffff;
}

.orderby select {
    background-color: transparent;
    outline: none;
    border: none;
    font-weight: bold;
    color: var(--ar-body-color);
}

button.bg-blue:hover {
    background-color: #1c4f97;
}


.agenda-filter .offcanvas-body .btn-close {
    transform: scale(0.85)!important;
    top: 22%!important;
}

.agenda-filter .calendar-container {
    max-width: 90%;
    background-color: #ebf1f6;
    padding: 30px;
    margin-bottom: 30px;
}

.agenda-home .calendar-container,
.new-item .calendar-container {
    background-color: #ebf1f6;
    padding: 30px;
    margin-bottom: 30px;
}

.calendar header .month {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar header .month,
.calendar header .month .year {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #121519;
}

.calendar header .month .year {
    margin-left: 5px;
}

.calendar .day {
    font-size: 15px;
    font-weight: bold;
    color: #121519;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar .day.wrong-month {
    font-weight: normal;
    color: #434957;
}

.calendar td {
    font-size: 14px;
    color: #121519;
    padding: .2em .1em;
}

.calendar .day.today {
    background: #f6a118;
    color: #121519;
}

.calendar .day.active {
    background: #f6a118;
    color: #121519;
}

.calendar .day:hover {
    border: 2px solid #0c4391;
}

.calendar header .simple-calendar-btn {
    border: 2px solid #ebf1f6;
}


.calendar header .simple-calendar-btn {
    color: #5b626d;
}

.calendar .day.has-event::after {
    background: #0c4391;
    width: 6px;
    height: 6px;
    top: calc(50% + 10px);
}

.calendar .day.has-event.only-call::after {
    display: none;
}

.calendar .day.has-event.secound-event::before,
.calendar .day.has-event.only-call::before {
    content: '';
    position: absolute;  
    border-radius: 50%;
    background: #333333;
    width: 6px;
    height: 6px;
    top: calc(50% + 10px);
    left: calc(50% - 6px);
}


.calendar .day.has-event.only-call::before {
    left: calc(50% - 2px);
}

.calendar .day.has-event.secound-event::after {
    left: calc(50% + 2px);
}

.calendar table {
    margin: 20px 0px 0px 0px;
}

.agenda-home .card {
    padding-left: 30px;
}

.calendar .filler {
    display: none;
}

.calendar .day.active::after,
.calendar .day.active::before {
    display: none;
}

/*UPDATE COLORS*/

.badge.border-info,
.btn.border-info,
.btn.btn-outline-info {
    border-color: #1c4f97!important;
}

.badge.text-info,
.btn.text-info,
.badge.text-primary,
.btn.text-primary {
    color: #1c4f97!important;
}

.dark-mode .badge.border-info,
.dark-mode .btn.border-info {
    border-color: #83addd!important;
}

.dark-mode .badge.text-info,
.dark-mode .btn.text-info,
.dark-mode .badge.text-primary,
.dark-mode .btn.text-primary {
    color: #83addd!important;
}


.badge.border-success,
.btn.border-success,
.btn.btn-outline-success {
    border-color: #008000!important;
}

.badge.text-success ,
.btn.text-success {
    color: #008000!important;
}

.badge.border-danger,
.btn.border-danger,
.btn.btn-outline-danger {
    border-color: #AA1D1D!important;
}

.badge.text-danger ,
.btn.text-danger {
    color: #AA1D1D!important;
}

.swiper-slide .btn-light .bg-success {
    background-color: #35a931 !important;
}

.form-control::-moz-placeholder,
.form-control::placeholder,
.wpforms-form input::placeholder,
.wpforms-form input::-moz-placeholder,
.wpforms-form textarea::placeholder,
.wpforms-form::-moz-placeholder {
    color: #434a57!important;
}

.newsletter .form-control::placeholder,
.newsletter .form-control::-moz-placeholder {
    color: #ebf1f6!important;
}

.dark-mode .form-control::placeholder,
.dark-mode .form-control::-moz-placeholder,
.dark-mode .wpforms-form input::placeholder,
.dark-mode .wpforms-form input::-moz-placeholder,
.dark-mode .wpforms-form textarea::placeholder,
.dark-mode .wpforms-form::-moz-placeholder {
    color: #b9bbb1!important;
}

.dark-mode .card a {
    color: #b9bbb1!important;
}

.dark-mode .card a:hover {
    color: #b9bbb1!important;
    opacity: 0.9;
}

.wpcf7-not-valid-tip {
    color: #AA1D1D!important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #AA1D1D!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #008000!important; /* Green */
}


.dark-mode article a:not(.btn):hover,
.dark-mode article a:not(.btn):hover .card-title,
.dark-mode .card a:hover h4,
.dark-mode .card a:hover h5,
.dark-mode .card .btn-outline-secondary:hover,
.dark-mode .nav-link:hover, 
.dark-mode .nav-link:focus,
.dark-mode .navbar .nav-item:hover > .nav-link:not(.disabled), 
.dark-mode .navbar .nav-item .nav-link.show:not(.disabled)
.dark-mode .dropdown-menu-dark li:hover > .dropdown-item, 
.dark-mode .dropdown-menu:not(.ignore-dark-mode) li:hover > .dropdown-item, 
.dark-mode .dropdown-menu-dark .dropdown-item.show, 
.dark-mode .dropdown-menu:not(.ignore-dark-mode) .dropdown-item.show,
.dark-mode .newsletter .text-primary,
.dark-mode .goals-section .h4,
.dark-mode .nav-link .text-primary,
.dark-mode .content-div a:hover {
    color: #83addd!important;
}

.dark-mode .btn.btn-outline-primary {
    color: #83addd;
    border-color: #83addd;
}

.dark-mode .goals-section .card:hover .h4 {
    color: white!important;
} 

.dark-mode .content-div ul li::after,
.dark-mode .content-div ul li::before {
    border-color: #83addd;
}

.breadcrumb a,
.text-muted {
    color: #434a57!important;
}

.breadcrumb a:hover {
    text-decoration: underline;
}


.dark-mode .breadcrumb a,
.dark-mode .text-muted {
    color: var(--ar-breadcrumb-divider-color)!important;
}

.card-text a {
    text-decoration: underline;
}

.dark-mode .card-text a:hover {
    color: #83addd!important;
}

.btn-twitter {
    background-image: url('assets/images/twitter-x.svg');
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-twitter:hover {
    background-image: url('assets/images/twitter-x_white.svg');
}


.dark-mode .orderby select option {
    background: #121519;
    border: none;
}


.dark-mode .agenda-home .calendar-container,
.dark-mode .agenda-filter .calendar-container,
.dark-mode .new-item .calendar-container {
    background-color: #181b1e;
} 

.dark-mode .calendar td,
.dark-mode .calendar .day,
.dark-mode .calendar header .month, 
.dark-mode .calendar header .month .year,
.dark-mode .calendar header .simple-calendar-btn {
    color: #ffffff;
}

.dark-mode .calendar header .simple-calendar-btn {
    border: 2px solid #181b1e;
}

.dark-mode .calendar .day.wrong-month {
    color: #b9bbb1;
}

.faqs-lead p {
    font-size: 18px;
}

.index a {
    text-decoration: none;
    position: relative;
    padding-left: 40px;
}

.index a::after {
    content: '';
    position: absolute;
    height: 1px;
    top: 10px;
    left: 15px;
    border: 1px solid #1c4f97;
    width: 12px;
}

.index a::before {
    content: '';
    position: absolute;
    border-right: 2px solid #1c4f97;
    border-bottom: 2px solid #1c4f97;
    width: 8px;
    height: 8px;
    top: 11px;
    left: 20px;
    transform: translateY(-50%) rotate(-45deg);
}

.index a:hover,
.accordion-item .accordion-button:hover {
    text-decoration: underline;
    color: #1c4f97;
}

.accordion-button:not(.collapsed),
.accordion-collapse.show,
.accordion-collapse.collapsing {
    background-color: white;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    background-color: white;
    border: 1px solid #ebf1f6;
    border-bottom: none;
}

.accordion-item .accordion-collapse.show {
    border-bottom: 1px solid #ebf1f6;
    border-right: 1px solid #ebf1f6;
    border-left: 1px solid #ebf1f6;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}




.has-text-color.has-compete-2030-blue-color {
    color: #1c4f97;
}  


.has-text-color.has-compete-2030-green-color {
    color: #008000;
}  


.has-background.has-compete-2030-green-background-color {
    background-color: #008000;
}

.has-background.has-compete-2030-blue-background-color {
    background-color: #1c4f97;
}

/*AGENDA*/
.agenda-filter .avisos-filter h5,
.agenda-filter .avisos-filter h6  {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
.agenda-filter .avisos-filter h5::after,
.agenda-filter .avisos-filter h6::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.agenda-filter .avisos-filter h6.filter-active {
    padding-left: 20px;
}

.agenda-filter .avisos-filter h6.filter-active::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: #008000;
    border-radius: 50%;
}

.agenda-filter .avisos-filter h5.expanded::after,
.agenda-filter .avisos-filter h6.expanded::after {
    transform: rotate(180deg);
}


.reset_filters {
    color: #AA1D1D;
    position: relative; 
    padding-right: 20px;
    font-size: 0.95rem!important;
}

.reset_filters::after {
    content: 'x';
    position: absolute;
    top: calc(50% - 12px);
    right: 0;

}

.agenda-filter .filters-bottom h6 {
    font-size: 0.95rem!important;
}


.limit-color {
    color: #dc3232;
}
.limit-bg {
    background-color: #dc3232;
    background-image: url('assets/images/stopwatch.svg');
    background-position: center;
    background-size: 54%;
    background-repeat: no-repeat;
}


.date-badges {
    position: relative;
    padding-right: 40px;
}

.date-badges .rounded.limit-bg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 0;
}

.date-badges .rounded.limit-bg span {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}

.btn-success1.aviso-link,
.btn-primary1.aviso-link {
    position: relative;
    padding-right: 60px;
}

.btn-success1.aviso-link::after,
.btn-primary1.aviso-link::after{
    content: "";
    position: absolute;
    right: 30px;
    top: calc(50% - 3px);
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }


  .btn-success1.aviso-link:hover::after{
    content: "";
    position: absolute;
    right: 30px;
    top: calc(50% - 6px);
    border: solid #008000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

.btn-primary1.aviso-link:hover::after {
	content: "";
    position: absolute;
    right: 30px;
    top: calc(50% - 6px);
    border: solid #1c4f97;
	border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

  .fases .btn-link {
    color: var(--ar-body-color);
  }

  .bg-blue.fixed-bottom {
    z-index: 1000!important;
  }

 .fases .fase-top {
    padding-left: 26px;
  }

  .fases .fase-start {
    padding-left: 5px;
  }

  .content-div .module table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: none!important;
  }

  .content-div .module table td, 
  .content-div .module table th {
    border: 1px solid;
    padding: .5em;
    word-break: break-word;
  }


.bg-updates {
    background-color: #fdecd1;
  }

  .bg-updates h4 {
    position: relative;
    cursor: pointer;
  }

  .bg-updates h4 span {
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    font-size: 18px;
    top: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .bg-updates.open h4 span {
    transform: rotate(0deg);
  }

  
  .bg-updates .updates-content {
    padding-top: 1rem;
  }

.agenda-filter .calendar .day,
  .agenda-home .calendar .day {
    cursor: pointer!important;
  }

  #feedback-form .error-msg {
    color: #AA1D1D;
  }

  
  #feedback-form .success-msg {
    color: #008800;
  }

  .ai-search:hover {
    cursor: pointer;
  }

  aside .btn-outline-secondary {
    white-space: break-spaces;
  }

  .breaking-news1 {
    background-color: #f5f5bc;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: bold;
  }

  .breaking-news2 {
    background-color: #f5f5bc;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: bold;
  }


#histories-slider,
  .impact-numbers {
    margin-bottom: 150px;
  }

  #histories-slider .swiper-slide p,
  .impact-numbers .description {
    font-size: 20px;
    color: #434957;
    line-height: 28px;
    margin-bottom: 50px;
  }

  #histories-slider .swiper-slide h3 {
    font-size: 24px;
    color: #121519;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 24px;
  }

  #histories-slider h2 {
    font-size: calc(1.1rem + 2.7vw);
    color: #121519;
    line-height: 54px;
    font-weight: bold;
  }

  #histories-slider .binded-item .display-5 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #histories-slider .binded-item .invest-area {
    background-color: #008800;
    bottom: -4%;
    right: -4%;
    padding: 25px 40px;
  }

  #histories-slider .binded-item .invest-area.left-side {
    left: -5%;
    right: auto;
  }

  #histories-slider .binded-item .invest-area .number {
    color: white;
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
  }

  #histories-slider .binded-item .invest-area p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    color: white;
  }

  #histories-slider #prev-btn,
  #histories-slider #next-btn {
    color: #0c4391;
    border: none;
  }

  #histories-slider .swiper-button-disabled {
    color: #bcc0c6!important;
    opacity: 1 !important;
  }


  #histories-slider .swiper-pagination {
    position: relative!important;
    width: auto!important;
    bottom: auto!important;
    font-size: 16px!important;
    font-weight: normal !important;
  }

  #histories-slider .binded-content {
    max-height: 560px;
  }

  .masonry-grid-item .invest-card .number,
  #related_items .invest-card .number {
    font-size: 24px;
    line-height: 24px;
    color: #0c4391;
    font-weight: bold;
  }

  .history .invest-card .number,
  .impact-numbers .number {
    font-size: 46px;
    line-height: 46px;
    color: #0c4391;
    font-weight: bold;
  }

  .masonry-grid-item .invest-card p,
  .history .invest-card p {
    color: #434957;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .bg-history {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .history aside .responsible_image {
    width: 255px;
    height: 255px;
    object-fit: cover;
  }

  .impact-file {
    position: relative;
    padding-left: 60px;
  }

  .impact-file .ai-cloud-download {
    position: absolute;
    font-size: 20px;
    left: 18px;
    top: 18px;
    color: #0c4391;
    font-weight: bold;
  }

  .impact-file, 
  .impact-news .text-decoration-none {
    color: #0c4391;
  }

  .impact-file a {
    text-decoration: none;
  }

  .impact-file a:hover {
    text-decoration: underline;
  }

  .impact-file a:hover .btn {
    border: none;
    background-color: #0c4391;
    border-color: white;
  }
  .impact-file a:hover .ai-cloud-download {
    color: white;
  }

  #comite-page .description {
    font-size: 20px;
    color: #434957;
    line-height: 28px;
  }

  #comite-page .comite-img {
    max-height: 356px;
  }


  #comite-page .list-unstyled button:hover {
    background-color: #0c4391;
    color: white;
    border-color: white;
  }

  #comite-page .list-unstyled a:hover {
    text-decoration: underline;
  }

  #comite-page .list-unstyled a:hover button {
    background-color: #0c4391;
    color: white;
    border: none;
  }


  #histories #load-more {
    color: #0c4391;
    font-size: 16px;
  }

  .content-div .is-type-video iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  a:hover .text-primary {
    text-decoration: underline;
  }

  .banner-home a .text-primary {
    padding: 0;
  }

  .documentation-list .bottom-btns span {
    color: #434957;
  }

  .documentation-list .bottom-btns a:hover span {
    color: #1c4f97;
  }

  .documentation-list .bottom-btns a:hover .btn {
    color: white;
    background-color: #1c4f97;
  }

  .agenda-filter .w-90 {
    max-width: 90%;
  }

  .agenda-filter .w-90 .card-body {
    padding: 30px;
  }

  .agenda-filter .w-90 .card-title {
    font-weight: 600;
    font-size: 1rem;
    color: #121519;
    margin-left: 25px;
    padding-top: 10px;
  }

  .agenda-filter .w-90 a {
    font-weight: 600;
  }

  
  .swiper-slide-cover::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.1; /* 10% preto */
    pointer-events: none; /* garante que a sobreposição não bloqueie o clique no vídeo */
  }


@media (max-width: 1850px) {

    .goals-section::before {
        right: -20%;
    }

    .stats-section::before {
        left: -55%;
    }

}


@media (max-width: 1500px) {

    .goals-section::before {
        right: -35%;
    }

    .stats-section::before {
        left: -65%;
    }

}

  @media (min-width: 1200px) {
    #histories-slider h2 {
        font-size: 3rem;
    }
  }

@media (max-width: 1180px) {

    .goals-section::before,
    .stats-section::before {
       z-index: -1;
    }

    
    header .top-header::before {
        left: 15%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
		font-size: 14px;
	  }


    .new-item .col-lg-9 {
        max-width: 580px;
    }
    
    .new-item .col-lg-3 { 
        width: calc(100% - 580px);
    }
	
	.history aside .responsible_image {
        width: 200px;
        height: 200px;
    }

}

@media (max-width: 991px) {

    main {
        margin-top: 155px;
    }

    header .top-header::before {
        left: 20%;
    }

    
    header .navbar-collapse li {
        margin-bottom: 10px;
    }

    header .navbar-collapse .nav-link {
        display: inline;
    }

    .nav-link.current::before {
        width: 100%;
        left: 0;
    }

    .goals-section {
        overflow: hidden;
    }

    .goals-section::before,
    .stats-section::before {
        top: 45%;
    }

    .new-item .col-lg-9 {
        width: 100%;
        max-width: 100%;
    }
    
    .new-item .col-lg-3 { 
        width: 100%;
    }

    .agenda-filter .calendar-container {
        max-width: 100%!important;
    }

    .swiper-slide video { 
        width: auto;
        min-width: 100%;
		height: 100%;
		left: -100%;
    }

    #histories-slider .binded-content {
        min-height: auto;
        height: 350px;
        margin-top: 32px;
    }

    #histories-slider .binded-item .invest-area.left-side {
        left: -2%!important;
        right: auto!important;
    }

    #histories-slider .binded-item .invest-area {
        right: -2%!important;
    }

    .history .bg-history {
        min-height: auto;
        height: 350px!important;
        margin-top: 32px;
    }
	
	#histories-slider h2 {
        line-height: calc(1.5rem + 2.7vw);
    }
	
	.impact-numbers .number {
        font-size: 38px;
        line-height: 38px;
    }
}


@media (max-width: 767px) {

    .goals-section::before {
        right: -60%;
    }

}



@media (max-width: 575px) {
    .goals-section::before {
        right: -90%;
    }

    .navbar-brand {
        max-width: 85%;
    }


    .swiper {
        max-width: 100vw;
        margin-left: 0px;
        margin-right: 0px;
    }
	
	.impact-numbers .number {
        font-size: 32px;
        line-height: 32px;
    }
}

