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

#root {
    background-color: #10002b;
    color: #fff;
    tab-size: 4;
    -webkit-text-size-adjust: 100%;
    font-family: 'Amatic SC', cursive;
    font-size: 20px;
    letter-spacing: .025em;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

p {
    text-align:justify;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/* header */

header {
    background:
    linear-gradient(  #10002b, #000000, transparent 600px);
    width: 100%;/* 
    position: fixed;
    z-index: 1000; */
    top: 0;
}

header .container-logo {
    width:100%;
    padding-top: 25px;
    margin: 0px;
    display: flex;
    gap: 100px;
}

header .logo__tittle {
    top: 50px;
    left: 100px;
}

header .img__logo {
    width: 280px;
    height: 180px;
    border-radius: 20px;
    transition: .3s;
}

header .img__logo:hover{
    transform: scale(1.3);
    transition: .3s;
}

header .tittle__blog {
    text-align: center;
    font-size: 40px;
}

header #autor {
    font-size:10px;
}

header .menu-header {
    display: flex;
    padding-bottom: 20px;
}




/* letra logo glitch */
header .glitch {
    font-size: 5rem;
    font-weight: 700;
    font-family: 'Special Elite', cursive;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75),
      -0.025em -0.05em 0 rgba(0, 255, 0, 0.75),
      0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  
    animation: glitch 2500ms infinite;
  }
  
  .glitch span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .glitch span:first-child {
      animation: glitch 650ms infinite;
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(-0.025em, -0.0125em);
        opacity: 0.8;
   }
   .glitch span:last-child {
       animation: glitch 375ms infinite;
        clip-path: polygon(0 80%, 100% 20%, 100% 100%, 0 100%);
        transform: translate(0.0125em, 0.025em);
        opacity: 0.8;
   }
  
  @keyframes glitch {
    0% {
      text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75),
        -0.05em -0.025em 0 rgba(0, 255, 0, 0.75),
        -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
    }
    
    15% {
      text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.75),
        0.025em 0.025em 0 rgba(0, 255, 0, 0.75),
        -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
    }
    
    50% {
      text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.75),
        0.05em 0 0 rgba(0, 255, 0, 0.75), 
        0 -0.05em 0 rgba(0, 0, 255, 0.75);
    }
    
    100% {
      text-shadow: -0.025em 0 0 rgba(255, 0, 0, 0.75),
        -0.025em -0.025em 0 rgba(0, 255, 0, 0.75),
        -0.025em -0.05em 0 rgba(0, 0, 255, 0.75);
    }
  }

header .slogan {
    padding-top: 50px;
    font-size:35px;
    text-align: center;
    filter: drop-shadow(rgba(162, 247, 232, 0.952) 0px 10px 15px);
}

header .items__peliculas{
    visibility:hidden;
    margin: 0;
    display: none;
}

header .closeIcon {
    display: none;
  }


header .hamburger, header .menuppal {
  display: none;
}

/* navigator */
.bx {
    width: 50px;
}

.navega{
    display: flex;
    justify-content: right;
    margin-left: 50px;
    margin-right: 50px;
}
.navega_lista{
    display: flex;
    justify-content: center;
    padding-top: 31px;
    padding-bottom: 17px;
}
.items{
    list-style: none;
    margin-left: 58px;
}

.btn_nav{
    background-color: transparent;
    border: none;
    padding: 8px 19px 8px 19px;
    border-radius: 10px;
    font-family: 'Special Elite', cursive;
    font-size: 20px;
    transition: 0.2s;
    width: max-content;
    color: #fff;
}

.btn_nav:hover{
    background-color: #541690;
    cursor: pointer;
    transition: 0.5s;
}

.btn_nav:focus, .btn_nav:active{
    background-color:#541690;
    color: #fff;
}
/* boton buscar*/

/* icono */
#logo > .burger{
    font-size: 50px;
    border: none;
    background: none;
    cursor: pointer;
    padding-left: 20px;
    display: none;
}
#logo > .burger:active{
    color: #ffffff;
}

