@charset "utf-8";
/* CSS Document */


body {
  font-family: 'Source Sans Pro', sans-serif!important;
  }
  html, body {  
    margin: 0; padding: 0; box-sizing: border-box;  
    height:100%; 
    width: 100%!important;
  } 

button:not(:disabled){
  border:none;
}

/***********TIPOGRAFÍAS***********************/

h2{
  font-size: 1.0rem!important;
  font-weight: 400!important;
  color:#003555!important;
  padding:20px 0px 3px 27px!important
}
h4{
  padding-left:0px!important;
}
h5{
  font-weight: 600;
  font-size: 1.05em!important;
  text-transform:uppercase;
  padding:15px 0px;
  color: #003555;
}
h6{
  font-size: 1.2em!important;
  font-weight: 400!important;
  color:#727372!important;
  text-transform:normal;
}
p{
  color:#686969;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  clear:both;
}
a:hover {
  color: none;
  text-decoration: none;
}
.textoAzul{
  color: #003555!important;
}
.text-center {
  text-align: center !important;
}
.textoGrisClaro{
  color:#777979;
}

/*****************INDEX*****************************/
.container-index { 
  display: flex; 
  flex-direction: column;
  height: 100%; 
  width:100%; 
  padding-top:3%;
}
.container-index img{
  width:20%!important;
  padding-bottom:50px
}
main {  flex: 1;  display: flex;  align-items: center;  justify-content: center;}

#login-box { 
  margin: 0 auto; 
  max-width: 50%;
    /* En pantallas de ordenador, el cajón ocupa el 50% */
  width: 80%;
  /* En pantallas de móvil vertical, el cajón ocupa el 80% */
  margin-top: 25px; 
  margin-bottom: 25px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-direction: column;
}
#cookie-banner {
    background-color: #ececed;
    padding: 20px 30px;
    width:50%;
    font-size:1.2em;
    margin:0 auto;
}
#cookie-banner .close-btn {
    position: relative;
    top: 0px;
    left: 98%;
    cursor: pointer;
    font-size: 17px;
    padding:2px;
    background-color:#ffffff;
    border: 1px solid #727372;
    color:#727372;
    box-shadow:none;
}
#text-pass{
  font-size: 18px;
  color: #FF0000;
}


/************MENU HORIZONTAL******************/

header{
  width:100%;
  background-color: #003555;
  height:174px;
  clear:both;
  padding-top:20px;
}
nav{
  width: 70vw;
  margin:0 auto
}
nav .logo{
  width:30%;
  float:left;
  padding-top:20px
}
.logo img{
  width: 50%;
  float:left;
}
nav .menu{
  width:70%;
  float:left
}
.top-menu{
  width: 100%;
  height: 105px;
  padding-top: 25px;
  float: right;
}

.bottom-menu{
  width: 100%;
  height: 60px;
  padding: 10px 0px; 
  float: left;
}
.bottom-menu img{
  width: 10%;
  float: left;
  margin-right: 3%;
} 
.bottom-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  width:70%;
  float:left
}

.bottom-menu ul li{
  display: inline;
}

.bottom-menu ul li a {
  padding: 10px 20px;
  text-decoration: none;
  background-color:#d9dadb;
  line-height: 30px;
  color: #003555;
  text-transform:uppercase;
  text-align:center;
  margin-right:20px;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
}

.bottom-menu a.active {
  background-color: #e8541d; /* Color resaltado */
  color: #fff;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  padding: 10px 20px;
  border:1px solid #076686;
}

.bottom-menu a:hover {
  background-color: #ddd; /* Color al pasar el mouse */
  color: #444;
}

.iconos-redes-header{
  width:30%;
  float:right;
  padding-bottom:10px;
}
.header-cuadro-idioma{
  padding: 0rem 0.5rem !important;
  line-height: 1rem;
  width:20%;
  float:left;
}
.select_idioma{
  color:#ffffff !important;
  border:none!important;
  padding-top: 12px;
  background-color: #003555;
} 
.select_idioma option{
  background-color:rgb(238, 236, 236)!important;
  color: #003555;
  border:none!important;
}
.icono-mundo{
  display:block;
  float:left;
  padding-left:23px;
  padding-top: 12px;
}
.select_idioma:hover{
  color: #00008f;
  border:none!important
}

.header-cuadro-gasto{
  padding: 0.5rem 1rem !important;
  line-height: 1rem;
  font-size: 0.75em;
  background-color:#4976BA;
  margin-right:1.3rem;
  width:auto;
  float:left;
  display:block;
}
.header-cuadro-ahorro{
  padding: 0.5rem 1rem !important;
  line-height: 1rem;
  font-size: 0.75em;
  background-color:#005785;
  color:#fff;
  margin-right:1.3rem;
  width:auto;
  float:left;
}
.header-cuadro-simulador{
  padding: 0.5rem 0rem 0.4rem 0.5rem !important;
  background-color: #E5E4E4;
  color:#444;
  width:auto;
  float:left;
}
.header-cuadro-simulador .title{
  float:left;
  width:65%;
  font-size:0.8rem!important;
}
.header-cuadro-simulador .calculadora{
  float:left;
  width:35%
}
.header-cuadro-simulador img{
  padding: 0rem 0.5rem  0.5rem  0.5rem !important;
  color:#444;
  width:auto;
  float:right;
}

/******************VENTANA MODAl CALCULADORA HEADER***********************/
.modalDialog {
  position: fixed;
  font-family: 'Source Sans Pro', sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}	
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cabecera-calculadora{
  background-color:#003555;padding: 0rem 1rem;
}
.cabecera-calculadora h5{
  color:#fff;
}
.cabecera-calculadora-showdata{
  background-color: #224c69;
  color:white;
  padding:5px 10px;
  margin: 5px 10px;
  text-align: left;
  font-size: 0.9rem;
}
/*******************FIN MENU HORIZONTAL************************************/  
/****************************************/

blockquote{
  width:100%;
  border-left: 6px solid #ccc;
  margin:2% 0%;
  padding:20px;
  font-size: 1rem;
  font-weight: 400;
  color: #575759;
  text-transform: uppercase;
  line-height:30px;
  margin-bottom:30px
}
blockquote h6{
  text-align:left!important;
  padding-left:2%;
  line-height:4.5em;
}
.blockquote-products{
  width:100%;
  border-left: 6px solid #ccc;
  font-size: 1rem;
  font-weight: 400;
  color: #575759;
  text-transform: uppercase;
  line-height:30px;
  margin-bottom:30px
}
.blockquote-products h6{
  text-align:left!important;
  padding-left:2%;
  line-height:2.5em;
}
.div-centrado{
display:flex;
justify-content: center;
align-items: center;
}
/********************COLUMNAS************************/
#contenedor{
  width: 70vw;
  margin:0 auto;
  min-height: 100vh;
  transition: all 0.3s;
}
.center{
  margin:0 auto!important;
}
.left{
  margin-left:0px!important;
}
.col-100 {
  width: 100%;
  margin:0 auto 50px;
  clear:both
}
.col-90 {
  width: 90%;
  margin:0 auto; 
}
.col-80 {
  width: 80%!important;
  margin:0 auto; 
}
.col-70 {
  width: 70%!important;
  margin:0 auto; 
}
.col-60 {
  width: 60%!important;
  margin:0 auto; 
}
.col-50 {
  width: 50%;
  margin:0 auto; 
}
.col-40{
  width:40%;
  float:left
}
.col-30{
  width:30%;
  float:left
}
.col-33{
  width:33.3333%;
  float:left
}
.col-25{
  width:25%;
  float:left
}
.col-20{
  width:20%;
  float:left
}
.col-lg-4 {
  float:left!important;
}
.col-lg-8 {
  flex:0 0 auto;
  width: 66.66666667%;
}
.col-lg-10 {
  flex:0 0 auto;
  width: 87%;
  max-width: 87%;
}
.col-lg-12 {
  padding-bottom:20px!important;
}

