@charset "UTF-8";
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #E5B8B3;
}

::selection {
  color: #fff;
  background: #E5B8B3;
}

#wpadminbar {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0 !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif !important;
  font-size: 14px;
  line-height: 18px;
  color: #0E1E37;
  margin: 0 !important;
  overflow-x: hidden;
  cursor: none;
}

form *, label, button, input, select, optgroup, textarea {
  font-family: "DM Mono", monospace !important;
  text-transform: uppercase;
  color: #E5B8B3;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair", serif !important;
}

h1 {
  font-size: 3.5em;
  line-height: 0.75em;
  font-weight: 600;
  color: #0E1E37;
}

h2 {
  font-size: 3em;
  line-height: 0.9;
  font-weight: 600 !important;
}

h1 span, h2 span {
  color: #E5B8B3;
  font-style: italic;
}

h3 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
}

h4 {
  font-size: 1.25em;
  line-height: 1.1;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #E5B8B3;
}
a:hover {
  color: #E5B8B3;
}
a:visited {
  color: inherit;
}

em {
  color: #0E1E37;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p > strong {
  color: #0E1E37;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
}

main {
  position: relative;
  width: 100%;
}

.wrapper {
  width: 100%;
  padding: 0 50px;
  position: relative;
}

.wrapper2 {
  width: 100%;
  padding: 0 200px;
  position: relative;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #E5B8B3;
  color: #E5B8B3;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "DM Mono", monospace;
}
.btn span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #E5B8B3;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #E5B8B3;
  z-index: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
.btn:hover {
  text-decoration: none;
}
.btn:hover span {
  color: #fff;
}
.btn:hover:before {
  width: 100%;
}
.btn.invert {
  color: #fff;
  background-color: #E5B8B3;
}
.btn.invert span {
  color: #fff;
}
.btn.invert:before {
  background-color: #0E1E37;
}
.btn.invert:hover span {
  color: #E5B8B3;
}
.btn:hover {
  cursor: pointer;
}

/*------------------------------- HEADER -------------------------*/
.cabecera {
  padding: 25px 50px;
  border-bottom: 1px solid #E5B8B3;
  background-color: #0E1E37;
}
.cabecera .logo {
  font-family: "Playfair", serif;
  font-size: 40px;
  letter-spacing: 10px;
  color: #fff;
  text-transform: uppercase;
}
.cabecera .logo span {
  color: #E5B8B3;
}
.cabecera p {
  font-family: "DM Mono", monospace;
  color: #E5B8B3;
  font-size: 12px;
  line-height: 10px;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #E5B8B3;
  text-transform: uppercase;
}
.cabecera ul li {
  margin-right: 50px;
}
.cabecera ul li:lastchild {
  margin-right: 0;
}
.cabecera ul a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-family: "DM Mono", monospace;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cabecera ul a:hover {
  color: #E5B8B3;
}
.cabecera .btn {
  font-size: 12px;
}

/*--------------------------- FOOTER -----------------------------*/
#pie {
  background-color: #E5B8B3;
  padding: 25px 50px;
  color: #0E1E37;
  margin-top: 0;
}
#pie .logo_pie:hover {
  color: #fff;
  text-decoration: none;
}
#pie div {
  margin-top: 15px;
}
#pie div p, #pie div a {
  color: #0E1E37;
  font-family: "Playfair", serif;
  font-size: 14px;
  margin: 0;
}
#pie li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
#pie li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: #0E1E37;
}
#pie li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#pie li:first-child:before {
  display: none;
}
#pie li a:hover {
  color: #fff;
  text-decoration: underline;
}

.logo_pie {
  font-family: "Playfair", serif;
  color: #fff;
  font-size: 24px;
  letter-spacing: 7px;
  text-transform: uppercase;
}

