body,
input,
textarea {
  font: 18px "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  color: #2c3236;
}

p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
  }
}

.ayuda {
  font-size: 9px;
}

.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

h5 {
  font-weight: bold;
  font-size: 17px;
  color: #000;
  margin: 20px 10px 10px;
  display: block;
  width: 100%;
  clear: both;
}

.country,
.idioma {
  float: right;
  display: block;
  width: 40px;
  position: relative;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .country,
  .idioma {
    margin-top: 20px;
  }
}
.country span,
.idioma span {
  cursor: pointer;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #0073b9;
  font-weight: lighter;
  line-height: 22px;
  letter-spacing: -0.32px;
  border-bottom: 2px solid #a1e5e6;
  padding-bottom: 4px;
}
.country ul,
.idioma ul {
  display: block;
  clear: both;
  float: right;
  display: none;
  position: absolute;
  margin: 0px;
  padding: 10px 0px;
  width: 100%;
  top: 24px;
  right: 0px;
  border: 1px solid #f1f1f1;
  border-top: 0;
  background-color: #fff;
}
.country ul li,
.idioma ul li {
  list-style: none;
  margin: 0px;
  padding: 0;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.24px;
  display: block;
  width: 100%;
  border-top: 0px;
  color: #0073b9;
  padding: 5px 10px;
}
.country ul li a,
.idioma ul li a {
  color: #0073b9;
  display: block;
  text-decoration: none;
  background: #fff;
  text-align: left;
}
.country:hover ul,
.idioma:hover ul {
  display: block;
}

.country {
  width: 150px;
}

.idioma {
  margin-left: 10px;
}

a.btnDownload {
  background-color: #009c9d;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  color: #fff;
  border-radius: 0px;
  display: block;
  width: 250px;
  margin: 20px auto;
  font-weight: lighter;
  padding: 15px;
  text-decoration: none;
}

a.btnDownload:hover {
  background: #0074bd;
}

/*** MODAL */
.modal .modal-dialog {
  width: 800px;
}

.modal .modal-content {
  box-shadow: none;
  border: 0px;
}

.modal .close {
  opacity: 1;
  font-size: 30px;
  top: -14px;
  right: -15px;
  position: relative;
  z-index: 999;
  color: #fff;
  background: #000;
  border-radius: 100%;
  width: 30px;
}

.modal .modal-body {
  border: 0px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: none;
  border-radius: 0px;
  padding: 20px;
  text-align: center;
}

.modal .modal-body p {
  font-weight: lighter;
  line-height: 1.3em;
}

.modal .modal-body legend {
  text-align: left;
}

.modal .modal-body h5 {
  text-align: left;
}

.modal .modal-body label {
  margin-bottom: 0px;
}

#modal-contacto .modal-content .modal-body {
  background-color: #fff;
  box-shadow: 0px 3px 9px #0000001a;
}
#modal-contacto .modal-content .modal-body h5 {
  margin: 15px;
  color: #0073b9;
  font-size: 22px;
}
#modal-contacto .modal-content .modal-body label {
  font-weight: 300;
  color: #0073b9;
  /* margin: 0px; */
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 10px 0;
}
@media (min-width: 1024px) {
  #modal-contacto .modal-content .modal-body label {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.45px;
  }
}
#modal-contacto .modal-content .modal-body .form-control {
  border-radius: 0px;
  border-color: #cfe5f2;
  transition: border-color 0.3s;
  padding: 8px;
  height: 54px;
  background: #cfe5f2;
  box-shadow: none;
  font-size: 18px;
  line-height: 20px;
}
#modal-contacto .modal-content .modal-body .form-control::placehoder {
  color: #fff;
}
#modal-contacto .modal-content .modal-body button[type="submit"] {
  background-color: #009c9d;
  color: #fff;
  border-radius: 0px;
  float: right;
  font-weight: lighter;
  border-radius: 3px;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
}
@media (min-width: 1024px) {
  #modal-contacto .modal-content .modal-body button[type="submit"] {
    height: 70px;
    font-size: 22px;
  }
}
#modal-contacto .modal-content .modal-body button[type="submit"]:hover {
  background: #0074bd;
}

.modal .modal-body .login_form {
  margin: 0px;
  padding: 0px;
  background: none;
  box-shadow: none;
  border: 0px;
}

.texto {
  margin: 20px 0px;
}

