@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700;900&display=swap');

/*Generales*/
h1, h2, h3, h4, h5, h6{
  font-family: "Inter",sans-serif;
}

.region p,
.region li {
  font-family: "Inter", sans-serif;
  font-size: 20px;
}

.c-white{
  color: white;
}

.c-green{
  color: #2D6750;
}

/*Megamenú desktop*/
div#block-arclad-branding {
  display: none;
}

nav.navbar {
  background: none;
  margin: 0;
  padding: 15px 0;
  justify-content: center;
}

#search-block-form input#edit-submit {
  background: url("/themes/custom/arclad/img/icon-search.png") 0 0 no-repeat;
  border: none;
  padding: 15px;
  font-size: 0;
  z-index: 2;
  position: relative;
  right: 8px;
}

#search-block-form input.form-search {
  width: 40px;
  position: absolute;
  transition: all .3s;
  right: 0;
  padding: 20px 10px;
  margin-top: -5px;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

div#block-arclad-search-form {
  position: relative;
}

#search-block-form input.form-search:focus {
  width: 230px;
  z-index: 1;
  opacity: 1;
  cursor: initial;
  border: 1px solid #306751;
  box-shadow: none;
}

ul.we-mega-menu-ul>li.we-mega-menu-li>a {
    text-transform: inherit;
    padding: 0; 
    padding-right: 25px !important;
    color: #2D6750;
    text-decoration: none;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 200;
    background: none !important;
}

.we-mega-menu-ul>.we-mega-menu-li {
  border: none;
}

li.LogoArcladCustom a:before {
  content: url(/themes/custom/arclad/img/logo-Arclad.svg);
} 

ul.we-mega-menu-ul>li.LogoArcladCustom>a {
  font-size: 0 !important;
  padding-right: 15px !important;
}

.li-deplegable {
  padding-right: 15px !important;
}

.menu-arclad-desplegable .block-inner h2 {
  display: none;
}

.menu-arclad-desplegable li.we-mega-menu-li a {
  border: none;
  color: #1C1C1C;
  text-decoration: none;
  font-family: "Inter";
  font-weight: 100;
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  transition: all .3s;;
}

.menu-arclad-desplegable li.we-mega-menu-li:first-child a {
  padding: 10px !important;
}

.menu-arclad-desplegable li.we-mega-menu-li a:hover {
  background: #e6e6e6;
}

.menu-arclad-desplegable ul.subul {
  flex-direction: column;
}

.menu-arclad-desplegable {
  padding: 16%;
}

.menu-arclad-desplegable .we-mega-menu-row {
  align-items: center;
}

.cont-portafolio-completo h4 {
  font-size: 22px;
}

.cont-portafolio-completo p {
  font-size: 17px;
}

.we-mega-menu-ul .dropdown-menu>a:after {
  background: none !important;
  opacity: 1;
  content: url(/themes/custom/arclad/img/flecha.svg);
  display: block;
  top: -9px;
  right: 8px;
  bottom: 0;
  margin: auto;
}

.we-mega-menu-ul .dropdown-menu>a:before {
  background: none;
}

.we-mega-menu-ul .dropdown-menu {
  position: relative;
}

div#block-arclad-logoarcladresponsive {
    display: none;
}

.region.region-nav-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cerrarMenuArclad{
  display: none;
}

/*Fin megamenú desktop*/

/*Componente Banner home*/

.region-content{
  padding: 0;
}

.c-white{
  color: white;
}

