/*
* **********************************
* ################################## ESTILOS DO INDEX
* **********************************
*/

/*
========================
======================== ESTILOS GERAIS DO ÍNDICE
========================
*/

/*
========================
======================== BANNER
========================
*/

@media (max-width: 1024px) {
  .banner {
    width: 90%;
    margin: 0 auto;
  }
}

.highcontrast .banner-content {
  background-color: #141516 !important;
}

.banner {
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .banner {
    padding-top: 185px;
  }
}

.banner .banner-content {
  /* padding: 0 0 50px 0; */
  margin: 0 15px 0 15px;
  overflow: hidden;

  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
@media (max-width: 1024px) {
  .banner .banner-content {
    padding: 0 0 30px 0;
    margin: 0;
  }
}

.banner .banner-content .content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 35px;
}
@media (max-width: 340px) {
  .banner .banner-content .content {
    width: 100%;
  }
}

.banner-image {
  flex-basis: 100%;
  position: relative;
}

.banner-header-main {
  width: 600px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 300px;
  z-index: 9;
}

@media (max-width: 1200px) {
  .banner-header-main {
    margin-bottom: 150px;
  }
}

@media (max-width: 1024px) {
  .banner-header-main {
    width: 100%;
    text-align: center;
    margin-top: 55px;
    position: static;
    margin: 55px auto 0;
  }
}

@media (max-width: 680px) {
  .banner-header-main {
    margin-bottom: 30px;
  }
}

.banner-header-main h1 {
  color: #fff;
  font-size: 4.5rem;
  line-height: 6rem;
  font-weight: 500;
}
@media (max-width: 680px) {
  .banner-header-main h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

.banner-header-main h1 strong {
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 680px) {
  .banner-header-main h1 strong {
    font-size: 4rem;
  }
}

.banner-header-main .btn {
  background-color: #fff;
  font-size: 2rem;
  font-weight: 300;
  color: #0045a0;
  padding: 15px 20px;
  margin-top: 10px;
  border: 1px solid #0045a0;
}
@media (max-width: 680px) {
  .banner-header-main .btn {
    padding: 15px;
  }
}

.banner-header-main .btn i {
  margin-left: 10px;
}

.banner-header-main .btn:hover {
  background-color: #0045a0;
  color: #fff;
  border: 1px solid #fff;
}

.banner-image img {
  margin-left: 400px;
  position: relative;
}

@media (max-width: 1024px) {
  .banner-image img {
    margin-left: 0;
  }
}

.banner-header {
  flex-basis: 35%;
  padding-right: 20px;
  margin-top: -250px;
}

.banner-header-graduacao {
  flex-basis: 50%;
  padding-right: 20px;
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .banner-header {
    flex-basis: 100%;
    padding-right: 0;
    text-align: center;
    margin-top: 0;
  }
}

.banner-header .htmlchars {
  color: #fff;
}

.banner-header .htmlchars h1 {
  font-size: 4.6rem;
  line-height: 4.4rem;
  font-weight: 700;
  color: #ffcb02;
}
.banner-header-graduacao .htmlchars h1 {
  color: #fff;
}

@media (max-width: 1024px) {
  .banner-header .htmlchars h1 {
    font-size: 3.6rem;
    line-height: 3.4rem;
  }
}

.banner-header .htmlchars p {
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-top: 20px;
}

.banner-header .link {
  font-size: 2.2rem;
  color: #ffc506;
  font-weight: 300;
}

.banner-header .link:hover {
  text-decoration: underline;
}

.banner-publicity {
  flex-basis: 65%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -140px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .banner-publicity {
    flex-basis: 100%;
    margin-top: 20px;
  }
}

.banner-publicity-list {
  margin-top: 12rem;
}

@media (max-width: 1024px) {
  .banner-publicity-list {
    margin-top: 0;
  }
}

.banner-publicity-list img {
  /* width: 100%; */
  border-radius: 20px;
}

.banner-header-graduacao .banner-publicity-list {
  text-align: center;
  background-color: blue;
  width: 100%;
}

.banner-header-graduacao .banner-publicity-list img {
  margin: 0 auto;
}

/*dots*/
.banner-publicity .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.banner-publicity .slick-dots li {
  display: inline-block;
}

.banner-publicity .slick-dots li button {
  background: transparent;
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px;
  cursor: pointer;

  font-size: 0;
  outline: 0;
  padding: 0;
  border: 2px solid #ffffff;

  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .banner-publicity .slick-dots li button {
    width: 22px;
    height: 22px;
  }
}

.banner-publicity .slick-dots li:hover button,
.banner-publicity .slick-dots li.slick-active button {
  background: #ffffff;
}

.courses-accordion {
  width: 100%;
  margin-top: 3rem;
  position: relative;
  z-index: 9;
}

.courses-accordion-header {
  text-align: center;
  margin-bottom: 3rem;
}

.courses-accordion-header h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #ffcb02;
}

