/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* MUTUALIA */

*,
*::before,
*::after {
  box-sizing: border-box;
}

::-webkit-input-placeholder{
  font-weight:500; }

::-moz-placeholder{
  font-weight:500; }

:-ms-input-placeholder{
  font-weight:500; }

:-moz-placeholder{
  font-weight:500; }

:hover::-webkit-input-placeholder{
  color:transparent; }

:hover::-moz-placeholder{
  color:transparent; }

one :hover:-ms-input-placeholder{
  color:transparent; }

:hover:-moz-placeholder{
  color:transparent; }


html {}

body {
  font-family: 'Montserrat', sans-serif;

  overflow-x: hidden;
}
input[type='text'], input[type='number']
{
	/*border: 1px solid #004493;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;*/
}
.boxx {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.boxx .roww.headerr {
  flex: 0 1 auto;
}
.boxx .roww.contentt {
  flex: 1 1 auto;
}

.boxx .roww.footerr {
  flex: 0 1 40px;
}
.header {
  background-color: #fff;
  padding: 0 15px 0 15px;
  min-height: 60px;
}

.main {
  position: relative;
  padding: 70px 0 50px 0;
  /*background-image: url('../img/frontal_app.jpg');*/
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
  /*min-height: 350px;*/
}

.app .main {
  background-image: url('../img/background.jpg');
}

footer {
  background-color: #f0f0f0;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #004493;
}

form {
  background-color: rgba(255,255,255,0.8);
  font-size: 14px;
  border-radius: 2px;
  max-width: 90%;
  margin: auto;
  padding: 40px 50px;
}

form:hover {
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.75);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.75);
  box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.75);
}

form > p:not(:last-child) {
  margin: 0 0 25px 0;
}

fieldset {
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
}

label {
  display: none;
}

input {
  display: block;
}

.form__logo {
  display: block;
  margin: auto;
  max-width: 180px;
  margin: 0 auto 20px auto;
}

.form__link {
  color: #013366;
  text-decoration: underline;
}

.form__link:hover {
  text-decoration: none;
}

.form__caption {
  text-align: center;
}

.form__caption span {
  background-color: #fff;
  color: #004493;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 30px;
  margin: auto;
  text-align: center;
  font-size: 14px;
}

.form-row {
  margin: 0;
}

.form__help {
  font-size: 12px;
  color: #013366;
  margin: 0 !important;
}

.form__help--extranet {
  font-size: 12px;
  color: #013366;
  margin: 0 0 10px 0 !important;
}

.form__help--extranet:last-child {
  margin: 0 !important;
}

input[type=text] {
  width: 100%;
}

.form__input--user {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 12px 12px 12px 30px;
  background-image: url(../img/login-usuario.svg);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 5px;
}

.form__input--password {
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 12px 12px 12px 30px;
  background-image: url(../img/login-candado.svg);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 5px;
}

.btn {
  background-color: #013366;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 2px;
  width: 100%;
  font-size: 12px;
  cursor: pointer;
  transition: all ease-in .2s;
}

.btn:hover {
  background-color: #004493;  
}

.site__title {
  margin: 0;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 20px;
  padding: 0 20px;
  background-color: #fff;
  color: #004493;
  line-height: 30px;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: normal;
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 23px 15px rgba(0,23,199,0.4);
  -moz-box-shadow: 0px 0px 23px 15px rgba(0,23,199,0.4);
  box-shadow: 0px 0px 23px 15px rgba(0,23,199,0.4);
  z-index: 10;
  white-space: nowrap;
}

.site__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: -1;
-webkit-box-shadow: 0px 0px 45px 5px rgba(112,127,241,0.3);
-moz-box-shadow: 0px 0px 45px 5px rgba(112,127,241,0.3);
box-shadow: 0px 0px 45px 5px rgba(112,127,241,0.3);
mix-blend-mode: luminosity;
}

.site__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: -1;
-webkit-box-shadow: 0px 0px 20px 3px rgba(255,255,255,0.8);
-moz-box-shadow: 0px 0px 20px 3px rgba(255,255,255,0.8);
box-shadow: 0px 0px 20px 3px rgba(255,255,255,0.8);
mix-blend-mode: color-burn;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.wrapper {
  width: 100%;
}

