/***
PadrÃµes
*****************/
@font-face {
  font-family: 'Neo Sans Std';
  src: url('../fonte/bk/NeoSansStd-Bold.woff2') format('woff2'),
  url('../fonte/bk/NeoSansStd-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Std';
  src: url('../fonte/bk/NeoSansStd-BoldItalic.woff2') format('woff2'),
  url('../fonte/bk/NeoSansStd-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Std';
  src: url('../fonte/bk/NeoSansStd-Black.woff2') format('woff2'),
  url('../fonte/bk/NeoSansStd-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Std';
  src: url('../fonte/bk/NeoSansStd-MediumItalic.woff2') format('woff2'),
  url('../fonte/bk/NeoSansStd-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neo Sans Std';
  src: url('../fonte/bk/NeoSansStd-Light.woff2') format('woff2'),
  url('../fonte/bk/NeoSansStd-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Std';
  src: url('../fonte/bk/NeoSansStd-LightItalic.woff2') format('woff2'),
  url('../fonte/bk/NeoSansStd-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Std';
  src: url('../fonte/bk/NeoSansStd-Regular.woff2') format('woff2'),
  url('../fonte/bk/NeoSansStd-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Std';
  src: url('../fonte/bk/NeoSansStd-Italic.woff2') format('woff2'),
  url('../fonte/bk/NeoSansStd-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Std';
  src: url('../fonte/bk/NeoSansStd-Medium.woff2') format('woff2'),
  url('../fonte/bk/NeoSansStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Std';
  src: url('../fonte/bk/NeoSansStd-BlackItalic.woff2') format('woff2'),
  url('../fonte/bk/NeoSansStd-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: 'Raleway', sans-serif;
  background: whitesmoke;
  overflow-x: hidden;
}

/***
Header
*****************/
header {
    position: absolute;
    padding: 20px 0;
    z-index: 9;
    width: 100%;
    top: 0;
}
.brand-libertas {
    display: inline-block;
}
.brand-libertas:before {
    content: url(svg/logo-colored.svg);
    display: inline-block;
    width: 130px;
}
.flex-header-lplibertas {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: space-between;
}
.buttons-heading-libertas {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
    flex-flow: wrap;
}
.buttons-heading-libertas a {
    color: white;
    padding: 8px 25px;
    font-size: 13px;
    border-radius: 100px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    font-family: 'Neo Sans Std';
    font-weight: 400;
    min-width: 140px;
    margin: 5px;
}
.buttons-heading-libertas a:nth-of-type(1){
    background: white;
    border:1px solid white;
    color: #1A3F6C;
}
.buttons-heading-libertas a:nth-of-type(2){
    background: #E41E73;
    border:1px solid #E41E73;
}
.buttons-heading-libertas a:nth-of-type(3){
    background: #1A3F6C;
    border:1px solid #1A3F6C;
}
.buttons-heading-libertas a:nth-of-type(3)::before {
    content: url(svg/logo-colored.svg);
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-right: 10px;
}
.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    background: white;
    z-index: 1039;
    box-shadow: 0 1px 10px 0px #0000001a;
    margin: 0;
}
.stricky-fixed svg{
    width:120px;
    fill:rgb(151, 215, 0);
}
.stricky-fixed  .brand-libertas:before {
    content: url(svg/logo-colored.svg);
    display: inline-block;
    width: 130px;
}
.flex-header-lplibertas span {
    font-size: 16px;
    font-family: 'Neo Sans Std';
    color: #243F69;
    position: relative;
    display: flex;
    align-items: center;
}
.flex-header-lplibertas span:after {
    content: url(svg/svg.svg);
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

@keyframes menu_sticky{
  0%{
    margin-top:-150px;
  }
  50%{
    margin-top:-90px;
  }
  100%{
    margin-top:0;
  }
}
@media(min-width: 1024px){
  .buttons-heading-libertas {
      width: auto;
      margin-top: 0;
      padding: 3px 0;
      margin-left: 35px;
      padding-left: 35px;
      border-left: 1px solid rgb(255 255 255 / 49%);
  }
  .buttons-heading-libertas a {
      padding: 4px 35px;
      margin: 0 10px 0 0;
      min-width: auto;
  }
  .flex-header-lplibertas {
      border-bottom: none;
  }
  header {
      margin: 0 5%;
      width: 90%;
      padding-bottom: 10px;
  }
}

@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}


/***
Abas comuns
*************/
.banner-mineiridade {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F1E9E2;
    padding: 80px 0 40px 0;
}
.desc-banner-mineiridade h1 {
    font-size: 52px;
    font-family: 'Neo Sans Std';
    color: #243F69;
    font-weight: 400;
    line-height: 54px;
}
.desc-banner-mineiridade h2 {
    font-family: 'Neo Sans Std';
    color: #243F69;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 25px;
}
.desc-banner-mineiridade h2 span {
    font-weight: bold;
    color: #D72F66;
}
.desc-banner-mineiridade p {
    color: #1A3F6C;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 10px 0;
}
.flex-banner-minieirdade{
    display: flex;
    flex-direction: column;
}
.img-picture-mineiridade {
    order: 3;
}
.whitebox-form-mineiridade {
    padding: 30px;
    background: white;
    border-radius: 10px;
    margin: 20px 0;
}
.img-picture-mineiridade {
    order: 3;
    display: flex;
    justify-content: flex-end;
}
.img-picture-mineiridade img {
    width: 100%;
    max-width: 200px;
    margin-bottom: -39px;
}
main.mineiridade {
    background: #f5f5f5;
}
main.mineiridade .aba1-mineiridade,
main.mineiridade .aba2-mineiridade {
    padding: 40px 0;
}
.title-mineiridade-ptr {
    text-align: center;
    color: #243F69;
    font-family: 'Neo Sans Std';
    font-size: 32px;
    font-weight: 400;
}
.whitebox-cronograma-mineiridade {
    padding: 20px;
    position: relative;
    background: white;
    border-radius: 20px;
}
.flex-cronograma-mineiridade:before {
    content: url(svg/orgchat-v2.svg);
    width: 100%;
    display: table;
    margin: 20px 0 0;
}
.dropdowns-mineiridades ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.sub-drop-mineiridade {
    display: none;
}
.subdrop-body {
    padding: 30px 20px;
    font-size: 16px;
    line-height: 26px;
    border-top: 1px solid;
    color: #1a3f6c;
}
.dropdowns-mineiridades ul li {
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
}
.dropdowns-mineiridades ul li span {
    display: inline-block;
    color: #1A3F6C;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid white;
    padding: 10px 20px 8px 20px;
    transition: 0.4s ease all;
    font-family: 'Neo Sans Std';
    cursor: pointer;
    position: relative;
}
.dropdowns-mineiridades ul li span:after {
    content: "+";
    right: 10px;
    font-size: 28px;
    position: absolute;
    top: 7px;
    font-weight: 300;
    color: #D03873;
}
.desc-banner-mineiridade a {
    display: inline-block;
    padding: 12px 40px 10px 30px;
    background: #D03873;
    color: white;
    font-family: 'Neo Sans Std';
    text-decoration: none;
    border-radius: 100px;
    font-size: 15px;
    border: 1px solid #D03873;
    margin-top: 15px;
    font-weight: 300;
    transition: 0.4s ease all;
}
.desc-banner-mineiridade a:hover{
    background: #F1E9E2;
    border: 1px solid #D03873;
    color: #D03873;
    transition: 0.4s ease all;
}
.carousel-mineiridade {
    margin-top: 40px;
    position: relative;
}
.carousel-mineiridade .item p {
    color: #1A3F6C;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.carousel-mineiridade:after {
    content: url(svg/selolibertas.svg);
    display: inline-block;
    width: 100px;
    margin-top: 20px;
}
.owl-dots {
    display: flex;
}
.banner-mineiridade .owl-dots button.owl-dot {
    width: 40px;
    background: #D9D9D9;
    height: 4px;
    margin-right: 5px;
    border-radius: 100px;
    margin-top: 10px;
    transition: 0.4s ease all;
}
.banner-mineiridade .owl-dots button.active {
    background: #d03974;
    transition: 0.4s ease all;
}
.picture-change-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.picture-change-carousel img {
    width: 100%;
    max-width: 350px;
    left: 0;
    right: 0;
    transition:0.4s ease all;
    display: table;
    margin: 0 auto;
}
.picture-change-carousel img:nth-of-type(2), .picture-change-carousel img:nth-of-type(3) {
    position: absolute;
    top: 0;
}
#changescarousel {
    position: relative;
    width: 100%;
    height: 100%;
}
.picture-change-carousel img:nth-of-type(1){
    position: relative;
}
.itemactive_2 img:nth-of-type(1) {
    z-index:1;
    transition:0.4s ease all;
}
.itemactive_2 img:nth-of-type(2) {
    z-index:2;
    transition:0.4s ease all;
}
.itemactive_2 img:nth-of-type(3) {
    z-index:3;
    transition:0.4s ease all;
}

.itemactive_3 img:nth-of-type(1) {
    z-index:3;
    transition:0.4s ease all;
}
.itemactive_3 img:nth-of-type(2) {
    z-index:1;
    transition:0.4s ease all;
}
.itemactive_3 img:nth-of-type(3) {
    z-index:2;
    transition:0.4s ease all;
}

.itemactive_4 img:nth-of-type(1) {
    z-index:2;
    transition:0.4s ease all;
}
.itemactive_4 img:nth-of-type(2) {
    z-index:3;
    transition:0.4s ease all;
}
.itemactive_4 img:nth-of-type(3) {
    z-index:1;
    transition:0.4s ease all;
}
.flex-calendario:nth-of-type(1) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #1A3F6C;
}
.flex-calendario ul {
    padding: 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
    line-height: 16px;
    color: #1A3F6C;
}
.flex-calendario ul li {
    padding-bottom: 10px;
}
.flex-calendario ul li:last-of-type{
    padding-bottom: 0;
}
.flex-calendario ul li span {
    color: #D03873;
    font-weight: bold;
}
#modalFormualrio .modal-header {
    border: none;
    position: absolute;
    width: auto;
    z-index: 8;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    right: 0;
}
#modalFormualrio .modal-header button {
    padding: 0;
    margin: 0;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: none;
}
#modalFormualrio .modal-header button span {
    font-size: 38px;
    font-weight: 100;
    color: #d03974;
    display: inline-table;
    line-height: 29px;
}
#modalFormualrio .modal-body {
    padding: 30px 30px 30px 30px;
    max-height: 80vh;
    overflow-x: auto;
}
#modalFormualrio .modal-body input,
#modalFormualrio .modal-body select,
#modalFormualrio .modal-body textarea {
    border: none;
    border-bottom: 1px solid #1A3F6C;
    width: 100%;
    padding: 5px 0;
    font-family: 'Neo Sans Std';
    font-size: 18px;
    color: #243F69;
    font-weight: 300;
    border-radius: 0;
    margin-bottom: 10px;
}
#modalFormualrio .modal-body textarea {
    height: 120px;
}
#vce > span {
    font-weight: bold;
    color: #d03974;
}
#modalFormualrio .modal-body input[type="submit"] {
    background: #D03873;
    color: white;
    border: 1px solid #D03873;
    border-radius: 5px;
    padding: 14px;
    margin: 0;
    font-weight: 300;
    transition: 0.4s ease all;
    font-size: 24px;
}
#modalFormualrio .modal-body input[type="submit"]:hover{
    background: white;
    transition: 0.4s ease all;
    color: #D03873;
}
#modalFormualrio .codedropz-upload-handler {
    border: 2px dashed #E41E73;
    font-family: 'Neo Sans Std';
}
#modalFormualrio .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    padding: 10px 30px 8px 30px;
    background: #E41E73;
    display: inline-block;
    color: white;
    border-radius: 200px;
    font-size: 14px;
}
#modalFormualrio .codedropz-upload-inner h3 {
    color: #243F69;
    font-weight: 400;
    font-size: 22px;
}
#modalFormualrio .wpcf7-list-item {
    margin: 0;
    margin-bottom: 10px;
}
#modalFormualrio .wpcf7-list-item label {
    display: flex;
    align-items: center;
}
#modalFormualrio .modal-body  .wpcf7-list-item label input {
    width: auto;
    margin: 0;
    margin-right: 10px;
}
@media(min-width: 1024px){
  .flex-header-lplibertas span {
      font-size: 22px;
  }
  .brand-libertas:before {
      width: 180px;
  }
  .desc-banner-mineiridade h1 {
      font-size: 68px;
      line-height: 72px;
  }
  .desc-banner-mineiridade p {
      font-size: 18px;
      line-height: 22px;
      margin: 20px 0;
  }
  .desc-banner-mineiridade a {
      font-size: 18px;
      font-weight: 400;
  }
  .aba1-mineiridade {
      margin-top: -50px;
  }
  main.mineiridade .aba1-mineiridade, main.mineiridade .aba2-mineiridade {
      padding: 0 0 80px 0;
  }
  .flex-banner-minieirdade {
      flex-flow: wrap;
      flex-direction: inherit;
      justify-content: space-between;
      align-items: center;
  }
  .carousel-header-mineiridade{
      width: 50%;
  }
  .dropdowns-mineiridades {
      margin-top: 30px;
  }
  .desc-banner-mineiridade,
  .img-picture-mineiridade,
  .form-sendpic-mineiridade {
      width: 33%;
  }
  .whitebox-cronograma-mineiridade {
      display: flex;
      flex-flow: wrap;
  }
  .flex-calendario {
      width: 48%;
  }
  .flex-calendario:nth-of-type(1) {
      border-bottom: none;
      border-right: 1px solid #1A3F6C;
      padding: 0 40px 0 0;
      margin: 0 40px 0 0;
  }
  .flex-calendario ul li {
      font-size: 18px;
      line-height: 24px;
      padding-bottom: 25px;
  }
  .aba1-mineiridade .title-mineiridade-ptr {
      text-align: left;
      margin-bottom: 35px;
  }
  .whitebox-cronograma-mineiridade {
      padding: 40px;
  }
  .flex-cronograma-mineiridade:before {
      max-width: 400px;
  }
  .carousel-mineiridade .item p {
      font-size: 18px;
      line-height: 24px;
  }
  .carousel-mineiridade.owl-carousel {
      width: 75%;
  }
  .carousel-mineiridade:after {
      left: calc(100% + 20px);
      position: absolute;
      right: 0;
      top: 0;
      margin: 0;
      width: 80px;
  }
}

