.global-image-texto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.field--name-field-id {
  display: none;
}

.paragraph--type--imagen-texto-encima h3 {
  font-weight: normal;
}

.paragraph--type--imagen-texto-encima .field--name-field-texto {
  width: 70%;
  display: block;
  margin: 0 auto;
}

/*Imagen hover*/
.paragraph--type--imagen-hover,
.paragraph--type--blockquote,
.paragraph--type--titulo-y-texto,
.paragraph--type--imagen-texto-lateral,
.paragraph--type--texto {
  padding: 2.5rem 0px;
}

.paragraph-id--2 {
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}

.global__imagen-hover {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: inherit;
  column-gap: inherit;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.inner_imagen {
  position: relative;
  height: 750px;
}

.inner_imagen .field--name-field-image {
  display: flex;
  flex-direction: column;
}

.inner_imagen .field__item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.inner_imagen .field__item.show {
  display: block;
}

.inner_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner_text ul li {
  transition: all .2s ease-out;
  background-color: transparent;
  min-height: 170px;
  padding: 2rem;
}

.inner_text ul li.active {
  background-color: var(--active-hover);
}

.inner_text h2 {
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-family: Playfair Display, serif;
  position: relative;
}

.inner_text ul li:nth-child(1) h2::after {
  content: "";
  height: 3px;
  width: 4.375rem;
  position: absolute;
  bottom: -.5rem;
  left: 0;
  background-color: #639fcb;
}

.inner_text ul li:hover {
  cursor: pointer;
}

.inner_text ul li h2 {
  margin: 0;
}

.inner_text ul li:nth-child(2) h2::after {
  content: "";
  height: 3px;
  width: 4.375rem;
  position: absolute;
  bottom: -.5rem;
  left: 0;
  background-color: #f7ac6f;
}

.inner_text ul li:nth-child(3) h2::after {
  content: "";
  height: 3px;
  width: 4.375rem;
  position: absolute;
  bottom: -.5rem;
  left: 0;
  background-color: #e88aa2;
}

.inner_text p {
  font-size: 1.375rem;
  line-height: 2rem;
  margin-top: 2.1875rem;
}

/*Fin imagen hover*/

/*Blockquote*/
.global__blockquote {
  background: #f4f7fa;
  padding: 2.5rem 3rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

.global__blockquote::before {
  content: "";
  position: absolute;
  width: 16.875rem;
  height: 10rem;
  bottom: -3rem;
  right: -3rem;
  z-index: -100;
  background-color: #b5b3d6;
}

blockquote {
  margin: 0;
}

.global__blockquote blockquote p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #193b47;
  margin-bottom: 1.5rem;
  font-family: Playfair Display, serif;
}

.global__blockquote h2 {
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-bottom: .4375rem;
}

.global__blockquote p {
  font-size: .75rem;
  line-height: 1.5rem;
}

/*Fin blockquote*/
/*Global button*/
.global__button {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #2e6c99;
}

.global__button a {
  color: #2e6c99;
  transition: color .2s ease-out;
  background-color: var(--white);
  padding: 14px 40px;
  border: 1px solid #2e6c99;
}

/*Fin global button*/
/*Imagen texto encima*/
.global__te {
  position: relative;
  height: 840px;
}

.inner_te-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 11;
}

.inner_te-imagen img {
  display: block;
  height: 840px;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  position: relative
}

.inner_te-imagen::before {
  content: "";
  position: absolute;
  /*background: rgba(0, 0, 0, .5);*/
  inset: 0;
  z-index: 10;
}

/*Fin Imagen texto encima*/
/*Titulo y texto*/
.paragraph--type--titulo-y-texto {
  overflow: hidden;
}

hr {
  display: block;
  height: .1875rem;
  width: 100vw;
  background-color: #79c5b4;
  border: none;
}

hr.color-blue {
  background-color: #639fcb;
}

.paragraph--type--titulo-y-texto p {
  max-width: 39.75rem;
  margin-top: 2rem;

}



/*Fin Titulo y texto*/
/*Imagen texto lateral*/
.global__image-texto {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 6rem;
  align-items: center;
}

.global-texto {
  flex: 44%;

}

.global-image {
  flex: 56%;
  position: relative;
  padding: 0 0 3rem 3rem;
}

.global-image img {
  width: 100%;
  height: 540px;
  object-fit: contain;
}

