@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

html, body {height: 100%; margin:0; }

body {
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 1rem;
}


  
/***********TIPOGRAFÍAS***********************/
p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color:#00008f
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

h2{
  font-size: 1.0rem!important;
  font-weight: 400!important;
  color:#00008f!important;
  padding:20px 0px 3px 27px!important
}
h4{
  padding-left:0px!important;
  font-size: 1.7rem;
  font-weight: 600;
	color: #00008f;
}
h5 {
	font-weight: 700;
	font-size: 1.25rem;
	color: #00008f;
  margin-bottom: 1rem !important;
}
h6{
  font-size: 1rem!important;
  font-weight: 400!important;
  color:#00008f!important;
  text-transform:uppercase!important;
}
.text-center {
  text-align: center !important;
}
.texto-gris{
  color: grey;
  margin-bottom: 60px;
  margin-top: 20px;
}
.textoAzul{
	color: #00008f;
 } 
 .textoGrisOscuro{
	color: #343c3d
 }
 .textoGrisClaro{
	color: #bababa
 }
 .texto-duracion-plan{
  color: #2e2e2f;
  text-align:center;
 }
 .titulo-bonificada{
  font-size: 1.25rem;
  color: #00008f;
  margin-bottom: 1rem !important;
  border-bottom: 2px solid #00008f;
 }
 .subtitulo-bonificada{
  
  color: #3399FF;
  font-size: 1.05rem;
  font-weight: bold;
 }

/**************ESPACIOS**********************/
.spacer-20{
  padding: 20px;
  content: " / ";
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.mt-2 {
  margin-top: 0.75rem !important;
}
.mt-3 {
  margin-top: 1.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.p-5 {
  padding: 2rem !important;
}

/***************COLUMNAS***********************/

.col-lg-4 {
  float:left!important;
}
.col-lg-6 {
  flex: 0 0 auto;
  width: 50%;
}
.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 {
  flex: 0 0 auto;
  width: 95%;
  margin:0 auto;
  padding-bottom:20px!important;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/*************************************/

.blockquote{
  border-left: 6px solid #ccc;
  margin:2%;
  padding:20px;
  color:#cb1535!important
}
.blockquote h6{
  color:#cb1535!important
}

/***************************BOTONES************/ 

.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:#00008f;
  color:#fff!important;
  text-align:center;
  text-transform:uppercase;
  font-size:0.8rem;
  line-height:2em;
  margin:0 auto;
  border:none!important;
  padding:10px;
}

.btn-rojo{
  background-color:#d24723!important;
  color:#fff!important;
  text-align:center;
  padding:10px 20px;
  border:none!important;
}
.btn-gris{
  width:auto;
  float:left;
  background-color:#bababa;
  color:#444!important;
  text-align:center;
  margin-right:10px;
  text-transform:uppercase;
  font-size:0.8rem;
  line-height:2em;
  margin-bottom:10px;
  border:none!important;
  padding:10px 20px;
}
.btn-entrar{
  width:100%;
  background-color:#00008f;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  font-size:0.8rem;
  line-height:2em;
  margin:0px 5px 10px 0px;
  border:none!important;
  padding: 0.75rem !important;
}
.btn-alta-fam-grande{
  width:auto;
  float:left;
  background-color:#00008f;
  color:#fff!important;
  text-align:center;
  text-transform:uppercase;
  font-size:1rem;
  border:none!important;
  padding:70px 50px;
  margin:40px 5px 10px 10px;
}

.boton-grande-familia{
  display:block
}
.boton-petit-family{
  display:none;
}
.btn-warning {
  color: #343c3d;
  background-color: #ffbc11;
  border-color: #ffbc11;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  text-align:center;
  text-transform:uppercase;
  font-size:0.8rem;
  line-height:2em;
  margin:0 auto;
  border:none!important;
  padding:0px 10px;
}
.btn-warning:hover {
  color: #343c3d;
  background-color: #ffc635;
  border-color: #ffc329;
}

.btn-descargar-plantilla{
  width:auto;
  float:left;
  background-color:#00008f;
  color:#fff!important;
  text-align:center;
  text-transform:uppercase;
  font-size:0.8rem;
  line-height:2em;
  margin:0 auto;
  border:none!important;
  padding:10px 20px;
  margin:0px 20px 30px 0px;
}
/******************INDEX****************************/

.container-index {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.container-index header{
  padding: 40px;
  width:12%;
  margin: 0 auto;
}

main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cookie-banner {
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: #00008f solid 1px;
  display: block;
}
#cookie-banner .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
  background-color: #00008f;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 0%;
}
.titulo-index{
  padding: 1rem !important;
  text-align: center !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
#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;
}
#login_form{
  width:100%;
}
.formIndex{
  display: flex;
  flex-wrap: wrap;
  margin: 0.75rem !important;
}
/************SIDEBAR IZQUIERDO******************/

.logo{
  margin-top:23px;
  width:40%;
  max-width: 100%;
  height: auto;
}
#sidebar {
  width: 250px;
  position: fixed;
  height: 100vh;
  z-index: 999;
  background:#00008f;
  color: #fff;
  transition: all 0.3s;
  overflow: visible;
}
#sidebar .sidebar-header {
  padding: 20px;
  background: #00008f;
  text-align:center;
}
#sidebar ul {
  padding: 20px 0;
  margin-left: .5rem !important;
  list-style: none;
}
#sidebar ul li a{
  text-transform:uppercase!important;
  padding: 10px 0px 10px 20px;
  font-size: 1.0em;
  display: block;
}
#sidebar ul li a:active {
  color: #e3e3ea;
  background: #fff!important;
}
#sidebar ul li a:hover {
  color: #00008f;
  background: #fff;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  background: #6d7fcc;
}
#sidebar.active {
  margin-left: -250px;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}