/********************ESPACIOS***********************************/
.mt-0, .my-0 {
  margin-top: 0rem !important;
}
.mt-2, .my-2 {
  margin-top: 1.0rem !important;
  clear:both!important
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
  clear:both!important
}
.mt-6, .my-6 {
  margin-top: 3rem !important;
  clear:both!important
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.ml-5, .mx-5 {
  margin-left: 5rem !important;
}
.ml-0, .mx-0 {
  margin-left: 0rem !important;
}
.mr-0, .mx-0 {
  margin-right: 0rem !important;
}
.p-2 {
  padding: 0.5rem 1.5rem !important;
}
.mb-0, .my-0 {
  margin-bottom: 0rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}


/**************************TITULO****************************/

.titulo{
  padding-left: 5px !important;
  font-size: 1.4rem!important;
  font-weight: 600;
  color: #003555;
  padding: 15px 0px 0px 0px!important;     
}
.subtitulo{
  color: #003555;
  padding: 10px 0px!important;
}

.d-flex {
  display: flex !important;
  padding-left:0px!important
}
.subrayado {
position: relative;
width: 100%;
padding-bottom:30px;
}

.subrayado:before {
content: "";
background-image: -webkit-linear-gradient(0deg, #e85620 25%, #f1d1c6 75%)!important;
background-image: -ms-linear-gradient(0deg, #e85620 25%, #f1d1c6 75%)!important;
background-size: 100%;
position: absolute;
left: 0px;
right: 0px;
height: 5px;
}

.subrayado-subtitulo {
  position: relative;
  width: 20%;
  padding:0px 0px 40px 0px;
  }
  .subrayado-subtitulo:before {
    content: "";
    background-image: -webkit-linear-gradient(0deg, #2e7fc1 25%, #83b3da 75%);
    background-image: -ms-linear-gradient(0deg, #2e7fc1 25%, #83b3da 75%);
    background-size: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 3px;
    }


/********WORKER***/
.caja-worker{
  padding:0% 0% 0% 5%;
}
.caja-mod-worker{
  width:20%;
  margin:0 auto;
  clear:both;
  border:1px solid #c1c1c1;
  }
.caja-mod-worker img{
  width:35%;
}
.btn-modificar-datos{
  background-color: #fff;
  border:none;
  width:100%;
  padding-top:4%;
  margin-top:10%
}
.btn-modificar-datos p{
text-align:center!important;
font-size: 1.2em!important;
font-weight: 600!important;
padding-top:10%;
}

/*****FAMILIARES****/

.caja-aviso{
  width:80%;
  margin:0 auto;
  padding:10px 50px;
  margin-bottom:30px;
  height:20vh;
  display: flex; justify-content: center; align-items: center;}
.caja-aviso-imagen {width:6%;float:left;} 
.caja-aviso-imagen img {width: 100%; float: left;}
.caja-aviso-texto {width: 80%; float: left;padding:5px 0px 5px 10px;}
.caja-aviso-texto p{font-size:1.05em;line-height:1.1em;padding-top:10px}
.caja-familia-total{
  width: 70vw;
  margin:0 auto;
  padding:20px;
  display: flex; justify-content: center; align-items: center;
}
.caja-familia{
  width: 15%;
  float: left;
  padding:1%;
  margin:auto 30px;
  height: 30vh;
}
.caja-familia img {
  width:42%;
  padding-bottom:20px;
}
.iconos-familia{
  width:100%;
  display: flex;
  justify-content: center; 
}
.iconos-familia img {
  width: 60%;
  height: auto;
  object-fit: cover;
  margin: 5px;
}

.boton-grande-familia{
  display:block;
  width: 20%;
  float: left;
  background:none;
  border:1px solid #c1c1c1;
  padding:25px;
}
.btn-alta-fam-grande{
  background: none!important;
  border: none!important;
  padding-left:10%!important;
}
.boton-grande-familia img{
  width:65%;
  padding:20px;
}
.boton-grande-familia p{
  text-align:center;
  text-transform: normal  ;
}
.boton-petit-family{
  display:none;
}



/*********************WORKER PRODUCTOS**********************************/

#prdEnCurso,#prdContratados,#PrdDisponibles{
  background-color: #fbf4f4;
  padding:3% 5% 2% 5%;
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  clear: both;
}

.caja-productos {
  width: 16%;
  flex-direction: column !important;
  display: inline-flex !important;
  padding-bottom:20px;
  /*flex: 0 0 19.4%!important; */     /* 5 divs por fila */
  box-sizing: border-box;
}
.caja-productos a{
  font-size: 0.9em !important;
  text-align:center;
  color:#212529;
  text-decoration:none;
  text-transform: uppercase;
}
.caja-productos img{
  display: block;
  width: 30%;
  margin:auto;
  padding-bottom: 10px;
}
.cantidad{
  color: #e8541d;
  text-align:center;
  font-weight:600;
  font-size: 1.2rem;
}
.btn-ver-pdf {
  border:none !important;
  background:transparent !important;
  font-size: 1em !important;
  float: left !important;
  cursor: pointer !important;
  padding:0px 10px!important;
}

.btn-simular-prod {
  width: 100%;
  background-color: #e7ebee;
  color: #444 !important;
  text-align: center;
  border: none !important;
  font-size: 15px !important;
  padding: 7px 7px 0px 0px;
}
.btn-simular-prod img{
  width: 30%!important;
  float:left;
  margin-right:10px
}
.btn-solicitado {
  width: auto;
  background-color: #ee2524;
  color: #ffffff !important;
  text-align: center;
  border: none !important;
  padding: 5px 10px;
  margin-right:5px
}
.icono-calculadora {
  flex:1 0 0%;
  padding-left: 1rem !important;
  width: auto !important;
  height: auto !important;
}
.documentacion {
  width: 100%;
  margin:0 auto;
  margin-top: 0px;
  display: flex !important;
  padding-left: 0px !important;
  justify-content: center !important;
  align-items: center;
}
.documentacion img {
  cursor: pointer;
  width: auto;
  height: auto;
  max-width: 100%;
  margin:5px
}
.documentacion-disponible {
  width: 100%;
  margin:0 auto;
  margin-top: 0px;
  display: flex !important;
  padding-left: 0px !important;
  justify-content: center !important;
  align-items: center;
}
.documentacion-disponible img {
  float:left;
  cursor: pointer;
  width: auto;
  height: auto;
  max-width: 100%;
  padding-top: 5px;
}
.caja-btn-simular{
  width:50%;
  margin-right:10px
}
.caja-btn-resto{
  width:42%;
  padding-bottom:4%;
}
.caja-btn-resto .img-info-pdf{
  padding-left:10px;
}


/***********************PRODUCTOS***************************/
.cabecera-producto{
  height:150px;
  padding:0px 0px;
}
.cabecera-titulo-sinalert{
  width:90%;
  float:left;
  padding-top: 40px;
}
.cabecera-titulo{
  width:50%;
  float:left;
}
.cabecera-imagen{
  width:50%;
  display:flex;
  justify-content:center;
  flex-direction:row;
}
.cabecera-nombre-prod{
    width:50%;
    display:flex;
    justify-content:center;
    flex-direction:row;
  }

.icono-titulo{
  width:25%;
  float:left;
  padding:0px 20px 20px 0px;
}
.cabecera-alert{
  width:40%!important;
  float:left;
  color: #444444;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.cabecera-alert-color{
  width:40%!important;
  float:left;
  color: #444444;
  background-color:#e9b8af; 
  border-color: #e9b8af;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.caja-aviso-prod-imagen {
  width:12%;
  float:left;
} 
.caja-aviso-prod-imagen img {
  width: 100%;
  float: left;
}
.cabecera-aviso-prod-texto {
  width: 80%!important;
  float: left;
  padding: 5px 0px 5px 30px;
  margin-left:20px;
  background-color:#e7eae7!important;
  display:flex;
  align-items: center; 
  justify-content: center; 
}

.calculadora-izquierda {
  flex:0 0 auto;
  width: 27%;
  float: left;
  margin-right: 2%;
}
.calculadora-izquierda h6{
  background: #fdeee8;
  font-size: 1em !important;
  color:#003555 !important;
  text-align:left!important;
  text-transform: normal;
  line-height:2em;
  padding-left:10px;
}
.calc_total {
  background-color: #e85620;
  color: white;
  padding:3px 10px;
  margin:10px 0px;
}
.calculadora-centro {
  flex:0 0 auto;
  width: 41%;
  float: left;
  background-color: #E5E4E4;
  margin-right: 2%;
  position: relative;
  height:auto;
}
.calculadora-centro h6{
  background: #003555;
  font-size: 1em !important;
  color:#ffffff !important;
  text-align:left!important;
  text-transform: normal;
  line-height:2em;
  padding-left:10px;
}
.calculadora-centro-subtitulo{
  background: #995e49;
  font-size: 1em !important;
  color:#ffffff  !important;
  text-align:left!important;
  text-transform: normal;
  line-height:2em;
  padding-left:10px;
  Width:50%;
  margin:20px 10px;
}
.calculadora-centro h4{
  font-size: 1.2em !important;
  color:#FFFFFF !important;
  text-align:left!important;
  text-transform: normal;
  line-height:2em;
  padding-left:10px;
}
.duracion-plan{
  width:auto;
  text-align:center;
}
.falta-guardar-simulacion{
  float:left;
  width:60%;
  color:#b1acac;
  font-weight:600;
  font-size:1.2em;
  padding:0px 10px
}

.titulo-bonificada{
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 15px 0px  0px 15px;
  padding-left: 0px;
  color: #224c69;
  padding-left: 15px;
}
.subtitulo-bonificada{
  font-weight: 600;
  font-size: 1.05em;
  text-transform: uppercase;
  padding: 15px 0px  0px 15px;
  padding-left: 0px;
  color: #e85620;
  padding-left: 15px;
}

.calculadora-derecha {
  flex:0 0 auto;
  width: 27%;
  float: left;
}
.calculadora-derecha h6{
  background: #fdeee8;
  font-size: 1em !important;
  color:#003555 !important;
  text-align:left!important;
  text-transform: uppercase;
  line-height:2em;
  padding-left:10px;
}

.nota{
  background-color:#f3f3f3;
  padding:20px
}
.beneficio-calc-der{
  background-color:#e5f1ec;
  padding:1px 15px 2px 15px;
  margin:20px 0px;
  border-radius: 10px;
}
.showdata {
  margin: 5px 10px;
  color: grey;
  text-align: left;
  font-size: 0.9rem;
}
.solicitud-exito {
  width: 20%;
  margin-top: 30px;
  text-align: center;
  padding: 0.5rem 1rem !important;
  width: auto;
  background-color: #4976Ba;
  border-color:#4976Ba;
  color: #fff;
  margin:20px;
}
.caja-salud{
  padding: 10px 20px;
  background-color: #FDFDFD;
  margin:10px 20px
}
.faltasavesimulacion{
  float:left;
  width:60%;
  color:#fff;
  font-weight:600;
  font-size:1.2em;
  padding:5px;
}

/***********************POP UP ALERTA PRODUCTOS**********************************/
div:where(.swal2-icon).swal2-info {
  border-color: #003555!important;
  color: #003555!important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
  background-color:#003555!important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{
  background-color:#e85620!important;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  border: 2px solid rgb(19, 19, 19);
}
div:where(.swal2-container) h2:where(.swal2-title){
  color:#003555!important;
  font-weight:600!important;
  font-size: 1.5rem !important;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border: .25em solid #003555!important;
}
div:where(.swal2-icon).swal2-success {
  color: #003555!important;
}
div:where(.swal2-html-container){
  font-size: 1.3em!important;
}

/*****************FORMULARIOS Y BOTONES PRODUCTOS*********************/
.form-productos{
  position: relative;
  padding-top:50px;
}
table{
  width:90%;
  margin:0px auto 30px;
}
.texto-tr {
  font-size: 1.1em;
  height: 40px;
  line-height: 1rem;
  font-weight: 600;
}
td {
  height: 20px!important;
  padding-top: 3%;
}
input[type="checkbox"], input[type="radio"]{ margin: 10px;  }

.wd47{
	padding: 5px;
	margin-bottom: 20px;
	width: 45%;
	float: left;
	margin-right: 10px;
}
.wd95 {
  padding: 5px;
  margin-bottom: 20px;
  width: 95%;
  float: left;
  margin-right: 10px;
}
/*****************FORMULARIOS*********************/

table{
  width:90%;
  margin:0px auto 30px;
}
.texto-tr {
  font-size: 1.1em;
  height: 40px;
  line-height: 1rem;
  font-weight: 600;
}
td {
  height: 20px!important;
  padding-top: 3%;
}
input[type="checkbox"], input[type="radio"]{
  margin: 10px;
}
.wd47{
	padding: 5px;
	margin-bottom: 20px;
	width: 45%;
	float: left;
	margin-right: 10px;
}
.wd95 {
  padding: 5px;
  margin-bottom: 20px;
  width: 95%;
  float: left;
  margin-right: 10px;
}
.buttom-calcular-ahorro{
  position: absolute;
  top:0;
  left:4%
}
.buttom-simulador-ahorro{
  position: absolute;
  top:0;
  left:4%
}
.buttom-calcular-comida{
  position: absolute;
  top:0;
  left:4%
}
.buttom-simulador-comida{
  position: absolute;
  top:0;
  left:4%
}
.buttom-calcular-formacion{
  position: absolute;
  top:0;
  left:4%
}
.buttom-simulador-formacion{
  position: absolute;
  top:0;
  left:4%
}
.buttom-calcular-guarderia{
  position: absolute;
  top:0;
  left:4%
}
.buttom-simulador-guarderia{
  position: absolute;
  top:0;
  left:4%
}
.buttom-obtener-codigo {
  width: auto;
  float: left;
  background-color: #01325a!important;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 2em;
  margin: 0px 5px 0px 0px;
  padding: 0px 18px;
  border: none !important;
}
.buttom-calcular-renting{
  position: absolute;
  top:0;
  left:2%
}
.buttom-calcular-rentingA{
  position: absolute;
  top:0;
  left:2%
}
.buttom-simulador-renting{
  position: absolute;
  top:0;
  left:2%
}
.buttom-calcular-salud{
  position: absolute;
  top:0;
  left:4%
}
.buttom-simulador-salud{
  position: absolute;
  top:0;
  left:4%;
}
.buttom-calcular-salud-beneficio{
  position: absolute;
  top:0;
  left:4%
}
.buttom-simulador-salud-beneficio {
  position: absolute;
  top:0;
  left: 4%;
}
.buttom-calcular-transporte{
  position: absolute;
  top:0;
  left:4%;
}
.buttom-simulador-transporte{
  position: absolute;
  top:0;
  left:4%;
}
.buttom-calcular-vida{
  position: absolute;
  top:0;
  left:4%
}
.buttom-contratar-vida{
  position: absolute;
  top:0;
  left:4%
}
.btn-calcular {
  width: 150px;
  float: left;
  background-color: #003555;
  color: #fff !important;
  text-align: center;
  text-transform: normal;
  font-size: 1rem;
  border: none !important;
  padding: 5px;
}
.btn-simular {
  width: 150px;
  float: left;
  background-color: #85d0f0;
  color: #222222 !important;
  text-align: center;
  font-size: 1rem;
  border: none !important;
  padding: 5px;
}
.btn-contratar {
  width: 150px;
  float: left;
  background-color: #003555;
  color: #fff !important;
  text-align: center;
  text-transform: normal;
  font-size: 1rem;
  border: none !important;
  padding: 5px;
}
.btn-volver{
  background-color: #e85620;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 0%;
  margin: 0px;  
  }
.btn-gris {
  width: auto;
  float: left;
  color: #0f0f0f !important;
  background-color: #cecaca;
  text-align: center;
  margin-right: 12px;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 2em;
  margin-bottom: 10px;
  border: none !important;
  padding: 6px 10px;
}
.btn-importe-total {
  background-color: #405f8c;
  border:  none;
  color: white;
  padding:  8px 20px;
  cursor: pointer;
  border-radius:  0%;
}
.btn-info {
  color: #fff;
  background: none!important;
  border:  none!important;
}
.btn-new-fam-alta-prod-salud{
  width: 23%;
  float: left;
  border: 1px solid #c1c1c1;
  padding: 5px 0px 5px 20px;
}
.btn-new-fam-alta-prod-salud button {
  width: 20%;
  background: none !important;
  border: none !important;
  padding: 0% 0% 0% 3% !important;
}
.btn-new-fam-alta-prod-salud img{
  width: 100%;
}
.btn-alta-fam-salud{
  width: 27% !important;
  background: none!important;
  border: none!important;
  padding:0% 3%!important;
}
.aviso-familia-success{
  width:70% !important;
  margin:0 auto;
  color: #1d1c1c;
  background-color: #cadbf5;
  border-color: #cadbf5;
  padding: 10px 20px;
  text-align: center;
  margin-top:20px
}
.aviso-familia-error{
  width:70% !important;
  margin:0 auto;
  color: #ffffff;
  background-color: #c91432;
  border-color: #c91432;
  padding: 10px 20px;
  text-align: center;
  margin-top:20px
}
/***********************************/
.col-sm-3 {flex: 0 0 25%;  max-width: 25%;margin-top: 1rem !important;}
.sit-actual{background-color:#e5f1ec;font-family: 'Source Sans Pro', sans-serif;color:#207ebd;text-align:left;padding-left:10px;font-size: 1.4em !important;
  font-weight: 400 !important;margin-bottom:20px}

.calcdata { float: right; font-weight:600}
.caja-simulador{background-color: #e8f2f8;padding: 0rem !important;margin: 0rem 1rem !important;flex-direction: column !important;display: flex !important;}
.col-sm-5 {flex: 0 0 41.666667%; max-width: 41.666667%;margin-top: 1rem !important; }
.simulador{background-color:#207ebd;font-family: 'Source Sans Pro', sans-serif;color:#ffffff;text-align:left;padding-left:10px;font-size: 1.4em !important;
  font-weight: 400 !important;}

/***************FORMULARIOS**************************/
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-weight: 400;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
  height: auto;
  background-color:#fff
}
.form-check {
  position: relative;
  display: block;
  padding-top: 1.25rem;
}
.form-check-input {
  position: relative !important;
  float: left;
  margin:0.8rem 0.8rem 0.8rem 0rem !important;
}
.form-check-label {
  margin-top: 7px;
}
  /***************GASTO-AHORRO EN PRODUCTOS***********************/

  .caja-general-gasto-ahorro{
  display:none!important;
  width:100%;
  float:left;
  margin-bottom:30px}

/***************************BOTONES**********************************************/ 
.caja-botones{
  width:90%;
  margin-bottom:30px!important;
  height:40px;
  clear:both;
  display: flex;
}
.caja-botones-height-30{
  width:90%;
  margin-bottom:30px!important;
  height:30px;
  clear:both
}
.btn-guardar-datos{
  background-color: #003555;
  border: none;
  color: #fff;
  padding: 8px 20px;
  border-radius: 0;
  text-align:center;
  width: 13%;
  text-transform:uppercase;
  float:left;
  margin-right:10px;
  font-size: 0.9rem;
}
.btn-guardar{
  background-color:#224c69;
  color:#f1f1f1;
  padding: 10px 20px;
  border:none;
}
.btn-primary,.btn-primary:hover{
  background-color:#224c69;
  color:#f1f1f1;
  padding: 8px 20px;
  border-color:#224c69;
  float:left;
  font-size:1.2em;
  margin-right:10px
}
.btn-secondary,.btn-secondary:hover{
  background-color:#727372;
  color:#f1f1f1;
  border-color:#224c69;
  float:left;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 2em;
  margin: 0px 5px 10px 0px;
  padding: 5px 20px;
  border: none !important;
}
.btn-acceder{
  background-color:#00008f!important;
  color:#fff!important;
  padding:5px 10px;
  width:50%!important;
  text-align:center;
  margin:0 auto;
}
.btn-crear-empresa{
  background-color:#00008f!important;
  color:#fff!important;
  padding:5px 10px;
  width:15%!important;
  text-align:center;
  margin:20px 0px 20px 27px;
  text-transform:uppercase;
}
.btn-azul{
  width:auto;
  float:left;
  background-color:#01325a!important;
  color:#fff!important;
  text-align:center;
  text-transform:uppercase;
  font-size:0.9rem;
  line-height:2em;
  margin:0px 5px 10px 0px;
  padding: 5px 20px;
  border:none!important;
}
.btn-rojo{
  width:auto;
  background-color:#d24723!important;
  color:#fff!important;
  text-align:center;
  padding:8px 20px;
  border:none!important;
}

/*******************ALERTAS**************************/
.alert-danger{
  width:auto;
  color: #fff;
	background-color: #c91432;
	border-color: #c91432;
  margin: 20px;
  padding: 10px 20px;
}
.alert-warning {
  width:auto;
	color: #444444;
	background-color: #eacdc7;
	border-color: #e9b8af;
  margin: 20px;
  padding: 10px 20px;
}
.alert-info{
  width:auto;
  background-color: #4976Ba;
  border-color: #4976Ba;
  color: #fff;
  margin: 20px;
  padding: 1rem !important;
}
.alert-contrato{
  width: 40% !important;
  float: left;
  background-color: #4976Ba;
  border-color: #4976Ba;
  color: #fff;
  margin: 20px;
  padding: 1rem !important;
  font-size:1.1em;
}
.alert-info-vida{
  width:auto;
  background-color: #4976Ba;
  border-color: #4976Ba;
  color: #fff;
  margin: 60px 20px;
  padding: 1rem 2rem !important;
  z-index:10;
  position:absolute;
  top:60;
  left:2
}
.alert-success{
  width:auto!important;
  color: #fff;
  background-color: #d56e48;
  border-color: #d56e48;
  margin: 20px;
  padding: 10px 20px;
  text-align:center;
}
.alert-success h3{
  color: #000;
}
.alert-gris{
  color: white; 
  background-color:#c1c1c1;
  width:93%;
  margin:0 auto;
  padding:15px 0px 10px 15px;
  text-align:center
}

z

/************************CONTENIDO**********************************************/

.linea-azul{
  background-color:#00008f;
  padding:1px 0px;
  width:15%;
  margin-bottom:15px}
.fila-gris{
  width:50%;
  color: #444;
  background-color: #e9e9e9;
  margin:0px 5px 10px 0px;
  float:left;
  padding-left:20px
}
#cuadro-guardar-fichero{
  background-color:#138736;
  display:inline-block;
  padding:10px;
  border-radius:5px;
  width:47%;
  margin:3%
}
#cuadro-guardar-fichero img{
  width:20%;
  display:inline!important;
}
#texto-guardar-fichero{
  color:#fff;
  text-align:center;
  font-size:0.8rem;
  line-height: 0.9em;
  margin-bottom: 0.5rem;
}


/******************WHATSAPP****************/
.content_whatsapp{
  display:none;
}

.modalDialog1 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	right: 0;
	bottom: 0;
	margin-right:2%;
  margin-bottom:2%;
	z-index: 99999;
	opacity:0!important;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	border-radius: 10px;
    background: #fff linear-gradient(180deg,var(--color),var(--color) var(--header),var(--bg) var(--header),var(--bg));
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
  text-align: left;
  overflow: hidden;
  
}
.modalDialog1:target {
	opacity:1!important;
	pointer-events: auto;
}
.modalDialog1> div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
}
.close1 {
	background: #9e9ebc;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 15px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close1:hover {
  background: #00d9ff;
}