.logo {
  margin: 0;
  max-width: 180px;
  height: auto;
  float: left;
  position: relative;
  top: 10px;

}

.logo a {
  display: block;
}

.logo img {
  display: block;
  max-width: 100%;
  height: 48px;
  width: 200px;
}

.col-footer {
  padding: 0 15px;
}

.col-footer {
  text-align: center;
}

.footer__title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 20px 0 10px 0;
  margin: 0;
  text-align: center;
}

.footer__list {
    list-style-type: none;
    padding: 0;
    line-height: 18px;
    text-align: center;
}

.footer__list a,
footer p a {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}

footer header {
    border-bottom: 1px solid #bbb;
    margin: 0 0 10px 0;
}

.mainmenu--toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #004493;
  cursor: pointer;
}

.mainmenu--toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 2px;
  width: 50%;
  background-color: #fff;
}

.mainmenu--toggle span::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.mainmenu--toggle span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.mainmenu {
  margin: 0;
  list-style-type: none;
  display: none;
}

.mainmenu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 60px;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  left: 0;
  min-height: calc(100vh - 60px);
}

.mainmenu__item {
  position: relative;
  border-bottom: 1px solid #ccc;

}

.mainmenu__item a {
  display: block;
  padding: 20px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}



.mainmenu__item:hover .mainmenu__child {
  display: block;
}

.mainmenu__child {
  margin: 0;
  list-style-type: none;
  padding: 0;
  position: relative;
  min-width: auto;
  background-color: #fff;
  z-index: 999;
  top: 100%;
  left: 0;
  transform: none;
  color: #004493;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.mainmenu__child > li {
  padding: 5px 30px;
  float: none;
  width: 100%;
}

.mainmenu__child li:first-child {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 30px calc(100% - 10px);
}

.mainmenu__child li:last-child {
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 30px calc(100% - 10px);
}

.mainmenu__child li:first-child h3 {
  background-repeat: no-repeat;
  background-image: url('../img/24h.svg');
  background-size: auto 25px;
  display: inline-block;
  padding: 0 0 0 40px;
  color: #6296d1;
}

.mainmenu__child li:last-child h3 {
  background-repeat: no-repeat;
  background-image: url('../img/phone-world.svg');
  background-size: auto 25px;
  display: inline-block;
  padding: 0 0 0 40px;
  color: #6296d1;
}

.mainmenu__child li h3 a {
  font-size: 24px;
  padding: 10px 20px 20px 20px;
}

.mainmenu__child li:first-child h2,
.mainmenu__child li:last-child h2 {
  color: #6296d1;
}

.mainmenu__child h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
  font-weight: normal;
}

.mainmenu__child h3 {
  font-size: 24px;
  margin: 0;
}

.footer__phonesupport, .footer__phoneforeign {
    position: relative;
    padding: 0 0 0 35px;
    display: inline-block;
}

.footer__phonesupport::before, .footer__phoneforeign::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__phonesupport::before {
    background-image: url('../img/24h.svg');
}

.footer__phoneforeign::before {
    background-image: url('../img/phone-world.svg');
}


.secondarymenuwrapper {
  background-color: #004493;
}

.secondarymenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #004493;
  color: #fff;
  font-size: 12px;
}

.secondarymenu a {
  color: #fff;
}

.secondarymenu__title {
  font-size: 20px;
  font-weight: 700;
}

.secondarymenu__item {
  position: relative;
  cursor: pointer;
  transition: all ease-in .2s;
}

.secondarymenu__item:hover {
  background-color: #3e4cbb;
}

.secondarymenu > *:first-child {
  padding: 20px 0 20px 100px;
  background-image: url('../img/app.svg');
  background-repeat: no-repeat;
  background-size: 60px auto; /* width heigth */
  background-position: 20px 40px;
  min-height: 130px;
}

.secondarymenu > *:last-child  {
  padding: 20px 0 20px 100px;
  background-image: url('../img/extranet.svg');
  background-repeat: no-repeat;
  background-size: 60px auto; /* width heigth */
  background-position: 20px 40px;
  min-height: 130px;
}