.buscar{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 18px;
    align-items: center;
    background: #32ded4ff;
    padding: 10px;
    margin-left: 20px;
    height: 50px;
    border-radius: 40px;
    transition: .3s;
}
.buscar input:focus {
    width: 100%;
    transition: .3s;
}
/* input */
.buscar_texto::placeholder{
    color: rgba(0, 0, 0, 0.466);
}
.buscar_texto:focus::placeholder{
    color: #fff;
}
.buscar_texto{
    border: none;
    background: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    float: left;
    line-height: 60px;
    transition: .3s;
    width: 0;
}
.btn_buscar{
    width: 32px;
    height: 38px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    transition: .3s;
}
.buscar:hover > .buscar_texto{
    width: 100%;
    transition: .3s;
}


/* lading page*/
.landing__img__main {
    opacity: 1;
    position: absolute;
    width: 100%;
    height:170%;
    top:320px;
}

.container-landing {
    text-align: center;
    margin-top:100px;
}

span .tittle-fract {
    margin-bottom:10%;
}

p #author {
    text-align:center;
}



.tittle__fract__h1{
    font-size: 3.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    filter: drop-shadow(rgba(162, 247, 232, 0.952) 0px 10px 15px);
}
.container-landing .btn, .container-landing .btn-primary {
    background-color: linear-gradient(  #10002b, #000000, transparent 600px);
    top: 480px;
    left: 50px;
    position: fixed;
    z-index:1000;
}

.btn{
    font-size: 2rem;
}

.accordion {
    margin-left: 200px;
    margin-right: 200px;
    position: relative;
    z-index:1000;
    margin-bottom: 12%;
}

.accordion-body {
    background:linear-gradient(#10002b, #000000);
    color:#fff;
    font-family:ReithSans;
}

.accordion-header {
    font-weight: bold;
    font-family: 'Special Elite', cursive;
}

.fractal-19j92fr {
    display: block;
    width: initial;
    margin: 0px;
    padding: 0px 1rem;
}

.bbc-1ka88fa img {
    width: 100%;
    margin: 0px;
    padding: 0px 1rem;
}

.bbc-1ka88fa {
    font-family: 'Amatic SC', cursive;
    font-size: 1rem;
}

.frac-hhl7in  {
    line-height: 1.375rem;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 1.5rem;
    margin: 0px;
    text-align: justify;
}

/* popup */
.contenedor article .btn-abrir-popup {
	padding: 0 20px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedor article .btn-abrir-popup:hover {
	background: rgba(94,125,227, .9);
}


/* Star footer */
.footer {
    width: 100%;
    min-width: 300px;
    height: 320px;
    margin-top: 100px;
    background:
    linear-gradient( to top, #32ded4ff, #9900efff, transparent 300px);
    opacity: 1.4;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3,30%);
    filter: drop-shadow(rgba(162, 247, 232, 0.952) 0px 10px 15px);
    font-family: 'Amatic SC', cursive;
    font-size: 25px;
}

#blog {
    width: 100px;
    height: 90px;
    transform: rotateY(0deg) rotateX(0deg) scale(1);
    perspective: 379.546px;
    filter: drop-shadow(rgba(22, 34, 201, 0.952) 0px 10px 15px);
}

.copy {
    text-align: center;
    word-wrap: break-word;
    margin-right: 50px;
    position: relative;
    z-index: 2;
    align-self: center;
    cursor: pointer;
    color:rgb(251, 248, 252);
    height: auto;
}

.datos, .contacto {
    text-align: center;
    word-wrap: break-word;
    padding-top: 20px;
    margin-right: 50px;
    align-self: center;
    cursor: pointer;
    color: rgb(251, 248, 252);
    height: auto;
    list-style: none;
}
#contact {    
    width: 80px;
    height: 84px;
}
#contact2 {    
    width: 60px;
    height: 60px;
    
}

