.section{
  display:flex;
  display:-webkit-flex;
  align-items:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  height:100%;
}

.section{
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  width:100%;
}

@supports (perspective: 2px) and (not (-webkit-overflow-scrolling: touch)){
  html{
    scroll-behavior:smooth;
  }
}

.section1,
.section3{
  position:sticky !important;
  top:0;
  overflow:hidden;
}

.section1.onScreen.parallax::after{
  background-size:100%;
  transition:background 1200ms 0ms;
}

.section3{
  height:100vh !important;
}

.section{
  width:100%;
  height:auto;
  min-height:calc(100vh - 118px);
  position:relative;
}

.section.static{
  background:#FFFFFF;
}

.section .container-small{
  width:730px;
}

.section.parallax{
  perspective:2px;
}

.section.parallax::after{
  content:" ";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  transform:translateZ(0px) scale(1);
  background-size:100%;
  z-index:-1;
  background-position:center;
}

.section.bg1::after{
  background-image:url(/images/sru/carousel-agenda.jpg);
  filter:brightness(0.7);
}

.section.bg2::after{
  background-image:url(/images/sru/premios.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}

.section1 h1,
.section1 h2{
  color:#FFFFFF;
  font-family:Regular-Bold;
  font-size:48px;
  line-height:82px;
  text-shadow:0 2px 2px rgba(0, 0, 0, 0.5);
}

.section1 h1{
  font-size:72px;
}

.section1 .scroll-down{
  position:absolute;
  bottom:30px;
  color:#FFFFFF;
  width:100%;
  font-family:Inter;
  font-size:16px;
  font-weight:500;
  line-height:20px;
  text-align:center;
  text-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.section1 .scroll-down .icon span{
  width:36px;
  height:16px;
  margin-right:-2px;
}

#about .section2{
  display:block;
  background-color:white !important;
  background-image:url(/images/porto-azul.png?112db249d3404a1219e65da365ea74fb) !important;
  background-position:bottom center !important;
  background-size:100vw auto !important;
  background-repeat:no-repeat !important;
  padding-bottom:120px;
}

#about .section2 > .container{
  padding-top:20px;
}

#about .section2 > .container .contents.simple{
  margin:75px 0;
}

#about .section2 .content .name{
  color:#0F2F7F;
  font-family:Regular-Bold;
  font-size:24px;
  line-height:36px;
  text-align:center;
  border-bottom:4px solid #0F2F7F;
  display:table;
  margin:0 auto;
  text-shadow:none;
}

#about .section2 .content .body > .row:nth-child(2),
#about .section2 .content .body > .row:nth-child(3){
  margin-top:120px;
}

#about .section2 .content .body .row .image-left{
  display:block;
  position:relative;
  height:450px;
  right:80px;
  float:right;
}

#about .section2 .content .body .row .image-left .bg{
  background:#B4E1FA;
  position:absolute;
  right:10%;
  height:calc(100% + 80px);
  top:-40px;
  width:100vw;
}

#about .section2 .content .body .row .image-left img{
  height:100%;
  position:relative;
  z-index:1;
}

#about .section2 .content .body .row h1{
  color:#0F2F7F;
  font-family:Regular;
  font-size:48px;
  font-weight:bold;
  line-height:70px;
  margin-bottom:12px;
}

#about .section2 .content .body .row > .col-md-6:nth-child(2) > :nth-child(3){
  margin-top:60px;
}

@media only screen and (max-width: 767px){
  #about .section2 .content .body .row > .col-md-6:nth-child(2) > :nth-child(3){
    margin-top:30px;
  }
}

#about .section2 .content .image{
  width:calc(100% - 56px);
}

#about .section2 .content .image::after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background-color:#B4E1FA;
  top:-60px;
}

#about .section2 .content .image .imageBg{
  position:relative;
  z-index:1;
}

#about .section2 .content .body{
  display:block;
  margin-top:30px;
  color:#212B36;
  font-family:Inter;
  font-size:16px;
  line-height:28px;
}

