/* Tablas */

.field.field-node--field-tablas .table__cell.table__header__cell {
	background-color: rgb(0, 102, 94);
	color: white;
	text-align: left;
	font-weight: bold;
	border: 0;
}

.field.field-node--field-tablas td {
	padding: 14px;
  border: 1px solid rgb(204, 204, 204);
  height: 0 !important;
}

.field.field-node--field-tablas tr:nth-child(odd) {
  background-color: rgb(255, 255, 255);
}

.field.field-node--field-tablas tr:nth-child(even) {
  background-color: rgb(242, 242, 242);
}

/* Webform (Formulario) */

.page-node-type--webform .node__container {
    border: 1px solid gray;
    border-radius: 6px;
    padding: 1em 4em;
}

.page-node-type--webform h1.node__title {
    color: rgb(0, 102, 94);
    font-size: 24px !important;
    margin: 19.92px 0;
    font-weight: bolder !important;
}

.page-node-type--webform .form-item {
     flex: 1 1 100%; /* Por defecto, todos los div ocupan el 100% */

}

.page-node-type--webform label {
    font-weight: 400;
    font-size: 16px;
}

.page-node-type--webform form > div:first-of-type,
.page-node-type--webform form > div:nth-of-type(2) {
  flex: 1 1 calc(50% - 10px); /* 50% menos el espacio del gap */
}

.page-node-type--webform form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;   
  margin: 0;
}

.page-node-type--webform textarea, .page-node-type--webform select, .page-node-type--webform input[type="date"], .page-node-type--webform input[type="email"], .page-node-type--webform input[type="tel"], .page-node-type--webform input[type="text"] {
    padding: 12px 0px 12px 8px;
    background: rgb(232, 232, 232);
    border: 1px solid rgb(232, 232, 232);
    border-radius: 5px;
    box-sizing: border-box;
}

.page-node-type--webform div#edit-actions {
    width: 100%;
}

.page-node-type--webform input#edit-actions-submit {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgb(0, 102, 94);
    color: white;
    padding: 18px 10px;
    border: none;
    cursor: pointer;
    width: 18% !important;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Source Sans 3', sans-serif !important;
}

.checkbox-wrapper-12 { position: relative; } 
.checkbox-wrapper-12 > svg { position: absolute; top: -130%; left: -170%; width: 110px; pointer-events: none; } 
.checkbox-wrapper-12 * { box-sizing: border-box; } 
.checkbox-wrapper-12 input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; appearance: none;
-webkit-tap-highlight-color: transparent; cursor: pointer; margin: 0; } 
.checkbox-wrapper-12 input[type="checkbox"]:focus { outline: 0; } 
.checkbox-wrapper-12 .cbx { width: 24px; height: 24px; top: calc(50vh - 12px); left: calc(50vw - 12px); } 
.checkbox-wrapper-12 .cbx input { background: rgb(232, 232, 232); position: absolute; top: 0; left: 0; width: 24px; height: 24px; border: 2px solid rgb(232, 232, 232); border-radius: 50%; } 
.checkbox-wrapper-12 .cbx label { width: 24px; height: 24px; background: none; border-radius: 50%; position: absolute; top: 0; left: 0; -webkit-filter: url("#goo-12"); filter: url("#goo-12"); transform: trasnlate3d(0, 0, 0); pointer-events: none; } 
.checkbox-wrapper-12 .cbx svg { position: absolute; top: 5px; left: 4px; z-index: 1; pointer-events: none; } 
.checkbox-wrapper-12 .cbx svg path { stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 19; stroke-dashoffset: 19; transition: stroke-dashoffset 0.3s ease; transition-delay: 0.2s; } 
.checkbox-wrapper-12 .cbx input:checked + label { animation: splash-12 0.6s ease forwards; } 
.checkbox-wrapper-12 .cbx input:checked + label + svg path { stroke-dashoffset: 0; } 
@-moz-keyframes splash-12 { 40% { background: rgb(0, 102, 94); box-shadow: 0 -18px 0 -8px rgb(0, 102, 94), 16px -8px 0 -8px rgb(0, 102, 94), 16px 8px 0 -8px rgb(0, 102, 94), 0 18px 0 -8px rgb(0, 102, 94), -16px 8px 0 -8px rgb(0, 102, 94), -16px -8px 0 -8px rgb(0, 102, 94); } 100% { background: rgb(0, 102, 94); box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent; } } @-webkit-keyframes splash-12 { 40% { background: rgb(0, 102, 94); box-shadow: 0 -18px 0 -8px rgb(0, 102, 94), 16px -8px 0 -8px rgb(0, 102, 94), 16px 8px 0 -8px rgb(0, 102, 94), 0 18px 0 -8px rgb(0, 102, 94), -16px 8px 0 -8px rgb(0, 102, 94), -16px -8px 0 -8px rgb(0, 102, 94); } 100% { background: rgb(0, 102, 94); box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent; } } @-o-keyframes splash-12 { 40% { background: rgb(0, 102, 94); box-shadow: 0 -18px 0 -8px rgb(0, 102, 94), 16px -8px 0 -8px rgb(0, 102, 94), 16px 8px 0 -8px rgb(0, 102, 94), 0 18px 0 -8px rgb(0, 102, 94), -16px 8px 0 -8px rgb(0, 102, 94), -16px -8px 0 -8px rgb(0, 102, 94); } 100% { background: rgb(0, 102, 94); box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent; } } @keyframes splash-12 { 40% { background: rgb(0, 102, 94); box-shadow: 0 -18px 0 -8px rgb(0, 102, 94), 16px -8px 0 -8px rgb(0, 102, 94), 16px 8px 0 -8px rgb(0, 102, 94), 0 18px 0 -8px rgb(0, 102, 94), -16px 8px 0 -8px rgb(0, 102, 94), -16px -8px 0 -8px rgb(0, 102, 94); } 100% { background: rgb(0, 102, 94); box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent; } } 

