/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", serif;
  background: #F2F2F2;
}

header {
  background-color: #dfdfdf;
}

h1 {
  color: #2C2831;
  font-family: "Poppins", serif;
  font-weight: 700;
  line-height: 1em;
  font-size: 2.3em;
  text-transform: uppercase;
}
h2 {
  font-family: "Poppins", serif;
}

h3 {
  font-family: "Poppins", serif;
}

h4 {
  font-family: "Poppins", serif;
}

p {
  font-family: "Poppins", serif;
  font-weight: 400;
  color: #2C2831;
}

.fs-7 {
  font-size: 0.7em;
}

.txt-gris {
  color: #A9A9A9;
}

.txt-red {
  color: #BF0811;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.mh-100 {
  min-height: calc(100vh - 38px);
}

.btn-primary {
  background: rgb(66, 58, 81);
  background: linear-gradient(180deg, rgb(66, 58, 81) 0%, rgb(44, 40, 49) 100%);
  color: #fff;
  font-family: "Poppins", serif;
  font-weight: 400;
  padding: 0.2em 1.3em;
  text-decoration: none;
  border-radius: 20px;
  border: none;
  font-size: 1.5em;
  border: 1px solid #2C2831;
  line-height: 1.35em;
}
.btn-primary:hover {
  border: 1px solid #2C2831;
  background: #fff;
  color: #2C2831;
}

.btn-secondary {
  background: rgb(153, 8, 22);
  background: linear-gradient(180deg, rgb(153, 8, 22) 0%, rgb(191, 8, 17) 100%);
  color: #fff;
  font-family: "Poppins", serif;
  font-weight: 400;
  padding: 0.2em 1.3em;
  text-decoration: none;
  border-radius: 20px;
  border: none;
  font-size: 1.5em;
  border: 1px solid #990816;
  line-height: 1.35em;
  max-height: 50px;
}
.btn-secondary:hover {
  border: 1px solid #990816;
  background: #fff;
  color: #990816;
}

.btn-blanco {
  background: #fff;
  color: #2C2831;
  font-family: "Poppins", serif;
  font-weight: 400;
  padding: 0.2em 1.3em;
  text-decoration: none;
  border-radius: 20px;
  border: none;
  font-size: 1em;
  border: 1px solid #2C2831;
  line-height: 1.35em;
  margin-bottom: 10px !important;
}
.btn-blanco:hover {
  border: 1px solid #2C2831;
  background-color: #2C2831 !important;
  color: #fff;
}
.btn-blanco:hover:before {
  background-image: url('data:image/svg+xml,<svg width="52" height="23" viewBox="0 0 52 23" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_248_52)"><path d="M40.48 0.26001L51.2 11.06L40.48 21.87" stroke="%23F2F2F2" stroke-width="0.75" stroke-miterlimit="10"/><path d="M0 11.0699H50.28" stroke="%23F2F2F2" stroke-width="0.75" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_248_52"><rect width="51.73" height="22.13" fill="white"/></clipPath></defs></svg>');
}
.btn-blanco:before {
  background-image: url('data:image/svg+xml,<svg width="52" height="23" viewBox="0 0 52 23" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_248_52)"><path d="M40.48 0.26001L51.2 11.06L40.48 21.87" stroke="%23B27C64" stroke-width="0.75" stroke-miterlimit="10"/><path d="M0 11.0699H50.28" stroke="%23B27C64" stroke-width="0.75" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_248_52"><rect width="51.73" height="22.13" fill="white"/></clipPath></defs></svg>');
  top: 0.3em;
}

.videofondo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
video + header, video + header + section {
  z-index: 2;
  position: relative;
  background: transparent !important;
}

.btn-en-resultados {
  z-index: 3;
  position: fixed;
  bottom: 0;
  right: 20px;
}

.gradient-down {
  background: rgb(223, 223, 223);
  background: linear-gradient(180deg, rgb(223, 223, 223) 0%, rgb(242, 242, 242) 100%);
}

.img-lateral {
  align-items: end;
  display: flex;
}
.img-lateral img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.form-box {
  border-radius: 50px;
  background-color: #E5E5E5;
  margin: 40px auto;
  padding: 20px 5px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  max-width: 500px;
}

input[type=text],
input[type=number],
input[type=email],
select {
  border: none !important;
  border-radius: 10px !important;
}

