@charset "utf-8";
/* CSS Document */


body {
  font-family: 'Source Sans Pro', sans-serif!important;
  }
  
/***********TIPOGRAFÍAS***********************/

h1{
font-size: 1.7em!important;
font-weight: 600!important;
text-transform:uppercase!important;
color:#00008F!important;
padding:20px 0px 3px 0px!important
}
h2{
font-size: 1.3em!important;
font-weight: 600!important;
color:#EE2524!important;
padding:0px 0px 3px 0px!important;
}
h3{
font-size: 1.2em !important;
font-weight: 600!important;
text-transform: uppercase;
color: #EE2524!important;
padding: 20px 0px 3px 0px!important;
}
h4{
font-size: 1.1em!important;
font-weight: 600!important;
text-transform:uppercase;
color: #EE2524!important;
padding: 20px 0px 10px 0px !important;
}

h5{
font-size: 1.1em!important;
font-weight: 600!important;
color:#00008F!important;
margin:20px 0px 10px 0px;
}
h6{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.7em;
  color: #626466 !important;
  text-transform: uppercase;
  text-align:center;
}
p{
 font-size: 1.1em;
 color:#00008F!important;
 margin-left: -3px!important;
 line-height: 1.3em!important;
 margin-bottom: 0.5em!important;
}
.subtitulo-subrayado{
  text-transform:uppercase;
  text-decoration:underline;
  margin-bottom:30px
}
.texto-info-negrita{
 font-size: 0.9em;
 color:#00008F!important;
 line-height: 1.0em!important;
 margin-bottom: 0.5em!important;
 font-weight:600;
 }
 .texto-info{
 font-size: 0.9em;
 color:#00008F!important;
 line-height: 1.0em!important;
 margin-bottom: 0.5em!important;
  }
 .texto-calculos{
 font-size: 0.8em;
 color:#00008F!important;
 line-height: 1.0em!important;
 margin-bottom: 0.5em!important; 
  float: right;
  }
.text-center{
text-align:center;
}
.miga-pan{
  color:#97a5b4!important;
  }
.campoform{
background: #fff;
font-weight: 600;
font-size: 0.8em;
}


/*****************INDEX***********************/

.container {
  display: flex!important;
  flex-direction: column!important;
  height: 100%!important;
}

header {
  display:block!important;
  padding: 80px!important;
}

main {
display:block;
/*flex: 1;*/
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:0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#cookie-banner {
 width:70%;
margin: 0 auto;
    background-color: #fff;
    border: #00008f solid 1px;
    padding: 15px 40px;
}
#cookie-banner p{
font-weight:400!important;
color:#c0c0c3!important;
text-align:center;
}
#cookie-banner .close-btn {
    /*position: absolute;
    right: 30.5%;
    font-size: 18px;
    cursor: pointer;
color:#c0c0c3!important;*/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;
}
#index-admin{
 width:65%;
   display:block!important;
 margin:0 auto;
 background-color:#dae4ee;
 padding:20px
}
.btn-primary {
color: #fff!important;
border-color:#EE2524!important;
background-color:#EE2524!important;
box-shadow: none!important;
}
input .form-control {
background-color:#fff!important;
}
footer {
  padding: 20px;
}

/************SIDEBAR IZQUIERDO******************/
#sidebar{
background:#00008F!important
}
#sidebar .sidebar-header {
  padding: 40px 10px 10px 10px;;
  background: #fff!important;
}
#sidebar ul.components {
  border-bottom: none!important;
  display: flex;
  flex-direction: column;
  float:left;
  
}
#sidebar ul li a{
text-transform:uppercase!important;
font-size: 0.98em !important;
padding: 10px 20px !important;
color:#fff;
display:block;
text-align:left;
}

#sidebar ul li a:hover {
  color: #5b6770!important;
  background:none!important;
}
.current_page_item > a {
color: #000 !important;
}


  
/***************MENU SUPERIOR**********************/

ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0px;
  overflow: hidden;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