.border-danger{
  border: 1px solid #c91432 !important;
  margin-right: 2.5rem !important;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}



/***************MENU SUPERIOR**********************/

.navbar {
  padding: 5px 10px;
  background: #ececec!important;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}
.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}
.navbar-expand .navbar-collapse {
  margin-left: 70%!important;
}
.nav navbar-nav{
  margin-left:0px!important
} 
.select_idioma{
  color:#00008f !important;
  border:none!important;
  padding-top: 17px;
} 
.select_idioma option{
  background-color:rgb(238, 236, 236)!important;
  color: #00008f; border:none!important
}
.icono-mundo{
    float:left;
    padding-left:23px;
    padding-top: 17px;
}
.select_idioma:hover{
    color: #00008f;
    border:none!important
}
.logo-Axa-Flex{
    position: relative; 
    left: 0%; 
    top: 0%;
}
.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
}
.header-cuadro-ahorro{
    padding: 0.5rem !important;
    line-height: 1rem;
    font-size: 0.75em;
    background-color:#00008F;
    color:#fff;
    margin-right:1.3rem}
.header-cuadro-simulador{
    padding: 0rem 0.5rem  0.5rem  0.5rem !important;
    background-color: #E5E4E4;
    margin-right:1.3rem;
    color:#444}
.header-contacto-movil{
    display:none
}
.header-ayuda-movil{
    display:none
}

/******************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;
}	

/**************************TITULO****************************/

.titulo{
    padding: 10px !important;
    font-size: 1.7rem;
    font-weight: 600;
    color: #00008f;     
}
.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, #cb1535 33%, #00008f 66%);
	background-image: -ms-linear-gradient(0deg, #cb1535 33%, #00008f 66%);
	background-size: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 5px;
  }

/************************CONTENIDO GENERICO**********************************************/
#wrapper {
  min-height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  display: flex;
  width: 100%;
}
#content {
  width: calc(100% - 250px);
  padding: 40px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