.globo{
  border-radius: 5px;
  background-color: #53a47f;
  padding: 10px;
  width: 280px;
  margin:0 auto;
}

.globo::after {
   content: '';
  width: 0;
  height: 0;
  position: absolute;
  margin: 6px 0 32px 29px;
  border-bottom: 15px solid #53a47f;
  border-bottom-width: 15px;
  border-bottom-style: solid;
  border-bottom-color: #53a47f;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: rotate(90deg);
   }
.whatsapp-img{
position:fixed;
bottom:40px;
right:0;
padding-right:2%;
transition-delay: 2s;
visibility:visible;
}

.whatsapp-texto{
  text-decoration:none;
  font-weight:600;
  padding:10px;
  text-align:center;
  color:#fff
}
/*************************FOOTER***********************************/

#closer{
  position:fixed;
  bottom:0; 
  z-index:5000;
  background-color: #003555;
  font-size: 0.9em;
  clear:both;
  width:100%;
  text-align:center;
  color:#fefefe;
  padding:10px 0px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
}
.legales {
  width: 50%;
  float: left;
  padding-left: 0rem !important;
  text-align: left;
}
.legales a{
  color:#fefefe!important;
}
.copy-right {
  width: 50%;
  float:left;
  text-align: right;
}

/*******************RGPD******************/
.rgpd{
  padding:6%!important; 
  background-color:#003555;
  width:45%!important
}
.rgpd a, .rgpd .btn-primary{
  font-size:1.4em
}

