/* Light */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Light Italic */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Book (normal) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Book Italic */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Medium Italic */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/* Black Italic */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Base styles */
body {
  font-family: 'Gotham', sans-serif;
  font-weight: 400; /* Light */
  font-size: 1.063rem;
  line-height: 1.875rem;
  color: var(--intered-text);
}

/* Typography styles */
h1 {
  font-weight: 700; /* Bold */
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 1rem;
/*  text-transform: uppercase;*/
}
.page-node-type-pagina-interna h1{
  text-transform: unset;
}
.h2,
h2 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 2.85rem;
  margin-bottom: 1rem;
}
.h3,
h3 {
  font-weight: 700; /* Bold */
  font-size: 2.2rem;
  line-height: 2.1rem;
  margin-bottom: 0.8rem;
}

h3 a {
  text-decoration: none;
}
.h4,
h4 {
  font-weight: 700; /* Bold */
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
}
ul li::marker {
  color: var(--intered-primary-bg);
}
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}


.accordion-body{
  padding-bottom:16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top:16px;
} 
/* Text styles */
.text-light {
  font-weight: 300 !important; /* Light */
}

.text-book {
  font-weight: 400 !important; /* Book/Regular */
}

.text-medium {
  font-weight: 500 !important; /* Medium */
}

.text-bold {
  font-weight: 700 !important; /* Bold */
}

/* Button styles */
.btn {
  font-size: 1.125rem;
  font-weight: 400; /* Book/Regular for standard buttons */
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
}

.btn-medium {
  font-weight: 500; /* Medium for emphasized buttons */
}

/* Card styles */
.card {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-title {
  font-weight: 700; /* Bold */
  font-size: 1.5rem;
  line-height: 2.063rem;
}

/* List styles */
.list-icon {
  list-style: none;
  padding-left: 0;
}

.list-icon li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.list-icon li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url('../images/icon-checkmark.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

/* Stats section */
.stats-item {
  text-align: center;
  margin-bottom: 2rem;
}

.stats-number {
  font-weight: 700; /* Bold */
  font-size: 3.375rem;
  line-height: 3.75rem;
  color: var(--intered-primary);
}

.stats-label {
  font-weight: 400; /* Book/Regular */
  font-size: 1.125rem;
}

/* Estilo general del slider */
.slider-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

/* Imagen de fondo */
.carousel-item img {
  height: 80vh; /* Toma parte de la altura de la ventana */
  object-fit: cover;
  width: 100%;
}

/* Texto centrado verticalmente y alineado a la izquierda */
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  text-align: left;
  /* background: rgba(0, 0, 0, 0.1); */
  max-width: 500px;
  z-index: 999;
}
.field.field--name-field-novedades {
  padding-top: 20px;
}
.page-node-type-pagina-interna .descriptione p, 
.page-node-type-portada .field--name-field-descripcion p,
.page-node-type-portada .descrip p,
.page-node-type-portada .descriptione p{
  font-size: 1.15rem;
}

.slider-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  line-height: 3.3rem;
}
.slider-description {
  font-size: 1.3rem;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.slider-link {
  padding: 10px 25px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  min-width: 180px;
  margin-left: 0;
}

.slider-link:hover {
  background-color: #fff;
  color: #000 !important;
  text-decoration: none;
}

/* Indicadores del carrusel */
.carousel-indicators [data-bs-target] {
  background-color: var(--intered-menu-bg);
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  margin: 0 10px;
  
}
.carousel-indicators .active {
  background-color: var(--intered-primary); 
}
/* Flechas del carrusel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.carousel-control-prev,
.carousel-control-next {
  width: auto; 
  padding: 1rem; 
}
.carousel-control-prev {
  left: 10px; 
}
.carousel-control-next {
  right: 10px; 
}
.slider-link:visited,
.slider-link{
  color: #fff;
}

section.noticiashome {
  padding-top: 100px;
  padding-bottom: 40px;
}


.background {
  background-color: var(--intered-primary);
  color: white;
  padding: 80px 20px 200px;
  text-align: center;
  position: relative;
  margin-bottom: 4%;
  border-radius: 6px;
}
.page-node-type-portada .field--name-field-video {
  /* background: var(--intered-primary); */
  padding-bottom: 10%;
}
.page-node-type-article .region-content,
.page-node-type-pagina-de-gracias .region-content,
.page-node-type-revista .region-content,
.page-node-type-listados .region-content,
.page-node-type-formularios .region-content,
.page-node-type-sub-home-3 .region-content,
.page-node-type-eventos .region-content,
.page-node-type-campanas .region-content,
.page-node-type-proyectos .region-content,
.page-node-type-page .region-content,
.page-node-type-estados .region-content,
.page-node-type-sub-home-2 .region-content,
.page-node-type-recursos .region-content,
.page-node-type-portada .region-content{
  padding: 0;
}

.field--name-field-section,
.page-node-type-portada .field--name-field-video .layout__region {
  position: relative;
}

.hero h2 {
  font-weight: bold;
  max-width: 1090px;
  margin: auto;
}

.hero p {
  font-size: 1.15rem;
  margin-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.btn-conocenos {
  margin-top: 25px;
  background-color: white;
  color: var(--intered-primary-bg);
  border: none;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
}

.video-section {
  margin-top: 30px;
  text-align: center;
  position: absolute;
  width: 50%;
  height: auto;
  right: 25%;
  top: 72%;
}

.video-section img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.text-img-section {
  background-color: white;
  padding: 10px 0;
  margin-top: 12%;
}

.text-box {
  background-color: var(--intered-primary);
  color: white;
  padding: 30px;
  font-weight: bold;
  top: 0;
  left: 0;
  padding: 75px 80px;
  border-radius: 6px;
}

.text-box p {
  font-weight: normal;
  font-size: 1.15rem;
  margin-top: 10px;
}

.image-side img {
  width: 100%;
  border-radius: 6px;
}
.enlace a {
  display: inline-block;
  color: var(--intered-primary);
  text-decoration: none !important;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  border: 1px solid #67A748;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.enlace-verde a {
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  border: 1px solid#fff;
  background-color: var(--intered-primary);
  border-radius: 5px;
  transition: all 0.3s ease;
}
.enlace-blanco a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  border: 1px solid#fff;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.enlace a:hover{
  background-color: var(--intered-primary);
  color: #fff;
  border: 1px solid #fff;
}
.enlace-verde a:hover{
  background-color: #fff;
  color: var(--intered-primary);
  border: 1px solid var(--intered-primary);
}
.enlace-blanco a:hover{
  background-color: #fff;
  color: var(--intered-secondary-orange);
  border: 1px solid var(--intered-secondary-orange);
}
.derchasocio h3{
  color: var(--intered-primary);
}
#nav-tabContent-home {
  padding: 20px 0;
}
.agrupado {
  max-width: 60%;
}


