/*-------------------------------------------
  ----body----
---------------------------------------------*/

body {
  background-image: url('/images/fondo_estrella.jpeg');
  background-size: 100px; 
  background-repeat: repeat;
  font-family: 'rainy hearts', sans-serif;
  min-height: 100vh;
  color: #b29c91;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  overflow-x: hidden;
  width: 100%;
}

.flex{
    display: flex;
    width: 100%;
    height: max-content;
}

mark {
 font-family: 'Hachi Maru Pop';
 font-size: 12px;
 background-color: transparent;
 color: white;
 text-shadow: 1px  0px 0px #f1b3bd,
               0px  1px 0px #f1b3bd,
              -1px  0px 0px #f1b3bd,
               0px -1px 0px #f1b3bd;
}

h1 {
  font-family: 'flyover', serif;
  color: #f1b3bd;
}

h2, h3 {
  font-family: 'gentle remind', serif;
  color: #6c564b;
}

/* ---------------------------------------------------
  ----fonts----
------------------------------------------------------*/

.hachi-maru-pop-regular {
  font-family: 'Hachi Maru Pop', cursive;
  font-weight: 400;
  font-style: normal;
}


@font-face {
   font-family: 'rainy hearts'; 
  src: url('/fonts/rainyhearts.woff2') format('woff2'), 
       url('/fonts/rainyhearts.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'gentle remind'; 
  src: url('/fonts/Gentle Remind.woff2') format('woff2'), 
       url('/fonts/Gentle Remind.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'flyover'; 
  src: url('/fonts/Flyover.woff2') format('woff2'), 
       url('/fonts/Flyover.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'cutesy'; 
  src: url('/fonts/Cutesy.woff2') format('woff2'), 
       url('/fonts/Cutesy.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'starborn'; 
  src: url('/fonts/Starborn.otf') format('opentype'), 
       url('/fonts/Starborn.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

.bottom-area,
.footer {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: arial;
  font-size: 12px;
  font-weight: 600;
  color: #8d7c76;
}



/* scrollbar */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff7fa;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

/*----------------------------------------------------------
----selection---- 
------------------------------------------------------------*/

::selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fef4fa;
  color: #8d7c76;
}



a {
  text-decoration: none;
  color: #67807a;
  transition: .1s
}

a:link {
  color: #545454;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #545454;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffe8e9;
  background-color: transparent;
  text-decoration: dotted underline;
  font-style: italic;
}

a:active {
  color: #545454;
  background-color: transparent;
  text-decoration: underline;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-position: inside;
  list-style-image: url("https://pixels.crd.co/assets/images/gallery141/25583869.gif?v=29416114");
}


li:hover{
    font-style: italic;
    text-decoration: dotted underline;
    padding-left: .67em;
    transition: .3s;
}

#context_menu {
  background: #FEF8FC;
  border: 1px dotted #AAAAAA;
  letter-spacing: 1px;
  width: 70px;
  font-family: 'gentle remind';
  font-size: 8px;
  position: absolute;
  display: none;
  z-index: 100000;
}

#context_menu ul li {
  padding: 4px;
  z-index: 100000;
}

#context_menu ul li:hover {
  background: #FEF8FC;
  color: #848484;
  z-index: 100000;
}

/*---------------------------------*/
/*Carrousel*/
/*---------------------------------*/

.contenedor-barra {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: transparent;
  }

  .barra-giratoria {
    display: flex;
    width: 200%; 
    animation: moverBarra 8s ease-in-out infinite alternate;;
  }

  .barra-giratoria img {
    height: 40px;
    margin: 2px;
  }


  @keyframes moverBarra {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  
/*-------------------------------------*/
/*----Main Container-----*/
/*-------------------------------------*/

.content-box {
  background-color: #fef4fa;
  width: 80%;
  height: 480px;
  border: 10px solid;
  border-image: url('https://i.postimg.cc/BQbgpZ3w/IMG-8837.png') 8 fill round;
  box-shadow: 2px 2px 2px #a3736720;
  overflow: hidden;
  margin-left: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; 
  margin: 10px auto !important;
}

/*-------------------------------------------------*/
/*----card----*/
/*-------------------------------------------------*/

.card-box {
  float: left;
  background-image: url('https://i.pinimg.com/736x/e8/d9/23/e8d923c9c3619a566c6ef9c43798e891.jpg');
  background-size: 100%;
  width: 200px;
  height: 410px;
  position: fixed;
  border: 4px double #fb9dd4;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 20px;
}


.inside {
  overflow: hidden;
  width: 85%;
  height: 90%;
  background-color: white;
  text-align: center;
  border: 10px solid;
  border-image: url('/images/deco/borde1.png') 150 repeat;
  border-image-outset: 10px;
  margin: 15px auto !important;
}


.icon {
  vertical-align: middle;
  width: 150px;
  border-radius: 10px;
  outline: 1.5px dashed #fb9dd4;
  outline-offset: 3px;
  margin: 20px auto !important;
}

.icon img{
  width: 150px;
  border-radius: 10px;
}  

#dividertopper {
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: -19px;
  width: 100%;
  height: 30px;
}
