@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/Satoshi-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/*CARROUSEL FIX*/
.sc-slick-slides.slick-not-init .slider-item:nth-child(n + 2) {
  display: none;
}

html,
body {
  font-size: 18px;
  color: #000000;
  font-family: "Titillium Web", sans-serif;
  vertical-align: baseline;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.3;
  background: #fff;
}

input,
textarea,
select {
  border: 0;
  background: transparent;
  transition: 0.4s;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
button {
  transition: 0.4s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  color: #101621;
  line-height: 1.2;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: 60px;
  font-weight: 600;
}

h3 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 0;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 300;
}

h6 {
  font-size: 15px;
  font-weight: 400;
}

.gx-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.gx-30 > div {
  padding-left: 15px;
  padding-right: 15px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

::selection {
  background: #006648;
  text-shadow: none;
  color: #ffffff;
  border: none;
}

.white-bg {
  background: #fff !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.trm-contract-content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.heading-area {
  color: #006648;
}

.heading-area .title {
  font-weight: 300;
  margin: 0 0 20px;
}

.trm-heading-area .sub-title {
  font-size: 16px;
  line-height: 18px;
  color: #424242;
}

.trm-sub-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  font-family: "Titillium Web", sans-serif;
}

.p-z-idex {
  position: relative;
  z-index: 3;
}

.margin_top {
  margin-top: -40px;
}

.white-color {
  color: #ffffff !important;
}

.body-color {
  color: #000000 !important;
}

.white-dark-color {
  color: rgba(255, 255, 255, 0.8);
}

.purple-color {
  color: #6fb74d;
}

.secondaryColor {
  color: #6fb74d;
}

.gray-bg {
  background: #fbf8ff;
}

.third-bg {
  background: #17975a;
}

.third_bg {
  color: #e2f1da;
}

.yellow-bg {
  background: #fefff5;
}

.white-bg {
  background: #fff;
}

.white-color {
  color: #fff;
}

.dark-bg-color {
  background: #101621;
}

.primary-color {
  color: #006648 !important;
}

.green-color {
  color: #70ef34;
}

.darker-bg {
  background: #f8f8f8;
}

.white-gay-color {
  background: #f0f0f0;
}

.slick-slider {
  margin: 0 -15px;
  position: relative;
  z-index: 9;
}

.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.primary-btn {
  color: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  background: #006648;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid transparent;
  padding: 6px 45px;
}

.primary-btn:hover {
  background: #ffffff;
  color: #ffffff;
}

.primary-btn:hover {
  border: 1px solid #006648;
  color: #006648;
}

.secendory-btn {
  color: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  background: #6fb74d;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 300;
  padding: 6px 45px;
  border: 1px solid transparent;
}

.secendory-btn:hover {
  background: #ffffff;
  color: #ffffff;
}

.secendory-btn:hover {
  border: 1px solid #6fb74d;
  color: #006648;
}

.last-btn,
.first-btn {
  color: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  background: transparent;
  text-align: center;
  text-transform: capitalize;
  border: 2px solid #ffffff;
  padding: 0 12px 2px;
  font-weight: 400;
}

.last-btn:hover,
.first-btn:hover {
  background: #ffffff;
  color: #ffffff;
}

.last-btn:hover,
.first-btn:hover {
  background: #ffffff;
  color: #006648;
}

.tecnica-btn,
.direccion-btn {
  color: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  background: transparent;
  text-align: center;
  text-transform: capitalize;
  border: 2px solid #ffffff;
  padding: 0 12px;
  font-weight: 400;
}

.tecnica-btn:hover,
.direccion-btn:hover {
  background: #ffffff;
  color: #ffffff;
}

.tecnica-btn:hover,
.direccion-btn:hover {
  background: #ffffff;
  color: #006648;
}

.trm-header-sticky .last-btn,
.trm-header-sticky .first-btn {
  color: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  background: transparent;
  text-align: center;
  text-transform: capitalize;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 0 12px;
}

.trm-header-sticky .last-btn:hover,
.trm-header-sticky .first-btn:hover {
  background: #ffffff;
  color: #ffffff;
}

.trm-header-sticky .last-btn:hover,
.trm-header-sticky .first-btn:hover {
  color: #006648;
}

.secondary-btn {
  color: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  background: #e2f1da;
  text-align: center;
  /* text-transform: capitalize; */
  background-color: #6fb74d;
  border: 1px solid transparent;
  padding: 5px 25px;
}

.secondary-btn:hover {
  background: #ffffff;
  color: #ffffff;
}

.secondary-btn:hover {
  border: 1px solid #6fb74d;
  color: #6fb74d;
}

.cta-btn {
  color: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  background: #ffffff;
  text-align: center;
  background-color: #ffffff;
  padding: 5px 25px;
  color: #006648;
}

.cta-btn:hover {
  background: #ffffff;
  color: #ffffff;
}