.agrupado h3 {
  color: var(--intered-primary);
  line-height: 1.8rem;   
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.acciones .agrupado h3 {

  font-size: 1.5rem;
}
.field--name-field-acciones h2{
  color: var(--intered-primary);
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.25rem;
}

.donation-btn {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 1.1rem;
  cursor: pointer;
  min-width: 60px;
  text-align: center;
  font-weight: 500;
  margin-right: 1rem;
  min-width: 100px;
  /* width: max-content; */
  padding: 0.6rem 0.9rem;
}
.donation-btn.active{
  color: var(--intered-secondary-purple);
  border: 2px solid var(--intered-secondary-purple);
}
.donation-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 2%;
  margin-top: 6%;
}
section.acciones.container-fluid {
  padding: 30px;
}
section.presencia{
  padding: 60px 0;
}


.presencia-inner{ 
  padding: 0px 15px 30px 15px;
  background-color: var(--intered-secondary-orange);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  position: relative;
}
.page-node-type-portada .presencia-inner::before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/mapa.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -169px -253px;
    background-attachment: scroll;
    opacity: 0.2;
    z-index: 1;
}
.field--name-field-presencia-en-el-mundo  > .field__items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.headere {
  max-width: 900px;
  padding: 50px 0;
}
.field--name-field-presencia-en-el-mundo .bg-orange > * {
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
}
.field--name-field-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}
.field--name-field-presencia-en-el-mundo  .paragraph--type-icono-titulo-descripcion {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.field--name-field-presencia-en-el-mundo > .field__item:first-child .field--name-field-items > .field__item {
  width: 30%;
}
.field--name-field-presencia-en-el-mundo > .field__item:nth-child(2) .field--name-field-items > .field__item {
  width: 45%;
}
.field--name-field-presencia-en-el-mundo > .field__item:nth-child(2) h3{
  font-size: 1.7rem;
}
.bg-orange .agrupado h4 {
  text-decoration: none;
  color: #fff;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: bold;
}
.bg-orange .agrupado .descriptione{
  font-weight: bold;
}

section.presencia .enlace-blanco {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  
}
.field--name-field-presencia-en-el-mundo > .field__item:nth-child(2) .contenedorMision {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.enlaceImg {
  border: 1px solid #515151;
  border-radius: 8px;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px 15px;
  transition: all 0.8s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}

.enlaceImg:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: var(--intered-primary-bg);
  border: 1px solid transparent;
}
.enlaceImg:hover a {
  color: #fff;

}

.option-title a {
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
  line-height: 1.9rem;
  display: inline-block;
  text-decoration: none;
}


.fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
  transition: opacity 0.3s ease;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-color: #4CAF50;
  color: white;
}

.enlaceImg:hover .fondo {
  opacity: 0;
}
.testimonios{
  background-color: var(--intered-primary);
  padding: 80px 0;
}
.mision  .descriptione {
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}
.mision h3 {
  color: var(--intered-primary-bg);
}
section.mision {
  /* padding: 70px 80px 86px; */
  padding-top: 50px;
  padding-bottom: 100px;
}

.testimonios .card {
  padding: 3rem 2.5rem;
  text-align: center;
  align-items: center;
  min-height: 550px;
}
.pre-footer .form-control:focus {
  box-shadow:none
}
.testimonios-listado picture.face,
.testimonios picture.face {
  width: 100px;
  height: 100px;
}
.testimonio-nombre {
  margin: 15px;
  padding-bottom: 5px;
}
.testimonios-listado .card img,
.testimonios .card img {
  border-radius: 50%;
  object-fit: cover;
  
}
.testimonio-cargo {
  padding-bottom: 36px;
}
.testimonio-descripcion {
  text-align: left;
  font-size: 1.2rem;
  position: relative;
}
.testimonio-descripcion p::after {
  content: "";
  width: 40px;
  height: 40px;
  /* background-color: #000; */
  position: absolute;
  top: -30px;
  left: 0;
  background-image: url(../img/comillas.png);
  background-repeat: no-repeat;
  background-size: contain;
}
 
.link-verde a{
  text-decoration: underline;
  color: var(--intered-primary-bg);
  letter-spacing: 1px;
  
}
.link-verde {
  text-align: left;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease;
}
.link-verde a:hover{
  color: var(--intered-secondary-orange);
}

.testimonios h3,
.descrip {
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
}

.testimonios .enlace-blanco{
  width: 100%;
  text-align: center;
  padding-top: 4rem;
}