.mainmenu__child--mobile a {
  position: relative;
  padding: 50px 0 0 0;
  text-indent: -9999px;
}

.mainmenu__child--mobile a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url('../img/soporte.svg');
  background-position: top center;
  background-size: 50px auto;
}

  .secondarymenu__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 15px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 65%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );
    z-index: 999;
 }


@media (min-width: 800px){
  .main {
    background-size: 100% auto;
    background-position: top center;
/*min-height: 350px;*/
  }
}



@media (min-width: 1100px){
  
  .mainmenu__child--mobile {
    display: none !important;
  }

  form {
    max-width: 400px;
    margin: auto;
    padding: 40px 50px;
    position: relative;
    top: 0;
  }

  .header {
    padding: 30px 0 0 0;
  }

  .logo {
    top: -5px;
    max-width: 200px;
  }

  .site__title {
    font-size: 18px;
    top: 30px;
    line-height: 40px;
  }

  .wrapper {
    margin: auto;
  }

  .main {
  /*min-height: 650px;*/
      overflow-y: auto;
  padding: 100px 0 50px 0;
  background-size: cover;
  background-position: center center;
  }


  .mainmenu--toggle {
    display: none;
  }

  .mainmenu {
    display: block;
    float: right;
  }

  .mainmenu__list {
    position: relative;
    top: 0;
    width: auto;
    left: auto;
    min-height: auto;
  }

  .mainmenu__item {
    float: left;
    border: 0;
  }

  .mainmenu__item:hover a {
    background-color: #f0f0f0;
  }

  .mainmenu__item a {
    text-transform: uppercase;
    display: block;
    padding: 20px 20px 10px 20px;
    font-size: 14px;
    font-weight: normal;
  }

  .mainmenu__item a:hover {
    background-color: #f0f0f0;
  }

  .mainmenu__item:last-child {
    padding: 0 0 0 100px;
  }

  .mainmenu__child {
    background-color: #f0f0f0;
    display: none;
    min-width: 800px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
  }

  .mainmenu__child li {
    padding: 20px 20px 0 80px;
    float: left;
    width: 400px;
  }

  .mainmenu__child li:first-child {
    background-image: url('../img/24h-gray.svg');
  }

  .mainmenu__child li:last-child {
    background-image: url('../img/phone-world-gray.svg');
  }

  .mainmenu__child li:first-child h3,
  .mainmenu__child li:last-child h3 {
    background: none;
    padding: 0;
    color: #004493;
  }

  .mainmenu__child li:first-child h2,
  .mainmenu__child li:last-child h2 {
    color: #004493;
  }
  .secondarymenu {
    font-size: 16px;
  }

  .secondarymenu > * {
    width: 50%;
    float: left;
  }

  .secondarymenu__title {
    font-size: 28px;
    font-weight: 700;
  }

  .secondarymenu > *:first-child {
    padding: 50px 180px 20px 0;
    background-image: url('../img/app.svg');
    background-repeat: no-repeat;
    background-size: 100px auto; /* width heigth */
    background-position: calc(100% - 50px) 50px;
    min-height: 280px;
  }

  .secondarymenu > *:last-child  {
     padding: 50px 0 20px 180px;
    background-image: url('../img/extranet.svg');
    background-repeat: no-repeat;
    background-size: 100px auto; /* width heigth */
    background-position: 50px 50px;
    min-height: 280px;
  }

  .secondarymenu > *:first-child::before {
    content: "";
    position: absolute;
    left: -500px;
    top: 0;
    width: 500px;
    height: 100%;
    background-color: #004493;
    transition: all ease-in .2s;
  }

  .secondarymenu > *:last-child::before {
    content: "";
    position: absolute;
    right: -500px;
    top: 0;
    width: 500px;
    height: 100%;
    background-color: #004493;
    transition: all ease-in .2s;
  }

  .secondarymenu__item:hover::before {
    background-color: #3e4cbb;
  }

  .secondarymenu__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: auto;
    bottom: auto;
    right: -15px;
    top: 0;
    width: 15px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 65%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.05) 65%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );
    z-index: 999;
 }

 .secondarymenu p {
  text-align: justify;
 }

  .col-footer {
    width: 20%;
    float: left;
    text-align: left;
  }

  
  .footer__title {
    text-align: left;
  }

  .footer__list {
    text-align: left;    
  }
}