/*******************AYUDA***********************/
.tabs {
  display: flex;
}
.tablink {
  background-color: #db3131;
  border: 1px solid #ccc;
  padding: 10px 15px;
  cursor: pointer;
}
.tabcontent {
  display: none;
  padding: 10px;
}
.tabcontent.active {
  display: block;
}


/******************************************************************************************************************************/
/***************************DESKTOP ANCHO MAX. 1920px********************/

@media only screen and (min-width:1326px) and (max-width:1920px) {
nav {
  width: 75vw!important;
}
.logo img {
  width: 90%;
}
nav .logo {
  width: 23%;
  padding-top: 0px!important;
}
nav .menu {
  width: 77%!important;
}
.edge nav .menu {
  width: 75%!important;
}
.top-menu {
  width: 100%!important;
  height: 75px;
  margin-bottom:33px;
  display:flex;
  justify-content: end;
} 
.header-cuadro-gasto {
    display: block !important;
}
.header-cuadro-ahorro {
    display: block !important;
}
.bottom-menu ul {
  width: 83%!important;
  display:flex;
  justify-content: end;
}
.iconos-redes-header {
  width: 15%!important;
}
.bottom-menu img {
  width: 23%!important;
}

}


@media (min-width:1587px) and (max-width:1820px) {
  .caja-productos {
  width: 20.5%;
}
}