#contact, #contact2 {  
    transform: rotateY(0deg) rotateX(0deg) scale(1);
    perspective: 379.546px;
    filter: drop-shadow(rgba(247, 162, 209, 0.74) 0px 10px 15px);
    border-radius: 10px;
}
#contact:hover, #contact2:hover { 
    transform: scale(1.2);
}

.contenedor article .btn-abrir-popup {
	padding: 0 20px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedor article .btn-abrir-popup:hover {
	background: rgba(94,125,227, .9);
}
/* Finish footer */


/* mediaquerys */

/*Mobile*/
@media (max-width: 820px) {
    
/* Header */
    header {
        height: 300px;
    }

    header .container-logo {
        gap: 20px;
    }

    header .img__logo {
        width: 150px;
        margin: 0;
    }

    header .nav_menu {
        display: none;
    }
    
    header .glitch {
        font-size: 2rem;
    }

    header .slogan, .datos, .copy, .btn-tendencia{
        visibility:hidden;
        margin: 0;
        display: none;
    }

    header .hamburger {
        display: block;
        position:fixed;
        background-color:transparent;
        left:200px;
        top:200px;
        height:30px;
        width:30px;
        padding:20px 20px;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
        -webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        z-index:1002;
        cursor:pointer;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none
    }
    header .hamburger.is-active{
      background-color:none;
    }
    header ._layer{
        background:#f1e8e8;
        margin-bottom:4px;
        border-radius:2px;
        width:28px;
        height:4px;
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
        -webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    }
    header .hamburger:hover .-top{
        -webkit-transform:translateY(-100%);
        -ms-transform:translateY(-100%);
        transform:translateY(-100%);
    }
    header .hamburger:hover .-bottom{
        -webkit-transform:translateY(100%);
        -ms-transform:translateY(100%);
        transform:translateY(100%);
        }
    header .hamburger.is-active .-top{
        -webkit-transform:translateY(200%) rotate(45deg) !important;
        -ms-transform:translateY(200%) rotate(45deg) !important;
        transform:translateY(200%) rotate(45deg) !important;
    }
    header .hamburger.is-active .-mid{
        opacity:0;
    }
    header .hamburger.is-active .-bottom{
        -webkit-transform:translateY(-200%) rotate(135deg) !important;
        -ms-transform:translateY(-200%) rotate(135deg) !important;
        transform:translateY(-200%) rotate(135deg) !important;
    }
    
    header .menuppal.is_active{
      transform: translate3d(0px, 0px, 0px);
    }
    header .menuppal{
        display: block;
       background-color: rgba(14, 13, 13, 0.815);
        bottom: 0;
        height: 50%;
        left: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        transform: translate3d(0px, -100%, 0px);
        transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
        width: 100%;
        z-index: 1001;
        padding-top: 50px;
    }
    
    .menuppal ul li a, .menuppal ul li{
    font-size: 30px;
    font-weight:600;
      color: #fff;;
      text-decoration:none;
      list-style: none;
      text-align:left;
    }
    .menuppal ul li a:hover{
      text-decoration:none;
    }
    /* main */

    .landing__img__main{
        top: 450px;
        height: 130%;
    }
    .container-landing {
        margin-top: 50px;
    }

    .tittle__fract__h1{
        font-size: 2rem;
        margin: 50px;
    }

    .accordion {
        margin: 50px;
    }

    .h2, h2 {
        font-size: calc(1em + .9vw)important!;
    }

    .bbc-yfiktt .e1mo64ex1{
        width: 100%;
    }

    /* Footer */

    .footer {
        display: flex;
        justify-content: center;
        flex-direction: grow;
        font-size: 20px;
        min-width: 0px; 
        margin-top: 0px;
        padding-top: 50px;
    }

    .copy {
        margin: 0;
        text-align: left;
    }

    .contacto {
        margin: 0;
        padding-left: 10px;
        padding-bottom: 50px;
    }

}