@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600&display=swap");
*, html {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0 1em;
  color: #292e30;
  font: 0.8em/1.3em "Sora", sans-serif, Arial;
  background: #fff; }

a:link, a:visited {
  color: #0a0885;
  text-decoration: none; }

a:hover, a:active {
  color: #2B2B2B; }

.enlaceInvert a:link, .enlaceInvert a:visited {
  color: #fff; }

.enlaceInvert a:hover, .enlaceInvert a:active {
  color: #2B2B2B; }

h1, h2, h3, h4, h5 {
  color: #000;
  font-weight: 600;
  font-style: italic; }

h1, h2, h3, h4, p {
  margin: 0 0 1em 0; }

h1 {
  line-height: 1.3em; }

.col, .break, .breakFx {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.colX2 {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 1em; }

.btn, .btnLine, .btnLineInvert {
  display: inline-flex;
  justify-content: center;
  padding: 0.5em 1em;
  color: #fff;
  border: solid 1px #0a0885;
  background: #0a0885;
  border-radius: 0.3em; }

.btnLine {
  color: #0a0885;
  background: #fff; }

.btnLineInvert {
  color: #fff;
  background: none; }

a.btn:link, a.btn:visited {
  color: #fff; }

a.btn:active, a.btn:hover, .btn:active, .btn:hover {
  background: #2B2B2B;
  border-color: #2B2B2B; }

a.btnLine:active, a.btnLine:hover {
  color: #2B2B2B;
  border: solid 1px #2B2B2B; }

a.btnLineInvert:link, a.btnLineInvert:visited {
  color: #fff;
  border: solid 1px #fff; }

a.btnLineInvert:active, a.btnLineInvert:hover {
  color: #fffc9e;
  border: solid 1px #fffc9e;
  background: rgba(255, 255, 255, 0.2); }

a.btnXtra1:link, a.btnXtra1:visited {
  color: #fff;
  background: #000; }

a.btnXtra1:active, a.btnXtra1:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

a.btnXtra1B:link, a.btnXtra1B:visited {
  color: #fff;
  border-color: #fff;
  background: none; }

a.btnXtra1B:active, a.btnXtra1B:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.btnIcon {
  display: inline-flex;
  align-items: center; }
  .btnIcon i {
    margin: 0 0.5em 0 0; }

.break, .breakFx {
  height: 2em;
  display: flex;
  margin: 2em auto; }

.breakFx {
  height: 1px;
  background: #D8D8D8; }

.flotante {
  position: fixed;
  right: 1em;
  bottom: 1.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  border-radius: 0.5em;
  background: #fff;
  box-shadow: 0 3px 6px rgba(103, 103, 103, 0.6);
  z-index: 50; }
  .flotante span {
    display: none;
    margin: 0 0 0.5em 0; }
  .flotante i {
    font-size: 2em; }

header {
  position: sticky;
  top: 0;
  margin: 0 -1em;
  /*background:rgba(255,255,255,0.70);*/
  background: linear-gradient(349deg, rgba(255, 255, 255, 0.9) 0%, white 100%);
  backdrop-filter: blur(4px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 100; }

.headerCont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  font-size: 0.7em; }
  .headerCont img {
    height: 1.5em; }
  .headerCont .btns {
    position: relative;
    display: flex;
    align-items: center; }
    .headerCont .btns img {
      width: 25px;
      height: 25px;
      margin-left: 0.5em; }
    .headerCont .btns .btn {
      margin: 0 0 0 0.5em; }

.logoHeaader {
  filter: drop-shadow(0px 0px 5px white); }

.idiomaToggle:hover {
  cursor: pointer; }
.idiomaToggle .xtra {
  position: absolute;
  right: -3px;
  bottom: -3px;
  display: flex;
  justify-content: right; }
  .idiomaToggle .xtra img {
    width: 12px; }

.idiomas {
  position: absolute;
  top: 0px;
  right: -5px;
  display: grid;
  grid-gap: 0.5em;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px;
  list-style: none;
  border-radius: 5em;
  background: #FFFFFF;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.52); }
  .idiomas li {
    margin: 0;
    padding: 0; }
    .idiomas li a {
      display: flex; }
    .idiomas li img {
      margin-left: 0 !important; }
    .idiomas li .active {
      border-radius: 100%;
      outline: solid 2px #0a0885; }
  .idiomas .close {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0; }
    .idiomas .close:hover, .idiomas .close:link {
      cursor: pointer; }
    .idiomas .close img {
      width: 16px;
      margin: 0; }

.slider {
  position: relative;
  margin: -6em -1em 0 -1em;
  padding: 8em 1em 3em 1em;
  color: #C4F5FF;
  font-size: 1.3em;
  line-height: 2em;
  background: url("../img/entorno/bg-pat-1.svg") repeat;
  background-size: 50%; }
  .slider :before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#2963ff 0%, #492dfd 100%);
    z-index: -1; }
  .slider h1 {
    margin: 0 0 0.5em 0;
    color: #fff;
    font-size: 2.3em;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.sliderCont {
  display: flex;
  flex-direction: column; }
  .sliderCont .datos {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .sliderCont .datos .datosBtns {
      display: flex;
      justify-content: center; }
      .sliderCont .datos .datosBtns .btn {
        font-size: 0.76em;
        margin: 0 1em 0 0; }
        .sliderCont .datos .datosBtns .btn i {
          font-size: 1.5em; }
  .sliderCont .imagen {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 -1em 0; }

.listDetalle {
  display: grid;
  grid-template-rows: auto;
  grid-gap: 1em;
  margin: 2em 0 0 0;
  padding: 0; }
  .listDetalle li {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none; }
    .listDetalle li img {
      width: 50px;
      margin: 0 1em 0 0; }

.callActionUsers {
  position: relative;
  color: #fff;
  margin: 1em -1em;
  padding: 2em;
  text-align: center;
  background: url("../img/entorno/bg-pat-2.svg") repeat;
  background-size: 40%; }
  .callActionUsers :before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(#2963ff 0%, #492dfd 100%);
    z-index: -1; }
  .callActionUsers h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.5em;
    text-shadow: 0 1px 2px rgba(7, 11, 34, 0.75); }

.userList {
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 2em 1em;
  margin: 0 auto 2em auto; }
  .userList .user {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .userList .user img {
      width: 120px;
      margin: 0 0 1em 0;
      padding: 10px;
      border: solid 1px #fff;
      border-radius: 100%;
      background: rgba(255, 255, 255, 0.24); }

.preguntas details {
  padding: 1em 0;
  color: #0a0885;
  border-bottom: solid 1px #D8D8D8; }
.preguntas summary {
  margin: 0 0 1em 0; }
.preguntas p {
  margin: 1em;
  color: #292e30; }

.OpinionItem {
  display: flex;
  align-items: start;
  padding: 1em 0; }
  .OpinionItem .imagen {
    width: 70px;
    margin: 0 1em 0 0;
    border: solid 1px #D8D8D8;
    border-radius: 50%;
    overflow: hidden; }
    .OpinionItem .imagen img {
      width: 100%;
      display: block; }
  .OpinionItem .datos {
    display: flex;
    flex-direction: column; }
    .OpinionItem .datos h4, .OpinionItem .datos small {
      margin: 0 0 0.5em 0; }

.contenidos {
  display: flex;
  flex-direction: column; }
  .contenidos .img {
    display: flex;
    justify-content: center; }
    .contenidos .img img {
      max-width: 80%; }

.tabla {
  width: 100%;
  margin: 0 0 1em 0;
  border: solid 1px #ECECEC; }
  .tabla td {
    padding: 0.5em;
    border: solid 1px #ECECEC; }

.article {
  padding: 0 1em; }

footer {
  margin: 3em -1em 0 -1em;
  color: #fff;
  background: #2963ff; }

.footer1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em; }
  .footer1 .logo {
    width: 100px;
    margin: 0 auto 1em auto;
    padding: 1em 1em 1em 0; }
    .footer1 .logo img {
      width: 100%; }
  .footer1 .footerMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #D8D8D8; }
    .footer1 .footerMenu a {
      margin: 1em; }

.footer2 {
  display: flex;
  padding: 1em;
  justify-content: center;
  background: #3d1fff; }

@media screen and (min-width: 600px) {
  .flotante {
    bottom: 4em; }
    .flotante span {
      display: inline-block; }

  .headerCont {
    font-size: 1em; }

  .footer1 {
    flex-direction: row; }
    .footer1 .logo {
      margin: 0 1em 0 0;
      padding: 1em 1em 1em 0;
      border-right: solid 1px #D8D8D8; }

  .colX2 {
    grid-template-columns: 1fr 1fr; }

  .slider {
    background-size: 20%; }
    .slider h1 {
      font-size: 3.5em; }

  .sliderCont {
    flex-direction: row;
    justify-content: space-between; }
    .sliderCont .datos {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .sliderCont .datos .datosBtns {
        justify-content: flex-start; }
        .sliderCont .datos .datosBtns .btn {
          font-size: 1em; }
    .sliderCont .imagen {
      margin: 0 0 -1em 0; }
      .sliderCont .imagen img {
        width: 100%; }

  .homePrevio {
    flex-direction: row;
    flex-wrap: wrap; }
    .homePrevio .item {
      width: 50%; }

  .listDetalle {
    grid-template-columns: 1fr 1fr 1fr; }

  .contenidos {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .contenidos .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 2em;
      line-height: 1.5em; }

  .callActionUsers {
    background-size: 15%; }

  .userList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0em 1em; } }