#content.active {
  width: 100%;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.contenido{
  width:99%;
  padding:20px 0px 30px 50px;margin-bottom:20px;
}
.cuadro-iconos{
    padding: 20px 0px;
    justify-content: space-around !important;  
}
.imagen{
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 100%;
    height: auto;
}
.icono-calculadora{
    flex: 1 0 0%;
    padding-left: 1rem !important;
    width:auto!important;
    height:auto!important;
}

/***************WORKER*************************/
.worker-info{
    margin: 0rem 1.5rem 1.5rem 1.5rem !important;
    max-width: 100%;
    border-style: none;
}
.worker-contacto{
  margin: 0rem 1.5rem 1.5rem 1.5rem !important;
  max-width: 100%;
  border-style: none;
}
.worker-direccion{
  margin: 0rem 1.5rem 1.5rem 1.5rem !important;
  max-width: 100%;
  border-style: none;
}


/**************FAMILIARES*************/

.caja-family{
    width: 15%;
    float:left;
    padding:1%;
    margin:10px 30px;
    height: 30vh;
}


/*****************FORMULARIOS*********************/
.form-productos{
  padding-top:15%;
  width:100%;
}
input[type="checkbox"], input[type="radio"]{
  margin: 10px; 
}
.wd47{
	padding: 5px;
	margin-bottom: 20px;
	width: 45%;
	float: right;
	margin-right: 10px;
}

.left{
	float: left;
	margin-left: 10px;
}

.sep{
	border: none;
	border-bottom: 1px solid #3399FF;
	color: #3399FF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 98%;
	float: left;
}
.aviso_form{
  margin-top:10px!important;
  background-color:#ececec!important;
  padding:10px!important;
  display: block !important;
}
.sep1{
	border: none;
	color: #3399FF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 98%;
	float: left;
}


/**********************TABLAS FORM******************/

table{
  width:100%;
  caption-side: bottom;
  border-collapse: collapse;
}
.texto-tr{
  font-size:1.1em;
  height:40px;
  line-height: 1rem;
  font-weight: 600;
}

/**************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: #ffbc11;
	border-color: #ffbc11;
  margin: 20px;
  padding: 10px 20px;
}
.alert-info{
  width:auto;
  background-color: #94AAD6;
  border-color: #5b6770;
  color: #fff;
  margin: 20px;
  padding: 10px 20px;
}
.alert-success{
    width:auto;
	color: #fff;
	background-color: #138636;
	border-color: #138636;
    margin: 20px;
    padding: 10px 20px;
}

/***************************** PRODUCTOS **************************/

#prd_contratados, #prdEnCurso, #PrdDisponibles{
  padding:0% 2% 4%
}
.subtitulo{
  margin: 2rem 0 !important;
	border-bottom: 3px solid #00008f;
  color: #00008f;
  line-height: 2.5rem;
  width: 90%;
}
.caja_producto{
  width:16%;
  padding:10px;
  margin: 0 1.3rem !important;
  flex-direction: column !important;
  display: inline-flex !important;
}
.caja_producto img{
  margin: 10px auto !important;
  cursor: pointer;
  width:90px;
  height:80px
}
.nombre-producto{
  margin: 0 auto !important;
  text-align: center;
  height:40px;
  text-transform:uppercase
}
#cantidad{
  width:70%;
  margin:0 auto;
  color: white;
  background-color: #343c3d;
  border-color: #c2c5c5;
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
  text-align: center !important;
  margin-top:10px;
}
.documentacion{
  width:100%;
  margin:0 auto;
  display: flex !important;
  padding-left: 0px !important;
  margin-top: 0.75rem !important;
  justify-content: center !important;
}
.documentacion img{
  margin-right: auto !important;
  margin-left: auto !important;
  cursor: pointer;
  width:32px;
  height:32px;
  max-width: 100%;
}

