.ocultar {
  opacity: 0; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1;
  /*1.4;*/
  font-family: Poppins, sans-serif;
  background-color: #f9efdb; }

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: #f9efdb; }

body {
  margin: 0;
  padding: 0; }

.ocultar {
  opacity: 0; }

a {
  text-decoration: none;
  color: black; }

.centrado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    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) ")"; }

  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:
   * 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; } }
/************/
@media (max-width: 480px) {
  #menuprincipal {
    display: none; }

  /* para evitar el azul al hacer click sobre la opcion de menu */
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .clsocultar {
    display: none !important; }

  .clsmostrar {
    display: block; }

  #submenu {
    position: fixed;
    float: left;
    top: 13vh;
    left: 0;
    height: 91vh;
    width: 100%;
    z-index: -2;
    opacity: 0;
    background-color: #f9efdb;
    display: none; }
    #submenu .fr {
      line-height: 150%; }
      #submenu .fr a {
        font-size: .9em !important; }
    #submenu #opcionesmenu {
      position: fixed;
      float: left;
      left: 0;
      height: 50vh;
      width: 100%;
      z-index: 2;
      margin-top: -5em;
      background-image: url("../iconos/africa-vidente-africano-salim.png") !important;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 50%;
      opacity: 0; }
      #submenu #opcionesmenu a {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        letter-spacing: 2px; }
    #submenu .spanmenu {
      display: block;
      position: relative;
      float: left;
      width: 100%;
      text-align: center;
      font-size: 1.5em;
      letter-spacing: 2px;
      background-color: #d67579;
      padding: .5em 0;
      color: yellow;
      opacity: 0;
      font-family: rancho; }
    #submenu .spanmenu:nth-child(1) {
      top: -14vh; }
    #submenu #spanmenu1 {
      top: 5vh !important; }

  #menu {
    position: fixed;
    display: block;
    float: left;
    top: 0;
    left: 0;
    height: 13vh;
    width: 100%;
    z-index: 2;
    background-color: #d67579;
    /***** HAMBURGER *****/
    /***** FIN HAMBURGER *****/ }
    #menu .hamburger {
      position: relative;
      float: left;
      padding: 15px 15px;
      display: block;
      cursor: pointer;
      transition-property: opacity, filter;
      transition-duration: 0.15s;
      transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      overflow: visible;
      margin-top: 1em;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #menu .hamburger:hover {
      opacity: 0.7; }
    #menu .hamburger.is-active:hover {
      opacity: 0.7; }
    #menu .hamburger.is-active .hamburger-inner,
    #menu .hamburger.is-active .hamburger-inner::before,
    #menu .hamburger.is-active .hamburger-inner::after {
      background-color: #000; }
    #menu .hamburger-box {
      width: 40px;
      height: 24px;
      display: inline-block;
      position: relative; }
    #menu .hamburger-inner {
      display: block;
      top: 50%; }
    #menu .hamburger-inner, #menu .hamburger-inner::before, #menu .hamburger-inner::after {
      width: 40px;
      height: 2px;
      background-color: #000;
      border-radius: 2px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    #menu .hamburger-inner::before, #menu .hamburger-inner::after {
      content: "";
      display: block; }
    #menu .hamburger-inner::before {
      top: -10px; }
    #menu .hamburger-inner::after {
      bottom: -10px; }
    #menu .hamburger--spring .hamburger-inner {
      top: 2px;
      transition: background-color 0s 0.13s linear; }
    #menu .hamburger--spring .hamburger-inner::before {
      top: 10px;
      transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    #menu .hamburger--spring .hamburger-inner::after {
      top: 20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    #menu .hamburger--spring.is-active .hamburger-inner {
      transition-delay: 0.22s;
      background-color: transparent !important; }
    #menu .hamburger--spring.is-active .hamburger-inner::before {
      top: 0;
      transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    #menu .hamburger--spring.is-active .hamburger-inner::after {
      top: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 10px, 0) rotate(-45deg); }
    #menu #continente {
      position: relative;
      float: left;
      height: auto;
      width: 15%;
      height: 13vh;
      text-align: center; }
      #menu #continente img {
        width: 70%;
        height: auto; }
    #menu #titulomenu {
      position: relative;
      float: left;
      height: auto;
      font-size: 1.3em;
      width: 65%;
      text-align: center;
      margin-top: .3em; }
      #menu #titulomenu #nombre, #menu #titulomenu #profesion {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        font-family: rancho;
        font-size: 1.1em; }
      #menu #titulomenu #profesion {
        font-size: .8em !important;
        margin-top: .1em;
        color: yellow; }
    #menu #dividiomas {
      position: relative;
      float: left;
      width: 100%;
      height: auto;
      margin-left: 0%;
      margin-top: .2em; }
      #menu #dividiomas .change_language {
        display: block;
        position: relative;
        float: left;
        cursor: pointer;
        width: 1.0em;
        height: 100%;
        margin-top: -0.1em; }
      #menu #dividiomas .language {
        font-family: Poppins, sans-serif;
        font-size: .5em;
        font-weight: bold; }
      #menu #dividiomas #es {
        background-image: url("../iconos/es.png") !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-left: 0em; }
      #menu #dividiomas #fr {
        background-image: url("../iconos/fr.png") !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-left: 2em; }

  .sabermas {
    clear: both;
    display: block;
    position: relative;
    float: left;
    width: 95%;
    text-align: center;
    margin-left: 0%;
    padding: .5em 2.5%;
    background-color: #7a3e48;
    color: #eecd86; }

  .scgeneral {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 13vh;
    width: 100%;
    height: auto;
    background-color: #f9efdb;
    /* eecd86 */ }
    .scgeneral h2 {
      display: block;
      position: relative;
      float: left;
      width: 98%;
      text-align: center;
      font-weight: 400;
      font-family: 'rancho', cursive;
      line-height: 125%;
      font-size: 2em;
      margin: 0;
      padding: 0; }
    .scgeneral #videncia, .scgeneral #ayudar {
      margin-top: 2em;
      font-size: 2em; }
    .scgeneral #payudar {
      display: block;
      position: relative;
      float: left;
      width: 80%;
      margin-left: 5%;
      text-align: justify;
      padding: 2% 5%;
      background-color: #eecd86; }
      .scgeneral #payudar a {
        display: block;
        position: relative;
        float: left;
        margin-top: 1em;
        text-align: center;
        background-color: #7a3e48;
        color: #eecd86; }
    .scgeneral #imgsalim, .scgeneral #imgsalim1 {
      position: relative;
      float: left;
      width: 100%;
      height: auto;
      margin-top: 0em;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .scgeneral #imgsalim img, .scgeneral #imgsalim1 img {
        object-fit: contain;
        max-width: 85%;
        max-height: 85%;
        width: auto;
        height: auto;
        margin-top: 1em; }
      .scgeneral #imgsalim span, .scgeneral #imgsalim1 span {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 1em;
        font-size: .8em;
        line-height: 150%;
        font-weight: bold; }
    .scgeneral .divtexto {
      position: relative;
      float: left;
      width: 95%;
      margin-left: 2.5%; }
      .scgeneral .divtexto p {
        line-height: 150%; }
      .scgeneral .divtexto .mensaje {
        display: block;
        position: relative;
        float: left;
        width: 80%;
        margin-left: 6%;
        padding: 4%;
        line-height: 150%;
        font-size: 1.3em;
        text-align: center;
        background-color: #7a3e48;
        color: #eecd86; }

  #sccontacto #psalto {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 2em; }
  #sccontacto #firma {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    font-family: rancho;
    font-size: 2em;
    width: 100%; }

  ul {
    margin: 0;
    padding: 0;
    margin-left: 1em; }

  ul li {
    display: list-item;
    list-style: square outside none;
    margin-top: .3em;
    line-height: 125%;
    margin-left: 1em; }

  .formacontacto {
    position: relative;
    float: left;
    width: 90%;
    height: 3em;
    margin-left: 5%;
    background-color: green;
    color: white; }
    .formacontacto .imgcontacto {
      position: relative;
      float: left;
      width: 20%;
      height: 3em;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .formacontacto .imgcontacto img {
        object-fit: contain;
        width: 50%;
        height: 50%; }
    .formacontacto .datoscontacto {
      position: relative;
      float: left;
      height: 3em;
      width: 70%; }
      .formacontacto .datoscontacto span, .formacontacto .datoscontacto a {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        color: white; }

  #cwhatsapp {
    margin-top: 1em; }

  #footer {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 10vh;
    margin-top: 2em;
    border-top: solid 1px black;
    padding-bottom: 8em; }
    #footer #compartir, #footer #whatsapp, #footer #telefono {
      position: fixed;
      bottom: 1em;
      width: 2em;
      height: 2em;
      background-color: green;
      background-image: url("../iconos/share-white.svg");
      background-size: 70%;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      z-index: 900; }
    #footer #compartir {
      left: 1em; }
    #footer #whatsapp {
      left: 45%;
      background-image: url("../iconos/whatsapp-white.svg"); }
      #footer #whatsapp a {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        height: 100%; }
    #footer #telefono {
      right: 1em;
      background-image: url("../iconos/phone-white.png"); }
      #footer #telefono a {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        height: 100%; }
    #footer #derechos {
      position: relative;
      float: left;
      width: 95%;
      margin-left: 2.5%;
      font-size: .7em;
      line-height: 150%;
      text-align: center;
      margin-top: .3em; }

  #quieresseguir {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0%;
    height: auto;
    margin-top: 2em; }
    #quieresseguir #tituloseguir {
      display: block;
      position: relative;
      float: left;
      width: 100%;
      font-weight: bold;
      text-align: center; }
    #quieresseguir .atituloseguir, #quieresseguir .descripcionseguir, #quieresseguir .imgseguir {
      display: block;
      position: relative;
      float: left;
      width: 100%;
      margin-top: .5em;
      font-weight: bold; }
    #quieresseguir .imgseguir img {
      width: 3em;
      height: auto; }
    #quieresseguir .descripcionseguir {
      margin-top: 1em;
      font-weight: normal;
      line-height: 125%; }
      #quieresseguir .descripcionseguir .vermas {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin-top: .3em;
        font-size: .9em;
        font-weight: bold;
        color: yellow; }
    #quieresseguir a {
      display: block;
      position: relative;
      float: left;
      width: 91%;
      height: auto;
      margin-left: 2.5%;
      margin-top: .3em;
      padding: .5em 2%;
      background-color: #7a3e48;
      color: #eecd86;
      text-align: center; }
    #quieresseguir .aclaro {
      color: #7a3e48;
      background-color: #eecd86; }
    #quieresseguir .aprimero {
      margin-top: 1em; }
    #quieresseguir #contacto {
      margin-top: 2em;
      font-weight: bold; }

  #divcookies {
    position: fixed;
    width: 93%;
    bottom: 1em;
    z-index: 1000;
    margin-left: 2.5%;
    padding: 1em 1%;
    background: #7a3e48;
    color: white; }
    #divcookies #textocookies {
      position: relative;
      float: left;
      width: 90%; }
      #divcookies #textocookies #spancookies {
        display: block;
        position: relative;
        float: left;
        text-align: center;
        line-height: 150%; }
      #divcookies #textocookies #aceptarcookies {
        display: block;
        position: relative;
        float: left;
        width: 40%;
        margin-left: 30%;
        border: solid 1px white;
        padding: .5em 0;
        text-align: center;
        cursor: pointer;
        margin-top: 1em; }

  #contenidopoliticadecookies {
    position: relative;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 3em;
    line-height: 150%; }
    #contenidopoliticadecookies .titulo {
      font-weight: bold; }
    #contenidopoliticadecookies p {
      margin-left: 5%; } }

/*# sourceMappingURL=main-media.css.map */