@media(min-width: 1920px){
  .picture-change-carousel img {
      max-width: 100%;
  }
}


/*****
RODAPÃ‰
**********************/
  .whitebar-footer{
    position: relative;
    background: #f5f5f5;
  }
  .whitebar-footer:before {
    content: "";
    width: 98%;
    height: 1px;
    position: absolute;
    background: #e4e7ed;
    top: 0;
    left: 1%;
  }
  .logo-footer a{
    display: inline-block;
    width: 100%;
  }
  .logo-footer a:before {
    content: url(svg/libertas.svg);
    width: 240px;
    margin: 0 auto;
    display: table;
    padding: 20px 0;
  }
  .unico-flexfooter {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .unico-flexfooter:last-of-type{
    margin-bottom: 0;
  }
  .unico-flexfooter address{
    display: flex;
    flex-direction: column;
  }
  .unico-flexfooter address a{
    color: #1A3F6C;
    font-family: 'Neo Sans Std';
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
  }
  .contatos-side1-footer span{
    font-size: 16px;
    color: #1A3F6C;
    font-weight: 400;
    font-family: 'Neo Sans Std';
  }
  .contatos-side1-footer a {
    font-weight: 600;
    color: #1A3F6C;
    font-size: 12px;
    font-family: 'Neo Sans Std';
  }
  .social-links-footer nav ul{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .social-links-footer nav ul li a:before,
  .whats:after {
    width: 35px;
    display: inline-block;
    border: 1px solid #E21F73;
    height: 35px;
    padding: 8px;
    border-radius: 100px;
    margin-right: 10px;
  }
  .whats:after{
	border: none;
  }
  .social-links-footer nav ul li:nth-of-type(1) a:before{
    content: url(https://fundacaolibertas.com.br/wp-content/themes/libertas/svg/instagram.svg);
  }
  .social-links-footer nav ul li:nth-of-type(2) a:before{
    content: url(https://fundacaolibertas.com.br/wp-content/themes/libertas/svg/facebook.svg);
  }
  .social-links-footer nav ul li:nth-of-type(3) a:before{
    content: url(https://fundacaolibertas.com.br/wp-content/themes/libertas/svg/linkedin.svg);
  }
  .social-links-footer nav ul li:nth-of-type(4) a:before{
    content: url(https://fundacaolibertas.com.br/wp-content/themes/libertas/svg/youtube.svg);
  }
  .social-links-footer nav ul li:nth-of-type(5) a:before,
  .whats:after {
    content: url(https://fundacaolibertas.com.br/wp-content/themes/libertas/svg/whats.svg);
  }
  .social-links-footer{
    margin-top: 20px;
  }
  .unico-flexfooter h3{
    font-family: 'Neo Sans Std';
    font-weight: 400;
    color: #1A3F6C;
  }
  .unico-flexfooter ul.navbar-flexfooter {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 32px;
  }
  .unico-flexfooter ul.navbar-flexfooter li a{
    font-family: 'Neo Sans Std';
    font-weight: 300;
    color: #1A3F6C;
    font-size: 18px;
  }
  .bottom-footer-whitebar{
    padding: 30px;
  }
  .ans-item {
    padding: 0;
    display: inline-block;
    font-weight: 500;
    font-family: 'Neo Sans Std';
  }
  .ans-item img {
    max-width: 110px;
  }
  .exchange-suporte a{
    font-weight: bold;
    color: #1A3F6C;
    font-family: 'Neo Sans Std';
    font-size: 14px;
    text-decoration: underline;
  }
  .logo-previc a img{
    width: 100px;
    margin-bottom: 10px;
  }
  .pinkbar-footer{
    background: #E41E73;
  }
  .flex-line1-pinkbar{
    padding: 30px;
  }
  .address-libertas address span {
    font-family: 'Neo Sans Std';
    font-weight: 100;
    color: white;
    font-size: 14px;
    display: inline-block;
    line-height: 18px;
  }
  .navbar-pinkbar ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-flow: wrap;
  }
  .navbar-pinkbar ul li {
    width: 50%;
    padding-bottom: 10px;
  }
  .navbar-pinkbar ul li a {
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: 300;
    font-size: 14px;
    text-decoration: underline;
  }
  .line2-pinkbar{
    padding: 30px;
    max-width: 98%;
    border-top: 1px solid rgb(255 255 255 / 26%);
    left: 1%;
    position: relative;
    text-align: center;
  }
  .flex-copyyy span{
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
  }
  .flex-copyyy a{
    color: white;
    font-family: 'Neo Sans Std';
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
  }
  .flex-copyyy a i:before {
    content: url(svg/coracao.svg);
    display: inline-block;
    width: 12px;
    height: 15px;
    position: relative;
    top: 2px;
    margin: 0 1px;
  }
  footer a{
      text-decoration: none;
  }
  @media(min-width: 1024px){
    .flex-footer-whitebar{
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
    }
    .unico-flexfooter{
      padding: 0;
      margin: 0;
    }
    .unico-flexfooter{
      width: 18.75%;
    }
    .unico-flexfooter:nth-of-type(1) {
      width: 25%;
    }
    .logo-footer a:before {
      width: 190px;
      margin: 0;
      padding: 0;
    }
    .unico-flexfooter h3 {
      font-size: 22px;
      margin-bottom: 25px;
    }
    .bottom-footer-whitebar {
      padding: 30px 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
    .ans-item,
    .logo-previc a img{
      margin-bottom: 0;
    }
    .exchange-suporte,
    .ans-item{
      margin-left: 15px;
    }
    .whitebar-footer {
      padding-top: 60px;
    }
    .unico-flexfooter address a {
      font-size: 18px;
    }
    .logo-footer{
      margin-bottom: 25px;
    }
    .contatos-side1-footer span {
      font-size: 14px;
      margin-bottom: 15px;
      display: inline-block;
    }
    .social-links-footer nav ul li a:before {
      margin-right: 0;
      transform: scale(0.9);
    }
    .unico-flexfooter ul.navbar-flexfooter {
      line-height: 40px;
    }
    .unico-flexfooter ul.navbar-flexfooter li a {
      font-size: 16px;
    }
    .flex-copyyy{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .flex-line1-pinkbar {
      padding: 40px 0;
      display: flex;
      justify-content: space-between;
    }
    .address-libertas{
      width: 35%;
    }
    .address-libertas address{
      margin: 0;
    }
    .navbar-pinkbar ul li {
      width: auto;
      padding: 0 15px;
    }
    .flex-copyyy span,
    .flex-copyyy a{
      font-size: 14px;
    }
}
.form-de-concurso p {
    margin: 0;
}
.cpfhidden,
.cpfhidden2{
    display: none;
}
/* vencedores */
section.aba1-mineiridade {
  margin-top: -60px;
}
.box-agradecimento {
    margin: -30px 0 50px;
    background: #1a3f6c;
    padding: 30px;
    border-radius: 12px;
}
.box-agradecimento p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.whitebox-cronograma-mineiridade .vencedores {
    padding: 30px 0;
}
.flex-calendario .img-ganhadores {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 320px;
    position: relative;
}
.flex-calendario:nth-of-type(2) .img-ganhadores {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2022/10/frank-martins-min.png);
    margin-bottom: -60px;
}
.flex-calendario:nth-of-type(3) .img-ganhadores {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2022/10/ronald-lima-min.png);
    margin-top: -60px;
}
.flex-calendario:nth-of-type(4) .img-ganhadores {
    background-image: url(https://fundacaolibertas.com.br/wp-content/uploads/2022/10/carlos-renato-min.png);
    margin-bottom: -60px;
}
.flex-calendario .box-desc {
  background: #F1E9E2;
  padding: 70px 30px;
  border-radius: 12px;
}
.flex-calendario .box-desc:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 50px;
  background: #D03873;
}
.flex-calendario .box-desc h2 {
    text-align: left;
}
.flex-calendario .box-desc p {
    font-size: 16px;
    line-height: 22px;
    color: #1a3f6c;
    font-weight: 500;
}
@media(min-width:1024px){
  section.aba1-mineiridade {
    margin-top: -20px;
  }
  .box-agradecimento {
    width: 90%;
    margin: -60px auto 40px;
  }
  .flex-calendario.vencedores {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 45px 0;
  }
  .flex-calendario.vencedores .img-ganhadores,
  .flex-calendario.vencedores .box-desc {
    width: 50%;
  }
  .flex-calendario:nth-of-type(2) .img-ganhadores {
    margin: 0 -30px 0 0;
    transform: scale(1.2);
  }
  .flex-calendario:nth-of-type(3) .img-ganhadores {
    margin: 0 0 0 -30px;
    transform: scale(1.2);
  }
  .flex-calendario:nth-of-type(4) .img-ganhadores {
    margin: 0 -30px 0 0;
    transform: scale(1.2);
  }
  .flex-calendario .box-desc {
    padding: 30px 70px;
    min-height: 278px;
  }
}
@media(min-width:1280px) {
  .box-agradecimento {
    width: 85%;
  }
  .flex-calendario.vencedores .img-ganhadores {
    width: 40%;
  }
}