@media (max-width: 940px) {
  .courses-accordion-header h2 {
    font-size: 3rem;
  }
}

@media (max-width: 640px) {
  .courses-accordion-header h2 {
    font-size: 2.6rem;
  }
}

/* .courses-accordion-item {
  width: 100%;
  background-color: #1660bf !important;
}

.courses-accordion-item:nth-child(even) {
  background-color: #083774 !important;
} */

.courses-accordion-item {
  min-height: 120px;
  transition: 0.4s;
}

@media (max-width: 940px) {
  .courses-accordion-item {
    min-height: auto;
  }
}

.courses-accordion-item.active {
  min-height: 640px;
}

.courses-accordion-item .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
  cursor: pointer;
}

.courses-accordion-item .title h3 {
  font-size: 4.4rem;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 940px) {
  .courses-accordion-item .title h3 {
    font-size: 3.4rem;
  }
}

@media (max-width: 640px) {
  .courses-accordion-item .title h3 {
    font-size: 2.8rem;
  }
}

.courses-accordion-item .accordion-arrow {
  transition: all 0.2s ease-out;
}

.courses-accordion-item.active .accordion-arrow {
  transform: rotate(180deg);
}

.courses-accordion-item-content {
  width: 100%;
  min-height: 640px;
  display: none;
}

@media (max-width: 1024px) {
  .courses-accordion-item-content {
    min-height: 100%;
  }
}

.courses-accordion-item.active .courses-accordion-item-content {
  display: block;
}

.courses-accordion style {
  display: none !important;
}

.courses-accordion-item .box {
  width: 100%;
  display: block;
  margin-bottom: 4rem;
}

.courses-accordion-item .box h4 {
  font-size: 3.2rem;
  font-weight: 300;
  color: #ffcb02;
  margin-bottom: 3rem;
}

@media (max-width: 940px) {
  .courses-accordion-item .box h4 {
    font-size: 2.6rem;
  }
}

@media (max-width: 640px) {
  .courses-accordion-item .box h4 {
    font-size: 2.2rem;
  }
}

.courses-accordion-item .all {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 30px;
}