/******************************************************************************************************************************/
/***************************IPAD HORIZONTAl********************/

@media only screen and (min-width:768px) and (max-width:1315px) {

nav .logo {
  padding-top: 0px;
}

.logo img {
  width: 100%;
}
.header-cuadro-gasto{
  display:block
}

.bottom-menu ul{
  width: auto;
  float: right;
}
.bottom-menu a.active, .bottom-menu ul li a{
  padding: 10px;
}
.iconos-redes-header {
  width: 50%;
  position: relative;
  top: -280%!important;
  left: 25%;
}
.header-cuadro-simulador {
  position: relative;
  top: -0%!important;
}
/**************************************/
#contenedor {
  width: 100vw!important;
}

/*****************FAMILIARES**************************/
.caja-aviso {
  width: 80vh!important;
}

.caja-familia-total {
  width: 90%!important;
}
.caja-familia {
  width: 19%!important;
}
.boton-grande-familia img {
  width: 90%!important;
  padding: 10px!important;
}

/*************PRODUCTOS********************
.caja-productos {
  width: 20%;
}
/
/**************FOOTER*********************/
.copy-right {
  width: 40%;
}
.legales {
  width: 60%;
}


/******************CONTRATO NOVACION*****************************/
 
.buttom-contratar-prod {
  width: 50%;
}
.buttom-firmar-contrato-ipad{
  display:block!important;
  width:70%;
  text-align:center;
  background-color: #D24723;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom:20px;
  margin:0 auto;
}
.buttom-firmar-contrato{
  display:none!important;
}
.contenedor-firma{
  display:none!important;
}