.radius {
  border-radius: 15px;
}
.region p, .region li {
  /*font-family: "Inter", sans-serif;*/
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
h2.tituloBanner {
  font-size: 50px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 900;
  word-wrap: break-word;
}
h6.title-6-productos {
  color: #2D6750;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
span.text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.cont-flechas-banner {
  width: 128px;
  position: absolute;
  bottom: 24%;
  left: 22%;
}

body .swiper-button-next-banner-ppal:after {
  content: url(/themes/custom/arclad/img/Arrow-Right.svg);
  line-height: 0;
  transition: all .3s;
}

body .swiper-button-prev-banner-ppal:after {
  content: url(/themes/custom/arclad/img/Arrow-Left.svg);
  line-height: 0;
  transition: all .3s;
}

body .flechas {
  background: white;
  padding: 0 !important;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  transition: all .3s;
  outline: none;
}

.btn-arclad {
  border-radius: 30px;
  background: url(/sites/default/files/2024-09/ARCLAD-WEB-PROPUESTA_07.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 16px 24px 16px 50px;
    font-size: 18px;
    color: #010101;
    text-decoration: none;
    transition: all .3s;
    font-family: 'Inter';
}

.btn-arclad:hover {
  /* background: white; */
  text-decoration: none;
  color: #FFF;
}

.btn-arclad-fondo {
  border-radius: 30px;
  background: #95C83D !important;
  font-size: 18px;
  color: #010101 !important;
  text-decoration: none;
  transition: all .3s;
  font-family: 'Inter' !important;
  margin: auto;
  max-width: 300px;
  display: block;
  padding: 11px 15px !important;
}

.btn-arclad-fondo:hover {
  background: #2D6750;
  color: white !important;
  text-decoration: none;
}

body .flechas:hover {
    background: #96c748;
}

body .flechas:hover:after {
    filter: invert(1);
}

.flecha-bajar {
  font-size: 18px;
  color: white;
  text-decoration: none;
  position: relative;
  display: block;
  height: 70px;
}

.flecha-bajar img {
  animation-name: flecha-bajar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  display: block;
  margin: 15px auto 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
}

a.flecha-bajar:hover {
  color: white;
  text-decoration: none;
}

@keyframes flecha-bajar {
  0%{
    top: 10px;
  }

  50%{
    top: 30px;
  }

  100%{
    top: 10px;
  }
}

/*Fin componente Banner home*/


/*Estilos Footer*/

footer {
    background: #2d6750;
    padding-bottom: 0;
    padding-top: 25px;
    margin-top: 55px;
}

.ax-footer-arclad {
    display: flex;
    justify-content: space-between;
    column-gap: 3%;
}

.sedes-footer {
  display: flex;
}

.ax-footer-arclad .field__label {
    color: #95C83D;
    font-size: 23px;
    margin-bottom: 20px;
}

.ax-footer-arclad ul {
    margin: 0;
    padding: 0;
}

.ax-footer-arclad ul li {
    list-style: none;
    margin-bottom: 19px;
    font-size: 16px;
}

.ax-footer-arclad ul li:last-child a {
  padding-bottom: 35px;
  display: block;
}

.ax-footer-arclad ul li a {
    color: white;
    text-decoration: none;
}

.ax-footer-arclad ul li a:hover {
  text-decoration: underline;
}

.bg-redes {
    background: url(/sites/default/files/2024-09/ARCLAD-WEB-PROPUESTA-05.png)no-repeat center center;
    background-size: 100% 100%;
    padding: 30px;
    padding-top: 9%;
    border-radius: 20px 20px 0 0;
    margin-top: -110px;
    z-index: 9;
}

img.logoFooter {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: block;
}

.redes-footer svg {
  width: 60px;
  padding: 0 6px;
}

.redes-footer a:hover rect {
  fill: #2d6750;
}

rect, path {
  transition: all .3s;
}

.redes-footer a:hover path {
  fill: white;
}

.redes-footer {
    margin-top: 18%;
}

/*productos*/
span.file.file--mime-application-pdf.file--application-pdf {
  background-image: none;
}
input[name="buscador_productos"] {
  padding-left: 40px !important;
  background-image: url(/sites/default/files/iconos/Search.png) !important;
  background-repeat: no-repeat !important;
  background-size: 18px 18px !important;
  background-position: 10px center !important;
  display: flex;
  width: 250px;
  align-items: flex-start;
  gap: 240px;
  border-radius: 50px;
  background-color: #F3F3F3;
  max-width: 100%;
  padding: 8px 32px;
}
input[name="buscador_productos"]{
  padding-left: 40px;
  background-image: url(/sites/default/files/iconos/Search.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 10px center;
  display: flex;
  width: 250px;
  align-items: flex-start;
  gap: 240px;
  border-radius: 50px;
  background-color: #F3F3F3;
  max-width: 100%;
  padding: 8px 32px;
}
form#views-exposed-form-productos-productos div#edit-actions {
  display: none;
}
details.form-item.js-form-wrapper.form-wrapper.card,
div.form-item.form-item-buscador-productos {
  width: 100%;
  border: none;
}
details.form-item.js-form-wrapper.form-wrapper.card summary.card-header.bg-light {
  border: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.filtros--productos ul {
  list-style: none;
  padding: 0;
}
.filtros--productos input.form-radio{
  width: 16.667px;
  height: 16.667px;
  margin-right: 10px;
}
.filtros--productos input.form-radio[type="radio"] {
  appearance: none;
  border-radius: 50%;
  border: 2px solid #2D6750;
  outline: none;
}
.filtros--productos input.form-radio[type="radio"]:checked {
  background-color: #2D6750;
}
.filtros--productos label.option {
  color: #231F20;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.contenedor-productos {
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  background: #F8F8F8;
  box-shadow: 0px 6px 12px 0px rgba(41, 41, 41, 0.08);
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  align-items: center;
  gap: 20px;
}
.imagen-producto {
  display: flex;
  height: 157px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
}
.contenedor-descriptico-productos {
  display: flex;
  padding: 0px 20px;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  align-self: stretch;
}
.general-productos-list ul.pagination.js-pager__items li.page-item.is-active.active a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2D6750;
  border: none;
  color: #fff;
}
.general-productos-list ul.pagination.js-pager__items li.page-item a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #2D6750;
}
.general-productos-list ul.pagination.js-pager__items li.page-item.pager__item--last {
  display: none;
}
.general-productos-list ul.pagination.js-pager__items li.page-item.pager__item--first {
  display: none;
}
.general-productos-list ul.pagination.js-pager__items {
  gap: 14px;
}
h1.title--banner-productos {
  color: #FFF;
  text-align: right;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
.descripción--banner-productos {
  color: #FFF;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
figure.imagen--banner-productos {
  height: 470px;
  width: 100%;
}
figure.imagen--banner-productos img {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.fondo--banners-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(180deg, #2B7150 0%, rgba(43, 113, 80, 0.00) 100%);
  padding: 80px 0 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.col-12.col-md-6.padding-top-bp {
  display: flex;
  width: 552px;
  flex-direction: column;
  align-items: flex-end;
  gap: 31px;
  padding: 70px 50px 0 0px;
}
/*fin productos*/
/*paginas de errores y gracias*/
.container.background-403 {
  display: flex;
  width: 100%;
  height: 806px;
  justify-content: center;
  align-items: center;
}
.ancho-completo {
  background-color: #2D6750;
}
span.error {
  color: #FFF;
  font-size: 67.229px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.336px;
}
span.\34 03 {
  color: #FFF;
  font-size: 201.688px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.336px;
  margin-top: -58px;
}
span.text403 {
  color: #FFF;
  font-size: 26.892px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.336px;
}
.container.background-403 .row {
  width: 100%;
}
.contain-2 {
  display: flex;
  flex-direction: column;
}
a.volver-atras {
  display: inline-flex;
  padding: 18px 24px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 30px;
  width: 30%;
  text-align: center;
  justify-content: center;
  background-color: #FFF;
  color: #2D6750;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  margin-top: 2rem;
}

/* CSS DAMIAN*/
.thumbs-tabs {
  position: relative;
  background-color: #fff;
  padding: 100px 0;
}
.thumbs-tabs .swiperThumbs2 iframe {
  width: 100%;
  height: 430px;
}
.thumbs-tabs .swiperThumbs2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.thumbs-tabs .content-thumbs {
  padding: 0 50px;
  margin: 80px 0 0 0;
  position: relative;
}
.thumbs-tabs .content-thumbs img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 10px;
}
.thumbs-tabs .content-thumbs .thumbs-next {
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -14px;
}
.thumbs-tabs .content-thumbs .thumbs-next:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thumbs-tabs .content-thumbs .thumbs-prev {
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.thumbs-tabs .content-thumbs .thumbs-prev:hover {
  -webkit-transform: scale(1.4) rotate(180deg);
          transform: scale(1.4) rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thumbs-tabs .content-text-thumbs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thumbs-tabs .content-text-thumbs .text-thumbs {
  padding-left: 15px;
}
.thumbs-tabs .content-text-thumbs .text-thumbs .text-description {
  height: 300px;
  overflow-y: auto;
}
.thumbs-tabs .content-text-thumbs .text-thumbs .text-description::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}
.thumbs-tabs .content-text-thumbs .text-thumbs .text-description::-webkit-scrollbar-thumb {
  background-color: #2D6750;
  border-radius: 10px;
  height: 20px;
  position: relative;
}
.thumbs-tabs .content-text-thumbs .text-thumbs .text-description::-webkit-scrollbar-track {
  background-color: #EAEAEA;
  border-radius: 10px;
}
.thumbs-tabs .content-text-thumbs .text-thumbs h2 {
  color: #1F1F1F;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  padding-right: 25px;
}
.thumbs-tabs .content-text-thumbs .text-thumbs p {
  color: #252525;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.thumbs-tabs .content-text-thumbs .text-thumbs .button-thumbs {
  border-radius: 30px;
  background: #95C83D;
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #010101;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  text-align: center;
}
.thumbs-tabs .content-text-thumbs .text-thumbs .button-thumbs:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.subcategories {
  position: relative;
  padding: 60px 0 80px 0;
}
.subcategories .oculto {
  display: none;
}
.subcategories:before {
  content: "";
  position: absolute;
  right: 0;
  width: 60%;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  background: #F4F4F4;
  z-index: -1;
}
.subcategories .tittle-subcategories {
  padding: 60px 0 100px 0;
}
.subcategories .tittle-subcategories h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
.subcategories .item-subcategories.active {
  margin-top: -50px;
}
.subcategories .item-subcategories {
  border-radius: 16px;
  margin-top: 0;
  margin-bottom: 32px;
}
.subcategories .item-subcategories:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.subcategories .item-subcategories .image-subcategories img {
  max-width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
}
.subcategories .item-subcategories .text-subcategories {
  border-radius: 0 0 16px 16px;
  border: 1px solid #DEDEDE;
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
.subcategories .item-subcategories .text-subcategories .text {
  width: 80%;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subcategories .item-subcategories .text-subcategories .text p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.subcategories .item-subcategories .text-subcategories .icon {
  width: 20%;
  text-align: right;
}
.subcategories .item-subcategories .text-subcategories .icon button {
  border: none;
  background: #F8F8F8;
}
.subcategories .item-subcategories .text-subcategories .icon a {
  display: block;
}
.subcategories .item-subcategories .text-subcategories .icon a img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.subcategories .item-subcategories .contentHidden {
  background: #F8F8F8;
  padding: 20px;
  margin-top: -10px;
  border-right: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-radius: 0 0 16px 16px;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.subcategories .item-subcategories .contentHidden p {
  font-size: 16px;
  height: auto;
}
.subcategories .item-subcategories .contentHidden .button-subca {
  border-radius: 30px;
  background: #95C83D;
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #010101;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  text-align: center;
}
.subcategories .item-subcategories .contentHidden .button-subca:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.subcategories .item-subcategories .contentHidden .dosBotonesMedios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subcategories .item-subcategories .contentHidden .dosBotonesMedios .button-subca {
  margin-bottom: 20px;
}
.subcategories .item-subcategories .contentHidden .dosBotonesMedios .button-subca:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
  width: calc(50% + 7.5px);
}
.subcategories .item-subcategories .contentHidden .dosBotonesMedios .button-subca:nth-child(3) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.subcategories .item-subcategories .contentHidden .dosBotonesLargos .button-subca {
  width: 100%;
  margin-bottom: 20px;
}
.subcategories .item-subcategories .contentHidden .dosBotonesLargos .button-subca:last-child {
  margin-bottom: 0;
}

a.read-more {

  color: #212529;


}

.contact {
  position: relative;
  background-color: #fff;
  padding: 70px 0;
}
.contact .image-contact {
  padding: 100px 30px 0 0;
  position: relative;
  z-index: 1;
}
.contact .image-contact img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
.contact .content-text {
  position: relative;
  height: 100%;
  padding: 100px 10px 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .content-text:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 16px;
  background: #95C83D;
  height: 90%;
  width: 145%;
}
.contact .text-contact {
  color: #fff;
  position: relative;
}
.contact .text-contact h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px;
}
.contact .text-contact p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.contact .text-contact .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .text-contact .buttons .button-contact {
  border-radius: 30px;
  background: #000;
  padding: 12px 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .text-contact .buttons .button-contact:first-child {
  margin-right: 30px;
}
.contact .text-contact .buttons .button-contact:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.banner-secundary {
  padding: 70px 0 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-secundary .content-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  padding-right: 40px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.banner-secundary .content-text .text-banner {
  color: #fff;
}
.banner-secundary .content-text .text-banner .tittle {
  margin-bottom: 30px;
}
.banner-secundary .content-text .text-banner .tittle h1 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  margin: 0;
}
.banner-secundary .content-text .text-banner .tittle h3 {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.banner-secundary .content-text .text-banner p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.banner-secundary .content-text .text-banner .button-banner {
  border-radius: 30px;
  background: #95C83D;
  padding: 16px 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #010101;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-secundary .content-text .text-banner .button-banner:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.banner-secundary .image-secundary {
  position: relative;
}
.banner-secundary .image-secundary img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.committed {
  position: relative;
  background-size: cover;
  height: 750px;
}
.committed .content-committed {
  position: relative;
  width: 45%;
  height: 530px;
  background: #95C83D;
  border-radius: 0px 0px 16px 16px;
}
.committed .content-committed .text-committed {
  position: absolute;
  bottom: -25px;
  left: 0;
  padding: 0 50px;
}
.committed .content-committed .text-committed h2 {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 40px;
}
.committed .content-committed .text-committed p {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 55px;
}
.committed .content-committed .text-committed .button-committed {
  border-radius: 30px;
  background: #000;
  padding: 16px 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.committed .content-committed .text-committed .button-committed:first-child {
  margin-right: 30px;
}
.committed .content-committed .text-committed .button-committed:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.discover {
  position: relative;
  padding: 80px 0;
}
.discover .order-1-desktop {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.discover .order-2-desktop {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.discover .fondo-derecha {
  position: absolute;
  right: 0;
  top: 0;
  width: 78%;
  height: 100%;
  border-radius: 0px 0px 0px 16px;
}
.discover .fondo-izquierda {
  position: absolute;
  left: 0;
  top: 0;
  width: 78%;
  height: 100%;
  border-radius: 0px 0px 0px 16px;
}
.discover .content-images-discover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.discover .content-images-discover .image-discover-first {
  width: 50%;
  padding: 145px 10px 0 0;

}
.discover .content-images-discover .image-discover-first img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.discover .content-images-discover .image-discover-last {
  width: 50%;
  padding: 0 0 0 10px;
}
.discover .content-images-discover .image-discover-last img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 15px;

}
.discover .content-images-discover .image-discover-last img:last-child {
  margin: 0;
  border-radius: 15px;
}
.discover .content-text-discover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.discover .content-text-discover .text-discover h4 {
  color: #7D7D7D;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.discover .content-text-discover .text-discover h2 {
  color: #1F1F1F;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
.discover .content-text-discover .text-discover p {
  color: #252525;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.discover .content-text-discover .text-discover .button-discover {
  border-radius: 30px;
  /* background: #95C83D; */
  background: url(/sites/default/files/2024-09/ARCLAD-WEB-PROPUESTA_07.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 16px 24px 16px 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #010101;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.discover .content-text-discover .text-discover .button-discover:hover {
  /* -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4); */
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.discover .content-text-discover .text-discover .disco2 {
  background: #fff;
  border: 1px solid #95C83D;
  margin-right: 0;
}
.discover .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.explore {
  padding: 190px 0 110px 0;
  position: relative;
  background-color: #2d6750;
}
.explore .dip-mob {
  display: none;
}
.explore .dip-desk {
  display: block;
}
.explore .content-first h2 {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
.explore .content-first h4 {
  color: #95C83D;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.explore .content-first p {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.explore .content-first .image-content-first {
  margin-top: 33px;
}
.explore .content-first .image-content-first img {
  max-width: 100%;
  height: auto;
}
.explore .content-middle img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.explore .content-middle img:first-child {
  margin-bottom: 30px;
}
.explore .content-last {
  max-height: 790px;
}
.explore .content-last ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.explore .content-last ul li {
  border-radius: 16px;
  border: 2px solid #95C83D;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 15px 24px 25px;
  margin-bottom: 25px;
}
.explore .content-last ul li:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  background: #2D6750;
}
.explore .content-last ul li:hover .text p {
  color: #fff;
}
.explore .content-last ul li:last-child {
  margin-bottom: 0;
}
.explore .content-last ul li .text {
  width: 80%;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore .content-last ul li .text p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  color: #2D6750;
}
.explore .content-last ul li .icon {
  width: 20%;
  text-align: right;
}
.explore .content-last ul li .icon img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.news {
  position: relative;
  padding: 90px 0 180px 0;
  overflow-x: hidden;
}
.news .text-principal-news h4 {
  color: #7D7D7D;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.news .content-principal-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.news .content-principal-news .tittle-news {
  width: 50%;
}
.news .content-principal-news .tittle-news h2 {
  color: #1F1F1F;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
.news .content-principal-news .content-button {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.news .content-principal-news .content-button .button-news {
  border-radius: 30px;
  background: #95C83D;
  padding: 16px 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #010101;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .content-principal-news .content-button .button-news:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.news .content-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .content-cards:nth-child(4) {
  width: 33.33%;
}
.news .item-featured {
  border-radius: 16px;
  background: #F6F6F6;
  padding: 20px 30px;
}
.news .item-featured:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .item-featured .date {
  text-align: right;
  margin-bottom: 20px;
}
.news .item-featured .date p {
  margin: 0;
  color: #7D7D7D;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.news .item-featured .image {
  margin-bottom: 20px;
}
.news .item-featured .image img {
  max-width: 100%;
  height: auto;
}
.news .item-featured .text h4 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}
.news .item-featured .text p {
  color: #6F6F6F;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.news .item-featured .text a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.news .item-featured .text a img {
  max-width: 100%;
  height: auto;
  margin-left: 15px;
}
.news .subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  padding-left: 60px;
}
.news .subscribe:before {
  content: "";
  position: absolute;
  right: -70%;
  top: 0;
  border-radius: 16px;
  background: #2D6750;
  height: 100%;
  width: 170%;
}
.news .subscribe .text-subscribe {
  position: relative;
}
.news .subscribe .text-subscribe h2 {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
.news .subscribe .text-subscribe p {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.news .subscribe .subscription p {
  color: #95C83D;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.news .subscribe .subscription form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.news .subscribe .subscription form .email {
  width: 65%;
}
.news .subscribe .subscription form .submit {
  width: 35%;
  display: -ms-grid;
  display: grid;
}
.news .subscribe .subscription form #email {
  background: #FFF;
  font-size: 16px;
  padding: 16px 0 17px 18px;
  display: block;
  width: 100%;
  border-radius: 16px 0 0 16px;
  color: #95C83D;
  border: none;
  position: relative;
  -webkit-appearance: none;
}
.news .subscribe .subscription form #email:focus {
  outline: none;
}
.news .subscribe .subscription form #email::-webkit-input-placeholder {
  color: #C5C5C5;
}
.news .subscribe .subscription form #email::-moz-placeholder {
  color: #C5C5C5;
}
.news .subscribe .subscription form #email:-ms-input-placeholder {
  color: #C5C5C5;
}
.news .subscribe .subscription form #email::-ms-input-placeholder {
  color: #C5C5C5;
}
.news .subscribe .subscription form #email::placeholder {
  color: #C5C5C5;
}
.news .subscribe .subscription form .bar {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
}
.news .subscribe .subscription form .bar:before, .news .subscribe .subscription form .bar:after {
  content: "";
  height: 3px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #95C83D;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.news .subscribe .subscription form .bar:before {
  left: 50%;
}
.news .subscribe .subscription form .bar:after {
  right: 50%;
}
.news .subscribe .subscription form .bar:before, .news .subscribe .subscription form .bar:after {
  width: 50%;
}
.news .subscribe .subscription form #submit {
  border-radius: 0px 16px 16px 0px;
  background: #95C83D;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  border: none;
  outline: 0;
  padding: 18px 24px;
}

.contenedor--noticias-home, .contenedor--noticias-interna {
  position: relative;
  padding: 90px 0 150px 0;
  overflow-x: hidden;
}
.contenedor--noticias-interna{
  padding: 0;
}

.contenedor--noticias-interna ul.pagination.js-pager__items {
  gap: 14px;
  }

  .contenedor--noticias-interna ul.pagination.js-pager__items li.page-item.pager__item--last {
    display: none;
    
    }

    .contenedor--noticias-interna ul.pagination.js-pager__items li.page-item.pager__item--first {
      display: none;
      
      }

  .contenedor--noticias-interna ul.pagination.js-pager__items li.page-item.is-active.active a {
    width: 30px;
     height: 30px;
     border-radius: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     background: #2D6750;
     border: none;
     color: #fff;
 }
 
 .contenedor--noticias-interna ul.pagination.js-pager__items li.page-item a {
     width: 30px;
     height: 30px;
     border-radius: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-style: normal;
     font-weight: 700;
     line-height: 28px;
     color: #2D6750;
 }

.contenedor--noticias-home .text-principal-news h4, .contenedor--noticias-interna .text-principal-news h4 {
  color: #7D7D7D;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.contenedor--noticias-home .content-principal-news, .contenedor--noticias-interna .content-principal-news {
  margin-bottom: 60px;
}
.contenedor--noticias-home .content-principal-news .tittle-news h2, .contenedor--noticias-interna .content-principal-news .tittle-news h2 {
  color: #1F1F1F;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
.contenedor--noticias-home .columna-1, .contenedor--noticias-home .columna-4, .contenedor--noticias-home .columna-5, .contenedor--noticias-home .columna-8, .contenedor--noticias-interna .columna-1, .contenedor--noticias-interna .columna-4, .contenedor--noticias-interna .columna-5, .contenedor--noticias-interna .columna-8 {
  max-height: 600px;
}
.contenedor--noticias-home .columna-1 .item-featured, .contenedor--noticias-home .columna-4 .item-featured, .contenedor--noticias-home .columna-5 .item-featured, .contenedor--noticias-home .columna-8 .item-featured, .contenedor--noticias-interna .columna-1 .item-featured, .contenedor--noticias-interna .columna-4 .item-featured, .contenedor--noticias-interna .columna-5 .item-featured, .contenedor--noticias-interna .columna-8 .item-featured {
  height: 100%;
}
.contenedor--noticias-home .columna-4, .contenedor--noticias-home .columna-8, .contenedor--noticias-interna .columna-4, .contenedor--noticias-interna .columna-8 {
  margin: 0 0 20px 15px;
}
.contenedor--noticias-home .columna-2, .contenedor--noticias-home .columna-3, .contenedor--noticias-home .columna-6, .contenedor--noticias-home .columna-7, .contenedor--noticias-interna .columna-2, .contenedor--noticias-interna .columna-3, .contenedor--noticias-interna .columna-6, .contenedor--noticias-interna .columna-7 {
  max-height: 290px;
  min-height: 290px;
  margin: 0 0 20px 15px;
}
.contenedor--noticias-home .columna-2 .item-featured, .contenedor--noticias-home .columna-3 .item-featured, .contenedor--noticias-home .columna-6 .item-featured, .contenedor--noticias-home .columna-7 .item-featured, .contenedor--noticias-interna .columna-2 .item-featured, .contenedor--noticias-interna .columna-3 .item-featured, .contenedor--noticias-interna .columna-6 .item-featured, .contenedor--noticias-interna .columna-7 .item-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.contenedor--noticias-home .columna-2 .item-featured .date, .contenedor--noticias-home .columna-3 .item-featured .date, .contenedor--noticias-home .columna-6 .item-featured .date, .contenedor--noticias-home .columna-7 .item-featured .date, .contenedor--noticias-interna .columna-2 .item-featured .date, .contenedor--noticias-interna .columna-3 .item-featured .date, .contenedor--noticias-interna .columna-6 .item-featured .date, .contenedor--noticias-interna .columna-7 .item-featured .date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  margin: 0;
}
.contenedor--noticias-interna .columna-3 .item-featured .date{
  position: relative;
}
.contenedor--noticias-home .columna-2 .item-featured .date img, .contenedor--noticias-home .columna-3 .item-featured .date img, .contenedor--noticias-home .columna-6 .item-featured .date img, .contenedor--noticias-home .columna-7 .item-featured .date img, .contenedor--noticias-interna .columna-2 .item-featured .date img, .contenedor--noticias-interna .columna-3 .item-featured .date img, .contenedor--noticias-interna .columna-6 .item-featured .date img, .contenedor--noticias-interna .columna-7 .item-featured .date img {
  top: 0;
  left: 7.5px;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 15px 0px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contenedor--noticias-home .columna-2 .item-featured .text, .contenedor--noticias-home .columna-3 .item-featured .text, .contenedor--noticias-home .columna-6 .item-featured .text, .contenedor--noticias-home .columna-7 .item-featured .text, .contenedor--noticias-interna .columna-2 .item-featured .text, .contenedor--noticias-interna .columna-3 .item-featured .text, .contenedor--noticias-interna .columna-6 .item-featured .text, .contenedor--noticias-interna .columna-7 .item-featured .text {
  margin: 15px 0 0 0;
  width: 50%;
}
.contenedor--noticias-home .columna-2 .item-featured .text h2, .contenedor--noticias-home .columna-3 .item-featured .text h2, .contenedor--noticias-home .columna-6 .item-featured .text h2, .contenedor--noticias-home .columna-7 .item-featured .text h2, .contenedor--noticias-interna .columna-2 .item-featured .text h2, .contenedor--noticias-interna .columna-3 .item-featured .text h2, .contenedor--noticias-interna .columna-6 .item-featured .text h2, .contenedor--noticias-interna .columna-7 .item-featured .text h2 {
  margin-bottom: 40px;
}
.contenedor--noticias-home .columna-2 .item-featured .text p, .contenedor--noticias-home .columna-3 .item-featured .text p, .contenedor--noticias-home .columna-6 .item-featured .text p, .contenedor--noticias-home .columna-7 .item-featured .text p, .contenedor--noticias-interna .columna-2 .item-featured .text p, .contenedor--noticias-interna .columna-3 .item-featured .text p, .contenedor--noticias-interna .columna-6 .item-featured .text p, .contenedor--noticias-interna .columna-7 .item-featured .text p {
  margin: 0 0 30px 0;
}
.contenedor--noticias-home .item-featured, .contenedor--noticias-interna .item-featured {
  border-radius: 15px;
  background: #F6F6F6;
  padding: 20px;
  position: relative;
}
.contenedor--noticias-home .item-featured:hover, .contenedor--noticias-interna .item-featured:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contenedor--noticias-home .item-featured .date, .contenedor--noticias-interna .item-featured .date {
  text-align: right;
  margin-bottom: 20px;
  position: relative;
}
.contenedor--noticias-home .item-featured .date p, .contenedor--noticias-interna .item-featured .date p {
  margin-bottom: 20px;
  color: #7D7D7D;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.contenedor--noticias-home .item-featured .date img, .contenedor--noticias-interna .item-featured .date img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.contenedor--noticias-home .item-featured .text h4, .contenedor--noticias-interna .item-featured .text h4 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}
.contenedor--noticias-home .item-featured .text p, .contenedor--noticias-interna .item-featured .text p {
  color: #6F6F6F;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.contenedor--noticias-home .item-featured .text a, .contenedor--noticias-interna .item-featured .text a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.contenedor--noticias-home .item-featured .text a img, .contenedor--noticias-interna .item-featured .text a img {
  max-width: 100%;
  height: auto;
  margin-left: 15px;
}
 .contenedor--noticias-interna .item-featured .text img{
  width: 35px;
  height: auto;
  margin-left: 5px;
 }

.subscribe-full {
  position: relative;
  padding: 50px 0;
}
.subscribe-full .bg-subscribe {
  background: #2D6750;
  padding: 30px 20px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscribe-full .tittle-subscribe {
  width: 33.3%;
}
.subscribe-full .tittle-subscribe h2 {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px;
}
.subscribe-full .text-subscribe {
  width: 33.3%;
  padding: 0 20px;
}
.subscribe-full .text-subscribe p {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.subscribe-full .subscription {
  width: 33.3%;
}
.subscribe-full .subscription p {
  color: #95C83D;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.subscribe-full .subscription form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.subscribe-full .subscription form .form-item-email {
  width: 65%;
}
.subscribe-full .subscription form .form-item-email label {
  display: none;
}
.subscribe-full .subscription form .form-item-email input {
  background: #FFF;
  font-size: 16px;
  padding: 27px 0 27px 18px;
  display: block;
  width: 100%;
  border-radius: 16px 0 0 16px;
  color: #95C83D;
  border: none;
  position: relative;
  -webkit-appearance: none;
}
.subscribe-full .subscription form .form-item-email input:focus {
  outline: none;
}
.subscribe-full .subscription form .form-item-email input::-webkit-input-placeholder {
  color: #C5C5C5;
}
.subscribe-full .subscription form .form-item-email input::-moz-placeholder {
  color: #C5C5C5;
}
.subscribe-full .subscription form .form-item-email input:-ms-input-placeholder {
  color: #C5C5C5;
}
.subscribe-full .subscription form .form-item-email input::-ms-input-placeholder {
  color: #C5C5C5;
}
.subscribe-full .subscription form .form-item-email input::placeholder {
  color: #C5C5C5;
}
.subscribe-full .subscription form #edit-suscripcion-enviar {
  width: 35%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
}
.subscribe-full .subscription form #edit-suscripcion-enviar #edit-suscripcion-enviar-submit {
  border-radius: 0px 16px 16px 0px;
  background: #95C83D;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  border: none;
  outline: 0;
  padding: 18px 24px;
}
.subscribe-full .field__label {
  display: none;
}
@media (max-width: 768px) {
  .subscribe-full .bg-subscribe {
    display: block;
  }
  .subscribe-full .bg-subscribe .tittle-subscribe {
    width: 100%;
  }
  .subscribe-full .bg-subscribe .text-subscribe {
    width: 100%;
    padding: 30px 0;
  }
  .subscribe-full .bg-subscribe .subscription {
    width: 100%;
  }
}

.news-rigth {
  position: relative;
  padding: 180px 0;
}
.news-rigth .content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.news-rigth .content-button .button-news {
  border-radius: 30px;
  /* background: #95C83D; */
  background: url(/sites/default/files/2024-09/ARCLAD-WEB-PROPUESTA_07.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 16px 24px 16px 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #010101;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-rigth .content-button .button-news:hover {
  /* -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4); */
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.news-rigth .subscribe {
  padding: 130px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 600px;
  position: relative;
  padding-left: 40px;
}
.news-rigth .subscribe:before {
  content: "";
  position: absolute;
  right: -70%;
  top: 0;
  border-radius: 16px;
  background: url(/sites/default/files/2024-09/ARCLAD-WEB-PROPUESTA.png) no-repeat center center;
  background-size: 100% 100%;
  height: 100%;
  width: 170%;
}
.news-rigth .subscribe .text-subscribe {
  position: relative;
}
.news-rigth .subscribe .text-subscribe h2 {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
}
.news-rigth .subscribe .text-subscribe p {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.news-rigth .subscribe .subscription p {
  color: #95C83D;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.news-rigth .subscribe .subscription form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.news-rigth .subscribe .subscription form .form-item-email {
  width: 65%;
}
.news-rigth .subscribe .subscription form .form-item-email label {
  display: none;
}
.news-rigth .subscribe .subscription form .form-item-email input {
  background: #FFF;
  font-size: 16px;
  padding: 27px 0 27px 18px;
  display: block;
  width: 100%;
  border-radius: 16px 0 0 16px;
  color: #95C83D;
  border: none;
  position: relative;
  -webkit-appearance: none;
}
.news-rigth .subscribe .subscription form .form-item-email input:focus {
  outline: none;
}
.news-rigth .subscribe .subscription form .form-item-email input::-webkit-input-placeholder {
  color: #C5C5C5;
}
.news-rigth .subscribe .subscription form .form-item-email input::-moz-placeholder {
  color: #C5C5C5;
}
.news-rigth .subscribe .subscription form .form-item-email input:-ms-input-placeholder {
  color: #C5C5C5;
}
.news-rigth .subscribe .subscription form .form-item-email input::-ms-input-placeholder {
  color: #C5C5C5;
}
.news-rigth .subscribe .subscription form .form-item-email input::placeholder {
  color: #C5C5C5;
}
.news-rigth .subscribe .subscription form #edit-suscripcion-enviar {
  width: 35%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
}
.news-rigth .subscribe .subscription form #edit-suscripcion-enviar #edit-suscripcion-enviar-submit {
  border-radius: 0px 16px 16px 0px;
  background: #95C83D;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  border: none;
  outline: 0;
  padding: 18px 24px;
}

.solutions {
  position: relative;
  padding: 110px 0;
}
.solutions .image-before {
  position: absolute;
  right: 0;
  top: -20%;
  z-index: -1;
}
.solutions .image-after {
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: -1;
}
.solutions .tittle-solutions {
  padding: 0 0 60px 0;
}
.solutions .tittle-solutions h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
.solutions .tittle-solutions p {
  color: #7D7D7D;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
}
.solutions .item-solutions {
  border-radius: 16px;
  margin-bottom: 30px;
}
.solutions .item-solutions:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.solutions .item-solutions:hover .text-solutions {
  background-color: #2d6750;
  color: #F8F8F8;
  border: none;
}
.solutions .item-solutions:hover .text-solutions .icon .normal {
  display: none;
}
.solutions .item-solutions:hover .text-solutions .icon .green-light {
  display: block;
  margin: auto 0 auto auto;
}
.solutions .item-solutions .image-solutions img {
  max-width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions .item-solutions .text-solutions {
  border-radius: 0 0 16px 16px;
  border: 1px solid #DEDEDE;
  background-color: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.solutions .item-solutions .text-solutions .text {
  width: 90%;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solutions .item-solutions .text-solutions .text p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.solutions .item-solutions .text-solutions .icon {
  width: 20%;
  text-align: right;
}
.solutions .item-solutions .text-solutions .icon a {
  display: block;
}
.solutions .item-solutions .text-solutions .icon a img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.solutions .item-solutions .text-solutions .icon .green-light {
  display: none;
}

.location-contact {
  padding: 60px 0;
  position: relative;
}
.location-contact .field__label {
  display: none;
}
.location-contact .bg-gray {
  background-color: #F9F9F9;
  border-radius: 25px;
  padding: 60px 70px;
}
.location-contact .text-location h2 {
  color: #2D6750;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 46px;
  margin-bottom: 25px;
}
.location-contact .text-location p {
  color: #252525;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 35px;
}
.location-contact .text-location h4 {
  color: #2D6750;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
}
.location-contact .text-location ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.location-contact .text-location ul li {
  width: 100%;
  margin: 0;
}

.component-html h2 {
  font-size: 28px;
  color: #2D6750;
  font-weight: 700;
  margin-bottom: 35px;
}
.component-html ul {
  list-style: none;
}
.component-html ul li {
  position: relative;
}
.component-html ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  background: #2D6750;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.content-tabs {
  position: relative;
  background: #fff;
  padding: 60px 0;
}
.content-tabs h2 {
  color: #2D6750;
  text-align: center;
  margin-bottom: 20px;
}
.content-tabs .accordion-button {
  border: 1px solid #95C83D;
  border-radius: 30px;
  font-weight: 700;
}
.content-tabs .accordion-button:after {
  background-image: url(/sites/default/files/iconos/icon-dot-bottom.svg);
}
.content-tabs .accordion-button:focus {
  border-color: #2D6750;
  -webkit-box-shadow: 0 0 0 0 rgb(45, 103, 80);
          box-shadow: 0 0 0 0 rgb(45, 103, 80);
}
.content-tabs .accordion-button:not(.collapsed) {
  background-color: #95C83D;
  color: #fff;
}
.content-tabs .accordion-button:not(.collapsed):after {
  background-image: url(/sites/default/files/iconos/icon-dot-bottom-white.svg);
}

/*FORMS*/
.paragraph--type--comp-html form{
  width: 540px;
  margin: 0 auto;
}
@media (max-width: 570px){
  .paragraph--type--comp-html form{
    width: 100%;
  }
}
.paragraph--type--comp-html form .form-item, 
.paragraph--type--comp-html .form-actions {
  text-align: center;
}
.paragraph--type--comp-html .form-control:focus {
  border-color: #2D6750;
  -webkit-box-shadow: 0 0 0 0.25rem #2D6750;
          box-shadow: 0 0 0 0.25rem #2D6750;
}
.paragraph--type--comp-html .form-submit {
  margin-top: 15px;
  padding: 16px 24px;
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  border: none;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  background: #95C83D;
}
.paragraph--type--comp-html .form-control {
  border: 1px solid #95C83D;
}

.block-webform h2{
  margin-bottom: 30px;
  color: #2D6750;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.block-webform{
  margin-bottom: 55px;
}
.block-webform .form-item, 
.block-webform .form-actions {
  text-align: center;
}
.block-webform .form-control:focus {
  border-color: #2D6750;
  -webkit-box-shadow: 0 0 0 0.25rem #2D6750;
          box-shadow: 0 0 0 0.25rem #2D6750;
}
.block-webform .form-submit {
  margin-top: 15px;
  padding: 16px 24px;
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  border: none;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  background: #95C83D;
}
.block-webform .form-control {
  border: 1px solid #95C83D;
}

.location-contact form .webform-flexbox {
  margin: 0;
}
.location-contact form label {
  margin-bottom: 10px;
  color: #2D6750;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  display: block;
  font-family: "Inter", sans-serif;
}
.location-contact form input, 
.location-contact form textarea, 
.location-contact form select {
  height: auto;
  margin-bottom: 25px;
  padding: 16px 16px;
  color: #C0C0C0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  border: none;
  border-radius: 50px;
  background: #FFFFFF;
  font-family: "Inter", sans-serif;
}
.location-contact form input:focus, 
.location-contact form textarea:focus, 
.location-contact form select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.location-contact form input:focus-visible, 
.location-contact form textarea:focus-visible, 
.location-contact form select:focus-visible {
  outline: 0;
  border: 2px solid #2D6750;
}
.location-contact form textarea {
  border-radius: 20px;
}
.location-contact form select {
  background-color: #FFFFFF;
}
.location-contact form .form-submit{
  padding: 16px 24px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  border: none;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  background: #2D6750;
}
/*FORMS*/

.titulo-contactanos h2 {
  color: #1F1F1F;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
.titulo-contactanos p {
  color: #252525;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.view-contactanos {
  padding: 50px 0 100px 0;
}
.view-contactanos .content-mapa {
  position: relative;
  width: 100%;
}
.view-contactanos .content-mapa .google-map-field {
  position: absolute;
  width: 100%;
  top: -280px;
  height: 700px;
}
.view-contactanos .content-mapa .map-container {
  height: 700px;
  width: 100%;
}
.view-contactanos #views-exposed-form-contactanos-block-1 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.view-contactanos form {
  padding: 0 15px;
}
.view-contactanos form label {
  display: block;
  color: #2D6750;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.view-contactanos form select {
  border-radius: 50px;
  background-color: #f6f6f6;
  border: none;
  padding: 16px 16px;
  color: #a8a8a8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
  height: auto;
}
.view-contactanos form select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.view-contactanos form select:focus-visible {
  outline: 0;
  border: 2px solid #2D6750;
}

#accordionContactanos .accordion-items {
  margin-bottom: 20px;
}
#accordionContactanos .accordion-items h2 {
  margin: 0;
}
#accordionContactanos .accordion-items .accordion-button {
  border-radius: 10px;
  background: #F6F6F6;
  color: #17191C;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  padding: 10px 5px;
}
#accordionContactanos .accordion-items .accordion-button:after {
  background-image: url(/sites/default/files/iconos/open-tab-contact.svg);
  background-size: 100%;
  width: 35px;
  height: 35px;
}
#accordionContactanos .accordion-items .accordion-button:focus {
  -webkit-box-shadow: 0 0 0 0 rgb(45, 103, 80);
          box-shadow: 0 0 0 0 rgb(45, 103, 80);
}
#accordionContactanos .accordion-items .accordion-button:not(.collapsed) {
  background-color: #2D6750;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
#accordionContactanos .accordion-items .accordion-button:not(.collapsed):after {
  background-image: url(/sites/default/files/iconos/close-tab-contact.svg);
}
#accordionContactanos .accordion-items .accordion-body {
  padding: 1rem 1.25rem;
  background-color: #2D6750;
  color: #fff;
  position: relative;
}
#accordionContactanos .accordion-items .accordion-body:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -42px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #2D6750;
}
#accordionContactanos .accordion-items .accordion-body:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -10px;
  width: 50px;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #2D6750;
  right: 50%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: -35px;
}
#accordionContactanos .accordion-items .accordion-body ul {
  padding: 0;
  list-style: none;
}
#accordionContactanos .accordion-items .accordion-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#accordionContactanos .accordion-items .accordion-body ul li .text {
  margin-left: 10px;
}
#accordionContactanos .accordion-items .accordion-body ul li .text p {
  margin: 0;
}
#accordionContactanos .accordion-items .accordion-body ul li .text a {
  color: #fff;
}
#accordionContactanos .accordion-items .acordion-map {
  margin-top: 30px;
  display: none;
}
#accordionContactanos .accordion-items .acordion-map .google-map-field {
  height: 600px;
}
#accordionContactanos .accordion-items .acordion-map .google-map-field .map-container {
  height: 600px;
  border-radius: 10px;
}

