@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  font: 105%/130% Arial, Verdana, Helvetica, sans-serif;
  color: #000;
  background: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font: 100% "Source Sans Pro", Arial, Verdana, sans-serif;
  line-height: 100%;
}

.izquierda {
  float: left;
  padding-right: 20px;
}

/* CONTENEDORES GENERALES
------------------------------------------------------------------------------------------------ */
.cnt_total_ancho {
  /*width: 990px;*/
}
.cnt_total_padding {
  padding: 0 28px;
}
.cntTotal {
  margin: 25px auto 0;
  background: none repeat scroll 0 0 #ffffff;
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
}
.cntPadding {
  padding: 10px;
  -moz-border-radius: 10px 10px 10px 10px;
}
.cntUtilidades {
  overflow: hidden;
  background: #067fb6;
}
#cntCabecera {
  position: relative;
  height: 108px;
  background: url("../img/fndCabecera.png") repeat-x;
}

#cntBarra {
  height: 35px;
}

.cntBarra-fnd {
  /*    background: url("../img/fnd_barra.jpg") repeat-x #e2ede6;*/
}

.cntCabeceraMosaico {
  height: 175px;
  background: url("../img/fndCabecera.jpg") no-repeat right 0;
}
#cntCentro {
  padding: 0 0 10px 0;
  overflow: hidden;
  /*background: url("../img/fndCntCentro.gif") no-repeat 173px 0;*/
}
#cntPie {
  color: #fff;
  padding-bottom: 20px;
  /* background: url("../img/sombraInferior.gif") no-repeat 0 bottom;*/
}
#cntPie .cnt_total_padding {
  font: 78%/110% "Trebuchet MS", "Lucida Sans", Calibri, Verdana;
  margin: 0 28px 0;
  padding: 10px 15px;
  background: #fff;
  overflow: hidden;
}
#cntPie .logoXuntaPie {
  float: left;
  margin-right: 15px;
}
#cntPie .grupoPieIzq {
  padding-top: 5px;
}
#cntPie #RSSsuscripcion {
  padding: 2px 0 0 35px;
  height: 28px;
  float: right;
  background: url("../img/icoRSS.png") no-repeat 0 2px;
}
.columna {
  float: left;
}
.columna-izquierda {
  width: 578px;
  padding: 0 32px 0 5px;
}
.columna-central {
  width: 960px;
}
.columna-derecha {
  width: 300px;
  padding: 0 5px;
}

#cntContenido {
  /*background: url("../img/fndCuerpo.png") repeat;*/
  overflow: hidden;
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.columna-central .contenedor-centro {
  /* background: url("../img/fndColumnaCentral.gif") repeat-y 0 0;*/
}
.columna-central .contenedor-top {
  /*  background: url("../img/fndColumnaCentral_top.gif") no-repeat 0 0;*/
}
.columna-central .contenedor-bottom {
  padding: 5px;
  /*  background: url("../img/fndColumnaCentral_bottom.gif") no-repeat 0 bottom;*/
}
.columna-central-x2 .contenedor-centro {
  /*  background: url("../img/fndColumnaCentral_2.gif") repeat-y 0 0;*/
}
.columna-central-x2 .contenedor-top {
  /*  background: url("../img/fndColumnaCentral_2_top.gif") no-repeat 0 0;*/
}
.columna-central-x2 .contenedor-bottom {
  padding: 5px;
  /* background: url("../img/fndColumnaCentral_2_bottom.gif") no-repeat 0 bottom;*/
}
.columna-central .contenedor {
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border: 1px solid #ececec;
}
.columna-derecha .contenedor-centro {
  /* background: url("../img/fndColumnaDerecha.gif") repeat-y 0 0;*/
}
.columna-derecha .contenedor-top {
  /* background:url("../img/fndColumnaDerecha_top.gif") no-repeat 0 0;*/
}
.columna-derecha .contenedor-bottom {
  padding: 5px;
  /* background:url("../img/fndColumnaDerecha_bottom.gif") no-repeat 0 100%;*/
}
.columna-izquierda .contenedor-centro {
  /* background: url("../img/fndColumnaCentral.gif") repeat-y right 0;*/
}
.columna-izquierda .contenedor-top {
  /*  background:url("../img/fndColumnaCentral_top.gif") no-repeat right 0;*/
}
.columna-izquierda .contenedor-bottom {
  padding: 5px 5px 5px 0;
  /* background:url("../img/fndColumnaCentral_bottom.gif") no-repeat right 100%;*/
}
#cntBreadcrumb {
  margin: 10px 5px 0 5px;
}
#cTexto {
  overflow: hidden;
  height: 1%;
}
.cntPaginacion {
  font-size: 90%;
  text-align: right;
  margin-bottom: 10px;
}
.cntBotones {
  text-align: right;
}
.cntBarraEdicion {
  text-align: right;
  margin: 0 0 10px 0;
}
/* TITULARES
------------------------------------------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
}
h1 {
  font-size: 200%;
  font-weight: bold;
}
h2 {
  font-size: 32px;
  font-weight: bold;
  color: #44c4b2;
  margin: 0 0 5px 0;
  padding: 6px 0px 6px 0px;
}
h3 {
  font-size: 110%;
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 3px 0;
  padding: 0;
  color: #000;
}
h4 {
  font-size: 120%;
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
}

/* FIN TITULARES
------------------------------------------------------------------------------------------------ */

