﻿@charset "UTF-8";
/*------------------------------------*    $PARTIALS
\*------------------------------------*/
/**
 * All files to be compiled
 */
/**
* Scss Libraries, mixins, functions and any Scss focused logic
**/
/*------------------------------------*    $SETTINGS
\*------------------------------------*/
/*------------------------------------*    $BREAKPOINTS
\*------------------------------------*/
/**
 * Used with mixin `respond-to($breakpoint)`:

.div {
  color: pink;
  @include respond-to(medium) {
    color: maroon;
  }
}
 *
 */
/*------------------------------------*    $Z-INDEX
\*------------------------------------*/
/**
 * We can have control over z-index and not ending up having 900 to infinite.
 * To use this values, we use the `z($layers)` function:
 .element {
  z-index: z(goku);
 }
 *
 */
/*------------------------------------*    $DIR
\*------------------------------------*/
/**
 * Sometimes we change image dir from develop to production:
 */
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700,900&display=swap");
@import url(mywallet-icon.min.css);
@import url(fontawesome.min.css);
/*
  * In case we use local fonts
  */
/*------------------------------------*    $LAYOUT
\*------------------------------------*/
/**
 * Constant layout values
 */
/*------------------------------------*    $FONT-FACE
\*------------------------------------*/
/**
 * Fonts definitions
 */
/*


 * A function to assign font sizes, call `fs`:

    .selector { font-size: fs(x-small);}

 *
 */
/*
    IMAGENES SVG
    marsh-polizas.svg
*/
/*------------------------------------*    $COLORS
\*------------------------------------*/
/**
 * Brand colors
 */
/*Color base para los bordes*/
/**
  * Grey Scale
  * 
  */
/*------------------------------------*    $TEXTURAS
\*------------------------------------*/
/**
 * Definimos Colores y elementos de popups, mensajes de alerta, etc...
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/*
* Fácil de usar: las variables a usar están en settings.scss y son:

    'small': 		544px,
    'medium': 		768px,
    'large': 		992px,
    'extra-large':  1200px

* Y el uso va como sigue:

.foo {
  color: red;
  @include respond-to('small') {
    color: blue;
  }
}
*/
/*------------------------------------*    $FUNCTIONS
\*------------------------------------*/
/*
 * Función para mantener el tamaño de fuente consistente

 .selector { font-size: fs(x-small);}

 * Puedes ver en settings.scss las variables que se utilizan.
 */