.sitemap {
  padding: 0 40px;
}
.sitemap h2 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  color: #2d6750;
}
.sitemap ul li {
  color: #95C83D;
}
.sitemap ul li a {
  color: #2d6750;
  text-decoration: none;
}

.search_page h2 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  color: #2D6750;
}
.search_page .search-form #edit-submit {
  border-radius: 30px;
  background: #95C83D;
  padding: 13px 30px;
  font-size: 18px;
  color: #010101;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Inter", sans-serif;
  border: none;
}
.search_page .search-form #edit-submit:hover {
  background: #2D6750;
  color: #fff;
  text-decoration: none;
}
.search_page .search-form .form-control:focus {
  border-color: #2D6750;
  -webkit-box-shadow: 0 0 0 0.25rem #2D6750;
          box-shadow: 0 0 0 0.25rem #2D6750;
}
.search_page .search-form a {
  color: #2d6750;
  text-decoration: none;
}
.search_page .search-form .search-help-link {
  display: none;
}
.search_page .search-form input#edit-submit:focus {
  outline: 0;
}
.search_page .search-form label {
  color: #95C83D;
  font-size: 20px;
  font-family: "Inter", sans-serif;
}
.search_page .item-list h3 {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  color: #95C83D;
}
.search_page .item-list h3 a {
  text-decoration: none;
  color: #95C83D;
}