.cta-btn:hover {
  background: #006648;
  color: #ffffff;
}
.trm-cta-btn.cta-ofrecemos a.cta-btn {
  margin: 0 5px;
}
.trm-cta-btn.cta-ofrecemos a.cta-btn:first-child {
  margin: 0 5px 0 0;
}
.priary-borer {
  border: 1px solid #333;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

/* -----------------------
    17. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
  background: #006648;
  border-radius: 50%;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  width: 40px;
  color: #fff;
  line-height: 40px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  display: block;
}

#scrollUp i:hover {
  background-color: #6fb74d;
}

body .search-modal .modal-content {
  background: transparent;
  position: initial;
  border: 0;
}

body .search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

body .search-modal .close {
  color: #ffffff;
  background-color: transparent;
  opacity: 1;
  outline: none;
  transition: 0.4s;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 24px;
  z-index: -1;
  border: none;
}

body .search-modal .close:hover {
  color: #006648 !important;
  opacity: 1 !important;
}

body .modal-backdrop {
  opacity: 0.95 !important;
}

.sc-slick-slides {
  position: relative;
}

.sc-slick-slides .slick-arrow {
  border: none;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.sc-slick-slides .slick-arrow::before {
  position: absolute;
  content: "";
  top: 0;
  background: url(../images/icon/slider_pre.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  width: 26px;
  height: 49px;
}

.sc-slick-slides .next {
  left: auto;
  right: 80px;
}

.sc-slick-slides .next::before {
  background: url(../images/icon/slider_next.png);
  left: 45px;
}

.sc-slick-slides:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.sc-slick-slides:hover .prev {
  left: -35px;
}

.sc-slick-slides:hover .next {
  left: auto;
  right: 35px;
}

.ui-datepicker-next {
  right: 59%;
  left: auto;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  color: #6fb74d;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-title {
  position: relative;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  cursor: pointer;
  z-index: 10;
}

.ui-datepicker-header {
  background-color: transparent;
  color: white;
  font-family: "Titillium Web", sans-serif;
  height: 65px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  max-width: 442px;
  margin: 0 auto;
}

.ui-datepicker-next {
  position: absolute;
  left: 140px;
  top: 1px;
}

.ui-datepicker-next:after {
  position: absolute;
  content: "";
  top: 12px;
  background: url(../images/icon/arrow_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 9px;
  height: 18px;
  cursor: pointer;
}

.ui-datepicker-prev {
  position: absolute;
  left: -15px;
  top: 2px;
}

.ui-datepicker-prev::before {
  position: absolute;
  content: "";
  top: 12px;
  background: url(../images/icon/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: auto;
  width: 9px;
  height: 18px;
  cursor: pointer;
}

.ui-datepicker-calendar th {
  padding: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

.ui-datepicker-calendar {
  text-align: center;
  margin: 0 auto;
  padding: 8px;
}

.ui-datepicker-title {
  padding: 10px;
}

.ui-datepicker-calendar td {
  padding: 0 18px;
  line-height: 1.5;
}

.ui-datepicker-calendar tr {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
}

.ui-datepicker-calendar tr:last-child {
  border: none;
}

.ui-datepicker-calendar .ui-state-default {
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  cursor: default;
}

.ui-datepicker-calendar .ui-state-active {
  color: #fff;
  transition: 0.4s;
}
#calendar2 .ui-datepicker-calendar .ui-state-active {
  color: #006648;
  transition: 0.4s;
}
.trm-header-section {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 45px 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}

.trm-header-section .container {
  max-width: 1470px;
}

.trm-header-section:not(.trm-header-sticky) .sticky-logo {
  display: none;
}

.trm-header-section .trm-main-menu > ul > li {
  margin-right: 45px;
}

.trm-header-section .trm-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.trm-header-section .trm-main-menu li {
  display: inline-block;
  position: relative;
}

.trm-header-section .trm-main-menu li::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  background: #ffffff;
  top: 28px;
  left: 0;
  transition: 0.4s;
}

.trm-header-section .trm-main-menu li:last-child {
  margin-right: 0;
}

.trm-header-section .trm-main-menu li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.trm-header-section .trm-main-menu li a:hover {
  opacity: 0.8;
}

.trm-header-section .trm-main-menu li:hover::before {
  width: 100%;
}

.trm-header-section.trm-header-sticky ul li {
  position: relative;
}

.trm-header-section.trm-header-sticky ul li::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background: rgba(255, 255, 255, 0.8);
  top: 28px;
  left: 0;
  transition: 0.4s;
}

.trm-header-section.trm-header-sticky ul li:hover::before {
  width: 100%;
}

.trm-header-section.trm-header-sticky {
  background: -webkit-gradient(
    linear-gradient(330deg, #6fb74d 0%, #6fb74d 5.31%, #006749 98.8%)
  );
  background: linear-gradient(300deg, #6fb74d 0%, #6fb74d 5.31%, #006749 98.8%);
  padding: 10px 0;
  z-index: 99;
}

.trm-header-section.trm-header-sticky .default-logo {
  display: none;
}

.trm-header-section.trm-header-sticky .trm-main-menu > ul > li > a {
  color: #ffffff;
}

.trm-header-section.trm-header-sticky .trm-main-menu > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.trm-header-section.trm-header-sticky {
  position: fixed;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.trm-header-section .header-btn2 {
  position: relative;
  top: 5px;
}

.trm-header-section .header-btn2 .first-btn {
  margin-left: 40px;
}

.trm-header-section .header-btn2 .last-btn {
  margin-left: 35px;
}

.trm-header-section .search-icon {
  margin-left: 25px;
  margin-right: 15px;
}

.trm-header-section .search-icon a {
  font-size: 20px;
  transition: 0.4s;
  color: #ffffff;
}

.trm-header-section .search-icon a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.trm-header-section.trm-header-sticky .search-icon a {
  color: #ffffff;
}

.trm-header-section.trm-header-sticky .banner-social-icon ul li::before {
  display: none;
}

.trm-header-section.trm-header-sticky .banner-social-icon ul li a {
  width: 28px;
  height: 28px;
  line-height: 22px;
  background: #ffffff;
}

.trm-header-section.trm-header-sticky .banner-social-icon ul li a:hover {
  background: #ffffff;
  color: #006648;
}

.trm-header-section .banner-social-icon ul li {
  display: inline-block;
}

.trm-header-section .banner-social-icon ul li a {
  width: 28px;
  height: 28px;
  line-height: 22px;
  border-radius: 50%;
  color: #6fb74d;
  text-align: center;
  display: inline-block;
  background: #ffffff;
  transition: 0.4s;
  margin-right: 5px;
}

.trm-header-section .banner-social-icon ul li a:hover {
  background: #006648;
  color: #ffffff;
}

.trm-header-section2 {
  background: -webkit-gradient(
    linear-gradient(330deg, #6fb74d 0%, #6fb74d 5.31%, #006749 98.8%)
  );
  background: linear-gradient(300deg, #6fb74d 0%, #6fb74d 5.31%, #006749 98.8%);
  position: relative;
}

.trm-header-section2 .container {
  max-width: 1470px;
}

.trm-header-section2 .trm-main-menu > ul > li {
  margin-right: 45px;
}

.trm-header-section2 .trm-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.trm-header-section2 .trm-main-menu li {
  display: inline-block;
  position: relative;
}

.trm-header-section2 .trm-main-menu li::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  background: #ffffff;
  top: 28px;
  left: 0;
  transition: 0.4s;
}

.trm-header-section2 .trm-main-menu li:last-child {
  margin-right: 0;
}

.trm-header-section2 .trm-main-menu li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.trm-header-section2 .trm-main-menu li a:hover {
  opacity: 0.8;
}

.trm-header-section2 .trm-main-menu li:hover::before {
  width: 100%;
}

.trm-header-section2 .trm-main-menu li.active {
  position: relative;
}

.trm-header-section2 .trm-main-menu li.active::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #ffffff;
  top: 28px;
  left: 0;
  transition: 0.4s;
}

.trm-header-section2.trm-header-sticky ul li.active {
  position: relative;
}

.trm-header-section2.trm-header-sticky ul li.active::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #ffffff;
  top: 28px;
  left: 0;
  transition: 0.4s;
}

.trm-header-section2.trm-header-sticky {
  background: -webkit-gradient(
    linear-gradient(330deg, #6fb74d 0%, #6fb74d 5.31%, #006749 98.8%)
  );
  background: linear-gradient(300deg, #6fb74d 0%, #6fb74d 5.31%, #006749 98.8%);
  padding: 10px 0;
  z-index: 101;
}

.trm-header-section2.trm-header-sticky .default-logo {
  display: none;
}

.trm-header-section2.trm-header-sticky .trm-main-menu > ul > li > a {
  color: #ffffff;
}

.trm-header-section2.trm-header-sticky .trm-main-menu > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.trm-header-section2.trm-header-sticky li {
  display: inline-block;
  position: relative;
}

.trm-header-section2.trm-header-sticky li::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  background: #006648;
  top: 35px;
  left: 0;
  transition: 0.4s;
}

.trm-header-section2.trm-header-sticky li:hover::before {
  width: 100%;
}

.trm-gallery-section-area {
  padding-top: 110px;
  padding-bottom: 50px;
}

.trm-gallery-section-area .trm-gallery-content {
  max-width: 415px;
}

.trm-gallery-section-area .trm-gallery-content .description {
  line-height: 1.5;
  margin-bottom: 45px;
}

.trm-gallery-section-area .trm-gallery-content .gallery-btn {
  margin-bottom: 35px;
}

.trm-gallery-section-area2 {
  background: url(../images/banner/gallery-bg2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 70px;
}

.trm-gallery-section-area2 .trm_gallery_image-area {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.trm-gallery-section-area2 .trm_gallery_image-area .gallery-img {
  flex: 0 0 auto;
  width: 24.7%;
  overflow: hidden;
}

.trm-gallery-section-area2 .trm_gallery_image-area .gallery-img img {
  transition: 0.4s;
  transform: scale(1);
  cursor: pointer;
}

.trm-gallery-section-area2 .trm_gallery_image-area .gallery-img:hover img {
  transform: scale(1.2);
}

.trm-gallery-section-area2 .heading-area {
  margin-bottom: 55px;
}

.trm-cta-section-area {
  background: url(../images/banner/cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
}

.trm-cta-section-area .heading-area {
  padding-bottom: 124px;
  line-height: 1;
}

.trm-cta-section-area .section-btn {
  padding-bottom: 50px;
}

.trm-cta-section-area2 {
  background: url(../images/banner/cta-bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 265px;
}

.trm-cta-section-area2 .trm-content-area .cta-content .cta-title {
  line-height: 1;
  margin-bottom: 85px;
  font-size: 60px;
}

.trm-cta-section-area3 {
  background: url(../images/banner/seguridad-salud-somos-tirme.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 180px;
}

.trm-cta-section-area3 .cta-text {
  font-weight: 400;
}

.trm-cta-section-area4 {
  background: url(../images/banner/vision-mision-somos-tirme.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 70px;
}

.trm-cta-section-area4 .trm-cta-content-area {
  max-width: 710px;
}

.trm-cta-section-area4 .trm-cta-content-area .trm-cta-text p {
  font-weight: 400;
}

.trm-cta-section-area5 {
  background: url(../images/banner/reserva-compost-online-tirme.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 155px;
  padding-bottom: 180px;
}

.trm-cta-section-area5 .cta-area {
  padding-left: 235px;
  max-width: 950px;
  margin: 0 auto;
}

.trm-cta-section-area5 .cta-area .trm-cta-btn {
  padding-top: 20px;
}

.trm-cta-section-area6 {
  background: url(../images/banner/impacto-ambiental-lo-vivimos.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 200px;
}

.trm-cta-section-area6 .cta-area {
  max-width: 665px;
}

.trm-cta-section-area7 {
  background: url(../images/banner/pmva-lo-vivimos.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 140px;
}

.trm-cta-section-area7 .cta-area {
  max-width: 865px;
  margin: 0 auto;
}

.trm-social-section-area {
  padding-top: 110px;
  padding-bottom: 90px;
}

.trm-social-section-area .trm-social-content {
  padding-right: 30px;
}

.trm-social-section-area .trm-social-group .trm-social-image {
  margin-right: 35px;
}

.trm-social-section-area .trm-social-group .trm-social-image:last-child {
  margin-right: 0;
}

.trm-date-section-area {
  background: -webkit-gradient(
    linear-gradient(220deg, #dadb00 0%, #dadb00 45.31%, #96c21d 98.8%)
  );
  background: linear-gradient(
    220deg,
    #dadb00 0%,
    #dadb00 45.31%,
    #96c21d 98.8%
  );
  padding-top: 95px;
  padding-bottom: 70px;
}

.trm-prensa-section-area {
  background: #e2f1da;
  padding-top: 85px;
  padding-bottom: 45px;
}

.trm-prensa-section-area .heading-area .title {
  margin: 0 0 40px;
}

.trm-prensa-section-area .trm-prensa-content {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trm-prensa-section-area .trm-prensa-content .prensa-title {
  flex: 0 0 50%;
  width: 50%;
}

.trm-prensa-section-area .trm-prensa-content .date {
  flex: 0 0 25%;
  width: 25%;
  text-align: center;
}

.trm-prensa-section-area .trm-prensa-content .prensa-btn {
  flex: 0 0 25%;
  width: 25%;
}

.trm-prensa-section-area .trm-prensa-content h2 {
  font-size: 30px;
  line-height: 1;
  color: #006747;
}

.trm-prensa-section-area .trm-prensa-content h2 a {
  color: #006648;
  transition: 0.4s;
}

.trm-prensa-section-area .trm-prensa-content h2 a:hover {
  color: #6fb74d;
}

.trm-prensa-section-area .trm-prensa-content:last-child {
  margin-bottom: 0;
}

.trm-prensa-section-area .prensa-date-list ul .list_1 {
  margin-bottom: 75px;
}

.trm-prensa-section-area .prensa-date-list ul .list_2 {
  margin-bottom: 70px;
}

.trm-prensa-section-area .prensa-date-list ul .list_3 {
  margin-bottom: 60px;
}

.trm-prensa-section-area .prensa-date-list ul .list_4 {
  margin-bottom: 55px;
}

.trm-prensa-section-area .prensa-date-list ul .list_5 {
  margin-bottom: 60px;
}

.trm-prensa-section-area .prensa-btn-list .prensa_1 {
  margin-bottom: 45px;
}

.trm-prensa-section-area .prensa-btn-list .prensa_2 {
  margin-bottom: 45px;
}

.trm-prensa-section-area .prensa-btn-list .prensa_3 {
  margin-bottom: 35px;
}

.trm-prensa-section-area .prensa-btn-list .prensa_4 {
  margin-bottom: 35px;
}

.trm-prensa-section-area .prensa-btn-list .prensa_5 {
  margin-bottom: 35px;
}

.trm-prensa-section-area .trm-prensa-btn {
  padding-top: 30px;
}

.trm-prensa-section-area.trm-prensa-section-area2 {
  background: #ffffff;
}

.trm-prensa-section-area.trm-prensa-section-area2 .heading-area span {
  font-weight: 300;
  padding-left: 15px;
}

.trm-prensa-section-area.trm-prensa-section-area2 .prensa-date-list ul li {
  font-size: 20px;
}

.trm-prensa-section-area.trm-prensa-section-area2 .prensa-date-list ul .date_1 {
  margin-bottom: 72px;
}

.trm-prensa-section-area.trm-prensa-section-area2 .prensa-date-list ul .date_2 {
  margin-bottom: 63px;
}

.trm-prensa-section-area.trm-prensa-section-area2 .prensa-date-list ul .date_3 {
  margin-bottom: 100px;
}

.trm-prensa-section-area.trm-prensa-section-area2 .prensa-date-list ul .date_4 {
  margin-bottom: 53px;
}

.trm-prensa-section-area.trm-prensa-section-area2 .prensa-date-list ul .date_5 {
  margin-bottom: 88px;
}

.trm-prensa-section-area.trm-prensa-section-area2 .prensa-btn-list .prensa_6 {
  margin-bottom: 45px;
}

.trm-prensa-section-area.trm-prensa-section-area2 .prensa-btn-list .prensa_7 {
  margin-bottom: 45px;
}

.trm-prensa-section-area.trm-prensa-section-area2 .prensa-btn-list .prensa_8 {
  margin-bottom: 82px;
}

.trm-prensa-section-area.trm-prensa-section-area2 .prensa-btn-list .prensa_9 {
  margin-bottom: 35px;
}

.trm-prensa-section-area.trm-prensa-section-area2 .prensa-btn-list .prensa_10 {
  margin-bottom: 80px;
}

.trm-media-banner-area {
  background: url(../images/banner/slide-media-tirme.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 80px;
}

.trm-media-banner-area .banner-media-content {
  max-width: 460px;
  margin-left: auto;
  margin-right: 0;
}
.banner-media-content .bmc {
  display: none;
  margin-bottom: 30px;
}
.trm-contract-section-area {
  padding-top: 100px;
}

.trm-contract-section-area .heading-area span {
  font-weight: 300;
}

.trm-contract-section-area .trm-contract-group {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 35px;
  margin-bottom: 65px;
}

.trm-contract-section-area .trm-contract-group:last-child {
  border: none;
  margin-bottom: 40px;
}

.trm-contract-section-area
  .trm-contract-group
  .trm-contract-content
  .contract-title {
  font-size: 30px;
  margin-bottom: 0;
}

.trm-contract-section-area
  .trm-contract-group
  .trm-contract-content
  .contract-title
  a {
  color: #006648;
  transition: 0.4s;
  color: #006747;
}
.contract-title-first {
  padding-right: 200px;
}
.trm-contract-section-area
  .trm-contract-group
  .trm-contract-content
  .contract-title
  a:hover {
  opacity: 0.8;
}

.trm-contract-section-area2 {
  background: #e2f1da;
  padding-top: 85px;
}

.trm-contract-section-area2 .trm-contract-group {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.trm-contract-section-area2 .trm-contract-group:last-child {
  border: none;
  margin-bottom: 60px;
}

.trm-contract-section-area3 {
  padding-top: 85px;
}

.trm-contract-section-area3 .trm-contract-text {
  margin-bottom: 55px;
}

.economia-circular {
  padding-top: 100px;
  width: 3800px;
  height: 1100.375px;

  cursor:
    url("/assets/images/img-28-03-25/flecha_cursor.png") 45 45,
    default;
}

.economia-circular .titulo {
  margin-bottom: 50px;
}

.economia-circular .titulo h2 {
  font-weight: 300;
  font-size: 60px;
  margin-bottom: 10px;
}
.economia-circular .titulo h2 b {
  font-weight: 700;

  font-size: 60px;
}

.economia-circular .titulo span {
  font-size: 60px;
  font-weight: 700;
  margin-top: 15px;
}

.economia-circular .titulo p {
  margin-top: 15px;
}
.economia-circular .circulos {
  cursor:
    url("/assets/images/img-28-03-25/flecha_cursor.png") 45 45,
    default;
  position: relative;
}

.economia-circular .circulos .circulo {
  height: 330px;
  width: 330px;
  display: block;
  position: absolute;
}

.economia-circular .circulos a {
  cursor:
    url("/assets/images/img-28-03-25/flecha_cursor.png") 45 45,
    default;
}

.economia-circular .circulos a:hover {
  filter: brightness(0.9);
}

.economia-circular .circulos .circulo .elemento {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  cursor:
    url("/assets/images/img-28-03-25/flecha_cursor.png") 45 45,
    default;
}

.economia-circular .circulos .circulo.circulo-amarillo {
  top: 44px;
  left: 22px;
}
.economia-circular .circulos .circulo.circulo-azul {
  left: 480px;
  top: -30px;
}
.economia-circular .circulos .circulo.circulo-verde {
  left: 968px;
  top: 14px;
}
.economia-circular .circulos .circulo.circulo-gris {
  left: 290px;
  top: 388px;
}
.economia-circular .circulos .circulo.circulo-marron {
  left: 800px;
  top: 378px;
}

.economia-circular .circulos .circulo.circulo-amarillo h3 {
  font-family: "Nunito", serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 33px;
  color: white;
  position: absolute;
  left: 70px;
  top: 80px;
  z-index: 2;
}

.economia-circular .circulos .circulo.circulo-azul h3 {
  font-family: "Nunito", serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 33px;
  color: white;
  position: absolute;
  left: 80px;
  top: 80px;
  z-index: 2;
}

.economia-circular .circulos .circulo.circulo-verde h3 {
  font-family: "Nunito", serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 33px;
  color: white;
  position: absolute;
  left: 100px;
  top: 80px;
  z-index: 2;
}

.economia-circular .circulos .circulo.circulo-gris h3 {
  font-family: "Nunito", serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 33px;
  color: white;
  position: absolute;
  left: 80px;
  top: 80px;
  z-index: 2;
}

.economia-circular .circulos .circulo.circulo-marron h3 {
  font-family: "Nunito", serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 33px;
  color: white;
  position: absolute;
  left: 82px;
  top: 80px;
  z-index: 2;
}

.economia-circular .circulos .circulo-amarillo .botella-plastico {
  width: 280px;
  height: 280px;
  top: 148px;
  right: 90px;
  position: absolute;
}

.economia-circular .circulos .circulo-azul .carton {
  width: 280px;
  height: 280px;
  top: 138px;
  left: 20px;
  position: absolute;
}

.economia-circular .circulos .circulo-verde .vidrio {
  width: 280px;
  height: 280px;
  top: 118px;
  left: 100px;
  position: absolute;
}

.economia-circular .circulos .circulo-gris .rechazo {
  width: 280px;
  height: 280px;
  top: 128px;
  left: 28px;
  position: absolute;
}

.economia-circular .circulos .circulo-marron .manzana {
  width: 280px;
  height: 280px;
  top: 108px;
  right: 160px;
  position: absolute;
}

.economia-circular h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  pointer-events: none;
}

.economia-circular {
  display: None;
}
@media only screen and (min-width: 1599px) {
  .economia-circular {
    display: block;
  }
}

.trm-contract-section-area3 .trm-contract-group {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.trm-contract-section-area3 .trm-contract-group:last-child {
  border: none;
  margin-bottom: 60px;
}

.trm-map-section-area .contact-map iframe {
  width: 100%;
  height: 800px;
  filter: brightness(98%) contrast(71%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.trm-testimonial-section-area {
  background: #e2f1da;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.trm-testimonial-section-area .container-fluid {
  max-width: 1500px;
  padding: 0 30px;
}

.trm-testimonial-section-area .trm-testimonial-text {
  position: absolute;
  max-width: 400px;
  right: 13.5%;
  top: 100px;
}

.trm-testimonial-section-area .centerMode-slider {
  position: relative;
}

.trm-testimonial-section-area .centerMode-slider::before,
.trm-testimonial-section-area .centerMode-slider::after {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 0;
  width: 120px;
  height: 26%;
  background: linear-gradient(270deg, #e2f1da 32%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
}

.trm-testimonial-section-area .centerMode-slider::before {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 32%, #e2f1da 100%);
}

.trm-testimonial-section-area .centerMode-slider .serivce-box img {
  bottom: 0;
  width: 200px;
  height: 130px;
}

.trm-testimonial-section-area .centerMode-slider .slick-center img {
  transform: scale(1);
  width: 750px;
  height: 500px;
}

.trm-testimonial-section-area .centerMode-slider .slick-track {
  left: -200px;
  display: flex;
  align-items: flex-end;
}

.trm-testimonial-section-area .centerMode-slider .slick-arrow {
  border: none;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.trm-testimonial-section-area .centerMode-slider .slick-arrow::before {
  position: absolute;
  content: "";
  top: 160px;
  background: url(../images/icon/slider_pre.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  width: 26px;
  height: 49px;
}

.trm-testimonial-section-area .centerMode-slider .slick-next {
  left: auto;
  right: 0;
}

.trm-testimonial-section-area .centerMode-slider .slick-next::before {
  background: url(../images/icon/slider_next.png);
  left: 0;
}

.trm-testimonial-section-area .centerMode-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.trm-testimonial-section-area .centerMode-slider:hover .slick-prev {
  left: 0;
}

.trm-testimonial-section-area .centerMode-slider:hover .slick-next {
  right: 30px;
}

.trm-testimonial-section-area2 {
  background: url(../images/visita/educa-conciencia-tu-visita-tirme.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 110px;
}

.trm-testimonial-section-area2 .centerMode-slider .slick-track {
  left: 200px;
  display: flex;
  align-items: flex-end;
}

.trm-testimonial-section-area2 .centerMode-slider {
  position: relative;
}

.trm-testimonial-section-area2 .centerMode-slider::before,
.trm-testimonial-section-area2 .centerMode-slider::after {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 0;
  width: 120px;
  height: 26%;
  background: linear-gradient(270deg, #e4e5e9 32%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
}

.trm-testimonial-section-area2 .centerMode-slider::before {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 32%, #e4e5e9 100%);
}

.trm-testimonial-section-area2 .serivce-box img {
  bottom: 0;
  width: 200px;
  height: 130px;
}

.trm-testimonial-section-area2 .trm-visita-testimonial-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 40px;
}

.trm-testimonial-section-area2 .serivce-box {
  position: relative;
}

.trm-testimonial-section-area2 .serivce-box .trm-video-area {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}

.trm-testimonial-section-area2 .serivce-box .trm-video-area img {
  width: 80px !important;
  height: 80px !important;
}

.trm-testimonial-section-area2 .slick-center img {
  transform: scale(1);
  width: 750px;
  height: 500px;
}

.trm-testimonial-section-area2 .slick-center .trm-video-area {
  opacity: 1;
  visibility: visible;
}

.trm-testimonial-section-area3 {
  background: #ffffff;
  padding-top: 65px;
  padding-bottom: 85px;
}

.trm-testimonial-section-area3 .trm-visita-test-content .trm-des {
  margin-bottom: 0;
}

.trm-testimonial-section-area3 .centerMode-slider2 {
  position: relative;
}

.trm-testimonial-section-area3 .centerMode-slider2::before,
.trm-testimonial-section-area3 .centerMode-slider2::after {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 0;
  width: 120px;
  height: 26%;
  background: linear-gradient(270deg, #ffffff 32%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
}

.trm-testimonial-section-area3 .centerMode-slider2::before {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 32%, #ffffff 100%);
}

.trm-testimonial-section-area3 .centerMode-slider2 .slick-track {
  display: flex;
  align-items: flex-end;
}

.trm-testimonial-section-area3 .centerMode-slider2 .slick-arrow {
  border: none;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.trm-testimonial-section-area3 .centerMode-slider2 .slick-arrow::before {
  position: absolute;
  content: "";
  top: 160px;
  background: url(../images/icon/slider_pre.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  width: 26px;
  height: 49px;
}

.trm-testimonial-section-area3 .centerMode-slider2 .slick-next {
  left: auto;
  right: 0;
  z-index: 9;
}

.trm-testimonial-section-area3 .centerMode-slider2 .slick-next::before {
  background: url(../images/icon/slider_next.png);
  left: 0;
}

.trm-testimonial-section-area3 .centerMode-slider2:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.trm-testimonial-section-area3 .centerMode-slider2:hover .slick-prev {
  left: 0;
}

.trm-testimonial-section-area3 .centerMode-slider2:hover .slick-next {
  right: 30px;
}

.trm-testimonial-section-area4 {
  padding-bottom: 75px;
}

.trm-testimonial-section-area4 .trm-visita-test-content {
  margin-left: 78px;
}

.trm-testimonial-section-area4 .trm-visita-test-content .trm-des {
  margin-bottom: 0;
}

.trm-visita-calender-area {
  background: -webkit-gradient(
    linear-gradient(220deg, #dadb00 0%, #dadb00 45.31%, #96c21d 98.8%)
  );
  background: linear-gradient(
    220deg,
    #dadb00 0%,
    #dadb00 45.31%,
    #96c21d 98.8%
  );
  padding-top: 75px;
  padding-bottom: 85px;
}

.trm-visita-calender-area .calender-btn {
  padding-top: 45px;
}

.trm-visita-calender-area .calender-btn .cal-btn {
  margin-right: 15px;
}

.trm-video-section-area {
  background: url(../images/banner/tirme-economia.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 370px;
  padding-bottom: 375px;
  position: relative;
}

.trm-video-section-area .trm-video-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.trm-economia-section-area {
  padding-top: 95px;
  padding-bottom: 50px;
}

.trm-economia-section-area .economia-image-area {
  text-align: center;
  margin-bottom: 40px;
}

.trm-economia-section-area .economia-image-area img {
  margin-bottom: 15px;
}

.trm-economia-section-area
  .economia-image-area
  .trm-economia-text
  .economia-title {
  margin-bottom: 0;
}

.trm-objetivous-section-area {
  background: #e2f1da;
  padding-top: 90px;
  padding-bottom: 120px;
}

.trm-objetivous-section-area .heading-area {
  margin-bottom: 55px;
}

.trm-objetivous-section-area .trm-objetivous-item {
  overflow: hidden;
}

.trm-objetivous-section-area .trm-objetivous-item .objetivous-img {
  flex: 0 0 auto;
  width: 22%;
  flex-wrap: wrap;
  margin-right: 90px;
}

.trm-objetivous-section-area .trm-objetivous-item .trm-objetivous-text {
  flex: 0 0 auto;
  width: 65%;
  flex-wrap: wrap;
}

.trm-group-section-area {
  background: -webkit-gradient(
    linear-gradient(220deg, #dadb00 0%, #dadb00 45.31%, #96c21d 98.8%)
  );
  background: linear-gradient(
    220deg,
    #dadb00 0%,
    #dadb00 45.31%,
    #96c21d 98.8%
  );
  padding-top: 100px;
  padding-bottom: 100px;
}

.trm-group-section-area .trm-group-box {
  position: relative;
  /* margin-right: 60px; */
}

.trm-group-section-area .trm-group-box .group-btn {
  margin-bottom: 75px;
}

.trm-group-section-area .trm-group-box .group-btn-area {
  margin-bottom: 5px;
}

.trm-group-section-area .trm-group-box .trm_shape1 {
  position: absolute;
  top: 58px;
  left: 30%;
}

.trm-group-section-area .trm-group-box .trm_shape2 {
  position: absolute;
  left: 50%;
  top: 58px;
  transform: translateX(-50%);
}

.trm-group-section-area .trm-group-box .trm_shape3 {
  position: absolute;
  top: 58px;
  right: 29.5%;
}

.trm-group-section-area .trm-group-box .group-btn-two {
  padding-top: 14px;
}

.trm-group-section-area .trm-group-content span {
  color: #000000;
  font-weight: 600;
}

.trm-group-section-area .trm-btn {
  position: relative;
}

.trm-group-section-area .trm-group-content {
  padding-left: 30px;
}
#div-organig {
  transition: 0.5s;
  height: 100%;
  overflow: hidden;
}
.org-ocult {
  height: 330px !important;
}

.btn-organig {
  color: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  background: #006648;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid transparent;
  padding: 6px 45px;
  float: right;
}
.btn-organig:hover {
  border: 1px solid #006648;
  color: #006648;
  background: #ffffff;
}
.trm-group-section-area .tecnica {
  left: 12px;
}

.trm-group-section-area .direccion {
  left: 10px;
}

.trm-text-section-area {
  padding-top: 95px;
  padding-bottom: 85px;
}

.trm-text-section-area .text-content-area {
  max-width: 800px;
  margin: 0 auto;
}

.trm-text-section-area .text-content-area p {
  font-weight: 400;
}

.trm-text-section-area .text-content-area .primary-btn {
  margin-top: 40px;
}

.trm-text-section-area2 {
  background: -webkit-gradient(
    linear-gradient(220deg, #396e49 0%, #396e49 6.31%, #9bbb39 98.8%)
  );
  background: linear-gradient(220deg, #396e49 0%, #396e49 6.31%, #9bbb39 98.8%);
  padding-top: 110px;
  padding-bottom: 105px;
}

.trm-text-section-area2 .heading-area {
  margin-bottom: 95px;
}

.trm-text-section-area2 .slider-header-content h3 {
  font-weight: 600;
}

.trm-text-section-area2 .slider-header-content span {
  font-size: 28px;
  font-weight: 300;
}

.trm-text-section-area3 .heading-area {
  margin-bottom: 60px;
}

.trm-text-section-area3 .slider-header-content span {
  font-size: 28px;
  font-weight: 600;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  padding: 8px 0;
  position: relative;
}

.accordion-item.accordion-last {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}

.accordion-item::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 100%;
}

.accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  color: #424242;
  font-weight: 400;
  position: relative;
  padding: 0;
}

.accordion-item .accordion-header .accordion-button:before {
  position: absolute;
  top: 0;
  right: 25px;
  font-family: "remixicon";
  content: "\ea12";
  color: #101621;
  font-size: 20px;
  transform: rotate(-180deg);
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #006648;
  box-shadow: none;
  background-color: transparent;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  content: "";
  color: #006648;
  position: absolute;
  width: 12px;
  height: 2px;
  background: #000000;
  top: 5px;
  right: 30px;
}

.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion-item .accordion-body {
  padding: 6px 0;
  padding-right: 80px;
}

.accordion-item .accordion-body strong {
  color: #000000;
  font-weight: bold;
}

.trm-valorizacion-section-area {
  padding-top: 110px;
  padding-bottom: 90px;
}

.trm-valorizacion-section-area .trm-valorizacion-content {
  margin-bottom: 90px;
}

.trm-form-section-area {
  background: #e2f1da;
  padding-top: 65px;
  padding-bottom: 70px;
}

.trm-form-section-area .heading-area {
  margin-bottom: 40px;
}

/* .trm-form-section-area .form-box {
  margin-bottom: 13px;
}

.trm-form-section-area .form-box label {
  margin-bottom: 5px;
}

.trm-form-section-area .form-box textarea,
.trm-form-section-area .form-box input {
  background: #ffffff;
  width: 100%;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 8px 0;
}

.trm-form-section-area .form-box textarea {
  height: 200px;
}

.trm-form-section-area .form-area {
  padding-right: 45px;
} */

.trm-visita-calender-area .form-box {
  margin-bottom: 13px;
}

.trm-visita-calender-area .form-box label {
  margin-bottom: 5px;
}

.trm-visita-calender-area .form-box textarea,
.trm-visita-calender-area .form-box input {
  background: #ffffff;
  width: 100%;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 8px 0;
}