#about .section2 .content .body *{
  color:#212B36;
  font-family:Inter;
  font-size:16px;
  line-height:28px;
}

#about .section2 div:not(.newsletter) > .text{
  color:rgba(0, 0, 0, 0.5);
  font-family:Inter;
  font-size:16px;
  line-height:28px;
  text-align:right;
  float:right;
}

#about .section2 .section2_2{
  margin-top:200px;
}

#about .section2 .section2_2 .contents.info .content .name{
  display:block;
  height:auto;
  margin-bottom:12px;
  border:none;
  font-family:Regular-Bold;
  font-size:48px;
  line-height:70px;
  text-align:left;
}

#about .section2 .section2_2 .contents.info .content .body{
  font-family:Inter-Regular;
  font-size:20px;
  line-height:30px;
  width:540px;
  max-width:100%;
}

@media only screen and (max-width: 767px){
  #about .section2{
    padding-bottom:60px;
  }

  #about .section2 > .container{
    padding:0 15px 60px 15px;
  }

  #about .section2 .section2_2{
    margin-top:60px;
  }

  #about .section2 .section2_2 .contents.info .content .name{
    font-size:21px;
    line-height:28px;
    margin-top:16px;
  }

  #about .section2 .section2_2 .contents.info .content .body{
    font-size:15px;
    line-height:20px;
    padding:0;
    margin:0;
  }
}

.section3{
  margin-bottom:60px;
}

.section3 h1{
  color:#FFFFFF;
  font-family:Regular-Bold;
  font-size:72px;
  line-height:82px;
  text-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.5);
  margin-bottom:60px;
}

.section3 .container{
  height:100%;
}

.section3 .container .contents{
  height:100%;
}

.section3 .container .contents .content{
  max-width:100%;
  width:546px;
  height:100%;
  background:rgba(15, 47, 127, 0.9);
  padding:40px 60px;
  margin-bottom:60px;
  vertical-align:middle;
}

.section3 .container .contents .content .name{
  color:#FFFFFF;
  font-family:Regular;
  font-size:48px;
  font-weight:bold;
  line-height:70px;
  text-align:left;
  margin-bottom:30px;
}

.section3 .container .contents .content .body{
  color:#FFFFFF;
  font-family:Inter;
  font-size:24px;
  line-height:22px;
  text-align:left;
}

.section3 .container .contents .content .body ul li{
  margin-bottom:40px;
  padding-left:15px;
}

.section4{
  display:block;
  background-color:white !important;
  background-image:url(/images/porto-azul.png?112db249d3404a1219e65da365ea74fb) !important;
  background-position:bottom center !important;
  background-size:100vw auto !important;
  background-repeat:no-repeat !important;
  padding-bottom:120px;
}

.section4 > .container .contents.simple{
  margin:75px 0;
}

.section4 .content .name{
  color:#0F2F7F;
  font-family:Regular-Bold;
  font-size:24px;
  line-height:36px;
  text-align:center;
  border-bottom:4px solid #0F2F7F;
  display:table;
  margin:0 auto;
}

.section4 .content .body{
  display:block;
  margin-top:30px;
  color:#212B36;
  font-family:Inter;
  font-size:16px;
  line-height:28px;
}

.section4 .content .body ol{
  width:500px;
  margin:0 auto;
  list-style:none;
  counter-reset:li;
}

.section4 .content .body ol li{
  counter-increment:li;
  margin-top:60px;
}

.section4 .content .body ol li::before{
  content:counter(li);
  color:#0F2F7F;
  float:left;
  width:1em;
  margin-left:-1.5em;
  font-family:Regular-Bold;
  font-size:36px;
  line-height:24px;
  margin-top:10px;
  text-align:right;
}

.section4 .text{
  color:rgba(0, 0, 0, 0.5);
  font-family:Inter;
  font-size:16px;
  line-height:28px;
  text-align:right;
  float:right;
}