.firma-worker-ipad{
  float: left;
  width:40%;
  margin:30px
}
.firma-company-ipad{
  float: left;
  width:40%;
  margin:30px
}
.fondo-azul-guardar-contrato{
  height: 96px;
  background-color: #00008f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding:0px 20px;
  margin-top: 0px;
}
.banda-firma{
  /*display:none!important;*/
  padding-top: 0px!important;
}
.banda-firma span{
  padding: 30px 5px!important;
}
.banda-firma .btn-cerrar{
  margin-top:20px;
}
.cuadro-firma-company{float:left; width:50%;margin-top:15px}
.cuadro-firma-worker {
  float:left;
  width:50%;
  margin-bottom:60px!important}


}


/***************************IPAD VERTICAl********************/

@media (min-width: 767px) and (max-width: 1024px) {

  /***************HEADER***************************/
    header {
    height: 172px !important;
    }
nav {
  width: 95vw!important;
  margin: 0 auto;
}
nav .logo {
  padding-top: 0px;
}
.logo img {
  width: 70%!important;
  float: left;
  text-align: left;
}
.header-cuadro-gasto{
  display:block
}
.bottom-menu ul{
  width: 100%;
}
.bottom-menu a.active, .bottom-menu ul li a{
  padding: 10px;
}
.iconos-redes-header {
  width: 50%;
  position: relative;
  top: -280%!important;
  left: 25%;
}
.header-cuadro-simulador {
  position: relative;
  top: -0%!important;
}
/************************************/
#contenedor {
  width: 95vw!important;
  padding-top: 50px!important;
}
/****************MI PERFIL********************/
#infoContacto  .col-33 {
  width: 43.3333%!important;
}
.btn-guardar-datos{
  width: 23%!important;
}

/***************FAMILIARES***********************/
.caja-familia {
  width: 25%!important;
  height: 20vh!important;
}
.boton-grande-familia img {
  width: 90%!important;
  padding: 10px!important;
}
/**************PRODUCTOS***************************/
.calculadora-derecha {
  flex: 0 0 auto;
  width: 40%;
  float: right;
  background-color: #E5E4E4;
  padding: 1.5rem !important;
  position: absolute;
  top: 34%!important;
  left: 55%;
  }

.calculadora-izquierda {
  flex: 0 0 auto;
  width: 40%;
  float: right;
  background-color: #E5E4E4;
  padding: 1.5rem !important;
  margin-right: 2%;
  position: absolute;
  top:81%!important;
  left: 55%;
}

.calculadora-centro {
  width: 53%!important;
}

}

/****************************************************************************************************************/
/************************************MÓVIL**************************************/



@media only screen and (min-width: 320px) and (max-width: 640px){

 html{
    overflow-x: hidden;
  } 
/*******************TIPOGRAFIAS*********************************/

h5 {
  margin-bottom: 0.5rem !important;
}
/*************************HEADER**************************************/
  header {
    width: 99%;
    position: fixed;
    height:143px !important;
    z-index: 3000;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
nav{
  width: 100%;padding:0px 5px
}
.logo{
  width:41%!important;
  float:left;
  padding:12px 0px 20px 10px!important;
  margin-top: 0px!important; 
}

.logo img{
  width: 100%!important;
  float:none!important;;
}
nav .menu{
    width:100%;
    padding:0px;
    clear:both
}
nav ul {
  padding-left:0px;
  clear:both;
  margin-bottom: 0rem;
}
nav ul li{
  margin-right:3px;
} 
nav ul li a {
  /*font-size: 0.78em;*/
  font-size: 3.3vw;
}
.top-menu{
  width:100%;
  position:fixed;
  top:0;
  float:right;
} 
.top-menu img{
  width: 8%;
  float:right;
  padding-bottom: 0px;
} 
.bottom-menu{
  width:100%;
  padding:0px;

}
.bottom-menu ul {
  width: 100%;
  padding:15px 3px 0px 3px;
}
.bottom-menu ul li a{
  padding: 10px 5px;
  margin-right: 5px;
}
.bottom-menu a.active {
  padding: 10px 5px!important;
}
  .iconos-redes-header {
    width: 30%;
    position: absolute!important;
    top: 10%;
    left: 70%;
    z-index: 100;
  }
.bottom-menu img {
  width: 25%;
  float: left;
  margin-right: 3%;
}
.header-cuadro-idioma{
  width: 25%;
  position:relative!important;
  top:18%;
  left:42%;
  padding: 0.5rem 0rem 0rem 0.5rem !important;
}
.icono-mundo{
  display:none!important;
}
.header-cuadro-simulador{
  position:relative!important;
  top:35%;
  left:42%;
  padding: 0.5rem 0rem 0rem 0.5rem !important;
}
.header-cuadro-simulador .title {
  width: 60%;
  font-size: 0.7rem !important;
}
.header-cuadro-simulador .calculadora {
  float: left;
  width: 40%;
}
.calculadora img{
  width: 80%;
}

.border-danger {
  border: 1px solid #c91432 !important;
  margin-right: 0px!important;
}


/**************INDEX****************/

.container-index img{
  text-align:center;
  width:80%!important
}
#cookie-banner { 
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #ececed;
  padding: 30px;
  width:80%!important;
}
main { position: fixed;  top:30%;   align-items: center;   justify-content: center;   width:100%!important;  }
#login-box {    margin: 0 auto;    max-width: 70%;
/* En pantallas de ordenador, el cajón ocupa el 50% */
width: 80%;
/* En pantallas de móvil vertical, el cajón ocupa el 80% */      }
.form-control {  display: block;  width: 100%;  padding: 0.5rem 1rem;  font-size: 1em!important; }
/****************************************************/