/** GESTION **/
.section {
  border: 1px solid #dddddd;
  padding: 20px;
}

.section .page-header {
  margin-top: 0px;
  padding: 0px;
  border-color: #dddddd;
}

.section .page-header h4 {
  font-weight: bold;
  margin-top: 0px;
}

.section h4 {
  margin-top: 40px;
}

.container-fluid span.texto-pequeno {
  font-size: 11px;
  line-height: 1.5em;
}

.anteriores {
  display: none;
}

.avisar h3 {
  color: #0073b9;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.14px;
}

a.btnAnteriores {
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
  display: block;
  margin: 30px 0px;
}

table {
  border: 1px solid #dddddd;
}

table.table-documento {
  border: 0px;
  font-size: 12px;
}

table.table-documento thead {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

table.table-documento tbody tr {
  border-bottom: 1px solid #999;
}

table.table-documento td {
  padding: 3px;
  text-align: left;
}

@media (max-width: 1023px) {
  .container-fluid {
    max-width: 100%;
    width: 100%;
  }

  .modal .modal-dialog {
    width: 90%;
  }
}
.texto-proteccion {
  margin: 15px;
}

.texto-proteccion p {
  font-size: 12px;
  text-align: justify;
}

#modal-idioma .fa {
  font-size: 32px;
  float: left;
}

#modal-idioma img {
  line-height: 2em;
  margin-right: 5px;
}

#modal-idioma a {
  text-decoration: none;
  line-height: 2em;
}

@media (min-width: 1024px) {
  #modal-idioma .modal-dialog {
    width: 400px;
  }
}
a.btnChangeCountry {
  float: right;
  margin-right: 15px;
  background-color: #328ec9;
  color: #fff;
  padding: 0px 5px;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

body {
  padding: 20px;
}
@media (min-width: 1024px) {
  body {
    background: -webkit-linear-gradient(
      left,
      #ffffff 50%,
      #009c9d 50%,
      #0073b9 100%
    );
  }
}

@media (min-width: 1024px) {
  .col-1,
  .col-2 {
    padding: 100px;
  }
}
.col-1 legend {
  margin-top: 20px;
  font-weight: 300;
  text-decoration: none;
  border: 0;
  color: #0073b9;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  .col-1 legend {
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 0.8px;
    font-weight: 300;
  }
}
.col-1 p {
  color: #2c3236;
}

.col-2 {
  font-weight: lighter;
}
@media (min-width: 1024px) {
  .col-2 {
    color: #fafbff;
  }
}
.col-2 a {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .col-2 a {
    color: #fafbff;
  }
}
.col-2 .destacado-texto {
  background: #a1e5e6;
  padding: 20px;
  border: 1px solid #009c9d;
  color: #2c3236;
}
.col-2 .destacado-texto a {
  color: #009c9d;
}

@media (min-width: 1024px) {
  .contenedor {
    width: 550px;
    margin: auto;
  }
}
.nav-tabs {
  margin-top: 40px;
  border: 0;
}
.nav-tabs li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.45px;
  background: #e7edf2;
  border-radius: 0;
  width: 50%;
  border: 0;
  box-shadow: 0px 0px 5px #0000001a;
}
@media (min-width: 1024px) {
  .nav-tabs li {
    font-size: 18px;
    line-height: 22px;
  }
}
.nav-tabs li a {
  color: #97aebc;
  border-radius: 0;
  border: 0;
  padding: 10px;
}
@media (min-width: 1024px) {
  .nav-tabs li a {
    padding: 20px;
  }
}
.nav-tabs li strong {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .nav-tabs li strong {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0.6px;
    font-weight: 600;
  }
}
.nav-tabs li:hover,
.nav-tabs li:focus,
.nav-tabs li.active {
  background: #fff;
  border-radius: 0;
  border: 0;
}
.nav-tabs li:hover a,
.nav-tabs li:focus a,
.nav-tabs li.active a {
  color: #0073b9 !important;
  border: 0 !important;
}