/* TEXTOS
------------------------------------------------------------------------------------------------ */
p {
  padding-bottom: 12px;
  text-align: justify;
}
.columna-izquierda p,
.columna-derecha p {
  /*  text-align: left;*/
}
#cntPie p {
  line-height: 140%;
}

.txtTitular {
  font: 120% Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #2099c4;
  padding: 0 0 5px 0;
}
.txtTitular.alerta {
  font: 130% Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #2099c4;
  padding: 0 0 5px 0;
}
.txtTitular.alerta.red {
  font: 130% Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #ed1c24;
  padding: 0 0 5px 0;
}
.txtResaltado {
  font-weight: bold;
  text-transform: uppercase;
}
.txtPagSel {
  font-weight: bold;
}
.msgAlerta {
  clear: both;
  text-align: center;
  margin: 0 0 18px 0;
  padding: 8px 15px;
  background: #e1efe0;
  border: 1px solid #b7dfb5;
}
.exito {
  background: #e1efe0;
  border: 1px solid #008f51;
  font-size: 18px;
  line-height: 130%;
  padding: 12px 20px;
  box-shadow: 0 0 0.3em #999;
}
.error {
  background: #f4dcdb;
  border: 1px solid #edaba6;
}
#cntBreadcrumb .txtResaltado {
  font: 80% "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
.txtOperador {
  font-family: Tahoma;
}
.cmpOblig {
  color: #b92025;
  padding-right: 2px;
}
/* TEXTOS FIN
-------------------------------------------------------------------------------------------------- */

/* ENLACES
------------------------------------------------------------------------------------------------ */
a,
a:link,
a:visited,
a:active {
  font-weight: bold;
  color: #2099c3;
  text-decoration: none;
}
a:hover {
  color: #4ab9b5;
}
.cTexto a,
.cTexto a:link,
.cTexto a:visited,
.cTexto a:active {
  color: blue;
}
.cTexto a:hover {
  color: #4ab9b5;
}
.cntBarraFuncionesBotones a {
  margin-left: 3px;
}
#cntPie a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
#cntPie a:hover {
  text-decoration: underline;
}
.cntBotones a {
  /*text-transform: uppercase;*/
  text-decoration: none;
  /*margin-left: 15px;*/
  color: #333;
}
.cntBarraEdicion .btnEditar {
  text-decoration: none;
  padding: 3px 3px 3px 25px;
  background: url("../img/edit.png") no-repeat 2px 3px #e7f0f4;
  border: 1px solid #d1dbdf;
}
#cntBreadcrumb a {
  text-decoration: none;
}
/* FIN ENLACES
------------------------------------------------------------------------------------------------ */

/* Listados
------------------------------------------------------------------------------------------------ */
#cTexto ul {
  list-style: none;
  text-align: justify;
  margin: 0 0 12px 15px;
  padding: 0;
}
#cTexto li {
  margin: 0;
  padding: 0;
  background: url(../img/bullet.gif) no-repeat scroll 0 7px;
  padding-left: 15px;
}
#cTexto ul ul {
  font-size: 100%;
  margin: 0 0 0 15px;
}
.list-ul {
  list-style: initial;
  text-align: initial;
  margin: initial;
  padding: 0px 0px 0px 30px;
  list-style-type: initial;
}
.list-li {
  margin: initial;
  padding: initial;
  list-style-type: initial;
}
.margen-bajo {
  margin-bottom: 10px;
}
.fuente-resaltada {
  font-size: 120%;
}