/* 
.field--name-field-parrafos .field__item:nth-child(2n) .paragraph--type--imagen-texto-lateral .global-texto,
.field--name-field-parrafos .field__item:nth-child(2n) .paragraph--type--texto-y-video .global-texto {
  order: 1;
  padding-left: 7.25rem;
}

.field--name-field-parrafos .field__item:nth-child(2n+1) .paragraph--type--imagen-texto-lateral .global-texto,
.field--name-field-parrafos .field__item:nth-child(2n+1) .paragraph--type--texto-y-video .global-texto {

  padding-right: 7.25rem;
}

.field--name-field-parrafos .field__item:nth-child(2n+1) .paragraph--type--imagen-texto-lateral .global-image,
.field--name-field-parrafos .field__item:nth-child(2n+1) .paragraph--type--texto-y-video .global-image {
  padding: 0 3rem 3rem 0;
}

.field--name-field-parrafos .field__item:nth-child(2n) .paragraph--type--imagen-texto-lateral .global-image::after,
.field--name-field-parrafos .field__item:nth-child(2n) .paragraph--type--texto-y-video .global-image::after {
  content: "";
  width: 16.875rem;
  height: 11rem;
  background-color: #d5e2eb;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -100;
  opacity: .4;
}

.field--name-field-parrafos .field__item:nth-child(2n+1) .paragraph--type--imagen-texto-lateral .global-image::after,
.field--name-field-parrafos .field__item:nth-child(2n+1) .paragraph--type--texto-y-video .global-image::after {
  content: "";
  width: 16.875rem;
  height: 11rem;
  background-color: #d5e2eb;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -100;
  opacity: .4;
}
    */

.odd .global-image::after {
  content: "";
  width: 11rem;
  height: 11rem;
  background-color: var(--rojo);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -100;

  border-radius: 50%;
}



.pair .global-image::after {
  content: "";
  width: 11rem;
  height: 11rem;
  background-color: var(--amarillo);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -100;

  border-radius: 50%;
}

/*Fin Imagen texto lateral*/
/*Texto*/
.paragraph-id--14,
.paragraph-id--69 {
  background-color: var(--azul-claro);

}

.paragraph--type--texto h2 {
  text-align: center;
  position: relative;
}

/* .paragraph--type--texto h2::before {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #7874b4;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
} */

.paragraph-id--15 {
  background-color: var(--azul-claro);
}

.paragraph-id--15 ul li {
  background-color: var(--white);
  padding: 20px;
}

.paragraph-id--15 ul li img {
  display: block;
  margin: 0 auto;
}

.paragraph-id--16 ul li,
.paragraph-id--22 ul li,
.paragraph--type--titulo-y-texto ul li {
  background-color: var(--azul-claro);
  padding: 20px;
}

ul.col-2-otra li {
  background-color: var(--active-hover);
  padding: 20px;


}

ul.col-2 li {
  background-color: var(--active-hover);
  padding: 20px;
  font-family: "Neo Sans W02";
  font-size: 1.25rem;

}

.boton-col-2 {
  display: inline-flex;
  margin: 20px 0px 0px 0px;
  padding: 0;
  list-style: none;
  gap: 20px;
}

.paragraph-id--16 ul li:last-child {
  grid-column: span 2/span 2;
}

/*Texto*/
.tres-columnas {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

}

.tres-columnas h3 {
  margin-bottom: 14px;
}

/*Texto*/
/*Fin texto*/
/*Menu*/
.paragraph--type--menu {
  background-color: var(--verde);
  padding: 2rem 0px;
}

.paragraph--type--menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/*Fin menu*/
/*Paragrapg button*/
.paragraph--type--contact-button {
  text-align: center;
}

.paragraph--type--contact-button h2 {
  color: var(--white);
  width: 60%;
  display: block;
  margin: 0 auto;
}

/*Fin paragrapg button*/
/* 
.paragraph-id--95,
.paragraph-id--123,
.paragraph-id--132,
.paragraph-id--138,
.paragraph-id--167,
.paragraph-id--187,
.paragraph-id--198 {
  background-color: #fbd2b0;
} */

.paragraph-id--95 h3,
.paragraph-id--123 h3,
.paragraph-id--132 h3,
.paragraph-id--138 h3,
.paragraph-id--167 h3,
.paragraph-id--187 h3,
.paragraph-id--198 h3 {
  text-align: center;

}

/*Paragraho bloque*/
.paragraph--type--bloque {
  padding: 3rem 0px;
}

.paragraph--type--bloque h2 {
  text-align: center;

}

/*Fin paragraho bloque*/

.paragraph--type--imagen-texto-encima h2,
.paragraph--type--imagen-texto-encima h1,
.paragraph--type--imagen-texto-encima p {
  color: var(--black);
}

.paragraph-id--105 {
  background-color: #e7e7e7;
}

.paragraph-id--114,
.paragraph-id--118 {
  background-color: #f5f5f5;

}