/* @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); */
:root {
  --bs-box-shadow: 0 0 12px #00000069, 0 0 0px 9px #ffffff69;
  --bs-heading-color: #0068ad;
}

.btn {

    --bs-btn-font-weight: 600;}
.navbar {
  --bs-border-width: 0px;

  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 108, 175, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.list-group {
  --bs-list-group-item-padding-y: 1.5rem;
}
body {
  background: url(../images/fondo-solo-cerezos-2560x1440-compressed-50.jpg)
    center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Inter", sans-serif;
 font-optical-sizing: none;

  font-weight: 401;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4em;
  font-variation-settings: "wght" 400;
-webkit-font-smoothing: antialiased;

}
a {
  color: #5b5b5b;
  text-decoration: none;
}
.fw-900 {
  font-weight: 900;
}
.fw-400 {
  font-weight: 400;
}
.fw-300 {
  font-weight: 300;
}
strong,
.fw-bold {
  font-weight: 800;
}
/*Colores*/
.color-lixiana {
  color: #bd018b !important;
}
.bg-lixiana {
  background: linear-gradient(45deg, #00b4ed, #63bedb);
}
.bg-patologia {
  background: linear-gradient(45deg, #00a656, #1af28a);
}

.bg-consejos {
  background: linear-gradient(45deg, #c8f560, #89ba17);
}
a.bg-lixiana:hover {
  background: linear-gradient(45deg, #63bedb, #00b4ed);
}

a.bg-patologia:hover {
  background: linear-gradient(45deg, #1af28a, #00a656);
}

a.bg-consejos:hover {
  background: linear-gradient(45deg, #89ba17, #c8f560);
}
/* Small ≥576px */
@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}

/* Medium ≥768px */
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}

/* Large ≥992px */
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}

/* Extra Large ≥1200px */
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}

/* Extra Extra Large ≥1400px */
@media (min-width: 1400px) {
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
}
#view {
  height: 100svh;
}
.page {
  background: transparent;
  padding-top: 80px;
}

/* NAV BAR*/

.navbar {
  border-bottom: 5px solid #005baa;

  background: linear-gradient(180deg, #ffffffdb, #c0faffd1, #ffffff94);
  position: fixed;
  top: 0;
  z-index: 9;
  min-height: 80px;
  width: 100vw;
}
@media (min-width: 1024px) {
  .navbar {
    height: 80px;
  }
}
.nav-link img,
.nav-link svg {
width: 38px;
    height: 38px;
}
@media (max-width: 767px) {
  .nav-link img,
  .nav-link svg {
    width: 38px;
    height: 48px;
  }
}
.nav-link.active svg {
  fill: #119f4c !important;
}
.page-wrapper {
  height: 100%;
}

.bottom-content {
  position: absolute;
  bottom: 0;

  background: linear-gradient(156deg, #ffffff, #ffffff9e);
  backdrop-filter: blur(19px);
  width: 100%;
}

.top-content {
  position: absolute;
  bottom: 0;
    background: linear-gradient(156deg, #ffffff, #ffffff9e);
  backdrop-filter: blur(19px);
  

}
.scroller-content {
       max-height: 390px;
    overflow-y: auto;
    padding-bottom: 20px;
     
}
@media (min-width: 767px) {
.scroller-content {
    max-height: 100%; } 
  
  #panelRespuestas {
   
    max-height: 100%;
 
}}



    
/* HOME */
.btn-inicio {
  height: 100%;
  width: 100vw;
  background: red;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(316deg, #228cd6bd, #1e48667a, #2c8ccebd);
      padding-top: 20vh;
}
.btn-inicio a {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0066ab;
  text-decoration: none;
  font-weight: 700;
  background: linear-gradient(314deg, #ffffff, #ffffff9e);
  border: 1px solid #4589bc63;
  box-shadow: 0 0 12px #00000069, 0 0 0px 9px #ffffff69;
  font-size: 24px;
}

/* CARDS */

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius) 0 0;
  background: linear-gradient(180deg, #00ade7, #017cbd, #005baa);
  color: white;
  font-weight: 300;
  font-size: 18px;
}

.video-completo {
  height: calc(100vh - 80px);

  object-fit: cover;
  width: 100vw;
  bottom: 0;
      position: absolute;
}

/* panel de interacción */
@media (min-width: 767px) {
  .video-completo {
    width: calc(50vw);
    object-fit: cover;
    margin: 0 auto;
            position: relative;
                    z-index: -1;
  }
}
#bAtrasHome {
 /*  position: absolute;
  top: -30px;
  left: 50%; */
  width: 50px;
  height: 50px;
  /* transform: translate(-50%); */
  border-radius: 60px;
   background: radial-gradient(#ffffff, #ffffffdb);
  background: transparent;
  border: 0px;
  /* box-shadow: 0 0 8px #484c4e; */
  box-shadow: none;
  color: #006aaf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  z-index: 99;
  padding: 0;
}
#listaTopics {
    display: flex
;
    gap: 12px;
    margin-top: 22px;
    height: auto;
    margin-bottom: 12px;
}
#listaTopics a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;

  border-radius: 20px;
  color: white;

  font-weight: 200;
  flex-direction: row;
  box-shadow: 0 0 0 7px #ffffff36;
  border: 0px;
  margin: 0 auto;
  gap: 12px;
  padding: 10px;
}

/* .selectorTopic {
  height: 50px;
} */

#listaTemas,
#listaPreguntas {
  gap: 8px;
  padding: 0 16px;
  /* border-top: 5px solid #005baa; */
 
  max-height: 34vh;
}


#listaTemas > a:first-child,
#listaPreguntas  > a:first-child, 
#listaBusqueda > a:first-child {
 margin-top: 35px;
}

.ios #listaTemas > a:first-child,
.ios  #listaPreguntas  > a:first-child, 
.ios #listaBusqueda > a:first-child {
 margin-top: 0;
}