.testimonios .enlace-blanco a:hover{
  background-color: #fff;
  color: var(--intered-primary-bg);
  border: 1px solid var(--intered-primary-bg);
}
.region-pre-footer {
  justify-content: center;
  align-items: center;
}
.pre-footer h1,
.pre-footer h2,
.pre-footer h3,
.pre-footer h4,
.pre-footer h5{
  color:var(--intered-primary)
}
.enlacesubmit input{
  display: inline-block;
  color: var(--intered-primary) !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  border: 1px solid #67A748 !important;
  color: var(--intered-primary);
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: #fff !important;
}
.enlacesubmit input:hover{
  background-color: var(--intered-primary-bg) !important;
  color: white !important;
}
.partner{
  background-color: var(--intered-menu-bg);
}
section.pre-footer {
  padding: 70px 0;
}
.boletin .webform-submission-form .form-control {

  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.bold-label {
  font-weight: bold;
  font-size: 1rem;
}
.creditos-footer {
  text-align: right;
  padding: 15px 15px 0;
}
.footer2 {
  border-top: 1px solid #c0c0c0;
}
.colo::after {
  content: " | ";
  padding-left: 5px;
  color: var(--intered-text);
}
.colo {
  padding: 15px 0px 12px 15px;
}
.colo a {
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--intered-text);
}
.colo a:hover{
  color: var(--intered-secondary-orange);
}
footer {
  padding-bottom: 0;
  border-top: 1px solid #c0c0c0;
}
.creditos-footer p{
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.main-logo {
    flex-shrink: 0;
}

.main-logo img {
    max-height: 50px;
    width: auto;
    height: auto;
    display: block;
}
.navbar-nav .nav-item a{
  color: var(--intered-text);
  font-weight: bold;
  position: relative;
  transition: all 3s ease;

}

.navbar-nav .nav-item a::after {
  border: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%; /* Empieza invisible */
  height: 4px;
  background-color: var(--intered-primary);
  transition: width 0.5s ease; /* Transición en el width */
}
.navbar-nav .nav-item a:hover::after {  
  width: 100%;
}



.btn-purple a {
  padding: 10px 25px;
  
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  background-color: var(--intered-secondary-purple);
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-transform: uppercase;
  transition: all 0.5s ease !important; /* Transición en el width */
}
.btn-purple a:hover{
  color:var(--intered-secondary-purple) !important;
  background-color: #fff;
  border: 1px solid var(--intered-secondary-purple);
}
.btn-purple a::after{
  display: none;
}
ul.navbar-nav {
  align-items: center;
}
/* Keep your existing hover styles */
.navbar-nav .nav-item a {
  color: var(--intered-text);
  font-weight: 500;
  position: relative;
  transition: all 3s ease;
  display: inline-flex;
  align-items: center;
}


/* Optional: rotate on hover */
.navbar-nav .nav-item.dropdown a:hover::before {
  transform: rotate(180deg);
}
.navbar-nav .nav-item.dropdown a {
  padding-right: 20px; /* Espacio para el ícono */
}

.navbar-nav  .nav-item.dropdown > a::before {

  content: "";
  position: absolute;
  right: 3%;
  top: 55%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("../img/anchor.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.navbar-nav .nav-item.dropdown a:hover::before {
  transform: translateY(-50%) rotate(180deg);
}
.navbar-nav > .nav-item > a{
  font-size: 1.2rem;
}
.region-header {
  background: var(--intered-menu-bg);
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 50px;
  
}
.dissaper {display: flex;}
.main-search {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.bloque-header ul{
  list-style: none;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloque-header ul li {
  position: relative;
}
.bloque-header ul li a{
  text-decoration: none;
  color: #000;
}
.bloque-header ul li  a::after {
  border: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: var(--intered-primary);
  transition: width 0.5s ease;
}
.bloque-header ul li a:hover::after {  
  width: 100%;
}
.nav-level-0 >li.nav-item {
  margin-right: 12px;
  margin-left: 12px;
}
.nav-level-0 li.nav-item:last-child{
  margin-right: 0;
}

.main-search form input[type=submit] {
  position: absolute;
  right: -16px;
  top: 8px;
  font-size: 0;
  background-image: url(../img/icon-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0;
  width: 25px;
  height: 25px;
  background-size: 18px;
  border: 0;
  background-color: transparent !important;

}

.clicked {display: none !important;}
#search-block-form {
  display: none;
}
.opened #search-block-form {
  display: block;
}

.search {
  width: 25px;
  height: 25px;
  background-image: url(../img/icon-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: 8px;
}
.region-footer p{
  font-size: 1rem;
}
.acciones .descriptione p {
  font-size: 1.1rem;
  line-height: 1.7rem;
}
.navbar .btn-purple {
  margin-left: 2rem;
}
#nav-tabContent-home .tab-pane {
  font-size: 14.5px;
  line-height: 1.5rem;
}
.contenedor {
  position: absolute;
  /* width: 800px; */
  /* max-width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0;
  width: 50%;
  left: 0;
}
.carsito {
  padding: 15px;
}
.team-picture img {
  height: 350px; /* ajusta este valor según lo que necesites */
  object-fit: cover; /* mantiene el aspecto recortando la imagen */
  width: 100%;
}
.accordion-button::after {
  background-image: none !important;
  content: none !important;
}
.accordion-button[aria-expanded="true"] .plus-icon {
  fill: var(--intered-primary-bg);
}
.plus-icon {
  fill: black;
  transition: fill 0.3s ease;
}
button.accordion-button {
  display: flex;
  justify-content: space-between;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  border-top: 1px solid #000 !important;
}
.accordion-item:last-child {
  border-bottom: 1px solid #000 !important;
}
button.accordion-button {
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.accordion-item .field--name-field-titulo{

    font-weight: 700;
    font-size: 1.2rem;
    margin: 0;
    line-height: 3.5rem;

} 
.accordion-button:not(.collapsed){
  background-color: transparent;
}
.accordion-button:not(.collapsed) {
  color: #000;
  box-shadow:none;
}
.breadcrumb {
  background-color: var(--intered-menu-bg);
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0;
}
.encabezadoo {
  background: var(--intered-primary);
  height: 500px;
  display: flex;
  justify-content: center;
  align-items:center;
  position: relative;
}
.encabezadoo h1{
  color: #fff;
}
.page-node-type-pagina-interna .region-content{
  padding: 0 ;
}
.pd60{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/* .seccionchildbotom > * {
  margin-bottom: 3rem;
} */
.accordion-collapse.show{
  margin-bottom: 2.5rem;
}
.naranja .field--name-field-presencia-en-el-mundo > .field__item > .bg-orange {
  width: 900px;
}


.page-node-type-pagina-interna .carousel-item img {
  max-height: 500px;
  object-fit: contain;

}
#slider-interno {
  max-width: 800px;
  margin: auto;
}
.color-primary{color: var(--intered-primary);}
.color-blanco {color: #fff;}

.accordion-item a {
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: underline;
}
.bg-primary .accordion-item a{
   color: #fff;   
   font-weight: 400;
   letter-spacing: 1px;
   text-decoration: underline;
}
.bg-primary .accordion-item a:hover{
  font-weight: 500;
}

.documentos > * {
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
}
.documentos .accordion {
  --bs-accordion-color: #fff;
  --bs-accordion-bg: var(--intered-primary); 
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
}
.documentos .field--name-field-titulo{
  color: #fff;
}
.documentos  .plus-icon {
  fill: #fff;
  transition: fill 0.3s ease;
}
.accordion-button[aria-expanded="true"] .plus-icon {
  fill: #ccc;
}
.documentos .accordion-flush > .accordion-item {
  border-top: 1px solid #fff !important;
}
.documentos .accordion-flush > .accordion-item:last-child {
  border-bottom: 1px solid #fff !important;
}
.field--name-field-2-columnas {
  padding-top: 7rem;
    padding-bottom: 7rem;
}
.rounded img {
  border-radius: 8px;
}
.botones {
    justify-content: space-between;
    max-width: 500px;
}

.bg-primary > * {
  color: #fff;
}
.canal-denuncia .botones {
  justify-content: space-evenly;
  max-width: 100%;
}

.canal-denuncia  .enlace-blanco a:hover {
  background-color: #fff; 
  color: var(--intered-primary);
  border: 1px solid var(--intered-primary); 
}
.canal-denuncia h4 {
  font-weight: 400;
}
.page-node-type-sub-home .region-content{
  padding: 0;
}
.page-node-type-sub-home .encabezado{
  position: relative;
}
.textobotones  .botones {
    justify-content: space-evenly;
     max-width: 800px;
    margin: auto;
    margin-bottom: 3rem;
    margin-top: 1.5rem;
}
.botonera {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.boton {
  /*max-width: 90%;*/
  width: 300px;
  height: 270px;
  /* background-color: #f0f0f0; */
  position: relative;
  overflow: hidden;
  cursor: pointer;
 transition: all 0.5s ease;
  border-radius: 8px;
  
  padding: 10px;
  
  display: flex;
  justify-content: flex-end;
  align-items:center;
  flex-direction: column;
}

.boton .titulo {
  font-weight: bold;
  font-size: 1rem;
}

.boton .bdescripcion {
  margin-top: 10px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px); /* un poco hacia abajo */
  transition: opacity 2s ease, transform 2s ease; /* más lento y suave */
}
.boton .bdescripcion p{
 
  font-size: 1rem;
}

.boton:hover {
  height: max-content;
}

.boton:hover .bdescripcion {
  opacity: 1;
  max-height: 100%; 
  transform: translateY(0);
}
.botoot {
  justify-content: space-around;
  flex-wrap: wrap;
}
.bloque {
  margin-bottom: 2rem;
}
.page-node-type-portada .field--name-field-nuestra-mision h3 {
  padding-bottom: 1rem !important;
}

/*
/****************linea de tiempo******************/
/*
/* Place the container to the right */
/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #939597;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Timeline base */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* Common arrow style */
.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  top: 15px;
  z-index: 1;
}

/* Circles */
.timeline::after {
  width: 25px;
  height: 25px;
  background-color: var(--intered-secondary-orange);
  border: 5px solid var(--intered-secondary-orange);
  border-radius: 50%;
}

/* Odd - Left */
.timeline:nth-child(odd) {
  padding: 0px 40px 20px 0px;
  left: 0;
}
.timeline:nth-child(odd)::before {
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.timeline:nth-child(odd)::after {
  right: -13px;
}

/* Even - Right */
.timeline:nth-child(even) {
  padding: 0px 0px 20px 40px;
  left: 50%;
}
.timeline:nth-child(even)::before {
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
.timeline:nth-child(even)::after {
  left: -13px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .main-timeline::after {
    left: 31px;
  }

  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    left: 0 !important;
  }

  .timeline::before {
    left: 60px !important;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .timeline::after {
    left: 18px !important;
  }
}

/*end liena de tiempo */
.page-node-type-sub-home .encabezado::after,
.page-node-type-portada  .carousel-item::after{
  overflow: visible;
  padding: 0px;
  width: 100%;
  height: 100%;
  z-index: 7;
  position: absolute;
  transform-origin: 50% 50%;
  display: block;
  left: 0px;
  top: 0px;
  background: linear-gradient(90deg, rgb(12, 12, 12) 0%, rgba(255, 255, 255, 0) 100%);
  translate: none;
  rotate: none;
  scale: none;
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
  pointer-events: auto;
  content: "";
}
.page-node-type-sub-home .field--name-field-base-social h4{
  font-weight: 700; /* Bold */
  font-size: 2.2rem;
  line-height: 2.1rem;
  margin-bottom: 0.8rem;
}

.page-node-type-sub-home .textobotones {
  max-width: 980px;
  margin: auto;
}

.pd50 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
  
.pd40 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.textito {
  justify-content: center;
}
.headeref .enlace-blanco a:hover {
  background-color: #fff;
  color: var(--intered-primary);
  border: 1px solid var(--intered-primary);
}
.navbar-nav .dropdown-menu  .is-active {
  border: none;
 position: relative;
  background-color: var(--intered-primary) !important;
  transition: width 0.5s ease;
  --bs-dropdown-link-active-bg:transparent;
  color: #fff;
 
}
.navbar-nav .dropdown-menu  .is-active::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.presencia-inner > * {
  position: relative;
  z-index: 2;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
}
.selectorcito #edit-submit{
  display: none;
}

.encabezado img {
  max-height: 80vh;
  object-fit: cover;
  object-position: top;
}

.sede-info strong,
.mundolocation small{
  font-weight: 700;
  color: var(--intered-secondary-purple);
  display: block;    
}
.sede-info,
.mundolocation{
  color: var(--intered-text);
  font-weight: 400;
}
.mundolocation h4 {
  color:var(--intered-primary-bg);
  margin: 0;
}
.team-picture img {
    height: 240px;
    object-fit: cover;
    width: 240px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
    border-radius: 50%;
}

.paragraph--type-imagen-cargo-nombre-completo .testimonio-cargo {
    padding-bottom: 5px;
}
.paragraph--type-imagen-cargo-nombre-completo .descriptione{ 
   
    text-align: justify;
}
picture.team-picture {
    display: flex;
    justify-content: center;
}
.page-id-23 .team-picture img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}
.page-id-23 picture.team-picture {
    display: block;    
    width: 100px;
    height: 100px;
}
.page-id-23 .paragraph--type-imagen-cargo-nombre-completo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.paragraph--type-imagen-cargo-nombre-completo .descriptione p{
  line-height: 1.8rem;
}
.bg-orange > * {
  color: #fff;
}
.page-node-type-pagina-interna .contenedorMision {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.field.field--name-field-slider-interna {
    margin-top: 5rem;
    margin-bottom:2rem;
}
.rowwww .columnaa {
  flex: 0 0 auto;
  width: 50%;
}
.rowwww .columnaa:last-child{
  flex: 0 0 auto;
  width: 100%;
}
.rowwww {
    flex-wrap: wrap;
}
.agrups {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}
picture.logo-c {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

picture.logo-c img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}

.field--name-field-acciones .paragraph--type-icono-titulo-descripcion img {
    width: 100px;
    margin-bottom: 15px;
}
.contenedorMision .paragraph--type-icono-titulo-descripcion img{
    width: 75px;
    margin-right: 20px;
}
.page-id-29 .seccionchildbotom.ggg {
  padding-top: 0;
}
.page-id-29 .seccionchildbotom.vvv {
   padding-bottom: 4rem;
}
#sede-selector-form .form-type-select{ 
  margin-top: 0;
}

.page-node-type-pagina-interna .paragraph.paragraph--type-icono-titulo-descripcion {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fondo-header {
 /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
  
  transition: opacity 0.3s ease;
  background-size: cover;
  background-position: center;
  z-index: 1;
  
  color: white;
}
.centeredtext {
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
    width: 100%;
    height: 100%;
}
.headeref {
  z-index: 2;
}
/*
.fondo-header::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #4CAF50;
}*/
.newcabezado{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;

}
.izquierda img{
  border-radius: 6px;
}
.fondo::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  /*background-color: #4CAF50;*/
  background-color: var(--intered-secondary-purple);
}
.glide-slider{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.cloned-filters label,
.cloned-filters .form-type-select {
  display: none;
}

.search-resource  .view-filters .form-type-textfield,
.search-resource  .view-filters #edit-actions{
  display: none;
}
.cloned-filters {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cloned-filters .button.form-submit{
   padding: 10px 20px;
    border: none;
    background-color: var(--intered-secondary-purple)!important;
    color: white;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    font-weight: bold;
    height: 50px;
}

.search-resource .view-filters .form-control,
.cloned-filters .form-control{
  height: 50px
}
.search-resource {
  display: flex;
  position: relative;
}

#lightgallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.galerias > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.galerias img {
  border-radius: 4px;
  box-shadow: 2px 11px 20px 1px #ccc;
}
.galerias  img {
  transition: transform 0.3s ease;
}

.galerias img:hover {
  transform: translateY(-10px);
}
.search-resource {
  padding-top: 5rem;
}
.search-resource .pager {
    position: absolute;
    top: 0;
    right: 0;
}
.search-resource .view-filters {
  width: 70%;
}
.search-resource .view-filters select {
  width: 380px;
}
.page-search-results .view-filters select {
  border: 1px solid #000;
}
.page-search-results  .view-empty {
    width: 100%;
}
.page-search-results .view-content {
  width: 100%;
  position: relative;
}
.page-search-results h1{
  text-transform: unset;
  margin-bottom: 3.5rem;
}
.izquii a{
  color: #000;
  text-decoration: none;
}

.recurso-destacado .view-content {
    display: flex;
    flex-wrap: wrap;
}
.destacados .region-sidebar-first{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.destacados .field--name-body p{
  max-width: 800px;
  margin: auto;
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}
.flitro-clonado #edit-title{
    padding: 10px;
    border: none;
    border-radius: 6px 0 0 6px;
    width: 300px;
} 
.destacados .view-header h2{
  margin-bottom: 3.5rem;
}
.adjunto a,
.interes a{
  color: #fff;
}
.adjunto,
.interes {
    padding-top: 5px;
    padding-bottom: 5px;
}
.documentos-recursos .field__label,
.enlaces-recursos  .field__label{
  font-size: 2.2rem;
   padding-bottom: 20px;
}
.file--application-pdf {
  background-image: none;
  padding-left:0
}

.tophead {
    padding-top: 5rem;
}
.recursotitle {
  font-size: 2.2rem;
  line-height: 2.5rem;
  margin-bottom: 0.8rem;
  color: var(--intered-primary);
}
.grueso .field {
  font-weight: bold;
}

.destacados .views-row {
    margin-bottom: 40px;
}
.destacados .views-row .field--name-node-title a{
  text-decoration: none;
}

.page-search-results .views-row {
    margin-bottom: 5rem;
}
.pagination a{
  color: var(--intered-secondary-orange);
}

nav.pager.pager-duplicated {
    bottom: 0;
    top: 98%;
}
 .interes a {
  position: relative;
  padding-left: 24px; /* Espacio para el icono */
  display: inline-block;
}
.interes a::before {
  
     content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/ico-link-689b3f.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.celeste {
  background-color: var(--intered-menu-bg);
}

.hero2 h2 {
    font-weight: bold;
    max-width: 998px;
    margin: auto;
    margin-bottom: 5rem;
}
.hero2 img{
  border-radius: 6px;
  
}
.hero2 a{
  color: #000;
  text-decoration: none;
}
.hero2 a:hover{
  color: var(--intered-primary);
}


.slider-3 .content-resource h4 a{
  text-decoration: none;
  color: #000;
}
.slider-3 .content-resource h4 a:hover{
  color: var(--intered-primary);
}
.slider-3 .picutre-resource {
  padding-top: 2rem;
}
.page-node-type-sub-home-2 .partner{
   padding-top: 4rem;
   padding-bottom: 5rem;
}


.onlypais  .box-left img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    height: 240px;
}
.onlypais {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row-reverse;
    gap: 1rem;
}
.onlypais .view-filters{width: 30%;}
.onlypais .view-content{width: 70%;}

.mapapises {
  display: none;
}
.page-id-219 .mapapises{
  display: block;
}

.content-campania h3 a{
   
  text-decoration: none;
  color:var(--intered-primary-bg);
    line-height: 1.8rem;
}
.content-campania h3 a:hover{
  color: var(--intered-primary-bg);
}
.page-node-type-sub-home-3 .headere,
.page-node-type-page .headere {
    max-width: 100%;

    justify-content: center;
}
.page-node-type-sub-home-3 .contenedorMision .field__item,
.page-node-type-page .contenedorMision .field__item{
  text-align: center;
  width: 33%;
}
.page-node-type-sub-home-3  .agrupado,
.page-node-type-page  .agrupado {
    max-width: 60%;
    margin: auto;
}
.page-node-type-sub-home-3 e .contenedorMision .field--name-field-items
.page-node-type-page .contenedorMision .field--name-field-items {

    justify-content: center;
}
.page-node-type-page .enlace-blanco {
  margin-top: 2rem;    
    text-align:center;
}
.field--name-field-bloques .field__item .item {
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.field--name-field-bloques .field__item:nth-child(even) .item{
  flex-direction: row-reverse; /* Imagen a la derecha */
}

.field--name-field-bloques .field__item:nth-child(odd) .item{
  flex-direction: row; /* Imagen a la izquierda */
}
.field--name-field-bloques .field__item:nth-child(even) .item .agrupado2,
.field--name-field-bloques .field__item:nth-child(odd) .item  .agrupado1 {
  padding-right: 3rem;
}
.field--name-field-bloques .field__item:nth-child(even) .item .agrupado1,
.field--name-field-bloques .field__item:nth-child(odd) .item  .agrupado2 {
   padding-left: 3rem;
}
.field--name-field-bloques .field__item:nth-child(even) .item  .agrupado2 h2{
  text-align: right;
}

.page-node-type-page .field--name-field-bloques {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

  .testimonio-oculto {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, height 0.5s ease;
  }

  .testimonio-visible {
    opacity: 1;
    height: auto;
  }
.view-cursos-voluntariados h3 a{
    font-size: 1.5rem;
}
.page-node-type-page  .testimonios .card {

    min-height: 100%
}
.fechas {
    display: flex;
    width: 100%;
    background: var(--intered-menu-bg);
    min-height: 110px;
    justify-content: center;
    align-items: center;
    color: var(--intered-primary);
    font-weight: bold;
    font-size: 1.2rem;
}

.contendorp {
    margin-bottom: 2rem;
}
.d-flex.botones {
    margin-bottom: 2rem;
}
.page-id-241 .titlesdescripcion .crsitis {
    padding-bottom: 0 !important;
}
.hero2 .content-campania h3 a {
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.5rem;
        display: block;
}
.page-id-240 .celeste {
    background-color: white;
}
.hero2 .content-campania .enlace a {
    color: var(--intered-primary);
}
.hero2 .content-campania .enlace a:hover {
    color: white;
}
.page-id-231 .description {
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding-bottom: 0 !important;
}
#block-intered-logo {
    padding-top: 7px;
    padding-bottom: 7px;
}
.page-id-218 .block-intered-views-block-carrusel-3-noticias-block-1{
  padding-top: 5rem;
}
.page-node-type-sub-home-2 .field--name-field-descripcion-formated a{
  color: var(--intered-primary);
    text-decoration: underline;
}
.slider-3 h3 a {
  
  color: #000;
  text-decoration: none;
}
.slider-3 h3 a:hover{
  color: var(--intered-primary-bg);
}
.slider-3 h2{
   color: var(--intered-primary-bg);  
}
.picutre-resource img{
    border-radius: 6px;
}
.page-node-type-sub-home-2 #block-intered-content {
    margin-bottom: 3rem;
}
.bg-orange .agrupado h3 {
  color: #fff;
  text-decoration:none
}

.testimonios h2,
.field--name-field-testimonios h3,
.field--name-field-testimonios h2 {
  color: #fff;
}
.testimonios-listado h3,
.page-node-type-sub-home-3 .testimonios h3,
.page-node-type-page .testimonios .testimonio-nombre,
.page-node-type-portada .testimonios h3, 
 .descrip {
    color: #000;
    text-shadow: none;
    font-size: 1.2rem;
}
.formulariotexto h2 {
      line-height: 2.7rem;
}
.delegaciones a {
    text-decoration: underline;
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
}
.celeste h3.color-primary {
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.letrablanca a {
    color: #fff;
}
.letrablanca a:hover{
    color: var(--intered-primary);
}
.fondo-head-background {
    height: 72vh;
}
.background-primary {
    background-color: var(--intered-primary-bg);
}

.encabezado-sub-3 {       
    position: relative;
    width: 100%;
    height: 70vh;
    /* background: rebeccapurple; */
    /* opacity: 0.7; */
    background-color: var(--intered-primary);
}

.field--name-field-acordion-mulitple .field__item:last-child .accordion-item{
    border-bottom: 1px solid #000 !important;
    border-top: none;
}
.field--name-field-acordion-mulitple .accordion-item:last-child {
    border-bottom: none  !important;
}
.field--name-field-item-s3-multiple > .field__item {
    margin-bottom: 1.3rem;
}
.page-node-type-sub-home-3 .text-left.color-primary{
    text-align: center;
}
section.fondoverde {
    padding-right: 1rem;
     padding-left: 1rem;
}
section.fondoverde .bg-primary{
     border-radius: 6px;
}
.fondoverde  h2.color-primary {
    color: #fff !important;
}
.fondoverde .cerado {
    max-width: 960px;
    margin: auto;
}
.cerado .enlace{
    text-align: center;
}

.cerado .enlace a {
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  border: 1px solid#fff;
  background-color: var(--intered-primary);
  border-radius: 5px;
  transition: all 0.3s ease;
}
.cerado .enlace a:hover{
  background-color: #fff;
  color: var(--intered-primary);
  border: 1px solid var(--intered-primary);
}
.containerlogo {
    margin-bottom: 1.4rem;
}
.fondomorado {
    background-color: var(--intered-secondary-purple);
}
.fondomorado > * {
    color: #fff;
}
.fondomorado h2 {
    color: #fff;
}
.fondomorado .enlace a {
    background-color: var(--intered-secondary-purple);
    color: #fff;
    border: 1px solid#fff;
}
.fondomorado .enlace a:hover{
  background-color: #fff;
  color: var(--intered-primary);
  border: 1px solid var(--intered-primary);
  color: var(--intered-secondary-purple);
}
.botones3 {
    justify-content: center;
}
.botones3 a {
    margin-right: 0.9rem;
    margin-left: 0.9rem;
}
.headre{
    position: relative;
    width: max-content;
    color: #fff;    
    padding: 1.5rem;
    display: inline-block;
}
.headre::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--intered-primary);
    left: 0;
    opacity: 0.8;
    z-index: -8;
    top: 0;
    border-radius: 7px;
}
.htope {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 9999999999;
}
.testimonios.blank {
    background-color: #fff;
}
.testimonios.blank  h3,
.testimonios.blank  h2 {
    color: #000;
}
.testimonios.blank .card {
    min-height: 100%;
}
.page-node-type-sub-home-3 .bg-orange .agrupado h3{
    min-height: 30px;
}

/* Estilo para tabs de frecuencia */
.frequency-tabs {
    margin-bottom: 20px;
}
.frequency-tabs input[type="radio"] {
    display: none;
}
.frequency-tabs label {
    display: inline-block;
    padding: 0.5rem 2rem;
    margin-right: 5px;    
    border: 2px solid #333;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}
.frequency-tabs input[type="radio"]:checked + label {
    background-color: var(--intered-secondary-purple);
    color: white;
    border-color: var(--intered-secondary-purple);
}
.frequency-tabs label:hover {
    border-color:var(--intered-secondary-purple);
    color: var(--intered-secondary-purple);
}
/* Estilo para tabs de cantidad */
.amount-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.amount-tabs input[type="radio"] {
    display: none;
}
.amount-tabs label {
    flex: 1;
    min-width: 120px;
    padding: 0.5rem 2.2rem;
    text-align: center;
    background-color: white;
    border: 2px solid #333;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}
.amount-tabs input[type="radio"]:checked + label {
    background-color: var(--intered-secondary-purple);
    color: white;
    border-color: var(--intered-secondary-purple);
}
.amount-tabs label:hover {
    border-color: var(--intered-secondary-purple);
    color: var(--intered-secondary-purple);
}
.leftimg {
    width: 40%;
}
.iconosss {
    justify-content: center;
    
}

.page-node-type-formularios .izquierda {
    text-align: left;
}
.formulariorender {
    width: 59%;
    padding: 1.8rem;
}
.frequency-tabs .js-webform-radios,
.amount-tabs .js-webform-radios {
    display: flex;
    flex-wrap: wrap;
}
.frequency-tabs .form-item.js-form-type-radio.form-type-radio,
.amount-tabs .form-item.js-form-type-radio.form-type-radio {
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
}
#edit-frecuencia--wrapper-legend,
#edit-cantidad-legend { display: none;}
.formulariorender #edit-actions {
    text-align: right;
    margin-right: 2rem;
    margin-left: 2rem;
}

.contenedot{
    margin-right: 2rem;
    margin-left: 2rem;
}
.contenedot p {
    background: var(--intered-secondary-purple);
    color: #fff;
    padding: 5px 2rem;
    font-size: 15px;
    border-radius: 6px;
    margin-top: 2rem;
}
.formulariorender .js-webform-radios-other-input{
    margin-right: 2rem;
    margin-left: 2rem;
}
.formulariorender #edit-actions #edit-wizard-prev,
.formulariorender #edit-actions #edit-wizard-next {
    min-width: 120px;
    padding: 0.5rem 2.2rem;
    text-align: center;
    background-color: white !important;
    border: 2px solid #333 !important;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}
.formulariorender #edit-actions #edit-wizard-prev:hover,
.formulariorender #edit-actions #edit-wizard-next:hover{
    
    border: 2px solid var(--intered-secondary-purple) !important;
    color: var(--intered-secondary-purple) !important;
}
.formulariorender .progress-marker {
    display: none;
}
.formulariorender .progress-tracker {
    display: flex;
    margin: 30px auto;
    margin-top: 10px;
    max-width: 580px;
}

.formulariorender .progress-tracker {

    max-width: 960px;
}

#edit-datos-de-pago {
    padding: 2rem;
    padding-top: 5px;
}
.formulariorender  .field-suffix {
    position: absolute;
    left: 165px;
    top: 5px;
}
.formulariorender  .js-webform-radios-other-input{
    position: relative;
}
.formulariorender #edit-cantidad-other{
    max-width: 160px;
}
.formulariorender  .progress-title {
    position: relative;
}

.formulariorender  .progress-step.is-active .progress-title{
    text-decoration: underline;
}
.formulariorender  .webform-progress-tracker li:nth-last-child(2) .progress-title::after {
    content: " ";
    width: 2px;
    height: 25px;
    background-color: #777;
    position: absolute;
    top: 2px;
    right:-6px;
}
.formulariorender  .webform-progress-tracker li:nth-child(1) .progress-title::after {
    content: " ";
    width: 2px;
    height: 25px;
    background-color: #333;
    position: absolute;
    top: 2px;
    right:-6px;
}
.formulariorender .is-active .progress-title::after{
    background-color: #333 !important;
} 
.maintexto {
    margin-left: 2rem;
    margin-right: 2rem;
}
.formulariorender .webform-submission-form .form-control {

  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: var(--bs-secondary-color);
}
.formulariorender .form-control:focus {
    box-shadow: none;
}
.formulariorender .webform-section-title{
    color: var(--intered-primary);
}
.labelgroup > label{
    font-weight: 500;
}
.form-item-procedencia {
    display: none;
}
.formulariorender > *{
    color:#666
}
.leftimg img {
    width: 100%;
}
#edit-forma-de-pago {
    display: flex;
}
.formulariorender .form-item-forma-de-pago {
    margin: 0 30px 0 0;
}
.formulariorender .form-check-input {
        border: 1px solid #666;
}
.page-node-type-formulario-simple .formulariorender {
    padding-top: 5px;
}
.page-node-type-formulario-simple .formulariorender #edit-actions {
    text-align: center;
    margin-right: 2rem;
    margin-left: 2rem;
    padding-top: 2rem;
}
.view-noticias .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.view-noticias .views-infinite-scroll-content-wrapper > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
ul.js-pager__items.pager {
    text-align: center;
}
ul.js-pager__items.pager .pager__item a{
        display: inline-block;
    color: var(--intered-primary);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 30px;
    border: 1px solid #67A748;
    color: var(--intered-primary);
    border-radius: 5px;
    transition: all 0.3s ease;
}
ul.js-pager__items.pager .pager__item a:hover {
    background-color: var(--intered-primary-bg);
    color: white;
}
.contenedorbtn {
    justify-content: center;
    align-items: center;
}
.contenedorbtn .boton{
    margin-right: 0.8rem;
    margin-left:0.8rem;
    justify-content: center;
}
.contenedorbtn .boton a{
    text-decoration: none;
}
.contenedorbtn .boton a:hover{
    color: #000;
}
.noticias-listado a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.3;
    display: block;
    transition: color 0.2s ease;
}
.noticias-listado a:hover{
    color: var(--intered-primary);
}
.eventoss h3 a{
    color: #333;
    transition: color 0.2s ease;
}
.eventoss h3 a:hover{
    color: var(--intered-primary);
}
.page-id-230 .presencia-inner .bg-orange:nth-child(2) .contenedorMision .field.field--name-field-items {
    justify-content: space-evenly;
    max-width: 800px;
    margin: auto;
}
.page-id-230 .presencia-inner .bg-orange:nth-child(2) .contenedorMision .field.field--name-field-items .field__item{
        width: 50%;
}