.view-productos {
  overflow-x: hidden;
  position: relative;
  padding-bottom: 3rem;
}
.view-productos .form-item summary {
  position: relative;
}
/* .view-productos .form-item summary .summary {
  position: absolute;
  right: 10px;
  top: 10px;
} */
.view-productos .form-item summary .summary legend {
  float: none;
  margin: 0;
  border: none;
}
.view-productos .form-item summary .summary legend .fieldset-legend {
  color: #2D6750;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.view-productos .products-filter-modal {
  display: none;
  padding: 30px 0;
}
.view-productos .products-filter-modal .button-modal {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view-productos .products-filter-modal .button-modal img {
  margin-right: 20px;
}
.view-productos .products-filter-modal .button-modal p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  color: #2D6750;
}
.view-productos .products-filter-modal .button-close-modal {
  width: 50%;
  text-align: right;
}
.view-productos .buttons-mobile {
  display: none;
}
.view-productos .filtros--productos {
  position: relative;
  right: 0;
  z-index: 0;
}
.view-productos .view-header {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  background: #F4F4F4;
  position: relative;
}
.view-productos .view-header:before {
  content: "";
  left: -30%;
  top: 0;
  width: 30%;
  height: 100%;
  background: #2D6750;
  position: absolute;
}
.view-productos .view-header:after {
  content: "";
  right: -30%;
  top: 0;
  width: 30%;
  height: 100%;
  background: #2D6750;
  position: absolute;
}
.view-productos .view-header .products-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2D6750;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  padding: 10px 0 10px 15px;
}
.view-productos .view-header .products-filter img {
  max-width: 100%;
  height: auto;
  margin-right: 15px;
}
.view-productos .view-header .products-filter p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  color: #fff;
}
.view-productos .view-header .products-results {
  background: #F4F4F4;
  width: 50%;
  padding: 10px 20px;
}
.view-productos .view-header .products-results p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  color: #2D6750;
}
.view-productos .view-header .products-results p span {
  color: #95C83D;
}
.view-productos .view-header .products-ordenamiento {
  background: #2D6750;
  width: 25%;
  padding: 5px 15px;
  text-align: center;
}
.view-productos .view-header .products-ordenamiento .form-type-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view-productos .view-header .products-ordenamiento .form-type-select label {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  margin: 0 12px 0 0;
}
.view-productos .view-header .products-ordenamiento .form-type-select .form-select {
  width: 34px;
  min-width: 9rem;
}

