@font-face {
    font-family: "Din_bold";
    src: url("fonts/D-DINCondensed-Bold.ttf");
}

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

@font-face {
    font-family: "Rama-Gothic";
    src: url("fonts/Rama-Gothic-E-W01-Regular.ttf");
}

* {
    font-family: "Din";
    color: #ffffffe0;
    font-weight: bold;
    font-size: 16px;
}

body {
    overflow-x: hidden;
}


/* Para toggle switch */

.on-off-toggle {
    width: 53px;
    height: 24px;
    position: relative;
    display: inline-block;
    position: absolute;
    z-index: 11;
    transform: scale(0.8);
    bottom: 16px;
}

.on-off-toggle__slider {
    width: 60px;
    height: 19px;
    display: block;
    border-radius: 34px;
    background-color: #f00;
    transition: background-color 0.4s;
    border: 0.5px solid #444444;
}

.on-off-toggle__slider:before {
    content: '';
    display: block;
    background: rgb(227, 227, 227);
    background: radial-gradient(circle, rgba(227, 227, 227, 1) 0%, rgba(106, 106, 106, 1) 50%, rgba(78, 78, 78, 1) 66%);
    box-shadow: 0 0 0 1px #ffffff00;
    bottom: 4px;
    height: 20px;
    left: 5px;
    position: absolute;
    transition: .4s;
    width: 20px;
    z-index: 5;
    border-radius: 100%;
}

.on-off-toggle__slider:after {
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    /* font-size: 12px; */
    font-weight: 200;
    content: 'off';
    color: #ffffff;
    padding-left: 26px;
    transition: all 0.4s;
}

.on-off-toggle__input {
    position: absolute;
    opacity: 0;
}

.on-off-toggle__input:checked+.on-off-toggle__slider {
    background-color: #70a83b
}

.on-off-toggle__input:checked+.on-off-toggle__slider:before {
    transform: translateX(32px);
}

.on-off-toggle__input:checked+.on-off-toggle__slider:after {
    content: 'on';
    color: #FFFFFF;
    padding-left: 8px;
}


/* Fin para toggle switch */

.encabeza {
    position: absolute;
    left: 0;
    max-width: 60%;
    width: 60%;
    top: 0;
    z-index: 9;
    border-right: 65px solid transparent;
    border-left: 43px solid #99cccc;
    border-bottom: 74px solid #99cccc;
    z-index: 10;
}

.encabeza_linea2 {
    position: absolute;
    left: 0;
    top: 74px;
    border-top: 20px solid #006666;
    width: 100% !important;
    z-index: 9;
}

.footer_linea1 {
    position: absolute;
    left: 0;
    bottom: 0px;
    border-top: 40px solid #99cccc;
    width: 100% !important;
    z-index: 10;
}

.footer_linea2 {
    position: absolute;
    left: 0;
    bottom: 0px;
    border-top: 20px solid #006666;
    width: 100% !important;
    z-index: 10;
}

.titulo {
    position: absolute;
    font-size: 5em;
    letter-spacing: -3px;
    left: 10%;
    z-index: 10;
    white-space: nowrap;
}

.triangulo {
    height: 7%;
    min-height: 80px;
    border-right: 80px solid transparent;
    border-top: 80px solid transparent;
    border-left: 80px solid #99cccc;
    border-bottom: 80px solid #99cccc;
    z-index: 10;
}


/*Estilos Generales*/

.d_none {
    visibility: hidden;
}

.Stage_Menu_id {
    z-index: 9 !important;
}


/*Estilos Generales*/

.btnAdelante {
    position: absolute;
    z-index: 15;
    left: 68%;
    top: 0.7%;
    cursor: pointer;
}


/* #adelante {
    position: absolute;
    left: 68%;
    width: 60px;
    top: 0.7%;
    z-index: 12;
    content: url(images/adelante.png);
} */

.btnAtras {
    position: absolute;
    left: 58%;
    width: 60px;
    top: 0.7%;
    z-index: 12;
}


/* #atras {
    position: absolute;
    left: 58%;
    width: 60px;
    top: 0.7%;
    z-index: 12;
    content: url(images/Atras.png);
} */

.btn_home {
    position: absolute;
    z-index: 15;
    right: 80px;
    top: 1%;
    cursor: pointer;
}

.btn_menu {
    position: absolute;
    right: 10px;
    top: 1%;
    z-index: 10;
    cursor: pointer;
    content: url(images/Home.png);
    width: 50px;
}

.logo {
    position: absolute;
    right: 10px;
    bottom: 30px;
    z-index: 10;
    cursor: pointer;
    content: url(images/logo.png);
    width: 35%;
    max-width: 300px;
}

.txtNomen {
    position: absolute;
    bottom: 17px;
    z-index: 10;
    font-size: 1.5em;
    color: black;
    margin-left: 16px;
}

#Stage_Rectangle2 {
    position: absolute;
    bottom: 20px;
    margin-left: 30px;
}


/*Estilos Menú*/

a,
.side_menu {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.side_menu {
    background: #088;
    height: 480px;
    right: -300px;
    position: fixed;
    top: 10px;
    width: 300px;
    color: #fff;
    font-family: 'Rama-Gothic';
    font-size: 1.5em;
    z-index: 15;
}

.side_menu .container2 {
    padding: 0 0em;
    font-family: "Rama-Gothic";
}

.burger_box {
    display: block;
    float: right;
    margin-right: 320px;
}

.burger_box a.menu-icon {
    display: inline-block;
    float: none;
    height: 25px;
    padding: 10px;
    width: 25px;
    z-index: 100;
    background-color: #088;
}

.burger_box a.menu-icon:hover,
.burger_box a.menu-icon.opened {
    opacity: 1;
}

.burger_box a.menu-icon.opened {
    background: #005d5d;
    margin-left: 255px;
    position: absolute;
}

.burger_box .menu-icon_box {
    display: inline-block;
    height: 25px;
    position: relative;
    text-align: left;
    width: 25px;
}

.burger_box .menu-icon_line {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: absolute;
    width: 100%;
}

.burger_box .menu-icon_line--1 {
    top: 2px;
}

.burger_box .menu-icon_line--2 {
    top: 10px;
}

.burger_box .menu-icon_line--3 {
    top: 18px;
}

.burger_box .menu-icon_line--1 {
    transition: top 200ms 250ms, transform 200ms;
    -webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
}

.burger_box .menu-icon_line--2 {
    transition: opacity 0ms 300ms;
    -webkit-transition: opacity 0ms 300ms;
}

.burger_box .menu-icon_line--3 {
    transition: top 100ms 300ms, transform 200ms;
    -webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
}

.burger_box .menu-icon.opened .menu-icon_box {
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
}

.burger_box .menu-icon.opened .menu-icon_line {
    top: 10px;
}

.burger_box .menu-icon.opened .menu-icon_line--1 {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transition: top 100ms, transform 200ms 250ms;
    -webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
}

.burger_box .menu-icon.opened .menu-icon_line--2 {
    opacity: 0;
    transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
}

.burger_box .menu-icon.opened .menu-icon_line--3 {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transition: top 200ms, transform 200ms 250ms;
    -webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
}

.list_load {
    display: none;
    list-style: none;
    padding: 0;
}

.list_item {
    margin-right: -20px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.list_item a {
    color: #fff;
    display: block;
    padding: 2px 23px;
    text-decoration: none;
    text-shadow: 1px 3px 5px rgba(56, 56, 56, 0.952);
    font-family: "Rama-Gothic";
    font-size: 1.5em;
    font-weight: 300;
}

.list_item a:hover {
    background: rgba(255, 255, 255, .2);
}

.list_item_Active a {
    color: #ff7e00;
    display: block;
    padding: 2px 23px;
    text-decoration: none;
    text-shadow: 1px 3px 5px rgb(56 56 56 / 95%);
}

.lineaTop {
    background-color: #005d5d;
    height: 45px;
    vertical-align: middle;
}

.txtMenu {
    margin: 7px 175px;
    position: absolute;
    font-size: 1.8em;
    font-family: "Rama-Gothic";
    font-weight: 300;
}


/*Estilos Menú*/


/*Estilos imagenes para zoom*/

.img_HuesosLargos {
    position: relative;
    margin-top: 529px;
    margin-left: 30px;
    width: 384px;
    cursor: zoom-in;
    z-index: 12;
}

.img_HuesosPlanos {
    position: relative;
    margin-left: 210px;
    top: -87px;
    width: 250px;
    cursor: zoom-in;
    z-index: 12;
}

.img_HuesosIrregulares {
    position: relative;
    margin-left: 135px;
    top: -152px;
    cursor: zoom-in;
    z-index: 12;
}

.img_HuesosCortos {
    position: relative;
    margin-left: 230px;
    top: -5px;
    cursor: zoom-in;
    z-index: 12;
}


/*Estilos imagenes para zoom*/


/*Estilos fancybox*/

.fancybox-caption {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #fff6;
    font-size: 2.5em;
    color: #ffffff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
    font-family: 'Rama-Gothic';
    font-weight: 300;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}

.fancybox-container {
    backdrop-filter: blur(9px) brightness(100%);
}

.fancybox-bg {
    background: #fff;
}


/*Estilos fancybox*/


/* Estilos ToolTip */

[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    margin-top: 10px;
    text-transform: none;
    font-size: 0.9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.5em 1em;
    border-radius: 5px;
    box-shadow: 0 0.5em 1em -0.5em #000000;
    background: #99cccc;
    color: #fff;
    z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip=""]::before,
[tooltip=""]::after {
    display: none !important;
}


/* Flecita del tooltip */

[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #99cccc;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
}

[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

@-moz-keyframes tooltips-vert {
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes tooltips-vert {
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@-o-keyframes tooltips-vert {
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-vert {
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@-moz-keyframes tooltips-horz {
    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

@-webkit-keyframes tooltips-horz {
    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

@-o-keyframes tooltips-horz {
    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}


/* Estilos ToolTip */


/*Estilos Responsivos*/

@media (max-width: 1220px) {
    /* body {
        background-color: #69b57b;
    } */
    .btnAdelante {
        left: 71%;
    }
    .titulo {
        font-size: 4em;
        left: -3%;
    }
}

@media (max-width: 981px) {
    /* body {
        background-color: #ffd59a;
    } */
    .btnAdelante {
        left: 73%;
    }
}

@media (max-width: 895px) {
    /* body {
        background-color: #f099f8;
    } */
    .titulo {
        font-size: 3.3em;
        left: -5%;
        margin-top: 6px;
    }
}

@media (max-width: 730px) {
    /* body {
        background-color: #ff7373;
    } */
    .titulo {
        left: -9%;
        font-size: 3em;
        margin-top: 8px;
    }
    .btnAtras {
        left: 61%;
    }
    .btnAdelante {
        left: 69%;
    }
    .btnAdelante img {
        width: 42px;
        margin-top: 6px;
    }
    .btnAtras img {
        width: 42px;
        margin-top: 6px;
    }
}

@media (max-width: 595px) {
    /* body {
        background-color: #fff785;
    } */
    .btnAdelante {
        left: 87%;
        top: 10%;
    }
    .btnAtras {
        left: 75%;
        top: 10%;
    }
}


/*Estilos Responsivos*/