/* Relacionados */

body.path-node .field-name-field-articulo-relacionado .field-node--node-title a, .field-node--field-articulo-relacionado .paragraph .erd-list--acordeon .field-node--node-title.ui-accordion-header h3 {
	font-size: 16px;
}

.field-node--field-articulo-relacionado .paragraph .erd-list--titular>.field__items>.field__item {
	margin: 15px 0;
	display: block;
	border-left: 8px solid rgb(0, 102, 94);
	color: black;
	padding: 1em;
	background-color: rgb(245, 247, 250);
	border-radius: 0;
}

.field-node--field-articulo-relacionado .paragraph .erd-list--titular>.field__items>.field__item a:after, .field-node--field-articulo-relacionado .paragraph .erd-list--acordeon .field-node--node-title.ui-state-active span.ui-icon:before, .paragraph .erd-list--acordeon .field-node--node-title span.ui-icon:before {
	color: black;
	font-size: 18px;
}

.field-node--field-articulo-relacionado .paragraph .erd-list--acordeon .field-node--node-title.ui-accordion-header {
	align-items: center;
	flex-direction: row-reverse;
	border-radius: 0;
	display: flex;
	justify-content: space-between;
	border-left: 8px solid rgb(0, 102, 94);
	background: rgb(245, 247, 250);
	padding: 1em;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 10px 0px;
	color: black;
}

.paragraph .erd-list--titular a, .ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-header,p, .field__item, .ui-accordion .ui-accordion-content {
	font-family: 'Source Sans 3', sans-serif !important;
}

.field-node--field-articulo-relacionado .paragraph .erd-list--acordeon .ui-accordion .ui-accordion-content {
    background: rgb(245, 247, 250);
    padding: 10px;
    border-top: 1px solid rgb(221, 221, 221);
}

p, a {
	word-break: auto-phrase;	
}	
	
.field-node--field-resumen {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 102, 94);
  margin-top: 28px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px;
  border-radius: 8px;
  font-style: normal;
}

.field-node--field-resumen p {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 24px;
  line-height: 30.8571px;
  font-weight: 700;
  padding: 30px 32px;
  box-sizing: border-box;
  font-style: normal;
}

/* Páginas Listados */

.listados.completos {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: block;
    overflow: hidden;
    padding: 40px;
    background: #fff;
    min-height: 100vh;
}

.listados.completos .listado-caja {
  display: flex;
  border-radius: 1em;
  padding: 10px 20px 10px 20px;
  box-shadow: rgba(50, 50, 71, 0.4) 0px 3px 8px -1px, rgba(12, 26, 75, 0.5) 0px 0px 1px 0px;
  margin-bottom: 2em;
  gap: 15px;
  align-items: center;
}

.listados.completos .listado-caja img {
  width: 184px;
  max-width: 184px;
}

.listados.completos .grupo-listados {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.listados.completos .grupo-listados time {
  margin: 0px;
  color: rgb(0, 102, 94);
  font-weight: 600;
  line-height: 1.4em;
}

.listados.completos .views-row .views-field-title a {
	padding: 0;
}

.listados.completos .views-row .views-field-title a {
  margin: 0px;
  color: rgb(22, 25, 44);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
  font-family: 'Source Sans 3', sans-serif !important;
}

.listados.completos .views-row:after {
	display: none;
}

.listados.completos .views-row .views-field-title a:hover {
    background: initial;
    transition: initial;
}

.listados.completos .views-field.views-field-field-subtitulo {
	display: block;
	margin: 0px;
	color: rgb(66, 84, 102);
	font-weight: 400;
	line-height: 1.6em;
	font-size: 16px;
}

/* Bloque Cuerpo */

body.path-node .field-node--body {
    margin: 0px;
    font-size: 16px;
    color: rgb(102, 102, 102);
}