@media only screen and (max-width: 767px){
  .section{
    min-height:calc(50vh - 118px);
  }

  .section .scroll-down{
    display:none;
  }

  .section .container-small{
    max-width:100%;
  }

  .section1 h1{
    font-size:42px;
  }

  .section1 h2{
    font-size:28px;
    line-height:42px;
  }

  #about .section2 .content .body{
    padding:0 15px;
  }

  #about .section2 .content .body,
  #about .section2 .content .body *{
    font-size:14px;
    line-height:24px;
  }

  #about .section2 .content .body > .row:nth-child(2),
  #about .section2 .content .body > .row:nth-child(3){
    margin-top:20px;
  }

  #about .section2 .content .body .row .image-left{
    height:auto;
    right:unset;
    left:unset;
    float:unset;
    width:100%;
  }

  #about .section2 .content .body .row .image-left .bg{
    display:none;
  }

  #about .section2 .content .body .row .image-left img{
    width:100%;
    height:auto;
  }

  .section3 h1{
    font-size:64px;
    line-height:62px;
    margin-bottom:30px;
  }

  .section3 .container .contents .content{
    margin-top:60px;
    margin-bottom:0;
    padding:40px 30px;
    float:none;
    width:100%;
  }

  .section3 .container .contents .content:first-child{
    margin-bottom:15px;
  }

  .section3 .container .contents .content .body{
    font-size:24px;
    line-height:22px;
  }

  .section3 .container .contents .content .body ul li{
    padding:0;
    margin-bottom:20px;
  }

  .section4{
    padding-bottom:30px;
  }

  .section4 .container .contents.simple{
    margin:30px 0;
  }

  .section4 .col-md-8{
    padding:0;
  }

  .section4 .col-md-8 .content{
    margin:30px 0;
  }

  .section4 .col-md-8 .content .body{
    padding:0;
  }

  .section4 .col-md-8 .content .body,
  .section4 .col-md-8 .content .body *{
    font-size:14px;
    line-height:24px;
  }
}

@media only screen and (max-width: 1023px){
  #about .section2 .container .contents.simple{
    margin:25px 0;
  }

  #about .section2 .container .contents.simple .content .body{
    padding:0;
  }

  #about .section2 .container .contents.simple .content .body .row{
    max-width:100%;
    margin:0;
  }

  #about .section2 .container .newsletter .text{
    display:block;
  }

  #about .section3 .contents .content{
    height:auto;
  }

  #about .section3 .contents .content .name{
    font-size:35px;
    line-height:37px;
  }

  #about .section3 .contents .content .body{
    font-size:14px;
    line-height:18px;
  }
}

body:not(#about){
  position:relative;
}

body:not(#about):before{
  content:"";
  background-image:url(/images/malhaporto.png?724f23af1efd0b0913c309f8e234742d);
  background-attachment:fixed;
  background-position:bottom;
  background-size:contain;
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  opacity:0.3;
  z-index:-1;
}

body:not(#about) > .container .banner{
  position:relative;
}

body:not(#about) > .container:before,
body:not(#about)#contact > .content > .container:before{
  content:"";
  background-color:rgba(255, 255, 255, 0.9);
  position:absolute;
  width:calc(100% + 30px);
  top:0;
  bottom:0;
  left:-15px;
  right:-15px;
  z-index:-1;
}

@media only screen and (max-width: 767px){
  body:not(#about) > .container:before,
  body:not(#about)#contact > .content > .container:before{
    width:100%;
    left:0;
    right:0;
  }
}

.header-highlight-container{
  display:none;
}

#about .scroll-up-container{
  position:fixed;
  top:calc(100vh - 60px);
  left:0;
  right:0;
  text-align:right;
  z-index:1;
}

#about .scroll-up-container .scroll-up{
  display:block;
  width:40px;
  height:40px;
  background-image:url(/images/scrollbt.svg?57c0672b9edb2cc7f7e7d108fd3b5be1);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  margin-right:20px;
  margin-left:auto;
  margin-bottom:20px;
  text-shadow:0 2px 2px rgba(0, 0, 0, 0.5);
  opacity:0;
  filter:alpha(opacity=0);
}