.general-breadcrumbs {
  padding: 50px 0 30px;
}
.general-breadcrumbs .breadcrumb .breadcrumb-item:last-child {
  font-weight: bold;
  color: #2D6750;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 18px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.general-breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #2D6750;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
.general-breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
  color: #2D6750;
}

.calculatorFixed {
  background: #95C83D;
  padding: 12px 30px;
  border-radius: 16px 16px 0px 0px;
  text-align: center;
  max-width: 75%;
  margin: auto 0 auto auto;
  right: 20px;
  position: fixed;
  bottom: 0;
  text-decoration: none;
  color: #F9F9F9;
  font-size: 16px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  z-index: 2;
}
.calculatorFixed:hover {
  text-decoration: none;
}
.calculatorFixed p {
  margin: 0;
}

#whatsappButton {
  right: 20px;
  position: fixed;
  bottom: 15%;
  z-index: 2;
}
#whatsappButton .whatsapp-sub-buttons {
  display: none;
}
#whatsappButton .whatsapp-sub-buttons .whatsapp-sub-button {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#whatsappButton .whatsapp-sub-buttons .whatsapp-sub-button .image {
  margin-left: 20px;
}
#whatsappButton .whatsapp-sub-buttons .whatsapp-sub-button .image img {
  width: 55px;
  height: 55px;
}
#whatsappButton .whatsapp-sub-buttons .whatsapp-sub-button .text {
  text-decoration: none;
  border-radius: 15px;
  background: #95C83D;
  padding: 12px 0;
  width: 130px;
  display: block;
  text-align: center;
  color: #F9F9F9;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