/*------------------------------- HOME -------------------------*/
.home > section {
  padding-bottom: 75px;
}
.home > section header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home > section header h1, .home > section header h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
  width: 100%;
}
.home > section header h1 span:nth-of-type(2), .home > section header h2 span:nth-of-type(2) {
  font-family: "DM Mono", monospace !important;
  font-size: 65%;
  font-weight: 400;
}
.home > section header h3 {
  font-family: "DM Mono", monospace !important;
  text-transform: uppercase;
  color: #E5B8B3;
  font-size: 1em;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.home > section header h3 span {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #E5B8B3;
  margin-right: 10px;
}
.home > section.centrar > article {
  width: 35%;
  margin: 0px auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.home > section.centrar header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home > section.banner {
  margin: 0;
  padding: 125px 50px;
  background: #f5dad7;
  background: radial-gradient(circle, rgb(245, 218, 215) 0%, rgb(14, 30, 55) 65%);
}
.home > section.banner h3, .home > section.banner h2 span {
  color: #894051;
}
.home > section.banner h3 span {
  background-color: #894051;
}
.home > section.banner img, .home > section.banner svg {
  position: absolute;
  width: 50%;
  left: 25%;
  z-index: 0;
  opacity: 0.1;
  top: -100px;
}
.home > section.banner .btn.invert {
  background-color: #894051;
  border: 1px solid #894051;
}
.home > section.banner .btn.invert:before {
  background-color: negro;
}
.home > section.banner .btn.invert:hover span {
  color: #fff;
}
.home + #pie {
  margin-top: 0;
}

#intro {
  min-height: 100vh;
  background-color: #0E1E37;
}
#intro h1, #intro h2, #intro p {
  color: #fff !important;
}
#intro article {
  width: calc(50% - 50px);
  position: relative;
}
#intro article.title_video {
  position: relative;
  z-index: 1;
}
#intro article.title_video div {
  width: calc(50% - 25px);
}
#intro article.title_video div.uk-cover-container {
  aspect-ratio: 3/4;
  position: relative;
  border: 1px solid #E5B8B3;
}
#intro article.title_video div.uk-cover-container a {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 2;
}
#intro article.title_video div.uk-cover-container a span, #intro article.title_video div.uk-cover-container a svg {
  width: 100%;
  height: auto;
  color: #E5B8B3;
}
#intro article.title_video div li:last-child {
  margin-left: 25px;
}
#intro article.title_video > ul {
  margin-top: 100px;
}
#intro article.title_video > ul li {
  width: 27.5%;
}
#intro article.title_video > ul li svg {
  color: #E5B8B3;
  width: 35px;
}
#intro article.title_video > ul li span {
  display: block;
  font-family: "DM Mono", monospace;
  color: #E5B8B3;
  text-transform: uppercase;
  margin-top: 15px;
}
#intro article form {
  width: 75%;
  margin: 0px auto;
  padding: 50px;
  border: 1px solid #E5B8B3;
  background-color: rgba(14, 30, 55, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
#intro article form h2 {
  width: 100%;
  font-size: 3em;
  line-height: 0.9em;
  color: #0E1E37;
  text-align: center;
  text-transform: inherit;
}
#intro article form h2 span {
  font-family: "Playfair", serif !important;
  text-transform: inherit;
  color: #E5B8B3;
}
#intro article form > div {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
#intro article form > div:last-of-type {
  margin-top: 25px;
  margin-bottom: 0;
}
#intro article form > div.mitad {
  width: calc(50% - 25px);
}
#intro article form input[type=text],
#intro article form input[type=tel],
#intro article form input[type=email] {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #E5B8B3;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: transparent;
}
#intro article form input[type=text]:focus-visible,
#intro article form input[type=tel]:focus-visible,
#intro article form input[type=email]:focus-visible {
  outline: none;
  border-bottom: 1px solid #E5B8B3;
}

.uk-modal-dialog {
  width: 75%;
}

#que_es {
  background-image: url("../images/bg01.jpg");
  background-size: auto 100%;
  background-position: -50px 0;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: #D6B997;
  padding: 125px 0;
}
#que_es article {
  width: calc(50% - 50px);
}
#que_es article:last-of-type {
  padding: 0 12.5%;
}
#que_es h3, #que_es h2 span {
  color: #894051;
}
#que_es h3 span {
  background-color: #894051;
}
#que_es .btn {
  border: 1px solid #894051;
}
#que_es .btn span {
  color: #894051;
}
#que_es .btn:before {
  background-color: #894051;
}
#que_es .btn:hover span {
  color: #fff;
}

.listado {
  margin-top: 50px;
}
.listado li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #894051;
  padding-left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.listado li:hover {
  padding-left: 10px;
}
.listado li:hover strong {
  color: #894051;
}
.listado li span {
  display: block;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #894051;
}
.listado li strong {
  color: #0E1E37;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.listado li p {
  margin-bottom: 0;
}
.listado li:last-child {
  margin-bottom: 0;
}