nav.navbar {
  background-color: #fff;
}
nav.navbar .navbar-toggler {
  border: none;
}
nav.navbar .navbar-toggler .navbar-toggler-icon {
  width: 2.5em;
  height: 2.5em;
}
nav.navbar .navbar-collapse .row:first-child {
  background-color: #F2F2F2;
  position: relative;
}
nav.navbar .navbar-collapse .row:first-child .form-control {
  border: none;
  background-color: #F2F2F2;
  z-index: 1;
  position: relative;
}
nav.navbar .navbar-collapse .row:first-child .form-control::-moz-placeholder {
  color: #B3B4B6;
}
nav.navbar .navbar-collapse .row:first-child .form-control::placeholder {
  color: #B3B4B6;
}
nav.navbar .navbar-collapse .row:first-child .navbar-nav .nav-item {
  font-size: 0.8em;
  margin: 0 10px;
  z-index: 1;
}
nav.navbar .navbar-collapse .row:first-child .navbar-nav .nav-item a {
  color: #787878;
}
nav.navbar .navbar-collapse .row:first-child .navbar-nav .nav-item a span {
  color: #E52E34;
}
nav.navbar .navbar-collapse .row:first-child:before {
  content: "";
  position: absolute;
  width: calc(100% + 50vw);
  height: 100%;
  left: -50%;
  top: 0;
  background-color: #F2F2F2;
  z-index: 0;
}
nav.navbar .navbar-collapse .row:nth-child(2) {
  background-color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
}
nav.navbar .navbar-collapse .row:nth-child(2) .navbar-nav {
  justify-content: space-between;
}
nav.navbar .navbar-collapse .row:nth-child(2) .navbar-nav .nav-item {
  font-size: 0.9em;
  align-items: center;
  display: flex;
}
nav.navbar .navbar-collapse .row:nth-child(2) .navbar-nav .navbar-brand {
  width: 135px;
  margin: 8px;
}

.steeps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.steeps .steep {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #8F8D91;
}
.steeps .steep.active {
  background-color: #2C2831;
}
.steeps .steep.visited {
  background-color: #BF0811;
}
.steeps .conect-steep {
  width: 3px;
  height: 45px;
  background-color: #8F8D91;
}
.steeps .conect-steep.active {
  background-color: #2C2831;
}
.steeps .conect-steep.visited {
  background-color: #BF0811;
}

.titulo {
  display: flex;
  align-items: flex-end;
}
.titulo .numero {
  font-size: 7em;
  font-weight: 700;
  color: #2C2831;
  opacity: 0.2;
  line-height: 0.8em;
  margin-right: 15px;
}
.titulo h2 {
  text-align: left;
  color: #2C2831;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.7em;
  margin-bottom: 0;
}
.titulo p {
  text-align: left;
  color: #B3B3B3;
  margin-bottom: 0;
}

.form-check {
  width: 50%;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 1em;
}
.form-check input[type=radio],
.form-check input[type=checkbox] {
  opacity: 0;
  font-size: 2px;
  position: absolute;
  pointer-events: none;
}
.form-check label {
  width: 100%;
  padding: 3% 4%;
  background-color: transparent;
  color: #2C2831;
  border: 1px solid #2C2831;
  border-radius: 10px;
  cursor: pointer;
}
.form-check input:checked + label,
.form-check label:hover {
  background-color: #2C2831;
  color: #fff;
}

.cards-ico article {
  text-align: center;
}
.cards-ico article div:first-child {
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
}
.cards-ico article div:first-child:before {
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border: 1px solid #990816;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -7.5px;
  top: -7.5px;
}
.cards-ico article div:first-child img {
  max-width: 50px;
  max-height: 40px;
}
.cards-ico article .text-resaltado {
  background-color: #2C2831;
  padding: 3px 20px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
}

.ver-imagen {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../img/ico-image.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.nav-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.nav-tabs .nav-item:first-child .nav-link {
  border-radius: 5px 0 0 5px;
}
.nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 20px 0 0 !important;
}
.nav-tabs .nav-item .nav-link {
  border: 1px solid #999999;
  color: #999999;
  font-weight: 500;
  border-radius: 0;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: #BF0811;
  border: 1px solid #BF0811;
  color: #fff;
}

.tab-content {
  background-color: #fff;
  border-radius: 0 0 20px 0;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
  max-height: 552px;
  min-height: 500px;
  overflow-y: auto;
}
.tab-content .tab-pane ul {
  padding-left: 0;
}
.tab-content .tab-pane ul li {
  list-style: none;
  display: flow-root;
  text-align: right;
}
.tab-content .tab-pane ul li p {
  text-align: left;
  margin-bottom: 0;
}
.tab-content .tab-pane ul li h2 {
  text-align: left;
  font-size: 1.6em;
}
.tab-content .tab-pane ul li ul {
  display: inline-block;
  width: 100%;
}
.tab-content .tab-pane ul li ul li {
  font-size: 0.8em;
  padding-left: 20px;
  text-align: right;
}
.tab-content .tab-pane ul li ul li span {
  text-align: left;
}