.solicitud-exito{
  width:20%;
  margin-top:30px;
  text-align:center;
}
.calculadora-izquierda{
  flex: 0 0 auto;
  width: 25%;
  float:left;
  background-color: #E5E4E4;
  padding: 1.5rem !important;
  margin-right:2%;
}
.calculadora-izquierda h6{
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #00008f !important;
  text-transform: uppercase !important;
}

.calculadora-centro{
  flex: 0 0 auto;
  width: 45%;
  float:left;
  background-color: #E5E4E4;
  padding: 1.5rem 0.8rem !important;
  margin-right:2%;
  position: relative;
}
.calculadora-derecha{
  flex: 0 0 auto;
  width: 25%;
  float:left;
  background-color: #E5E4E4;
  padding: 1.5rem !important;
}
.calculadora-derecha h6{
  font-size: 1rem;
  font-weight: 600;
  color: #00008f;
  text-transform: uppercase;
}
.notita{
  margin-top: 1.5rem !important;
}
.bg-blanco{
  width: auto;
  color: #444444;
  background-color: #fff;
  border-color: #fff;
  margin: 20px 0px;
  padding: 10px 20px;
}
.btn-azul-simular {
  width: auto;
  float: left;
  background-color: #00008f;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 2em;
  margin: 0 auto;
  border: none !important;
  padding: 0px 20px;
}

/***************GASTO-AHORRO EN PRODUCTOS***********************/

.caja-general-gasto-ahorro{
  display:none!important;
  width:100%;
  float:left;
  margin-bottom:30px}

  /****************SOLICITAR PRODUCTOS*********************/

  .form-check-input{
    position: relative!important;
    float:left;
    margin:0.8rem 0.8rem 0.8rem 0rem!important
  }
  
  .form-check-label{
    float:left;
    width:auto;
    margin:0.4rem 0.4rem 0.4rem 0rem !important;
  }


  .sol_cantidad{
    float:left;
    width:auto;
    margin:0.4rem 0rem 0.8rem 0.2rem !important;
  }

  
/****************Botones productos*************************/
.buttom-calcular-comida{
  position: absolute;
  top:-5%;
  left:2%
}
.buttom-simulador-comida{
  position: absolute;
  top:-5%;
  left:2%
}
.buttom-calcular-salud{
  position: absolute;
  top: 0%;
  left:2%
}
.buttom-simulador-salud-beneficio{
  position: absolute;
  top: 18%;
  left:2%;
}
.buttom-calcular-salud-beneficio{
  position: absolute;
  top: 18%;
  left:2%
}
.buttom-simulador-salud{
  position: absolute;
  top: 0%;
  left:2%;
}
.buttom-calcular-ahorro{
  position: absolute;
  top: 0%;
  left:2%
}
.buttom-simulador-ahorro{
  position: absolute;
  top: 0%;
  left:2%
}
.buttom-calcular-guarderia{
  position: absolute;
  top:2%;
  left:2%
}
.buttom-simulador-guarderia{
  position: absolute;
  top:2%;
  left:2%}
.buttom-calcular-transporte{
  position: absolute;
  top:-4%;
  left:2%;
}
.buttom-simulador-transporte{
  position: absolute;
  top:-4%;
  left:2%;
  margin-bottom:10px
}
.buttom-calcular-formacion{
  position: absolute;
  top:2%;
  left:2%
}
.buttom-simulador-formacion{
  position: absolute;
  top:2%;
  left:2%
}
.buttom-calcular-vida{
  position: absolute;
  top: 12%;
  left:4%
}
.buttom-simulador-vida{
  position: absolute;
  top:12%;
  left:4%
}
.buttom-calcular-RentingA {
  position: absolute;
  top: 25%;
  left: 5%;
}
.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 */
}
.btn-calcular {
  width: 150px;
  float: left;
  background-color: #00008f;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: none !important;
  padding: 10px;
}
.btn-simular {
  width: 150px;
  float: left;
  background-color: #F90;
  color: #222222 !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: none !important;
  padding: 10px;
}
.btn-contratar {
  width: 150px;
  float: left;
  background-color: rgb(17, 148, 39);
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: none !important;
  padding: 10px;
}
.btn-volver{
  background-color: #cb1535;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 0%;
  width: 150px;
  text-transform:uppercase
  }