.navbar {
background:#00008F!important;
box-shadow: 5px 5px #a4c1df!important;
padding: 0px 10px!important;
}
.btn-AXA-azul {
  background-color:  #ececec!important;
  color: #444!important;}
.btn-primary, #botonMenu {
  color: #fff;
  background-color: #EE2524 !important;
  border-color: #EE2524 !important;
  padding:10px
}
/*boton menu worker**/ 
.btn {
  color: #fff;
  background-color: #EE2425!important;
  border-color: #EE2425!important;
} 

/***************LINEA TÍTULO****************/

.subrayado {
	position: relative;
	width: 100%;
  padding-bottom:30px;
  }
  
.subrayado:before {
	content: "";
	background-image: -webkit-linear-gradient(0deg, #EE2524 33%, #00008f 66%);
	background-image: -ms-linear-gradient(0deg, #EE2524 33%, #00008f 66%);
	background-size: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 5px;
  }
.d-flex {
  display: flex !important;
  }
  
 
 /*********************FILAS ************************/ 
 
.fila-gris {
  width: 50%;
  display: block;
  background-color: #dae4ee;
  margin: 0px 15px 10px 30px;
  float: left;
  padding: 9px 20px;
  text-transform: uppercase;
  color: #5b6770;
  cursor: pointer !important;
}
 .fila-gris-sin-margin-left{
  width:50%;
  display:block;
  background-color: #dae4ee;
  margin:0px 15px 10px 0px;
  float:left;
  padding: 9px 20px;
  text-transform:uppercase;
  color:#5b6770;
  cursor:pointer!important;
}
.fila-50secundario{
  width: auto;
  display: block!important;
  background-color: #8494a7;
  float: left;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #f1f4f7;
  margin-bottom:10px;
}
.fila-bprincipal{
  width: 100%;
  display: block;
  background-color: #2d4b6c;
  float: left;
  padding: 10px 0px 0px 20px;
  text-transform: uppercase;
  color: #f1f4f7;
  margin-bottom:10px;
}

/************************CONTENIDO************************************************/
.separador{
  width:100%;
  clear:both;
  height:30px
}
.row {
  margin-right: -3px!important;
  margin-left: -3px!important;
  display: flex;
  flex-wrap: wrap;
}

#content {
  padding:2%!important;
  background:url(../img/marca-agua-global.svg) bottom right no-repeat fixed;
  background-size: 50%
}
.contenido{
  width:99%;
  padding:20px 0px 30px 50px;
}

.contenido-65{
  width:65%;
  display:block!important
}
.contenido-50{
  width:50%;
  margin-left:2%;
  display:block!important
}
.contenido-50-sin-margin-left{
  width:50%;
  display:block!important
}
.contenido-45{
  width:45%;
  display:block!important
}
.linea-azul{
  background-color:#00008f;
  padding:1px 0px;
  width:15%;
  margin-bottom:15px}
.col-lg-4 {
  max-width: 20%;
  float:left!important;
}
.col-33 {
  width: 33%;
  float:left!important;
  padding:10px 20px
}
.mt-3 {
  margin-top:0px!important;
}

.col-lg-12 {
  padding-bottom:40px!important;
  
}
img{
  display: block;
  margin: auto;
  padding-bottom:20px
}

.modificar {
  float: right !important;
  text-transform:capitalize;
  color:#00008F;
  padding-right:10px;
  font-weight:300!important;
  
}
.eliminar {
  float: right !important;
  text-transform:capitalize;
  color:#c33d17;
  padding-right:10px;
  font-weight:none!important;
  font-weight:300!important;
}
#cuadro-guardar-fichero{
  background-color:#00008f;padding-top:10px;display:inline-block;border-radius:5px;width:7%;margin-left:3%
}
#texto-guardar-fichero{
  color:#fff;text-align:center;font-size:0.9rem;line-height: 0.9em;margin-bottom: 0.5rem;
}