.fdsBloque .cTexto ul {
  font-size: 90%;
  text-align: left;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.fdsBloque .cTexto ul li {
  margin: 0;
  padding: 0 0 5px 15px;
  background: url("../img/bullet.gif") no-repeat 0 7px;
}
.fdsBloque a,
.fdsBloque .cTexto ul li a {
  color: #2099c3;
  text-decoration: none;
}
.fdsBloque a:hover,
.fdsBloque .cTexto ul li a:hover {
  text-decoration: underline;
}
/* FIN LISTADOS
------------------------------------------------------------------------------------------------ */

/* IMAGENES
------------------------------------------------------------------------------------------------ */
.imagen,
.imagenIzd,
.imagenDcha {
  font-size: 100%;
  width: 1px;
  background: #e7f0f4;
  border: 1px solid #e7f0f4;
}
.imagen {
  margin: 10px auto;
}
.imagenIzd {
  float: left;
  margin: 10px 10px 5px 0;
}
.imagenDcha {
  float: right;
  margin: 10px 0 5px 10px;
}

/* Pies */
.imagenIzd tr,
.imagenDcha tr,
.imagen tr {
  padding: 0px;
}
.imagenIzd p,
.imagenDcha p,
.imagen p {
  padding: 4px;
  margin: 0;
}
.imagenIzd p,
.imagenDcha p,
.imagen p {
}

/* IMAGENES FIN
-------------------------------------------------------------------------------------------------- */

/* FORMULARIOS
-------------------------------------------------------------------------------------------------- */
/*
input, textarea, button{
        font: 100% Arial, Verdana, Helvetica, sans-serif;
}
select{
        font-size: 100%;
}
legend{
  font-weight: bold;
  padding: 0 10px;
}
fieldset{
  margin: 0 0 15px 0;
  padding: 15px 20px;
  border: 1px solid #ECECEC;
}
.cntPaginacion select{
        width: 45px;
}
.boton{
        color: #FFF;
  background: #768F99;
        cursor: pointer;
        margin: 0 0 0px;
        padding: 1px 2px;
        border: 0;
        overflow: visible;
        width: auto;
}
.btnIco{ background: none; }
.boton img{ vertical-align: middle; }
.caja{
  vertical-align: top;
  padding: 1px 2px;
  background: #e2f1e3;
  border: 1px solid #D1DBDF;
}
.caja:focus{
        background: #FFF;
        border: 1px dotted #9BB2CA;
}
.cajaLarga{
        width: 430px;
}
.cajaCorta{
    width: 278px;
}
.cajaFecha{
        width: 64px;
}
.cntBloque .caja{
        margin-bottom: 8px;
}
.cmpObligatorio, form label span.cmpObligatorio{
        font-size: 90%;
        font-style: normal;
        color: #DF2228;
}
/* FIN FORMULARIOS
-------------------------------------------------------------------------------------------------- */

/* CABECERA
------------------------------------------------------------------------------------------------ */
#cntCabecera .logoXunta {
  float: left;
  clear: left;
  margin: 15px;
}
#cntCabecera .titPagina {
  float: right;
  clear: left;
  margin: 13px 205px 3px 0;
}
/* FIN CABECERA
------------------------------------------------------------------------------------------------ */

/* IDIOMAS
------------------------------------------------------------------------------------------------ */
.cntIdiomas {
  color: #2099c4;
  line-height: 112%;
  float: right;
  margin: 0 4px 0 0;
  padding: 4px 5px 5px 5px;
}
.cntIdiomas li {
  float: left;
  list-style: none;
  list-style-image: none;
  padding: 0 3px;
}
.cntIdiomas li a {
  color: #fff;
  text-decoration: none;
}
/* FIN IDIOMAS
------------------------------------------------------------------------------------------------ */

/* BUSCADOR
------------------------------------------------------------------------------------------------ */
.cntBuscador {
  margin: 0 0 20px 0;
}