.tab-content {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 9px #0000001a;
}
@media (min-width: 1024px) {
  .tab-content {
    padding: 40px;
  }
}
.tab-content label {
  margin-top: 5px;
  font-weight: 700;
  color: #000;
}
.tab-content label {
  font-weight: 300;
  color: #0073b9;
  /* margin: 0px; */
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .tab-content label {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.45px;
  }
}
.tab-content .form-control {
  border-radius: 0px;
  border-color: #cfe5f2;
  transition: border-color 0.3s;
  padding: 8px;
  height: 54px;
  background: #cfe5f2;
  box-shadow: none;
  font-size: 18px;
  line-height: 20px;
  color: #0073b9;
}
.tab-content .form-control::placeholder {
  color: #fff;
}
.tab-content button[type="submit"] {
  background-color: #009c9d;
  color: #fff;
  border-radius: 0px;
  float: right;
  font-weight: lighter;
  border-radius: 3px;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
}
@media (min-width: 1024px) {
  .tab-content button[type="submit"] {
    height: 70px;
    font-size: 22px;
  }
}
.tab-content button[type="submit"]:hover {
  background: #0074bd;
}

.btnObsoletos {
  display: flex;
  color: #009c9d;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  border-bottom: 1px solid #cfe5f2;
  padding: 10px 0;
  font-weight: lighter;
  justify-content: space-between;
}
.btnObsoletos i {
  color: #009c9d;
  font-size: 16px;
  line-height: 20px;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #4b8995;
  text-transform: uppercase;
  z-index: 3;
  margin-bottom: 40px;
  background: #fff;
}
.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
  color: #0073b9;
  background: #cfe5f2;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
  color: #0073b9;
  background: #cfe5f2;
  font-weight: 600;
  text-transform: none;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  color: #0073b9;
  background: #cfe5f2;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  display: block;
  padding: 15px;
  color: #0073b9;
  background: #cfe5f2;
  font-weight: 600 !important;
  text-transform: none;
  margin: 0;
}
.select-box__option:hover,
.select-box__option:focus {
  font-weight: 600;
  background: #0073b9;
  color: #fff;
  cursor: pointer;
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
#modal-obsolete .modal-dialog {
  max-width: 400px;
}
#modal-obsolete .modal-body {
  text-align: left;
}
#modal-obsolete .modal-body h4 {
  text-transform: uppercase;
  color: #0073b9;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.14px;
}
@media (min-width: 1024px) {
  #modal-obsolete .modal-body h4 {
    font-size: 28px;
  }
}
#modal-obsolete .modal-body h5 {
  font-style: italic;
  color: #0073b9;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #modal-obsolete .modal-body h5 {
    font-size: 20px;
  }
}
#modal-obsolete .modal-body .buttons {
  display: flex;
  justify-content: center;
}
#modal-obsolete .modal-body .buttons button {
  width: 120px;
  border-radius: 3px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.4px;
  background-color: #009c9d;
  margin: 10px;
  border: 0;
}
#modal-obsolete .modal-body .buttons button.no {
  background-color: #2c3236;
}
.form-check {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.form-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.form-check label {
  font-size: 15px !important;
  font-weight: 500;
  cursor: pointer;
}


/** BEGIN cookie consent v1.04 */
#cookie-notice {
    bottom: 0;
    display: block;
    height: auto;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    visibility: hidden; }
.cookie-notice-container { text-align: center; }
.cn-close-icon { display: none; }
.cn-buttons-container { display: block; }
.cn-button {
    box-shadow: none;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    outline: none;
    text-align: center;
    text-decoration: none;
    vertical-align: middle; }
.cn-button, .cn-button:hover { box-shadow: none; text-decoration: none; }    
/* custom */    
#cookie-notice {
    background-color: rgba(255, 255, 255, .9) !important;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .15);
    margin: 1.5em;
    min-width: initial;
    position: fixed;
    width: 38em;
    z-index: 1000; }
#cookie-notice .cookie-notice-container { box-sizing: border-box; padding: 1.5em; }
#cookie-notice #cn-notice-text { color: black; display: block; text-align: justify; }
#cookie-notice .cn-button {
    background: none;
    background-color: #009C9D;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: white;
    display: block;
    font-weight: 500;
    letter-spacing: .1em;
    margin: 1em 0 0 0;
    opacity: .85;
    padding: .75em 1em;
    text-shadow: none;
    text-transform: uppercase; }
#cookie-notice .cn-button:hover { opacity: 1; transition: all 1s ease; }
#cookie-notice .cookie-notice-revoke-container { text-align: initial; }
#cookie-notice .cn-revoke-cookie.cn-button { display: inline-block; margin: 0; }
@media (max-width: 38em) { #cookie-notice { margin: 0; width: 100%; } }
/** END cookie consent */