@media (max-width: 940px) {
  .courses-accordion-item .all {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .courses-accordion-item .all {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.courses-accordion-item .all article {
  background-color: #1451a0;
  border: 1px solid #1d81f9;
  border-radius: 6px;
  padding: 1.8rem;
  transition: 0.4s;
}

.courses-accordion-item .all article:hover {
  background-color: #1d81f9;
  transition: 0.4s;
  padding-left: 21px;
}

.courses-accordion-item .all article a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.courses-accordion-item .all article a span {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}

.publicity-full {
  margin-top: 50px;
}

.publicity-full .content {
  overflow: hidden;
}

.publicity-full .content img {
  width: 100%;
  border-radius: 20px;
}

/*dots*/
.publicity-full-list .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.publicity-full-list .slick-dots li {
  display: inline-block;
}

.publicity-full-list .slick-dots li button {
  background: transparent;
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px;
  cursor: pointer;

  font-size: 0;
  outline: 0;
  padding: 0;
  border: 2px solid #014eb7;

  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .publicity-full-list .slick-dots li button {
    width: 22px;
    height: 22px;
  }
}

.publicity-full-list .slick-dots li:hover button,
.publicity-full-list .slick-dots li.slick-active button {
  background: #014eb7;
}

.banner-courses {
  /* background-color: red; */
  flex-basis: 50%;
  position: relative;
  z-index: 6;
}

@media (max-width: 1024px) {
  .banner-courses {
    flex-basis: 100%;
    margin-top: 30px;
  }
}

.banner-courses-box {
  background-color: #ffc506;
  padding: 30px;
  margin-bottom: 20px;

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/* .banner-courses-box:nth-child(2) {
  background-color: #00c4dd;
} */

/* .banner-courses-box:nth-child(3) {
  background-color: #0bf48f;
}  */

.banner-courses-box:last-child {
  margin-bottom: 0;
}

.banner-courses-box h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #292c39;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .banner-courses-box h2 {
    text-align: center;
  }
}
/* 
.banner-courses-box:nth-child(2) h2 {
  color: #fff;
} */

.banner-courses-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.banner-courses-box li {
  flex-basis: calc(50% - 10px);
  margin: 0 5px;
}

@media (max-width: 770px) {
  .banner-courses-box li {
    flex-basis: calc(100% - 10px);
    margin: 0 5px;
    text-align: center;
  }
}

.banner-courses-box li a {
  font-size: 1.9rem;
  font-weight: 400;
  color: #292c39;
  padding: 5px 0;
  display: block;
}

@media (max-width: 1024px) {
  .banner-courses-box li a.link-specialization {
    display: none;
  }
  .banner-courses-box li a.link-specialization-mobile {
    display: block;
  }
}
@media (min-width: 1025px) {
  .banner-courses-box li a.link-specialization {
    display: block;
  }
  .banner-courses-box li a.link-specialization-mobile {
    display: none;
  }
}

@media (max-width: 1600px) {
  .banner-courses-box li a {
    font-size: 1.7rem;
  }
}

@media (max-width: 1200px) {
  .banner-courses-box li a {
    font-size: 1.6rem;
  }
}

@media (max-width: 770px) {
  .banner-courses-box li a {
    font-size: 2rem;
  }
}

/* .banner-courses-box:nth-child(2) li a {
  color: #fff;
} */

.banner-courses-box li a i {
  margin-right: 5px;
}

.banner-courses-box li a:hover {
  text-decoration: underline;
}
*/

/* .banner-courses-box-external li:last-child {
  flex-basis: 100%;
  margin-top: 3px;
  margin-bottom: 0;
} */

/* .banner-courses-box-external li:last-child i {
  display: none !important;
}

.banner-courses-box-external li:last-child a {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
} */

/*
========================
======================== REASONS
========================
*/

@media (max-width: 1024px) {
  .reasons {
    width: 90%;
    margin: 0 auto;
  }
}

.highcontrast .reasons .reasons-content {
  background-color: #292c39 !important;
}

.reasons .reasons-content {
  padding: 0 0 70px 0;
  margin: 0 15px;

  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
@media (max-width: 1024px) {
  .reasons .reasons-content {
    margin: 0 auto;
  }
}

.reasons .reasons-content .content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .reasons .reasons-content .content {
    width: 80%;
  }
}

.reasons-image {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -320px;
}

@media (max-width: 1600px) {
  .reasons-image {
    margin-top: -315px;
  }
}

@media (max-width: 1300px) {
  .reasons-image {
    margin-top: -275px;
  }
}

@media (max-width: 1024px) {
  .reasons-image {
    width: 100%;
    margin-top: -90px;
    margin-bottom: 50px;
  }
}

.reasons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -400px -15px 0 -15px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1200px) {
  .reasons-list {
    margin: -300px -15px 0 -15px;
  }
}

@media (max-width: 1024px) {
  .reasons-list {
    margin: -200px -15px 0 -15px;
  }
}

@media (max-width: 770px) {
  .reasons-list {
    margin: -150px -15px 0 -15px;
  }
}

.reasons-item {
  flex-basis: calc(33.13% - 30px);
  margin: 15px;
  text-align: center;
  color: #292c39;
  padding: 20px;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.highcontrast .reasons-item {
  color: #fff !important;
}

.highcontrast .reasons-item:hover {
  color: #292c39 !important;
}

@media (max-width: 1024px) {
  .reasons-item {
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 770px) {
  .reasons-item {
    flex-basis: 100%;
    margin: 0 0 0 0;
  }
}

.reasons-item:hover {
  border-radius: 5px;
  background-color: rgb(255, 197, 6);
  box-shadow: 0px 0px 60px 0px rgba(21, 73, 140, 0.1);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(21, 73, 140, 0.1);
  -moz-box-shadow: 0px 0px 60px 0px rgba(21, 73, 140, 0.1);
}

.reasons-item h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 10px;
}

.reasons-item p {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 300;
  margin-top: 10px;
}

/*
========================
======================== LINKS
========================
*/

.links {
  padding: 90px 0 0 0;
}
@media (max-width: 1024px) {
  .links {
    width: 90%;
    margin: 0 auto;
  }
}

.links .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.links .content.al-center {
  justify-content: center !important;
}

.links .content a {
  background-color: #0045a0;
  color: #fff;
  flex-basis: 49%;
  margin: -15px;
  text-align: center;
  position: relative;
  padding: 30px;

  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

@media (max-width: 1024px) {
  .links .content a {
    flex-basis: 100%;
    margin: 0 0 30px 0;
  }
}

.links .content a:hover {
  background-color: #023271;
}

.links .content a:last-child {
  background-color: #ffc506;
  color: #292c39;
}

.links .content a:last-child:hover {
  background-color: #ac8914;
}

.links .content a img {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -30px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .links .content a img {
    height: 100px;
    margin-top: 0;
    margin-left: 10px;
  }
}

@media (max-width: 1200px) {
  .links .content h2 {
    text-align: right;
    padding-right: 15px;
  }
}

/*
========================
======================== VIDEOS
========================
*/

.videos .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 0 0 0;

}
@media (max-width: 1024px) {
  .videos .content {
    width: 80%;
  }
}

.videos-header {
  flex-basis: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.videos-header h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #292c39;
}

.highcontrast .videos-header h2 {
  color: #fff !important;
}

.videos-left {
  flex-basis: 65%;
}

@media (max-width: 1024px) {
  .videos-left {
    flex-basis: 100%;
    text-align: center;
  }
}

.videos-featured header {
  margin-top: 20px;
}

.videos-featured header h3 {
  font-size: 2.6rem;
  line-height: 2.8rem;
  color: #292c39;
  font-weight: 600;
}

.highcontrast .videos-featured header h3 {
  color: #fff !important;
}

.videos-featured header p {
  font-size: 1.6rem;
  color: #292c39;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.highcontrast .videos-featured header p {
  color: #fff;
}

.videos-featured header p i {
  color: #0045a0;
  margin-right: 5px;
}

.highcontrast .videos-featured header p i {
  color: #ffc506 !important;
}

.videos-right {
  flex-basis: 30%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .videos-right {
    flex-basis: 100%;
    margin-top: 30px;
  }
}

.videos-item {
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.videos-item-cover {
  position: relative;
  overflow: hidden;

  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.videos-item-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(20, 18, 35);
  background: linear-gradient(
    180deg,
    rgba(20, 18, 35, 0) 30%,
    rgba(20, 18, 35, 1) 100%
  );
}

.videos-item-cover img {
  min-width: 100%;
  height: 203px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .videos-item-cover img {
    height: 170px;
  }
}

.videos-item-cover span {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  z-index: 9;
}

.videos-item-cover span i {
  font-size: 3rem;
  font-weight: 700;
  margin-right: 5px;
}

.videos-item header {
  padding: 30px;
  text-align: center;
  min-height: 237px;
}
@media (max-width: 1024px) {
  .videos-item header {
    min-height: auto;
  }
}

.videos-item header h2 {
  font-size: 2.6rem;
  line-height: 2.8rem;
  color: #292c39;
  font-weight: 600;
}

.videos-item:hover header h2 {
  text-decoration: underline;
}

.videos-item header p {
  font-size: 1.6rem;
  color: #292c39;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.videos-item header p i {
  color: #0045a0;
  margin-right: 5px;
}

/*dots*/
.videos-list .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.videos-list .slick-dots li {
  display: inline-block;
}

.videos-list .slick-dots li button {
  background: #ffc506;
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  cursor: pointer;

  font-size: 0;
  outline: 0;
  padding: 0;
  border: 0;

  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.videos-list .slick-dots li:hover button,
.videos-list .slick-dots li.slick-active button {
  background: #292c39;
}

.highcontrast .videos-list .slick-dots li:hover button,
.highcontrast .videos-list .slick-dots li.slick-active button {
  background: #ffffff;
}

.videos-btn {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.videos-btn .btn {
  background-color: #ffc506;
  font-size: 2.2rem;
  font-weight: 500;
  color: #292c39;
  display: inline-block;
  padding: 12px 25px;
}

.videos-btn .btn:hover {
  background-color: #292c39;
  color: #fff;
}

/*
========================
======================== BLOG
========================
*/

.blog {
  margin-top: 120px;
}
@media (max-width: 1024px) {
  .blog .content {
    width: 80%;
  }
}
.blog-header {
  flex-basis: 100%;
  margin-bottom: 60px;
  text-align: center;
}

.blog-header h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #292c39;
}

.highcontrast .blog-header h2 {
  color: #fff;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-item {
  flex-basis: calc(33.33% - 30px);
  margin: -15px;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;

  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

@media (max-width: 1024px) {
  .blog-item {
    flex-basis: 100%;
    margin: 0 0 30px 0;
  }
  .blog-item:last-child {
    margin: 0 0 0 0;
  }
}

.blog-item:hover {
  background-color: #fff;
}

.blog-item-cover {
  position: relative;
  background: #0045a0;
  overflow: hidden;

  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.blog-item-cover img {
  min-width: 100%;
  height: 320px;
  object-fit: cover;

  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .blog-item-cover img {
    height: auto;
  }
}

.blog-item:hover .blog-item-cover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);

  opacity: 0.3;
}

.blog-item header {
  padding: 30px;
  text-align: center;
}

.blog-item header h3 {
  font-size: 2.6rem;
  line-height: 2.8rem;
  color: #292c39;
  font-weight: 600;
}

.highcontrast .blog-item header h3 {
  color: #fff;
}

.highcontrast .blog-item:hover header h3 {
  color: #292c39;
}

.blog-item:hover header h3 {
  text-decoration: underline;
}

.blog-item header p {
  font-size: 1.6rem;
  color: #292c39;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.highcontrast .blog-item header p {
  color: #fff;
}

.highcontrast .blog-item:hover header p {
  color: #292c39;
}

.blog-item header p i {
  color: #0045a0;
  margin-right: 5px;
}

.highcontrast .blog-item header p i {
  color: #ffc506;
}

.highcontrast .blog-item:hover header p i {
  color: #0045a0;
}

.blog-btn {
  width: 100%;
  margin-top: 70px;
  text-align: center;
}

@media (max-width: 1024px) {
  .blog-btn {
    margin-top: 10px;
  }
}

.blog-btn .btn {
  background-color: #ffc506;
  font-size: 2.2rem;
  font-weight: 500;
  color: #292c39;
  display: inline-block;
  padding: 12px 25px;
}

.blog-btn .btn:hover {
  background-color: #292c39;
  color: #fff;
}


/*
========================
======================== DEPOSITIONS
========================
*/

.depositions {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .depositions {
    width: 90%;
    margin: 40px auto 0;
  }
}
.depositions .content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 15px !important;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .depositions .content {
    padding: 0 !important;
  }
}

.depositions-header {
  width: 100%;
  margin-bottom: 200px;
  text-align: center;
}

@media (max-width: 1024px) {
  .depositions-header {
    width: 100%;
  }
}

.depositions-header h2 {
  font-size: 4.2rem;
  line-height: 4.4rem;
  font-weight: 600;
}

.depositions-list {
  width: 800px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .depositions-list {
    width: 100%;
  }
}

.depositions .slick-list {
  overflow: visible !important;
}

.depositions-item {
  text-align: center;

}

.depositions-item-cover {
  width: 180px;
  height: 180px;
  overflow: hidden;
  display: inline-block;
  margin-top: -180px;

  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.depositions-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.depositions-item-header{
  margin-top: 10px;
}

.depositions-item-header h2 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #000;
}

.depositions-item-header p {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
  color: #000;
}

.depositions-item-text {
  margin-top: 20px;
}

.depositions-item-text p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #000;
}

/*dots*/
.depositions-list .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.depositions-list .slick-dots li {
  display: inline-block;
}

.depositions-list .slick-dots li button {
  background: transparent;
  border: 2px solid #003E7D;
  display: block;
  width: 14px;
  height: 14px;
  margin: 2px;
  cursor: pointer;

  font-size: 0;
  outline: 0;
  padding: 0;

  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .depositions-list .slick-dots li button {
    width: 25px;
    height: 25px;
  }
}

.depositions-list .slick-dots li:hover button,
.depositions-list .slick-dots li.slick-active button {
  background: #003E7D;
}

.depositions-more{
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 30px;
}

.depositions-more a{
  border-radius: 5px;
  background: #003E7D;
  padding: 13px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  transition: .4s;
}

.depositions-more a:hover{
  background-color: #ffc506;
  color: #000000;
  transition: .4s;
}

.modal-depositions {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  padding: 20px;
  overflow: auto;
  z-index: 9999;
}
.modal-depositions-content {
  position: relative;
  display: none;
  background: #3171E0;
  margin: auto;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  position: relative;
  padding: 40px 60px;
  border-radius: 20px;
}

@media(max-width: 940px){
  .modal-depositions-content {
    padding: 40px;
  }
}


.modal-depositions-content fieldset:not(:first-of-type) {
  display: none;
}
.modal-depositions-content > div {
  flex-basis: 100%;
}

.j-modal-depositions-close {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  font-size: 35px;
  font-weight: 700;
  color: #3171E0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px;
  cursor: pointer;
  border-radius: 100%;
  transition: .4s;
}

.j-modal-depositions-close i{
  position: relative;
  top: -5px;
  font-style: normal;
}

.j-modal-depositions-close:hover{
  background-color: #10377a;
  color: #FFFFFF;
}

.modal-depositions-header {
  margin-bottom: 30px;
  color: #ffffff;
}

.modal-depositions-header h2 {
  font-size: 3.2rem;
  line-height: 3.4rem;
  font-weight: 700;
}

.modal-depositions-header p {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-top: 10px;
}

.modal-depositions-form div {
  display: block;
  margin-bottom: 5px;
}

.modal-depositions-form input,
.modal-depositions-form textarea {
  background-color: #fff;
  font-size: 1.6rem;
  color: #292c39;

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.modal-depositions-form input:hover,
.modal-depositions-form textarea:hover,
.modal-depositions-form input:focus,
.modal-depositions-form textarea:focus {
  border-color: #ffc506;
}

.modal-depositions-form textarea {
  padding: 15px !important;
}

.modal-depositions-form #textarea-counter {
  text-align: right;
  color: #fff !important;
}

.modal-depositions-form #textarea-counter span {
  margin-top: 10px;
  color: #fff;
}
.modal-depositions-form #textarea-counter span.text-danger {
  color: red;
}