#como_funciona {
  padding-top: 75px;
  background-color: #0E1E37;
}
#como_funciona h2 {
  color: #fff !important;
}
#como_funciona p {
  color: #fff;
}
#como_funciona ul {
  margin-top: 50px;
}
#como_funciona li {
  width: 33.33%;
  padding: 50px;
  border-right: 1px solid #E5B8B3;
  border-bottom: 1px solid #E5B8B3;
  position: relative;
}
#como_funciona li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #E5B8B3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#como_funciona li:hover:before {
  width: 100%;
}
#como_funciona li:hover strong {
  color: #E5B8B3;
}
#como_funciona li svg {
  color: #E5B8B3;
  width: 25px;
  margin-left: -3px;
}
#como_funciona li strong {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#como_funciona li span {
  color: #E5B8B3;
  font-family: "DM Mono", monospace;
  font-weight: 500;
}
#como_funciona li span.uk-icon {
  display: block;
  margin-bottom: 5px;
}
#como_funciona li:nth-child(3), #como_funciona li:last-child {
  border-right: 0;
}
#como_funciona li:nth-child(4), #como_funciona li:last-child {
  width: 50%;
  padding: 50px 150px;
  border-bottom: 0;
}

#informe {
  padding: 75px 50px;
  background-color: #D6B997;
}
#informe h3, #informe h2 span {
  color: #894051;
}
#informe h3 span {
  background-color: #894051;
}
#informe .btn {
  border: 1px solid #894051;
}
#informe .btn span {
  color: #894051;
}
#informe .btn:before {
  background-color: #894051;
}
#informe .btn:hover span {
  color: #fff;
}
#informe .dashboard-frame {
  background-color: #0E1E37;
}
#informe .view-btn, #informe .skin-card, #informe .ba-panel {
  background-color: #0E1E37;
}
#informe .info-val, #informe .progress-pct {
  color: #E5B8B3;
}
#informe .action-btn {
  color: #E5B8B3;
  border: 1px solid #E5B8B3;
}

/*CASOS CLÍNICOS*/
#casos_clinicos {
  padding-top: 75px;
  background-color: #0E1E37;
}
#casos_clinicos h2, #casos_clinicos h4 {
  color: #fff !important;
}
#casos_clinicos p {
  color: #fff;
}
#casos_clinicos > div article {
  margin: 0 4.75%;
  margin-top: 50px;
}
#casos_clinicos h4 {
  font-family: "Jost", sans-serif !important;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
#casos_clinicos li {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
#casos_clinicos li:last-child {
  margin-bottom: 0;
}
#casos_clinicos li span {
  position: relative;
  padding-left: 15px;
}
#casos_clinicos li span:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #E5B8B3;
}

.img-comp-container {
  position: relative;
  width: 413px;
  height: 330px;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid #E5B8B3;
}
.img-comp-container > svg {
  position: absolute;
  left: -2px;
  z-index: 10;
  width: 102%;
  max-width: 102%;
}
.img-comp-container > svg:first-of-type {
  top: 0;
}
.img-comp-container > svg:last-of-type {
  bottom: -1px;
}
.img-comp-container > svg .st0 {
  fill: #894051;
}

.img-comp-img {
  position: absolute;
  height: auto;
  overflow: hidden;
  max-width: 100% !important;
  height: 100%;
  width: 100%;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
  max-width: none;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  top: 0 !important;
  width: 3px;
  height: 100%;
  background-color: #E5B8B3;
}
.img-comp-slider:before, .img-comp-slider:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid #894051;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.img-comp-slider:before {
  left: 10px;
}
.img-comp-slider:after {
  left: -17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#dra_gerona {
  background-color: #D6B997;
  margin-bottom: 0;
  padding-bottom: 0;
}
#dra_gerona h3, #dra_gerona h2 span {
  color: #894051;
}
#dra_gerona h3 span {
  background-color: #894051;
}
#dra_gerona .btn {
  border: 1px solid #894051;
}
#dra_gerona .btn span {
  color: #894051;
}
#dra_gerona .btn:before {
  background-color: #894051;
}
#dra_gerona .btn:hover span {
  color: #fff;
}
#dra_gerona article {
  width: 50%;
  padding: 75px 12.5%;
}
#dra_gerona figure {
  width: 50%;
}
#dra_gerona figure img {
  height: 100%;
  width: auto;
  mix-blend-mode: multiply;
}

