
html {
    color: #003535;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    background: #c7d5e3;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  .header {
    width: 100%;
    padding: 20px 0px;
    background: #fff;
    text-align: center;
  }
  
  textarea {
    resize: vertical;
  }
  
  .container {
    box-sizing: border-box;
    max-width: 1000px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    display: block;
  }
  
  #formulario .form-field-form_id,
  #formulario .form-field-landing_id,
  #formulario .form-field-utm_source,
  #formulario .form-field-utm_medium,
  #formulario .form-field-utm_term,
  #formulario .form-field-utm_content,
  #formulario .form-field-utm_campaign,
  #formulario .form-field-ab {
    display: none;
  }
  
  #formulario {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    max-width: 1000px;
    padding: 0 25px 25px 25px;
    vertical-align: top;
  }
  
  .titFormu {
    font-size: 1.5em;
    font-weight: 500;
    text-align: left;
    line-height: 1.3;
    margin: 0px;
    color: #4b6581;
    background: url(https://image.informacion.grupomutua.es/lib/fe2f1170756404757c1175/m/1/0f473722-2865-4685-8bff-15140b4524e9.png) no-repeat 0px 4px;
    padding: 8px 0 7px 45px;
  }
  
  .textoContacto {
    display: block;
    margin: 20px 0px;
    color: #666;
    font-size: 0.9em;
    background: url(https://image.informacion.grupomutua.es/lib/fe2f1170756404757c1175/m/1/8d14b104-40d0-48e4-acc3-3c9a09cfce84.png) no-repeat left;
    padding: 0px 0 0px 15px;
  }
  
  #formulario label.condiciones {
    display: table;
    color: #0c5a58;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0px 5px 0px;
  }
  
  #formulario label.condiciones a {
    color: #999;
    font-weight: 600;
  }
  
  #formulario label.condiciones a:hover {
    color: #f2509c;
    font-weight: 600;
  }
  
  #formulario input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #c7d5e3;
    border-radius: 3px;
    padding: 6px;
    margin-top: 5px;
    color: #0c5a58;
    font-size: 14px;
    font-weight: 400;
  }
  
  #formulario select {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #c7d5e3;
    border-radius: 3px;
    padding: 6px;
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
  }
  
  #formulario .form-field-lastname {
    margin-top: 47px;
  }
  
  #formulario label.condiciones input {
    display: table-cell;
    width: auto;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  
  #formulario label.condiciones span {
    display: table-cell;
    width: auto;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  
  .form-field-submit {
    position: relative;
  }
  
  .modal button.btn-accept {
    font: inherit;
    display: block;
    overflow: visible;
    min-width: 110px;
    margin: 0 auto;
    padding: 12px 0;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
    color: #fff;
    background: #2e99e2;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #formulario button {
    display: inline-block;
    width: 100%;
    background-color: #f2509c;
    border-radius: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 7px solid #ce367d;
    color: #fff;
    padding: 8px;
    margin-top: 3px;
    font-size: 22px;
    font-weight: 400;
    text-shadow: 0 2px 0 #ce367d;
    transition: all 0.25s ease-in-out;
    position: relative;
  }
  
  #formulario button:hover {
    width: 100%;
    background-color: #f2509c;
    border-radius: 5px;
    border-bottom: 4px solid #ce367d;
    margin-top: 6px;
    color: #fff;
    padding: 8px;
    font-size: 22px;
    font-weight: 400;
    text-shadow: 0 2px 0 #ce367d;
  }
  
  .messageForm {
    text-align: center;
  }
  
  .messageDivider {
    border-bottom: 1px solid #b8d9d9;
    width: 125px;
    margin: 0 auto;
    background-color: #b8d9d9;
    margin-bottom: 20px;
  }
  
  .messageText {
    display: block;
    font-style: italic;
    padding: 0px;
  }
  
  #formulario .form-field-firstname:before {
    content: 'Datos personales';
    display: block;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0px 15px 0px;
    color: #4b6581;
  }
  
  #formulario .form-field-field01:before {
    content: 'Datos de contacto';
    display: block;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0px 15px 0px;
    color: #4b6581;
  }
  
  #formulario .form-field-field02 {
    margin-top: 73px;
  }
  
  #formulario .form-field-field01 {
    margin-top: 26px;
  }
  
  #formulario .form-field {
    width: 50%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
  }
  
  #formulario .form-field-submit {
    width: 30%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
    clear: both;
    min-height: 75px;
  }
  
  #formulario .form-field-phone1 {
    clear: both;
  }
  
  #formulario label {
    color: #666;
    font-size: 0.9em;
  }
  
  #formulario .form-field-conditions {
    width: 100%;
  }
  
  input.error,
  select.error {
    border: 1px solid #c00;
    border-bottom: 1px solid #a00;
  }
  
  input.valid {
    border: 1px solid #0a0;
  }
  
  label.error {
    display: inline-block;
    position: absolute;
    padding: 2% 3%;
    margin: 0.5% 0;
    height: auto;
    width: auto;
    white-space: nowrap;
    right: 95.5%;
    color: #cd0b0b !important;
    font-size: 12px !important;
    font-weight: bold;
    text-align: right;
  }
  
  label.error:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 100%;
    border-left: 6px solid black;
    border-left-color: inherit;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: background-color 0.5s ease-out;
  }
  
  label.error {
    position: relative;
    padding: 0px 0px 1.5% 0px;
    margin: 0 0 0.5%;
    height: auto;
    width: 97%;
    white-space: normal;
    right: auto;
    border: 0;
    border-radius: 0px;
    text-align: left;
  }
  
  label.error:after {
    display: none;
  }
  
  .condiciones label.error {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 100%;
    left: 0;
    padding: 0 3px 0 2px;
    margin: 0 4px 0 1px;
    white-space: nowrap;
    background: #c00;
    background: rgba(204, 0, 0, 0.95);
    color: #fff;
    font-size: 1em;
  }
  
  @media only screen and (max-width: 66.87em) {
    #formulario {
      display: block;
      width: auto;
      float: none;
    }
  }
  
  @media only screen and (max-width: 50em) {
    #formulario .form-field {
      width: 100%;
      box-sizing: border-box;
      float: left;
      margin-bottom: 20px;
      display: inline-block;
      vertical-align: top;
      padding: 0px 20px;
    }
  
    #formulario .form-field-lastname,
    #formulario .form-field-field02 {
      margin-top: 0px;
    }
  }
  
  .hidden {
    display: none !important;
  }
  
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .clearfix:before,
  .clearfix:after {
    content: ' ';
    display: table;
  }
  
  .clearfix:after {
    clear: both;
  }
  
  @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  }
  
  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a,
    a:visited {
      text-decoration: underline;
    }
  
    a[href]:after {
      content: ' (' attr(href) ')';
    }
  
    abbr[title]:after {
      content: ' (' attr(title) ')';
    }
  
    a[href^='#']:after,
    a[href^='javascript:']:after {
      content: '';
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    thead {
      display: table-header-group;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    img {
      max-width: 100% !important;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  