#whatsappButton .whatsapp-sub-buttons .whatsapp-sub-button .text p {
  margin: 0;
}
#whatsappButton .whatsapp-main-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#whatsappButton .whatsapp-main-button:hover .text {
  display: block;
}
#whatsappButton .whatsapp-main-button .text {
  text-decoration: none;
  border-radius: 15px;
  background: #95C83D;
  padding: 12px 30px;
  margin-right: 20px;
  display: none;
}
#whatsappButton .whatsapp-main-button .text p {
  margin: 0;
  color: #F9F9F9;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
#whatsappButton .whatsapp-main-button img {
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.interna-noticias {
  padding: 50px 0;
}
.interna-noticias h2 {
  color: #2d6750;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
.interna-noticias .imagen-interna img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.imagen-interna img {

  border-radius: 16px;

}

.content-general {
  position: relative;
  overflow-x: hidden;
}

.node--type-prueba-carlos .field--name-title {
  display: none;
}
/* END CSS DAMIAN*/

/* SLIDER INTERNA NOTICIAS */

body .prev-noticias-cards:after
 {
  content: url(/sites/default/files/2024-10/icon%20slider%20prev.png);
}

body .next-noticias-cards:after
 {
  content: url(/sites/default/files/2024-10/icon%20slider.png);
}
body .tarjeta-slide{

  width: 310px !important;

}

  .tarjeta-slide img{

    width: 100%;
    height: auto;
    border-radius: 15px;
  }

  .tarjeta-slide h3{
    margin-top: 15px;
    color: #1F1F1F;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    font-size: 25px;
  }

  .tarjeta-slide a {

    color: #1F1F1F;
    text-decoration: none;
  }


.swiper-button-next.next-noticias-cards {
  right: var(--swiper-navigation-sides-offset, -5px);

}
.swiper-button-prev.prev-noticias-cards{
  left: var(--swiper-navigation-sides-offset, -4px);
}

/*NOTICIAS HOME*/
.contenedor--noticias-interna div.view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-template-areas:
      "Columna-1 Columna-2 Columna-4."
      "Columna-1 Columna-3 Columna-4."
      "Columna-5 Columna-6 Columna-8."
      "Columna-5 Columna-7 Columna-8.";
  /*grid-gap: 5rem;*/
}
.contenedor--noticias-home div.view-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
      "Columna-1 Columna-2 ."
      "Columna-1 Columna-3 .";
  /*grid-gap: 5rem;*/
}
.columna-1 { grid-area: Columna-1; }
.columna-2 { grid-area: Columna-2; }
.columna-3 { grid-area: Columna-3; }
.columna-4 { grid-area: Columna-4; }
.columna-5 { grid-area: Columna-5; }
.columna-6 { grid-area: Columna-6; }
.columna-7 { grid-area: Columna-7; }
.columna-8 { grid-area: Columna-8; }