blockquote{
  width:100%;
  padding-top:20px;
  margin-bottom: 10px;
}
blockquote h6 {
  text-align: left !important;
  padding-left: 2%;
  line-height: 1.2em;
  font-size: 1.0em !important;
}
/********************COLUMNAS************************/
.col-100, .col-60 {
  width: 100%!important;
  margin: 0 auto;
  clear: both;
}
.col-33, .col-40{
  width: 100%;
  float: left;
}
.col-lg-12{
  width:100%;
}
/**********************ESPACIOS***************************/
.mx-3 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}
.p-2 {
  padding: 1.5rem 0 !important;
}
/*************************CONTENEDOR*******************/
#contenedor{
  width: calc(100% - 0px) !important;
  padding: 15px 15px 45px 15px;
  min-height: auto;
  padding-top: 170px;
}

.subrayado {
  padding-bottom: 10px;
}
/**********************MI PERFIL*************************/
.worker-contacto{
  padding-bottom:20px;
}
.caja-mod-worker {
  width: 60%;
  margin-top:50px!important
}
.btn-modificar-datos p {
  font-size: 1.1em !important;
}
.btn-guardar-datos{
  width: 45%!important;
  text-transform:uppercase!important;
  margin-right:30px!important;
  }
/*************************FAMILIA*******************/
.caja-aviso {
  width: 100%;
  padding: 0px;
}
.caja-aviso-imagen {
  width:35%;
  float:left;
  padding-right:20px
}
.caja-familia-total {
  width: 100vw;
  padding: 0px;
  display: block;
  clear:both;
  height:870px;
} 
.caja-familia {
  width: 33%!important;
  float:left!important;
  margin-bottom:30px!important;
  border: 1px solid #c1c1c1;
  padding: 3%;
  height: auto !important;
}
.caja-familia p{
  font-size: 0.9em;
  height: 75px;
  margin-bottom: 0rem;
}
.caja-familia img {
  width: 62%!important;
}
.iconos-familia {
  width: 90%;
  margin: auto 3px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.iconos-familia img{
  width: 100%!important;
}

.boton-grande-familia {
  width: 40%;
  float: left;
  background: none;
  border: 1px solid #c1c1c1;
  padding: 25px;
  margin: 10px 30px;
}
.boton-grande-familia img {
  width: 100%;
  padding: 10px;
}

/***********************WORKER PRODUCTOS***************************/
.subrayado-subtitulo {
  width: 50%!important;
}
.caja-productos {
  width: 46%;
  flex-direction: column !important;
  display: inline-flex !important;
  padding: 6% 2% 0;
  border: 1px solid #c1c1c1;
  margin: 1.0rem 0.3rem 1.0rem 0.3rem !important;
}
.caja-productos img {
  width: 50%;
}
.caja-productos a {
  font-size: 0.8em !important;
}
.documentacion img {
  width: 70%;
}

.documentacion-disponible{
  display:block!important;
}
.documentacion-disponible img {
  width: 30%!important;
}
.btn-simular-prod {
  width: 100%;
  background-color: #e7ebee;
  color: #444 !important;
  text-align: center;
  border: none !important;
  padding: 7px 10px 0px 0px;
}
.btn-simular-prod .icono-calculadora {
  padding: 0.2em 0em 0.5em 0.5em !important;
  width: 20% !important;
}
.btn-ver-pdf {
  width:34%!important;
}
.btn-ver-pdf img{
 width: 60px !important; 
}
.caja-btn-simular{
  width:100%!important;
  font-size:0.9em;
  margin-right: 0px!important;
}
.caja-btn-resto{
  width:100%;
  padding-top:10px;
  display: flex;
  justify-content: center !important;
  align-items: center;
}
.caja-btn-resto img{
   width: 25px!important;    /* ambos el mismo ancho */
  height: auto!important;   /* ambos el mismo alto */
  object-fit: cover; /* corta y ajusta la imagen para que ocupe todo el área */
  margin:0px 5px;
    display:flex;
  justify-content: center;
  align-items: center;
}
.caja-btn-resto .img-info-pdf{
  padding: 6px 0px 0px 0px!important;
}

/***************************** PRODUCTOS **************************/
#prd_contratados, #prdEnCurso, #PrdDisponibles{
  padding:3% 4%
}
.cabecera-titulo {
  width: 100%;
  float: left;
}
.cabecera-nombre-prod {
  width: 70%;
  float:left!important;
}
.cabecera-imagen {
  width: 30%;
  float:left!important;
}
.icono-titulo {
  width: 70%!important;
}
.cabecera-producto h4 {
  padding: 0px !important;
}
.cabecera-alert {
  width: 90% !important;
  padding: 10px 20px;
}
.cabecera-producto .caja-aviso-imagen {
  width: 15%;
  padding: 10px 0px 0px 0px;
}
.cabecera-aviso-texto {
  width: 85%!important;
}
.cabecera-aviso-texto .btn-solicitado{
  margin-left: 60px;;
}
.calculadora-izquierda, .calculadora-centro, .calculadora-derecha {
  width: 100%;
  margin-bottom: 1.5rem;
}
.caja-general-gasto-ahorro{
  width: 100%;
  display: block!important;
  margin:10%;
}
.calc_total {
  padding: 10px!important;
 }
.duracion-plan{
  width:95%;
  text-align:center;
}
form {
  width:100%;
  padding-top: 0px !important;
}

.titulo-bonificada{
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 15px 0px  0px 15px;
  padding-left: 0px;
  color: #224c69;
  padding-left: 15px;
}
.subtitulo-bonificada{
  font-weight: 600;
  font-size: 1.05em;
  text-transform: uppercase;
  padding: 15px 0px  0px 15px;
  padding-left: 0px;
  color: #e85620;
  padding-left: 15px;
}
.calculadora-derecha {
  flex:0 0 auto;
  width: 100%;
  float: left;
  background-color: #E5E4E4;
  padding:1.5rem !important;
}
.solicitud-exito{
  width:80%;
}

/****************FORMULARIOS Y BOTONES PRODUCTOS*************************/
 .form-productos{
  padding-top:50px!important;
}
table{
  width:90%;
  margin:0px auto 30px;
}
#form_ahorro .btn-rojo {
 font-size:0.9em;
 padding: 10px 10px;
}
.texto-tr {
 font-size: 1em;
}
.btn-alta-fam-salud{
  width: 50% !important;
}
.btn-new-fam-alta-prod-salud{
  width: 80%;
  float: left;
  border: 1px solid #c1c1c1;
  padding: 5px 0px 5px 20px;
  margin-bottom:20px!important;
}
.btn-new-fam-alta-prod-salud img{
  width: 23%;
  padding-left:10px;
}
/***********************BOTONES*****************/

.btn-volver {
  margin: 10px 0px 0px 0px!important;
}
.btn-new-fam-alta-prod-salud{
  width: 100%;
  padding: 5px 0px 5px 30px;
}
/*************************ALERTAS**********************/

.alert-warning {
  width:100%;
  margin: 20px 0px;
  font-size: 0.9rem!important;
}
.cabecera-alert-color {
  width: 100% !important;
}

.alert-contrato{
  width: 100% !important;
}
/********************CONTRATO NOVACIÓN***********************/

.buttom-contratar-prod {
  width: 80%!important;
 }