.pastillaPasos
{
	text-align:center;
	padding: 8px 10px;
	min-height: 75px;
	border: 1px dotted #ff7f1c;
	margin-bottom: 8px;
}
.pastillaPasos h4
{
	font-size: 16px;
	margin-bottom : 0;
	color: #ff7f1c;
}
.pastillaPasos .subtitulo
{
	color: #004493;
    font-style: italic;
    white-space: nowrap;
    max-width: 90%;
	width: 90%;
    margin: auto;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-top: 4px;
	
}
.pastillaPasos .icono
{
	display: none;
	position: absolute;
    font-size: 50px;
    top: 3px;
    left: 16px;
    color: #ff7f1c;
}

.pastillaPasos.selected
{
	border: 1px solid #ff7f1c;
	font-weight: bold;
	background-color: #F0F0F0;
}
.pastillaPasos.selected h4
{
	font-weight: bold;
}
.pastillaPasos.selected .icono
{
	display:block;
}
.separator
{
	background-color : #ff7f1c;
	height: 4px;
    margin-bottom: 10px;
}
.contenedorForm
{
	min-height: 380px;
}
.contenedorForm .paso
{
	margin-top: 15px;
}
.btnTipoAut
{
	text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    max-width: 80%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
	display:inline-block;
}
.btnTipoAut .contImg
{
	margin-bottom: 15px;
}
.btnTipoAut img
{
	max-width: 100%;
}
.btnTipoAut .nombreTipoAut
{
	font-weight: bold;
	font-size: 18px;
	color: #004493;
}
.btnTipoAut:hover
{
	background-color: #F0F0F0;
}

.labelForm
{
	font-size: 18px;
	font-weight: normal;
}
.comboAutoCompletar
{
	width: 100%;
	max-width: 400px;
}
.paso
{
	min-height: 380px;
}
.paso h4
{
	font-size: 24px;
	font-weight: bold;
	margin-bottom : 15px;
}
.paso .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)
{
	width: 100%;
	max-width: 400px;
}
.paso .form-paso
{
	min-height: 300px;
}
.paso input[type='number']
{
	/*width: 100%;
    max-width: 140px;
    text-align: right;
	display: inline-block;*/
}
.paso input[type='text']
{
	width: 100%;
	/*max-width: 240px;*/
}
.textoAclarativo
{
	color: #999;
	font-style: italic;
	margin-left: 10px;
}
*:focus
{
    outline: none;
}
.botoneraInf
{	
	text-align :center;	
}
.botoneraInf .btnSig
{
	/*width: 100%;*/
    cursor: pointer;
    /*background-color: #004493;*/
    padding: 10px 8px;
    color: #FFF;
    /*font-weight: bold;*/
    /*border: 2px solid #ff7f1c;*/
}
.botoneraInf .btnSig:hover
{
	/*background-color: #FFF;
	color: #000;*/
}
.botoneraInf .btnAnt
{
	cursor: pointer;
    /*margin-top: 10px;
    color: #DD8007;
    border-bottom: 1px dotted #DD8007;
    width: auto;
    display: inline-block;*/
}

.borderror
{
	outline: 2px auto #FF322B;
	outline-offset: 0px;
}
footer
{
	position: absolute;
    width: 100%;
    bottom: 0;
}
#contenedorTabla
{
	padding: 15px;
}
.tmak
{
	font-size: 16px;
	table-layout: fixed;
	width: 100%;
}
.nombreUsuarioTabla
{
	height: 50px;
}
.nombreUsuarioTabla .nombreUsuarioRes
{
	font-size: 40px;
	color: #004493;
}
#resultados td {
   border-left: 1px solid #FFF;
   border-top: 1px solid #FFF;
}
#resultados td:first-child {
   border-left: 0;
}
#resultados tr:first-child td {
   border-top: 0;
}
.tmak td
{
	padding: 8px;
}
.tmak .cabecera_resultados
{
	font-size: 30px;
}
.tmak .cabecera_resultados td
{
	border-bottom: 4px solid transparent;
}
.tmak .cabecera_resultados i
{
	color: #004493
}
#resultados .impar  td
{
	background-color: #FDDDD0;
}
#resultados .par  td
{
	background-color: #FDEFEC;
}
#resultados .headerTabla
{
	text-align: center;
	font-weight: bold;
}
.tmak .tablaFooter
{
	font-weight: bold;
	background-color: #ff7f1c;
	color: #FFF;
}
.tmak .numerico
{
	text-align:center;
}
.tmak .aling-der
{
	text-align: right;
}
#tablaBonificaciones
{
	color: #9ea1a2;
}
#tabla_prestaciones
{
	font-size: 20px;
	color: #004493
}
#tabla_prestaciones tr
{
	background-color: #C9D4ED;
}