.trm-visita-calender-area .form-box textarea {
  height: 200px;
}

.trm-visita-calender-area .form-area {
  padding-right: 45px;
}
.trm-form-section-area .progress-area {
  padding-left: 10px;
}

.trm-form-section-area .progress-area .title {
  font-size: 40px;
}

.trm-form-section-area .progress-area .progress {
  margin-bottom: 15px;
  background: transparent;
  height: 55px;
  position: relative;
}

.trm-form-section-area .progress-area .progress .progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
  text-align: right;
  border-radius: 5px;
}

.trm-form-section-area .progress-area .progress .progress-bar .progress-title {
  position: absolute;
  top: 14px;
  left: 20px;
  opacity: 0;
  font-size: 18px;
  animation: show 0.35s forwards ease-in-out 0.5s;
}

.trm-form-section-area .progress-area .progress .progress-bar span {
  font-size: 18px;
  font-weight: 400;
}

.trm-form-section-area .progress-area .progress .title1 {
  padding-right: 20px;
}

.trm-form-section-area .progress-area .progress .title2 {
  padding-right: 10px;
}

.trm-form-section-area .progress-area .progress .title3 {
  padding-right: 25px;
}

.trm-form-section-area .progress-area .progress .title4 {
  padding-right: 15px;
}

