@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;
  } 



/***********TIPOGRAFÍAS***********************/
/*h4{
padding:20px 0px 3px 27px!important}*/
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 {
    /*position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    background-color: #ececed;    padding: 20px 30px;    width:50%;    font-size:1.2em;    margin:0 auto;}
#cookie-banner .close-btn {
    /*position: absolute;
    top: 10px;
    right: 10px;*/
    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: 63%;
  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: #2e7fc1;
} 
.select_idioma option{
        background-color:rgb(238, 236, 236)!important;
        color: #00008f; border:none!important
      }
.icono-mundo{
          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;
}
.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;
}

/*******************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;
}
.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-33{
  width:33.3333%;
  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-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;
}
.mr-0, .mx-0 {
  margin-right: 0rem !important;
}
.p-2 {
  padding: 0.5rem 1.5rem !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:10px 30px;
  height: 30vh;
}
.caja-familia img {
  width:42%;
  padding-bottom:20px;
}
.iconos-familia{
  width:80%;
  margin:auto 43px;
}
.iconos-familia img{
  width:40%;
  padding:10px;
  float:left
}

.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: 17%;
    margin: 0 1.3rem !important;
    flex-direction: column !important;
    display: inline-flex !important;
    padding-bottom:20px
}
.caja-productos a{
  height:40px;
  font-size: 1.0em !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;}
.documentacion{
  width:15vw;
  text-align:center;
  display:inline-block;
  padding:10px 0px
}

.btn-ver-pdf {
  border:none !important;
  background:transparent !important;
  font-size: 1em !important;
  float: left !important;
  cursor: pointer !important;
  padding-top:0px!important;
  padding-right:10px
}
.btn-simular-prod {
  width: 55%;
  background-color: #e7ebee;
  color: #444 !important;
  text-align: center;
  border: none !important;
  padding:10px 10px 0px 0px;
  margin-left:10px
}
.btn-simular-prod img{
  width: 35%!important;
  float:left;
  margin-right:10px
}
.btn-solicitado {
  width: auto;
  background-color: #e85620;
  color: #ffffff !important;
  text-align: center;
  border: none !important;
  padding: 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%;
}


/***********************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;
  margin:0px 0px 20px 0px
}
.caja-aviso-prod-imagen {
  width:12%;
  float:left;
} 
.caja-aviso-prod-imagen img {
  width: 100%;
  float: left;
}
.cabecera-aviso-prod-texto {
  width: 85%;
  float: left;
  padding: 5px 0px 5px 10px;
}

.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:#fdeee8;
  padding:5px 10px;
  margin:20px 0px
}
.showdata {
  margin: 5px 10px;
  color: grey;
  text-align: left;
  font-size: 0.9rem;
}/*.iconos-productos{width:18%;padding:0px 10px;display:inline}*/
.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
}

/****************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{
  position: absolute;
  top: 0%;
  left:2%;
}
.buttom-calcular-salud-beneficio{
  position: absolute;
  top: 10%;
  left:4%
}
.buttom-simulador-salud-beneficio {
  position: absolute;
  top: 10%;
  left: 4%;
}
.buttom-calcular-ahorro{
  position: absolute;
  top: -5%;
  left:5%
}
.buttom-simulador-ahorro{
  position: absolute;
  top: -5%;
  left:5%
}
.buttom-calcular-guarderia{
  position: absolute;
  top:-5%;
  left:2%
}
.buttom-simulador-guarderia{
  position: absolute;
  top:-5%;
  left:2%}
.buttom-calcular-transporte{
  position: absolute;
  top:-7%;
  left:4%;
}
.buttom-simulador-transporte{
  position: absolute;
  top:-7%;
  left:4%;
}
.buttom-calcular-formacion{
  position: absolute;
  top:4%;
  left:8%
}
.buttom-simulador-formacion{
  position: absolute;
  top:4%;
  left:8%
}
.buttom-calcular-vida{
  position: absolute;
  top: 12%;
  left:4%
}
.buttom-contratar-vida{
  position: absolute;
  top:6%;
  left:4%
}
.buttom-calcular-renting{
  position: absolute;
  top: 0%;
  left:2%
}
.buttom-calcular-rentingA{
  position: absolute;
  top: 30%;
  left:7%
}
.buttom-simulador-renting{
  position: absolute;
  top: 0%;
  left:2%
}
.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: 20px 0px 0px 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:  10px 20px;
    cursor: pointer;
    border-radius:  0%;
  }
  .btn-info {
    color: #fff;
    background: none!important;
    border:  none!important;
  }





/***********************************/
.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:100px;
  clear:both
}
.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:10px 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-gris{
  color: white; 
  background-color:#c1c1c1;
  width:93%;
  margin:0 auto;
  padding:15px 0px 10px 15px;
  text-align:center
}

