@font-face {
    font-family: "HomepageBaukasten-Book";
    src: url("../fonts/HomepageBaukasten-Book.ttf");
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
}
:root{
    --fondo:#F0F2F5;
    --fondo-Cl: #FFFFFF;
    --fondo-Med: #F0F2F5;
    --texto:#18191A;
    --texto-Scn: #1c1e21;    /*----->>>>>Color secundario texto<<<<<-----*/
    
    --font-txt: "HomepageBaukasten-Book";
    --font-title:'Amatic SC', cursive;
    /* >>>>> -->>>>> ----- botones ----- <<<<<-- <<<<< */
    
    --cont-Btb: rgb(255, 0, 106);
    --btn:rgb(43, 255, 0);
    --text__btn: white;

    /* >>>>> -->>>>> ----- shadow ----- <<<<<-- <<<<< */
    
    --shadow: rgba(0,0,0,0.9);
}
html{
    scroll-behavior: smooth;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.darkTheme{
    /*-------dark theme----------*/
    --fondo: #18191A;
    --fondo-Cl: #242526;
    --fondo-Med: #3A3B3C;
    --texto:#f5f6f7;
    --texto-Scn: #E9EBEE;
}
.cont__btn{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    margin-top: 15px;
    font-family: var(--font-txt);
}
.btn{
    display:inline-block;
    width: 45%;
    max-width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background: var(--btn);
    border-radius: 5px;
    margin: auto;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.btn:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .7);
    transform: translateY(-5px);
}
.btn__section:hover{
    box-shadow: 0 0 0 rgba(0, 0, 0, .0);
    transform: translateY(0px);
}
.btn:active{
    transform: translateY(0px);
}
.text__btn{
    color: var(--text__btn);
    font-weight: bold;
    padding: 5px;
    text-shadow: 0 0 5px #000;
}
.btn:hover .text__btn,
.btn:active .text__btn{
    color: #fff;
}
.article__title{
    width: 100%;
    max-width: 1200px;
    color: var(--texto);
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 5vh;
    padding: 0 50px;
}
.article__title__span{
    font-size: 3vh;
}
.article__parrafo{
    width: calc(100% - 40px);
    color: var(--texto);
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    font-size: 2vh;
    margin: 0 auto;
    padding: 5px 50px 5px 30px;
}
.cont__icon__app{
    display: inline-block;

    width: 50px;
    height: 50px;
}
.icon__app{
    width: 100%;
    object-fit: contain;
}
body{
    width: 100%;
    min-height: 100vh;
    color: var(--text);
    font-family: var(--font-txt);
    font-size: 16px;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
/* >>>>> -->>>>> ----- particulas ----- <<<<<-- <<<<< */

#particles-js{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(216deg, rgba(25,51,71,1) 0%, rgba(25,51,71,1) 32%, rgba(4,91,164,1) 100%);
}