.botonesse {
   justify-content:center;
   max-width: 90%;
  width: 300px;
  height: 270px;
  /* background-color: #f0f0f0; */
  position: relative;
  overflow: hidden;
  cursor: pointer;  
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border: 1px solid #000;
  display: flex;
  justify-content: flex-end;
  align-items:center;
  flex-direction: column;
  transition: transform 300ms ease 0ms;
}

.botonesse:hover {
  transform: translateX(0px) translateY(-20px)
}
.contenedorbtn .botonesse {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
    justify-content: center;
}


.leer-mas-btn {
  display: none;
  margin-top: 5px;
}
.leer-mas-btn:hover {
    cursor: pointer;
}

.testimonios-listado .card {
  padding: 3rem 2.5rem;
  text-align: center;
  align-items: center;
  min-height: 570px;
}
.agrupador {
    border-bottom: 1px solid #000;
    padding-top: 1rem;
    margin-top: 1rem;
}
.page-id-271 section.pre-footer {
    
    background-color: var(--intered-menu-bg);
}
.page-id-288 .pd600 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-id-288 .formulariorender {
    padding-top: 0 !important;
}
.page-id-288  .pd50 {
   
    padding-bottom: 1rem !important;
}
.page-id-288 .formulariorender #edit-actions {
    text-align: center;
}