.trm-form-section-area .progress-area .progress .progress-bar-color {
  background: -webkit-gradient(
    linear-gradient(215deg, #61b168 0%, #91c026 45.31%, #91c026 98.8%)
  );
  background: linear-gradient(
    215deg,
    #61b168 0%,
    #91c026 45.31%,
    #91c026 98.8%
  );
}

.trm-form-section-area .progress-area .progress .progress-bar-color-two {
  background: -webkit-gradient(
    linear-gradient(330deg, #91c026 0%, #006749 45.31%, #006749 98.8%)
  );
  background: linear-gradient(
    300deg,
    #91c026 0%,
    #006749 45.31%,
    #006749 98.8%
  );
}

.trm-form-section-area .progress-area .progress .progress-bar-color-three {
  background: -webkit-gradient(
    linear-gradient(220deg, #dadb00 0%, #dadb00 45.31%, #96c21d 98.8%)
  );
  background: linear-gradient(
    220deg,
    #dadb00 0%,
    #dadb00 45.31%,
    #96c21d 98.8%
  );
}

.trm-form-section-area .progress-area .progress .progress-bar-color-four {
  background: -webkit-gradient(
    linear-gradient(215deg, #94c022 0%, #94c022 45.31%, #61b168 98.8%)
  );
  background: linear-gradient(
    215deg,
    #94c022 0%,
    #94c022 130.31%,
    #61b168 98.8%
  );
}

.trm-form-section-area .progress-area .progress .progress-bar-color-five {
  background: -webkit-gradient(
    linear-gradient(235deg, #006749 0, #006749 45.31%, #91c026 98.8%)
  );
  background: linear-gradient(235deg, #006749 0, #006749 45.31%, #91c026 98.8%);
}

.trm-form-section-area .progress-area .progress .progress-bar-color-six {
  background: -webkit-gradient(
    linear-gradient(220deg, #96c21d 0%, #dadb00 45.31%, #dadb00 98.8%)
  );
  background: linear-gradient(
    220deg,
    #96c21d 0%,
    #dadb00 45.31%,
    #dadb00 98.8%
  );
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.trm-form-media-section-area {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
}

.trm-form-media-section-area .heading-area {
  margin-bottom: 15px;
}

.trm-form-media-section-area .trm-contact ul li {
  font-size: 20px;
  font-weight: 400;
}

.trm-form-media-section-area .trm-contact ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.trm-form-media-section-area .heading-form {
  margin-bottom: 0;
}

.trm-form-media-section-area .heading-form .title {
  margin-bottom: 0;
}

.trm-form-media-section-area .form-title {
  margin-bottom: 0;
}

.trm-form-media-section-area .trm-form-content {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 55px;
  margin-bottom: 65px;
}

.trm-form-media-section-area .trm-form-content .heading-area .title {
  margin-bottom: 0;
}

.trm-form-media-section-area .trm-form-content .form-title {
  font-size: 30px;
}

.trm-form-media-section-area .trm-form-media-list ul li {
  display: inline-block;
  padding-right: 2px;
}

.trm-form-media-section-area .trm-form-media-list ul li a {
  background: #006648;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: 0.4s;
  font-size: 22px;
  color: #ffffff;
}

.trm-form-media-section-area .trm-form-media-list ul li a:hover {
  border-color: #006648;
  background: transparent;
  color: #006648;
}

.trm-form-media-section-area .trm-select-form-box {
  padding-right: 10px;
}

.trm-form-media-section-area .trm-select-form-box .select-box {
  width: 100%;
  border: 1px solid #979797;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
}

.trm-form-media-section-area .trm-select-form-box .form-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.trm-form-media-section-area .trm-select-form-box .form-box label {
  font-size: 30px;
  font-weight: 700;
  color: #006747;
  min-width: 220px;
}

.trm-form-media-section-area .trm-select-form-box .form-box textarea,
.trm-form-media-section-area .trm-select-form-box .form-box input {
  width: 100%;
  border: 1px solid #979797;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
}

.trm-form-media-section-area .trm-select-form-box .form-box textarea {
  height: 225px;
  margin-bottom: 10px;
}

.trm-form-media-section-area .trm-select-form-box .form-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

.trm-form-media-section-area .trm-select-form-box .form-des {
  font-size: 16px;
  font-weight: 400;
}

.trm-form-media-section-area .top-btn {
  position: absolute;
  bottom: 21.5%;
  /* bottom: 12.5%; */
}

.trm-form-media-section-area2 {
  padding-top: 90px;
  background: #e2f1da;
}

.trm-form-media-section-area2 .heading-area {
  margin-bottom: 0;
}

.trm-form-media-section-area2 .heading-area .media-title {
  margin-bottom: 0;
}

.trm-form-media-section-area2 .trm-select-form-box {
  max-width: 950px;
}

.trm-form-media-section-area2 .trm-select-form-box .media-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.trm-form-media-section-area2 .text-bottom {
  margin-bottom: 20px;
}

.trm-form-media-section-area2 .middle-btn {
  position: absolute;
  /* bottom: 40.5%; */
  bottom: 37.5%;
}

.trm-form-test-section-area {
  position: relative;
  padding-top: 105px;
  padding-bottom: 70px;
}

.trm-form-test-section-area .heading-area span {
  font-weight: 300;
}

.trm-form-test-section-area .bottom-btn {
  position: absolute;
  bottom: 15%;
}

.trm-overlay-bg2,
.trm-overlay-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}

.trm-wishlist-canva,
.trm-product-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  z-index: 9999;
  background: #fff;
  padding: 30px 30px 30px;
  right: -450px;
  opacity: 0;
  visibility: visible;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.trm-wishlist-canva .close-btn a i,
.trm-product-offcanvas-wrapper .close-btn a i {
  background: #efefef;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  color: #000000;
  border-radius: 25px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.trm-wishlist-canva .close-btn a i:hover,
.trm-product-offcanvas-wrapper .close-btn a i:hover {
  background: #006648;
  color: #fff;
}

.trm-product-offcanvas-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  z-index: 9999;
  background: #fff;
  padding: 30px 30px 30px;
  right: -450px;
  opacity: 0;
  visibility: visible;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.trm-product-offcanvas-area .trm-offcanvas-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
  margin-bottom: 30px;
}

.trm-product-offcanvas-area
  .trm-offcanvas-header
  .offcanvas-title
  .product-title {
  font-weight: 500;
  font-size: 20px;
}

.trm-product-offcanvas-area .offcanvas-icon a i {
  font-size: 20px;
  color: #454545;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #006648;
  border-radius: 40px;
  color: #ffffff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.trm-product-offcanvas-area .offcanvas-icon a i:hover {
  background: #006648;
}

.trm-product-offcanvas-area .trm-offcanvas-icon-list {
  padding-top: 25px;
}

.trm-product-offcanvas-area .trm-offcanvas-icon-list ul li {
  display: inline-block;
  padding-right: 5px;
}

.trm-product-offcanvas-area .trm-offcanvas-icon-list ul li i {
  background: #101621;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.trm-product-offcanvas-area .trm-offcanvas-icon-list ul li i:hover {
  background: #006648;
}

.cart_expanded .trm-product-offcanvas-wrapper {
  right: 0;
}

.cart_expanded .trm-product-offcanvas-wrapper,
.cart_expanded .trm-overlay-bg {
  opacity: 1;
  visibility: visible;
}

.canvas_expanded .trm-product-offcanvas-area {
  right: 0;
}

.canvas_expanded .trm-product-offcanvas-area,
.canvas_expanded .trm-overlay-bg2 {
  opacity: 1;
  visibility: visible;
}

.mobile-navbar-menu .nav-menu li {
  position: relative;
}

.mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: #006648;
  padding: 10px 0;
  line-height: 45px;
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}

.mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}

.mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}

.mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.mobile-navbar-menu span.submenu-button:before,
.mobile-navbar-menu span.submenu-button:after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #151625;
  z-index: 2;
  content: "";
  right: 12px;
  width: 12px;
}

.mobile-navbar-menu span.submenu-button:before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}

.mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}

.mobile-navbar-menu .submenu-button.submenu-opened:before {
  display: none;
}

.mobile-navbar-menu ul ul li,
.mobile-navbar-menu li:hover > ul > li {
  height: auto;
}

.trm-category-tabs .carousel-nav-icon {
  height: 48px;
  width: 48px;
}

.trm-category-tabs .carousel-item .col,
.trm-category-tabs .carousel-item .col-sm,
.trm-category-tabs .carousel-item .col-md {
  margin: 8px;
  height: 300px;
  background-size: cover;
  background-position: center center;
}

.trm-serice-section-area {
  position: relative;
  padding-top: 113px;
  padding-bottom: 113px;
}

.trm-serice-section-area .trm-service-area {
  margin: 0;
  position: relative;
  z-index: 9;
}

.services-area {
  border-radius: 5px;
}

.services-area .trm-service-content {
  background: -webkit-gradient(
    linear-gradient(215deg, #61b168 0%, #91c026 45.31%, #91c026 98.8%)
  );
  background: linear-gradient(
    215deg,
    #61b168 0%,
    #91c026 45.31%,
    #91c026 98.8%
  );
  padding: 40px 20px 25px;
  min-height: 265px;
  border-radius: 5px 5px 0 0;
}

.services-area .trm-service-content svg {
  margin-bottom: 20px;
}

.services-area .trm-service-content .valorización {
  max-width: 76.88px;
}

.services-area .trm-service-content .energética {
  max-width: 107.51px;
}

.services-area .trm-service-content .eliminación {
  max-width: 99.92px;
}

.services-area .trm-service-content .residuos {
  max-width: 115.17px;
}

.services-area .trm-service-content .service-title {
  line-height: 1;
  font-size: 30px;
  font-weight: 300;
}

.services-area .serivce-image img {
  width: 100%;
}

.services-area .content-gradient-two {
  background: -webkit-gradient(
    linear-gradient(180deg, #73b84b 0%, #00704b 45.31%, #00704b 98.8%)
  );
  background: linear-gradient(
    240deg,
    #73b84b 0%,
    #00704b 45.31%,
    #00704b 98.8%
  );
}

.services-area .content-gradient-three {
  background-image: linear-gradient();
  background: -webkit-gradient(
    linear-gradient(180deg, #8fbf2e 0%, #d6d900 45.31%, #d6d900 98.8%)
  );
  background: linear-gradient(
    250deg,
    #8fbf2e 0%,
    #d6d900 45.31%,
    #d6d900 98.8%
  );
}

.services-area .content-gradient-four {
  background: -webkit-gradient(
    linear-gradient(180deg, #91c026 0%, #91c026 45.31%, #91c026 98.8%)
  );
  background: linear-gradient(
    200deg,
    #91c026 0%,
    #76b947 45.31%,
    #76b947 98.8%
  );
}

.trm-serice-section-area2 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.trm-serice-section-area2 .services-area {
  border-radius: 8px;
}

.trm-serice-section-area2 .services-area .service-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

.trm-serice-section-area2 .services-area .trm-service-content {
  border-radius: 8px;
  padding: 40px 20px 25px;
}

.trm-serice-section-area2 .services-area .trm-service-content .description {
  font-size: 20px;
}

.trm-serice-section-area2 .content-gradient-two {
  background: -webkit-gradient(
    linear-gradient(220deg, #326a4c 0%, #00704b 45.31%, #00704b 98.8%)
  );
  background: linear-gradient(
    220deg,
    #326a4c 0%,
    #326a4c 45.31%,
    #83b155 98.8%
  );
}

.trm-serice-section-area2 .content-gradient-three {
  background-image: linear-gradient();
  background: -webkit-gradient(
    linear-gradient(180deg, #8fbf2e 0%, #d6d900 45.31%, #d6d900 98.8%)
  );
  background: linear-gradient(
    250deg,
    #8fbf2e 0%,
    #d6d900 45.31%,
    #d6d900 98.8%
  );
}

.trm-serice-section-area2 .content-gradient-four {
  background: -webkit-gradient(
    linear-gradient(180deg, #91c026 0%, #91c026 45.31%, #91c026 98.8%)
  );
  background: linear-gradient(
    200deg,
    #91c026 0%,
    #76b947 45.31%,
    #76b947 98.8%
  );
}

.trm-serice-section-area3 {
  padding-top: 115px;
  padding-bottom: 70px;
}

.trm-serice-section-area3 .serivce-box {
  border-radius: 8px;
  overflow: hidden;
}

.trm-serice-section-area3 .services-area-one {
  background: #94bb48;
}

.trm-serice-section-area3 .services-area-two {
  background: #bfcd2d;
}

.trm-serice-section-area3 .services-area-three {
  background: #6d9e52;
}

.trm-serice-section-area3 .trm-service-content-two {
  background: -webkit-gradient(
    linear-gradient(180deg, #9fc03b 0%, #95bb46 45.31%, #95bb46 98.8%)
  );
  background: linear-gradient(
    180deg,
    #9fc03b 0%,
    #95bb46 45.31%,
    #95bb46 98.8%
  );
}

.trm-serice-section-area3 .trm-service-content-three {
  background-image: linear-gradient();
  background: -webkit-gradient(
    linear-gradient(220deg, #bdcd2d 0%, #bdcd2d 45.31%, #bdcd2d 98.8%)
  );
  background: linear-gradient(
    220deg,
    #bdcd2d 0%,
    #bdcd2d 45.31%,
    #bdcd2d 98.8%
  );
}

.trm-serice-section-area3 .trm-service-content-four {
  background: -webkit-gradient(
    linear-gradient(370deg, #598c50 0%, #80af54 45.31%, #85b355 98.8%)
  );
  background: linear-gradient(
    370deg,
    #80af54 0%,
    #598c50 45.31%,
    #598c50 98.8%
  );
}

.trm-serice-section-area3 .trm-service-content {
  padding: 35px 30px 15px;
  border-radius: 0;
  min-height: 410px;
}

.trm-serice-section-area3 .trm-service-content p {
  font-size: 20px;
}

.trm-feature-section-area {
  background: #e2f1da;
  padding-bottom: 50px;
  padding-top: 60px;
}

.trm-feature-section-area .trm-feature-content {
  padding-left: 20px;
}

.trm-feature-section-area .trm-feature-content .feature-title {
  font-size: 60px;
  margin-bottom: 30px;
}

.trm-feature-section-area .trm-feature-content .description {
  margin-bottom: 65px;
}

.trm-feature-section-area .primary-btn {
  margin-top: 20px;
}

.trm-feature-section-area2 {
  background: #e2f1da;
  padding-top: 55px;
  padding-bottom: 45px;
}

.trm-feature-section-area2 .trm-feature-image {
  padding-right: 25px;
}

.trm-feature-section-area2 .trm-feature-content .primary-btn {
  margin-top: 70px;
}

.trm-feature-section-area3 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.trm-feature-section-area3 .heading-area span {
  font-weight: 300;
}

.trm-feature-section-area4 {
  padding-top: 85px;
  padding-bottom: 100px;
}

.trm-counter-section-area {
  padding-top: 105px;
  padding-bottom: 80px;
}

.trm-counter-section-area .counter-wrapper {
  max-width: 1130px;
}

.trm-counter-section-area .heading-area {
  margin-bottom: 45px;
}

.trm-counter-section-area .odometer {
  font-size: 50px;
  color: #6fb74d;
  font-weight: 400;
}
.unidadodometer {
  color: #6fb74d;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 0;
  font-size: 30px;
}
.trm-counter-section-area .trm-counter-content-box .counter-image {
  margin-right: 40px;
  margin-top: 15px;
}

.trm-counter-section-area
  .trm-counter-content-box
  .sc-counter-box
  .trm-counter {
  font-size: 60px;
  color: #6fb74d;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

.trm-counter-section-area
  .trm-counter-content-box
  .sc-counter-box
  .description {
  line-height: 1.3;
  font-weight: 300;
  max-width: 155px;
  font-size: 20px;
}

.trm-counter-section-area2 {
  background: #e2f1da;
  padding-top: 80px;
  padding-bottom: 65px;
}

.trm-counter-section-area2 .container {
  max-width: 1520px;
}

.trm-counter-section-area2 .heading-area span {
  font-weight: 300;
}

.trm-counter-section-area2 .trm-counter-content-box .counter-image {
  margin-right: 15px;
  max-width: 80px;
}

.trm-counter-section-area2 .trm-counter-content-box .sc-counter-box .sc-count {
  color: #6fb74d;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 55px;
  line-height: 0;
}

.trm-counter-section-area2 .trm-counter-content-box .sc-counter-box .odometer {
  font-size: 60px;
  color: #6fb74d;
  margin-bottom: 0;
  font-weight: 300;
}

.trm-counter-section-area2 .trm-counter-content-box .sc-counter-box p {
  line-height: 1.2;
  font-size: 20px;
}

.trm-slider-section-area {
  /* background: url(../images/banner/banner_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
}

.trm-slider-section-area .slider-header-content {
  position: relative;
  z-index: 9;
}

.trm-slider-section-area .slider-header-content .slider-title,
.trm-slider-section-area .slider-header-content .slider-sub-title {
  color: #ffffff;
}

.trm-slider-section-area .slider-header-content .slider-title {
  margin-bottom: 26px;
  font-weight: 400;
  max-height: 216px;
  min-height: 216px;
}

.trm-slider-section-area .slider-header-content span {
  font-weight: 600;
}

.trm-slider-section-area .slick-current .slider-header-content .slider-title,
.trm-slider-section-area .slick-current .slider-header-content .primary-btn,
.trm-slider-section-area
  .slick-current
  .slider-header-content
  .slider-sub-title {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: lightSpeedInLeft;
  animation-delay: 0.5s;
}

.trm-slider-section-area .slick-current .slider-header-content .slider-title {
  animation-name: fadeInDown;
}

.trm-slider-section-area .slick-current .slider-header-content .primary-btn {
  animation-name: fadeInUp;
}

.trm-slider-section-area .slick-counter {
  position: absolute;
  left: 378px;
  bottom: 45px;
  color: #fff;
  color: #fff;
}

.trm-slider-section-area .slick-counter .current {
  font-size: 55px;
}

.trm-slider-section-area .slick-arrow {
  font-size: 0;
}

.trm-slider-section-area .slick-arrow:before {
  position: absolute;
  bottom: 62px;
  font-family: "remixicon";
  color: #fff;
  font-size: 30px;
  z-index: 9;
}

.trm-slider-section-area .slick-prev:before {
  content: "\ea60";
  left: 330px;
}

.trm-slider-section-area .slick-next:before {
  content: "\ea6c";
  left: 450px;
}

.trm-slider-section-area .slick-dots {
  text-align: center;
  max-width: 170px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
}

.trm-slider-section-area .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.trm-slider-section-area .slick-dots li button {
  display: inline-block;
  padding: 0;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin: 0;
  font-size: 0;
  background: transparent;
  transition: 0.4s;
}

.trm-slider-section-area .slick-dots li button:hover {
  background: #fff;
}

.trm-slider-section-area .slick-dots .slick-active {
  background: #fff;
  width: 9px;
  height: 9px;
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
}

.trm-slider-section-area .sc-slick-slides {
  position: relative;
}

.trm-slider-section-area .sc-slick-slides .slick-arrow {
  border: none;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.trm-slider-section-area .sc-slick-slides .slick-arrow::before {
  position: absolute;
  content: "";
  top: 0;
  background: url(../images/icon/slider_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 45px;
  width: 26px;
  height: 49px;
}

.trm-slider-section-area .sc-slick-slides .next {
  left: auto;
  right: 80px;
}

.trm-slider-section-area .sc-slick-slides .next::before {
  background: url(../images/icon/slider_1.png);
  left: 45px;
}

.trm-slider-section-area .sc-slick-slides:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.trm-slider-section-area .sc-slick-slides:hover .prev {
  left: 65px;
}

.trm-slider-section-area .sc-slick-slides:hover .next {
  left: auto;
  right: 135px;
}

.trm-slider-section-area2 .slider-header-content,
.trm-slider-section-area1 .slider-header-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 370px 20px 239px;
}

.trm-slider-section-area2 {
  /* background: url(../images/banner/slide-que-ofrecemos-tirme.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.trm-slider-section-area2 .slider-item .slider-header-content {
  padding: 230px 20px 295px;
}

.trm-slider-section-area2 .slider-item .slider-header-content .header-title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 5px;
}

.trm-slider-section-area2
  .slider-item
  .slider-header-content
  .heading-area
  .title {
  margin-bottom: 0;
}

.trm-slider-section-area2 .slider-item .slider-header-content p {
  max-width: 450px;
}

.trm-slider-section-area2 .slider-item .slider-header-content h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 45px;
}

.trm-recogida-slider-area2 {
  background: -webkit-gradient(
    linear-gradient(220deg, #396e49 0%, #396e49 6.31%, #9bbb39 98.8%)
  );
  background: linear-gradient(220deg, #396e49 0%, #396e49 6.31%, #9bbb39 98.8%);
}

.trm-recogida-slider-area2 .slider-item .slider-header-content {
  max-width: 1050px;
  margin: 0 auto 100px;
  padding: 105px 30px 0px !important;
}

.trm-recogida-slider-area2 .slider-item .sub-tilte {
  font-size: 30px;
  padding-left: 15px;
  font-weight: 300;
}

.slick-arrow {
  border: none;
}

.trm-recogida-slider-area {
  background: -webkit-gradient(
    linear-gradient(220deg, #dadb00 0%, #dadb00 6.31%, #96c21d 98.8%)
  );
  background: linear-gradient(220deg, #dadb00 0%, #dadb00 6.31%, #96c21d 98.8%);
}

.trm-recogida-slider-area .slider-item .slider-header-content {
  max-width: 1050px;
  margin: 0 auto 100px;
  padding: 105px 30px 0px !important;
}

.trm-recogida-slider-area .slider-item img {
  margin-bottom: 95px;
}

.trm-recogida-slider-area .slider-item .sub-tilte {
  font-size: 30px;
  padding-left: 15px;
  font-weight: 300;
}

.trm-blog-section-area {
  padding-top: 55px;
  padding-bottom: 70px;
}

.trm-blog-section-area .heading-area {
  margin-bottom: 45px;
}

.trm-blog-section-area .trm-blog-item .blog-title {
  font-size: 30px;
  font-weight: 700;
}

.trm-blog-section-area .trm-blog-item .blog-images {
  overflow: hidden;
  margin-bottom: 25px;
  height: 250px;
}

.trm-blog-section-area .trm-blog-item .blog-images img {
  transition: 0.4s;
  transform: scale(1);
}

.trm-blog-section-area .trm-blog-item .blog-images img:hover {
  transform: scale(1.2);
}

.trm-blog-section-area .trm-blog-item .trm-blog-content a {
  color: #006747;
  line-height: 1;
}

.trm-blog-section-area .trm-blog-item .trm-blog-content a:hover {
  color: #6fb74d;
}

.trm-blog-section-area .trm-blog-item .trm-blog-content p {
  font-size: 20px;
  line-height: 1.2;
}

.trm-blog-section-area .sc-slick-slide {
  position: relative;
}

.trm-blog-section-area .sc-slick-slide .slick-arrow {
  border: none;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: -30px;
  left: auto;
  right: 40px;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.trm-blog-section-area .sc-slick-slide .slick-arrow::before {
  position: absolute;
  content: "\ea64";
  top: -10px;
  font-family: "remixicon";
  color: #101621;
  font-size: 16px;
  z-index: 9;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  background: transparent;
  left: -38px;
}

.trm-blog-section-area .sc-slick-slide .slick-arrow:hover::before {
  background: #006648;
  color: #fff;
  border-color: transparent;
}

.trm-blog-section-area .sc-slick-slide .next {
  left: auto;
  right: 0;
  top: -30px;
}

.trm-blog-section-area .sc-slick-slide .next::before {
  content: "\ea6e";
}

.trm-blog-section-area.trm-blog-section-area2 {
  padding-top: 115px;
  padding-bottom: 45px;
}

.trm-blog-section-area.trm-blog-section-area2 .trm-blog-item {
  margin-bottom: 40px;
}

.trm-blog-section-area.trm-blog-section-area2 .trm-blog-item .blog-images {
  margin-bottom: 35px;
  height: 270px;
}

.trm-blog-section-area.trm-blog-section-area2
  .trm-blog-item
  .trm-blog-content
  span {
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
}
.content-blog p {
  margin: 0;
}
.trm-footer-section-area {
  background: -webkit-gradient(
    linear-gradient(215deg, #91c026 0%, #61b168 45.31%, #61b168 98.8%)
  );
  background: linear-gradient(
    215deg,
    #91c026 0%,
    #61b168 130.31%,
    #61b168 98.8%
  );
  padding-top: 25px;
  padding-bottom: 20px;
}

.trm-footer-section-area .trm-footer-logo .trm-logo {
  margin-right: 55px;
}

.trm-footer-section-area .trm-footer-team-img .team-img {
  margin-right: 15px;
}

.trm-footer-section-area .footer-contact-menu ul li {
  line-height: 1.3;
}

.trm-footer-section-area .footer-contact-menu ul li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.trm-footer-section-area .footer-social-icon ul li {
  display: inline-block;
}

.trm-footer-section-area .footer-social-icon ul li a {
  width: 30px;
  height: 30px;
  line-height: 25px;
  background: #ffffff;
  color: #6fb74d;
  display: inline-block;
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
}

.trm-footer-section-area .footer-social-icon ul li a:hover {
  background: #006648;
  color: #ffffff;
}

.trm-copyright-area {
  padding: 10px 0;
}

.trm-copyright-area .copyright-list ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.trm-copyright-area .copyright-list ul li:last-child {
  padding-right: 0;
}

.trm-copyright-area .copyright-list ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  background: #000000;
  height: 12px;
  top: 6px;
  left: -12px;
}

.trm-copyright-area .copyright-list ul li a {
  color: #000000;
  transition: 0.4s;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.trm-copyright-area .copyright-list ul li a:hover {
  color: #6fb74d;
}

.trm-copyright-area .copyright-content .content {
  margin-right: 20px;
}

#myTabContent {
  position: relative;
}

#myTabContent .product-grid {
  position: relative;
}

#myTabContent .trm-product-inner {
  position: relative;
  display: inline-block;
  float: left;
}
.flip-box {
  background-color: transparent;
  width: 137px;
  border: 1px solid transparent;
  perspective: 1000px;

  display: table-cell;
}

.flip-box-inner {
  position: relative;
  width: 137px;
  height: 137px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 137px;
  height: 137px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

.flip-box-back a {
  position: relative;
  /*  top: 41%; */
  color: #000;
  font-weight: bolder;
  font-size: 14px;
}

td.event {
  background-color: #ff9180 !important;
  background-image: none !important;
  color: #ffffff !important;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
td.event2 {
  background-color: #efce28 !important;
  background-image: none !important;
  color: #ffffff !important;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#calendar2 td.event {
  background-color: #7bb946 !important;
}
.services-area .logserv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.desamov {
  display: none;
}
.desatabl {
  display: none;
}
.page-link {
  position: relative;
  display: block;
  color: #006648;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 34%;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.page-item:first-child .page-link {
  border-top-left-radius: 34%;
  border-bottom-left-radius: 34%;
}
.page-item:last-child .page-link {
  border-top-right-radius: 34%;
  border-bottom-right-radius: 34%;
}
.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #006648;
  border-color: #006648;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #006648;
  border-color: #006648;
}
.jssocials-share-link {
  padding: 0em 0em;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.1em;
}
.news-social-share a {
  width: 35px;
  height: 35px;
  line-height: 25px;
  background: #6fb74d;
  color: #fff;
  display: inline-block;
  border: solid 1px #6fb74d;
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
}

.news-social-share a:hover {
  background: #006648;
  color: #fff;
  border: solid 1px #006648;
}

.gallery-item {
  margin-top: 17px;
}
.copyright-area {
  font-size: 14px;
}

.accordion-body ul {
  padding-left: 2rem;
}
.accordion-body li {
  list-style: disc;
  font-weight: 400;
}
.accordion-body a {
  color: #6fb74d;
  text-decoration: underline;
  font-weight: 600;
}
img#iconaenor {
  max-height: 223px;
}
.logo-mvl {
  display: none;
}
@media only screen and (max-width: 1650px) {
  .trm-banner-section-area .trm-banner-item .banner-header-content {
    margin-left: 28.5%;
  }
  .trm-testimonial-section-area .trm-testimonial-text {
    right: 12%;
  }
}

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
  .custom-container {
    max-width: 1510px;
    margin: 0 auto;
  }
  .trm-header-section2 .trm-main-menu > ul > li {
    margin-right: 22px;
  }
}

@media only screen and (max-width: 1520px) {
  .trm-header-section .trm-main-menu > ul > li {
    margin-right: 15px;
  }
  .trm-banner-section-area .trm-banner-item .banner-header-content {
    margin-left: 24.5%;
  }
  .trm-banner-section-area .banner-circle-shape {
    width: 700px;
    height: 700px;
  }
  .trm-counter-section-area2
    .trm-counter-content-box
    .sc-counter-box
    .odometer {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1440px) {
  .trm-testimonial-section-area .trm-testimonial-text {
    right: 8%;
  }
  .trm-testimonial-section-area .centerMode-slider::before,
  .trm-testimonial-section-area .centerMode-slider::after {
    height: 35%;
  }
}

/*as col-md*/
@media only screen and (max-width: 1366px) {
  .trm-header-section .trm-main-menu > ul > li {
    margin-right: 15px;
  }
  .trm-header-section .header-btn2 .last-btn,
  .trm-header-section .header-btn2 .first-btn {
    margin-left: 20px;
  }
  .trm-testimonial-section-area .centerMode-slider .slick-arrow::before {
    top: 125px;
  }
  .trm-header-section .search-icon {
    margin-left: 15px;
    margin-right: 15px;
  }
  .trm-slider-section-area .slider-header-content .slider-title {
    font-size: 50px;
  }
  .trm-blog-section-area .trm-blog-content .content-title {
    font-size: 28px;
  }
  .trm-testimonial-section-area .trm-testimonial-text {
    right: 0;
  }
  .trm-feature-section-area2 .trm-feature-content .primary-btn {
    margin-top: 30px;
  }
  .trm-group-section-area .trm-group-box {
    position: relative;
    margin-right: 20px;
  }
  .trm-group-section-area .tecnica {
    left: 0;
    top: 0;
  }
  .trm-group-section-area .direccion {
    left: 22px;
    top: 0;
  }
  .trm-group-section-area .trm-group-box .trm_shape1 {
    left: 29.5%;
  }
  .trm-form-media-section-area .top-btn {
    bottom: 20.5%;
  }
  .trm-form-media-section-area2 .middle-btn {
    bottom: 38.5%;
  }
  .trm-date-section-area .ui-datepicker-prev:after {
    left: 130px;
  }
  .trm-blog-section-area .trm-blog-item .blog-title {
    font-size: 24px;
  }
  .trm-blog-section-area .trm-blog-item .trm-blog-content p {
    font-size: 18px;
  }
  .trm-testimonial-section-area2 .slick-center img,
  .trm-testimonial-section-area .centerMode-slider .slick-center img {
    width: 600px;
    height: 430px;
  }
  .trm-testimonial-section-area3 .centerMode-slider2::before,
  .trm-testimonial-section-area3 .centerMode-slider2::after,
  .trm-testimonial-section-area2 .centerMode-slider::before,
  .trm-testimonial-section-area2 .centerMode-slider::after {
    height: 132px;
  }
  .trm-serice-section-area2 .services-area .trm-service-content .description {
    font-size: 16px;
  }
}

/*as col-md*/
@media only screen and (max-width: 1199px) {
  .trm-form-inner {
    display: block !important;
  }
  .trm-header-section .header-btn2 {
    display: none;
  }
  .trm-slider-section-area .slider-header-content .slider-title {
    font-size: 35px;
  }
  .trm-gallery-section-area2 .trm_gallery_image-area .gallery-img {
    width: 23.7%;
  }
  .trm-form-section-area .progress-area .progress-title .title {
    font-size: 40px;
  }
  .ui-datepicker-calendar .ui-state-default {
    font-size: 25px;
  }
  .trm-objetivous-section-area .sc-slick-slides:hover .next {
    right: 60px;
  }
  .trm-objetivous-section-area .sc-slick-slides:hover .prev {
    left: -15px;
  }
  .trm-footer-section-area .footer-contact-menu ul li {
    font-size: 13px;
  }
  .trm-blog-section-area .trm-blog-item .blog-title {
    font-size: 24px;
  }
  .trm-form-section-area .progress-area {
    position: relative;
    top: 25px;
  }
  .trm-objetivous-section-area .trm-objetivous-item .objetivous-img {
    width: 27%;
  }
  .trm-testimonial-section-area .trm-testimonial-text {
    right: 0;
  }
  .trm-testimonial-section-area .trm-testimonial-text {
    position: relative !important;
    margin-bottom: 150px;
  }
  .trm-group-section-area .trm-group-box .trm_shape1 {
    left: 31.5%;
  }
  .trm-group-section-area .trm-group-box .trm_shape3 {
    right: 31.5%;
  }
  .trm-slider-section-area .slider-header-content {
    margin-bottom: 50px;
  }
  .trm-visita-calender-area .trm-calender-content {
    padding-left: 45px;
  }
  .trm-visita-calender-area .ui-datepicker-prev:after {
    left: 130px;
  }
  .trm-visita-calender-area .ui-datepicker-calendar td {
    padding: 0 14px;
  }
  .trm-recogida-slider-area2 .heading-area .title,
  .trm-recogida-slider-area .heading-area .title {
    font-size: 45px;
  }
  .trm-testimonial-section-area2 .slick-center img,
  .trm-testimonial-section-area .centerMode-slider .slick-center img {
    width: 460px;
    height: 370px;
  }
  .trm-testimonial-section-area4 .centerMode-slider2 .slick-arrow::before,
  .trm-testimonial-section-area3 .centerMode-slider2 .slick-arrow::before,
  .trm-testimonial-section-area2 .centerMode-slider .slick-arrow::before {
    top: 95px;
  }
  .trm-visita-calender-area .calender-btn {
    text-align: left !important;
  }
  .trm-visita-calender-area .calender-btn .cal-btn {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .trm-group-section-area .tecnica {
    left: -18px;
  }
  .trm-group-section-area .direccion {
    left: 40px;
  }
  .trm-group-section-area .trm-group-box .group-btn-two {
    padding-top: 18px;
  }
  .trm-group-section-area .trm-group-box .trm_shape3,
  .trm-group-section-area .trm-group-box .trm_shape1 {
    max-width: 65px;
  }
  .trm-group-section-area .trm-group-box .trm_shape3,
  .trm-group-section-area .trm-group-box .trm_shape1 {
    max-width: 57px;
  }
  .trm-group-section-area .trm-group-box .group-btn {
    margin-bottom: 38px;
  }
  .trm-group-section-area .trm-group-box .trm_shape2 img {
    max-height: 135px;
  }
  .trm-visita-calender-area .ui-datepicker-header {
    left: 24px;
  }
}

/*as col-sm*/
/*large mobile device*/
@media only screen and (min-width: 992px) {
  .trm-product-offcanvas-area .mobile-navbar-menu {
    display: none;
  }
}
label.inf-depart {
  margin-left: 24%;
}
@media only screen and (max-width: 991px) {
  .header-btn-area .canvas {
    display: inline-block !important;
  }
  .trm-serice-section-area {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .trm-serice-section-area .trm-service-box {
    margin-bottom: 20px;
  }
  .trm-testimonial-section-area .centerMode-slider .slick-arrow::before {
    top: 100px;
  }
  .trm-date-section-area .date-list {
    text-align: center;
  }
  .trm-objetivous-section-area .sc-slick-slides .slick-arrow::before {
    top: -210px;
  }
  .trm-cta-section-area {
    padding-top: 70px;
  }
  .trm-cta-section-area .cta-content {
    padding-bottom: 235px;
  }
  .trm-objetivous-section-area .trm-objetivous-item .trm-objetivous-text {
    flex: 0 0 auto;
    width: 100%;
    flex-wrap: wrap;
  }
  .trm-group-section-area .trm-group-content {
    padding-left: 0;
  }
  .trm-feature-section-area .trm-feature-image {
    margin-bottom: 50px;
  }
  .trm-serice-section-area3 .sc-slick-slides .slick-arrow::before,
  .trm-serice-section-area2 .sc-slick-slides .slick-arrow::before {
    left: 22px;
  }
  .trm-feature-section-area .trm-feature-content .feature-title {
    margin-bottom: 20px;
  }
  .trm-form-section-area .progress-area .progress-title,
  .trm-feature-section-area .trm-feature-content .description {
    margin-bottom: 25px;
  }
  .trm-gallery-section-area {
    padding-top: 70px;
  }
  .trm-counter-section-area {
    padding-top: 65px;
  }
  .trm-counter-section-area .trm-counter-content-box {
    margin-bottom: 30px;
  }
  .trm-counter-section-area {
    padding-bottom: 50px;
  }
  .trm-form-section-area .form-title {
    margin-bottom: 15px;
  }
  .trm-blog-section-area .trm-blog-content .content-title {
    font-size: 22px;
  }
  .trm-blog-section-area .description {
    font-size: 15px;
  }
  .trm-header-section .banner-social-icon,
  .trm-footer-section-area .footer-social-icon,
  .trm-main-menu {
    display: none;
  }
  .trm-header-section .canvas {
    display: inline-block !important;
  }
  .trm-header-section .canvas a {
    color: #ffffff;
    transition: 0.4s;
  }
  .trm-header-section .canvas a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .trm-header-sticky .canvas a {
    color: #ffffff;
  }
  .trm-header-sticky .canvas a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .trm-footer-section-area .trm-footer-logo {
    margin-bottom: 20px;
  }
  .heading-area .title {
    font-size: 40px;
  }
  .trm-cta-section-area .heading-area {
    padding-bottom: 215px;
  }
  .trm-cta-section-area2 .trm-content-area {
    position: relative;
    top: 225px;
  }
  .trm-feature-section-area2 .trm-feature-content {
    padding-left: 0;
  }
  .trm-counter-section-area .counter-title,
  .trm-group-section-area .trm-group-box,
  .trm-feature-section-area2 .trm-feature-image {
    margin-bottom: 45px;
  }
  .trm-text-section-area .text-content-area .primary-btn,
  .trm-feature-section-area2 .trm-feature-content .primary-btn {
    margin-top: 0;
  }
  .trm-serice-section-area2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .trm-group-section-area {
    padding-top: 65px;
  }
  .trm-group-section-area {
    padding-bottom: 50px;
  }
  .trm-text-section-area .text-content-area,
  .trm-cta-section-area3 .heading-area {
    text-align: start !important;
  }
  .trm-cta-section-area3 {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .trm-cta-section-area3 .heading-area {
    margin-bottom: 250px;
  }
  .trm-serice-section-area3 {
    padding-top: 65px;
  }
  .trm-serice-section-area3 .trm-service-content-box {
    margin-bottom: 50px;
  }
  .trm-cta-section-area4 .heading-area {
    margin-bottom: 100px;
  }
  .trm-text-section-area {
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .trm-valorizacion-section-area {
    padding-top: 35px;
    padding-bottom: 65px;
  }
  .trm-cta-section-area5 .cta-area {
    padding-left: 90px;
  }
  .trm-video-section-area {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .trm-economia-section-area {
    padding-top: 80px;
  }
  .trm-objetivous-section-area {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .trm-objetivous-section-area .trm-objetivous-item {
    display: block !important;
  }
  .trm-objetivous-section-area .trm-objetivous-item .objetivous-img {
    margin-bottom: 40px;
  }
  .trm-text-section-area2 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .trm-social-section-area {
    padding-top: 65px;
    padding-bottom: 75px;
  }
  .trm-cta-section-area6 .heading-area {
    margin-bottom: 245px;
  }
  .trm-cta-section-area6 {
    padding-bottom: 70px;
  }
  .trm-feature-section-area3 .trm-feature-image,
  .trm-contract-section-area2 .trm-contract-group:last-child,
  .trm-text-section-area2 .heading-area {
    margin-bottom: 50px;
  }
  .trm-social-section-area .trm-social-content {
    padding-right: 0;
    margin-bottom: 45px;
  }
  .trm-prensa-section-area .trm-prensa-content .trm-prensa-text:last-child {
    margin-bottom: 55px;
  }
  .trm-contract-section-area,
  .trm-prensa-section-area,
  .trm-blog-section-area.trm-blog-section-area2 {
    padding-top: 65px;
  }
  .trm-contract-section-area3 .trm-contract-image {
    margin-bottom: 60px;
  }
  .trm-date-section-area .date-list {
    margin-bottom: 40px;
  }
  .trm-header-section {
    padding: 12px 0;
  }
  .trm-group-section-area .direccion {
    left: -28px;
  }
  .trm-group-section-area .trm-group-box {
    margin-right: 0;
  }
  .trm-testimonial-section-area {
    padding-top: 0;
  }
  .trm-cta-section-area7 {
    padding-bottom: 65px;
  }
  .trm-feature-section-area4 {
    padding-bottom: 30px;
    padding-top: 70px;
  }
  .trm-group-section-area .tecnica {
    left: 63px;
  }
  .trm-testimonial-section-area2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .trm-testimonial-section-area3 .trm-visita-test-content {
    margin-bottom: 50px;
  }
  .trm-testimonial-section-area4 .trm-visita-test-content {
    margin-left: 0;
  }
  .trm-testimonial-section-area4 .trm-visita-test-content {
    padding-top: 50px;
  }
  .trm-testimonial-section-area4 .trm-visita-test-content {
    margin-bottom: 0;
  }
  .trm-visita-calender-area .trm-calender-content {
    padding-left: 0;
  }
  .trm-visita-calender-area {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .trm-form-media-section-area {
    padding-top: 55px;
  }
  .trm-form-media-section-area2 .middle-btn,
  .trm-form-test-section-area .bottom-btn,
  .trm-form-media-section-area .top-btn {
    position: static;
  }
  .trm-form-test-section-area {
    padding-top: 65px;
  }
  .trm-map-section-area .contact-map iframe {
    height: 550px;
  }
  .trm-date-section-area .date-list {
    padding-top: 40px;
  }
  .trm-counter-section-area2 {
    padding-bottom: 40px;
  }
  .trm-date-section-area {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .trm-form-media-section-area .trm-select-form-box .form-box {
    display: block !important;
  }
  .trm-form-media-section-area .trm-select-form-box .form-box.d-none {
    display: none !important;
  }

  .trm-form-media-section-area .trm-select-form-box .form-box label {
    margin-bottom: 10px;
  }
  .trm-prensa-section-area .trm-prensa-content .trm-prensa-text h2 {
    font-size: 25px;
  }
  .trm-form-section-area .form-area {
    padding-right: 0;
  }
  .trm-visita-calender-area .trm-calender-content {
    margin-bottom: 40px;
  }
  .trm-visita-calender-area .calender-btn {
    text-align: start !important;
  }
  .trm-counter-section-area2 .trm-counter-content-box {
    padding-left: 30px;
  }
  .trm-testimonial-section-area .centerMode-slider .slick-center .center-img {
    width: 420px;
    height: 350px;
  }
  .trm-visita-calender-area .calender-btn,
  .trm-visita-calender-area .trm-calender-content {
    text-align: center !important;
  }
  .ui-datepicker-header {
    max-width: 365px;
  }
  .ui-datepicker-calendar {
    margin-bottom: 35px;
  }
  .trm-visita-calender-area .calender-btn .cal-btn {
    margin-bottom: 0;
  }
  .trm-serice-section-area3 .serivce-box img {
    width: 100%;
  }
  .trm-objetivous-section-area .trm-objetivous-item .objetivous-img {
    width: unset;
    max-width: 100%;
  }
  .trm-serice-section-area .services-area .trm-service-content .service-title {
    font-size: 25px;
  }
  .trm-serice-section-area3 .sc-slick-slides .next::before,
  .trm-serice-section-area2 .sc-slick-slides .next::before,
  .trm-serice-section-area .sc-slick-slides .next::before {
    left: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
  }
  .trm-serice-section-area3 .sc-slick-slides .prev::before,
  .trm-serice-section-area2 .sc-slick-slides .prev::before,
  .trm-serice-section-area .sc-slick-slides .prev::before {
    left: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
  }
  .trm-contract-content .contract-title {
    padding-right: 100px;
  }
  .banner-media-content .bmc {
    display: block;
  }
  .trm-media-banner-area {
    background-position: center right;
  }
  .trm-media-banner-area .text-end {
    text-align: left !important;
  }
  .trm-media-banner-area .banner-media-content {
    max-width: 100%;
  }
  .desamov {
    display: none;
  }
  .desatabl {
    display: table-cell;
  }
  .desadesk {
    display: none;
  }

  .logo-mvl {
    display: unset;
  }
  .menu-desk {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .trm-form-section-area .form-box textarea {
    height: 145px;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .order_md_last {
    order: 2;
  }
  .trm-testimonial-section-area .centerMode-slider .slick-arrow::before {
    top: 90px;
  }
  .trm-copyright-area .copyright-list ul li a {
    font-size: 10px;
  }
  .trm-visita-calender-area {
    padding-top: 40px;
  }
  .ui-datepicker-calendar .ui-state-default {
    font-size: 25px;
  }
  .trm-counter-section-area .counter-title span {
    display: inline-block;
  }
  .trm-counter-section-area .trm-counter-content-box {
    justify-content: center;
  }
  .trm-gallery-section-area2 .trm_gallery_image-area .gallery-img {
    width: 48.7%;
  }
  .trm-counter-section-area .trm-counter-content-box .counter-box {
    max-width: 100%;
  }
  .trm-copyright-area .copyright-list ul li {
    padding-right: 10px;
  }
  .trm-copyright-area .copyright-list ul li::before {
    display: none;
  }
  .trm-cta-section-area5 .cta-area {
    padding-left: 0 !important;
  }
  .trm-contract-section-area
    .trm-contract-group
    .trm-contract-content
    .contract-title {
    font-size: 24px;
  }
  .trm-group-section-area .trm-group-box .group-btn-area {
    max-width: 330px;
    margin: 0 auto 35px;
  }
  .trm-group-section-area .direccion,
  .trm-group-section-area .tecnica {
    left: 0;
    max-width: 150px;
    line-height: 1.2;
  }
  .trm-group-section-area .trm-group-box .group-btn {
    margin-bottom: 35px;
  }
  .trm-group-section-area .trm-group-box .trm_shape1,
  .trm-group-section-area .trm-group-box .trm_shape3 {
    display: none;
  }
  .trm-group-section-area .trm-group-box .group-btn {
    position: relative;
  }
  .trm-group-section-area .direccion:after,
  .trm-group-section-area .tecnica:after {
    content: "";
    position: absolute;
    top: -40px;
    width: 2px;
    height: 40px;
    background: #fff;
    right: 30px;
  }
  .trm-group-section-area .direccion:after {
    right: auto;
    left: 30px;
  }
  .trm-counter-section-area .trm-counter-content-box .counter-image {
    margin-right: 30px;
  }
  .trm-counter-section-area .odometer {
    font-size: 50px;
  }
  .trm-copyright-area .copyright-area,
  .trm-form-media-section-area .trm-form-content {
    display: block !important;
  }
  .trm-copyright-area .copyright-area {
    text-align: center;
  }
  .trm-form-media-section-area .trm-form-text {
    margin-bottom: 50px;
  }
  .trm-form-media-section-area .trm-select-form-box .form-box textarea {
    height: 150px;
  }
  .trm-visita-calender-area .trm-calender-content {
    margin-top: 30px;
  }
  .trm-cta-section-area7 .heading-area,
  .trm-objetivous-section-area .heading-area,
  .trm-visita-calender-area .calender-btn {
    text-align: start !important;
  }
  .trm-visita-calender-area .calender-btn {
    padding-top: 25px;
  }
  .trm-slider-section-area1 .slider-header-content {
    max-width: 500px;
    text-align: center;
  }
  .trm-footer-section-area .trm-footer-logo .trm-logo {
    margin-right: 24px;
  }
  .trm-group-section-area .trm-group-box .group-btn-two {
    padding-top: 4px;
  }
  .trm-objetivous-section-area .objetivous-img {
    width: 45% !important;
  }
  .trm-objetivous-section-area .heading-area {
    margin-bottom: 30px;
  }
  .ui-datepicker-header {
    text-align: center;
  }
  .ui-datepicker-prev {
    left: 135px;
  }
  .ui-datepicker-next {
    right: 0;
  }
  .trm-copyright-area .copyright-content .content {
    font-size: 10px;
  }
  .trm-testimonial-section-area2 .centerMode-slider .slick-track {
    left: 0;
  }
  .trm-testimonial-section-area3 .centerMode-slider2::before,
  .trm-testimonial-section-area3 .centerMode-slider2::after,
  .trm-testimonial-section-area2 .centerMode-slider::before,
  .trm-testimonial-section-area2 .centerMode-slider::after {
    display: none;
  }
  .trm-testimonial-section-area .centerMode-slider:hover .slick-prev {
    left: -10px;
  }
  .trm-testimonial-section-area .centerMode-slider:hover .slick-next {
    right: 15px;
  }
  .trm-prensa-section-area .trm-prensa-content {
    display: block;
  }
  .trm-prensa-section-area .trm-prensa-content .prensa-btn,
  .trm-prensa-section-area .trm-prensa-content .date,
  .trm-prensa-section-area .trm-prensa-content .prensa-title {
    flex: 0 0 100%;
    width: 100%;
  }
  .trm-prensa-section-area .trm-prensa-content .date {
    text-align: left;
    padding: 16px 0 24px;
    display: block;
  }
  .accordion-header {
    padding-right: 35px;
  }
  .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
    right: -20px;
  }
  .accordion-item .accordion-header .accordion-button:before {
    right: -20px;
  }
  .trm-contract-content .contract-title {
    padding-right: 0px;
  }
  .trm-contract-section-area .trm-contract-group {
    display: block !important;
  }
  .trm-contract-content .contract-title a {
    margin-bottom: 1rem;
    display: inline-block;
  }

  .contract-title-first a {
    margin-bottom: 0 !important;
  }
  .banner-media-content .bmc {
    display: block;
  }
  .trm-media-banner-area {
    background-position: center right;
  }
  .trm-media-banner-area .text-end {
    text-align: left !important;
  }

  .desamov {
    display: table-cell;
  }
  .desatabl {
    display: none;
  }
  .desadesk {
    display: none;
  }
  .gallery-item {
    margin-bottom: 25px;
  }
}

/*medium mobile device*/
@media only screen and (max-width: 576px) {
  .trm-serice-section-area3 .serivce-box {
    max-width: 250px;
    margin: 0 auto;
  }
  .trm-serice-section-area .sc-slick-slides:hover .prev {
    left: 0;
  }
  .trm-serice-section-area .sc-slick-slides:hover .next {
    right: 70px;
  }
  .trm-testimonial-section-area .centerMode-slider {
    padding-left: 25px;
    padding-right: 25px;
  }
  .trm-testimonial-section-area .centerMode-slider .slick-track {
    left: 0;
  }
  label.inf-depart {
    margin-left: 0;
  }
}

/*medium mobile device*/
@media only screen and (max-width: 575px) {
  .trm-main-logo .default-logo img,
  .trm-main-logo .sticky-logo img {
    max-width: 100px;
  }
  .trm-slider-section-area .sc-slick-slides:hover .prev {
    left: 30px;
  }
  .trm-group-section-area .direccion:after,
  .trm-group-section-area .tecnica:after {
    top: -42px;
    height: 44px;
  }
  .trm-visita-calender-area .trm-calender-content {
    text-align: start !important;
  }
  .trm-group-section-area .trm-group-box .trm_shape2 {
    top: 57px;
  }
  body div.trm-prensa-section-area .prensa-date-list ul li {
    margin-bottom: 50px !important;
  }
  .trm-prensa-section-area.trm-prensa-section-area2
    .prensa-btn-list
    .prensa-btn {
    margin-bottom: 0;
  }
  .trm-prensa-section-area .trm-prensa-btn {
    padding-top: 0;
  }
  .trm-prensa-section-area.trm-prensa-section-area2
    .prensa-btn-list
    .primary-btn {
    margin-bottom: 35px;
  }
  .trm-testimonial-section-area .centerMode-slider .slick-arrow::before {
    top: 90px;
  }
  .trm-testimonial-section-area .centerMode-slider .slick-center .center-img {
    height: 250px;
  }
  .trm-text-section-area2 .heading-area .title {
    font-size: 26px;
  }
  .trm-date-section-area .ui-datepicker-calendar .ui-state-default {
    font-size: 22px;
  }
  .trm-form-media-section-area .trm-select-form-box .form-box label,
  .trm-form-media-section-area2 .trm-select-form-box .media-title {
    font-size: 25px;
  }
  .trm-prensa-section-area .prensa-date-list {
    margin-bottom: 25px;
  }
  .trm-slider-section-area .slider-header-content1 {
    max-width: 300px;
  }
  .trm-slider-section-area .slider-header-content .slider-title {
    font-size: 32px;
  }
  .trm-serice-section-area .services-area .trm-service-box {
    max-width: 250px;
    margin: 0 auto;
  }
  .trm-serice-section-area2 .services-area .trm-service-box {
    max-width: 250px;
    margin: 0 auto;
  }
  .trm-blog-section-area .sc-slick-slides:hover .prev {
    right: 40px;
    left: auto;
  }
  .trm-blog-section-area .sc-slick-slides:hover .next {
    right: 0;
    left: auto;
  }
  .trm-feature-section-area .trm-feature-image {
    margin-left: -30px;
    margin-right: 30px;
  }
  .trm-counter-section-area .odometer {
    font-size: 40px;
  }
  .heading-area .title {
    font-size: 30px;
  }
  .trm-counter-section-area .trm-counter-content-box .counter-image img {
    max-width: 65px;
  }
  .trm-blog-section-area .trm-blog-item .blog-images img {
    width: 100%;
  }
  .trm-feature-section-area2 .trm-feature-image {
    margin-left: -30px;
    margin-right: 30px;
  }
  .trm-serice-section-area3 .serivce-image img {
    width: 100%;
  }
  .trm-serice-section-area3 .serivce-box {
    max-width: 250px;
    margin: 0 auto;
  }
  .trm-serice-section-area2 .services-area .service-title {
    margin-bottom: 15px;
  }
  .trm-feature-section-area3 .trm-feature-image {
    margin-left: -30px;
    margin-right: 30px;
  }
  .trm-counter-section-area2
    .trm-counter-content-box
    .sc-counter-box
    .odometer {
    font-size: 40px;
  }
  .trm-text-section-area2 .slider-header-content h3 {
    font-size: 25px;
  }
  .trm-text-section-area2 .slider-header-content span {
    font-size: 24px;
  }
  .trm-overlay-bg2 .trm-product-offcanvas-area .sticky-logo {
    display: none !important;
  }
  .trm-form-section-area .progress-area .progress {
    height: 35px;
    top: 8px;
  }
  .trm-prensa-section-area .prensa-date-list {
    text-align: left !important;
  }
  .trm-feature-section-area .trm-feature-content {
    padding-left: 0;
  }
  .trm-visita-calender-area .calender-btn .cal-btn {
    margin-bottom: 15px;
  }
  .trm-testimonial-section-area2 .slick-center img,
  .trm-testimonial-section-area .centerMode-slider .slick-center img {
    height: 270px;
  }
}

/*medium mobile device*/
@media only screen and (max-width: 480px) {
  .categories-area .post-item .recent-content .recent-text h5,
  .blog-content .description {
    font-size: 15px;
  }
  .trm-group-section-area .direccion,
  .trm-group-section-area .tecnica {
    max-width: 125px;
  }
  .trm-footer-section-area .trm-footer-logo .trm-logo {
    max-width: 85px;
  }
  .trm-form-section-area
    .progress-area
    .progress
    .progress-bar
    .progress-title {
    top: 8px;
    left: 10px;
    font-size: 14px;
  }
  .trm-date-section-area .ui-datepicker-calendar .ui-state-default {
    font-size: 16px;
  }
  .trm-form-section-area .progress-area .progress .title3 {
    padding-right: 12px;
  }
  .trm-product-offcanvas-area {
    width: 245px;
  }
  .trm-serice-section-area .sc-slick-slides:hover .prev {
    left: 10px;
  }
  .trm-serice-section-area .sc-slick-slides:hover .next {
    right: 78px;
  }
  .trm-feature-section-area2 .primary-btn {
    padding: 6px 35px;
  }
  .trm-cta-section-area4 .heading-area .title {
    font-size: 25px;
  }
  .trm-recogida-slider-area .slider-item .sub-tilte,
  .trm-recogida-slider-area2 .slider-item .sub-tilte {
    font-size: 15px;
  }
  .ui-datepicker-calendar td {
    padding: 0 0;
  }
  .trm-prensa-section-area .trm-prensa-content .trm-prensa-text h2 {
    font-size: 22px;
  }
  .trm-contract-section-area .primary-btn {
    padding: 6px 20px;
  }
  .trm-contract-section-area
    .trm-contract-group
    .trm-contract-content
    .contract-title {
    font-size: 18px;
  }
  .trm-visita-calender-area .ui-datepicker-calendar .ui-state-default {
    font-size: 16px;
  }
  .tecnica-btn,
  .direccion-btn {
    font-size: 14px;
  }
  .trm-group-section-area h4 {
    font-size: 15px;
  }
  .trm-visita-calender-area .ui-datepicker-calendar .ui-state-active {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .ui-datepicker-prev {
    left: 50px;
  }
  .trm-form-section-area .progress-area .progress .progress-bar span {
    font-size: 14px;
  }
  .trm-form-section-area .progress-area .title {
    font-size: 35px;
  }
  .trm-group-section-area .trm-group-box .trm_shape2 {
    top: 54px;
  }
  .trm-feature-section-area2 .primary-btn {
    font-size: 16px;
  }
  .trm-visita-calender-area .ui-datepicker-calendar td {
    padding: 0 0;
  }
  .trm-recogida-slider-area2 .heading-area .title,
  .trm-recogida-slider-area .heading-area .title {
    font-size: 30px;
  }
  .trm-form-media-section-area .trm-form-media-list ul li a {
    width: 35px;
    height: 35px;
    line-height: 28px;
    font-size: 20px;
  }
  .trm-form-section-area .progress-area .progress .progress-bar-color-three {
    max-width: 65% !important;
  }
  .trm-form-section-area .progress-area .progress .progress-bar-color-two {
    max-width: 70% !important;
  }
  .trm-form-section-area .progress-area .progress .progress-bar-color-four {
    max-width: 80% !important;
  }
  .trm-serice-section-area .sc-slick-slides .next::before {
    left: 40px;
  }
  .trm-serice-section-area .sc-slick-slides .prev::before {
    left: 15px;
  }
  .trm-group-section-area .trm-group-box .trm_shape2 img {
    height: 152px;
  }
  .ui-datepicker-next:after {
    right: 45px;
  }
}

/*small mobile device*/

.msg-form {
  display: block;
  width: 100%;
  padding: 13px;
  background-color: var(--msg-bg-color);
  margin-top: 20px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid var(--msg-color);
  --msg-color: #b50505;
  --msg-bg-color: #ffe1e1;
}

i.ri-twitter-fill.jssocials-share-logo:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("https://about.twitter.com/content/dam/about-twitter/x/brand-toolkit/logo-white.png.twimg.1920.png");
  background-size: cover;
}
.icontwit {
  vertical-align: unset;
  top: 4px;
  position: relative;
}
.icontwit g {
  fill: #6fb74d !important;
}

.icontwit:hover g {
  fill: #fff !important;
}
.trm-header-section.trm-header-sticky .icontwit:hover g {
  fill: #006648 !important;
}
li[data-list="bullet"] {
  list-style-type: disc;
}

.tour-image {
  position: relative;
  overflow: hidden;
}

.tour-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.tour-image:hover::before {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tour-image:hover .overlay {
  opacity: 1;
}

.overlay img {
  width: 50px;
  height: auto;
}
#miselectidiomas option {
  color: #000;
}

.overlay-proximamente {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.proximamente-text {
  color: white;
  font-size: x-large;
  font-weight: 500;
  transition: transform 0.3s ease;
}

.tour-image:hover .proximamente-text {
  transform: scale(1.2);
}

.tour-image:hover .proximamente-text {
  transform: scale(1.2) 0.3s ease;
}

.tour-image:hover .overlay {
  opacity: 1;
}

.cabecera-ecoaridos {
  min-height: 800px;
  background: url("/assets/images/ecoaridos/ecoaridos_1920.jpg") no-repeat
    center center;
  background-size: cover;
}
.cabecera-ecoaridos-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* Si quieres limitar el ancho: */
  max-width: 700px; /* o el valor que prefieras */
}
.subtitulo-cabecera-ecoaridos {
  font-family: "oswald", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: white;
  text-align: start;
}

.img-fabricacion-demolicion {
  position: relative;
  z-index: 20;
  margin: 0;
  width: 52px;
}
.img-fabricacion-demolicion-fondo {
  max-width: 120px;
  position: absolute;
  border-radius: 50%;
  left: 55px;
  top: -32px;
  min-height: 120px;
}
.numero-fabricacion-1 {
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-size: 75px;
  right: 14px;
  position: absolute;
  top: 30px;
  color: #005538;
}

.titulo-fabricacion-1 {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-size: 15px;
  right: -50px;
  position: absolute;
  color: #005538;
  top: 124px;
}

.img-fabricacion-transporte {
  z-index: 20;
  max-width: 78px;
}
.img-fabricacion-limpieza {
  z-index: 20;
  max-width: 66px;
}
.img-fabricacion-metales {
  z-index: 20;
  max-width: 65px;
}
.img-fabricacion-cribado {
  z-index: 20;
  max-width: 60px;
}
.numero-fabricacion-2 {
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-size: 75px;
  left: 114px;
  position: absolute;
  top: 67px;
  color: #005538;
}

.titulo-fabricacion-2 {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-size: 15px;
  left: 116px;
  position: absolute;
  color: #005538;
  top: 162px;
}

.titulo-cabecera-ecoaridos {
  font-family: "oswald", sans-serif;
  color: white;
  font-size: 136px;
  text-align: start;
}
.texto-cabecera {
  color: white;
  font-size: 35px;
  max-width: 100%;
  text-align: start;
}
.resultados-ecoaridos {
}
.rectangulo-verde {
  width: 385px;
  height: 425px;
  margin: 0 -5px;
  border-radius: 24px;
  background: linear-gradient(0deg, #006548 0%, #6abf4b 100%);
  display: flex;
  flex-direction: column;
  align-items: center; /* Centra horizontalmente */
  justify-content: flex-start; /* Empieza desde arriba */
  transition: box-shadow 0.2s;
  padding-top: 32px; /* Opcional: separa del borde superior */
}

.rectangulo-verde:hover {
  box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
}

.texto-imagenes-ecoaridos {
  margin-top: 10%;
  font-weight: 500;
  margin-left: 6%;
}
.lista-categoria-lego-reblock {
  list-style: unset;
  padding-left: 40px;
}
.lista-categoria-lego-reblock li::marker {
  font-size: 15px;
}
.ecoaridos-img {
  border-radius: 50%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}

.img-resultados-ecoaridos {
  filter: brightness(0) invert(1);
  max-width: 175px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
}

.img-resultados-hormigon {
  filter: brightness(0) invert(1);
  max-width: 285px;
  margin: auto;
}
.img-resultados-legos {
  filter: brightness(0) invert(1);
  max-width: 285px;
  margin-bottom: auto;
}

.titulo-resultados-ecoaridos {
  color: white;
  font-size: 37px;
  font-family: "Oswald", sans-serif;
  font-weight: 450 !important;
  margin-bottom: auto;
  margin-top: 0;
  align-self: center; /* Centra el título horizontalmente */
}

.texto-resultados-ecoaridos {
  color: white;
  max-width: 280px;
  margin: auto;
}

.ecoaridos {
  background-color: #e6f3df;
  margin-top: 7%;
}

.titulo-ecoaridos {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  margin-top: 90px;
  color: #006548;
}

.titulo-ecoaridos-hormigon {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  margin-top: 70px;
  color: #006548;
}

.ecoaridos-iconos-img {
  max-width: 150px;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 35px;
  height: 100px;
}
.ecoaridos-iconos-texto {
  font-size: 23px;
  font-weight: 500;
  margin-left: 10%;
}

.linea-ecoaridos {
  /* Ajusta el margen izquierdo */
  margin-top: 10px; /* Ajusta el margen superior */
  margin-bottom: 35px; /* Ajusta el margen inferior */
  width: 100%; /* Ajusta la largura de la línea */
  border: none; /* Quita el borde por defecto */
  height: 2px !important ; /* Ajusta el grosor de la línea */
  color: #006548;
  border-radius: 2px; /* Bordes redondeados opcional */
  opacity: 1;
}

.sublinea-ecoaridos {
  /* Ajusta el margen izquierdo */
  margin-top: 10px; /* Ajusta el margen superior */
  margin-bottom: -15px; /* Ajusta el margen inferior */
  width: 100%; /* Ajusta la largura de la línea */
  border: none; /* Quita el borde por defecto */
  height: 2px !important ; /* Ajusta el grosor de la línea */
  color: #b8cdb5;
  border-radius: 2px; /* Bordes redondeados opcional */
  opacity: 1;
}
.linea-ecoaridos-vertical {
  width: 1px;
  height: 100%;
  min-height: 130px;
  background: #6abf4b;
  border-radius: 2px;
  display: block;
}
.imagenes-ecoaridos {
  margin: auto;
}

.texto-ecoaridos {
  font-size: 18px;
  font-weight: 450;
  max-width: 40%;
}
.lista-ventajas-ecoaridos ul {
  color: rgb(54, 54, 54); /* Color del texto */
  padding-left: 24px; /* Espaciado para la viñeta */
}

.lista-ventajas-ecoaridos li {
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  padding-left: 38px; /* Espacio para el icono */
  font-weight: 500;
  max-width: 750px;
}

.lista-ventajas-ecoaridos li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px; /* Ajusta para centrar verticalmente */
  width: 16px; /* Tamaño del icono */
  height: 16px; /* Tamaño del icono */
  background-image: url("/assets/images/ecoaridos/bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.titulo-container-ecoaridos {
  margin-bottom: 30px;
  font-family: "Oswald";
  color: #006548;
  margin-top: 5%;
}
.hormigon {
  margin-top: 4%;
}
.ecoaridos-carrusel-imagen {
  width: 293px;
  height: 380px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 7px; /* Reduce el espacio horizontal */
  margin-bottom: 100px;
  margin-top: 7%;
}

.ecoaridos-carrusel-imagen img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecoaridos-carrusel-imagen_1 {
  width: 390px;
  height: 440px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 7px; /* Reduce el espacio horizontal */
  margin-bottom: 100px;
  margin-top: 7%;
}

.ecoaridos-carrusel-imagen_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titulo-categorias-ecoaridos {
  font-family: "Oswald", sans-serif;
  color: #006548;
  font-size: 40px;
}
.titulo-categoria-lego {
  margin-top: 12%;
  color: #006548;
  font-size: 40px;
}
.titulo-estamos-orgullosos {
  color: #035338;
  font-size: 40px;
  margin-top: 1%;
  margin-bottom: 10%;
}
.subtitulo-categorias-ecoaridos {
  color: #006548;
  font-size: 30px;
  margin-top: 2%;
}

.estamos-orgullosos {
  padding-top: 8rem;
  padding-bottom: 8rem;
  min-height: 700px;
  background: white;
}

.texto-estamos-orgullosos {
  font-size: 20px;
  color: #3d7d67;
  font-weight: 550;
}
.texto-categorias-ecoaridos {
  font-size: 20px;
  color: black;
  font-weight: 500;

  max-width: 90%;
}
.texto-categoria-lego {
  font-size: 20px;
  color: black;
  font-weight: 500;

  max-width: 90%;
}
.mas-informacion {
  min-height: 660px;
  background: linear-gradient(90deg, #6abf4b 0%, #006548 100%);
}

.espacio-ecoaridos {
  min-height: 200px;
}

.titulo-mas-informacion-ecoaridos {
  color: white;
}
.texto-mas-informacion {
  color: white;
  font-size: 24px;
}
.boton-masinfo-ecoaridos {
  color: #ffffff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #ffffff; /* <-- Añade esto */
  text-align: center;
  background-color: transparent;
  padding: 10px 40px;

  font-weight: 500;
  margin-top: 6%;
}
.boton-masinfo-ecoaridos:hover {
  background-color: #ffffff;
  color: #006648;
  border: 1px solid #006648;
  transition:
    background 0.2s,
    color 0.2s,
    border 0.2s;
}

.ecoaridos-arrow {
  position: absolute;
  /* top: 50%;
  right: -50px; */
  /* transform: translateY(-50%); */
  width: 50px;
  height: 50px;
  background-image: url("/assets/images/ecoaridos/flecha_carrusel.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  border: none; /* Quita el borde por defecto */
  background-color: transparent; /* Fondo transparente */
  padding: 0; /* Quita el padding por defecto */
  outline: none; /* Quita el contorno al hacer click */
  cursor: pointer;
}
.ecoaridos-arrow:hover {
  opacity: 0.75;

  transition:
    opacity 0.2s,
    background-color 0.2s;
}
.lego-carrusel-mobile .slick-slide {
  width: 100vw !important; /* El slide ocupa el 100% del viewport */
  margin-right: -15vw; /* El siguiente slide asoma un 15% a la derecha */
}
.lego-carrusel-mobile .slick-list {
  overflow: visible; /* Permite que el slide siguiente se vea */
}

.circulo-verde-ecoaridos {
  width: 100px;
  height: 100px;
  background: #6abf4b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
  overflow: hidden;
}

.circulo-verde-ecoaridos-grande {
  width: 170px;
  height: 170px;
  background: #6abf4b;
  border-radius: 50%;
  display: block;
  z-index: 10;
  position: absolute;
  box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fabricacion-container {
  min-height: 1036px;
  top: -45px;

  left: 40px;
}

.titulo-container-fabricamos {
  margin-bottom: 100px;
  font-family: "Oswald";
  color: #006548;
  margin-top: 10%;
  font-weight: 500;
}
.fabricacion-ecoaridos-1 {
  top: 10px;
  left: 379px;
}
.fabricacion-ecoaridos-2 {
  right: 640px;
  top: 119px;
}
.fabricacion-ecoaridos-3 {
  left: 458px;
  top: 255px;
}
.fabricacion-ecoaridos-4 {
  right: 549px;
  top: 368px;
}

.fabricacion-ecoaridos-5 {
  left: 473px;
  top: 541px;
}
.fabricacion-ecoaridos-6 {
  top: 625px;
  left: 664px;
}

.linea-fabricacion-1 {
  top: 109px;
  left: 74px;
  width: 221px;
  height: 20px;
  background: #6abf4b;
  transform: rotate(18deg);
  z-index: 1;
}

.linea-fabricacion-grande-1 {
  top: 80px;
  left: 90px;
  width: 200px;
  height: 30px;
  background: linear-gradient(90deg, #6abf4b 0%, #006548 100%);
  transform: rotate(18deg);
  z-index: 1;
}
.linea-fabricacion-grande-2 {
  top: 107px;
  left: -118px;
  width: 181px;
  height: 40px;
  background: linear-gradient(90deg, #6abf4b 0%, #006548 100%);
  transform: rotate(150deg);
  z-index: 2;
}
.linea-fabricacion-2 {
  top: 97px;
  right: -23px;
  width: 151px;
  height: 20px;
  background: #6abf4b;
  z-index: 1;
  transform: rotate(150deg);
}

.linea-fabricacion-grande-3 {
  top: 79px;
  left: 78px;
  width: 225px;
  height: 40px;
  background: linear-gradient(90deg, #6abf4b 0%, #006548 100%);
  transform: rotate(18deg);
  z-index: 1;
}
.linea-fabricacion-3 {
  top: 114px;
  left: 60px;
  width: 225px;
  height: 20px;
  background: #6abf4b;
  transform: rotate(18deg);
  z-index: 1;
}
.linea-fabricacion-grande-4 {
  top: 120px;
  left: -178px;
  width: 230px;
  height: 40px;
  background: linear-gradient(90deg, #6abf4b 0%, #006548 100%);
  transform: rotate(150deg);
  z-index: 1;
}
.linea-fabricacion-4 {
  top: 113px;
  left: -213px;
  width: 240px;
  height: 20px;
  background: #6abf4b;
  transform: rotate(150deg);
  z-index: 1;
}
.linea-fabricacion-grande-5 {
  top: 74px;
  left: 84px;
  width: 160px;
  height: 40px;
  background: linear-gradient(90deg, #6abf4b 0%, #006548 100%);
  transform: rotate(18deg);
  z-index: 1;
}
.linea-fabricacion-5 {
  top: 109px;
  left: 47px;
  width: 196px;
  height: 20px;
  background: #6abf4b;
  transform: rotate(18deg);
  z-index: 1;
}
.linea-fabricacion-grande-6 {
  top: 214px;
  left: 46px;
  width: 163px;
  height: 10px;
  background: linear-gradient(90deg, #6abf4b 0%, #006548 100%);
  transform: rotate(59deg);
  z-index: 1;
}
.linea-fabricacion-6 {
  top: 184px;
  width: 250px;
  height: 10px;
  background: linear-gradient(90deg, #6abf4b 0%, #006548 100%);
  transform: rotate(149deg);
  z-index: 1;
  left: -221px;
}

.texto-fabricacion-final {
  bottom: 0%;
  margin-left: 12%;
  position: absolute;
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-size: 28px;
  position: absolute;
  color: #005538;
}

.texto-fabricacion-final-2 {
  bottom: 0%;
  position: absolute;
  right: 27%;
  font-size: 28px;
  font-family: "oswald", sans-serif;
  font-weight: 500;
  color: #005538;
}
.numero-fabricacion-3 {
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-size: 75px;
  right: 36px;
  position: absolute;
  top: 27px;
  color: #005538;
}
.titulo-fabricacion-3 {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-size: 15px;
  right: 25px;
  position: absolute;
  color: #005538;
  top: 122px;
}
.numero-fabricacion-4 {
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-size: 75px;
  left: 115px;
  position: absolute;
  top: 59px;
  color: #005538;
}
.titulo-fabricacion-4 {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-size: 15px;
  left: 116px;
  position: absolute;
  color: #005538;
  top: 153px;
}
.numero-fabricacion-5 {
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-size: 75px;
  right: 10px;
  position: absolute;
  top: 66px;
  color: #005538;
}
.titulo-fabricacion-5 {
  position: absolute;
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-size: 15px;
  right: 11px;
  position: absolute;
  color: #005538;
  top: 160px;
}
.img-fabricacion-transporte-fondo {
  max-width: 120px;
  position: absolute;
  border-radius: 50%;
  left: 38px;
  top: -45px;
  min-height: 120px;
}
.img-fabricacion-limpieza-fondo {
  max-width: 120px;
  position: absolute;
  border-radius: 50%;
  left: 40px;
  top: -45px;
  min-height: 120px;
}
.img-fabricacion-metales-fondo {
  max-width: 120px;
  position: absolute;
  border-radius: 50%;
  left: -12px;
  top: 47px;
  min-height: 120px;
}
.img-fabricacion-cribado-fondo {
  max-width: 120px;
  position: absolute;
  border-radius: 50%;
  left: -52px;
  top: -70px;
  min-height: 120px;
}
.img-fabricacion-ecoaridos {
  z-index: 20;
  max-width: 70px;
}
.img-fabricacion-ecoaridos-fondo {
  max-width: 120px;
  position: absolute;
  border-radius: 50%;
  left: 104px;
  top: -25px;
  min-height: 120px;
}
.texto-circulo-verde-final {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #005538;
}
.orgullosos-circulo-verde {
  width: 80px;
  height: 80px;
  background: #6abf4b;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
  overflow: visible;
  margin: auto;
  display: flex;
  justify-content: center;
  top: -60px;
  position: relative;
}
.img-orgullosos-fondo {
  z-index: 20;
  max-width: 75px;
  margin-top: -25px;
  margin-right: 80px;
}
.img-orgullosos-fondo-2 {
  z-index: 20;
  max-width: 47px;
  margin-top: -30px;
  margin-right: 60px;
}
.img-orgullosos-fondo-3 {
  z-index: 20;
  max-width: 60px;
  margin-top: -7px;
  margin-left: 70px;
}
.img-orgullosos-fondo-4 {
  z-index: 20;
  max-width: 65px;
  margin-top: -50px;
  margin-right: 48px;
}
.ecoaridos-arrow-second {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  background-image: url("/assets/images/ecoaridos/flecha\ carrusel_02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  cursor: pointer;
}
.ecoaridos-arrow-prev {
  left: -31px;
  transform: rotate(180deg);
  top: 40%;
}
.ecoaridos-arrow-next {
  right: -50px;
  top: 40%;
}

.certificado-ecoaridos:hover .pdf-img-ecoaridados {
  background-image: url("/assets/images/ecoaridos/pdf_rollover.svg");
}
.certificado-ecoaridos:hover .texto-pdf-ecoaridos {
  opacity: 0.7; /* Le da un toque más tenue */
}
.pdf-img-ecoaridados {
  width: 32px;
  height: 32px;
}
.texto-pdf-ecoaridos {
  color: #1a4e35;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 600;
}
.img-fabricacion-demolicion,
.img-fabricacion-transporte,
.img-fabricacion-limpieza,
.img-fabricacion-metales,
.img-fabricacion-cribado,
.img-fabricacion-ecoaridos {
  transition: filter 0.3s ease-in-out;
}
.img-fabricacion-demolicion:hover,
.img-fabricacion-transporte:hover,
.img-fabricacion-limpieza:hover,
.img-fabricacion-metales:hover,
.img-fabricacion-cribado:hover,
.img-fabricacion-ecoaridos:hover {
  filter: invert(100%) sepia(0%) saturate(0%) brightness(200%);
  transition: 0, 3s;
}
.pdf-certificado-ecoaridos-1 {
  margin-top: 50px;
}

.imagenes-ecoaridos-carrusel-img img[src*="Carril_Bici"] {
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.podio-oro {
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.podio-plata {
  position: absolute;
  top: 10%;
  left: 19%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  width: 125px;
}
.podio-bronce {
  position: absolute;
  top: 39%;
  right: 17%;
  transform: translate(50%, -50%);
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  width: 125px;
}

@media (max-width: 575px) {
  .top-spacing {
    margin-top: 50px;
  }
  .resultados-ecoaridos {
    flex-direction: column !important;
    gap: 20px;
  }
  .rectangulo-verde {
    width: 100% !important;
    max-width: 340px;
    height: 350px;
    min-width: 325px;
    margin: 0 auto 20px auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .img-resultados-ecoaridos {
    max-width: 160px !important;
    margin: auto;
  }
  .img-resultados-hormigon,
  .img-resultados-legos {
    max-width: 220px !important;
    margin: auto;
  }

  .titulo-resultados-ecoaridos {
    font-size: 33px !important;
    margin: auto;
  }

  .texto-resultados-ecoaridos {
    font-size: 17px !important;
    max-width: 80%;
    margin: auto;
  }
  .row.resultados-ecoaridos {
    flex-direction: column !important;
    align-items: center !important;
  }
  .titulo-container-ecoaridos {
    font-size: 42px;
    text-align: start !important;
  }
  .titulo-ecoaridos {
    font-size: 30px;
    padding-top: 10px !important;
    font-weight: 500;
  }
  .texto-ecoaridos {
    font-size: 18px;
    margin-top: 40px !important;
    max-width: 100%;
  }
  .texto-categorias-ecoaridos {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
  }
  .subtitulo-categorias-ecoaridos {
    font-size: 25px;
    margin-top: 15%;
    font-weight: 700;
  }
  .lista-ventajas-ecoaridos li {
    font-size: 17px;
    max-width: 100%;
    line-height: 1.5;
  }

  .titulo-categoria-lego {
    padding-top: 5px !important;
    font-size: 30px;
  }
  .texto-categoria-lego {
    font-size: 18px;
    line-height: 1.5;
  }
  .titulo-estamos-orgullosos {
    font-size: 38px;
    margin-top: -10%;
  }
  .texto-estamos-orgullosos {
    font-size: 18px;
    max-width: 80%;
    margin-bottom: 24px;
  }

  .titulo-mas-informacion-ecoaridos {
    font-size: 45px;
    font-weight: 600;
  }
  .texto-mas-informacion {
    font-size: 20px;
  }

  .imagen-parcial {
    width: 15vw !important;
    overflow: hidden;
    min-width: 0;
    max-width: none;
    margin-left: -10px; /* Ajusta según separación deseada */
  }
  .imagen-parcial img {
    width: 100vw; /* Imagen muy ancha para que solo se vea un trozo */

    object-fit: cover;
  }
  .ecoaridos-arrow {
    right: 20px;
    z-index: 10;
    width: 30px;
    height: 30px;
  }
  .texto-categoria-lego {
    font-size: 18px;
  }

  .hormigon {
    padding-left: unset;
    padding-right: unset;
  }
  .estamos-orgullosos-campo {
    max-width: 90%;
  }

  .ecoaridos-iconos-texto {
    font-size: 20px;
    text-align: start;
  }
  .ecoaridos-iconos-img {
    margin-bottom: -5px;
  }
  .linea-mobile-iconos-ecoaridos {
    width: 80%;
    height: 2px;
    background: #6abf4b;
    margin: 16px auto;
    border-radius: 2px;
  }
  .lista-ventajas-ecoaridos li::before {
    height: 18px;
    width: 18px;
  }
  .linea-ecoaridos {
    margin-bottom: 30px;
  }
  .linea-ecoaridos-horizontal {
    width: 100%;
    height: 2px;
    min-height: unset;
    background: #6abf4b;
    border-radius: 2px;
    display: block;
    max-width: 80%;
  }
  .mas-informacion {
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
  }
  .titulo-cabecera-ecoaridos {
    font-size: 70px;
  }
  .subtitulo-cabecera-ecoaridos {
    font-size: 22px;
  }
  .texto-cabecera {
    font-size: 22px;
  }
  .circulo-verde-ecoaridos {
    width: 120px;
    height: 120px;
    background: #6abf4b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
    overflow: hidden;
  }
  .img-fabricacion-demolicion {
    position: relative;
    z-index: 20;
    margin: 0;
    width: 70px;
  }
  .img-fabricacion-demolicion-fondo {
    max-width: 110px;
    position: absolute;
    border-radius: 50%;
    left: 70px;
    top: 0px;
    min-height: 110px;
  }
  .numero-fabricacion-1 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 60px;
    left: 108px;
    position: absolute;
    top: 120px;
    color: #005538;
  }
  .titulo-fabricacion-1 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 113px;
    position: absolute;
    color: #005538;
    top: 200px;
    min-width: 108px;
  }
  .fabricacion-ecoaridos-1 {
    top: 0px;
    left: 0;
  }
  .img-fabricacion-transporte {
    z-index: 20;
    max-width: 95px;
  }
  .img-fabricacion-transporte-fondo {
    max-width: 110px;
    position: absolute;
    border-radius: 50%;
    left: 70px;
    top: 0px;
    min-height: 110px;
  }
  .numero-fabricacion-2 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 60px;
    left: 108px;
    position: absolute;
    top: 140px;
    color: #005538;
  }
  .titulo-fabricacion-2 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 110px;
    position: absolute;
    color: #005538;
    top: 220px;
  }
  .linea-fabricacion-1 {
    top: 107px;
    left: 23px;
    width: 30px;
    height: 250px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-grande-1 {
    top: 105px;
    left: 53px;
    width: 45px;
    height: 250px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .fabricacion-ecoaridos-2 {
    right: unset;
    top: 338px;
  }
  .linea-fabricacion-2 {
    top: 107px;
    left: 23px;
    width: 30px;
    height: 190px;
    background: #6abf4b;
    z-index: 1;
    transform: rotate(0deg);
  }
  .linea-fabricacion-grande-2 {
    top: 105px;
    left: 53px;
    width: 45px;
    height: 192px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 2;
  }
  .fabricacion-container {
    min-height: 1940px;
  }
  .fabricacion-ecoaridos-3 {
    left: unset;
    top: 615px;
  }
  .titulo-fabricacion-3 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 110px;
    position: absolute;
    color: #005538;
    top: 220px;
  }
  .numero-fabricacion-3 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 60px;
    left: 108px;
    position: absolute;
    top: 140px;
    color: #005538;
  }
  .img-fabricacion-limpieza-fondo {
    max-width: 110px;
    position: absolute;
    border-radius: 50%;
    left: 70px;
    top: 0px;
    min-height: 110px;
  }
  .linea-fabricacion-grande-3 {
    top: 105px;
    left: 53px;
    width: 45px;
    height: 183px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 2;
  }
  .linea-fabricacion-3 {
    top: 107px;
    left: 23px;
    width: 30px;
    height: 181px;
    background: #6abf4b;
    z-index: 1;
    transform: rotate(0deg);
  }
  .img-fabricacion-limpieza {
    z-index: 20;
    max-width: 76px;
  }
  .fabricacion-ecoaridos-4 {
    right: unset;
    top: 884px;
  }
  .img-fabricacion-metales-fondo {
    max-width: 110px;
    position: absolute;
    border-radius: 50%;
    left: 70px;
    top: 0px;
    min-height: 110px;
  }
  .numero-fabricacion-4 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 60px;
    left: 108px;
    position: absolute;
    top: 140px;
    color: #005538;
  }
  .titulo-fabricacion-4 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 113px;
    position: absolute;
    color: #005538;
    top: 220px;
  }
  .linea-fabricacion-4 {
    top: 107px;
    left: 23px;
    width: 30px;
    height: 223px;
    background: #6abf4b;
    z-index: 1;
    transform: rotate(0deg);
  }
  .linea-fabricacion-grande-4 {
    top: 105px;
    left: 53px;
    width: 45px;
    height: 225px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 2;
  }
  .img-fabricacion-metales {
    z-index: 20;
    max-width: 76px;
  }
  .titulo-container-fabricamos {
    margin-bottom: 100px;
    font-family: "Oswald";
    color: #006548;
    margin-top: 10%;
    font-weight: 500;
    font-size: 30px;
  }
  .fabricacion-ecoaridos-5 {
    left: unset;
    top: 1196px;
  }
  .img-fabricacion-cribado {
    z-index: 20;
    max-width: 70px;
  }
  .img-fabricacion-cribado-fondo {
    max-width: 110px;
    position: absolute;
    border-radius: 50%;
    left: 70px;
    top: 0px;
    min-height: 110px;
  }
  .img-fabricacion-ecoaridos-fondo {
    max-width: 180px;
    position: absolute;
    border-radius: 50%;
    left: 73px;
    top: 231px;
    min-height: 180px;
  }
  .numero-fabricacion-5 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 60px;
    left: 108px;
    position: absolute;
    top: 140px;
    color: #005538;
  }
  .titulo-fabricacion-5 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 113px;
    position: absolute;
    color: #005538;
    top: 220px;
  }
  .linea-fabricacion-grande-5 {
    top: 105px;
    left: 53px;
    width: 45px;
    height: 209px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 2;
  }
  .linea-fabricacion-5 {
    top: 107px;
    left: 23px;
    width: 30px;
    height: 246px;
    background: #6abf4b;
    z-index: 1;
    transform: rotate(0deg);
  }
  .fabricacion-ecoaridos-6 {
    top: 1473px;
    left: unset;
  }
  .circulo-verde-ecoaridos-grande {
    width: 300px;
    height: 300px;
    background: #6abf4b;
    border-radius: 50%;
    display: block;
    z-index: 10;
    position: absolute;
    box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .texto-circulo-verde-final {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #005538;
  }
  .img-fabricacion-ecoaridos {
    z-index: 20;
    max-width: 150px;
  }
  .linea-fabricacion-grande-6 {
    top: 264px;
    left: 52px;
    width: 45px;
    height: 250px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 2;
  }
  .linea-fabricacion-6 {
    top: 228px;
    left: 23px;
    width: 30px;
    height: 287px;
    background: #6abf4b;
    z-index: 1;
    transform: rotate(0deg);
  }
  .texto-fabricacion-final {
    position: absolute;
    left: 50%;
    bottom: 20px; /* o el valor que prefieras */
    transform: translateX(-50%);
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #005538;
    text-align: center;
    margin: 0;
  }
  .texto-fabricacion-final-3 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #005538;
  }
  .ecoaridos {
    margin-top: 100px;
  }
  .orgullosos-circulo-verde {
    width: 70px;
    height: 70px;
    background: #6abf4b;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
    overflow: visible;
    margin: unset;
    display: flex;
    justify-content: center;
    position: unset;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 20px;
  }
  .img-orgullosos-fondo {
    z-index: 20;
    max-width: 50px;
    margin-top: -25px;
    margin-right: 54px;
  }
  .img-orgullosos-fondo-2 {
    z-index: 20;
    max-width: 40px;
    margin-top: -20px;
    margin-right: 60px;
  }
  .img-orgullosos-fondo-3 {
    z-index: 20;
    max-width: 50px;
    margin-top: -7px;
    margin-left: 70px;
  }
  .img-orgullosos-fondo-4 {
    z-index: 20;
    max-width: 55px;
    margin-top: -50px;
    margin-right: 40px;
  }
  .imagenes-ecoaridos-carrusel {
    margin-bottom: 80px;
    margin-top: 35px;
  }
  .imagenes-ecoaridos-carrusel-img {
    display: flex;
    justify-content: center;
  }
  .ecoaridos-img {
    height: 180px;
    width: 180px;
    min-width: unset;
    min-height: unset;
  }
  .ecoaridos-arrow-second {
    border: none;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 9;
    transition: 0.4s;
  }
  .ecoaridos-arrow-second-next {
    position: absolute;
    right: 50px;
    /* bottom: 271px; */
    z-index: 10;
    transform: translateY(-150%);
  }
  .ecoaridos-arrow-second-prev {
    transform: rotate(180deg) translateY(150%);
    position: absolute;
    left: 25px;
  }
  .ecoaridos-carrusel-imagen {
    width: 419px;
    height: 380px;
    margin: 35px -16px;
  }
  .ecoaridos-carrusel-imagen_1 {
    width: 419px;
    height: 380px;
    margin: 35px -16px;
  }
  .ecoaridos-arrow-prev {
    left: -31px;
    transform: rotate(180deg);
    top: 50%;
  }
  .ecoaridos-arrow-next {
    right: -30px;
    top: 50%;
  }
  .espacio-ecoaridos {
    min-height: 100px;
  }
  .texto-container-ecoaridos {
    padding-left: unset;
    padding-right: unset;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1023px) {
  .circulo-verde-ecoaridos {
    width: 160px;
    height: 160px;
    background: #6abf4b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
    overflow: hidden;
  }  
  .img-fabricacion-demolicion {
    position: relative;
    z-index: 20;
    margin: 0;
    width: 90px;
  }
  .img-fabricacion-demolicion-fondo {
    max-width: 160px;
    position: absolute;
    border-radius: 50%;
    left: 88px;
    top: 0px;
    min-height: 160px;
  }
  .numero-fabricacion-1 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 80px;
    left: 146px;
    position: absolute;
    top: 170px;
    color: #005538;
  }
  .titulo-fabricacion-1 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 150px;
    position: absolute;
    color: #005538;
    top: 270px;
    min-width: 108px;
  }
  .fabricacion-ecoaridos-1 {
    top: -30px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .img-fabricacion-transporte {
    z-index: 20;
    max-width: 115px;
  }
  .img-fabricacion-transporte-fondo {
    max-width: 160px;
    position: absolute;
    border-radius: 50%;
    left: 99px;
    top: 0px;
    min-height: 160px;
  }
  .numero-fabricacion-2 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 80px;
    left: 146px;
    position: absolute;
    top: 170px;
    color: #005538;
  }
  .titulo-fabricacion-2 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 160px;
    position: absolute;
    color: #005538;
    top: 275px;
    min-width: 108px;
  }
  .linea-fabricacion-1 {
    top: 149px;
    left: 39px;
    width: 32px;
    height: 279px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-grande-1 {
    top: 146px;
    left: 70px;
    width: 52px;
    height: 280px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .fabricacion-ecoaridos-2 {
    right: unset;
    top: 382px;
  }
  .linea-fabricacion-2 {
    top: 149px;
    left: 39px;
    width: 32px;
    height: 208px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-grande-2 {
    top: 146px;
    left: 70px;
    width: 52px;
    height: 210px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .fabricacion-container {
    min-height: 2210px;
    transform: translateX(30%);
  }
  .fabricacion-ecoaridos-3 {
    left: unset;
    top: 725px;
  }
  .titulo-fabricacion-3 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 150px;
    position: absolute;
    color: #005538;
    top: 270px;
    min-width: 108px;
  }
  .numero-fabricacion-3 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 80px;
    left: 146px;
    position: absolute;
    top: 170px;
    color: #005538;
  }
  .img-fabricacion-limpieza-fondo {
    max-width: 160px;
    position: absolute;
    border-radius: 50%;
    left: 99px;
    top: 0px;
    min-height: 160px;
  }
  .linea-fabricacion-grande-3 {
    top: 146px;
    left: 70px;
    width: 52px;
    height: 220px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-3 {
    top: 149px;
    left: 39px;
    width: 32px;
    height: 217px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
  }
  .img-fabricacion-limpieza {
    z-index: 20;
    max-width: 90px;
  }
  .fabricacion-ecoaridos-4 {
    right: unset;
    top: 1074px;
  }
  .img-fabricacion-metales-fondo {
    max-width: 160px;
    position: absolute;
    border-radius: 50%;
    left: 99px;
    top: 0px;
    min-height: 160px;
  }
  .numero-fabricacion-4 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 80px;
    left: 146px;
    position: absolute;
    top: 170px;
    color: #005538;
  }
  .titulo-fabricacion-4 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 150px;
    position: absolute;
    color: #005538;
    top: 270px;
    min-width: 108px;
  }
  .linea-fabricacion-4 {
    top: 149px;
    left: 39px;
    width: 32px;
    height: 243px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-grande-4 {
    top: 146px;
    left: 70px;
    width: 52px;
    height: 245px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .img-fabricacion-metales {
    z-index: 20;
    max-width: 90px;
  }
  .titulo-container-fabricamos {
    margin-bottom: 100px;
    font-family: "Oswald";
    color: #006548;
    margin-top: 10%;
    font-weight: 500;
    font-size: 30px;
  }
  .fabricacion-ecoaridos-5 {
    left: unset;
    top: 1446px;
  }
  .img-fabricacion-cribado {
    z-index: 20;
    max-width: 90px;
  }
  .img-fabricacion-cribado-fondo {
    max-width: 160px;
    position: absolute;
    border-radius: 50%;
    left: 99px;
    top: 0px;
    min-height: 160px;
  }
  .img-fabricacion-ecoaridos-fondo {
    max-width: 170px;
    position: absolute;
    border-radius: 50%;
    left: 90px;
    top: 205px;
    min-height: 170px;
  }
  .numero-fabricacion-5 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 80px;
    left: 146px;
    position: absolute;
    top: 170px;
    color: #005538;
  }
  .titulo-fabricacion-5 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 150px;
    position: absolute;
    color: #005538;
    top: 270px;
    min-width: 108px;
  }
  .linea-fabricacion-grande-5 {
    top: 146px;
    left: 70px;
    width: 52px;
    height: 220px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-5 {
    top: 149px;
    left: 39px;
    width: 32px;
    height: 218px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
  }
  .fabricacion-ecoaridos-6 {
    top: 1774px;
    left: unset;
  }
  .circulo-verde-ecoaridos-grande {
    width: 250px;
    height: 250px;
    background: #6abf4b;
    border-radius: 50%;
    display: block;
    z-index: 10;
    position: absolute;
    box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .texto-circulo-verde-final {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #005538;
  }
  .img-fabricacion-ecoaridos {
    z-index: 20;
    max-width: 105px;
  }
  .linea-fabricacion-grande-6 {
    top: 237px;
    left: 70px;
    width: 52px;
    height: 225px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-6 {
    top: 211px;
    width: 32px;
    height: 251px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
    left: 39px;
  }
  .texto-fabricacion-final {
    position: absolute;
    left: 50%;
    bottom: 20px; /* o el valor que prefieras */
    transform: translateX(-50%);
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #005538;
    text-align: center;
    margin: 0;
  }
  .texto-fabricacion-final-3 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #005538;
  }
  .texto-fabricacion-final {
    display: none !important;
  }
  .texto-fabricacion-final-2 {
    display: none !important;
  }
  /*     */
  .resultados-ecoaridos {
    flex-direction: column !important;
    gap: 20px;
  }
  .rectangulo-verde {
    width: 100% !important;
    max-width: 340px;
    height: 350px;
    min-width: 325px;
    margin: 0 auto 20px auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .img-resultados-ecoaridos {
    max-width: 160px !important;
    margin: auto;
  }
  .img-resultados-hormigon,
  .img-resultados-legos {
    max-width: 220px !important;
    margin: auto;
  }

  .titulo-resultados-ecoaridos {
    font-size: 33px !important;
    margin: auto;
  }

  .texto-resultados-ecoaridos {
    font-size: 17px !important;
    max-width: 80%;
    margin: auto;
  }
  .row.resultados-ecoaridos {
    flex-direction: column !important;
    align-items: center !important;
  }
  .titulo-container-ecoaridos {
    font-size: 42px;
    text-align: start !important;
  }
  .titulo-ecoaridos {
    font-size: 30px;
    padding-top: 10px !important;
    font-weight: 500;
  }
  .texto-ecoaridos {
    font-size: 18px;
    margin-top: 40px !important;
    max-width: 100%;
  }
  .texto-categorias-ecoaridos {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
  }
  .subtitulo-categorias-ecoaridos {
    font-size: 25px;
    margin-top: 12%;
    font-weight: 700;
  }
  .lista-ventajas-ecoaridos li {
    font-size: 17px;
    max-width: 100%;
    line-height: 1.5;
  }

  .titulo-categoria-lego {
    padding-top: 5px !important;
    font-size: 30px;
  }
  .texto-categoria-lego {
    font-size: 18px;
    line-height: 1.5;
  }
  .titulo-estamos-orgullosos {
    font-size: 38px;
    margin-top: -10%;
  }
  .texto-estamos-orgullosos {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .titulo-mas-informacion-ecoaridos {
    font-size: 45px;
    font-weight: 600;
  }
  .texto-mas-informacion {
    font-size: 20px;
  }

  .imagen-parcial {
    width: 15vw !important;
    overflow: hidden;
    min-width: 0;
    max-width: none;
    margin-left: -10px; /* Ajusta según separación deseada */
  }
  .imagen-parcial img {
    width: 100vw; /* Imagen muy ancha para que solo se vea un trozo */

    object-fit: cover;
  }
  .ecoaridos-arrow {
    right: 20px;
    z-index: 10;
    width: 30px;
    height: 30px;
  }
  .texto-categoria-lego {
    font-size: 18px;
  }

  .hormigon {
    padding-left: unset;
    padding-right: unset;
  }
  .estamos-orgullosos-campo {
    max-width: 90%;
  }
  .ecoaridos-iconos {
    transform: translateX(70px);
  }
  .ecoaridos-iconos-texto {
    font-size: 20px;
    text-align: start;
  }
  .ecoaridos-iconos-img {
    margin-bottom: -5px;
  }
  .linea-mobile-iconos-ecoaridos {
    width: 80%;
    height: 2px;
    background: #6abf4b;
    margin: 16px auto;
    border-radius: 2px;
  }
  .lista-ventajas-ecoaridos li::before {
    height: 18px;
    width: 18px;
  }
  .linea-ecoaridos {
    margin-bottom: 30px;
  }
  .linea-ecoaridos-horizontal {
    width: 100%;
    height: 2px;
    min-height: unset;
    background: #6abf4b;
    border-radius: 2px;
    display: block;
    max-width: 80%;
  }
  .mas-informacion {
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
  }
  .titulo-cabecera-ecoaridos {
    font-size: 70px;
  }
  .subtitulo-cabecera-ecoaridos {
    font-size: 22px;
  }
  .texto-cabecera {
    font-size: 22px;
  }
  /*        */
  .ecoaridos {
    margin-top: 100px;
  }
  .orgullosos-circulo-verde {
    width: 70px;
    height: 70px;
    background: #6abf4b;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
    overflow: visible;
    margin: unset;
    display: flex;
    justify-content: center;
    position: unset;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 20px;
  }
  .img-orgullosos-fondo {
    z-index: 20;
    max-width: 50px;
    margin-top: -25px;
    margin-right: 54px;
  }
  .img-orgullosos-fondo-2 {
    z-index: 20;
    max-width: 40px;
    margin-top: -20px;
    margin-right: 60px;
  }
  .img-orgullosos-fondo-3 {
    z-index: 20;
    max-width: 50px;
    margin-top: -7px;
    margin-left: 70px;
  }
  .img-orgullosos-fondo-4 {
    z-index: 20;
    max-width: 55px;
    margin-top: -50px;
    margin-right: 40px;
  }
  .imagenes-ecoaridos-carrusel {
    margin-top: 35px;
  }
  .imagenes-ecoaridos-carrusel-img {
    display: flex;
    justify-content: center;
  }
  .ecoaridos-img {
    height: 200px;
    width: 200px;
    min-width: unset;
    min-height: unset;
    transform: translateX(185px);
  }
  .texto-imagenes-ecoaridos {
    margin-top: 10%;
    font-weight: 500;
    margin-left: unset;
    transform: translateX(185px);
  }
  .ecoaridos-arrow-second {
    border: none;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 9;
    transition: 0.4s;
  }
  .ecoaridos-arrow-second-next {
    position: absolute;
    right: 50px;
    /* bottom: 271px; */
    z-index: 10;
    transform: translateY(-150%);
  }
  .ecoaridos-arrow-second-prev {
    transform: rotate(180deg) translateY(150%);
    position: absolute;
    left: 25px;
  }
  .ecoaridos-carrusel-imagen {
    width: 419px;
    height: 380px;
    margin: 35px -16px;
  }
  .ecoaridos-carrusel-imagen_1 {
    width: 419px;
    height: 380px;
    margin: 35px -16px;
  }
  .ecoaridos-arrow-prev {
    left: -31px;
    transform: rotate(180deg);
    top: 50%;
  }
  .ecoaridos-arrow-next {
    right: -30px;
    top: 50%;
  }
  .espacio-ecoaridos {
    min-height: 100px;
  }
  .texto-container-ecoaridos {
    padding-left: unset;
    padding-right: unset;
  }
  .imagenes-ecoaridos {
    display: none !important;
  }
  .imagenes-ecoaridos-carrusel {
    display: block !important;
  }
  .estamos-orgullosos-content {
    transform: translateY(10%);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .circulo-verde-ecoaridos {
    width: 160px;
    height: 160px;
    background: #6abf4b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
    overflow: hidden;
  }
  .img-fabricacion-demolicion {
    position: relative;
    z-index: 20;
    margin: 0;
    width: 80px;
  }
  .img-fabricacion-demolicion-fondo {
    max-width: 160px;
    position: absolute;
    border-radius: 50%;
    left: 96px;
    top: 0px;
    min-height: 160px;
  }
  .numero-fabricacion-1 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 90px;
    left: 155px;
    position: absolute;
    top: 165px;
    color: #005538;
  }
  .titulo-fabricacion-1 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 160px;
    position: absolute;
    color: #005538;
    top: 275px;
    min-width: 108px;
  }
  .fabricacion-ecoaridos-1 {
    top: -30px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .img-fabricacion-transporte {
    z-index: 20;
    max-width: 120px;
  }
  .img-fabricacion-transporte-fondo {
    max-width: 160px;
    position: absolute;
    border-radius: 50%;
    left: 99px;
    top: 0px;
    min-height: 160px;
  }
  .numero-fabricacion-2 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 90px;
    left: 155px;
    position: absolute;
    top: 165px;
    color: #005538;
  }
  .titulo-fabricacion-2 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 156px;
    position: absolute;
    color: #005538;
    top: 274px;
  }
  .linea-fabricacion-1 {
    top: 144px;
    left: 38px;
    width: 32px;
    height: 298px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-grande-1 {
    top: 147px;
    left: 70px;
    width: 52px;
    height: 295px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .fabricacion-ecoaridos-2 {
    right: unset;
    top: 392px;
  }
  .linea-fabricacion-2 {
    top: 144px;
    left: 38px;
    width: 32px;
    height: 223px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-grande-2 {
    top: 147px;
    left: 70px;
    width: 52px;
    height: 220px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .fabricacion-container {
    min-height: 2240px;
    transform: translateX(30%);
  }
  .fabricacion-ecoaridos-3 {
    left: unset;
    top: 743px;
  }
  .titulo-fabricacion-3 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 160px;
    position: absolute;
    color: #005538;
    top: 275px;
    min-width: 108px;
  }
  .numero-fabricacion-3 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 90px;
    left: 155px;
    position: absolute;
    top: 165px;
    color: #005538;
  }
  .img-fabricacion-limpieza-fondo {
    max-width: 160px;
    position: absolute;
    border-radius: 50%;
    left: 99px;
    top: 0px;
    min-height: 160px;
  }
  .linea-fabricacion-grande-3 {
    top: 147px;
    left: 70px;
    width: 52px;
    height: 210px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-3 {
    top: 144px;
    left: 38px;
    width: 32px;
    height: 213px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
  }
  .img-fabricacion-limpieza {
    z-index: 20;
    max-width: 90px;
  }
  .fabricacion-ecoaridos-4 {
    right: unset;
    top: 1081px;
  }
  .img-fabricacion-metales-fondo {
    max-width: 160px;
    position: absolute;
    border-radius: 50%;
    left: 99px;
    top: 0px;
    min-height: 160px;
  }
  .numero-fabricacion-4 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 90px;
    left: 155px;
    position: absolute;
    top: 165px;
    color: #005538;
  }
  .titulo-fabricacion-4 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 160px;
    position: absolute;
    color: #005538;
    top: 275px;
    min-width: 108px;
  }
  .linea-fabricacion-4 {
    top: 144px;
    left: 38px;
    width: 32px;
    height: 243px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-grande-4 {
    top: 147px;
    left: 70px;
    width: 52px;
    height: 240px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .img-fabricacion-metales {
    z-index: 20;
    max-width: 90px;
  }
  .titulo-container-fabricamos {
    margin-bottom: 100px;
    font-family: "Oswald";
    color: #006548;
    margin-top: 10%;
    font-weight: 500;
    font-size: 30px;
  }
  .fabricacion-ecoaridos-5 {
    left: unset;
    top: 1449px;
  }
  .img-fabricacion-cribado {
    z-index: 20;
    max-width: 80px;
  }
  .img-fabricacion-cribado-fondo {
    max-width: 160px;
    position: absolute;
    border-radius: 50%;
    left: 99px;
    top: 0px;
    min-height: 160px;
  }
  .img-fabricacion-ecoaridos-fondo {
    max-width: 170px;
    position: absolute;
    border-radius: 50%;
    left: 100px;
    top: 220px;
    min-height: 170px;
  }
  .numero-fabricacion-5 {
    font-family: "oswald", sans-serif;
    font-weight: 700;
    font-size: 90px;
    left: 155px;
    position: absolute;
    top: 165px;
    color: #005538;
  }
  .titulo-fabricacion-5 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    left: 160px;
    position: absolute;
    color: #005538;
    top: 275px;
    min-width: 108px;
  }
  .linea-fabricacion-grande-5 {
    top: 147px;
    left: 70px;
    width: 52px;
    height: 220px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-5 {
    top: 144px;
    left: 38px;
    width: 32px;
    height: 249px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
  }
  .fabricacion-ecoaridos-6 {
    top: 1793px;
    left: unset;
  }
  .circulo-verde-ecoaridos-grande {
    width: 280px;
    height: 280px;
    background: #6abf4b;
    border-radius: 50%;
    display: block;
    z-index: 10;
    position: absolute;
    box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .texto-circulo-verde-final {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #005538;
  }
  .img-fabricacion-ecoaridos {
    z-index: 20;
    max-width: 130px;
  }
  .linea-fabricacion-grande-6 {
    top: 257px;
    left: 70px;
    width: 52px;
    height: 229px;
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
    transform: rotate(0deg);
    z-index: 1;
  }
  .linea-fabricacion-6 {
    top: 235px;
    width: 32px;
    height: 251px;
    background: #6abf4b;
    transform: rotate(0deg);
    z-index: 1;
    left: 38px;
  }
  .texto-fabricacion-final {
    position: absolute;
    left: 50%;
    bottom: 20px; /* o el valor que prefieras */
    transform: translateX(-50%);
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #005538;
    text-align: center;
    margin: 0;
  }
  .texto-fabricacion-final-3 {
    font-family: "oswald", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #005538;
  }
  .texto-fabricacion-final {
    display: none !important;
  }
  .texto-fabricacion-final-2 {
    display: none !important;
  }
  /*     */
  .resultados-ecoaridos {
    flex-direction: column !important;
    gap: 20px;
  }
  .rectangulo-verde {
    width: 100% !important;
    max-width: 340px;
    height: 350px;
    min-width: 325px;
    margin: 0 auto 20px auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .img-resultados-ecoaridos {
    max-width: 160px !important;
    margin: auto;
  }
  .img-resultados-hormigon,
  .img-resultados-legos {
    max-width: 220px !important;
    margin: auto;
  }

  .titulo-resultados-ecoaridos {
    font-size: 33px !important;
    margin: auto;
  }

  .texto-resultados-ecoaridos {
    font-size: 17px !important;
    max-width: 80%;
    margin: auto;
  }
  .row.resultados-ecoaridos {
    flex-direction: column !important;
    align-items: center !important;
  }
  .titulo-container-ecoaridos {
    font-size: 42px;
    text-align: start !important;
  }
  .titulo-ecoaridos {
    font-size: 30px;
    padding-top: 10px !important;
    font-weight: 500;
  }
  .texto-ecoaridos {
    font-size: 18px;
    margin-top: 40px !important;
    max-width: 100%;
  }
  .texto-categorias-ecoaridos {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
  }
  .subtitulo-categorias-ecoaridos {
    font-size: 25px;
    margin-top: 7%;
    font-weight: 700;
  }
  .lista-ventajas-ecoaridos li {
    font-size: 17px;
    max-width: 75%;
    line-height: 1.5;
  }

  .titulo-categoria-lego {
    padding-top: 5px !important;
    font-size: 30px;
  }
  .texto-categoria-lego {
    font-size: 18px;
    line-height: 1.5;
  }
  .titulo-estamos-orgullosos {
    font-size: 38px;
    margin-top: -10%;
  }
  .texto-estamos-orgullosos {
    font-size: 16px;
    max-width: 90%;
    margin-bottom: 24px;
  }

  .titulo-mas-informacion-ecoaridos {
    font-size: 45px;
    font-weight: 600;
  }
  .texto-mas-informacion {
    font-size: 20px;
  }

  .imagen-parcial {
    width: 15vw !important;
    overflow: hidden;
    min-width: 0;
    max-width: none;
    margin-left: -10px; /* Ajusta según separación deseada */
  }
  .imagen-parcial img {
    width: 100vw; /* Imagen muy ancha para que solo se vea un trozo */

    object-fit: cover;
  }
  .ecoaridos-arrow {
    right: 20px;
    z-index: 10;
    width: 30px;
    height: 30px;
  }
  .texto-categoria-lego {
    font-size: 18px;
  }

  .hormigon {
    padding-left: unset;
    padding-right: unset;
  }
  .estamos-orgullosos-campo {
    max-width: 90%;
  }

  .ecoaridos-iconos-texto {
    font-size: 20px;
    text-align: start;
  }
  .ecoaridos-iconos-img {
    margin-bottom: -5px;
  }
  .linea-mobile-iconos-ecoaridos {
    width: 80%;
    height: 2px;
    background: #6abf4b;
    margin: 16px auto;
    border-radius: 2px;
  }
  .lista-ventajas-ecoaridos li::before {
    height: 18px;
    width: 18px;
  }
  .linea-ecoaridos {
    margin-bottom: 30px;
  }
  .linea-ecoaridos-horizontal {
    width: 100%;
    height: 2px;
    min-height: unset;
    background: #6abf4b;
    border-radius: 2px;
    display: block;
    max-width: 80%;
  }
  .mas-informacion {
    background: linear-gradient(180deg, #6abf4b 0%, #006548 100%);
  }
  .titulo-cabecera-ecoaridos {
    font-size: 70px;
  }
  .subtitulo-cabecera-ecoaridos {
    font-size: 22px;
  }
  .texto-cabecera {
    font-size: 22px;
  }
  /*        */
  .ecoaridos {
    margin-top: 100px;
  }
  .orgullosos-circulo-verde {
    width: 70px;
    height: 70px;
    background: #6abf4b;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 8px 32px rgba(25, 135, 84, 0.25);
    overflow: visible;
    margin: unset;
    display: flex;
    justify-content: center;
    position: unset;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 20px;
  }
  .img-orgullosos-fondo {
    z-index: 20;
    max-width: 50px;
    margin-top: -25px;
    margin-right: 54px;
  }
  .img-orgullosos-fondo-2 {
    z-index: 20;
    max-width: 40px;
    margin-top: -20px;
    margin-right: 60px;
  }
  .img-orgullosos-fondo-3 {
    z-index: 20;
    max-width: 50px;
    margin-top: -7px;
    margin-left: 70px;
  }
  .img-orgullosos-fondo-4 {
    z-index: 20;
    max-width: 55px;
    margin-top: -50px;
    margin-right: 40px;
  }
  .imagenes-ecoaridos-carrusel {
    margin-top: 35px;
  }
  .imagenes-ecoaridos-carrusel-img {
    display: flex;
    justify-content: center;
  }
  .ecoaridos-img {
    height: 200px;
    width: 200px;
    min-width: unset;
    min-height: unset;
    transform: translateX(185px);
  }
  .texto-imagenes-ecoaridos {
    margin-top: 10%;
    font-weight: 500;
    margin-left: unset;
    transform: translateX(185px);
  }
  .ecoaridos-arrow-second {
    border: none;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 9;
    transition: 0.4s;
  }
  .ecoaridos-arrow-second-next {
    position: absolute;
    right: 50px;
    /* bottom: 271px; */
    z-index: 10;
    transform: translateY(-150%);
  }
  .ecoaridos-arrow-second-prev {
    transform: rotate(180deg) translateY(150%);
    position: absolute;
    left: 25px;
  }
  .ecoaridos-carrusel-imagen {
    width: 419px;
    height: 380px;
    margin: 35px -16px;
  }
  .ecoaridos-carrusel-imagen_1 {
    width: 419px;
    height: 380px;
    margin: 35px -16px;
  }
  .ecoaridos-arrow-prev {
    left: -31px;
    transform: rotate(180deg);
    top: 50%;
  }
  .ecoaridos-arrow-next {
    right: -30px;
    top: 50%;
  }
  .espacio-ecoaridos {
    min-height: 100px;
  }
  .texto-container-ecoaridos {
    padding-left: unset;
    padding-right: unset;
  }
  .imagenes-ecoaridos {
    display: none !important;
  }
  .imagenes-ecoaridos-carrusel {
    display: block !important;
  }
  .estamos-orgullosos-content {
    transform: translateY(20%);
  }
  .pdf-certificado-ecoaridos {
    margin-top: 30px;
  }
}