#about .scroll-up-container .scroll-up.active{
  opacity:0.8;
  filter:alpha(opacity=80);
  transition:opacity 1s linear;
}

#about .scroll-up-container .scroll-up.active:hover{
  opacity:1;
  filter:alpha(opacity=100);
  transition:opacity 500ms linear;
}

.field.select select{
  width:300px;
  max-width:100%;
  box-sizing:border-box;
  border:1px solid rgba(0, 0, 0, 0.25);
  border-radius:2px;
  background-color:#ffffff;
  box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.1);
  color:#000000;
  font-family:Inter;
  font-size:14px;
  line-height:17px;
  padding:10px;
}

.field.select select option{
  font-family:Inter;
  font-size:14px;
}

.field.select.field-error select{
  box-sizing:border-box;
  border:1px solid #de3618;
  border-radius:2px;
  background-color:#ffffff;
  box-shadow:0 2px 4px 0 #fead9a;
}

.sru#home .banner .menu-card{
  padding:30px 0;
}

@media only screen and (min-width: 1024px){
  .sru#home .banner .menu-card{
    padding:60px 0;
  }
}

.sru#home .content1{
  margin:0;
}

.sru#home .content1 .content{
  position:relative;
}

.sru#home .content1 .content .text.html:nth-child(1){
  font-family:Regular;
  font-size:24px;
  line-height:34px;
}

.sru#home .content1 .content .text.html:nth-child(1) bold{
  font-weight:bold;
}

.sru#home .content1 .content .text.html:nth-child(1):before{
  content:"";
  display:block;
  width:100%;
  height:4px;
  background-color:#0F2F7F;
  margin-bottom:16px;
  margin-top:30px;
}

.sru#home .content1 .content .text.html:nth-child(2){
  color:#212B36;
  font-family:Inter;
  font-size:14px;
  line-height:20px;
}

.sru#home .content1 .content .text.html:nth-child(2):after{
  content:"";
  display:block;
  width:30%;
  height:4px;
  background-color:#0F2F7F;
  margin-bottom:30px;
  margin-top:16px;
}

.sru#home .content1 .content .image.imageBg{
  display:block;
  width:100%;
  height:200px;
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
}

@media only screen and (min-width: 1024px){
  .sru#home .content1 .container:before{
    content:"";
    position:absolute;
    display:block;
    width:66%;
    height:100%;
    background-color:white;
  }

  .sru#home .content1 .content{
    padding-left:30px;
  }

  .sru#home .content1 .content .text.html{
    width:50%;
  }

  .sru#home .content1 .content .text.html:nth-child(1):before{
    content:"";
    width:50%;
    margin-bottom:32px;
    margin-top:130px;
  }

  .sru#home .content1 .content .text.html:nth-child(2):after{
    content:"";
    margin-bottom:130px;
    margin-top:32px;
  }

  .sru#home .content1 .content .image.imageBg{
    position:absolute;
    width:calc(50% - 30px);
    height:440px;
    top:40px;
    right:0;
  }
}

.sru#home .ivideotitle{
  padding:30px 0;
  margin:0;
  background-color:#0f2f7f;
  text-align:center;
}

.sru#home .ivideotitle .ivideotitle-text{
  font-family:Regular-Medium;
  color:#fff !important;
  font-size:24px;
  line-height:34px;
  font-weight:600;
  margin:0 auto;
  display:inline-block;
}

@media only screen and (min-width: 1024px){
  .sru#home .ivideo:before{
    content:"";
    display:block;
    position:absolute;
    height:1px;
    left:0;
    right:0;
    top:60px;
  }
}

.sru#home .content2{
  padding:30px 0;
}

@media only screen and (min-width: 1024px){
  .sru#home .content2{
    padding:120px 0;
  }

  .sru#home .content2:before{
    content:"";
    display:block;
    position:absolute;
    height:1px;
    left:0;
    right:0;
    top:60px;
    background-color:#EAEEF5;
  }
}

.sru#home .content2 .contents.simple .content{
  display:inline-block;
  width:100%;
  max-width:100%;
  padding:0 20px;
}