.page-id-230 .agrupado2  h2  {text-align:left !important;}
.page-id-240 .celeste {
    background-color: #fff;
}
.path-noticias .field--name-field-fecha {
    padding: 7px 0;
}

/*** laning*/
 .title-block-green-med, .title-block-purple-med {
    background: #689b3f;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0px;
}

.page-node-type-landings main {
    max-width: 1050px;
    margin: auto;
}
.page-node-type-landings main img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
.page-node-type-landings main .descripc {

    line-height: 140%;
    margin: 0 0 20px;
    
}
.container-cta a,
.cta a{
    background-color: #ff7943;
    border: 1px solid #ff7943;
    color: white;
        font-size: 22px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
    transition: all 0.5s ease;
}
.container-cta a {
    
    font-size: 22px;
    font-weight: 300;
    
}
.cta a:hover {
    opacity: 0.9;
    
}
.contedorbotones {
    text-align: center;
    /*margin-top: 20px;*/
}
.container-cta {
    text-align: center;
    clear: both;
    margin: 30px 0 0;
}
.container-cta ,
.contedorbotones {
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.page-node-type-landings section .layout__region {
    display: flex;
    flex-direction: column;
}
.main-landing {
    margin: 0 0 50px;
}

.mora h3 {
    background-color: #fff;
    font-size: 24px;
    color: #000;
    padding: 8px 5%;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--intered-primary);
}
.page-node-type-landings .geere .descripc {
    text-align: center;
}
.video-landing {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
iframe {
    max-width: 100%;
}
.destacadanotice {
    padding-top: 30px;
}
.noticia-card .views-field-field-image2 img {
    /* width: 100%; */
    /* height: 450px; */
    /* object-fit: cover; */
    /* display: block; */
    transition: transform 0.3s ease;
    /* border-radius: 6px; */
}
.noticiashome .img-fluid {
    max-width: 100% !important;
    height: 430px !important;
    object-fit: cover !important;
}
.title-block-green-med{
    background-color: #fff!important;
    color: var(--intered-primary)  !important;
}
.page-node-type-landings h3,
.page-node-type-landings h2 {
  font-family: 'Gotham' !important;  
  font-weight: 500 !important;  ;
  font-style: normal;
}


.page-node-type-landings .nobold  h3 {
    font-family: 'Gotham' !important; 
    font-weight: 400 !important;  ;
    font-style: normal;
}
.page-node-type-landings .geere  h3 {
    font-family: 'Gotham' !important; 
    font-weight: 400 !important;  ;
    font-style: normal;
}

.page-id-244 .contenedorMision .paragraph--type-icono-titulo-descripcion img {
    width: 75px;
    margin-right: 0;
    margin-bottom: 1rem;
}

.celeste .leer-mas-btn  {
  color: var(--intered-primary);
  text-decoration: underline;  
}
.acciones .paragraph--type-icono-titulo-descripcion.paragraph--view-mode-default {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.acciones .agrupado {
    padding-top: 10px!important;
    margin: initial;
    max-width: 78% !important;
}
.acciones .agrupado h3 {
    
    text-align: center!important;
}

.imgenesbotones .paragraph--type-enlace-imagen.paragraph--view-mode-botonera {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.imgenesbotones .enlace {
    padding-top: 15px;
    width: 100%;
}
.imgenesbotones img {
    border-radius: 8px;
}
.imgenesbotones {
    max-width: 880px;
    margin: auto;
}
.imgenesbotones .enlace a {

    width: 100%;
    text-align: center;
}
.hedertop img {
    width: 100px;
}
.page-id-227 .pd40 {
padding-top: 1rem !important;
text-align: center;
}


.cererere .botones {

    gap: 50px;
}

.page-id-230 .contenedorMision .paragraph--type-icono-titulo-descripcion img {
    width: 75px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}


.righmain {
    padding-right: 5%;
    padding-left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 960px;
}
.desei .layout--onecol:nth-child(2) h2 {
      font-weight: 700; /* Bold */
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
}
.leftimg img{
    border-radius: 6px;
}
.page-node-type-pagina-de-gracias .fila1{
    margin-bottom: 20px;
}
.page-node-type-pagina-de-gracias .field--name-field-redes {
    display: flex;
    gap: 22px;
}
.page-node-type-pagina-de-gracias .formulariorender .progress-tracker {
    
    gap: 20px;
    list-style: none;
    padding: 0;
}
.page-node-type-pagina-de-gracias .formulariorender  li::after{
 
    content: " ";
    width: 2px;
    height: 25px;
    background-color: #666 !important;
    position: absolute;
    top: 2px;
    right: -12px;
}
.page-node-type-pagina-de-gracias .formulariorender li:last-child::after {
    content: none;
    
}
li.progress-text.datore {
    position: relative;
}
.page-node-type-pagina-de-gracias .formulariorender .progress-tracker {

        max-width: 960px;
}
.page-node-type-pagina-de-gracias .formulariorender li:last-child{
    color: #333;
    text-decoration: underline;
    font-weight: bold;
}
.page-node-type-portada .acciones .paragraph--type-icono-titulo-descripcion.paragraph--view-mode-default {

    align-items: flex-start;
}
.page-node-type-portada .agrupado {
    max-width: 60%;
    text-align: left;
}
.page-node-type-portada .acciones .agrupado h3 {
    text-align: left !important;
}
.mbtom {
    margin-bottom: 50px;
}
.full100 img {
    width: 100%;
    height: auto;
}
.noticiastitle {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: var(--intered-primary);
}
.fechanoticia {
    margin-top: 25px;
    display: flex;
    gap: 5px;
}

div#block-intered-gtranslate {
    
    padding-left: 10px;
}
.gtranslate_wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Arial, sans-serif;
    
}

/* links */
.gtranslate_wrapper a.glink {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    display: flex;
}

/* separador / */
.gtranslate_wrapper a.glink:first-child::after {
    content: " /";
    margin-left: 4px;
    color: #000;
}

/* idioma activo */
.gtranslate_wrapper a.gt-current-lang {
    font-weight: 700;
}

/* oculta basura del widget */
#google_translate_element {
    display: none;
}

.path-search .search-help-link {
    display: none;
}
.path-search #block-intered-content .search-form{
    padding-top: 50px;
    padding-bottom: 50px;
}
.path-search ol.search-results, .path-search ul.search-results {
    padding-left: 0;
}
.path-search  .item-list li {
    margin: 0;
}
.search-results.node_search-results .search-result__snippet-info {
    padding-bottom: 2em;
}
.search-results.node_search-results .search-result__snippet-info,
.search-results.node_search-results .search-result__snippet {
    margin: 0 ;
}
.path-search h2 {
    margin-bottom: 50px;
}

.gt_float_switcher img {
    
    width: 18px !important;
    height: auto;
  
}
.gt-selected img {
    display: none !important;
}
.gt_float_switcher .gt_options a {
    display: flex !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    display: flex !important;
}
.gt_float_switcher {

    box-shadow: none !important;
    background: transparent !important;
  
}
.gt_float_switcher .gt-selected {

    background-color: transparent!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  
   transform: rotate(0deg) !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(-180deg);
}
.agrupadore .field__label {
    display: inline;
}