.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-solicitado{
  color: #343c3d;
  background-color: #ffbc11;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 2em;
  margin: 0 auto;
  margin-top: 0.75rem !important;
  border: none !important;
  padding: 5px 10px;
 }
.btn-cerrar{
  background-color: #dee1e6;
  border-color: #eeeff1;
  color: #00008f;
  padding: 5px 10px;
  margin-left:20px;
  text-align: center;
  text-transform: uppercase;
 }
 .btn-cerrar:hover{
  background-color: #6e6ed1;
  border-color: #2020a0;
  color: #fff;
 }

 /****************** CONTRATO NOVACION ***********************/

.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;
}
.contenedor-contrato h4{
  font-size: 1.5rem!important;
  color: #00008f;
}
.contenedor-contrato h5{
  font-size: 1.35rem;
  color: #00008f;
  font-weight:600
}
.buttom-firmar-contrato{
  display:none!important;
}
.buttom-firmar-contrato-ipad{
  display:none!important;
}
.contenedor-firma{
  display:block!important;
  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:320px;
  height:200px;
  /*margin-top: 10px;*/
  border: 1px solid #000;
  margin-top: 30px;
  margin-bottom: 10px;
  cursor: default;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 1px 5px rgba(0, 0, 0, 0.05);
  display: inline-block;
}
.cuadro-firma-company{
  float:left;
  width:50%
}
.cuadro-firma-worker{
  float:left;
  width:30%
}
.banda-firma{
    height: 76px;
    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;
  }
.banda-firmado{
    height: 70px;
    background-color: #00008f;
    position: relative;
    text-align:center;
    color: #fff;
    background-clip: padding-box;
    padding-top:20px;
    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;
  }
blockquote{
    border-left: 6px solid #ccc;
    margin:2% 0%;
    padding:20px;
    font-size: 1rem;
    font-weight: 400;
    color: #00008f;
    text-transform: uppercase;
    line-height:30px}

  /************************* BOTON SOLICITAR TARJETA ***************************/
.boton_p{
    text-decoration: none;
    padding: 6px;
    font-weight: 600;
    font-size: 1.3em;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 1px solid #0016b0;
  }
.boton_p:hover{
	opacity: 0.6;
  }
/* Puntero imagenes */
.pointer {cursor: pointer;}	




  .hiddenDiv {
	display: none;
  }



/******************WHATSAPP****************/

.modalDialog1 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	right: 0;
	bottom: 0;
	margin-right:3%;
    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: #ed1c24;
padding: 10px;
width: 280px;
margin:0 auto;
   }

.globo::after {
   content: '';
  width: 0;
  height: 0;
  position: absolute;
  margin: 6px 0 32px 37px;
  border-bottom: 15px solid #ed1c24;
    border-bottom-width: 15px;
    border-bottom-style: solid;
    border-bottom-color: #ed1c24;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: rotate(90deg);
   }
.whatsapp-img{
position:fixed; bottom:0;right:0;padding-right:2%;transition-delay: 2s; visibility:visible}

/*************************FOOTER***********************************/
#closer{
  position:fixed;
  bottom:0; 
  z-index:5000;
  background-color: #4a74bc;
  font-size: 0.9em;
  clear:both;
  width: 100% !important;
  margin-top:5%!important;
  color: #d6d8d9;
  padding:5px
 }
.legales{
  flex: 0 0 auto;
  width: 50%;
  padding-left: 1.5rem !important;
}
.copy-right{
  display: flex !important;
  padding-left: 0px !important;
  padding-right: 1.5rem !important;
  justify-content: flex-end !important;
  width: 50%;
}
/***************************************************************/

.item{
	background: url("../img/shadow_wide.png") no-repeat center bottom;
	padding-bottom: 6px;
	display: inline-block;
	margin-bottom: 30px;
	position:relative;
}

.delete{
	background:url('../img/delete_icon.png') no-repeat;
	width:37px;
	height:38px;
	position:absolute;
	cursor:pointer;
	top:10px;
	right:-80px
}

.item a{
	background-color: #FAFAFA;
	border: none;
	display: block;
	padding: 10px;
	text-decoration: none;
}

.item:first-child .delete:before{
	background:url('../img/tooltip.png') no-repeat;
	content:'.';
	text-indent:-9999px;
	overflow:hidden;
	width:145px;
	height:90px;
	position:absolute;
	right:-110px;
	top:-95px;
}

.item a img{
	display:block;
	border:none;
}
/*******************************************************************************************************/
/**********************************PORTÁTIL*******************************/

@media only screen and (min-width:1324px) and (max-width:1850px) {

/********************COLUMNAS*************************************/

.col-lg-100{
  width: 95%;
  max-width: 95%;
  padding-right: 5px;
}
.calculadora-centro {
  width: 36%!important;
}
.calculadora-izquierda {
  width: 30%;
}
.calculadora-derecha {
  width: 30%!important;
}
}

/********************************************************************************************************/
/****************************** MÓVIL *******************************/
/*******************************************************************************************/
@media only screen and (min-width:320px) and (max-width:768px) {

  .col-lg-8,.col-lg-6 {
    width: 100%;
    padding-bottom:40px;
    margin:0 auto;
  }
  .col-lg-10 {
    width: 93%;
    max-width: 93%;
    padding-bottom:40px;
    margin:0 auto;
  }

  .col-lg-12 {
    width: 100%;
    padding-left:0px;
    padding-right:0px;
  }

 /************************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;
  font-size: 1.0rem!important; 
 }

/************FORM*********************/
table{width:100%!important;}
form{
  padding-top:40px!important
}
.wd47 {
  width:90%
}
/****************************************************/

#content {
    width: calc(100% - 0px)!important;
    padding: 15px 15px 45px 15px;
    min-height: auto;
  }
#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-Axa-Flex{position:relative; left:8%;top:-28%;}
.header-cuadro-simulador{
  position:absolute; 
  left:3%;
  top:58%;
  width:38%;
  padding: 0rem 0.5rem  0.2rem  0.5rem !important;
  background-color: #E5E4E4;
  margin-right:1.3rem;
  color:#444
}
.header-cuadro-simulador img{
  width:90%;
}

.header-cuadro-idioma{
    position:absolute;
    left:40%;
    top:48%;
    width:39%;
    padding: 0rem !important;
    line-height: 1rem;
    margin:0rem
}
#languageForm{
  padding-top:10px!important
}
.header-link-contacto{display:none}
  .header-link-ayuda{display:none}
  .header-contacto-movil{display:block}
  .header-ayuda-movil{display:block}
  #botonMenu{position:relative; left:85%;top:23%}
    .nav-link{padding:0rem}
  
  .navbar-expand .navbar-collapse{margin-left:-10% !important;}
  .navbar{height:23vh;margin-bottom:30px;}
  /*.navbar-expand .navbar-collapse { margin-left: -55% !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{
    display:block;
    background-color:#00008f;
    color:#fff!important;
    text-align:center;
    text-transform:uppercase;
    margin-left:30px
}
.caja-family{
  width: 43%;
  float:left;
  border:1px solid #c1c1c1;
  padding:6% 1% 1% 1%;
  margin:10px;
  height:30vh;
}
.cuadro-iconos {
  padding: 20px 15px;
  justify-content: space-around !important;
}
/***************************** PRODUCTOS **************************/
  #prd_contratados, #prdEnCurso, #PrdDisponibles{
    padding:3% 0%;
    clear:both;
  }
  .titulo {
    font-size: 1.5rem;
  } 
  #caja{
    width:45%;
    max-width:45%;
    border:1px solid #c1c1c1;
    padding:1%;
    margin:0px 5px 20px 10px !important;
    float:left;
    height:38vh}
  .mx-3 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .subtitulo {
    width: 100%;
  }
  .solicitud-exito{
    width:80%;
  }

  .calculadora-izquierda, .calculadora-centro, .calculadora-derecha {
    width: 100%;
    margin-bottom:1.5rem
  }
  .form-productos {
    padding-top: 20%!important;
  }

#prd_contratados form{
  padding-top: 0px !important;
}

  /********************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:-5%;left:2%}
  .buttom-simulador-axa-complet{position: absolute;top: 0%;left:4.5%}
  .buttom-simulador-axa-complet-basic{position: absolute;top: 17%;}
  .buttom-simulador-ahorro{position: absolute;top: 0%;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:-4%;left:2%}
  .buttom-simulador-formacion{
    position: absolute;
    top:2%;
    left:2%
  }
  .buttom-calcular-vida {
    position: absolute;
    top: 7%;
    left: 4%;
  }

/********************CONTRATO NOVACIÓN***********************/
.buttom-contratar-prod{
  width: 70%!important;
  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;}
.contenedor-contrato h4{font-size: 1.3rem!important;}
.contenedor-contrato h5{font-size: 1.15rem;}
.buttom-firmar-contrato{
  display:block!important;
  width:70%;
  text-align:center;
  background-color: #D24723;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom:20px;   
}
.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:30px;
    padding: .5rem !important;
  }
.banda-firma{
  /*display:none!important;*/
  height: 106px;
}
.banda-firma span{
  padding: 30px 5px!important;
}
.banda-firma .btn-cerrar{
  margin-top:20px;
}
.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{ 
    padding: 0.5rem !important;
}

.legales{
    width: 100%;
    padding-bottom:5px;
    padding-left: 0rem !important;
    text-align:center;
  }
  .copy-right{
    width: 90%;
  }
  .px-3 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }

/******************Whatsapp*******************/
.whatsapp-img {  bottom: 5%;}
.modalDialog1 {  width: 85%;background:#fff}
.globo { width: 250px;
  margin: 10px 30px 10px -10px;}
.globo::after {  margin: 6px 0 22px 7px;}
.close1 { right: 110px;}



}

/*********************************************************************************************/
/******************************** IPAD ***************************************************/