#listaBusqueda > a:last-child {
  margin-bottom: 60px;
}
#panelBuscador {
  height: 94px;
  background: transparent;
  width: 100%;
  padding: 10px 30px;
  border-top: 1px solid #706868;
}

#panelBuscador label {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 4px;
  color: #1c3f8a;
  text-align: left;
  display: block;
  margin-left: 16px;
}
#panelBuscador .form-control {
  border-radius: 60px;
  padding: 12px 16px;
  font-weight: 300;
  font-size: 14px;
}

.btn-danger {
  background: linear-gradient(1deg, #a52834, #d2515e);
  border: 0px;
}
.btn-success {
  background: linear-gradient(1deg, #28a54a, #51d27c);
  border: 0px;
}
.btn {
  border-radius: 50px;
  padding: 9px 40px;
  box-shadow: 0 2px;
  font-size: 14px;font-weight: 600;
}

.btn-primary {
  background: linear-gradient(1deg, #ffffff, #ffffff);
  color: #121516;
  border: 0;
  border-radius: 0;
  padding: 9px 46px;
  box-shadow: 0 2px;
  text-align: left;
}
.js-btn-tema,
.js-btn-pregunta {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  line-height: 1.3em;
  font-weight: 300;
  font-size: 14px;
  padding: 15px 45px;
}
.js-btn-tema:hover,
.js-btn-pregunta:hover {
  color: #2863aa;
}
.js-btn-tema:before,
.js-btn-pregunta:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icons/documento.svg) no-repeat center center;
  position: absolute;
  left: 10px;
  top: 50%;
  background-size: contain;
  transform: translate(0, -50%);
}

.js-btn-tema:after,
.js-btn-pregunta:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icons/arrow-right.svg) no-repeat center center;
  position: absolute;
  right: 10px;
  top: 10px;
  background-size: contain;
}
.logo-startup {
  width: 200px;
}
@media (min-width: 768px) {
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .logo-startup {
    width: 340px;
  }
  

  .bottom-content {
    bottom: 0;
  }
  .selectorTopic {
    height: 252px;
    padding: 16px;
    width: 100%;
    overflow: visible;
  }
  #bAtrasHome {
    position: absolute;
    top: 11px;
    left: 0px;
    box-shadow: 0 0 8px #484c4e47;
    z-index: 222;
  }

   .ios  #bAtrasHome {
    position: relative;
        top: -4px;
        left: 27px;
        box-shadow: 0 0 8px #484c4e47;
        z-index: 222;
  }
  #listaTemas,
  #listaPreguntas {
    border: 0px;
   
    height: auto;
  }
  #listaTopics {
    width: 100%;
  }

  #listaTopics a {
    margin: 12px auto;
    height: 130px;
    font-size: 25px;
    flex-direction: column;
    flex-direction: column;
  }
}
@media(min-width:767px) and (max-width:1023px)  {

  #bAtrasHome {
        position: absolute;
        top: -29px;
        left: 40px;
        box-shadow: 0 0 8px #484c4e47;
    }

     .ios #bAtrasHome {
        position: absolute;
        top: 11px;
        left: 40px;
        box-shadow: 0 0 8px #484c4e47;
    }
}
@media (min-width: 1280px) {
.js-btn-tema {
    width: 45%;
    margin: 16px 2.5%;
  }
}
#panelRespuestas {
  padding: 50px 40px 90px;
 
  overflow-y: auto;
}

.ios #panelRespuestas {
  padding: 20px 40px 90px;
 
}


@media(max-width:767px) {
  #panelRespuestas {
  max-height: 34vh;
}
}
#listaBusqueda {
  max-height: 34vh;
  padding: 0 16px 0 16px;
  overflow-y: auto;
}

#tbBuscar {
  background-repeat: no-repeat;
  background-position: right 10px center;
  /* icono SVG embebido (usa currentColor para heredar color del input) */
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M21%2021l-4.35-4.35M10.5%2018a7.5%207.5%200%201%201%200-15%207.5%207.5%200%200%201%200%2015z%27%20stroke%3D%27gray%27%20stroke-width%3D%272%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  color: #555; /* color del icono (heredado por currentColor) */
  box-sizing: border-box;
  background-size: 20px;
}
.navbar-brand img {
    height: auto;
    flex: 0 0 30%;
    width: 45%;
    max-width: 230px;
}
.ico-topic {
  max-width: 39px;
}
.aviso-disclaimer {
  height: 410px;
  margin: auto;
}

.copyright-box {
  position: fixed;
  bottom: 20px;
  left: 20px;
color: #0066ab;
    text-decoration: none;
    font-weight: 300;
    background: linear-gradient(314deg, #ffffff, #ffffff9e);
    border: 1px solid #4589bc63;
  padding: 8px 12px;
  border-radius: 20px;
  cursor: default;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
     width: 40px;
     font-size: 14px;
}

.copyright-box .text {
  opacity: 0;
  margin-left: 8px;
  transition: opacity 0.3s ease;
}

.copyright-box:hover {
  width: auto; 
   background: linear-gradient(314deg, #ffffff, #ffffff9e);
    border: 1px solid #4589bc63;
     font-size: 10px;
}

.copyright-box:hover .text {
  opacity: 1;
}

@media(min-width:768px) {
  
.copyright-box, 
.copyright-box:hover  {  font-size: 15px; }
}