/******************CONTRATO NOVACIÓN*****************************/

 .buttom-contratar-prod{
  width: auto!important;
  float:left;
  text-align:center;
  margin:20px 30px;
  background-color: #D24723;
  border: none;
  color: #fff!important;
  padding: 10px 20px;
}
.buttom-contratar-prod a{
  color: #fff!important;
}
 .contenedor-contrato{
  width:90%;
  margin:0 auto;
  padding-top:30px;
}
 .contenedor-contrato h4{font-size: 1.3rem!important;}
 .contenedor-contrato h5{font-size: 1.15rem;}
 
.buttom-ver-contrato {
  width: 30%;
  float: left;
  text-align: center;
  margin:20px;
  background-color: #D24723;
  border:none;
  color: #fff!important;
  padding:10px 20px;
  text-decoration:none;
  cursor: pointer;
  border-radius:0%;
}
.buttom-ver-contrato a{
  color: #fff!important;
  text-decoration:none;
  text-transform: uppercase;
}
.btn-cerrar {
  width:15%;
  background-color: #bbd1f3;
  border-color:#5e96e9;
  color: #fff;
  padding:5px 20px;
  margin-left:20px;
  color:#686969
}
.btn-cerrar:hover {
  background-color: #92b5e9;
  border-color:#4976Ba;
}
 
 .buttom-firmar-contrato{
  display:none!important;
 }
 .buttom-firmar-contrato-ipad{
  display:none!important;
}
.contenedor-firma{
  display:block!important;
  width:80%;
  margin:0 auto;
  margin-top:50px;
  position:relative
}
.contenedor-firma-firmado{
  width:90%;
  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:45%;
  margin-right:5%
}
.cuadro-firma-company-firmado{
  float:left;
  width:45%;
  margin-right:5%
}
.cuadro-firma-worker{
  float:left;
  width:50%
}
.banda-firma{
    height: 120px;
    background-color: #b6d3ea;
    position: relative;
    text-align:center;
    color: #686969;
    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;
    width:100%;
    margin:5px 0px 20px 0px;
    background-color: #b6d3ea;
    position: relative;
    text-align:center;
    color: #686969;
    background-clip: padding-box;
    padding-top:20px;
    display:block;
  }
.buttom-ver-contrato{
    width:30%;
    text-align:center;
    margin:20px;
    background-color: #D24723;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0%;
    display: inline-block;
  }
.no_firma_saved{
    width:40%;margin:0 auto;
  }

  @media all {
   div.saltopagina{
      display: none;
   }
 }
   
 @media print{
   div.saltopagina{ 
      display:block; 
      page-break-before:always;
   }
 }



/************************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;
}



/*****************FORMULARIOS*********************/

table{
  width:90%;
  margin:60px 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;
}
.left{
	float: left;
	margin-left: 10px;
}



/*************************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;
}
/****************************************************************************************************************/
/************************************MÓVIL**************************************/