div#comparison {
  height: 60vw;
  max-width: 600px;
  max-height: 600px;
  overflow: hidden;
}

div#comparison figure {
  background-image: url(../img/ISDIN-analisis-resultados.png);
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

div#comparison figure > img {
  position: relative;
  width: 100%;
}

div#comparison figure div {
  background-image: url(../img/ISDIN-analisis.jpg);
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: -2rem;
  left: -2%;
  background-color: rgba(255, 255, 255, 0.1);
  width: 102%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:active {
  outline: none;
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 98%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  outline: none;
}

input[type=range]::active {
  border: none;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
}

input[type=range]:focus::-webkit-slider-thumb {
  background: rgba(255, 255, 255, 0.5);
}

input[type=range]:focus::-moz-range-thumb {
  background: rgba(255, 255, 255, 0.5);
}

.image-wrapper {
  max-width: 500px;
  max-height: 300px;
  width: 100% !important;
}
.image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

.labels {
  justify-content: space-around !important;
}

.header-resultados {
  width: 16%;
  height: 100vh;
  text-align: center !important;
  float: left;
  background-image: url(../img/ISDIN-elige-experiencia-pareja.png);
  background-size: 140%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.header-resultados img {
  text-align: center;
  width: 70% !important;
}

.header-resultados + section article {
  padding-right: 20px;
  width: 84% !important;
  float: left;
  position: relative;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.header-resultados + section article #formimagen {
  width: calc(50% - 20px) !important;
  position: relative;
  margin-right: 20px !important;
  padding: 0 !important;
  transform: translateY(-50%);
  float: right;
  margin-bottom: -30px;
}

.header-resultados + section article #comparison br {
  font-size: 0 !important;
  height: 0 !important;
}

.header-resultados + section article #comparison .image-container {
  background-color: #2D2831;
  position: relative !important;
  height: 100% !important;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 20px 0 0 20px;
}
.header-resultados + section article #comparison .image-container .labels {
  position: absolute !important;
  width: 100%;
  top: 10px;
  left: 0;
  color: #fff;
}
.header-resultados + section article #comparison .image-container .button-container {
  position: absolute !important;
  bottom: 49px;
  display: flex;
}
.header-resultados + section article #comparison .image-container .button-container .btn-blanco {
  font-size: 0.7em !important;
  margin: 0 !important;
}

.header-resultados + section article #comparison + div {
  height: 60vw;
  max-height: 600px;
  position: relative;
  margin-top: 48px;
  margin-bottom: -50px;
}
.header-resultados + section article #comparison + div .nav-tabs {
  justify-content: right !important;
  margin-bottom: 0 !important;
  position: absolute !important;
  right: 0 !important;
  transform: translateY(-100%) !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 991px) {
  div#comparison {
    height: -moz-fit-content;
    height: fit-content;
    max-height: inherit;
  }
}
@media only screen and (max-width: 768px) {
  nav {
    background-color: #e3e3e3;
  }
  nav.navbar .navbar-collapse .row:first-child:before {
    display: none;
  }
  .navbar-brand {
    margin: 0 auto;
  }
  h1 {
    font-size: 3em;
  }
  .ligh-mobile {
    font-weight: 300;
  }
  .form-check {
    width: calc(50% - 2em);
  }
  .steeps {
    flex-direction: row;
    margin-top: 40px;
  }
  .steeps .steep {
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .steeps .conect-steep {
    width: 50px;
    height: 4px;
  }
  div#comparison {
    height: -moz-fit-content;
    height: fit-content;
    max-height: inherit;
  }
  .image-wrapper {
    min-height: 100vw;
  }
  .header-resultados {
    width: 100%;
    height: inherit;
    background-image: none;
  }
  .header-resultados img {
    width: 50% !important;
  }
  .header-resultados + section article {
    width: 100% !important;
  }
  .header-resultados + section article #comparison .image-container {
    border-radius: 20px !important;
  }
  .header-resultados + section article #comparison .image-container .button-container {
    flex-wrap: wrap;
    bottom: 0;
  }
  .header-resultados + section article #comparison + div {
    margin-bottom: 50px;
    height: 60vh;
  }
  .header-resultados + section article #formimagen {
    width: 100% !important;
  }
  .tab-content {
    border-radius: 20px 0 20px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .form-check {
    width: calc(100% - 2em);
  }
  .cards-ico article div:first-child img {
    max-width: 55px;
    max-height: 51px;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    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) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */