@font-face {
    font-family: "f_cityburn";
    src: url("../fonts/f_cityburn.ttf");
}

@font-face {
    font-family: "f_cataclysmic";
    src: url("../fonts/f_cataclysmic.ttf");
}

::selection {
    color: #acffd4;
    background-color: black;
}

img::selection {
    color: #acffd4;
    background-color: transparent;
}

* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-9/nat839.cur), auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none;  /* internet explorer 10+ */
}

*:-webkit-scrollbar { /* webkit */
    width: 0;
    height: 0;
}

/* preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ff00ab;
    background-image: url(../edited_images/backgrounds/ei_diamond_checkered_background.png);
    background-size: 7vw;
    background-repeat: repeat;
    image-rendering: pixelated;
    overflow: hidden;
}

#gif_de_preloader {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loaded .preloader {
    transition-property: opacity, left;
    transition-duration: 0.75s, 0s;
    transition-delay: 0s, 0.75s;
    opacity: 0;
    left: 100%;
}

body {
    background-color: #ff00ab;
    background-image: url(../edited_images/backgrounds/ei_diamond_checkered_background.png);
    background-size: 7vw;
    background-repeat: repeat;
    image-rendering: pixelated;
    overflow: hidden;
}

#caja_madre {
    background-color: #03187d;
    background-image: url(../edited_images/backgrounds/ei_office_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92vw;
    height: 40vw;
    border-image-slice: 350 350 350 350;
    border-image-width: 2.7vw 2.7vw 2.7vw 2.7vw;
    border-image-outset: 2.1vw 2.1vw 2.1vw 2.1vw;
    border-image-repeat: repeat repeat;
    border-image-source: url(../edited_images/borders_and_text_boxes/ei_black_lacy_border_2.png);
    border-style: solid;
    overflow: hidden;
}

#caja_de_marco {
    margin: 3vw 20vw 3vw 20vw;
    padding: 2vw;
    background: #ACFF2B;
    background-image: url(../edited_images/backgrounds/ei_office_background.png);
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: space-evenly;
}

#caja_de_imagen {
    justify-self: right;
    align-self: center;
}

#banner {
    width: 12vw;
}

#caja_de_texto {
    background-color: #FC04B4;
    background-image: url(../edited_images/backgrounds/ei_office_background.png);
    background-blend-mode: screen;
    justify-self: left;
    align-self: center;
    margin-left: 2vw;
    padding: 2vw;
    padding-bottom: 1vw !important;
    text-align: center;
}

#titulo {
    color: white;
    font-family: "f_cityburn";
    font-size: 1.5vw;
    text-shadow: -0.15vw -0.15vw 0vw #fc04b4;
    margin-top: 0vw;
}

#texto {
    color: white;
    font-family: "f_cataclysmic";
    font-size: 1vw;
    line-height: 1.3vw;
}

a.links_de_regreso:link, a.links_de_regreso:visited {
    color: white;
    text-decoration: underline;
    text-decoration-color: white;
    text-decoration-style: dotted;
    cursor: pointer;
}

a.links_de_regreso:hover, a.links_de_regreso:active {
    background-color: white;
    color:#92D929;
    text-decoration: underline;
    text-decoration-color: #92D929;
    text-decoration-style: dotted;
    cursor: pointer;
}

#enradera_1 {
    display: inline;
    width: 22vw;
    position: absolute;
    top: -4vw;
    left: -4vw;
}

#enradera_2 {
    display: inline;
    width: 16vw;
    position: absolute;
    top: -4vw;
    right: -2vw;
}

#arbol_floral {
    display: inline;
    width: 35vw;
    position: absolute;
    bottom: -1vw;
    right: -10vw;
} 

#pasto_floral_1 {
    display: inline;
    width: 60vw;
    position: absolute;
    bottom: -4vw;
    left: -2vw;
}

#arbusto {
    display: inline;
    width: 40vw;
    position: absolute;
    bottom: -5vw;
    right: 20vw;
}

#pasto_floral_2 {
    display: inline;
    width: 50vw;
    position: absolute;
    bottom: -5vw;
    right: -5vw;
}