/* FIN BUSCADOR
------------------------------------------------------------------------------------------------ */

/* LOGIN
------------------------------------------------------------------------------------------------ */

#cntLoginCol {
  background-color: #fff;
}
#cntLoginCol .cntBloque {
  margin: 0 18px;
}
#cntLoginCol .titBloque {
  padding: 8px;
  text-align: center;
}
#cntLoginCol .cntBloque label {
  display: block;
}
#cntLoginCol .cntBloque p.txtRegistro {
}
#cntLoginCol .cntBloque p.txtEmail a {
  font-size: smaller;
  font-weight: normal;
}
#cntLoginCol .cntBloque .cntBotones {
  display: block;
  float: right;
}

#emailUserInfo div {
  margin: 5px 14px;
}
#emailUserInfo div label {
  display: block;
  float: left;
  width: 125px;
}
#emailUserInfo div .cajaCorta {
  width: 236px;
}

/* FIN LOGIN
------------------------------------------------------------------------------------------------ */

/* FICHA
------------------------------------------------------------------------------------------------ */
.ficha {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #d1dbdf;
}
.cFecha,
#cFecha {
  padding: 0 0 3px 0;
}
#cTitular {
  margin-bottom: 10px;
}
.cBreve {
  padding: 0 0 5px 0;
}
#cBreve {
  margin: 0 0 10px 0;
  padding: 6px;
  background: #e7f0f4;
}
.verMas {
  text-align: right;
}
/* FIN FICHA
------------------------------------------------------------------------------------------------ */

/* FIN MENU
------------------------------------------------------------------------------------------------ */

/* BLOQUES
------------------------------------------------------------------------------------------------ */
.fdsBloque {
  margin: 0 0 8px 0;
  padding: 8px 1px 2px 1px;
  /*    background-color: #2099c4;*/
}
.fdsBloque .titBloque {
  color: #008f51;
  padding: 4px 6px 0 0;
}

.cntBloque.fndDestacado {
  background: url("../img/fondos/fndDestacado.gif") repeat;
}

#bloquecBuscadorGeneral,
#bloquecNoticias,
#bloquecEventos,
.bloqueColDer {
  background-color: #fff;
}
.bloqueColDer {
  padding: 10px;
}

#bloquecBuscadorGeneral form {
  margin: 0;
  padding: 10px;
}
#bloquecBuscadorGeneral form input {
  margin: 0;
}

#bloquecNoticias ul,
#bloquecEventos ul {
  list-style-type: none;
  margin: 0px 10px;
  padding: 10px 0px;
}
#bloquecNoticias ul li,
#bloquecEventos ul li {
  display: block;
  margin-bottom: 8px;
}
#bloquecNoticias ul li span.fecha,
#bloquecEventos ul li span.fecha {
  display: block;
  font-weight: bold;
  color: #a3a5a6;
}
.fdsBloque .cntBloque p.leerMas {
  padding: 0 0;
}
.fdsBloque .cntBloque p.leerMas a {
  display: block;
  color: #fff;
  text-align: right;
  padding: 0 6px 0 0;
}

.xacobeo_financiado {
  padding-top: 10px;
  background: #fff;
}
.xacobeo_financiado h3 {
  margin-bottom: 5px;
  text-align: center;
  font-size: 110%;
  color: #2099c4;
}
.xacobeo_financiado p {
  text-align: center;
}

/* FIN BLOQUES
------------------------------------------------------------------------------------------------ */

/* LISTADO EN TABLA
------------------------------------------------------------------------------------------------ */
.tblListado {
  width: 100%;
  margin: 0 0 15px 0;
}
.tblListado th {
  /*color: #FFF;*/
  padding: 5px;
  /*background: #2099C4;*/
  font-size: 100% !important;
}
.tblListado .fila0 td {
  background: #eee;
}
.tblListado .filaRes td {
  color: #fff;
  background: #4ab9b5;
}
.tblListado td {
  padding: 5px;
}
.tblListado td ul {
  list-style-position: inside;
}
/* LISTADO EN TABLA
------------------------------------------------------------------------------------------------ */