.caja-family{
  width:15%;
  padding:3% 3%0 0;
  float:left
}
.caja-disponibles img{
  padding-bottom:0px!important
}

.texto-aviso{
  width:auto;
  display: block;
  background-color: #dae4ee;
  margin: 0px 15px 10px 10px;
  float: left;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #5b6770;
}
.alert-SNF-success {
  background-color: #EBEEF1;
  border-color: #5b6770;
  color:#444;
  margin:20px 0px;
  padding:10px 20px;
}
.alert-SNF-info {
  background-color:#94AAD6;
  border-color: #5b6770;
  color:#fff;
  margin:20px 0px;
  padding:10px 20px;
}
.alert-SNF-warning {
    background: #00008F !important;
    clear: both !important;
	padding: 10px !important;
	margin:20px 0px;
	color:white!important
}
.alert-SNF-danger {
    background: #EE2524 !important;
    clear: both !important;
	padding: 10px !important;
	margin:20px 0px;
	color:#fff
}
.recordatorio{
  border:1px #00008F groove;
   width:100%!important;
   padding: 0px 20px 20px 20px;
   margin:10px 0px!important; 
   box-shadow: 2px 2px 5px #999;
}

/*******************CABECERA******************************/

.navbar-expand .navbar-collapse{margin-left: 50% !important;}
/*#botonMenu{position: relative;  left: 0%;  top: 0%;}*/
.logo-Global_movil {display:none;}
.header-cuadro-idioma{padding: 0.5rem !important;line-height: 1rem;margin:0 1.3rem 0 18rem}
.header-cuadro-gasto{padding: 0.5rem !important;line-height: 1rem;font-size: 0.75em;background-color:#4976BA;margin-right:1.3rem;margin-left:50%}
.header-cuadro-ahorro{padding: 0.5rem !important;line-height: 1rem;font-size: 0.75em;background-color:#97a5b4;color:#fff;margin-right:1.3rem}
.header-cuadro-simulador{padding: 0rem 0.5rem  0.5rem  0.5rem !important;line-height: 1rem;background-color: #4976BA;margin-right:1.3rem;color:#fff}
.header-link-contacto{color:#fff;padding-right:20px;}
.header-link-ayuda{color:#fff}
.header-contacto-movil{display:none}
.header-ayuda-movil{display:none}

/**************FAMILIARES*************/
.boton-grande-familia{display:block}
.boton-petit-family{display:none}
.caja-family{
  width: 12%;
  float:left;
  padding:1%;
  margin:10px 30px}
  
  /********************GASTO-AHORRO EN PRODUCTOS**********************************/
  .caja-general-gasto-ahorro{display: none !important;
    width: 100%;
    float: left;

    margin-bottom: 30px;}

/**********PRODUCTOS***********************************/

.caja-principal-productos{
   width:100%;
   clear:both}


   #prd_contratados, #prdEnCurso, #PrdDisponibles{
    width:100%;
    padding:1% 4%}


.caja{
  width:25%;
  padding:3% 3%0 0;float:left
}
.caja-disponibles{
  background-color:#EBEEF1;
  width:100%;
  padding:5% 10%;
  border-radius:10px;
  text-align: center !important;
}

.caja-disponibles .mx-auto img{
  padding-bottom:0px!important;
  width:40%;

}
.nombre-prod{
  font-size: 1.1em!important;
  font-weight: 600!important;
  color:#00008F!important;
  margin:20px 0px 10px 0px;
  text-transform:uppercase!important
  }
.situacion-actual{
  color:#fff;
  text-transform:uppercase;
  font-size:1.1rem;
  padding:10px;
  width:100%;
  background-color:#8494a7;
  margin-bottom:20px;
  }
.simulacion{
  color:#fff;
  text-transform:uppercase;
  font-size:1.1rem;
  padding:10px;
  width:100%;
  background-color:#94AAD6!important;
  margin-bottom:20px;
  }
.situacion-prevista{
  color:#fff;
  text-transform:uppercase;
  font-size:1.1rem;
  padding:10px;
  width:100%;
  background-color:#00008F;
  margin-bottom:20px;
  }
.showdata {
  margin-top: 10px!important;
  color: grey;
  text-align: left;
  padding:0px 20px!important;
  color:#00008F!important;
}
.calc_total{
  background-color:#EBEEF1!important;
  border-radius: 0px!important;
  color:#00008F!important;
  padding: 10px 20px;
  font-weight:600
  }
.bg-SNF-azulCalc {
  background-color: #EBEEF1!important;
}

.botones-informacion{
   width:80%;
   margin:0 auto;
   display: flex;
   justify-content: center;
   }
.caja-simulacion{
  width:80%;
  margin:0 auto;
  padding: 20px;
  }
  
 .tarjeta-solicitada{
   color:white;
   text-align:center;
   font-size:1.3em
   } 
   
  .caja-productos-fondo-gris{
    background-color: #E5E4E4;
	width:25%;
	padding: 10px 20px;
	margin: 0px 1%;
	float:left;}
  .caja-productos-simulacion{
    width:41.666667%;
	max-width:41.666667%;
	float:left;}

  /****************Botones productos*************************/
.buttom-calcular-comida{position: absolute;top:10%;left:2%}
.buttom-simulador-comida{position: absolute;top:10%;left:30%}
.buttom-calcular-axa-complet{position: absolute;top: 25%;margin-top:10px;display:block;}
.buttom-simulador-axa-complet{position: absolute;top: 0%;left:2%;}
.buttom-calcular-ahorro{position: absolute;top: 15%;left:2%}
.buttom-simulador-ahorro{position: absolute;top: 15%;left:30%}
.buttom-calcular-guarderia{position: absolute;top:2%;left:2%}
.buttom-simulador-guarderia{position: absolute;top:2%;left:30%}
.buttom-calcular-transporte{position: absolute;top:-7%;left:2%;}
.buttom-simulador-transporte{position: absolute;top:-7%;left:30%;;margin-bottom:10px}
.buttom-calcular-formacion{position: absolute;top:2%;left:2%}
.buttom-simulador-formacion{position: absolute;top:2%;left:30%}
.button-container {
  display: flex;justify-content: flex-start; /* Alinea los botones a la izquierda */
  flex-wrap: wrap; /* Permite que los botones pasen a la siguiente línea si no caben */
  gap: 10px; /* Espaciado entre los botones */
  margin-top: 10px;  margin-bottom: 20px;/* Espaciado con respecto a los campos del formulario */
}
/***************PLANES***********************/

 .caja-planes-fondo{
    background-color: #E5E4E4;
	width:31%;
	padding: 10px 20px;
	margin: 0px 1%;}
 .caja-planes-borde{
    border:#00008f solid 1px;
	width:31%;
	padding: 10px 20px;
	margin: 0px 1%;}

 /********************CONTRATO NOVACIÓN***********************/
 .buttom-contratar-prod{width:25%;float:left;text-align:center;margin:20px 30px;background-color: #D24723;
  border: none;
  color: #fff;
  padding: 10px 20px;}
.contenedor-contrato{width:70%;margin:0 auto;margin-top:50px;}
.buttom-firmar-contrato{display:none}
.contenedor-firma{display:block;width:70%;margin:0 auto;margin-top:50px;position:relative}
.contenedor-firma-firmado{width:70%;margin:0 auto;margin-top:50px;margin-bottom:50px;position:relative}
canvas{width:100%;height:30vh;margin-top: 10px;}
.cuadro-firma-company{float:left;
width:50%}
.cuadro-firma-worker{float:left;
  width:30%}
.fondo-azul-firma{
    height: 96px;
    background-color: #00008f;
    position: relative;
    text-align:center;
    color: #fff;
    background-clip: padding-box;
    padding-top:20px;
    margin-top:30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display:block;
  }
  .buttom-ver-contrato{
    width:30%;
    float:left;
    text-align:center;
    margin:20px;
    background-color: #D24723;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0%;
  }
  .no_firma_saved{
    width:40%;margin:0 auto;
  }
/**********RRHH***********************************/

  .caja-recursos{
  width:25%;
  padding:3% 3%0 0;float:left
}


/**************************FORMULARIOS***************************/

.form-control[readonly] {
  background-color: #fff!important;
  opacity: 1;
  }
.form-control{
 margin-bottom:20px
 }
.form-control-50{
 display:inline;
 width:50%;
 float:left;
 margin-right:20px;
 padding-left:10px;
 line-height: 35px;
 }
 .wd47 {
  margin-bottom: 0px!important;
  margin-left: 0px!important;
  }
  .wd100 {
  width:100%;
  margin-bottom:30px!important;
  float:left;
   }
  .wd50 {
  width:50%;
  margin-bottom:30px!important;
  float:left;
   }
 .wd95{
  margin-left:10px;
 }
 .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 20px;
}
.caja-botones-form{
  width:100%;
  float:left;
  display:block;
  margin:10px 0px 20px 0px
  }
input[type="checkbox"], input[type="radio"]{
 margin: 10px; 
 }
/***************************BOTONES**********************************************/ 

.btn-editar, .btn-borrar{
 padding: 0px 10px !important;
 float: left !important;
 width: 50%!important;
 cursor:pointer!important;
}
.btn-simular{
 border:none!important;
 background: transparent!important;
 font-size: 0.9em!important;
 margin-right:20px;
 cursor:pointer!important;
}
.btn-simular img{
 padding-bottom:0px!important;
 display: flex;
 justify-content: center;
 cursor:pointer!important;
}

.btn-ver-pdf{
 border:none!important;
 background: transparent!important;
 font-size: 1em!important;
 float:left!important;
 cursor:pointer!important;
}

.btn-ver-pdf img{
 padding-bottom:0px!important;
 margin:0px!important;
 float:left!important;
 border:0!important;
 width:auto!important;
 cursor:pointer!important;
}

.btn-info{
 border:none!important;
 background: transparent!important;
 font-size: 1em!important;
 float:left!important;
 color:#444!important;
 text-align:center!important;
 cursor:pointer!important;
 box-shadow: none!important;
}

.btn-info img{
 padding-bottom:0px!important;
 margin:0px!important;
 float:left!important;
 border:0!important;
 width:auto!important;
 cursor:pointer!important;
}

.btn-acceder{
  background-color:#00008f!important;
  color:#fff!important;
  padding:5px 10px;
  width:50%!important;
  text-align:center;
  margin:0 auto;
  cursor:pointer!important;
}
.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;
  cursor:pointer!important;
}
.btn-positivo{
  width:10%;
  float:left;
  background-color:#00008F!important;
  color:#fff!important;
  text-align:center;
  text-transform:uppercase;
  font-size:1em;
  line-height:2em;
  margin:0px 5px 10px 0px;
  border:none!important;
  cursor:pointer!important;
}
.btn-azul {
  background-color: #00008f;
  border: none;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 0%;
}
.btn-positivo-G{
  width:100%;
  float:left;
  background-color:#00008F!important;
  color:#fff!important;
  text-align:center;
  font-size:1em;
  line-height:2em;
  padding: 50px 30px;
  border:none!important;
  cursor:pointer!important;
}
.btn-principal{
  width:auto;
  float:left!important;
  background-color:#2d4b6c!important;
  color:#fff!important;
  text-align:center;
  font-size:1em!important;
  line-height:2em;
  margin:0px 10px 10px 0px;
  border:none!important;
  padding: 5px 10px;
  cursor:pointer!important;
}
.btn-principal1{
  width:auto;
  float:left!important;
  background-color:#94AAD6!important;
  color:#fff!important;
  text-align:center;
  font-size:1em!important;
  line-height:2em;
  margin:0px 10px 10px 0px;
  border:none!important;
  padding: 5px 10px;
  cursor:pointer!important;
}

.btn-secundario{
  width:auto;
  float:left!important;
  background-color:#EE2524!important;
  color:#fff!important;
  text-align:center;
  font-size:1em!important;
  line-height:2em;
  margin:0px 10px 10px 0px;
  border:none!important;
  padding: 5px 10px;
  cursor:pointer!important;
}
.btn-50principal{
  width:auto;
  float:left!important;
  background-color:#8494a7!important;
  color:#fff!important;
  text-align:center;
  font-size:1em!important;
  line-height:2em;
  margin:0px 10px 10px 0px;
  border:none!important;
  padding: 5px 10px;
  cursor:pointer!important; 
}
.btn-10principal{
  width:auto;
  float:left!important;
  background-color:#EBEEF1!important;
  color:#444!important;
  text-align:center;
  font-size:1em!important;
  line-height:2em;
  margin:20px 10px 20px 0px;
  border:none!important;
  padding: 5px 10px;
  cursor:pointer!important;
}
.btn-mes-activo{
  width:auto;
  float:left!important;
  background-color:#EE2524!important;
  color:#fff!important;
  text-align:center;
  font-size:1em!important;
  line-height:2em;
  margin:0px 10px 10px 0px;
  border:none!important;
  padding: 5px 10px;
  cursor:pointer!important;
}
.btn-mes-inactivo{
  width:auto;
  float:left!important;
  background-color:#00008F!important;
  color:#fff!important;
  text-align:center;
  font-size:1em!important;
  line-height:2em;
  margin:0px 10px 10px 0px;
  border:none!important;
  padding: 5px 10px;
  cursor:pointer!important;
}
.solicitar-tarjeta{
  width:auto;
  float:left!important;
  background-color:#94abd2!important;
  color:#fff!important;
  text-align:center;
  font-size:1em!important;
  line-height:2em;
  margin:0px 10px 10px 0px;
  border:none!important;
  padding: 5px 10px;
  cursor:pointer!important;
}
.btn-rojo{
  width:10%;
  float:left;
  background-color:#d24723!important;
  color:#fff!important;
  text-align:center;
  text-transform:uppercase;
  font-size:1em;
  line-height:2em;
  margin-bottom:10px;
  border:none!important;
  cursor:pointer!important;
}
.btn-gris{
  width:10%;
  float:left;
  background-color:#e9e9e9!important;
  color:#444!important;
  text-align:center;
  margin-right:10px;
  text-transform:uppercase;
  font-size:1em;
  line-height:2em;
  margin-bottom:10px;
  border:none!important;
  cursor:pointer!important;
}
.modificar-agregar{
 background-color:#00008F;
 color:#fff;
 width:auto;
 display:inline!important;
 padding:10px 20px!important;
 border:none!important;
 margin-top:5%!important;
 cursor:pointer!important;
 }
.modificar-agregar img{
 display:inline!important;
 vertical-align:middle!important;
 padding-bottom:0px!important;
 padding-left:10px;
 }
 .btn-principal-gestor{
  width: auto;
  float: left !important;
  background-color: #00008F !important;
  color: #fff !important;
  text-align: center;
  font-size: 0.9em !important;
  line-height: 1em;
  margin: 10px 10px 10px 0px;
  border: none !important;
  padding: 5px 10px;
  cursor:pointer!important;
}
.btn-mes{
  width:auto;
  float:left!important;
  background-color:#EBEEF1!important;
  color:#444!important;
  text-align:center;
  font-size:1em!important;
  line-height:2em;
  margin:0px 10px;
  border:none!important;
  padding: 10px 20px;
  cursor:pointer!important;
}
.btn-enviar-email{
  width:auto;
  background-color:#2d4b6c!important;
  color:#fff!important;
  text-align:center;
  font-size:1em!important;
  line-height:2em;
  margin:0px 10px 10px 0px;
  border:none!important;
  padding: 5px 10px;
  cursor:pointer!important;
}

.btn-SNF-gris {
  background-color: #bababa;
  border: none;
  color: #343c3d;
  padding: 12px 20px!important;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0%;
}

/****************ICONOS**********************/ 
.icono-familia{
  width:30%;
} 

/*******RGPD***********************/
.fondo_login{
  width:40%;
  margin:0 auto;
}
.rgpd-logo{
  width:40%;
  margin:0 auto;
  padding-top:10%
}
.rgpd-content{
 width:100%;
 padding:20px 40px;
 background-color:#EBEEF1;
 margin-top:10%;
 display: flex;
justify-content: center;
}
.rgpd-politica{
 width:50%;
 margin:0 auto;
 padding:5% 0px;
 clear:both
}
.rgpd-botones{
  width:100%;
  margin:0 auto;
  padding:6% 0%;
  clear:both;
  display: flex;
justify-content: center;
}

/*************************FOOTER***********************************/
#closer{
 position:fixed;
 bottom:0; 
 z-index:5000;
 background-color:#868889!important;
 font-size: 0.9em;
 clear:both;
 width:100%;
}
.px-3{ color:#fff!important;}
.pl-4,.px-4{
  padding: 0.3rem 2.8rem !important;
  width: 30%!important;
  color:#fff!important;
 }


/********************************************************************************************************/
/****************************** MÓVIL *******************************/



@media only screen and (min-width:320px) and (max-width:768px) {

  /************************INDEX**********************************/ 
  .container-index {
   margin-bottom:30px
 }
 .container-index header{
   width:52%;
 }
 .container-index header img{
   width:100%;
 }
 
  #login-box {
   margin: 0 auto;
   max-width: 80%!important;
   /* En pantallas de ordenador, el cajón ocupa el 50% */
   width: 80%!important;
   /* 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;
   z-index:10;
 }
 #cookie-banner {
   position: absolute!important;
   width:80%;
   margin-top:25%;
   z-index:1000;
 }
 /*******SIDEBAR*****/
 
 #sidebar {
   margin-left: -250px;
 }
 #sidebar.active {
   margin-left: 0;
 }
 
 #sidebarCollapse span {
   display: none;
 }
 
 
 #sidebar ul li a {
   padding: 0px 20px 10px 20px!important;
   font-size: 1.2rem!important; 
  }
 
 /************FORM*********************/
 table{width:100%!important;}
 form{padding-top:20px!important}
 .wd47 { width:100%}
 /****************************************************/

 
   #content {
     #content {
    width: calc(100% - 0px) !important;
    padding: 15px 15px 45px 15px;
    min-height: 100vh;
  }}
     #content.active {width: 100%;  }
   .logo{width:50%!important;}
 
   /****************CABECERA******************************/
  .header-cuadro-gasto{display:none!important;width:30%; float:left;color:#fff}
  .header-cuadro-ahorro{display:none!important;width:30%; float:left;color:#fff}
  .logo-Global_movil{display:block;position:relative; left:8%;top:-20%;}
  .header-cuadro-simulador{position:absolute; left:5%;top:58%;width:38%;padding: 0rem 0.5rem  0.2rem  0.5rem !important;background-color: #E5E4E4;margin-right:1.3rem;color:#444}
  .header-link-contacto{display:none;color:#fff}
  .header-link-ayuda{display:none}
  .header-contacto-movil{display:none}
  .header-ayuda-movil{display:none}
  #botonMenu {
    position:relative;
    left:80%;
    top:23%;
    color: #fff;
    background-color: #ececec !important;
    border-color: #ececec !important;
    padding-right:10px;
    border:none!important;
  }
     .nav-link{padding:0rem}
   
   .navbar-expand .navbar-collapse{margin-left:-10% !important;}
   .navbar{height:18vh;
    margin-bottom:30px;
    background:#ececec!important;
    padding: 5px 10px!important;
    box-shadow: 2px 2px #ececec !important;}
   
   .navbar-expand ul {margin-left: -23% !important;}
   .navbar-expand ul li{margin-right: 0.8rem !important;}
   .modal { position: fixed; top: 0;left: 0; width: 90%;height: 80%;margin:0 auto}
   h4 { font-size: 1.5rem!important;}
 
/**************FAMILIARES*************/
.boton-grande-familia{display:none}
.boton-petit-family{
  width:80%;
  display:block;
  margin-top:22px}
.caja-family{
  width: 42%;
  float:left;
  border:1px solid #c1c1c1;
  padding:1%;
  margin:10px}

 /***************************** PRODUCTOS **************************/
   #prd_contratados, #prdEnCurso, #PrdDisponibles{
    padding:3% 4%
  }
   .caja{
    width:45%!important;
    max-width:45%;
    padding:1%;
    margin:20px 10px 20px 0px;
    
  }
  .caja-disponibles {
    height: 215px;
  }
  .nombre-prod{
    height:auto;
    padding-bottom:10px;
    font-size: 1.0em !important;  
  }
  .caja-simulacion {
    width: 100%;
    padding: 20px;
  }
  .botones-informacion {
   padding-bottom:10px!important;
  }
   .mx-3 {
     margin-right: 0.4rem !important;
     margin-left: 0.4rem !important;
   }
   .solicitud-exito{
     width:80%;
   }
   .caja-productos-fondo-gris{
	width:98%;
	padding: 10px 20px;
	margin: 0px 1% 20px 1%;
	float:left;}
  .caja-productos-simulacion{
  width:98%;
	max-width:98%;
	float:left;
  margin-bottom:20px}

   /********************GASTO-AHORRO EN PRODUCTOS**********************************/
   .caja-general-gasto-ahorro{width: 92%;display: block!important;margin:0% 10% 10% 10%;}
   .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}
 
   /****************Botones productos*************************/
   .buttom-simulador-comida{position: absolute;top:10%;left:2%}
   .buttom-calcular-axa-complet{position: absolute;top: 25%!important;}
   .buttom-simulador-axa-complet{position: absolute;top: 26.4%;left: 2.3%;}
   .buttom-simulador-axa-complet-basic{position: absolute;top: 17%;}
   .buttom-simulador-ahorro{position: absolute;top: 15%;left:2%;}
   .buttom-simulador-guarderia{position: absolute;top:-2%;left:2%;margin-bottom:20px}
   .buttom-calcular-guarderia{position: absolute;top:-2%;left:2%;margin-bottom:20px}
   .buttom-simulador-transporte{position: absolute;top:-7%;left:2%}
   .buttom-simulador-formacion{position: absolute;top:2%;left:2%}
 
 /********************CONTRATO NOVACIÓN***********************/
  .buttom-contratar-prod{width:70%;float:left;text-align:center;margin:20px 30px;background-color: #D24723;
   border: none;
   color: #fff;
   padding: 10px 20px;}
   .contenedor-contrato{width:90%;margin:0 auto;margin-top:50px;}
   .buttom-firmar-contrato{display:block!important;width:70%;text-align:center;margin:20px 50px;background-color: #D24723;
     border: none;
     color: #fff;
     padding: 10px 20px;cursor: pointer; }
   .contenedor-firma{display:none}
   .contenedor-firma-firmado{width:100%;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%;}
   .fondo-azul-firma{display:none!important}
   .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;
 }
   .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%
 }
 /*****************Footer**************/
 
 #closer .px-3 {  padding: 0.5rem !important;}
 #closer .px-4 {  padding-right: 4rem !important;}
 

 
 
 
 }