.contenedor-contrato{
margin-top:0px!important;
overflow:scroll; 
height:auto;
width:100%!important;
padding: 0px 10px;
}
.contenedor-contrato h4{
  font-size: 1.15rem!important;
  padding-top:10px;
}
.contenedor-contrato h5{
  font-size: 1.0rem;
}
.contenedor-contrato p{
  font-size: 0.85rem!important;
}
.contenedor-contrato ul{
  padding-left:10px!important;
  font-size: 0.88rem !important;
}

.buttom-firmar-contrato{
  display:block!important;
  width:70%;
  margin:0 auto;
  text-align:center;
  background-color: #D24723;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom:80px;   
}
.buttom-firmar-contrato a{
  color:#fff;
  text-transform: uppercase;
}
.buttom-firmar-contrato-ipad{
  display:none!important;
}
.contenedor-firma{
  display:none!important
}
.contenedor-firma-firmado{width:80%;margin:0 auto;margin-top:50px;margin-bottom:50px;position:relative;height:45vh}
.contenedor-firma-movil{width:90%;margin:0 auto;}
canvas{width:90%;height:25vh;margin-top: 10px;}
.cuadro-firma-company{float:left; width:100%;margin-top:15px}
.cuadro-firma-worker {
  float:left;
  width:100%;
  margin-bottom:20px!important}
.contenedor-botones-firma{
  display:block;
  height:70px;
  padding: .5rem !important;
}
.banda-firma{
  /*display:none!important;*/
  height: 106px;
}
.banda-firma span{
  padding: 30px 5px!important;
}

.fondo-azul-guardar-contrato .btn-cerrar{
  width: 65%!important;
}
.fondo-azul-guardar-contrato{
  height: 96px;
  background-color: #b6d3ea;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding:0px 20px;
  margin-top: 0px;
}
  .buttom-ver-contrato{
    width:70%!important;
    margin:5% 15%;
  }
  .no_firma_saved{
    width:70%!important;margin:0 auto;
  }
  .no_firma_saved .btn .btn-info{
  padding-left:10%
}


.buttom-firmar-contrato-ipad{
 display:none!important;
}


.contenedor-firma{
 display:none!important;
}


.fondo-azul-guardar-contrato{
 height: 130px;
 background-color: #b6d3ea;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 background-clip: padding-box;
 border-bottom: 1px solid rgba(0, 0, 0, 0.05);
 padding:0px 20px;
 margin-top: 0px;
}
.banda-firma{
 display:none!important
}
.banda-firmado{
    height: 100px!important;
  }
.cuadro-firma-company{
  display:none;
  /*float:left;
  width:100%;
  margin-top:15px*/
}
.cuadro-firma-company-firmado{
  float:left;
  width:50%;
  margin-top:15px}
.cuadro-firma-worker {
 float:left;
 width:100%;
}

 @media all {
  div.saltopagina{
     display: none;
  }
}
  
@media print{
  div.saltopagina{ 
     display:block; 
     page-break-before:always;
  }
}


    /********************GASTO-AHORRO EN PRODUCTOS**********************************/

    .producto-cuadro-gasto{display:block!important;float:left;color:#fff;padding: 0.5rem !important;line-height: 1rem; font-size: 0.75em;background-color: #4976BA;margin-right: 1.3rem;}
    .caja-gasto{width:50%; float:left;color:#fff}
    .producto-cuadro-ahorro{display:block!important;float:left;color:#fff;padding: 0.5rem !important;line-height: 1rem;font-size: 0.75em;background-color:#00008F;margin-right:1.3rem}
    .caja-ahorro{width:50%; float:left;color:#fff}


          #caja-productos{width:50%;float:left; align-content: center;margin:20px 0px}
          .col-sm-3 {flex: 0 0 100%;  max-width: 100%;}
          .col-sm-5 {flex: 0 0 92%;max-width: 100%;margin-top: 1rem !important; }
          .caja-simulador{width:100%;}

/*****************FORMULARIOS*********************/

        .wd47 { padding: 5px; margin-bottom: 20px; width: 100%; margin-right: 10px;}

 /*************************FOOTER*******************/


#closer{
  font-size: 0.8em;
  margin:0 auto;
  width:100%!important;
}
.copy-right {
  width: 100%!important;
  justify-content: center!important;
  text-align: center!important;
}
.legales {
  width: 100%!important;
  text-align: center !important;
}

/*******************RGPD******************/

.rgpd{
  width:90%!important;
  padding: 15% 10%!important;
  text-align:center!important;
  min-height: 100%!important;
}

.rgpd h3 {
  font-size: 1.25rem!important;
}
.rgpd a {
  font-size:1.0em
}

.rgpd .btn-primary{
  margin-bottom: 20px!important;
  font-size:1.0em!important;
}

}


/******************************************************************************************************/
/************************************ NAVEGADOR EDGE  ****************************************/
@media only screen and (min-width:1316px) and (max-width:1820px) {
.edge nav .menu {
  width: 75%!important;
}

}





/************************************************************************************/
/****************************************************************************************/
/***************************RECURSOS HUMANOS*************/
/****************************************************************************************/

.btn-continuacion {
  width: auto;
  background-color: #e85620;
  color: #ffffff !important;
  text-align: center;
  border: none !important;
  line-height: 2.85rem;
  margin-left:20px
}
.btn-guardar-datos-RRHH {
  background-color: #003555;
  border: none;
  color: #fff;
  padding: 8px 20px;
  border-radius: 0;
  text-align: center;
  width: 25%;
  text-transform: uppercase;
  float: left;
  margin-right: 10px;
  font-size: 0.9rem;
}
.btn-volver-RRHH {
  background-color: #e85620;
  border: none;
  color: #fff;
  padding: 7px 20px;
  cursor: pointer;
  border-radius: 0%;
  margin: 0px 10px 0px 0px;
}
.caja-usuarios{
  height:120px
}
.caja-usuarios img{
  width:18%;
  margin-right: 5%;
  vertical-align: middle!important;

}
.caja-usuarios-imagen{
  width:18%;
  float:left
}
.caja-usuarios-imagen img{
  width:100%;
  float:left
}
.caja-usuarios-buscar{
  width:80%;
  float:left;
  padding-left:20px
}
.caja-usuarios-result{
border: 1px solid #bfbebe;
padding:15px;
height:100px;
width: 100%;
margin: 0 auto 50px;
clear: both;
}
.btn-descargar-plantilla{
  width:auto;
  background-color:#003555;
  color:#fff!important;
  text-align:center;
  text-transform:uppercase;
  font-size:0.8rem;
  border:none!important;
  padding:10px 20px 25px 20px !important;
  margin:0px 20px 30px 0px;
}
.btn-descargar-plantilla-excel{
  width:auto;
  background-color:#4182d6;
  color:#fff!important;
  text-align:center;
  line-height:2em;
  text-transform:uppercase;
  font-size:0.8rem;
  border:none!important;
  padding:10px 20px!important;
  margin:0px 20px 30px 0px;
}
.tabla-meses{
  width:100%;
  border:1px solid #d1d1d1;
  padding:20px;
  margin:10px 0px 21px 20px;
}