/* POP */
#cntGlobalPop {
  padding: 35px 10px 10px 10px;
  position: relative;
  background: #fff;
}
#cntCerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
}
#cntCabeceraPop {
  margin: 0 0 15px 0;
}
#cntGlobalPop h1 {
  font-size: 120%;
  margin: 0 0 10px 0;
}
#cntGlobalPop ul {
  text-align: justify;
  list-style: inside;
  margin: 0 15px 15px 15px;
}

/* HACKS
------------------------------------------------------------------------------------------------ */
.break {
  height: 1%;
  clear: both;
}
.last {
  margin: 0;
  padding: 0;
  border: 0;
}
.mostrarInline {
  display: inline;
}
.separadorLi {
  clear: both;
  width: auto;
}
/* FIN HACKS
------------------------------------------------------------------------------------------------ */

/*link tipo boton*/
.cntBloqueLink {
  margin-bottom: 10px;
}
.fndBloqueLink {
  padding: 0;
  -moz-box-shadow: 0 1px 5px #c8c8c8;
  -webkit-box-shadow: 0 1px 5px #c8c8c8;
  box-shadow: 0 1px 5px #c8c8c8;
}
.fndBloqueLink .cntLink {
  color: #ffffff;
  font: 125% "Love Ya Like A Sister", Helvetica, sans-serif, Arial, Verdana;
  margin-bottom: 10px;
  background-color: #008f51;
}

.fndBloqueLink .cntLink img {
  float: right;
  padding-top: 2px;
}
.fndBloqueLink .cntLink a,
#menu_100_0 li a,
#menu_10_0 li a {
  font-weight: normal;
  padding: 2px 15px;
  color: #ffffff;
  display: block;
}

#textos_simulador ul li {
  padding: 0 0 7px 7px;
}

div[id^="Familiar_"] > div.col_btn_eliminar {
  margin-left: 1em;
}

input[id^="dataNacementoFamiliar_"] {
  padding-left: 2em;
}

/* Estilos para colapsar divs */
.collapse {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.collapse.show {
  max-height: 200em;
  transition: max-height 0.5s ease-in-out;
}

.block {
  margin-top: 10px;
  padding: 0;
}
.block__content {
  border: 1px solid #ccc;
  padding: 1.5em;
  height: 100%;
}

/* Fin - Estilos para colapsar divs */

.solicitud-escolas-infantis-buttons {
  padding-bottom: 1em;
}

#cntColumnaIzq > div.contenedor-centro-solicitudes {
  width: calc(100% - 20px);
}

/* NUEVOS PARA IFRAME */

.cAreaUsuario .cntBotones .boton,
.cntAcciones .btn {
  color: #333333;
  background: #fff !important;
  padding: 4px 15px 6px;
  border-radius: 100px;
  font-size: 16px;
  border: 2px solid #44c4b2;
  text-shadow: 0 0 0 !important;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.cntPaginacion .btn.deshabilitado {
  border-color: #fff;
}

.cntPaginacion .btn.deshabilitado:hover {
  background-color: #fff !important;
}

.cntAcciones .cntPaginacion .btn {
  margin: 0 2px 0 2px !important;
}

.cntAcciones .cntPaginacion select {
  border: 2px solid #44c4b2;
  padding: 4px 10px;
  border-radius: 100px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.cAreaUsuario .cntBotones .boton:hover,
.cntAcciones .btn:hover {
  background: #44c4b2 !important;
  text-decoration: none;
  color: #fff;
}

.cAreaUsuario .cntBotones .boton {
  margin: 20px 0 0 10px;
}

.cntAcciones .btn.btnAlta span {
  background: url("../img/icon-new.svg") no-repeat right center;
}

.cntAcciones .btn.btnPdf span {
  background: url("../img/icon-pdf.svg") no-repeat right center;
}

.cntAcciones .btnAtras span {
  background: url("../img/icon-volver.svg") no-repeat right center;
}

.cntAcciones .btnRenovar span {
  background: url("../img/icon-recargar.svg") no-repeat right center;
}

#cntContenido .cntTotal {
  width: 100%;
}

#cntContenido #cntColumnaIzq:not(.simulador) {
  width: 98%;
  margin: 0 1%;
  padding: 0;
}

input,
select,
textarea {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.cAreaUsuario .columnaFrm label {
  font-weight: bold;
}

.fichaConsulta .bloqueFicha_12 {
  width: 99%;
}

.fichaConsulta .col_12,
.fichaConsulta .col_12 * {
  width: 99%;
}
.fichaConsulta .col_12 img {
  width: auto;
}

.cntAcciones {
  padding: 15px 10px 12px;
  background: #f7f7f7;
}

#frmListado .tblListado th {
  font-weight: bold;
}