/*----------------------------------------------------------------------------------------*/
/*-----------------------------------------header-----------------------------------------*/
/*----------------------------------------------------------------------------------------*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    z-index: 50;
    transition: all 0.3s linear;
}
.header.visible{
    height: 50px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 3px 10px #fff;
}
.header__contenedor{
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    max-width: 1200px;
    height: 100%;
    padding: 0 1.25em;
    margin: 0 auto;
}
.icono__menu{
    color: var(--texto);
    font-size: 1.8em;
    cursor: pointer;
    text-shadow: 0 0 0.1875em #000;
    transition: all 0.3s linear;
}
.nav{
    position: fixed;
    top: 10vh;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 90vh;
    padding: 20px 0;
    font-size: 1.5em;
    border-radius: 0 0 0 0;
    transform: translateX(100%);
    transition: all 0.5s linear;
}
.nav.visible{
    border-radius: 50px 0 0 50px;
    transform: translateX(0%);
    background: rgba(25, 51, 71, 0.8);
    backdrop-filter: blur(5px);
}
.nav__lista{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 2.3125em;
    padding-bottom: 3px;
}
.nav__item{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 40px;
    list-style: none;
    font-size: 1em;

}
.nav__link{
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #f5f6f7;
    transition: all 0.3s;
}
.nav__link.active, .nav__link:hover{
    text-shadow: 0 0 3px #000,
                0 0 5px #000, 
                0 0 15px #fff,
                0 0 20px #fff,
                0 0 25px #fff,
                0 0 25px #fff,
                0 0 25px #fff;
}
.nav__lista-opt{
    position: absolute;
    width: 150px;
    right: 0;
    bottom: 0;
    z-index: 15;
}
/*-----------------------------------------------------------------------------------------*/
.nav__item-opt{
    display: flex;
    list-style: none;
    color:var(--texto-Scn);
    text-align: center;
    margin-bottom: 5px;
}
.interruptor{
    width: 50px;
    height: 20px;
    border: solid 1px #242526;
    border-radius: 15px;
    background: var(--btn);
    position: relative;
    transition: all .5s;
}
.interruptor span{
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #000;
    background: #242526;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.interruptor span.left{
    left: 3px;
}
.interruptor span.right{
    left: calc( 100% - 18px);
}
.nav__item-opt>span{
    margin:0 5px;
}
#sun.active,
#moon.active{
    color:orange;
}
/*----------------------------------------------------------------------------------------*/
/*-----------------------------------------banner-----------------------------------------*/
/*----------------------------------------------------------------------------------------*/
.banner{
    position: relative;

    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 1fr);
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.cont__banner{
    grid-column: 1 / -1;
    grid-row: 1 / 4;
    display: flex;
    justify-content: flex-end;
    transform: translateY(-30%);
}
.moon{
    display: flex;
    justify-content: flex-start;
    transform: translateX(50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    box-shadow: -15px 15px 20px rgba(255, 255, 255, 0.5),
                inset 200px 10px 5px rgba(25,51,71,1);
    overflow: hidden;
    animation: moon 10s linear forwards;
}
@keyframes moon {
    100%{
        transform: translate(30%);
        box-shadow: -15px 15px 500px rgba(255, 255, 255, 0.5),
                    inset 50px 10px 100px rgba(25,51,71,1);
    }
}
@media screen and (min-width:800px){
    .moon{
        width: 600px;
        height: 600px;
    }
}
@media screen and (min-width:1200px){
    .moon{
        width: 800px;
        height: 800px;
    }
}
.cont__craters{
    position: relative;
    z-index: -1;
    min-width: 200%;
    height: 100%;  
}
.cont__craters:first-child{
    animation: craters 30s linear infinite;
}
.crater{
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.crater:first-child{
    top: 40%;
    left: 15%;
    width: 150px;
    height: 155px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(2){
    top: 70%;
    left: 50%;
    width: 70px;
    height: 80px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(3){
    top: 15%;
    left: 50%;
    width: 90px;
    height: 97px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(4){
    top: 80%;
    left: 40%;
    
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(5){
    top: 60%;
    left: 80%;
    width: 100px;
    height: 100px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(6){
    top: 50%;
    left: 65%;
    width: 80px;
    height: 75px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(7){
    top: 95%;
    left: 70%;
    width: 80px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(8){
    top: 20%;
    left: 10%;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(9){
    top: 40%;
    left: 2%;
    width: 40px;
    height: 45px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(10){
    top: 90%;
    left: 20%;
    width: 100px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(11){
    top: 15%;
    left: 30%;
    width: 60px;
    height: 55px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(12){
    top: 2%;
    left: 35%;
    width: 200px;
    height: 50px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(13){
    top: 40%;
    left: 40%;
    width: 100px;
    height: 95px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
.crater:nth-child(14){
    top: 5%;
    left: 70%;
    width: 150px;
    height: 100px;
    box-shadow: inset 5px 5px 30px rgba(5, 5, 5, 0.5), inset 5px 5px 10px rgba(5, 5, 5, 0.3);
}
@keyframes craters {
    100%{
        margin-left: -200%;
    }
}
.cont__banner__title{
    grid-column: 2 / 6;
    position: relative;

    width: 100%;
    max-width: 1000px;
    margin: auto;
}
@media screen and (min-width:1700px){
    .cont__banner__title{
        grid-row: 3;
    }
}
.banner__title{
    font-size: 8vh;
    font-family: var(--font-title);
    font-weight: 800;
    color: var(--texto);
    text-shadow: 0 0 0.1875em #000;
}
.banner__title a{
    color: var(--texto);
    text-decoration: none;
}
@media screen and (min-width:600px){
    .banner__title{
        font-size: 10vh;
    }
}
@media screen and (min-width:1700px){
    .banner__title{
        font-size: 13vh;
    }
}
.caracter__animado{
    opacity: 0;
}
@keyframes caracterAnimado {
    100%{
        opacity: 1;
    }
}
.banner__title.sub{
    opacity: 0;
    font-size: 4vh;
    animation: visible 7.5s ease-in forwards;
}
@keyframes visible{
    100%{
        opacity: 1;
    }
}
.rocket{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;

    width: 200px;
    height: 200px;

    animation: rocket 10s ease-in forwards;
}
@keyframes rocket {
    0%,2%,4%,6%,8%,10%,12%,14%,16%,18%,30%,32%,34%,36%,38%,40%{
        transform: translate(0,0) rotate(5deg);
    }
    1%,3%,5%,7%,9%,11%,13%,15%,17%,19%,21%,23%,25%,27%,29%,31%{
        transform: translate(0,0) rotate(-5deg);
    }
    50%{
        transform: translate(100vw, -100vh);
    }
    60%{
        transform: translate(50vw, -110vh) rotate(180deg);
    }
    80%{
        transform: translate(50vw, 100vh);
    }
    81%{
        transform: translate(50vw, 100vh) rotate(-45deg);
    }
    90%{
        transform: translate(40vw, -40vh) rotate(-45deg);
    }
    100%{
        transform: translate(45vw, -70vh) rotate(0deg);
    }
}
.img__rocket{
    width: 100%;
    object-fit: contain;
}
/* >>>>> -->>>>> ----- comunidad  ----- <<<<<-- <<<<< */
.colecciones{
    position: relative;

    display: grid;  
    grid-template-columns: repeat(5, 1fr);
    perspective: 1000px;

    width: 100%;
    margin-bottom: 10vh;
    overflow: hidden;
}
.colecciones > .article__title{
    grid-column: 1 / -1;
}
.colecciones > .article__parrafo{
    grid-column: 1 / -1;
}
.colecciones > .cont__btn{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: calc(100% - 20px);
    margin: 20px 0 15px auto;
}
.colecciones > .cont__btn .btn{
    width: 100%;
    margin: 0 0 10px 0;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
}
.colecciones > .cont__btn .btn.active{
    background: var(--btn);
}
.colecciones > .article{
    grid-column: 2 / -1;
    width: calc(100% - 20px);
    margin: 0;
    margin: 20px auto 0 0;
}
.colecciones > .article .article__title{
    padding: 0 20px
}
.colecciones > .article .article__parrafo{
    width: 98%;
    padding: 5px;
    margin: 20px auto;
}
/* >>>>> -->>>>> ----- ufo ----- <<<<<-- <<<<< */

.ufo{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;

    width: 300px;
    height: 200px;
}
.ufo img{
    width: 100%;
    object-fit: contain;
}
@keyframes flyUfo {
    0%,50%{
        transform: translate(-100%, 0);
    }
    25%{
        transform: translate(100vw, 0);
    }
    55%{
        transform: translate(50vw, 0);
    }
    60%{
        transform: translate(50vw, 50vh) rotateX(90deg);
    }
    95%{
        transform: translate(50vw, 70vh) rotateX(90deg);
    }
    100%{
        transform: translate(50vw, -100vh);
    }
}
/* >>>>> -->>>>> ----- abduccion ----- <<<<<-- <<<<< */

.abduccion{
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.abduccion img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#contacto .abduccion{
    opacity: 0;
}
@keyframes contacto{
    0%{
        opacity: 0;
    }
    100%{
        opacity: .3;
    }
}
/*----------------------------------------------------------------------------------------*/
/*---------------------------------------articulos----------------------------------------*/
/*----------------------------------------------------------------------------------------*/
.article{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;

    width: 90%;
    max-width: 1200px;
    min-height: calc(100vh - 100px);
    margin: 20px auto;
    padding: 20px 0;
    border-radius: 0 5px 5px 5px;
    overflow-x: hidden;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
}
.article.visible{
    transform-origin: top center;
    animation: art__visible 500ms ease-in-out forwards;
}
@keyframes art__visible {
    0%{
        opacity: 0;
        transform: rotateX(-90deg);
    }
    60%{
        transform: rotateX(20deg);
    }
    75%{
        transform: rotateX(-10deg);
    }
    90%{
        transform: rotateX(5deg);
    }
    100%{
        opacity: 1;
        transform: rotateX(0deg);
    }
}
.lista{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    border-radius: 15px;
    padding: 3% 5px;
    margin: 0 auto 50px auto;
    font-family: var(--font-title);
    font-weight: 400;
    color: var(--texto-Scn);
}
.lista__parrafo{
    grid-column: 1 / -1;
    margin-bottom: 10px;
    font-size: 2.5vh;
}
.lista__item{
    list-style: none;
    min-height: 40px;
    line-height: 40px;
    font-size: 1.5em;
}
.lista__icono{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
}
.lista__icono img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lista__item a{
    color: skyblue;
}
.lista > .cont__btn{
    grid-column: 1 / -1;
}
/*-------------------------------------------------------------------------------------*/
/*------------------------------------plugin galeria------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.jd-gallery__light__box.personalizado{
    width: 100%;
    max-width: 1000px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px var(--shadow);   
    margin: auto;
}
#btn-clouse-lbox{
    color: #fff;
}
.jd-cont__gallery{
    display: grid;
    grid-template-columns: repeat( 3, 1fr);
    grid-auto-rows: 150px;
}
.jd-front__item__gallery{
    margin: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
}
.jd-front__item__gallery:nth-child(1){
    grid-column-start: span 2;
}
.jd-front__item__gallery:nth-child(5){
    grid-row-start: span 2;
}
.jd-front__item__gallery:nth-child(6){
    grid-column-start: span 2;
}
.jd-front__item__gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*-------------------------------------------------------------------------------------*/
/*------------------------------------form-estados------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.form-estados{
    background: var(--fondo-Cl);
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    margin: auto;
    border-radius: 5px;
    box-shadow: 5px 5px 10px var(--shadow);
    transition: all 0.5s;
}
.banner__form-estados{
    display: flex;
    align-items: center;
    height: 18vh;
    padding: 20px 20px 0 20px;
    position: relative;
}
.banner__form-estados::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url(../imagenes/map.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(1px);
}
.title__form-estados{
    margin-bottom: 0.46875em;
    font-family: 'Pacifico', cursive;
    color: var(--texto);
    position: relative;
    text-shadow: 0 0 2px #000,
                0 0 2px #000,
                0 0 2px #000;
}
.etiqueta__form-estados{
    font-family: 'Pacifico', cursive;
    font-size: 1.5em;
    margin-bottom: 0.2083em;
    color: rgb(52, 102, 146);
    padding: 20px;
}
.cont__form-estados.select{
    color: var(--texto);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 0.625em;
    padding: 0 20px;
}
.select__form-estados{
    color: var(--texto-Scn);
    border: none;
    border-bottom: solid 2px var(--coloroff);
    background: transparent;
    font-size: 1em;
    width: 90%;
    height: 100%;
    cursor: pointer;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px;
    transition: all 0.5s;
}
.select__form-estados option{
    background: rgba(0, 0, 0, .3);
    color: var(--texto);
    padding: 3px;
}
.select__form-estados:hover{
    border-bottom: solid 2px var(--coloron);
}
.select__form-estados:hover .icon__form-estados{
    color: var(--coloron);
}
.icon__form-estados{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    margin-right: 1em;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    color: var(--coloroff);
}
.icon__form-estados:hover{
    color: var(--coloron);
}
.btn__form-estados{
    font-size: 1.3em;
    font-family: 'Pacifico', cursive;
    width: calc(100% - 40px);
    text-align: center;
    margin: 1em auto;
    border: solid 2px var(--coloroff);
    color: var(--coloron);
    padding: 5px 50px;
    cursor: pointer;
    transition: all 0.5s;
}
.btn__form-estados.on{
    background: var(--coloron);
    color: #fff;;
}
.btn__form-estados.on:active{
    transform: scale(.9);
}
.btn__form-estados.on:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
input[type="submit"]{
    display: none;
}
/*-------------------------------------------------------------------------------------*/
/*----------------------------/-------------covid-19-----------/-----------------------*/
/*-------------------------------------------------------------------------------------*/
.imagen{
    background: var(--fondo-Cl);
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    margin: auto;
    border-radius: 5px;
    box-shadow: 5px 5px 10px var(--shadow);
    transition: all 0.5s;
}
.imagen img{
    width: 100%;
}
/*-------------------------------------------------------------------------------------*/
/*----------------------------/-------------boton up-----------/-----------------------*/
/*-------------------------------------------------------------------------------------*/
.btn__up{
    position: fixed;
    width: 50px;
    height: 50px;
    right: 5%;
    bottom: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    transition: all 0.5s;
}
.btn__up.visible{
    bottom: 7%;
}
.btn__up__contenedor{
    font-size: 2em;
    border-radius: 50%;
    height: 80%;
    width: 80%;
    color: var(--text__btn);
    background: var(--btn);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.btn__up__contenedor:hover{
    width: 100%;
    height: 100%;
}
.btn__up__contenedor i{
    text-shadow: 0 0 5px #000;
}
/*-------------------------------------------------------------------------------------*/
/*------------------/--------------Animaciones con scroll----------/-------------------*/
/*-------------------------------------------------------------------------------------*/
[class^="item-rotate"]{
    transition: all 0.5s;
}
.item-rotate-right{
    transform-origin: right bottom;
    transform: rotate(90deg);
}
.item-rotate-left{
    transform-origin: left bottom;
    transform: rotate(-90deg);
}
.transform-rotate{
    transform: rotate(0deg);
}
.item-left{
    transform: translateX(-110%);
}
.item-right{
    transform: translateX(110%);
}
.transform-left,.transform-right,.transform-up,.transform-down{
    transform: translateX(0%);
}
/*-------------------------------------------------------------------------------------*/
/*-----------------------------------contacto------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#contacto{
    justify-content: center;
    width: 100%;
}
.contacto{
    position: relative;
    z-index: 0;
    color: var(--texto-Scn);
    border-radius: 5px;
    width: 90%;
    min-height: 40vh;
    margin: 0 auto;
    box-shadow: 5px 5px 10px var(--shadow);
    background: url(../imagenes/background-whatsapp.png);
    background-position: center center;
    background-size: cover;
}
.backgrond__contacto{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    background: rgba(25, 51, 71, 0.8);
    backdrop-filter: blur(5px);
}
.contacto__mensaje{
    position: relative;
    padding: 20px;
    width: 100%;
    color: var(--texto-Scn);
}
.contacto__mensaje-title{
    width: 100%;
    margin-bottom: 10px;
}
.contacto__mensaje-lista{
    width: 100%;
}
.contacto__mensaje-item{
    list-style: none;
}
.contacto__mensaje-item i{
    margin: 10px;
}
.contacto__mensaje-link{
    text-decoration: none;
    color: rgb(190, 189, 189);
    cursor: pointer;
    transition: all linear 0.5s;
}
.contacto__mensaje-link:hover{
    color: var(--texto-Scn);
}
.contacto__form{
    display: flex;
    flex-wrap: wrap;
}
.contacto__contenedor-input{
    position: relative;

    width: 90%;
    min-height: 40px;
    margin: 15px auto;
}
.contacto__label{
    position: absolute;
    color: var(--texto-Scn);
    bottom: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    transition: all linear 0.3s;
}
.contacto__input{
    display: block;
    width: 100%;
    height: 40px;
    color: var(--texto-Scn);
    font-size: 1em;
    background: none;
    border: none;
    outline: none;
    border-bottom: solid 2px gray;
    z-index: 5;
    transition: all linear 0.3s;
}
.contacto__label.active{
    font-size: .7em;
    color: red;
    z-index: 5;
    transform: translateY(-50%);
}
.contacto__input.textarea{
    display: flex;
    align-items: center;
    padding-top: 8px;
}
.contacto__input:focus,
.contacto__input.active {
    border-bottom: solid 2px #4fdf71;
}
#respuesta{
    position: relative;
    width: 95%;
    height: 0px;
    margin: auto;
    text-align: center;
    height: 0px;
    font-weight: 700;
    overflow: hidden;
    transition: all 0.3s linear;
}
#respuesta.fail{
    padding: 5px;
    height: 30px;
    background: rgb(249 144 144 / 82%);
    color: var(--texto-Scn);
}
#respuesta.send{
    padding: 5px;
    height: 30px;
    background: rgb(212, 253, 219);
    color: var(--texto-Scn);
}
.btn__form-contacto{
    position: relative;
    color: var(--btn);
    width: 90%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: solid 2px;
    margin:20px auto;
    cursor: pointer;
    transition: all 0.3s linear;
}
.btn__form-contacto.active{
    background:  #4fdf71;
    color: white;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}
.btn__form-contacto.active:hover{
    transform: translateY(-5px);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
}
/* >>>>> -->>>>> ----- slider ----- <<<<<-- <<<<< */
#jd-carrusel{
    box-shadow: 5px 5px 10px var(--shadow);
    border-radius: 5px;
    height: 60vh;
    margin: auto;
    color: var(--texto-Scn);
    background: var(--fondo-Cl);
}
.jd-item__carrusel{
    height: 100%;
    padding: 5px;
}
.jd-cont__text{
    height: 40%;
}
.jd-title__carrusel {
    color: var(--texto-Scn);
    text-shadow: 0 0 2px rgba(0, 0, 0, .7);
}
.jd-paragraph__carrusel {
    color: var(--texto-Scn);
    padding: 10px;
    text-align: justify;
}
.jd-cont__img{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 70%;

    background: #000;
    overflow: hidden;
}
.jd-img__carrusel {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.jd-item__carrusel>iframe{
    display: block;
    width: 100%;
    min-height: 50%;
    margin: auto;
}
/* >>>>> -->>>>> ----- memorama ----- <<<<<-- <<<<< */
.cont_memorama.personalizado{
    width: 90%;
    height: 600px;
    margin: auto;
    box-shadow: 5px 5px 10px var(--shadow);
}
/* >>>>> -->>>>> ----- postales ----- <<<<<-- <<<<< */

.lista.alone{
    margin: 20px auto;
}
.cont__colecciones{
    align-self: flex-end;
    box-shadow: 5px 5px 10px var(--shadow);
    width: 90%!important;
    max-width: 344px;
    height: 50vh;
    border: solid 2px #fff;
    border-radius: 10px;
    margin: auto;
}
.postal__item{
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}
.postal__item>.article__title{
    width: 100%;
    margin-bottom: 10px;
}
.postal__item .article__parrafo{
    width: 100%;
    margin: 0;
}
.cont__postal{
    width: 100%;
    object-fit: contain;
}
.postal__item>.cont__btn{
    margin: 0;
    transform: translateY(-500%);
}
#contacto{
    display: flex;
}
#contacto .article{
    margin: auto;
    background: none;
    backdrop-filter: blur(0px);
}
.footer{
    width: 100%;
    padding: 0 15px;
    color: var(--texto);
}
.footer a{
    color: var(--btn)
}
@media (min-width:688px){
    .article{
        justify-content: space-around;
    }
    .lista{
        max-width: 300px;
        margin: 0;
    }
    .jd-gallery__light__box.personalizado.personalizado, 
    .form-estados, 
    .imagen,
    #jd-carrusel,
    .cont_memorama.personalizado{
        width: 49%!important;
        margin: 0;
    }
    .contacto{
        width: 60%;
    }
    .contacto__form{
        width: 70%;
        margin: auto 20px auto auto;
        padding-top: 20px;
        align-items: flex-start;
    }
    .contacto__contenedor-input{
        width: 45%;
    }
    .contacto__contenedor-input.textarea{
        width: 90%;
    }
    .contacto__mensaje{
        position: absolute;
        transform: translate(-50%, 12%);
        color: #E9EBEE;
        background: rgb(104, 138, 211);
        padding: 15px;
        width: 200px;
        height: 80%;
        box-shadow: 5px 5px 10px var(--texto);
    }
    .contacto__mensaje-link:hover{
        color: #fff;
    }
}
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.social-bar{
    z-index: 50;
}
/*-------------------------------------------------------------------------------------*/


/* @keyframes title{
    100%{
        width: 0%;
    }
} */
@keyframes color {
    100%{
        filter: grayscale(0%);
    }
}
@keyframes neon{
    0%,20%,60%,100%{
        text-shadow: 0 0 0.1875em #000,
                    0 0 0.1875em red;
        color: rgba(255, 255, 255, 0.3);
    }
    10%,45%,80%{
        text-shadow: 0 0 0.1875em #fff,
                    0 0 0.5em red,
                    0 0 0.7em red;
         color: rgb(248, 207, 207);
    }
}