/*Sedes footer*/
.sedes-footer li {
  color: white;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
}
.sedes .field__label {
  color: #95C83D;
  font-size: 23px;
  margin-bottom: 20px;
}

.sedes {
  width: 100%;
}

.sedes ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
}


/*Olas banner*/
.olas {
  transform: rotate(180deg);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
}
.olas svg {
  width: calc(200% + 1.3px);
  height: 200px;
  z-index: -1;
  display: block;
  position: relative;
  left: 114%;
  transform: translateX(-81%);
}
.olas path {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.container-banner-principal {
  position: relative;
}
.olas-top {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  top: -1px;
  z-index: 1;
}
.olas-top svg {
  width: calc(200% + 1.3px);
  height: 240px;
  display: block;
  position: relative;
  left: 30%;
  transform: translateX(-23%);
}
.olas-top svg path {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.compadre-explora-home {
  position: relative;
}
.file-icon span.file.file--mime-application-pdf.file--application-pdf {
  padding: 0;
}
@media (max-width:768px){
  .olas svg{
    height: 40px;
  }
  .olas-top svg{
    height: 0;
  }
}

/*Noticias Tarjetas*/

ul.carousel-dark.row li {
  list-style: none;
}
ul.carousel-dark.row {
  padding: 0;
}
ul.carousel-dark.row {
  padding: 0;
  gap: 41px;
}
form#webform-submission-suscripcion-noticias-home-block-content-14-add-form{

  flex-wrap: wrap;
}

form#webform-submission-suscripcion-noticias-home-block-content-8-add-form{

 
}
.form-radios.bef-nested > ul > li > ul {
  margin-left: 25px;
  /* display: none;
  overflow: hidden; */
}
.form-radios.bef-nested > ul > li > ul > li > ul {
  margin-left: 25px;
}