#tabla_prestaciones .headerTabla
{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #004493;
}
#tabla_prestaciones .headerTabla td
{
	padding: 10px;
}
#tabla_prestaciones td {
   border-left: 4px solid #FFF;
   padding: 20px;
   vertical-align: top;
   /*border-top: 1px solid #FFF;*/
}
#tabla_prestaciones td:first-child {
   border-left: 0;
}
#tabla_prestaciones tr:first-child td {
   border-top: 0;
}
.simulacion
{
	margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.simulacion .cabeceraSim
{
	border-bottom: 1px solid #004493;
}
.simulacion .cuerpoSim
{
	margin-top: 8px;
}
.btnSimu
{
	/*background-color: #F4D0AE;*/
	
    border-radius: 2px;
    text-align: center;
    max-width: 200px;
    min-height: 36px;
    line-height: 36px;
    margin: auto;
	cursor: pointer;
	background-color: #FFF;
	border: 2px solid #ff7f1c;
	color: #ff7f1c;
}
.btnSimu:hover
{
	border: 2px solid #ff7f1c;
	background-color: #ff7f1c;
	color: #FFF;
}
.modal-content
{
	border-radius: 0!important;
	font-size: 16px!important;
}
.modal-footer
{
	border-top : 0!important;
}
.modal-header
{
	border-bottom : 0!important;
	color: #004493;
	background-color: #C9D4ED;
}
.modal .modal-dialog .modal-content .modal-body
{
	padding: 20px 30px;
}
.modal-body .row
{
	margin-bottom: 10px;
}
.importeGrande
{
	font-size: 24px;
	color: #ff7f1c;
	text-align: center;
	padding: 20px;
}
.resultadoSimCata
{
	margin-top: 20px;
	display:none;
	background-color: #c9d4ed;
	padding: 20px;
}
#exampleModalLabel
{
	font-size: 18px;
	font-weight: bold;
}
#mesesAnteriores>div
{
	margin-bottom: 8px;
}

.main
  {
	  height: auto;
  }
	footer
  {
	  position: relative;
 }
 
.mascaraIcono
{
	width:150px;
	height:150px;
	background-color:#C9D4ED; 
	border-radius:50%;
	margin:auto
}
.mascaraIcono>img
{
	margin-top: 37%;
}

.fuente_naranja_sub
{
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	color: #ff7f1c;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 40px;
}
.labelsForm
{
	font-size: 18px;
	text-align: right;
}
@media (min-width: 900px) and (max-width: 1100px){

  .col-footer:not(:last-child) {
    width: 25%;
    float: left;
    text-align: left;
  }

}

@media (min-width: 900px) and (max-width: 1200px){


.main {

    /*min-height: 400px;*/
    padding: 100px 0 50px 0;
    background-size: cover;
    background-position: center center;

}

}


@media (min-width: 500px) and (max-width: 1100px){
  form {
    max-width: 400px;
  }
  .main
  {
	  height: auto!important;
  }
  .tmak
	{
		font-size: 11px;
	}
  footer
  {
	  position: relative;
 }
}
@media (max-width: 500px){
	 .main
  {
	  height: auto!important;
  }
	footer
  {
	  position: relative;
 }
}
@media (min-width: 1200px){
  .wrapper {
    width: 1200px;
    margin: auto;
  }
  #hoja-pdf .wrapper {
    width: 80%;
    margin: auto;
  }


}

@media (min-width: 800px) and (max-width: 1100px){
.extranet .main {
  background-size: auto 100% !important;
}
}