/*--------------------------- WIZARD -----------------------------*/
.wizard {
  background-color: #0E1E37;
}
.wizard h1 {
  color: #fff;
}
.wizard h1 span {
  display: block;
}
.wizard main {
  min-height: 64vh;
}
.wizard main section {
  margin-top: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wizard main section > header {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.wizard main section article {
  width: calc(25% - 25px);
  color: #fff;
}
.wizard main section article strong {
  color: #fff;
}
.wizard main section article.gracias {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(35% - 25px);
  padding: 50px;
  border: 1px solid #E5B8B3;
  text-align: center;
  font-size: 16px;
}
.wizard main section article.gracias div {
  margin-top: 25px;
}
.wizard main section form {
  width: calc(35% - 25px);
}
.wizard form {
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E5B8B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.wizard form h2 {
  color: #fff;
  font-family: "DM Mono", monospace !important;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 50px;
}
.wizard form > div {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
.wizard form > div:last-of-type {
  margin-top: 25px;
  margin-bottom: 0;
}
.wizard form > div.mitad {
  width: calc(50% - 25px);
}
.wizard form input[type=text],
.wizard form input[type=tel],
.wizard form input[type=email],
.wizard form input[type=date],
.wizard form input[type=file],
.wizard form textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #E5B8B3;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #0E1E37;
}
.wizard form input[type=text]:focus-visible,
.wizard form input[type=tel]:focus-visible,
.wizard form input[type=email]:focus-visible,
.wizard form input[type=date]:focus-visible,
.wizard form input[type=file]:focus-visible,
.wizard form textarea:focus-visible {
  outline: none;
  border-bottom: 1px solid #E5B8B3;
}
.wizard form input[type=date] {
  padding-left: 175px;
  width: calc(100% - 175px);
}
.wizard form input[type=date] + label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.wizard form input[type=file] {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 0;
  margin-left: 0;
}
.wizard form input[type=radio] + label,
.wizard form input[type=checkbox] + label {
  color: #0E1E37;
  margin-bottom: 15px;
}
.wizard form textarea {
  height: 100px;
}
.wizard .paso06 form {
  display: block;
}
.wizard .paso06 form h2 {
  width: 100%;
  text-align: center;
}
.wizard .paso06 form h2 span {
  display: block;
  font-size: 3em;
  font-style: inherit;
  margin-top: 25px;
}

.btns {
  margin-top: 25px;
}

::-webkit-input-placeholder {
  color: #E5B8B3;
  opacity: 1;
  font-size: 14px;
}

::-moz-placeholder {
  color: #E5B8B3;
  opacity: 1;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #E5B8B3;
  opacity: 1;
  font-size: 14px;
}

::-ms-input-placeholder {
  color: #E5B8B3;
  opacity: 1;
  font-size: 14px;
}

::placeholder {
  color: #E5B8B3;
  opacity: 1;
  font-size: 14px;
}

::-ms-input-placeholder {
  color: #E5B8B3;
  font-size: 14px;
}

::-webkit-file-upload-button {
  color: #E5B8B3;
  font-size: 12px;
  border: 1px solid #E5B8B3 !important;
  padding: 5px 10px;
  border-radius: 0;
  background-color: #0E1E37;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
}

::file-selector-button {
  color: #E5B8B3;
  font-size: 12px;
  border: 1px solid #E5B8B3 !important;
  padding: 5px 10px;
  border-radius: 0;
  background-color: #0E1E37;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
}

.container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container input:checked ~ .checkmark {
  background-color: #E5B8B3;
  border: 1px solid #E5B8B3;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0E1E37;
}
.container .checkmark.cuadrado:after {
  border-radius: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #0E1E37;
  border: 1px solid #fff;
  border-radius: 50%;
}
.checkmark.cuadrado {
  top: 2px;
  border-radius: 0;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.paso02 label {
  color: #fff;
}

.paso06 .info li {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paso06 .info li span {
  color: #E5B8B3;
  margin-right: 15px;
}
.paso06 .info li span svg {
  width: 25px;
}
.paso06 .info li:before {
  display: none;
}

.info li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.info li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 0;
  background-color: #E5B8B3;
}
.info li:last-child {
  margin-bottom: 0;
}

/*------------------------------------ TXT LEGAL ---------------------------*/
.txt_legal {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
  background-color: #0E1E37;
  color: #fff;
}
.txt_legal h1 {
  text-align: center;
  color: #fff;
}
.txt_legal h2 {
  font-weight: 700;
  color: #fff;
}
.txt_legal ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.txt_legal ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #E5B8B3;
}
.txt_legal a {
  color: #E5B8B3;
}

/*---------------------------------------------- 404  ----------------------------------------------*/
.error_404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E5B8B3;
  text-align: center;
  width: 50%;
  margin: 130px auto;
}
.error_404 h1 {
  font-family: "DM Mono", monospace !important;
  text-transform: uppercase;
  font-weight: 100;
}
.error_404 h1 span {
  display: block;
  font-size: 5em;
  font-weight: 100;
  line-height: 1em;
}
.error_404 header {
  margin-bottom: 25px !important;
}
.error_404 p {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 50px;
}
.error_404 a {
  margin: 0px auto;
}

/*---------------------------------------------- RESPONSIVE  ----------------------------------------------*/
/*--------------- 1600px ---------------*/
@media (max-width: 1600px) {
  /*HOME*/
  #intro article {
    width: calc(50% - 25px);
  }
  .hero-orb {
    width: 550px;
    height: 550px;
  }
  #que_es article {
    width: calc(50% - 25px);
  }
  #que_es article:last-of-type {
    padding: 0;
  }
  #dra_gerona article {
    padding: 50px 5%;
  }
}
/*--------------- 1400px ---------------*/
@media (max-width: 1400px) {
  .wizard main section form {
    width: calc(45% - 25px);
  }
  /*404*/
  .error_404 {
    width: 70%;
  }
  .error_404 h1 {
    font-size: 3em;
  }
  .error_404 h1 span {
    font-size: 4em;
  }
}
/*--------------- 1300px ---------------*/
@media (max-width: 1300px) {
  /*HEADER*/
  .cabecera ul li {
    margin-right: 35px;
  }
  /*HOME*/
  #intro article {
    width: 75%;
    margin: 50px auto;
  }
  #intro article:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #intro article:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #intro article form {
    width: 100%;
  }
  .hero-orb {
    display: none;
  }
  #que_es {
    padding: 75px 50px;
    background-image: none;
  }
  #que_es article {
    width: 75%;
    margin: 0px auto;
  }
  #que_es article:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #que_es article:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px;
  }
  .demo-panel {
    width: 75%;
    margin-left: 12.5%;
  }
  #como_funciona li:nth-child(4), #como_funciona li:last-child {
    padding: 50px 75px;
  }
}
/*--------------- 1200px ---------------*/
@media (max-width: 1200px) {
  .wrapper2 {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
  .cabecera ul {
    display: none;
  }
  /*HOME*/
  .home > section.centrar > article {
    width: 75%;
  }
  /*WIZARD*/
  .wizard main section article, .wizard main section form {
    width: 75%;
    margin: 0px auto;
    margin-bottom: 50px;
  }
  .wizard main section article:last-of-type {
    margin-bottom: 0;
  }
  .wizard main section article.gracias {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 75%;
    margin-bottom: 0;
  }
  .wizard main section form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wizard main section .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .wizard main section .justificacion {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/*--------------- 1000px ---------------*/
@media (max-width: 1000px) {
  /*HOME*/
  #intro article,
  #que_es article {
    width: 100%;
  }
  #intro article:first-of-type {
    margin-bottom: 0;
  }
  #como_funciona li {
    width: 50%;
    padding: 50px 25px;
  }
  #como_funciona li:last-child {
    width: 100%;
    padding: 50px 25px;
  }
  #como_funciona li:nth-child(3) {
    border-right: 1px solid #E5B8B3;
  }
  #como_funciona li:nth-child(4) {
    border-bottom: 1px solid #E5B8B3;
    padding: 50px 25px;
  }
  #como_funciona li:nth-child(2n) {
    border-right: none;
  }
  .home > section.banner img, .home > section.banner svg {
    width: 75%;
    left: 12.5%;
  }
}
/*--------------- 800px ---------------*/
@media (max-width: 800px) {
  .wrapper2 {
    padding-left: 50px;
    padding-right: 50px;
  }
  /*FOOTER*/
  #pie {
    text-align: center;
  }
  #pie div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #pie ul {
    margin: auto;
    margin-bottom: 15px;
  }
  /*HOME*/
  #intro article.title_video div {
    width: 100%;
  }
  #intro article.title_video div.uk-cover-container {
    width: 75%;
    margin: 50px auto;
  }
  #intro article.title_video > ul {
    margin-top: 0;
  }
  #intro article.title_video > ul li {
    width: 75%;
    text-align: center;
    margin: 25px auto;
  }
  #intro article.title_video > ul li img, #intro article.title_video > ul li svg {
    width: 50px;
  }
  .home > section.centrar > article {
    width: 100%;
    text-align: left;
  }
  .home > section.centrar > article header {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  #dra_gerona article {
    width: 100%;
  }
  #dra_gerona figure {
    width: 75%;
  }
  .home > section.banner.centrar > article {
    width: 75%;
    text-align: center;
  }
  .home > section.banner.centrar > article header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home > section.banner img, .home > section.banner svg {
    width: 100%;
    left: 0;
  }
  /*WIZARD*/
  .wizard main section article, .wizard main section form, .wizard main section article.gracias {
    width: 90%;
  }
  /*404*/
  .error_404 {
    width: calc(100% - 100px);
  }
  .error_404 h1 {
    font-size: 2.75em;
  }
  .error_404 h1 span {
    font-size: 3.5em;
  }
  .error_404 p {
    font-size: 1.5em;
  }
}
/*--------------- 650px ---------------*/
@media (max-width: 650px) {
  .wrapper2 {
    padding-left: 35px;
    padding-right: 35px;
  }
  /*HEADER*/
  .cabecera {
    padding: 25px 35px;
  }
  /*FOOTER*/
  #pie {
    padding: 25px 35px;
  }
  .logo_pie {
    font-size: 20px;
    letter-spacing: 5px;
  }
  /*HOME*/
  .home > section {
    margin-bottom: 50px;
  }
  #intro article form {
    padding: 50px 25px;
  }
  #intro article form > div.mitad {
    width: 100%;
  }
  #como_funciona li {
    width: 100% !important;
    padding: 25px 0 !important;
    border-right: none !important;
  }
  #que_es {
    padding: 50px 35px;
  }
  .dash-topbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel-dots {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dash-tabs {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dash-patient {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .skin-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .ba-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ba-delta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  /*WIZARD*/
  .wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
  .wizard main section article, .wizard main section form, .wizard main section article.gracias {
    width: 100%;
  }
  /*404*/
  .error_404 {
    width: calc(100% - 70px);
  }
  .error_404 h1 {
    font-size: 2.5em;
  }
  .error_404 h1 span {
    font-size: 3em;
  }
}
/*--------------- 590px ---------------*/
@media (max-width: 590px) {
  h1 {
    font-size: 3em;
  }
  /*FOOTER*/
  #pie ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pie ul li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }
  #pie ul li:last-child {
    margin-bottom: 0;
  }
  #pie ul li:before {
    display: none;
  }
  /*HOME*/
  .panel-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel-status {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .panel-title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .demo-panel {
    width: 100%;
    margin-left: 0;
  }
  .view-controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*WIZARD*/
  .wizard form,
  .wizard main section article.gracias {
    padding: 50px 25px;
  }
}
/*--------------- 450px ---------------*/
@media (max-width: 450px) {
  body {
    font-size: 12px;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2.5em;
  }
  ::-webkit-input-placeholder {
    font-size: 12px;
  }
  ::-moz-placeholder {
    font-size: 12px;
  }
  :-ms-input-placeholder {
    font-size: 12px;
  }
  ::-ms-input-placeholder {
    font-size: 12px;
  }
  ::placeholder {
    font-size: 12px;
  }
  ::-ms-input-placeholder {
    font-size: 12px;
  }
  /*HEADER*/
  .cabecera .logo {
    font-size: 36px;
    letter-spacing: 7px;
  }
  /*HOME*/
  .home > section.banner.centrar > article {
    width: 100%;
  }
  .img-comp-container {
    width: 330px;
    height: 330px;
  }
  .img-comp-img img {
    height: 100%;
  }
  /*WIZARD*/
  .wizard main section article.gracias {
    font-size: 14px;
  }
}
/*--------------- 390px ---------------*/
@media (max-width: 390px) {
  .btn {
    padding: 5px 12px;
  }
  /*HEADER*/
  .cabecera {
    padding: 20px 25px;
  }
  .cabecera .logo {
    font-size: 28px;
    letter-spacing: 5px;
  }
  /*HOME*/
  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  #intro article form h2 {
    font-size: 2.5em;
  }
  .home > section header h3 {
    font-size: 11px;
  }
  .home > section header h3 span {
    width: 25px;
  }
}
/*--------------- 360px ---------------*/
@media (max-width: 360px) {
  .cabecera .btn {
    font-size: 10px;
  }
  /*HOME*/
  .img-comp-container {
    width: 300px;
    height: 280px;
  }
}