.progress-bar__initial {
  list-style: none;
  position: relative;
  padding: 0px 2px;
  text-align: center; }
  @media (min-width: 992px) {
    .progress-bar__initial {
      width: 92px;
      padding: 0; } }
  .progress-bar__initial .progress-bar-point {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .progress-bar__initial .progress-bar-point {
        /* IE10+ CSS styles go here */
        text-indent: -99999px; } }
    .progress-bar__initial .progress-bar-point::before {
      content: "";
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 25s10-9.639 10-15.104S15.523 0 10 0 0 4.43 0 9.896C0 15.361 10 25 10 25z' fill='%23FBAE17' fill-rule='evenodd'/%3e19%3c/svg%3e");
      display: block;
      width: 20px;
      height: 25px;
      position: absolute;
      z-index: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .progress-bar__initial .progress-bar-point::before {
          /* IE10+ CSS styles go here */
          top: 14px; } }
    .progress-bar__initial .progress-bar-point::after {
      content: "A";
      color: black;
      display: block;
      font-size: 12px;
      position: relative;
      padding-bottom: 4px;
      z-index: 2; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .progress-bar__initial .progress-bar-point::after {
          /* IE10+ CSS styles go here */
          text-indent: 6px; } }
  .progress-bar__initial .progress-bar-bar {
    background-color: #FBAE17;
    top: 50px;
    height: 6px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
    @media (min-width: 992px) {
      .progress-bar__initial .progress-bar-bar {
        top: 12px; } }
  .progress-bar__initial .progress-bar-status {
    position: relative;
    top: -5px;
    left: 0;
    line-height: 12px;
    font-size: 12px;
    color: black;
    margin: 0; }
    @media (min-width: 992px) {
      .progress-bar__initial .progress-bar-status {
        background-color: #d8d8d8;
        border-radius: 3px;
        top: 9px;
        padding-bottom: 17px;
        padding-top: 5px; } }

.progress-bar__information {
  list-style: none;
  position: relative;
  padding: 0px 2px;
  text-align: center; }
  @media (min-width: 992px) {
    .progress-bar__information {
      width: 92px;
      padding: 0; } }
  .progress-bar__information .progress-bar-point {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .progress-bar__information .progress-bar-point {
        /* IE10+ CSS styles go here */
        text-indent: -99999px; } }
    .progress-bar__information .progress-bar-point::before {
      content: "";
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 25s10-9.639 10-15.104S15.523 0 10 0 0 4.43 0 9.896C0 15.361 10 25 10 25z' fill='%23F48132' fill-rule='evenodd'/%3e19%3c/svg%3e");
      display: block;
      width: 20px;
      height: 25px;
      position: absolute;
      z-index: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .progress-bar__information .progress-bar-point::before {
          /* IE10+ CSS styles go here */
          top: 14px; } }
    .progress-bar__information .progress-bar-point::after {
      content: "B";
      color: black;
      display: block;
      font-size: 12px;
      position: relative;
      padding-bottom: 4px;
      z-index: 2; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .progress-bar__information .progress-bar-point::after {
          /* IE10+ CSS styles go here */
          text-indent: 6px; } }
  .progress-bar__information .progress-bar-bar {
    background-color: #F48132;
    top: 50px;
    height: 6px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
    @media (min-width: 992px) {
      .progress-bar__information .progress-bar-bar {
        top: 12px; } }
  .progress-bar__information .progress-bar-status {
    position: relative;
    top: -5px;
    left: 0;
    line-height: 12px;
    font-size: 12px;
    color: black;
    margin: 0; }
    @media (min-width: 992px) {
      .progress-bar__information .progress-bar-status {
        background-color: #d8d8d8;
        border-radius: 3px;
        top: 9px;
        padding: 5px 0; } }

.progress-bar__insurance {
  list-style: none;
  position: relative;
  padding: 0px 2px;
  text-align: center; }
  @media (min-width: 992px) {
    .progress-bar__insurance {
      width: 92px;
      padding: 0; } }
  .progress-bar__insurance .progress-bar-point {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .progress-bar__insurance .progress-bar-point {
        /* IE10+ CSS styles go here */
        text-indent: -99999px; } }
    .progress-bar__insurance .progress-bar-point::before {
      content: "";
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 25s10-9.639 10-15.104S15.523 0 10 0 0 4.43 0 9.896C0 15.361 10 25 10 25z' fill='%23CF3D96' fill-rule='evenodd'/%3e19%3c/svg%3e");
      display: block;
      width: 20px;
      height: 25px;
      position: absolute;
      z-index: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .progress-bar__insurance .progress-bar-point::before {
          /* IE10+ CSS styles go here */
          top: 14px; } }
    .progress-bar__insurance .progress-bar-point::after {
      content: "C";
      color: white;
      display: block;
      font-size: 12px;
      position: relative;
      padding-bottom: 4px;
      z-index: 2; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .progress-bar__insurance .progress-bar-point::after {
          /* IE10+ CSS styles go here */
          text-indent: 6px; } }
  .progress-bar__insurance .progress-bar-bar {
    background-color: #CF3D96;
    top: 50px;
    height: 6px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
    @media (min-width: 992px) {
      .progress-bar__insurance .progress-bar-bar {
        top: 12px; } }
  .progress-bar__insurance .progress-bar-status {
    position: relative;
    top: -5px;
    left: 0;
    line-height: 12px;
    font-size: 12px;
    color: black;
    margin: 0; }
    @media (min-width: 992px) {
      .progress-bar__insurance .progress-bar-status {
        background-color: #d8d8d8;
        border-radius: 3px;
        top: 9px;
        padding: 5px 0; } }

.progress-bar__additional {
  list-style: none;
  position: relative;
  padding: 0px 2px;
  text-align: center; }
  @media (min-width: 992px) {
    .progress-bar__additional {
      width: 92px;
      padding: 0; } }
  .progress-bar__additional .progress-bar-point {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .progress-bar__additional .progress-bar-point {
        /* IE10+ CSS styles go here */
        text-indent: -99999px; } }
    .progress-bar__additional .progress-bar-point::before {
      content: "";
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 25s10-9.639 10-15.104S15.523 0 10 0 0 4.43 0 9.896C0 15.361 10 25 10 25z' fill='%236F85C2' fill-rule='evenodd'/%3e19%3c/svg%3e");
      display: block;
      width: 20px;
      height: 25px;
      position: absolute;
      z-index: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .progress-bar__additional .progress-bar-point::before {
          /* IE10+ CSS styles go here */
          top: 14px; } }
    .progress-bar__additional .progress-bar-point::after {
      content: "D";
      color: white;
      display: block;
      font-size: 12px;
      position: relative;
      padding-bottom: 4px;
      z-index: 2; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .progress-bar__additional .progress-bar-point::after {
          /* IE10+ CSS styles go here */
          text-indent: 6px; } }
  .progress-bar__additional .progress-bar-bar {
    background-color: #6F85C2;
    top: 50px;
    height: 6px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
    @media (min-width: 992px) {
      .progress-bar__additional .progress-bar-bar {
        top: 12px; } }
  .progress-bar__additional .progress-bar-status {
    position: relative;
    top: -5px;
    left: 0;
    line-height: 12px;
    font-size: 12px;
    color: black;
    margin: 0; }
    @media (min-width: 992px) {
      .progress-bar__additional .progress-bar-status {
        background-color: #d8d8d8;
        border-radius: 3px;
        top: 9px;
        padding: 5px 0; } }

.progress-bar__ruled {
  list-style: none;
  position: relative;
  padding: 0px 2px;
  text-align: center; }
  @media (min-width: 992px) {
    .progress-bar__ruled {
      width: 92px;
      padding: 0; } }
  .progress-bar__ruled .progress-bar-point {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .progress-bar__ruled .progress-bar-point {
        /* IE10+ CSS styles go here */
        text-indent: -99999px; } }
    .progress-bar__ruled .progress-bar-point::before {
      content: "";
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 25s10-9.639 10-15.104S15.523 0 10 0 0 4.43 0 9.896C0 15.361 10 25 10 25z' fill='%230FB694' fill-rule='evenodd'/%3e19%3c/svg%3e");
      display: block;
      width: 20px;
      height: 25px;
      position: absolute;
      z-index: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .progress-bar__ruled .progress-bar-point::before {
          /* IE10+ CSS styles go here */
          top: 14px; } }
    .progress-bar__ruled .progress-bar-point::after {
      content: "E";
      color: white;
      display: block;
      font-size: 12px;
      position: relative;
      padding-bottom: 4px;
      z-index: 2; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .progress-bar__ruled .progress-bar-point::after {
          /* IE10+ CSS styles go here */
          text-indent: 6px; } }
  .progress-bar__ruled .progress-bar-bar {
    background-color: #0FB694;
    top: 50px;
    height: 6px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
    @media (min-width: 992px) {
      .progress-bar__ruled .progress-bar-bar {
        top: 12px; } }
  .progress-bar__ruled .progress-bar-status {
    position: relative;
    top: -5px;
    left: 0;
    line-height: 12px;
    font-size: 12px;
    color: black;
    margin: 0; }
    @media (min-width: 992px) {
      .progress-bar__ruled .progress-bar-status {
        background-color: #d8d8d8;
        border-radius: 3px;
        top: 9px;
        padding-bottom: 17px;
        padding-top: 5px; } }

/**
* HTML elements
**/
/*------------------------------------*    $TIPOGRAFÍA
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fce8c4;
  text-rendering: optimizelegibility; }
  h1.altheader,
  h2.altheader,
  h3.altheader,
  h4.altheader,
  h5.altheader,
  h6.altheader {
    font-family: "Lato", sans-serif;
    font-size: 1.4375rem; }
  h1.sm,
  h2.sm,
  h3.sm,
  h4.sm,
  h5.sm,
  h6.sm {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem; }
  h1.md,
  h2.md,
  h3.md,
  h4.md,
  h5.md,
  h6.md {
    font-family: "Lato", sans-serif;
    font-size: 1rem; }
  h1.lg,
  h2.lg,
  h3.lg,
  h4.lg,
  h5.lg,
  h6.lg {
    font-family: "Lato", sans-serif;
    font-size: 1.4375rem; }
  h1.xl,
  h2.xl,
  h3.xl,
  h4.xl,
  h5.xl,
  h6.xl {
    font-family: "Lato", sans-serif;
    font-size: 1.625rem; }

h2 {
  font-size: 20px;
  line-height: 25px; }
  @media (min-width: 992px) {
    h2 {
      font-size: 26px; } }
  h2.subtitle {
    font-size: 18px; }

h5.title-modal {
  color: black;
  font-size: 21px;
  font-family: "Lato", sans-serif; }

.modal-body {
  font-size: 14px;
  color: black;
  text-align: left; }

a {
  color: white;
  text-decoration: underline; }
  a:hover {
    color: #810084;
    text-decoration: underline;
    cursor: pointer; }
  a.btn {
    text-decoration: none; }
  a.question-siniestro {
    position: absolute;
    text-decoration: none;
    top: 21px;
    right: 10px; }
    @media (min-width: 576px) {
      a.question-siniestro {
        top: 19px; } }
  a.rejection {
    padding: 10px 30px;
    margin: 15px 0;
    white-space: normal;
    background-color: #00478b;
    color: white !important; }
    a.rejection:hover {
      background-color: rgba(0, 71, 139, 0.5); }

i.pdf {
  background: #810084;
  font-size: small;
  border-radius: 3px;
  padding: 4px; }

i.pdf-md {
  background: #810084;
  border-radius: 7px;
  position: absolute;
  font-size: x-large;
  padding: 8px;
  left: 0;
  top: 4px; }
  @media (min-width: 576px) {
    i.pdf-md {
      top: -6px; } }

i.pdf-lg {
  background: #810084;
  font-size: xx-large;
  position: relative;
  top: 8px;
  border-radius: 7px;
  padding: 8px; }

i.claimKit-icon {
  position: absolute;
  top: -10px; }

i.up-cloud {
  background: #006d9e;
  font-size: x-small;
  border-radius: 3px;
  padding: 5px 4px; }

i.question {
  font-size: x-large;
  font-weight: bold;
  position: relative;
  top: 4px; }

i.question-sm {
  font-size: large;
  font-weight: bold; }
  @media (min-width: 576px) {
    i.question-sm {
      font-size: x-large; } }

i.question-blue {
  font-size: x-large;
  font-weight: bold;
  position: relative;
  top: 4px; }
  i.question-blue:before {
    color: #006d9e; }

i.plus {
  font-size: x-large;
  position: absolute;
  top: 0; }

i.times {
  color: black;
  font-size: x-large;
  position: absolute;
  top: 8px;
  left: 268px; }
  @media (min-width: 992px) {
    i.times {
      display: none; } }

i.calendar {
  font-size: x-large; }
  i.calendar.cal-add {
    position: relative;
    left: 12px; }

i.trash-status {
  position: absolute;
  top: 16px;
  right: -25px;
  font-size: x-large; }

i.trash-siniestro {
  position: absolute;
  top: 8px !important;
  right: 10px !important;
  font-size: x-large;
  z-index: 960; }
  i.trash-siniestro.calend {
    right: 24px; }
    @media (min-width: 992px) {
      i.trash-siniestro.calend {
        top: 23px; } }
  i.trash-siniestro.rech {
    right: 10px; }
    @media (min-width: 992px) {
      i.trash-siniestro.rech {
        right: 14px; } }

[class^="mw-"], [class*=" mw-"] {
  color: white; }

p.text-claimKit:hover {
  cursor: pointer; }

p.text-collapse {
  padding-left: 48px;
  position: relative;
  padding-right: 24px; }

p.sm {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem; }

p.md {
  font-family: "Lato", sans-serif;
  font-size: 1rem; }

p.lg {
  font-family: "Lato", sans-serif;
  font-size: 1.4375rem; }

p.xl {
  font-family: "Lato", sans-serif;
  font-size: 1.625rem; }

p.light {
  font-family: "Lato", sans-serif;
  font-weight: 300; }

.text-astra {
  color: #fce8c4 !important; }

span.claiKit-span {
  padding-left: 56px; }

/*------------------------------------*    $BOTONES
\*------------------------------------*/
/*
 * Definimos los botones y sus variantes
 */
/**
 * .btn es la clase principal para definir un botón
 */
.btn--disabled, .btn-primary, .btn-launch {
  font-size: 1rem;
  cursor: pointer;
  color: white !important; }
  .btn--disabled:hover, .btn-primary:hover, .btn-launch:hover {
    text-decoration: none;
    color: white; }
  .btn--disabled:active, .btn-primary:active, .btn-launch:active, .btn--disabled:focus, .btn-primary:focus, .btn-launch:focus {
    outline: none;
    color: white !important; }

/*------------------------------------*    $BOTONES-VARIANTES
\*------------------------------------*/
/**
 * Variantes de los botones: color para dar sensaciones.
 *
 */
.btn-dark-blue {
  color: white;
  background-color: #00478b;
  border-color: #00478b; }
  .btn-dark-blue:hover, .btn-dark-blue:active, .btn-dark-blue:focus {
    background-color: rgba(0, 71, 139, 0.5);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 71, 139, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 71, 139, 0.5);
    color: white !important; }

/**
* Inputs con estilo de botones
*/
input[type="submit"].btn:hover {
  border-color: #00478b; }

/**
* Botón no disponible
*/
.btn--disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #e6e6e6; }

.btn-primary {
  background-color: #00478b;
  border-color: #00478b; }
  .btn-primary:hover {
    background-color: rgba(0, 71, 139, 0.5);
    border-color: #00478b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 71, 139, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 71, 139, 0.5); }
  .btn-primary:focus, .btn-primary:active {
    background-color: rgba(0, 71, 139, 0.5) !important;
    border-color: #00478b !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 71, 139, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 71, 139, 0.5) !important; }

/*
  Card-launch
  */
.btn-launch {
  background-color: #ce0082;
  border-color: #ce0082;
  color: white; }
  .btn-launch:hover {
    color: white;
    background-color: rgba(206, 0, 130, 0.5);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 0, 130, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(206, 0, 130, 0.5); }
  .btn-launch:active, .btn-launch:focus {
    background-color: rgba(206, 0, 130, 0.5);
    border-color: #ce0082;
    color: white !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 0, 130, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(206, 0, 130, 0.5); }

/**
* Square buttons
*/
.btn-squared-default {
  text-align: center;
  text-decoration: none; }
  .btn-squared-default i {
    width: 60px;
    height: 60px;
    font-size: 37px;
    line-height: 1.2;
    display: none; }
    .btn-squared-default i:hover {
      background-color: rgba(0, 71, 139, 0.5); }
    @media (min-width: 768px) {
      .btn-squared-default i {
        display: inline-block; } }
  .btn-squared-default:hover {
    text-decoration: none; }
  .btn-squared-default:focus, .btn-squared-default:active {
    outline: none; }
  .btn-squared-default span {
    font-size: 18px;
    white-space: normal; }
    @media (min-width: 768px) {
      .btn-squared-default span {
        background: transparent;
        border: none;
        /*Caso exclusivo, ya que en medidas medium el color de texto cambia al color del fondo del botón*/
        color: #00478b !important; }
        .btn-squared-default span:hover, .btn-squared-default span:focus, .btn-squared-default span:active {
          background: transparent !important;
          border: none !important;
          text-decoration: underline;
          color: #00478b !important;
          -webkit-box-shadow: none !important;
          box-shadow: none !important;
          outline: none; } }
  .btn-squared-default.disabled {
    pointer-events: none;
    cursor: default; }
    .btn-squared-default.disabled i {
      color: #6c757d; }
      .btn-squared-default.disabled i:hover {
        color: white; }
    .btn-squared-default.disabled span {
      text-decoration: none; }
      @media (min-width: 768px) {
        .btn-squared-default.disabled span {
          color: #6c757d !important; } }
      .btn-squared-default.disabled span:hover {
        color: #6c757d !important;
        text-decoration: none; }
    .btn-squared-default.disabled:active {
      outline: none; }

.btn.btn-flat {
  background-color: transparent; }

.btn-modal {
  height: 36px;
  width: 132px; }

.btn-cancel {
  background-color: #727B84;
  border-color: #727B84; }
  .btn-cancel:hover {
    background-color: rgba(114, 123, 132, 0.5) !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 123, 132, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(114, 123, 132, 0.5);
    border-color: #727B84; }
  .btn-cancel:active, .btn-cancel:focus {
    background-color: rgba(114, 123, 132, 0.5) !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 123, 132, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(114, 123, 132, 0.5) !important;
    border-color: #727B84 !important; }

/*------------------------------------*        $CARD
    \*------------------------------------*/
.card {
  -webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
  color: white; }

.card-container {
  color: black !important;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1); }
  .card-container a {
    color: #0098dd; }
  @media (min-width: 768px) {
    .card-container {
      padding-left: 15px;
      padding-right: 15px; } }

.card-label {
  color: #535353;
  font-size: 16px;
  line-height: 16px; }

.card-text {
  color: #003e84;
  line-height: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 700; }

a.status-text {
  color: #006d9e !important;
  font-size: 0.875rem;
  text-align: left; }

/*------------------------------------*    $FORMS
\*------------------------------------*/
.label-form {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0; }

.input-form {
  color: black;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 19px;
  border: 0;
  font-size: 16px;
  border-radius: 7px; }
  .input-form:focus, .input-form:active {
    color: black; }
    @media (min-width: 992px) {
      .input-form:focus, .input-form:active {
        background-color: transparent;
        font-size: 18px;
        color: white;
        border-bottom: 2px solid #ffffff;
        border-radius: 0;
        outline: none; }
        .input-form:focus:focus, .input-form:focus:active, .input-form:active:focus, .input-form:active:active {
          -webkit-box-shadow: none;
          box-shadow: none; }
        .input-form:focus.input-formFirst, .input-form:active.input-formFirst {
          font-size: 2.625rem; } }
  .input-form::-webkit-input-placeholder {
    color: #979797;
    font-weight: 400; }
  .input-form:-moz-placeholder {
    /* Firefox 18- */
    color: #979797;
    font-weight: 400; }
  .input-form::-moz-placeholder {
    /* Firefox 19+ */
    color: #979797;
    font-weight: 400; }
  .input-form:-ms-input-placeholder {
    color: #979797;
    font-weight: 400; }
  @media (min-width: 992px) {
    .input-form {
      background-color: transparent;
      font-size: 18px;
      color: white;
      border-bottom: 2px solid #ffffff;
      border-radius: 0; }
      .input-form.input-formFirst {
        font-size: 2.625rem;
        line-height: 50px;
        padding-bottom: 30px;
        padding-top: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
    @media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
      .input-form.input-formFirst {
        /* IE10+ CSS styles go here */
        height: 90px; } }
  @media (min-width: 992px) {
      .input-form::-webkit-input-placeholder {
        color: white; }
      .input-form:-moz-placeholder {
        /* Firefox 18- */
        color: white; }
      .input-form::-moz-placeholder {
        /* Firefox 19+ */
        color: white; }
      .input-form:-ms-input-placeholder {
        color: white; } }

/*
  checkbox size
  */
.custom-control-label::before, .custom-control-label::after {
  top: 0.1rem;
  width: 1.4rem;
  height: 1.4rem; }
  @media (min-width: 768px) {
    .custom-control-label::before, .custom-control-label::after {
      top: 0rem; } }

.switch input {
  position: absolute;
  opacity: 0; }

.switch {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  /* 1 */
  height: 1em;
  width: 2em;
  background: #bdb9a6;
  border-radius: 1em;
  position: absolute;
  top: 6px;
  right: 15px; }

.switch div {
  cursor: pointer;
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: #fff;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }

.switch input:checked + div {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.form-control:disabled, .form-control[readonly] {
  color: #000; }

/*------------------------------------*    $COLLAPSE
\*------------------------------------*/
.collapse-card {
  background-color: #0078ad;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.card-header.collapse-header {
  background-color: #0078ad;
  border-radius: 0;
  border: 0; }
  .card-header.collapse-header.collapse-header--background {
    background: #00a8c8; }

.collapse-body {
  background-color: #0078ad;
  position: relative; }

.add-file {
  float: right;
  position: relative;
  right: 30px; }

.accordion-toggle {
  color: white;
  text-align: left;
  white-space: inherit;
  width: 90%; }
  .accordion-toggle.accordion-sinister {
    width: 96%; }
  .accordion-toggle:hover, .accordion-toggle:active, .accordion-toggle:focus {
    text-decoration: none;
    color: white; }
  .accordion-toggle::before {
    color: white;
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    font-weight: 400;
    padding-right: 0.5rem; }
  .accordion-toggle.collapse-now::before {
    visibility: hidden; }

.accordion-toggle.collapsed::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078"; }

.accordion-toggle.collapsed.collapse-now {
  pointer-events: none; }
  .accordion-toggle.collapsed.collapse-now::before {
    visibility: hidden; }

.collapse-btn-form {
  background-color: #00478b;
  color: white;
  border: none; }
  .collapse-btn-form:hover, .collapse-btn-form:focus, .collapse-btn-form:active {
    background-color: rgba(0, 71, 139, 0.5);
    color: white;
    border: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 71, 139, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 71, 139, 0.5); }

.custom-file-label {
  overflow: hidden; }
  .custom-file-label::after {
    content: "";
    display: none; }

.collapse-input {
  border: none;
  color: black; }
  .collapse-input:active, .collapse-input:focus {
    color: black;
    outline: none; }

.collapse-badge {
  right: -10px; }

.collapse-status {
  position: absolute;
  text-align: center;
  left: 90px;
  top: 16px; }
  .collapse-status span {
    position: relative;
    top: 1px;
    font-size: 14px;
    color: white; }

.collapse-account {
  height: 28px;
  float: right;
  width: 28px;
  background: #ce0082;
  border-radius: 50%;
  text-align: center;
  top: 15px;
  right: 42px;
  position: absolute; }
  .collapse-account span {
    position: relative;
    top: 1px;
    font-size: 18px;
    color: white; }
  .collapse-account.account-sinister {
    height: 22px;
    width: 22px;
    top: 20px;
    right: 32px; }
    @media (min-width: 576px) {
      .collapse-account.account-sinister {
        height: 28px;
        width: 28px;
        top: 17px;
        right: 38px; } }
    .collapse-account.account-sinister span {
      top: -2px;
      font-size: 14px; }
      @media (min-width: 576px) {
        .collapse-account.account-sinister span {
          top: 1px;
          font-size: 16px; } }

.not-active {
  pointer-events: none; }

/**
* Card collapse
*/
.card-collapse {
  text-decoration: none !important; }
  .card-collapse::before {
    color: #0799dc;
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    font-weight: 400;
    padding-right: 0.5rem; }

.card-collapse.collapsed {
  text-decoration: none !important; }
  .card-collapse.collapsed:hover, .card-collapse.collapsed:active, .card-collapse.collapsed:focus {
    text-decoration: none; }
  .card-collapse.collapsed::before {
    color: #0799dc;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-weight: 400;
    padding-right: 0.5rem;
    text-decoration: none; }

.span-collapse {
  font-size: 14px;
  width: 54%;
  line-height: normal; }
  @media (min-width: 576px) {
    .span-collapse {
      font-size: 16px;
      width: 74%; } }

.badge-collapse {
  position: absolute !important;
  right: 58px;
  top: 22px !important;
  width: 8em;
  white-space: normal;
  font-size: 10px; }
  @media (min-width: 576px) {
    .badge-collapse {
      font-size: 12px;
      right: 70px;
      width: auto; } }

.list-group,
.list-group-item {
  border: none;
  color: white;
  background-color: #00a8c8;
  cursor: pointer; }

.list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.list-group-item:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.list-group-item.list-group-item-action:active, .list-group-item.list-group-item-action:focus {
  color: white;
  background-color: #0382A4;
  outline: none; }

.list-group-item.list-group-item-action:hover {
  color: white;
  background-color: rgba(3, 130, 164, 0.7);
  outline: none; }

.list-group-item.list-group-item-action.active {
  color: white;
  background-color: #0382A4;
  outline: none; }

/*------------------------------------*        $TABS
    \*------------------------------------*/
.nav-tabs {
  display: none;
  border-bottom: none; }
  @media (min-width: 768px) {
    .nav-tabs {
      display: flex; } }
  .nav-tabs .nav-item {
    margin-bottom: -2px; }
    .nav-tabs .nav-item .nav-link {
      text-decoration: none;
      border: 1px solid transparent !important; }
      .nav-tabs .nav-item .nav-link:hover {
        text-decoration: underline;
        border: 1px solid transparent !important;
        border: none;
        color: white; }
      .nav-tabs .nav-item .nav-link.active:hover {
        text-decoration: none; }
    .nav-tabs .nav-item .active {
      background-color: #0078ad;
      color: white;
      font-weight: bold;
      border: none;
      border-radius: 0; }

.tab-content .card {
  color: white;
  box-shadow: none; }
  @media (min-width: 768px) {
    .tab-content .card {
      border: none; } }
  .tab-content .card .card-header {
    border: none; }
    @media (min-width: 768px) {
      .tab-content .card .card-header {
        display: none; } }
    .tab-content .card .card-header a {
      color: white;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 16px; }
  @media (min-width: 768px) {
    .tab-content .card .collapse {
      display: block; } }
  .tab-content .card .collapse .card-body {
    background-color: #0078ad;
    position: relative; }

.tab-content .tab-pane {
  background-color: transparent;
  border: none; }

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1; } }

/*------------------------------------*    $CONVERSATION
\*------------------------------------*/
.conversation-card {
  border-radius: 20px;
  border: none; }
  .conversation-card .conversation-header {
    background-color: #00478b;
    color: white;
    border-radius: 20px 20px 0 0; }
    .conversation-card .conversation-header p {
      margin-bottom: 0.6rem;
      font-size: 1.1rem; }
  .conversation-card .message {
    border-radius: 15px;
    margin: 25px 0 40px 0;
    font-size: 18px;
    position: relative; }
    .conversation-card .message.sent {
      background-color: #c3e3ff;
      position: relative; }
      .conversation-card .message.sent .date {
        position: absolute;
        bottom: -17px; }
      .conversation-card .message.sent::before {
        content: "";
        position: absolute;
        left: 0;
        top: 43px;
        width: 0;
        height: 0;
        border: 25px solid transparent;
        border-right-color: #c3e3fe;
        border-left: 0;
        border-top: 0;
        margin-top: -42.5px;
        margin-left: -15px; }
    .conversation-card .message.recieved {
      text-align: right;
      background-color: #e8e8e8;
      position: relative; }
      .conversation-card .message.recieved .date {
        position: absolute;
        right: 15px;
        bottom: -17px; }
      .conversation-card .message.recieved::after {
        content: "";
        position: absolute;
        right: 0;
        top: 43px;
        width: 0;
        height: 0;
        border: 25px solid transparent;
        border-left-color: #e8e8e8;
        border-right: 0;
        border-top: 0;
        margin-top: -42.5px;
        margin-right: -15px; }
    .conversation-card .message.sent .date, .conversation-card .message.recieved .date {
      font-size: 12px; }
  .conversation-card textarea {
    width: inherit;
    border: 1px solid silver;
    background-color: #fbfbfb;
    border-radius: 15px; }

/**
* Layout and general styles
**/
/*------------------------------------*    $SITIO
\*------------------------------------*/
body {
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: white;
  overflow-x: hidden; }

/*------------------------------------*      $CONTAINER
  \*------------------------------------*/
.container.principal {
  background-color: #00a8c8; }
  @media (min-height: 600px) {
    .container.principal {
      min-height: 80vh; } }
  @media (min-height: 798px) {
    .container.principal {
      min-height: 85vh; } }
  @media (min-height: 900px) {
    .container.principal {
      min-height: 86vh; } }
  @media (min-height: 1200px) {
    .container.principal {
      min-height: 88vh; } }

footer {
  background-color: #5761a7;
  color: #ffffff;
  font-size: 14px; }

.footer-mobile {
  height: 70px; }

/**
* Componets used for layouts, headers, articles, etc...
**/
/*------------------------------------*    $NAVBAR
\*------------------------------------*/
.header-navbar {
  background-color: #00478b;
  overflow: hidden; }
  .header-navbar .container {
    padding: 0; }

.header-navbar__brand {
  color: white;
  text-decoration: none; }
  .header-navbar__brand:hover {
    text-decoration: none;
    color: white; }

.navbar-span {
  padding-left: 8px; }
  .navbar-span::before {
    content: "";
    display: inline;
    border: 1px solid #fff;
    margin-right: 8px; }

.navbar__container {
  background-color: #00478b;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 90; }
  @media (min-width: 992px) {
    .navbar__container {
      position: relative;
      width: auto; } }

.navbar-ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .navbar-ul {
      margin-bottom: -20px;
      margin-top: -16px; } }
  .navbar-ul i[class^="mw-"],
  .navbar-ul i[class*="mw-"] {
    font-size: x-large; }

.navbar-li {
  display: inline-block;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 18px;
  padding-right: 18px; }
  .navbar-li:hover {
    cursor: pointer;
    background-color: #0098DD; }
  .navbar-li:hover > a {
    color: white;
    text-decoration: none; }
  @media (min-width: 992px) {
    .navbar-li {
      padding-top: 32px;
      padding-bottom: 32px; } }

.navbar__avatar {
  padding-left: 16px;
  padding-right: 16px; }
  .navbar__avatar p.small {
    line-height: 16px;
    text-align: left; }
  .navbar__avatar p.h5 {
    line-height: 24px;
    text-align: left; }

.container-name {
  max-width: 100px; }

.container-nameMobile {
  max-width: calc(100vw - 150px); }
  @media (min-width: 576px) {
    .container-nameMobile {
      max-width: calc(100vw - 180px); } }
  @media (min-width: 576px) {
    .container-nameMobile {
      max-width: calc(100vw - 250px); } }

.navbar-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.navbar-a {
  color: white;
  text-decoration: none; }

a.navbar-notification {
  position: relative;
  text-decoration: none;
  padding: 26px 8px;
  top: 0px; }
  a.navbar-notification :hover,
  a.navbar-notification :active,
  a.navbar-notification :focus {
    text-decoration: none; }
  a.navbar-notification i[class^="mw-"],
  a.navbar-notification i[class*="mw-"] {
    font-size: xx-large; }
  a.navbar-notification:hover {
    background: #0098DD; }
  @media (min-width: 992px) {
    a.navbar-notification {
      padding: 26px 16px; } }

.navbar-notification__account {
  background: #ff0000;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  position: absolute;
  top: 26px;
  right: 2px; }
  @media (min-width: 992px) {
    .navbar-notification__account {
      top: 24px;
      right: 10px; } }
  .navbar-notification__account span {
    font-size: 0.75rem;
    color: white; }

.navbar-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 950; }

.navbar__off-canvas {
  background-color: white;
  position: fixed;
  height: 100%;
  right: 0;
  width: 300px;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease; }
  @media (min-width: 992px) {
    .navbar__off-canvas {
      position: relative;
      width: auto;
      left: 0;
      top: 0px;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: transparent; }
      .navbar__off-canvas .navbar__off-canvas__menu {
        display: inline-block; } }

.navbar__off-canvas-ul {
  list-style: none;
  margin: 0;
  margin-top: 36px;
  padding: 0; }
  @media (min-width: 992px) {
    .navbar__off-canvas-ul {
      margin-top: 0; } }

.navbar__off-canvas-ul li {
  height: 56px;
  line-height: 60px;
  position: relative;
  width: 100%; }
  .navbar__off-canvas-ul li:hover {
    cursor: pointer;
    background-color: #0098DD !important; }
  .navbar__off-canvas-ul li:focus, .navbar__off-canvas-ul li:active {
    cursor: pointer;
    background-color: #0098DD !important;
    outline: none; }
  .navbar__off-canvas-ul li:hover a,
  .navbar__off-canvas-ul li:focus a,
  .navbar__off-canvas-ul li:active a {
    color: white !important; }
  @media (min-width: 992px) {
    .navbar__off-canvas-ul li {
      height: 100%;
      line-height: 56px;
      padding: 16px 0; }
      .navbar__off-canvas-ul li:hover {
        cursor: pointer;
        background-color: #0098DD !important; }
      .navbar__off-canvas-ul li:hover > a {
        color: white !important;
        text-decoration: none; } }

.navbar-a-menu {
  color: #006d9e !important;
  text-decoration: none; }
  @media (min-width: 992px) {
    .navbar-a-menu {
      color: white !important; } }

.navbar__icon-menu {
  height: 30px;
  line-height: 30px;
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 900;
  font-size: xx-large; }
  .navbar__icon-menu:hover {
    cursor: pointer; }

.main-menu--hidden {
  right: -300px; }
  @media (min-width: 992px) {
    .main-menu--hidden {
      left: 0; } }

/*------------------------------------*    $SECTION PROFILE
\*------------------------------------*/
.section-profile {
  width: 100vw; }

.section-profile__components {
  padding-bottom: 16px;
  padding-top: 16px; }

.section-profile__text {
  color: #0078b5;
  padding-left: 16px; }

.section-profile__text-greetinng {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 24px; }

.section-profile__text-name {
  font-size: 40px;
  line-height: 38px; }

/*------------------------------------*    $SECTION-DETAILS
\*------------------------------------*/
label.label-details {
  color: #fce8c4;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 19px; }
  @media (min-width: 992px) {
    label.label-details {
      font-size: 20px;
      line-height: 24px; } }

p.text-details {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 19px;
  padding-left: 36px;
  text-align: left; }
  @media (min-width: 992px) {
    p.text-details {
      font-size: 20px;
      line-height: 24px;
      padding-left: 0; }
      p.text-details.text-detailsname {
        font-size: 1.625rem; } }

.main-marsh__details-info i[class^="mw-"],
.main-marsh__details-info i[class*=" mw-"] {
  font-size: x-large;
  position: absolute;
  left: 2px; }
  @media (min-width: 992px) {
    .main-marsh__details-info i[class^="mw-"],
    .main-marsh__details-info i[class*=" mw-"] {
      position: relative;
      padding-right: 8px; } }

.containertext-detail {
  position: relative; }

.img-detail {
  position: absolute; }
  .img-detail.senal {
    top: 10px;
    left: 10px; }

/*------------------------------------*    $UTILITIES
\*------------------------------------*/
.pg-0 {
  padding: 0; }

@media (min-width: 768px) {
  .px-md-0 {
    padding-left: 0;
    padding-right: 0; } }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 992px) {
  .p-reset {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.alert-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700; }

.separator {
  border: 1px dashed #ffffff; }

.separator-final {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .separator-final {
      padding: 50px 0; } }

.text-d-none {
  text-decoration: none; }
  .text-d-none:hover, .text-d-none:active, .text-d-none:focus {
    color: #810084;
    text-decoration: none;
    outline: none; }

.final-mb {
  margin-bottom: 20vh; }
  @media (min-width: 992px) {
    .final-mb {
      margin-bottom: 40vh; } }

@media (min-width: 576px) {
  .panel-min-height {
    min-height: initial; } }

@media (min-width: 768px) {
  .panel-min-height {
    min-height: 700px; } }

textarea {
  resize: none; }
  textarea.form-control:disabled {
    background-color: transparent;
    opacity: 1;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5); }

.textarea {
  border-radius: 0;
  border: none;
  background: #006693;
  color: #fff; }

.imageDesktop {
  height: 60px;
  width: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%; }

.imageMedium {
  height: 64px;
  width: 64px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%; }

.n-wrap {
  white-space: nowrap; }

.doc-req {
  background-color: #0078ad;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: 0px !important;
  padding-top: 0px !important; }

.marsh-polizas, .marsh-seguimiento, .marsh-conversaciones, .marsh-endosos {
  background-repeat: no-repeat;
  width: auto;
  height: 65px;
  background-position-x: center; }

.marsh-polizas {
  background-image: url("../assets/image/marsh-polizas-light.svg"); }

.marsh-seguimiento {
  background-image: url("../assets/image/marsh-seguimiento-light.svg"); }

.marsh-conversaciones {
  background-image: url("../assets/image/marsh-conversaciones-light.svg"); }

.marsh-endosos {
  background-image: url("../assets/image/marsh-endoso-light.svg"); }

@media all and (min-height: 600px) and (-ms-high-contrast: none), (min-height: 600px) and (-ms-high-contrast: active) {
  .ie-vertical-center {
    /* IE10+ CSS styles go here */
    margin-top: 25%; } }

@media all and (min-height: 798px) and (-ms-high-contrast: none), (min-height: 798px) and (-ms-high-contrast: active) {
  .ie-vertical-center {
    /* IE10+ CSS styles go here */
    margin-top: 35%; } }

.logo-login {
  background: url("../assets/image/marsh-my-wallet-logo.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  height: 203px;
  width: 192px; }

.logo-header {
  background: url("../assets/image/marsh-logo-desktop.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  min-height: 82px;
  width: 78px; }
  @media (min-width: 992px) {
    .logo-header {
      width: 167px; } }

.progress_bar {
  width: 50%; }
  @media (min-width: 992px) {
    .progress_bar {
      width: 80%; } }

.progress-bar-gral li {
  list-style: none;
  position: relative;
  padding: 0px 2px;
  text-align: center;
  width: 48px; }
  @media (min-width: 576px) {
    .progress-bar-gral li {
      padding: 0;
      width: 54px; } }
  .progress-bar-gral li:nth-child(1) .progress-bar-point:after {
    content: "A"; }
  .progress-bar-gral li:nth-child(2) .progress-bar-point:after {
    content: "B"; }
  .progress-bar-gral li:nth-child(3) .progress-bar-point:after {
    content: "C"; }
  .progress-bar-gral li:nth-child(4) .progress-bar-point:after {
    content: "D"; }
  .progress-bar-gral li:nth-child(5) .progress-bar-point:after {
    content: "E"; }
  .progress-bar-gral li .progress-bar-point {
    display: flex;
    justify-content: center;
    align-items: center; }
    .progress-bar-gral li .progress-bar-point:before {
      content: "";
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 25s10-9.639 10-15.104S15.523 0 10 0 0 4.43 0 9.896C0 15.361 10 25 10 25z' fill='%23D8D8D8' fill-rule='evenodd'/%3e19%3c/svg%3e");
      display: block;
      width: 20px;
      height: 25px;
      position: absolute;
      z-index: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .progress-bar-gral li .progress-bar-point:before {
          /* IE10+ CSS styles go here */
          top: 0px;
          left: 18px; } }
    .progress-bar-gral li .progress-bar-point:after {
      color: black;
      display: block;
      font-size: 12px;
      position: relative;
      padding-bottom: 4px;
      padding-left: 1px;
      z-index: 2; }
  .progress-bar-gral li .progress-bar-bar {
    background-color: #D8D8D8;
    top: 28px;
    height: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
    @media (min-width: 992px) {
      .progress-bar-gral li .progress-bar-bar {
        top: 28px; } }

.text-status {
  position: relative;
  text-align: center; }
  .text-status p {
    display: inline-block;
    font-size: 14px;
    background-color: #D8D8D8;
    width: calc(48px * 5);
    border-radius: 8px;
    padding: 10px 0;
    position: relative; }
    @media (min-width: 576px) {
      .text-status p {
        width: calc(54px * 5); } }
    .text-status p:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #D8D8D8;
      position: absolute;
      top: -8px; }

.container-status.initial .progress-bar-gral li:nth-child(1) .progress-bar-point::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 25s10-9.639 10-15.104S15.523 0 10 0 0 4.43 0 9.896C0 15.361 10 25 10 25z' fill='%23FBAE17' fill-rule='evenodd'/%3e19%3c/svg%3e"); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container-status.initial .progress-bar-gral li:nth-child(1) .progress-bar-point::before {
      /* IE10+ CSS styles go here */
      top: 0px;
      left: 18px; } }

.container-status.initial .progress-bar-gral li:nth-child(1) .progress-bar-point::after {
  color: black; }

.container-status.initial .progress-bar-gral li:nth-child(1) .progress-bar-bar {
  background-color: #FBAE17; }

.container-status.initial .text-status p:before {
  left: 14px; }
  @media (min-width: 768px) {
    .container-status.initial .text-status p:before {
      left: 17px; } }

.container-status.information .progress-bar-gral li:nth-child(2) .progress-bar-point::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 25s10-9.639 10-15.104S15.523 0 10 0 0 4.43 0 9.896C0 15.361 10 25 10 25z' fill='%23F48132' fill-rule='evenodd'/%3e19%3c/svg%3e"); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container-status.information .progress-bar-gral li:nth-child(2) .progress-bar-point::before {
      /* IE10+ CSS styles go here */
      top: 0px;
      left: 18px; } }

.container-status.information .progress-bar-gral li:nth-child(2) .progress-bar-point::after {
  color: black; }

.container-status.information .progress-bar-gral li:nth-child(2) .progress-bar-bar {
  background-color: #F48132; }

.container-status.information .text-status p:before {
  left: 61px; }
  @media (min-width: 768px) {
    .container-status.information .text-status p:before {
      left: 71px; } }

.container-status.insurance .progress-bar-gral li:nth-child(3) .progress-bar-point::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 25s10-9.639 10-15.104S15.523 0 10 0 0 4.43 0 9.896C0 15.361 10 25 10 25z' fill='%23CF3D96' fill-rule='evenodd'/%3e19%3c/svg%3e"); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container-status.insurance .progress-bar-gral li:nth-child(3) .progress-bar-point::before {
      /* IE10+ CSS styles go here */
      top: 0px;
      left: 18px; } }

.container-status.insurance .progress-bar-gral li:nth-child(3) .progress-bar-point::after {
  color: white; }

.container-status.insurance .progress-bar-gral li:nth-child(3) .progress-bar-bar {
  background-color: #CF3D96; }

.container-status.insurance .text-status p:before {
  left: 110px; }
  @media (min-width: 768px) {
    .container-status.insurance .text-status p:before {
      left: 125px; } }

.container-status.additional .progress-bar-gral li:nth-child(4) .progress-bar-point::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 25s10-9.639 10-15.104S15.523 0 10 0 0 4.43 0 9.896C0 15.361 10 25 10 25z' fill='%236F85C2' fill-rule='evenodd'/%3e19%3c/svg%3e"); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container-status.additional .progress-bar-gral li:nth-child(4) .progress-bar-point::before {
      /* IE10+ CSS styles go here */
      top: 0px;
      left: 18px; } }

.container-status.additional .progress-bar-gral li:nth-child(4) .progress-bar-point::after {
  color: white; }

.container-status.additional .progress-bar-gral li:nth-child(4) .progress-bar-bar {
  background-color: #6F85C2; }

.container-status.additional .text-status p:before {
  right: 61px; }
  @media (min-width: 768px) {
    .container-status.additional .text-status p:before {
      right: 71px; } }

.container-status.ruled .progress-bar-gral li:nth-child(5) .progress-bar-point::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 25s10-9.639 10-15.104S15.523 0 10 0 0 4.43 0 9.896C0 15.361 10 25 10 25z' fill='%230FB694' fill-rule='evenodd'/%3e19%3c/svg%3e"); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container-status.ruled .progress-bar-gral li:nth-child(5) .progress-bar-point::before {
      /* IE10+ CSS styles go here */
      top: 0px;
      left: 18px; } }

.container-status.ruled .progress-bar-gral li:nth-child(5) .progress-bar-point::after {
  color: white; }

.container-status.ruled .progress-bar-gral li:nth-child(5) .progress-bar-bar {
  background-color: #0FB694; }

.container-status.ruled .text-status p:before {
  right: 14px; }
  @media (min-width: 768px) {
    .container-status.ruled .text-status p:before {
      right: 17px; } }

.title-message {
  color: #003e84;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 22px; }

.border-message {
  border-radius: 14px; }

.fotter-message {
  cursor: pointer;
  color: #00a8c8;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 25px; }

.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dtp > .dtp-content {
  background: #fff;
  max-width: 300px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 520px;
  position: relative;
  left: 50%; }

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #0078ad;
  color: white;
  text-align: center;
  padding: 0.3em; }

.dtp div.dtp-date, .dtp div.dtp-time {
  background: #00478b;
  text-align: center;
  color: white;
  padding: 10px; }

.dtp div.dtp-date > div {
  padding: 0;
  margin: 0; }

.dtp div.dtp-actual-month {
  font-size: 1.5em; }

.dtp div.dtp-actual-num {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: white; }

.dtp div.dtp-picker {
  padding: 1em;
  text-align: center; }

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
  font-weight: 500;
  text-align: center; }

.dtp div.dtp-picker-month {
  padding-bottom: 20px !important;
  text-transform: uppercase !important;
  color: #00478b;
  font-weight: bold; }

.dtp .dtp-close {
  position: absolute;
  top: 0.5em;
  right: 1em; }

.dtp .dtp-close > a {
  color: white; }

.dtp .dtp-close > a > i {
  font-size: 1em; }

.dtp table.dtp-picker-days {
  margin: 0;
  min-height: 251px; }

.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
  border: none; }

.dtp table.dtp-picker-days tr > td {
  font-weight: 700;
  font-size: 0.8em;
  text-align: center;
  padding: 0.5em 0.3em; }

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #BDBDBD !important;
  padding: 0.4em 0.5em 0.5em 0.6em; }

.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a {
  color: #212121;
  text-decoration: none;
  padding: 0.4em 0.5em 0.5em 0.6em;
  border-radius: 50% !important; }

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #0078ad;
  color: white; }

.dtp table.dtp-picker-days tr > th {
  color: #757575;
  text-align: center;
  font-weight: 700;
  padding: 0.4em 0.3em; }

.dtp .p10 > a {
  color: #ffffff;
  text-decoration: none; }

.dtp .p10 {
  width: 10%;
  display: inline-block; }

.dtp .p20 {
  width: 20%;
  display: inline-block; }

.dtp .p60 {
  width: 60%;
  display: inline-block; }

.dtp .p80 {
  width: 80%;
  display: inline-block; }

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #212121;
  font-weight: 500;
  padding: 0.7em 0.5em;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eee;
  font-size: 1em; }

.dtp .dtp-actual-meridien a.selected {
  background: #0078ad;
  color: #fff; }

.dtp .dtp-picker-time > .dtp-select-hour {
  cursor: pointer; }

.dtp .dtp-picker-time > .dtp-select-minute {
  cursor: pointer; }

.dtp .dtp-buttons {
  padding: 0 1em 1em 1em;
  text-align: right; }

.dtp.hidden, .dtp .hidden {
  display: none; }

.dtp .invisible {
  visibility: hidden; }

.dtp .left {
  float: left; }

.dtp .right {
  float: right; }

.dtp .clearfix {
  clear: both; }

.dtp .center {
  text-align: center; }

.dtp-picker-year {
  margin-bottom: 1px; }

.year-picker-item {
  text-align: center;
  padding-top: 5px;
  font-size: large;
  cursor: pointer;
  margin: 0 auto; }

.dtp-actual-year:hover {
  cursor: pointer; }

.dtp-actual-year.disabled:hover {
  cursor: inherit; }

.year-picker-item:hover {
  color: #0078ad; }

.year-picker-item.active {
  color: #0078ad;
  font-weight: bold; }

.dtp-select-year-range {
  display: inline-block;
  text-align: center;
  width: 100%; }