/*Noticias Bloque redes*/
.contenido-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  background: #95c83d;
  padding: 5px;
  border-radius: 10px;
}

.tiempo-lectura span,
.compartir span {
  font-weight: bold;
}

.tiempo-lectura p {
  font-size: 14px;
  margin: 0;
}

.compartir {
  align-items: center;
  gap: 10px;
}

.social-buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.social-buttons a {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.social-buttons img {
  width: 100%;
  height: 100%;
}


.filter-disabled {
  display: none !important;
}

.filter-disabled + label {
  display: none !important;
}

.filter-disabled + label + br {
  display: none !important;
}

.reset-filters-button {
  background-color: #2D6750 !important;
  color: #ffffff !important; /* Texto en blanco para mejor contraste */
  border: none !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  font-size: 16px !important;
  position: relative;
  top: 30px;
}

.reset-filters-button:hover {
  background-color: #24533F !important; /* Un tono más oscuro al pasar el mouse */
}
/*tabs*/
.cont-list-tabs-generales {
    display: flex;
    width: 100%;
    justify-content: center;
}
.field__item.lista-tabs-generales {
    width: 100%;
    white-space: wrap;
}
button.tablinks {
    display: flex;
    height: 104px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #F8F8F8;
    border-radius: 0;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 16px 8px;
    color: #2D6750;
}
button.tablinks.active {
    background-color: #95C83D;
}
.contenido-de-los-tabs-generales {
    background-color: #F8F8F8;
    padding: 30px;
    border-radius: 0px 0px 16px 16px;
}
.lista-tabs-generales {
    width: 100%;
}
@media (max-width: 700px){
  .cont-list-tabs-generales {
      flex-direction: column;
      border-bottom: 1px solid;
  }
  button.tablinks {
    height: 100%;
  }
  .container-one {
    padding-right: 0 !important;
  }
  section.section-grilla-img div {
    padding-bottom: 2rem;
  }
}
/*componente texto e imagen*/
.container-one {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-right: 4rem;
}
h2.title-comp-text-img {
    color: #1F1F1F;
    font-weight: 900;
    font-size: 40px;
}
img.img-banner-comp-text-img {
    width: 100%;
    border-radius: 16px;
}
@media (max-width:700px){
  h2.title-comp-text-img {
    font-size: 35px;
  }
  section.container-videos iframe {
    width: 100%;
    height: 250px;
  }
}
/*componente imagen grilla*/
section.section-grilla-img {
    padding-top: 3rem;
}
/*componente video*/
section.container-videos iframe {
    width: 100%;
}
section.container-videos {
    display: flex;
    justify-content: center;
}
section.container-videos iframe {
    width: 959px;
    height: 550px;
    border-radius: 16px;
}

.gt_switcher_wrapper {
    z-index: 9 !important;
}

/*Popup menú*/
.popup-productos {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000ba;
}

.content-popup {
    position: relative;
    max-width: min(547px,90%);
    background: white;
    margin: auto;
    top: 15%;
    padding: 20px;
    border-radius: 7px;
}

a.close-popup {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #95c83d;
    color: white !important;
    font-weight: 900 !important;
    padding: 9px;
    border-radius: 100%;
    text-decoration: none;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 9px;
    text-align: center;
}

.contenido-popup h3 {
    color: #1F1F1F;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
}

.contenido-popup a {
    text-align: center;
    max-width: 320px!important;
}

.ui-menu{
  z-index: 999;
}
.ui-menu .ui-menu-item-wrapper{
  display: block;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active{
  color: #003CC5;
  border: none;
  background-color: #CCC;
}

.grecaptcha-badge{
  left: 0 !important;
  right: initial !important;
  z-index: 999 !important;
  width: 70px !important;
}