#textos_simulador h3 {
  color: #198273;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

#textos_simulador p,
#textos_simulador li {
  font-size: 17px;
  margin-left: 0px;
}

#frmEdicion .bloqueFicha_12 {
  border: 1px solid #44c4b2;
}

.label,
.labelColor,
.labelChk,
.label3Line,
.label2Line,
.label4Line {
  font-size: 15px !important;
}

#frmEdicion .bloqueFicha_12 li,
labelChk {
  font-size: 16px !important;
}

.cntNavegacion .cntAcciones {
  text-align: right;
}

input,
select,
textarea {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.cAreaUsuario .columnaFrm label {
  margin-top: 10px;
}

.simulador .contenedor .cAreaUsuario .columnaFrm .fila20 {
  padding-top: 0px;
}

#tblListado #activas {
  background: #efefef !important;
  border: 1px solid #e1dfd1 !important;
}

#tblListado #inactivas,
#tblListado #antiguas {
  background-color: #fff !important;
}

#frmListado td .Aceptada {
  background: #198273;
  color: #fff;
  border-radius: 30px;
  padding: 3px 10px;
  display: inline-block;
}

#frmListado td .PdteRevisin {
  background: #ca670f;
  color: #fff;
  border-radius: 30px;
  padding: 3px 10px;
  display: inline-block;
}

#frmListado td .Enrexistro {
  background: #195082;
  color: #fff;
  border-radius: 30px;
  padding: 3px 10px;
  display: inline-block;
}

@media only screen and (max-width: 690px) {

	.cntAcciones .cntPaginacion .btn,
	.cAreaUsuario .cntBotones .boton, .cntAcciones .btn {
		display: inline-grid;
		margin: 6px 2px 0 2px !important;
	}

	.cntBtnListado {
		margin-bottom: 10px;
	}

}


/** AJUSTES SIMULADOR CUOTAS **/

#cntContenido {

  .columna-izquierda.simulador {
    width: 1730px;
    max-width: 98%;
    margin: 0 auto;
    padding: 0;
    float: none;

    .contenedor-bottom {

      .contenedor {
        h2 {
          margin: 10px 0 5px;
          font-size: 36px;
          border-bottom: 1px solid #eeeeee;
          padding: 0 0 9px;
        }
      }

      form {

        fieldset {
          --gap: 10px;
          border: none;
          padding: 0;
          display: flex;
          flex-wrap: wrap;
          gap: var(--gap);
          

          .aviso-simulador-cotas {
            flex: 1 1 100%;
            margin-block: 10px 20px;
            font-size: 17px;
            line-height: 1.5;
          }

          #resultado {
            flex: 1 1 100%;

            #cuadro {
              padding: 12px 24px;
              border: 1px solid #44c4b2;
              border-radius: 20px;
              width: fit-content;

              label {
                margin-inline: -24px;
                margin-top: -12px;
                padding-inline: 24px;
                padding-block: 12px;
                background-color: #44c4b2;
                display: flex;
                align-items: center;
                line-height: 1;
                text-align: center;
                color: #fff;
                border-radius: 20px 20px 0 0;
                font-size: 20px;
              }

              h1  {
                margin: 10px 0 5px;
                font-size: 26px;
                border-bottom: 1px solid #eeeeee;
                padding: 0 0 5px;
                color: #44c4b2;
                width: fit-content;
              }
  
              h4 {
                font-size: 20px;
              }
            }
          }

          #espacio, .separador, div[class*="fila"] {
            display: none;
          }

          .form-item {
            flex: 0 1 calc(25% - var(--gap));
            display: flex;
            flex-direction: column;
          }


          label {
            margin-bottom: 9px;
          }

          input, select {
            border-radius: 100px;
            padding: 12px;
            border: 1px solid #44c4b2;
            font-size: 15px;
            height: 9px;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            width: calc(100% - 28px);
            outline: none !important;
          }

          select {
            width: 100%;
            height: fit-content;
            padding-block: 6px;
            cursor: pointer;
          }          
        }
      }
    }
  }
}