/*@media only screen and (min-width:320px) and (max-width:768px) {*/
@media (min-width: 320px) and (max-width: 768px){

 html{
    overflow-x: hidden;
  } 
/*******************TIPOGRAFIAS*********************************/

h5 {
  margin-bottom: 0.5rem !important;
}
/*************************HEADER**************************************/
  header {
    width: 99%;
    position: relative;
    height:143px !important;
    z-index: 3000;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
nav{
  width: 100%;padding:0px 5px
}
.logo{
  width:50%!important;
  float:left;
  padding:9px 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: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: fixed;
    top: 3%;
    left: 66%;
    z-index: 100;
  }
.bottom-menu img {
  width: 25%;
  float: left;
  margin-right: 3%;
}
.header-cuadro-simulador{
  position:relative!important;
  top:45%;
  left:65%;
  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:30px
}
blockquote h6 {
  text-align: left !important;
  padding-left: 2%;
  line-height: 1.2em;
}
/********************COLUMNAS************************/
.col-100 {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.col-33 {
  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;
}

.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%;
}
.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: 62%!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: 36%;
  margin-bottom: 1.3rem !important;
  flex-direction: column !important;
  display: inline-flex !important;
  padding: 6% 2% 0;
  border: 1px solid #c1c1c1;
}
.caja-productos img {
  width: 50%;
}
.caja-productos a {
  font-size: 0.8em !important;
}
.documentacion img {
  width: 70%;
}
.btn-ver-pdf {
  width:100%;
}

/***************************** 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;
}
.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%;
}



 /****************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-calcular-guarderia, .buttom-simulador-guarderia  {
  top: -5%;
  left: 2%;
}
.buttom-calcular-ahorro {
  position: absolute;
  top: -6%;
  left: 5%;
}
.buttom-simulador-ahorro {
  top: -6%;
}
.buttom-calcular-formacion{
  position: absolute;
  top:6%;
  left:4%
}
.buttom-simulador-formacion{
  position: absolute;
  top:6%;
  left:4%
}
.buttom-simulador-salud-beneficio {
  position: absolute;
  top: 10%!important;
  left: 4%!important;
}
.buttom-calcular-salud-beneficio{
  position: absolute;
  top: 10%;
  left:4%;
}
.buttom-calcular-transporte {top: -5%;left: 2%;}
.buttom-simulador-transporte {top: -5%; left: 2%;}
table{width:100%;}
.buttom-calcular-renting{
  position: absolute;
  top: 0%;
  left: 5%
}
.buttom-calcular-rentingA{
  position: absolute;
  top: 0%;
  left: 5%
}
.buttom-simulador-renting{
  position: absolute;
  top: 0%;
  left: 5%
}
#form_ahorro .btn-rojo {
 font-size:0.9em;
 padding: 10px 10px;
}
.texto-tr {
 font-size: 1em;
}

/***********************BOTONES*****************/

.btn-volver {
  margin: 10px 0px 0px 0px!important;
}

/*************************ALERTAS**********************/

.alert-warning {
  width:100%;
  margin: 20px 0px;
  font-size: 0.9rem!important;
}
/********************CONTRATO NOVACIÓN***********************/

.buttom-contratar-prod {
  width: 80%!important;
 }
.contenedor-contrato{
margin-top:0px!important;
overflow:scroll; 
height:100vh;
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: 50%!important;
  justify-content: center!important;
  text-align: center!important;
}
.legales {
  width: 50%!important;

}

/*******************RGPD******************/
.rgpd{
  width:90%!important;
  padding: 15% 5%!important;
  text-align:center!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;
}

}
/******************************************************************************************************************************/
/***************************IPAD HORIZONTAl********************/
@media only screen and (min-width:768px) and (max-width:1324px) {
/*@media screen and  (min-width: 1048px) and (max-width: 1024px) and (orientation: landscape) {*/


.logo img {
  width: 80%;
}
.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: 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: 25%;
}

/**************FOOTER*********************/
.copy-right {
  width: 40%;
}
.legales {
  width: 60%;
}

/*******************BOTONES PRODUCTOS**************************/
.buttom-calcular-comida {
  top: -5%!important;
}
/******************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 only screen and (min-width:1324px) and (max-width:769px) {*/
@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;
}
.buttom-calcular-comida {
  position: absolute;
  top: -7% !important;
  left: 6%;
}
.buttom-simulador-comida {
  position: absolute;
  top: -7% !important;
  left: 6%;
}
}


/************************************************************************************/
/****************************************************************************************/
/***************************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 0px 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;
  float:left;
  background-color:#003555;
  color:#fff!important;
  text-align:center;
  text-transform:uppercase;
  font-size:0.8rem;
  line-height:2em;
  margin:0 auto;
  border:none!important;
  padding:5px 20px;
  margin:0px 20px 30px 0px;
}

.tabla-meses{
  width:100%;
  border:1px solid #d1d1d1;
  padding:20px;
  margin:10px 0px 21px 20px;
}