.sru#home .content2 .contents.simple .content .name{
  color:#0F2F7F;
  font-family:Regular;
  font-size:24px;
  font-weight:bold;
  line-height:32px;
  text-align:center;
}

.sru#home .content2 .contents.simple .content .image{
  margin-top:20px;
}

.sru#home .content2 .contents.simple .content .image .imageBg{
  width:120px;
  height:120px;
  margin:0 auto;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.sru#home .content2 .contents.simple .content .body{
  margin-top:20px;
  color:#0F2F7F;
  font-family:Regular;
  font-size:24px;
  font-weight:500;
  line-height:34px;
  text-align:center;
}

.sru#home .content2 .contents.simple .content .body span{
  font-weight:bold;
  font-size:32px;
}

.sru#home .content2 .contents.simple .content .body bold{
  font-weight:bold;
}

@media only screen and (max-width: 1023px){
  .sru#home .content2 .contents.simple .content:not(:last-child){
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:1px solid #C4CDD5;
  }
}

@media only screen and (min-width: 1024px){
  .sru#home .content2 .contents.simple .content{
    width:33%;
    max-width:100%;
    padding:0 45px;
    height:350px;
  }

  .sru#home .content2 .contents.simple .content:not(:last-child){
    border-right:1px solid #C4CDD5;
  }

  .sru#home .content2 .contents.simple .content .name{
    min-height:100px;
  }

  .sru#home .content2 .contents.simple .content .body span{
    display:block;
    width:calc(100% - 58px);
    height:100px;
    margin:0 auto;
  }
}

.sru#home .content3{
  padding:30px 0;
  margin:0;
}

.sru#home .content3 .content-destaque{
  padding:0;
  border:none;
}

.sru#home .content3 .content-destaque .section-title,
.sru#home .content3 .content-destaque .see-more{
  display:none;
}

.sru#home .content3 .content-destaque .section-cols{
  width:100%;
}

@media only screen and (min-width: 1024px){
  .sru#home .content3{
  }
}

.sru#procurar .search-results .types-list a:nth-child(3){
  display:none;
}

.sru#conteudoDefault .breadcrumb .breadcrumb-label .breadcrumb-name{
  max-width:calc(100% - 225px);
}

.sru .sitemap .row > div:nth-child(1n+4){
  margin-top:0;
}

.sru .sitemap .row > div:nth-child(1) .items a:nth-child(4){
  font-family:Regular-Bold;
  font-size:18px;
  line-height:24px;
}

.sru .sitemap .row > div:nth-child(1) .items a:nth-child(4):hover span::after{
  height:2px;
}

.sru .footer .menu.list li a .icon.icon-youtube span{
  width:28px;
  height:24px;
}

.sru .grid .item{
  height:265px;
}

.sru .grid .item .image .imageBg{
  background-image:url("/images/sru/img_fill.png");
}

.sru.recrutamento .accordion-item{
  background:#ffffff;
  box-shadow:0px 6px 13px rgba(0, 0, 0, 0.05);
  border-radius:4px;
  margin-bottom:8px;
}

.sru.recrutamento .accordion-item .accordion-header{
  padding:24px;
  height:77px;
  border-bottom:unset;
}

.sru.recrutamento .accordion-item .accordion-header .name{
  font-family:"Regular";
  font-style:normal;
  font-weight:600;
  font-size:24px;
  line-height:29px;
  color:#006fbb;
}

.sru.recrutamento .accordion-item .accordion-body .accordion-body-container{
  background-color:unset;
  border:unset;
}

.sru.recrutamento .accordion-item .accordion-body .accordion-body-container .body{
  color:#6d7278;
  padding:0 107.5px;
}

.sru.recrutamento .accordion-item .accordion-body .accordion-body-container .archive{
  margin-top:36px;
  padding:0 183px;
  min-height:unset;
}

.sru.recrutamento .accordion-item .accordion-body .accordion-body-container .simple-fields,
.sru.recrutamento .accordion-item .accordion-body .accordion-body-container .field-more{
  display:inline-block;
  margin-top:40px;
}

