@font-face {
  font-family: Redhat;
  src: url(/font/REDHATTEXT-REGULAR.TTF)
}

body {
  font-family: font-family: 'Red Hat Text', sans-serif !important;
}

.container-master {
  max-width: 1920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 576px) {
  .container-master {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ############ section1 ################# */

.u-section-1 {
  background-image: url("images/ofc/secao1-1.png");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mob {
  display: none !important;
  background-size: 200px 100px;
  background-repeat: no-repeat;
}

.oppening-img {
  width: 50%;
}

.card-container-inf {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card-inf {
  width: 22%;
  margin: 10px 10px;
}

.u-section-1 .u-text-1 {
  font-size: 6rem;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: -300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-weight: 700;
  margin: 100px 0 300px 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    margin: 100px 0 100px 0 !important;
  }
}

@media (max-width: 768px) {
  .card-inf {
    width: 40%;
    margin: 10px 10px 50px 10px;
  }

  /* .u-section-1 .u-text-1 {
    margin: 100px 0 233px 0 !important;
  } */
}

@media (max-width: 575px) {
  .u-section-1 {
    display: none !important;
    background-image: url("images/ofc/secao1-1.png");
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .mob {
    display: block !important;
    background-image: url("images/ofc/mobile-back.png");
    background-position-y: top;
    background-color: #000;
    background-size: 100% 700px;
    background-repeat: no-repeat;
  }

  .oppening-img {
    width: 80%;
  }

  .card-inf {
    width: 70%;
    margin: 10px 10px 50px 10px;
  }
}

/* ############ section2 cnc ################# */
.cnc-container {
  display: flex;
  margin: 0 5rem;
}

.u-section-cnc .u-text-cnc {
  font-size: 2.4rem;
  font-weight: 700;
  font-family:'Red Hat Text' !important;
  text-transform: uppercase;
  font-style: italic;
  color: #31bc91;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin-top: 60px;
  margin-left: 1.8rem;
}

.u-section-cnc .u-text-2 {
  font-size: 1.6rem;
  line-height: 32px;
  font-family:'Red Hat Text' !important;
}

.inf-cnc {
  padding: 0 6rem 0 2rem;
}

.u-section-6-r {
  margin-top: 12rem;
  text-align: center;
}

.img-cnc {
  width: 75%;
}

@media (max-width: 1200px) {
  .u-section-cnc .u-text-cnc {
    margin-top: 8rem;
    margin-left: 0;
  }

  .inf-cnc {
    padding: 0;
  }

  .u-section-6-r {
    margin-top: 19rem;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .cnc-container {
    display: flex;
    flex-direction: column;
    margin: 0 2rem;
  }

  .u-section-6-r {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    text-align: center;
  }
  
  .img-cnc {
    width: 65%;
  }
}

@media (max-width: 768px) {

  .u-section-cnc .u-text-cnc {
    font-size: 2rem;
    margin-left: 0;
    margin-bottom: 2rem;
  }

  .u-section-cnc .u-text-2 {
    font-size: 1.2rem;
  }

  .u-section-6-r {
    margin-top: 2rem;
    text-align: center;
  }
  
  .img-cnc {
    width: 65%;
  }
}

@media (max-width: 576px) {
  
  .u-section-cnc .u-text-cnc {
    margin-top: 4rem;
    font-size: 1.3rem;
  }

  .u-section-6-r {
    margin-top: 5rem;
    text-align: center;
  }

  .img-cnc {
    width: 85%;
  }
}

/* ############ section cnc galeria ################# */

.carousel {
  display: none;
}

.u-section-cnc-gallery {
  background-image: none;
  background: linear-gradient(to right, #007376, #18817A, #5D936E);
  /* min-height: 614px; */
}

.gallery-title {
  padding: 2rem 0 !important;
  text-align: center;
  font-style: italic;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 0;
}

.gallery-footer {
  display: flex;
  background: #368C80;
}

.secao-gallery-l {
  margin-top: 6rem;
}

.secao-gallery-r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.secao-gallery-r p {
  text-transform: uppercase;
  font-family:'Red Hat Text' !important;
  line-height: 38px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
}

.secao-gallery-r strong {
  text-transform: uppercase;
  font-style: italic;
  font-family:'Red Hat Text' !important;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
}

.secao-gallery-r span {
  text-transform: uppercase;
  font-family:'Red Hat Text' !important;
  font-size: 2.2rem;
  font-weight: 400;
}

.u-section-cnc-gallery .u-gallery-1 {
  height: 362px;
  margin-bottom: 0;
}

.u-section-cnc-gallery .u-gallery-inner-1 {
  grid-template-columns: repeat(4, auto);
  grid-gap: 0px;
}

.u-section-cnc-gallery .u-over-slide-1 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-cnc-gallery .u-over-slide-2 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-cnc-gallery .u-over-slide-3 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-cnc-gallery .u-over-slide-4 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-cnc-gallery .u-text-1 {
  margin: 30px calc(((100% - 1140px) / 2) + 458px) 60px
    calc(((100% - 1140px) / 2));
}

@media (max-width: 1199px) {
  .u-section-cnc-gallery {
    min-height: 550px;
  }

  .u-section-cnc-gallery .u-gallery-1 {
    height: 298px;
  }

  .u-section-cnc-gallery .u-text-1 {
    width: 682px;
    margin-left: calc(((100% - 940px) / 2));
    margin-right: calc(((100% - 940px) / 2) + 258px);
  }
}

@media (max-width: 992px) {

  .carousel {
    display: block;
  }

  .secao-gallery-r p {
    font-size: 1.8rem;
  }
  
  .secao-gallery-r strong {
    font-size: 2rem;
  }
  
  .secao-gallery-r span {
    font-size: 1.8rem;
  }

  /* .u-section-cnc-gallery {
    min-height: 1165px;
  } */

  .u-section-cnc-gallery .u-gallery-1 {
    display: none;
    height: 913px;
  }

  .u-section-cnc-gallery .u-gallery-inner-1 {
    grid-template-columns: repeat(2, auto);
  }

  .u-section-cnc-gallery .u-text-1 {
    margin-left: calc(((100% - 720px) / 2));
    margin-right: calc(((100% - 720px) / 2) + 38px);
  }
}

@media (max-width: 768px) {
  .secao-gallery-l img {
    width: 350px;
  }

  .secao-gallery-r p {
    font-size: 1.4rem;
  }
  
  .secao-gallery-r strong {
    font-size: 1.8rem;
  }
  
  .secao-gallery-r span {
    font-size: 1.4rem;
  }

  /* .u-section-cnc-gallery {
    min-height: 2991px;
  } */

  .galery-title {
    padding: 2rem 2rem !important;
    font-size: 1.8rem !important;
  }

  .u-section-cnc-gallery .u-gallery-1 {
    height: 2739px;
  }

  .u-section-cnc-gallery .u-gallery-inner-1 {
    grid-template-columns: repeat(1, auto);
  }

  .u-section-cnc-gallery .u-text-1 {
    width: 540px;
    margin-left: calc(((100% - 540px) / 2));
    margin-right: calc(((100% - 540px) / 2));
  }
}

@media (max-width: 575px) {
  .gallery-title {
    font-size: 1.3rem !important;
  }

  .gallery-footer {
    display: flex;
    /* flex-direction: column-reverse; */
  }

  .secao-gallery-l {
    margin-top: 1rem;
  }

  .secao-gallery-l img {
    width: 100px;
    position: absolute;
    bottom: 0;
  }

  .secao-gallery-r p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 1rem 0;
    font-size: 0.8rem;
    line-height: 22px;
    margin-left: 0;
    
  }
  
  .secao-gallery-r strong {
    font-size: 1rem;
  }
  
  .secao-gallery-r span {
    font-size: .8rem;
  }
  
  .u-section-cnc-gallery {
    min-height: 460px;
  }

  .u-section-cnc-gallery .u-gallery-1 {
    height: 1725px;
  }

  .u-section-cnc-gallery .u-text-1 {
    width: 340px;
    margin-left: calc(((100% - 340px) / 2));
    margin-right: calc(((100% - 340px) / 2));
  }
}

/* ####################### inf-mosca ########################## */

.u-section-jm .u-sheet-1 {
  min-height: 789px;
}

.u-section-jm .u-text-1-2 {
  /* width: 80%; */
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family:'Red Hat Text' !important;
  font-style: italic;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin-top: 60px;
}

.u-section-jm .u-text-2 {
  font-size: 1.6rem;
  line-height: 32px;
  font-family:'Red Hat Text' !important;
}

.u-text-2 strong {
  color: #1C5A6B;
}

.inf-mosca {
  padding: 7rem 10rem 0 10rem;
}

.btn-mosca a {
  text-decoration: none;
  padding: .3rem 2rem;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #256c84;
  color: #fff;
  border-radius: 20px;
  margin-left: 18rem;
  margin-bottom: 10rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.btn-mosca a:hover {
  border: none;
  background-color: #1C5A6B;
  color: #fff;
}

.u-section-jm-r-2 {
  padding-top: 12rem;
  text-align: center;
  background-color: #212529;
}

.img-mosca {
  width: 400px;
  margin-left: 15rem;
  position: absolute !important;
  left: 0;
}

.img-mosca-2 {
  display: none;
}

.btn-mosca-2 {
  display: none;
}

@media (min-width: 1919px) {
  .img-mosca {
    width: 400px;
    margin-left: 20rem;
    position: absolute !important;
    left: 0;
  }

  .btn-mosca a {
    text-decoration: none;
    padding: .3rem 2rem;
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #256c84;
    color: #fff;
    border-radius: 20px;
    margin-left: 23rem;
    margin-bottom: 10rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 1200px) {
  .u-section-jm .u-text-1-2 {
    width: 100%;
    font-size: 2.2rem;
  }

  .inf-mosca {
    padding: 7rem 4rem 0 4rem;
  }

  .img-mosca {
    margin-left: 4rem;
  }

  .btn-mosca a {
    margin-left: 6rem;
  }

}

@media (max-width: 992px) {

  .u-section-jm-r-2 {
    display: none;
  }

  .inf-mosca {
    padding: 7rem 4rem 0 4rem;
  }

  .img-mosca-2 {
    display: inline-block;
    width: 250px;
  }

  .btn-mosca-2 {
    display: block;
  }

  .btn-mosca-2 a {
    text-decoration: none;
    border: none;
    padding: .3rem 2rem;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #256c84;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 2rem;
  }
  
  .btn-mosca-2 a:hover {
    border: none;
    background-color: #1C5A6B;
    color: #fff;
  }

}

@media (max-width: 768px) {
  .u-section-jm .u-text-1-2 {
    font-size: 2rem;
    text-align: center;
  }

  .u-section-jm .u-text-2 {
    font-size: 1.2rem;
  }

  .inf-mosca {
    padding: 0 2rem 0 2rem;
  }
}

@media (max-width: 576px) {
  .u-section-jm .u-text-1-2 {
    font-size: 1.3rem;
    text-align: center;
  }
}


/* ######################## published ############################# */

.publish-container {
  background: #BCA480;
}

.card-container-inf-2 {
  width: 100%;
  padding: 2rem .5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* ######################## boletim ############################# */

.u-text-4 strong {
  color: #fff;
}

.u-text-4 span {
  color: #212529;
  font-weight: bold;
}

.u-section-6 .u-text-4 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 32px;
  font-family:'Red Hat Text' !important;
}

.not-img {
  width: 550px;
  margin: 6.5rem 5rem 0 0;
  position: absolute !important;
  right: 0;
}

.u-section-6-r-3 {
  padding: 1rem .5rem 0 0;
  text-align: right;
  background-color: #1C5A6B;
}

.btn-boletim a {
  text-decoration: none;
  padding: .3rem 1.3rem;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #212529;
  color: #fff;
  border-radius: 25px;
}

.btn-boletim a:hover {
  background-color: #000;
  color: #fff;
}

.inf-boletim {
  padding: 7rem 15rem 0 8rem;
  background: #256c84;
}

.inf-boletim-box {
  padding: 0 8rem 0 0;
}

@media (max-width: 1200px) {

  .inf-boletim {
    padding: 7rem 10rem 4rem 5rem;
  }

  .btn-boletim a {
    padding: .3rem 1rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 992px) {

  .not-img {
    width: 450px !important;
    margin: 6.5rem 3rem 0 0 !important;
  }

  .inf-boletim {
    padding: 7rem 6rem 4rem 5rem;
  }

  .btn-boletim a {
    padding: .3rem 1rem;
    font-size: 1rem;
  }

  .u-section-6-r-3 {
    display: none;
  }
}

@media (max-width: 768px) {

  .u-section-6 .u-text-4 {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 576px) {
  .inf-boletim {
    padding: 2rem 2rem 4rem 2rem;
  }
  
  .inf-boletim-box {
    padding: 0;
  }

  .btn-boletim a {
    border-radius: 50px;
  }
}

/* ######################## news ############################ */

.news-container {
  background: #000;
}

.new-title {
  margin-top: 4rem !important;
  font-size: 2.4rem;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-family:'Red Hat Text' !important;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  color: #fff;
}

.card-container-inf-3 {
  width: 100%;
  padding: 2rem .5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.card-container-inf-3 .card-inf {
  width: 30%;
}

@media (max-width: 768px) {
  .new-title {
    margin-top: 4rem !important;
    font-size: 2rem !important;
  }

  .card-container-inf-3 .card-inf {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .new-title {
    margin-top: 4rem !important;
    font-size: 1.3rem !important;
  }

  .card-container-inf-3 .card-inf {
    width: 85%;
    margin: 1rem !important;
  }
}

/* ######################## vocation ################################### */

.vacation-container {
  background: #913e80;
}

.card-container-inf-4 {
  width: 100%;
  padding: 2rem .5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card-container-inf-4 .card-inf:hover {
  transform: scale(1.1);
  transition-duration: 0.5s
}


.vocation-title {
  padding: 0 20rem !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-family:'Red Hat Text' !important;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin-top: 60px;
  color: #fff;
}

.vocation-subtitle {
  font-size: 2.2rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family:'Red Hat Text' !important;
  text-align: center;
  color: #fff;
}

@media (max-width: 1199px) {
  .vocation-title {
    padding: 0 5rem !important;
  }
}

@media (max-width: 991px) {
  .desk {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .vocation-title {
    font-size: 1.3rem !important;
  }

  .vocation-subtitle {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 576px) {
  .vocation-title {
    padding: 0 !important;
  }

  .card-container-inf-4 .card-inf {
    width: 40%;
  }
}

/* ####################### footer ########################### */

  span,
  a,
  p {
    color: white;
  }

  .logo-svg-initial {
    width: 345px;
  }

  .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .box-contatos,
  .box-copy {
    max-width: 1300px;
    padding: 0px 40px;
    width: 100%;
  }

  .redes-sociais-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .box-contatos {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .box-contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .box-contatos>div {
    width: 20%;
  }

  .box-contact span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }

  .box-contact span:first-of-type {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .box-contact span svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .box-adress {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  .box-adress>span {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .box-adress div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-adress div span {
    font-size: 16px;
  }

  .box-adress svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  footer {
    background-color: black;
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .box-copy {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 30px 0;
  }

  .box-copy p {
    width: auto;
  }

  @media (max-width: 992px) {
    .box-contatos {
      flex-direction: column;
    }

    .box-contatos>div {
      width: 100%;
      margin-bottom: 20px;
    }

    .box-contact span:first-of-type {
      text-align: left;
    }

    .box-contact {
      align-items: center;
    }

    .box-adress {
      align-items: center;
      /* text-align: center; */
    }

    .box-copy {
      align-items: center;
      text-align: center;
    }
  }

  @media (max-width: 767px) {
  }

  @media (max-width: 575px) {
    footer {
      padding: 0 20px;
    }
  }