.modal-depositions-form .attachment {
  width: 100%;
  text-align: left;
  position: relative;
}

.modal-depositions-form .attachment label {
  background: #fff url("../../img/global/custom/icon-upload.png") center right
    20px no-repeat;
  font-family: "KoHo", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  padding: 18px 20px;
  text-align: left;
  outline: 0;
  width: 100%;
  display: block;
  border: 2px solid transparent;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.modal-depositions-form .attachment:hover label {
  border-color: #ffc506;
}

.modal-depositions-form .attachment .attachment-file {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  border: 0;
  cursor: pointer;
}

.modal-depositions-form .btn {
  font-family: "KoHo", sans-serif;
  color: #fff;
  background-color: #292c39;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 15px 40px;

  text-transform: uppercase;
  display: inline-block;

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;

  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
}

.modal-depositions-form .btn i {
  margin-left: 5px;
}

.modal-depositions-form .btn:hover {
  background-color: #15161e;
}

@media (max-width: 1024px) {
  .modal-depositions-form .btn {
    width: 100%;
  }
}

/* TOUR */
.tour{
  margin-top: 60px;
}

.tour .content{
  max-width: 95%;
  text-align: center;
}

.tour img{
  border-radius: 40px;
  margin: 0 auto;
}

.tour img.mobile{
  display: none;
}

.tour img.desktop{
  display: block;
}

@media(max-width: 1024px){
  .tour img.desktop{
    display: none !important;
  }
  
  .tour img.mobile{
    display: block !important;
  }
}

