.hero-section .big-banner .item {
  height: 960px;
  position: relative;
}
@media (max-width: 1500px) {
  .hero-section .big-banner .item {
    height: 850px;
  }
}
@media (max-width: 1200px) {
  .hero-section .big-banner .item {
    height: 750px;
  }
}
@media (max-width: 991px) {
  .hero-section .big-banner .item {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .hero-section .big-banner .item {
    height: 576px;
  }
}
@media (max-width: 576px) {
  .hero-section .big-banner .item {
    height: 450px;
  }
}
.hero-section .big-banner .item .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
.hero-section .big-banner .item .cover .title {
  font-family: var(--main-r);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 50px;
  font-size: 50px;
  color: var(--white-color);
  margin-bottom: 30px;
}
@media (max-width: 1500px) {
  .hero-section .big-banner .item .cover .title {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 1200px) {
  .hero-section .big-banner .item .cover .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .hero-section .big-banner .item .cover .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .hero-section .big-banner .item .cover .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.hero-section .big-banner .item .cover p {
  text-transform: uppercase;
  font-size: 30px;
  color: var(--white-color);
}
@media (max-width: 576px) {
  .hero-section .big-banner .item .cover p {
    font-size: 20px;
  }
}
.hero-section .big-banner .item .cover ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero-section .big-banner .item .cover ul {
    flex-wrap: wrap;
  }
}
.hero-section .big-banner .item .cover ul li {
  text-transform: uppercase;
  font-size: 30px;
  color: var(--white-color);
  padding: 20px;
}
@media (max-width: 767px) {
  .hero-section .big-banner .item .cover ul li {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .hero-section .big-banner .item .cover ul li {
    font-size: 20px;
  }
}

.contact-banner {
  margin-top: -100px;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
@media (max-width: 1500px) {
  .contact-banner {
    max-width: 1050px;
    margin: -70px auto 20px auto;
  }
}
@media (max-width: 1200px) {
  .contact-banner {
    max-width: 828px;
    margin: -70px auto 20px auto;
  }
}
@media (max-width: 991px) {
  .contact-banner {
    max-width: 450px;
    margin: -37px auto 20px auto;
  }
}
@media (max-width: 767px) {
  .contact-banner {
    max-width: 400px;
    margin: -30px auto 20px auto;
  }
}
@media (max-width: 576px) {
  .contact-banner {
    max-width: 300px;
    margin: -30px auto 20px auto;
  }
}
.contact-banner .row {
  background-color: var(--gray-color);
  border-radius: 10px;
}
.contact-banner .row .cb-box {
  text-align: center;
  padding: 30px;
}
@media (max-width: 1500px) {
  .contact-banner .row .cb-box {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .contact-banner .row .cb-box {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .contact-banner .row .cb-box {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .contact-banner .row .cb-box {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .contact-banner .row .cb-box .box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .contact-banner .row .cb-box .box p {
    margin-left: 15px;
  }
}
@media (max-width: 576px) {
  .contact-banner .row .cb-box .box {
    font-size: 14px;
  }
}
.contact-banner .row .cb-box a {
  color: var(--white-color);
}
.contact-banner .row .cb-box a i {
  font-size: 40px;
  margin-bottom: 15px;
  transition: all 0.2s ease-in-out;
}
.contact-banner .row .cb-box a i:hover {
  transform: scale(1.2);
  color: var(--red-color);
}
@media (max-width: 1200px) {
  .contact-banner .row .cb-box a i {
    font-size: 31px;
  }
}
@media (max-width: 991px) {
  .contact-banner .row .cb-box a i {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .contact-banner .row .cb-box a i {
    font-size: 18px;
  }
}

.category {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .category {
    margin-bottom: 20px;
  }
}
.category .section-heading {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .category .section-heading {
    margin-bottom: 30px;
  }
}
.category .section-heading .section-title {
  font-family: var(--main-r);
  text-transform: capitalize;
  font-size: 50px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: var(--gray-color-50);
  line-height: 50px;
}
@media (max-width: 1500px) {
  .category .section-heading .section-title {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  .category .section-heading .section-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .category .section-heading .section-title {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .category .section-heading .section-title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .category .section-heading .section-title {
    font-size: 18px;
    line-height: 30px;
  }
}
.category .section-heading .section-text {
  font-size: 30px;
  color: var(--gray-color-50);
}
@media (max-width: 1500px) {
  .category .section-heading .section-text {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .category .section-heading .section-text {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .category .section-heading .section-text {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .category .section-heading .section-text {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .category .section-heading .section-text {
    font-size: 16px;
    line-height: 25px;
  }
}
.category .cat-content {
  position: relative;
  max-height: 295px;
  overflow: hidden;
  margin-bottom: 20px;
}
.category .cat-content::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.442);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.category .cat-content:hover::before {
  display: none;
}
.category .cat-content img {
  transition: all 1.2s ease-in-out;
}
.category .cat-content img:hover {
  transform: scale(1.2);
}
.category .cat-content .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
@media (max-width: 576px) {
  .category .cat-content .cover {
    top: 25%;
  }
}
@media (max-width: 576px) {
  .category .cat-content .cover.big li {
    font-size: 20px;
  }
}
.category .cat-content .cover ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.category .cat-content .cover ul li {
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 30px;
  padding: 0 10px;
}
.category .cat-content .cover .cover-title {
  font-family: var(--main-r);
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 35px;
}
@media (max-width: 1200px) {
  .category .cat-content .cover .cover-title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .category .cat-content .cover .cover-title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 576px) {
  .category .cat-content .cover .cover-title {
    font-size: 16px;
    line-height: 25px;
  }
}

.description-section .heading {
  font-family: var(--main-r);
  font-size: 50px;
  margin-bottom: 50px;
  text-transform: capitalize;
  line-height: 25px;
}
@media (max-width: 1500px) {
  .description-section .heading {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .description-section .heading {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .description-section .heading {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .description-section .heading {
    font-size: 25px;
  }
}
.description-section .video-area {
  margin-bottom: -6px;
}
@media (max-width: 1500px) {
  .description-section .video-area iframe {
    width: 600px;
  }
}
@media (max-width: 1200px) {
  .description-section .video-area iframe {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .description-section .video-area iframe {
    width: 767px;
  }
}
@media (max-width: 767px) {
  .description-section .video-area iframe {
    width: 567px;
  }
}
@media (max-width: 576px) {
  .description-section .video-area iframe {
    width: 359px;
    height: 250px;
  }
}
.description-section .description {
  margin-top: 150px;
  margin-left: 50px;
  margin-right: 50px;
  max-height: 390px;
}
@media (max-width: 991px) {
  .description-section .description {
    margin: 15px 10px 0 10px;
    text-align: center;
    padding-bottom: 20px;
  }
}
.description-section .description .title {
  font-family: var(--main-r);
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .description-section .description .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .description-section .description .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .description-section .description .title {
    font-size: 25px;
  }
}
.description-section .description .text {
  font-size: 18px;
}
@media (max-width: 576px) {
  .description-section .description .text {
    letter-spacing: 2px;
    font-size: 16px;
    margin: 15px;
  }
}
.description-section .comercial-carousel .item {
  height: 390px;
}

@media (min-width: 1200px) {
  .partners-slide {
    padding: 0 60px;
  }
}
.partners-slide .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
@media (max-width: 767px) {
  .partners-slide .item a {
    height: 70px;
  }
}
.partners-slide .item a img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  transition: all 350ms ease-in-out;
}
.partners-slide .item a:hover img {
  filter: unset;
  opacity: 1;
}

.media-section.imageBg {
  background-attachment: fixed !important;
}
.media-section.imageBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.media-section.bg-light .wrap .text .short_description,
.media-section.bg-light .wrap .text .title {
  color: var(--dark-200);
}
.media-section.bg-light .owl-dots .owl-dot span {
  background: var(--gray-200);
}
.media-section.bg-light .owl-dots .owl-dot.active span {
  background: var(--main-light);
}
.media-section .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .media-section .wrap {
    gap: 25px;
  }
}
.media-section .wrap .video {
  width: 100%;
  max-width: calc(50% - 45px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.media-section .wrap .video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 400ms ease-in-out;
}
.media-section .wrap .video:hover:before {
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .media-section .wrap .video {
    max-width: 100%;
    order: 2;
  }
}
.media-section .wrap .video img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .media-section .wrap .video img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}
.media-section .wrap .video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 80px;
  height: 80px;
  fill: var(--white-color);
}
.media-section .wrap .text {
  width: 100%;
  max-width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .media-section .wrap .text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.media-section .wrap .text .short_description {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  font-family: "main-r";
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media-section .wrap .text .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--white-color);
}
@media (max-width: 991px) {
  .media-section .wrap .text .title {
    -webkit-line-clamp: 12;
  }
}
.media-section .owl-dots {
  position: absolute;
  top: 50%;
  right: -100px;
  left: unset;
  bottom: unset;
  translate: 0 -50%;
  flex-direction: column;
  width: 12px;
  height: 100%;
}
@media (max-width: 1400px) {
  .media-section .owl-dots {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .media-section .owl-dots {
    position: initial;
    flex-direction: row;
    width: 100%;
    height: 12px;
    translate: 0 0;
    margin-top: 20px;
  }
}

.news-second-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--dark-200);
  width: 100%;
  height: 500px;
}
.news-second-section .head {
  margin-bottom: 60px;
}

.boxes-section .owl-dots {
  position: initial;
  translate: 0 0;
  margin-top: 20px;
}
.boxes-section .owl-dots .owl-dot span {
  background: var(--gray-200);
}
.boxes-section .owl-dots .owl-dot.active span {
  background: var(--main-light);
}
.boxes-section .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.boxes-section .wrap .area {
  width: 100%;
  max-width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .boxes-section .wrap .area {
    max-width: 100%;
  }
}
.boxes-section .wrap .area.full {
  max-width: 100%;
}
.boxes-section .wrap .area.right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.boxes-section .wrap .area.right-icons ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.boxes-section .wrap .area.right-icons ul li {
  width: 100%;
  max-width: calc(25% - 22.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .boxes-section .wrap .area.right-icons ul li {
    max-width: calc(50% - 15px);
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 350px) {
  .boxes-section .wrap .area.right-icons ul li {
    max-width: 100%;
  }
}
.boxes-section .wrap .area.right-icons ul li:hover .icon:after {
  transform: scale(2);
  opacity: 0.05;
}
.boxes-section .wrap .area.right-icons ul li:nth-child(2) .icon svg {
  fill: var(--box-color2);
}
.boxes-section .wrap .area.right-icons ul li:nth-child(2) .icon:after {
  background: var(--box-color2);
}
.boxes-section .wrap .area.right-icons ul li:nth-child(3) .icon svg {
  fill: var(--box-color3);
}
.boxes-section .wrap .area.right-icons ul li:nth-child(3) .icon:after {
  background: var(--box-color3);
}
.boxes-section .wrap .area.right-icons ul li:nth-child(4) .icon svg {
  fill: var(--box-color4);
}
.boxes-section .wrap .area.right-icons ul li:nth-child(4) .icon:after {
  background: var(--box-color4);
}
.boxes-section .wrap .area.right-icons ul li .icon {
  position: relative;
  display: inline-block;
  min-width: 95px;
  padding-top: 30px;
  text-align: left;
  margin: 0 0 28px;
}
@media (max-width: 991px) {
  .boxes-section .wrap .area.right-icons ul li .icon {
    text-align: center;
  }
}
.boxes-section .wrap .area.right-icons ul li .icon:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0.15;
  transition: all 0.5s ease;
  background: var(--box-color1);
}
@media (max-width: 991px) {
  .boxes-section .wrap .area.right-icons ul li .icon:after {
    left: 45%;
  }
}
.boxes-section .wrap .area.right-icons ul li .icon svg {
  width: 60px;
  height: 60px;
  fill: var(--box-color1);
  position: relative;
  z-index: 2;
}
.boxes-section .wrap .area.right-icons ul li h2 {
  color: var(--dark-100);
  position: relative;
  font-size: 24px;
  line-height: 1.2em;
  margin: 0 0 12px;
  font-family: "second";
  text-transform: capitalize;
  text-align: center;
}
.boxes-section .wrap .area.right-icons ul li p {
  color: var(--dark-100);
  font-size: 14px;
  text-align: center;
}
.boxes-section .wrap .area .description {
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-100);
  font-family: "main-r";
}
.boxes-section .wrap .area .description p {
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-100);
  font-family: "main-r";
  margin-bottom: 10px;
}
.boxes-section .wrap .area .description ul {
  padding-left: 25px;
  margin-bottom: 10px;
}
.boxes-section .wrap .area .description ul li {
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-100);
  font-family: "main-r";
  position: relative;
  list-style-type: disc;
}

.articles-section .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
.articles-section .head .title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .articles-section .head {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
.articles-section .wrap {
  position: relative;
  z-index: 2;
}