.sru.recrutamento .accordion-item .accordion-body .accordion-body-container .simple-fields .label{
  display:none;
}

.sru.recrutamento .accordion-item .accordion-body .accordion-body-container .simple-fields .value{
  font-family:"Inter";
  font-style:normal;
  font-weight:400;
  font-size:16px;
  line-height:22px;
  color:#0f2f7f;
}

.sru.recrutamento .accordion-item .accordion-body .accordion-body-container .field-more{
  padding:16px 24px;
  background-color:#006fbb;
  margin-left:24px;
}

.sru.recrutamento .accordion-item .accordion-body .accordion-body-container .field-more a{
  background-color:unset;
  font-weight:600;
  padding:unset;
}

.sru.recrutamento .accordion-item .accordion-body .accordion-body-container .field-more i{
  display:none;
}

.sru:not(#recrutamento) .form-by-group .form-section:nth-child(5){
  display:none;
}

.sru .block_75{
  padding:20px 0;
}

.sru .form-by-group{
  margin-bottom:30px;
}

.sru .form-by-group .form-section .form-container .field.file label i{
  vertical-align:middle;
  margin-right:8px;
}

@media only screen and (min-width: 1024px){
  .sru .form-by-group{
    margin-bottom:120px;
  }

  .sru .form-by-group .form-section:nth-child(1) .form-container .field:nth-child(1),
  .sru .form-by-group .form-section:nth-child(1) .form-container .field:nth-child(2),
  .sru .form-by-group .form-section:nth-child(1) .form-container .field:nth-child(4),
  .sru .form-by-group .form-section:nth-child(1) .form-container .field:nth-child(5){
    width:calc(50% - 3px);
  }

  .sru .form-by-group .form-section:nth-child(1) .form-container .field:nth-child(1) input,
  .sru .form-by-group .form-section:nth-child(1) .form-container .field:nth-child(2) input,
  .sru .form-by-group .form-section:nth-child(1) .form-container .field:nth-child(4) input,
  .sru .form-by-group .form-section:nth-child(1) .form-container .field:nth-child(5) input{
    width:100%;
  }

  .sru .form-by-group .form-section:nth-child(1) .form-container .field:nth-child(3){
    display:block;
    width:162px;
  }

  .sru .form-by-group .form-section:nth-child(1) .form-container .field:nth-child(3) input{
    width:100%;
  }

  .sru .form-by-group .form-section:nth-child(2) .form-container .field:nth-child(1){
    width:100%;
  }

  .sru .form-by-group .form-section:nth-child(2) .form-container .field:nth-child(1) input{
    width:100%;
  }

  .sru .form-by-group .form-section:nth-child(2) .form-container .field:nth-child(2){
    width:162px;
  }

  .sru .form-by-group .form-section:nth-child(2) .form-container .field:nth-child(2) input{
    width:100%;
  }

  .sru .form-by-group .form-section:nth-child(5){
    display:none;
  }
}

@media only screen and (max-width: 1023px){
  .sru .form-by-group .form-section .form-container .field.radio .radio-group label{
    display:inline-block;
    min-width:calc(100% - 49px);
  }

  .sru .form-by-group .form-section .form-container .field.file{
    min-height:65px;
    height:auto;
  }

  .sru .form-by-group .form-section .form-container .field.file .file-name-container{
    margin-left:32px;
  }

  .sru .form-by-group .form-section .form-container .field.file .file-name-container,
  .sru .form-by-group .form-section .form-container .field.file .file-remove{
    margin-top:12px;
  }

  .sru .form-by-group .form-section:nth-child(5){
    display:none;
  }
}

.sru .block_77 .time,
.sru .block_77 .address{
  display:none !important;
}

.sru .block_69 .item:nth-child(even){
  padding-left:15px !important;
  padding-right:unset !important;
}

.sru .block_69 .item:nth-child(odd){
  padding-right:15px !important;
  padding-left:unset !important;
}