@media only screen and (min-width:769px) and (max-width:1324px) {

#content {
  padding: 20px 0px 20px 20px;
}
.container-index header {
  width: 25%;
}
/***********CABECERA***************/ 
.logo-Axa-Flex {
  position: relative;
  left: 0%;
  top: 0%;
  width:30%
}
.header-cuadro-idioma {
  margin: 0 1.3rem 0 5rem;
}
.header-cuadro-gasto{display:none!important;width:30%; float:left;color:#fff}
.header-cuadro-ahorro{display:none!important;width:30%; float:left;color:#fff}
.header-link-contacto{display:none}
.header-link-ayuda{display:none}
.header-contacto-movil{display:block}
.header-ayuda-movil{display:block}

/********************COLUMNAS*************************************/
.col-lg-10{
  width: 95.333333%;
  max-width: 95.333333%;
  padding-right: 5px;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-8 {
  width: 86.66666667%;
  max-width: 86.66666667%;
}
/********************ALERTAS*******************************/
.alert-info {
  margin: 20px 10px!important;
  padding: 10px!important;
}
/**********************FAMILIARES*********************************/
.caja-family {
  width: 25%;
}

 /********************GASTO-AHORRO EN PRODUCTOS**********************************/
 .caja-general-gasto-ahorro{width: 92%;display: block!important;margin:0% 10% 5% 10%;}
 .producto-cuadro-gasto{display:block!important;float:left;color:#fff;padding: 0.5rem 1rem !important;line-height: 1rem; font-size: 0.85em;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 1rem !important;line-height: 1rem;font-size: 0.85em;background-color:#00008F;margin-right:1.3rem}
 .caja-ahorro{width:50%; float:left;color:#fff}

 /***************************** PRODUCTOS **************************/
 #prd_contratados, #prdEnCurso, #PrdDisponibles{padding:3% 4%}
 #caja {
  width: 25%;
  max-width: 25%;
  border: 1px solid #c1c1c1;
  padding: 1%;
  margin-bottom: 20px !important;
  height: 30vh!important;
}
 .mx-3 {
   margin-right: 0.4rem !important;
   margin-left: 0.4rem !important;
 }
 .solicitud-exito{
   width:80%;
 }
 .calc_total {
  padding: 10px 10px 30px 10px!important;
 }

.calculadora-centro {
  flex: 0 0 auto;
  width: 57%;
  float: left;
  background-color: #E5E4E4;
  padding: 1.5rem 0.8rem !important;
  margin-right: 2%;
  position: relative;
}
.calculadora-derecha {
  flex: 0 0 auto;
  width: 40%;
  float: right;
  background-color: #E5E4E4;
  padding: 1.5rem !important;
  position: absolute;
  top: 8.4%;
  left: 60%;
  }

.calculadora-izquierda {
  flex: 0 0 auto;
  width: 40%;
  float: right;
  background-color: #E5E4E4;
  padding: 1.5rem !important;
  margin-right: 2%;
  position: absolute;
  top:55%;
  left: 60%;
}
  /****************Botones productos*************************/
.buttom-calcular-comida { top: -5%!important; }
.buttom-simulador-comida{top:-5%;left:2%}
.buttom-calcular-axa-complet {top: 5%;left: 5% }
.buttom-simulador-axa-complet { left: 5%!important;top: 16.1%;}
.buttom-simulador-formacion { left: 2%;  top: 2%;}
.buttom-simulador-guarderia {left: 2%;}
.buttom-calcular-ahorro {top: 0%;}
.buttom-simulador-ahorro {top: 0%;left: 2%;}
.buttom-calcular-transporte {top: -5%;left: 2%;}
.buttom-simulador-transporte {top: -5%; left: 2%;}
table{width:100%;}

#form_ahorro .btn-rojo {
  font-size:0.9em;
  padding: 10px 10px;
}
.texto-tr {
  font-size: 1em;
}
/******************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}


}
/******************************/
/*****************CALCULADORA PRODUCTOS************************/
#calculadora{ 
  background-color:white;
  border:blue 2px solid;
  border-radius:25px; 
  display:block;
  
}
/* Recuadors de dentro de la calculadora */
/*.square{}*/
.showdata{
 margin-top:2px;
 color:grey;
 text-align: left;
}
.calc_total{
 background-color: #4976BA;
 margin-top: 1.5rem !important;
 color:white;
 padding: 10px 20px;	
}
.calc_total_red{
 background-color: Crimson;
 /*border-radius:10px;*/
 color:white;
 padding: 10px 20px;
}
.calcdata{
 float:right;
}
/* Modal */
.configuracion input[type="button"] {
 border-color:#F90;
   background:#F90;
 background: -moz-linear-gradient(top, #F90 40%, #990000);
   background: -webkit-linear-gradient(top, #F90 40%, #990000);
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F90', endColorstr='#990000');
}

.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;
}

/* fondo login */	
.fondo_login{
	background-image:url(../img/multi_logo_vw_login.png) no-repeat fixed center;
	-webkit-background-size: cover;
   	-moz-background-size: cover;
   	-o-background-size: cover;
   	background-size: cover;	
}
