*{
    box-sizing:border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    /* border: solid 1px black; */
}

body{
    background-size: cover;
    /* flex-wrap: wrap; */
    min-width: 300px;
}

.logo {
    height: 70px;
    transform: translate(-14%);
    flex-wrap: wrap;
    overflow: hidden;
}

.logo img{
    width: 100%;
    height: 100%;
}

.clearfix {
    clear:both;
}

.buscar{ 
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 58%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 45px;

}

.buscar_texto{
    border-radius: 6px;
    font-size: 15px;
    height: 40px;
    padding-left: 1%;
    width: 200px;

}

.boton{
    width: 40px;
    height: 40px;
    font-size: 25px;
    padding: 7px;
    border-radius: 5px;
    color:#000000;
    text-decoration: none;
    background-color:#ffffff;
    margin-left: 1%;

}

.contenedor-1{
    text-align: center;
    color: #E6E5E5;
    font-size: 0.9em;
}

/*=?=====RESPONSIVE=========*/

 @media screen and (win-width:500px){
    .buscar:hover > .buscar_texto{
        width: 150px;
    }
}

@media screen and (win-width:768px){
    .buscar:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .buscar:hover > .buscar_texto{
        width: 190px;
    }
}


@media screen and (win-width:500px){
    .container:hover > .buscar_texto{
        width: 170px;
    }
}

@media screen and (win-width:768px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media (min-width: 1024px){
    .buscar {
     transform: translate(-520px);
    } 
 }

.barra {
    background:#EF8221;
    height: 100px;
}

nav {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-btn{
    position: absolute;
    left: 84%;
    width: 40px;
    height: 38px;
    top: 45px;
    background: #E6E5E5;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;

}

#check {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 72%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 60px;
    display: none;
}

#check:checked ~ .menu {
    height: 70vh;
}

#check:checked ~ .menu li a {
    display: block;
}

.icon-menu{
    font-size: 30px;   
}

.menu {
    align-items: flex-end;
    position: fixed;
    position:absolute;
    top: 100px;
    background: #F5A24A;
    transition: all .4s;
    transform: translate(149%);
    list-style: none;
    width: 40%;
    z-index: 1;
}

.enlace {
    height: 100%;
    display: none;
    line-height: 33px;
    margin: 25px 7px;
    transition: all .5s;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    list-style: none;
}

.menu li a.avtive, .menu li a:hover{
    color: #ffffff;
    transition: .2s;
}

@media (min-width: 1024px){
    .bar-btn{
        display:none;
    }
    .menu {
        display: flex;
        transform: translate(79%, -120%);
        background: none;
        position: static;
    }
    .menu li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1080px){
    .bar-btn{
        display:none;
    }
    .menu {
        display: flex;
        transform: translate(81%, -120%);
        background: none;
        position: static;
    }
    .menu li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1100px){
    .menu {
        display: flex;
        transform: translate(92%, -120%);
        background: none;
        position: static;
    }
    .menu li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1200px){
    .menu {
        display: flex;
        transform: translate(97%, -120%);
        background: none;
        position: static;
    }
    .menu li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1430px){
    .menu {
        display: flex;
        transform: translate(115%, -120%);
        background: none;
        position: static;
    }
    .menu li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}
/* ------------sliderauto--------- */
.imagen {
    width: 100%;
    margin: auto;
    overflow: hidden;
    transform: translate(0px, -38px)
}

.imagen ul {
    display: flex;
    padding: 0;
    width: 300%;

    animation: cambio 20s infinite;
}

.imagen li {
    width: 100%;
    list-style: none;
}

.imagen img {
    width: 100%;
}

@keyframes cambio {
    0% { margin-left: 0; }
    20% { margin-left: 0; }

    25% { margin-left: -100%; }
    45% { margin-left: -100%; }

    50% { margin-left: -200%; }
    70% { margin-left: -200%; }
}

/* ----Creaciones destacadas--- */

h3{
    text-align: center;
}

.ro{
    font-family: -apple-system,Roboto-bold, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #676767;
    font-size: 22px;
}

#slider{
    width: 77%;
    height: 100%;
    height: 200px;
    transform: translate(15%);
}

#conteitemsCarrusel{
    transform: translate(7%);
    height: 200px;
    width: 89%;
    overflow: hidden;
}

.itemCarrusel{
    height: 130%;
    position: relative;
}

.tarjetaCarrusel{
    height: 100%;
}

#tarjetaCarrusel-2 img{
    width: 75%;
    height: 100%;
    height: 200px;
    transform: translate(20%);
}

.flechasCarrusel{
    position: absolute;
    top: 0;
    height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a{
    text-decoration: none;
 }

 @media (min-width: 700px) {
    #tarjetaCarrusel-1 img {
        height: 400px;
        width: 500px;
    }
    #tarjetaCarrusel-3 img {
        height: 400px;
        width: 500px;
    }
    #tarjetaCarrusel-2 img {
        height: 400px;
        width: 500px;
    }
    #conteitemsCarrusel {
        height: 400px;
    }

    .flechasCarrusel{
        top: 0;
        height: 380px;
        width: 100%;
        display: flex;
        align-items: center;  
    }
 }

 @media (min-width: 1024px) {
    #tarjetaCarrusel-1 img {
        height: 400px;
        width: 700px;
    }
    #tarjetaCarrusel-3 img {
        height: 400px;
        width: 700px;
    }
    #tarjetaCarrusel-2 img {
        height: 400px;
        width: 700px;
    }
    #conteitemsCarrusel {
        height: 400px;
    }

    .flechasCarrusel{
        top: 0;
        height: 380px;
        width: 100%;
        display: flex;
        align-items: center;  
    }
 }

 @media (min-width: 1100px) {
    #tarjetaCarrusel-1 img {
        height: 400px;
        width: 700px;
    }
    #tarjetaCarrusel-3 img {
        height: 400px;
        width: 700px;
    }
    #tarjetaCarrusel-2 img {
        height: 400px;
        width: 700px;
    }
    #conteitemsCarrusel {
        height: 400px;
        transform: translate(10%);  
    }

    .flechasCarrusel{
        top: 0;
        height: 380px;
        width: 900px;
        display: flex;
        align-items: center;  
    }
 }

 

   /* ----Ultimos agregados---- */

.ulti{
    font-family: -apple-system,Roboto-bold, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #676767;
    font-size: 22px;
}

#contecarrusel-2{
    height: 200px;
    width: 86%;
    margin-left: 6%;
    overflow: hidden;
    transform: translate(9%);
}

.itemcarrusel-2{
    height: 100%;
    position: relative;
}

.itemtarjeta{
    height: 100%;
}

.itemtarjeta img{
    height: 200px;
    width: 34%;
}

.itemtarjeta p{
    margin-left: 35%;
    transform: translate(0px, -1100%);
    margin-bottom: 15px;
    font-size: 13px; 
}

#itemtarjeta-3 img{
    border-radius: 10px;
    height: 180px;
    width: 30%;
    margin-top: 5px;
    margin-left: 5px;
}

.flecha {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    height: 200px;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: end;
    transform: translate(900%);
}

.flecha a{
    text-decoration: none;
}

.flecha img{
    
    width: 30px;
    height: 30px;
}

#itemtarjeta-1{
   background-color: #E6E5E5;
   border-radius: 10px;
   box-shadow: 5px 5px 5px #E6E5E5;
}

#itemtarjeta-2{
    background-color: #E6E5E5;
   
    border-radius: 10px;
    box-shadow: 5px 5px 5px #E6E5E5;
}

#itemtarjeta-3{
    background-color: #E6E5E5;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #E6E5E5;
}

@media (min-width: 700px) {
    #contecarrusel-2 {
        height: 250px;
        width: 70%;
        transform: translate(17%);
    }
    #itemtarjeta-1 {
        height: 300px;
    }
    #itemtarjeta-1 img {
        height: 250px;
    }
    #itemtarjeta-2 {
        height: 300px;
    }
    #itemtarjeta-2 img {
        height: 250px;
    }
    #itemtarjeta-3 {
        height: 300px;
    }
    #itemtarjeta-3 img {
        height: 240px;
    }
    .flecha{
        height: 300px;
    }
    #icon-descargar {
        transform: translate(17%);
        width: 50%;
    }
}

@media (min-width: 1024px) {
    #contecarrusel-2 {
        height: 330px;
        transform: translate(15%);
    }
    #itemtarjeta-1 {
        height: 400px;
    }
    #itemtarjeta-1 img {
        height: 340px;
    }
    #itemtarjeta-2 {
        height: 300px;
    }
    #itemtarjeta-2 img {
        height: 325px;
    }
    #itemtarjeta-3 {
        height: 300px;
    }
    #itemtarjeta-3 img {
        height: 290px;
    }
    .flecha{
        height: 330px;
        width: 10%;
    }
    #icon-descargar {
        transform: translate(21%);
    }
}
@media (min-width: 1100px) {
    #contecarrusel-2 {
        height: 330px;
        width: 60%;
        transform: translate(22%);
    }
    #itemtarjeta-1 {
        height: 450px;
    }
    #itemtarjeta-1 img {
        height: 340px;
    }
    #itemtarjeta-2 {
        height: 300px;
    }
    #itemtarjeta-2 img {
        height: 325px;
    }
    #itemtarjeta-3 {
        height: 300px;
    }
    #itemtarjeta-3 img {
        height: 290px;
    }
    .flecha{
        height: 330px;
        width: 10%;
    }
    #icon-descargar {
        transform: translate(27%);
    }
}

@media (min-width: 1250px) {
    #contecarrusel-2 {
        height: 330px;
        width: 60%;
        transform: translate(17%);
    }
    #itemtarjeta-1 {
        height: 450px;
    }
    #itemtarjeta-1 img {
        height: 340px;
    }
    #itemtarjeta-2 {
        height: 300px;
    }
    #itemtarjeta-2 img {
        height: 325px;
    }
    #itemtarjeta-3 {
        height: 300px;
    }
    #itemtarjeta-3 img {
        height: 290px;
    }
    .flecha {
        height: 330px;
        width: 10%;
    }
    #icon-descargar {
        transform: translate(24%);
    }
}

/* ------------ultimo---------- */

#icon-descargar .icon-compartir {
    float: left;
    transform: translate(40px);
}
.icon-compartir{
    margin: 15px;
    text-align: center;     
} 

#icon-descargar img {
    background: #E6E5E5;
    width: 40px;
    height: 40px;
    /* margin-left: 20px; */
    border-radius: 5px;
    /* margin: 10px; */
}

/* ----------libros----- */
.libros{
    background: #000000;
    height: 295px;
    width: 72%;
    text-align: left;
    transform: translate(20%);
    border-radius: 15px;
}

.libros h1{
    width: 100px;
    color: #ffffff;
    font-size: 25px;
    transform: translate(8%);
    position: relative;
    top: 20px; 
}
.mas{
    color: #ff4500;
    width: 260px;
    font-size: 15px;
    position: relative;
    top: 15px;
    transform: translate(4%);
}

.pi {
    width: 260px;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    top: 15px;
    transform: translate(4%);
}

.nuestra-1 a{
    color: #000000;
    list-style: none;
    text-decoration: none;
}

.nuestra-1{
    height: 20%;
    width: 33%;
    position: relative;
    top: 15px;
    transform: translate(15%);
    border-radius: 15px;
    list-style: none;
}

@media (min-width: 720px){
    .libros{
        width: 50%;
        height: 330px;
        transform: translate(30%);
    }
}

@media (min-width: 1024px){
    .libros{
        width: 50%;
        height: 310px;
        transform: translate(30%);
    }
}

  /* ----------Pie-------- */

.iconos {
    background: #E6E5E5;
    align-items: center;
    border-radius: 15px;
    height: 90px;
    box-shadow: 8px 7px 10px #E6E5E5;
    padding-right: 2%;
    padding: auto;
    text-align: center;
}

.iconos img{
    padding: auto;
    width: 9%;
    height: 65px;
    align-items: center;
    display: flexbox;
}

.pie{
    background: #EF8221;
    align-items: center;
}

.redes img {
    width: 7%;
    align-items: center;
}

.redes{
    padding-right: 4%;
    text-align: center;
}

.acumar img{
    height: 65px;
}
.acumar{
    text-align: center;
    padding-right: 8%;

}

@media (min-width: 1024px){
    .iconos img{
        width: 8%;
        height: 100%;
    }
}

@media (min-width: 1200px){
    .iconos img{
        width: 7%;
        height: 100%;
    }
}

@media (min-width: 1250px){
    .iconos img{
        width: 7%;
        height: 100%;
    }
}

@media (min-width: 375px){

.iconos {
    width: 70%;
    height: 10%;
    transform: translate(20%, 780%);
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: none;
}

/* -------------------Libros acumar------------------------- */

.buscar-2 { 
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 58%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 45px;

}

.buscar_texto{
    border-radius: 6px;
    font-size: 15px;
    height: 40px;
    padding-left: 1%;
    width: 200px;

}

.boton {
    width: 40px;
    height: 40px;
    font-size: 25px;
    padding: 7px;
    border-radius: 5px;
    color:#000000;
    text-decoration: none;
    background-color:#ffffff;
    margin-left: 1%;

}

/*=?=====RESPONSIVE=========*/

 @media screen and (win-width:500px){
    .buscar-2:hover > .buscar_texto{
        width: 150px;
    }
}

@media screen and (win-width:768px){
    .buscar-2:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .buscar-2:hover > .buscar_texto{
        width: 190px;
    }
}


@media screen and (win-width:500px){
    .container:hover > .buscar_texto{
        width: 170px;
    }
}

@media screen and (win-width:768px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media (min-width: 1024px){
    .buscar-2 {
     transform: translate(-510px);
    } 
 }

.barra-2 {
    background:#EF8221;
    height: 100px;
}

nav {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-btn{
    position: absolute;
    left: 84%;
    width: 40px;
    height: 38px;
    top: 45px;
    background: #E6E5E5;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;

}

#check {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 72%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 60px;
    display: none;
}

#check:checked ~ .menu-2 {
    height: 70vh;
}

#check:checked ~ .menu-2 li a {
    display: block;
}

.icon-menu{
    font-size: 30px;   
}

.menu-2 {
    align-items: flex-end;
    position: fixed;
    position:absolute;
    top: 100px;
    background: #F5A24A;
    transition: all .4s;
    transform: translate(149%);
    list-style: none;
    width: 40%;
    z-index: 1;
}

.enlace {
    height: 100%;
    display: none;
    line-height: 33px;
    margin: 25px 7px;
    transition: all .5s;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    list-style: none;
}

.menu-2 li a.avtive, .menu-2 li a:hover{
    color: #ffffff;
    transition: .2s;
}

@media (min-width: 1024px){
    .bar-btn {
        display:none;
    }
    .menu-2 {
        display: flex;
        transform: translate(79%, -120%);
        background: none;
        position: static;
    }
    .menu-2 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-2 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1080px){
    .bar-btn{
        display:none;
    }
    .menu-2 {
        display: flex;
        transform: translate(81%, -120%);
        background: none;
        position: static;
    }
    .menu-2 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-2 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1100px){
    .menu-2 {
        display: flex;
        transform: translate(92%, -120%);
        background: none;
        position: static;
    }
    .menu-2 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-2 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1200px){
    .menu-2 {
        display: flex;
        transform: translate(97%, -120%);
        background: none;
        position: static;
    }
    .menu-2 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-2 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1430px){
    .menu-2 {
        display: flex;
        transform: translate(115%, -120%);
        background: none;
        position: static;
    }
    .menu-2 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-2 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}
/* ---------libros y encabezado------- */

@media (min-width: 720px){
    .imagenes-1 .cuenca {
        height: 800px;
        transform: translate(5%);
    }
    .imagenes-1 .cuenca-2 {
        height: 800px;
        transform: translate(5%);
    }
    #libros-3 .cuenca-3 {
        height: 800px;
        transform: translate(5%);
    }
    #libros-4 .cuenca-4 {
        height: 800px;
        transform: translate(5%);
    }
}

@media (min-width: 1024px){
    .imagenes-1 .cuenca {
        height: 800px;
        width: 35%;
        transform: translate(5%);
    }
    .imagenes-1 .cuenca-2 {
        height: 800px;
        width: 35%;
        transform: translate(5%);
    }
    #libros-3 .cuenca-3 {
        height: 800px;
        width: 35%;
        transform: translate(5%);
    }
    #libros-4 .cuenca-4 {
        height: 800px;
        width: 35%;
        transform: translate(5%);
    }
}

@media (min-width: 1150px){
    .imagenes-1 .cuenca {
        height: 800px;
        width: 20%;
        transform: translate(5%);
    }
    .imagenes-1 .cuenca-2 {
        height: 800px;
        width: 20%;
        transform: translate(5%);
    }
    #libros-3 .cuenca-3 {
        height: 800px;
        width: 20%;
        transform: translate(5%);
    }
    #libros-4 .cuenca-4 {
        height: 800px;
        width: 20%;
        transform: translate(5%);
    }
}

.encabezado {
    text-align: center;
    border-bottom: 1px solid #ff4500;
}

.ultimo {
    text-align: center;
    background: #000000;
    color: #ffffff;
    height: 50px;
    padding: 10px;
    font-size: 20px;
}

#libros {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}


.cuenca img {
    width: 90%;
    height: 50%;
}

.cuenca {
    width: 330px;
    height: 500px;
    margin: 3px;
    text-align:justify;
    transform: translate(5%);
 }
 
 .titulo {
     border-left: 1px solid red;
     position: fixed;
     padding: 5px;
     font-size: 11px;
 }

 #icon-descargar-2 .icon-compartir-2 {
    float: left;
    transform: translate(-5px, 110px);
}
.icon-compartir-2 {
    margin: 7px;
    text-align: center;     
} 

#icon-descargar-2 img {
    background: #E6E5E5;
    width: 30px;
    height: 30px;
    border-radius: 10px;
}



 .cuenca h5{
     font-size: 14px;
 }

 #libros-2 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}

.cuenca-2 img {
    width: 90%;
    height: 50%;
}


 .cuenca-2 {
    width: 330px;
    height: 500px;
    margin: 5px;
    text-align:justify;
    transform: translate(5%);
 
 }
 
 .titulo {
     border-left: 1px solid red;
     position: fixed;
     padding: 4px;
 }
 
 .cuenca-2 h5{
     font-size: 16px;
 }

 .destacados{
    text-align: center;
    background: #EF8221;
    color: #ffffff;
    height: 50px;
    padding: 10px;
    font-size: 20px;
 }


 #libros-3 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}

 .cuenca-3 {
    width: 330px;
    height: 500px;
    margin: 5px;
    text-align:justify;
    transform: translate(5%);
 
 }

 .cuenca-3 img {
    width: 90%;
    height: 50%;
 }
 .dracula {
     height: 450px;
 }
 
 .titulo {
     border-left: 1px solid red;
     position: fixed;
     padding: 5px;
 }
 
 .cuenca-3 h5{
     font-size: 14px;
 }


 #libros-4 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}

.cuenca-4 img{
    width: 90%;
    height: 50%;
}

 .cuenca-4 {
    width: 330px;
    height: 500px;
    margin: 5px;
    text-align:justify;
    transform: translate(3%);
 
 }

 .biblioteca {
    text-align: center;
    background: #EF8221;
    color: #ffffff;
    height: 50px;
    padding: 10px;
    font-size: 20px;
 }
 
 .titulo {
     border-left: 1px solid red;
     position: fixed;
     padding: 5px;
 }
 
 .cuenca-4 h5 {
     font-size: 12px;
 }

 /* ------------------------------------Comunidad------------------------------ */


 .buscar-3{ 
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 58%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 45px;

}

.buscar_texto{
    border-radius: 6px;
    font-size: 15px;
    height: 40px;
    padding-left: 1%;
    width: 200px;

}

.boton{
    width: 40px;
    height: 40px;
    font-size: 25px;
    padding: 7px;
    border-radius: 5px;
    color:#000000;
    text-decoration: none;
    background-color:#ffffff;
    margin-left: 1%;

}

/*=?=====RESPONSIVE=========*/

 @media screen and (win-width:500px){
    .buscar-3:hover > .buscar_texto{
        width: 150px;
    }
}

@media screen and (win-width:768px){
    .buscar-3:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .buscar-3:hover > .buscar_texto{
        width: 190px;
    }
}


@media screen and (win-width:500px){
    .container:hover > .buscar_texto{
        width: 170px;
    }
}

@media screen and (win-width:768px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media (min-width: 1024px){
    .buscar-3 {
     transform: translate(-510px);
    } 
 }

.barra-3 {
    background:#EF8221;
    height: 100px;
}

nav {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-btn {
    position: absolute;
    left: 84%;
    width: 40px;
    height: 38px;
    top: 45px;
    background: #E6E5E5;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;

}

#check {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 72%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 60px;
    display: none;
}

#check:checked ~ .menu-3 {
    height: 70vh;
}

#check:checked ~ .menu-3 li a {
    display: block;
}

.icon-menu{
    font-size: 30px;   
}

.menu-3{
    align-items: flex-end;
    position: fixed;
    position:absolute;
    top: 100px;
    background: #F5A24A;
    transition: all .4s;
    transform: translate(149%);
    list-style: none;
    width: 40%;
    z-index: 1;
}

.enlace {
    height: 100%;
    display: none;
    line-height: 33px;
    margin: 25px 7px;
    transition: all .5s;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    list-style: none;
}

.menu-3 li a.avtive, .menu-3 li a:hover{
    color: #ffffff;
    transition: .2s;
}

@media (min-width: 1024px){
    .bar-btn{
        display:none;
    }
    .menu-3 {
        display: flex;
        transform: translate(79%, -120%);
        background: none;
        position: static;
    }
    .menu-3 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-3 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1080px){
    .bar-btn{
        display:none;
    }
    .menu-3 {
        display: flex;
        transform: translate(81%, -120%);
        background: none;
        position: static;
    }
    .menu-3 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-3 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1100px){
    .menu-3 {
        display: flex;
        transform: translate(92%, -120%);
        background: none;
        position: static;
    }
    .menu-3 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-3 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1200px){
    .menu-3 {
        display: flex;
        transform: translate(97%, -120%);
        background: none;
        position: static;
    }
    .menu-3 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-3 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}
@media (min-width: 1430px){
    .menu-3 {
        display: flex;
        transform: translate(115%, -120%);
        background: none;
        position: static;
    }
    .menu-3 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-3 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}


/* -------ENCABEZADO Y BOTON-------- */


#comentarios {
    background: black;
    height: 950px;
    width: 95%;
    margin: 12px;
    padding-top: 4%;
    border-radius: 15px;
}

.borde {
    border-top: 3px solid #ff4500;
    width: 83%;
    height: 100px;
    transform: translate(10%);
}

#comentarios h1 {
    text-align: center;
    color: #ff4500;
    padding-top: 2%;
    width: 100%;
    height: 88px;
    background: #ffffff;
}

.btn-crea-8 {
    text-align: center;
    align-items: center;
    margin-top: 50px;
}

.btn-crea-8 a{
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}

.btn-8 {
    height: 50px;
    width: 40%;
    border-radius: 15px;
    list-style: none;
    background: rgb(223, 161, 69);
    border: none;
}

.borde-8 {
    border-top: 2px solid orangered;
    width: 70%;
    height: 100px;
    transform: translate(20%);
    margin-top: 30px;
}

.super {
    background: #E6E5E5;
    width: 80%;
    margin-left: 30px;
    height: 17%;
    border-radius: 15px;
    transform: translate(2%);
}

.corazon {
    float: right;
    height: 60px;
}

.flecha-1 {
    float: right;
    height: 30px;
    transform: translate(-15px, -20px);
}

.unirme {
    margin-left: 70%;
    color: #e7861f;
    width: 20%;
    position: absolute;
    transform: translate(0px, -10px);
}

.super a {
    text-decoration: none;
    list-style: none;
}

.super h2 {
    padding: 16px;
    font-size: 30px;
}

.p {
    margin-left: 10px;
    font-size: 20px;
    color: #000;
}

.ulcomen {
    margin-top: 15px;
    height: 5%;
    color: white;
    padding-left: 8%;
    transform: translate(-10%);
}

.comentario {
    background: #e79135;
    width: 80%;
    margin-left: 40px;
    height: 16%;
}

.comentario img{
    position: absolute;
    margin-top: 10px;
}

.comenta h3 {
    transform: translate(-25%);
}

.comenta .mi{
    transform: translate(-28%);
}
.comenta {
    float: left;
    margin-left: 70px;
    padding: 15px;
    color: #ffffff;
}

.comentario-2 {
    background: #e79135;
    width: 80%;
    margin-left: 40px;
    height: 100px;
}

.comentario-2 img{
    position: absolute;
    margin-top: 6px;
}

.comenta-2 {
    float: left;
    margin-left: 70px;
    padding: 15px;
    color: #ffffff;
}

/* ------comentario-2----- */

#comentarios-2 {
    background: black;
    height: 380px;
    width: 95%;
    margin: 12px;
    padding-top: 4%;
    border-radius: 15px;
}

.super-2 {
    background: #E6E5E5;
    width: 80%;
    margin-left: 40px;
    height: 45%;
    border-radius: 15px;
    transform: translate(0%);
}

.corazon-2 {
    float: right;
    height: 60px;
}

.flecha-2 {
    float: right;
    height: 30px;
    transform: translate(-15px, -20px);
}

.unirme-2 {
    margin-left: 70%;
    color: #e7861f;
    width: 20%;
    position: absolute;
    transform: translate(0px, -10px);
}

.super-2 a {
    text-decoration: none;
    list-style: none;
}

.super-2 h2 {
    padding: 16px;
    font-size: 30px;
}

.p-2{
    margin-left: 10px;
    font-size: 20px;
}

#comentarios-2 h1 {
    text-align: center;
    color: #ff4500;
    padding-top: 2%;
    width: 100%;
    height: 75px;
    background: #ffffff;
}

.ulcomen-2 {
    margin-top: 15px;
    height: 10%;
    color: white;
    padding-left: 8%;
    transform: translate(-10%);
}

.comentario-3 {
    background: #e79135;
    width: 80%;
    margin-left: 40px;
    height: 120px;
}

.comentario-3 img{
    position: absolute;
    margin-top: 6px;
}
.comenta-3 h3{
    transform: translate(-30%); 
}
.comenta-3 .bry {
    transform: translate(-33%); 
}
.comenta-3 {
    float: left;
    margin-left: 70px;
    padding: 15px;
    color: #ffffff;
}

/* -------comentario-3------- */

#comentarios-3 {
    background: black;
    height: 370px;
    width: 95%;
    padding-top: 3%;
    border-radius: 15px;
    margin: 12px;
}

.super-3 {
    background: #E6E5E5;
    width: 80%;
    margin-left: 40px;
    height: 47%;
    border-radius: 15px;
}

.corazon-3 {
    float: right;
    height: 60px;
}

.flecha-3 {
    float: right;
    height: 30px;
    transform: translate(-15px, -40px);
}

.unirme-3 {
    margin-left: 53%;
    color: #e7861f;
    width: 20%;
    position: absolute;
    transform: translate(0px, -10px);
}

.super-3 a {
    text-decoration: none;
    list-style: none;
}

.super-3 h2 {
    padding: 16px;
    font-size: 30px;
}

.p-3{
    margin-left: 10px;
    font-size: 20px;
}

.ulcomen-3 {
    margin-top: 15px;
    height: 10%;
    color: white;
    padding-left: 8%;
    transform: translate(-10%);
}


@media (min-width: 720px){
    .unirme {
        transform: translate(20%, -10px);
    }
    .unirme-2 {
        transform: translate(20%, -10px);
    }
    .unirme-3 {
        transform: translate(20%, -10px);
    }
    .comenta h3 {
        transform: translate(-30%);
    }
    .comenta .mi {
        transform: translate(-32%);
    }
    .comenta-3 .bry {
        transform: translate(-38%);
    }
    .comenta-3 h3{
        transform: translate(-34%);
    }
    #comentarios {
        width: 96%;
    }
    #comentarios-2 {
        width: 96%;
    }
    #comentarios-3 {
        width: 96%;
    }
    
}
@media (min-width: 1024px){
    .unirme {
        transform: translate(40%, -10px);
    }
    .unirme-2 {
        transform: translate(40%, -10px);
    }
    .unirme-3 {
        transform: translate(40%, -10px);
    }
    #comentarios {
        width: 97%;
    }
    #comentarios-2 {
        width: 97%;
    }
    #comentarios-3 {
        width: 97%;
    }
}
@media (min-width: 1250px){
#comentarios {
    width: 98%;
}
#comentarios-2 {
    width: 98%;
}
#comentarios-3 {
    width: 98%;
}
}

/* ----------Pie-------- */

 .iconos-3 {
    background: #E6E5E5;
    align-items: center;
    border-radius: 15px;
    height: 90px;
    box-shadow: 8px 7px 10px #E6E5E5;
    padding-right: 2%;
    padding: auto;
    text-align: center;
}

.iconos-3 img{
    padding: auto;
    width: 9%;
    height: 65px;
    align-items: center;
    display: flexbox;
}

.pie-3 {
    background: #EF8221;
    align-items: center;
}

.redes img {
    width: 7%;
    align-items: center;
}

.redes{
    padding-right: 4%;
    text-align: center;
}

.acumar img{
    height: 65px;
}
.acumar{
    text-align: center;
    padding-right: 8%;

}

@media (min-width: 1024px){
    .iconos-3 img{
        width: 7%;
        height: 100%;
    }
}

@media (min-width: 1100px){
    .iconos-3 img{
        width: 7%;
        height: 100%;
    }
}

@media (min-width: 1230px){
    .iconos-3 img{
        width: 7%;
        height: 100%;
    }
}

/* ----------------------------------------Creaciones---------------------------------------- */

.buscar-4 { 
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 58%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 45px;

}

.buscar_texto{
    border-radius: 6px;
    font-size: 15px;
    height: 40px;
    padding-left: 1%;
    width: 200px;

}

.boton{
    width: 40px;
    height: 40px;
    font-size: 25px;
    padding: 7px;
    border-radius: 5px;
    color:#000000;
    text-decoration: none;
    background-color:#ffffff;
    margin-left: 1%;

}

/*=?=====RESPONSIVE=========*/

 @media screen and (win-width:500px){
    .buscar-4:hover > .buscar_texto{
        width: 150px;
    }
}

@media screen and (win-width:768px){
    .buscar-4:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .buscar-4:hover > .buscar_texto{
        width: 190px;
    }
}


@media screen and (win-width:500px){
    .container:hover > .buscar_texto{
        width: 170px;
    }
}

@media screen and (win-width:768px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media (min-width: 1024px){
    .buscar-4 {
     transform: translate(-510px);
    } 
 }

.barra-4 {
    background:#EF8221;
    height: 100px;
}

nav {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-btn{
    position: absolute;
    left: 84%;
    width: 40px;
    height: 38px;
    top: 45px;
    background: #E6E5E5;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;

}

#check {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 72%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 60px;
    display: none;
}

#check:checked ~ .menu-4 {
    height: 70vh;
}

#check:checked ~ .menu-4 li a {
    display: block;
}

.icon-menu{
    font-size: 30px;   
}

.menu-4 {
    align-items: flex-end;
    position: fixed;
    position:absolute;
    top: 100px;
    background: #F5A24A;
    transition: all .4s;
    transform: translate(149%);
    list-style: none;
    width: 40%;
    z-index: 1;
}

.enlace {
    height: 100%;
    display: none;
    line-height: 33px;
    margin: 25px 7px;
    transition: all .5s;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    list-style: none;
}

.menu-4 li a.avtive, .menu-4 li a:hover{
    color: #ffffff;
    transition: .2s;
}

@media (min-width: 1024px){
    .bar-btn{
        display:none;
    }
    .menu-4 {
        display: flex;
        transform: translate(79%, -120%);
        background: none;
        position: static;
    }
    .menu-4 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-4 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1080px){
    .bar-btn{
        display:none;
    }
    .menu-4 {
        display: flex;
        transform: translate(81%, -120%);
        background: none;
        position: static;
    }
    .menu-4 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-4 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1100px){
    .menu-4 {
        display: flex;
        transform: translate(92%, -120%);
        background: none;
        position: static;
    }
    .menu-4 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-4 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1200px){
    .menu-4 {
        display: flex;
        transform: translate(97%, -120%);
        background: none;
        position: static;
    }
    .menu-4 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-4 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1430px){
    .menu-4 {
        display: flex;
        transform: translate(115%, -120%);
        background: none;
        position: static;
    }
    .menu-4 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-4 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

/* ---------Biblioteca Acumar-------- */

.crea {
    text-align: center;
    color: #4E4D4D;
    font-size: 60px;
}

.borde-5 {
    border-bottom: 2px solid #EF8221;
    width: 95%;
    transform: translate(6px);
}

.texto {
    width: 100%;
    background: #E6E5E5;
    align-items: center;
    border-radius: 15px;
    height: 90px;
    text-align: center;
    font-size: 16px;
    transform: translate(7px);
}

.img-sitio .texto {
    /* padding: auto; */
    margin: 1px;
    width: 95%;
    height: 180px;
    align-items: center;
    display: flexbox;
}

.texto1 {
    padding-top: 20px;
    padding: auto;
}


.comienza {
   text-align: center;
   margin-top: 10px;
}

.show-btn-3 {
    color: white;
    background: black;
    padding: 5px;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 500;

    cursor: pointer;
}

.btn-login-3 {
    display: none;
    background: black;
    margin-left: 15%;
    width: 300px;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 1);
}

input[type="checkbox"]{
    display: none;
}


#show:checked ~ .btn-login-3 {
    display: block;
}

.btn-login-3 form{
    margin-top: -10px;
}

.btn-login-3 form .data-3 {
    height: 120px;
    width: 100%;
    margin: 30px 0;
}

.btn-login-3 form .data-3 h1{
    color: white;
    text-align: center;
}

.btn-login-3 form .data-3 p{
    color: red;
    margin-top: 40px;
    text-align: center;
}


.btn-3 button {
    color: black;
    background: white;
    width: 90%;
    height: 50px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
    margin-left: 10px;
}

.btn-3 a {
    color: black;
    background: white;
    text-decoration: none;
    align-items: center;
    text-align: center;
    font-size: 20px;
}

.btn-login-3 .close-btn{
    position: absolute;
}

.btn-login-3 .close-btn img{
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.btn-login-3 .close-btn:hover{
    color: red;
}


/* ----------imagenes--------- */


.img-3 img {
    width: 95%;
    height: 100%;
}

.imagenes-1 h3 {
   transform: translate(23px, 10px);
   width: 20%;
}

.imagenes-2 h3 {
    transform: translate(23px, 20px);
    width: 20%;
 }

.imagenes-3 h3 {
    transform: translate(23px, 5px);
    width: 20%;
 }

.imagenes-1 h4 {
    transform: translate(23px, -40px);
    width: 30%;
 }
 
.imagenes-2 h4 {
    transform: translate(23px, -40px);
    width: 30%;
  }

.imagenes-4 h4 {
    transform: translate(23px, -40px);
    width: 40%;
  }

  @media (min-width: 720px){
    .imagenes-1 h3 {
        transform: translate(-10px, 10px);
     }
    .imagenes-2 h3 {
        transform: translate(-5px, 30px);
     }
    .imagenes-1 h4 {
        transform: translate(40px, -40px);
     }
    .imagenes-2 h4 {
        transform: translate(40px, -40px);
     }
     .imagenes-3 h3 {
        transform: translate(-15px, 5px);
     }
     .imagenes-4 h4 {
        transform: translate(30px, -80px);
     }
    .megusta img {
        transform: translate(-30px, -10px);
    }
    .habia{
        margin-left: 15px; 
    }
    .habia p {
       height: 70px;
       margin-bottom: 50px;
       transform: translate(0px, 20px);
    }
    .megusta-1 img {
        transform: translate(-30px, -50px);
    }
    .btn-login-3 {
        transform: translate(50%, 15px);
    }
  }

  @media (min-width: 1024px){
    .imagenes-1 h3 {
        transform: translate(-15px, 15px);
     }
    .imagenes-2 h3 {
        transform: translate(-15px, 50px);
     }
    .imagenes-1 h4 {
        transform: translate(60px, -50px);
     }
    .imagenes-2 h4 {
        transform: translate(60px, -50px);
     }
     .imagenes-3 h3 {
        transform: translate(-15px, 5px);
     }
     .imagenes-4 h4 {
        transform: translate(60px, -80px);
     }
    .megusta img {
        transform: translate(-60px, -15px);
    }
    .habia{
        margin-left: 28px;
        width: 50px; 
    }
    .habia p {
       height: 70px;
       margin-bottom: 50px;
       transform: translate(0px, 20px);
       

    }
    .megusta-1 img {
        transform: translate(-60px, -50px);
    }
    .btn-login-3 {
        transform: translate(70%, 15px);
    }
  }

  @media (min-width: 1124px){
    .imagenes-1 h3 {
        transform: translate(60px, 15px);
     }
    .imagenes-2 h3 {
        transform: translate(60px, 50px);
     }
    .imagenes-1 h4 {
        transform: translate(60px, -50px);
     }
    .imagenes-2 h4 {
        transform: translate(60px, -50px);
     }
     .imagenes-3 h3 {
        transform: translate(60px, 5px);
     }
     .imagenes-4 h4 {
        transform: translate(60px, -80px);
     }
    .megusta img {
        transform: translate(-80px, -15px);
    }
    .habia{
        margin-left: 28px; 
    }
    .habia p {
       height: 70px;
       margin-bottom: 50px;
       transform: translate(0px, 20px);
    }
    .megusta-1 img {
        transform: translate(-80px, -50px);
    }
    .btn-login-3 {
        transform: translate(90%, 15px);
    }
  }

  @media (min-width: 1224px){
    .btn-login-3 {
        transform: translate(122%, 15px);
    }
    .img-3{
        width: 80%;
        transform: translate(17%);
    }
    
  }

.megusta-1 img {
    height: 20px;
    width: 40px;
    
}

.megusta-1 {
    text-align: end;
    transform: translate(-40px, -10px);
}
.megusta img {
    height: 20px;
    width: 40px;
    
}

.megusta {
    text-align: end;
    transform: translate(-40px, -10px);
}


.habia {
    background: #676767;
    color: #ffffff;
    width: 86%;
    height: 80%;
    margin-top: 10px;
    text-align: center;
    align-items: center;
    transform: translate(22px);
    font-size: 15px;
    padding: auto;
}

/* ----------------------------------perfil-------------------------------------- */

.buscar-5{ 
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 58%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 45px;

}

.buscar_texto{
    border-radius: 6px;
    font-size: 15px;
    height: 40px;
    padding-left: 1%;
    width: 200px;

}

.boton{
    width: 40px;
    height: 40px;
    font-size: 25px;
    padding: 7px;
    border-radius: 5px;
    color:#000000;
    text-decoration: none;
    background-color:#ffffff;
    margin-left: 1%;

}

/*=?=====RESPONSIVE=========*/

 @media screen and (win-width:500px){
    .buscar-5:hover > .buscar_texto{
        width: 150px;
    }
}

@media screen and (win-width:768px){
    .buscar-5:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .buscar-5:hover > .buscar_texto{
        width: 190px;
    }
}


@media screen and (win-width:500px){
    .container:hover > .buscar_texto{
        width: 170px;
    }
}

@media screen and (win-width:768px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media (min-width: 1024px){
    .buscar-5 {
     transform: translate(-510px);
    } 
 }

.barra-5 {
    background:#EF8221;
    height: 100px;
}

nav {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-btn{
    position: absolute;
    left: 84%;
    width: 40px;
    height: 38px;
    top: 45px;
    background: #E6E5E5;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;

}

#check {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 72%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 60px;
    display: none;
}

#check:checked ~ .menu-5 {
    height: 70vh;
}

#check:checked ~ .menu-5 li a {
    display: block;
}

.icon-menu{
    font-size: 30px;   
}

.menu-5 {
    align-items: flex-end;
    position: fixed;
    position:absolute;
    top: 100px;
    background: #F5A24A;
    transition: all .4s;
    transform: translate(149%);
    list-style: none;
    width: 40%;
    z-index: 1;
}

.enlace {
    height: 100%;
    display: none;
    line-height: 33px;
    margin: 25px 7px;
    transition: all .5s;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    list-style: none;
}

.menu-5 li a.avtive, .menu-5 li a:hover{
    color: #ffffff;
    transition: .2s;
}

@media (min-width: 1024px){
    .bar-btn{
        display:none;
    }
    .menu-5 {
        display: flex;
        transform: translate(79%, -120%);
        background: none;
        position: static;
    }
    .menu-5 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-5 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1080px){
    .bar-btn{
        display:none;
    }
    .menu-5 {
        display: flex;
        transform: translate(81%, -120%);
        background: none;
        position: static;
    }
    .menu-5 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-5 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1100px){
    .menu-5 {
        display: flex;
        transform: translate(92%, -120%);
        background: none;
        position: static;
    }
    .menu-5 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-5 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1200px){
    .menu-5 {
        display: flex;
        transform: translate(97%, -120%);
        background: none;
        position: static;
    }
    .menu-5 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-5 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1430px){
    .menu-5 {
        display: flex;
        transform: translate(115%, -120%);
        background: none;
        position: static;
    }
    .menu-5 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-5 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}


/* ----------perfil----------- */

#perfil {
    background: #E6E5E5;
    height: 1650px;
    width: 95%;
    margin: 12px;
    padding-top: 4%;
    border-radius: 15px;
}

#perfil h1 {
    text-align: center;
    color: #EF8221;
}

#perfil h2 {
    text-align: center;
}

.foto {
    text-align: center;
}

/* -------info,creaciones,foro----------- */
.wrap .tabs a:hover{
    color: #ff4500;
}

.wrap .tabs a {
    color:black;
    
}
.wrap {
    width: 800px;
    max-width: 90%;
    margin: 30px;
}

ul.tabs{
    width: 100%;
    list-style: none;
    display: flex;
}


ul.tabs li{
    width: 18%;

}

ul.tabs li a .tab-text {
    margin-left: 8px;
}


ul.tabs li a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    text-align: center;

    display: block;
    padding: 20px 0px;
}


.secciones {
   width: 100%; 
}

.secciones article {
    padding: 30px;
}

@media screen and (max-width: 700px) {
    ul.tabs li{
        width: none;
        flex-basis: 0;
        flex-grow: 1;   
    }    
}

@media screen and (max-width: 450px){
    ul.tabs li a{
        padding: 15px 0px;
    }

    .secciones article{
        padding: 20px;
    }
}


@media (min-width: 1150px){
    .wrap .tabs li {
        transform: translate(145%);
    }
    #tab1 .guardado-1 img {
        transform: translate(-25%);
    }
    #tab1 .guardado-1 .color-2 {
        transform: translate(-95%);
    }

}

@media (min-width: 1210px){
    .wrap .tabs li a {
        transform: translate(100%);
    }
    #tab1 .guardado-1 img {
        transform: translate(-25%);
    }
    #tab1 .guardado-1 .color-2 {
        transform: translate(-95%);
    }

}




/* ---------------contenido------------ */
#tab1 img {
    /* display: flex; */
    height: 20px;
    margin-left: 15px;

}

#tab1 p {
    margin-left: 5px;
}

@media (min-width: 300px){
    .wrap .tabs {
        transform: translate(-10%);
    }
    #tab1 .leidos{
        height: 320px;
        width: 320px;
        margin-bottom: 35px;
        transform: translate(-15%);
    }
    .leidos h2{
        transform: translate(-35%);
    }
    
    #tab1 .guardado-1 {
        height: 320px;
        width: 320px;
        margin-bottom: 35px;
        transform: translate(-15%);
    }
    .guardado-1 h2{
        transform: translate(-4);
    }
    #perfil{
        height: 1750px;
    }
    #tab1 .descargados img {
        height: 260px;
        width: 130px;
        transform: translate(-15%);
    }

    
    
    #tab1 .descargados .descarg {
        transform: translate(-40%);
    }
    
}

#tab1 .leidos img {
    height: 200%;
    width: 30%;
    position: relative;
    margin: 10px;
}

#tab1 .leidos .color{
    height: 220px;
    width: 120px;
    margin-bottom: 35px;
}

#tab1 .leidos .fuego {
    height: 255px;
    width: 130px;
}

#tab1 .leidos .flecha-3{
    float: right;
    height: 50px;
    margin-top: 26%;
    transform: translate(-30%);
    width: 8%;
    position: absolute;
}

.info h2{
    color: #ff4500;
    margin-left: 14px;
}

#tab1 .guardado-1 img {
    height: 400%;
    width: 20%;
    margin: 10px;
}


#tab1 .guardado-1 .color-2 {
    height: 260px;
    width: 130px;
    margin-bottom: 35px;
}

#tab1 .guardado-1 .fuego-2 {
    height: 300px;
    width: 130px;
}

#tab1 .guardado-1 .flecha-2{
    float: right;
    height: 50px;
    margin-top: 26%;
    transform: translate(-50%);
    width: 9%;
    position: absolute;
}

#tab1 .descargados img {
    margin-left: -5px;
    height: 250px;

}

@media (min-width: 720px) {
    .wrap .tabs {
        transform: translate(20%);
        width: 90%;
    }
    #tab1 .leidos .color{
        height: 255px;
        width: 121px;
        margin-bottom: 35px;
    }
    #tab1 .leidos .fuego {
        height: 295px;
        width: 155px;
    }
    #tab1 .leidos .flecha-3 {
        height: 70px;
        width: 60px;
        transform: translate(20%);
    }
    #tab1 .guardado-1 .flecha-2 {
        height: 70px;
        width: 60px;
        transform: translate(20%);
    }
    #tab1 .guardado-1 .color-2 {
        height: 250px;
        width: 120px;
        margin-bottom: 35px;
    }
    #tab1 .guardado-1 .fuego-2 {
        height: 290px;
        width: 150px;
    }
    #perfil{
        height: 1850px;
    }
    #tab1 .descargados img{
        height: 290px;
        width: 150px;
    }
    #tab1 .descargados .descarg {
        transform: translate(-25%);
    }
}

@media (min-width: 1124px){
    .wrap .tabs {
        transform: translate(35%);
        width: 90%;
    }
    #tab1 .leidos{
        display: flex;
        margin-bottom: 205px;
    }
    #tab1 .leidos .flecha-3 {
        height: 70px;
        width: 60px;
        transform: translate(720px, 100px);   
    }
    #tab1 .leidos .color{
        height: 390px;
        width: 320px;
        transform: translate(0px, 30px);  
    }
    #tab1 .leidos .fuego {
        height: 455px;
        width: 330px;
    }
    #tab1 .guardado-1 {
        display: flex;
        margin-bottom: 205px;
    }
    #tab1 .guardado-1 .color-2 {
        height: 440px;
        width: 320px;
        transform: translate(-40px, 30px); 
    }
    #tab1 .guardado-1 .fuego-2 {
        height: 500px;
        width: 330px;
        transform: translate(-70px, 10px);
    }
    #tab1 .guardado-1 .flecha-2{
        height: 70px;
        width: 60px;
        transform: translate(820px, 100px);   
    }
    #perfil{
        height: 2300px;
    }
    #tab1 .descargados img {
        height: 460px;
        width: 330px;
        transform: translate(15%);
    }
    #tab1 .descargados .descarg {
        transform: translate(-45%);
    }

    .leidos h2{
        transform: translate(5%);
    }
    
    .guardado-1 h2{
        transform: translate(0%);
    }
}

@media (min-width: 1250px){
    #perfil{
        width: 98%;
    }
}

/* ---------------------creaciones perfil------------------------------------------- */

#perfil-2 {
    background: #E6E5E5;
    height: 1200%;
    width: 98%;
    margin: 12px;
    padding-top: 4%;
    border-radius: 15px;
}

#perfil-2 h1 {
    text-align: center;
    color: #EF8221;
}

#perfil-2 h2 {
    text-align: center;
}

.foto {
    text-align: center;
}

.wrap .tabs a:hover{
    color: #ff4500;
}
.wrap .tabs li {
    margin: 10px;
}

.wrap .tabs a {
    color:black;
}
.wrap {
    width: 500px;
    margin: 30px;
    transform: translate(-5%);
}

ul.tabs{
    width: 100%;
    list-style: none;
    display: flex;
}


ul.tabs li{
    width: 18%;

}

ul.tabs li a .tab-text {
    margin-left: 8px;
}


ul.tabs li a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    text-align: center;

    display: block;
    padding: 20px 0px;
}

/* -----------creacion---------- */

.subidas {
    color: #ff4500;
    font-size: 25px;
    height: 40px;
    transform: translate(-15%);
}

.borde-2 {
    border-top: 2px solid orangered;
    width: 70%;
    height: 100px;
    transform: translate(-1%);
    margin-top: 30px;
}

.puente-2 {
    text-align: center;
}
.puente-2 img {
    height: 100%;
    width: 70%;
    border-radius: 15px;
    transform: translate(-22%);
}

.fecha {
    margin-left: 95px;
}

@media (min-width: 375px){
    .wrap .tabs li {
        transform: translate(30%);
        margin: 20px;
    }
    .subidas h1 {
        transform: translate(15%);
    }
    .borde-2 {
        transform: translate(20%);
    }
    .puente-2 {
        transform: translate(0%);
        width: 150%;
    }
}

@media (min-width: 720px){
    .wrap .tabs li {
        transform: translate(50%);
        margin: 20px;
    }
    .subidas h1 {
        transform: translate(30%);
    }
    .borde-2 {
        transform: translate(40%);
    }
    .puente-2 {
        transform: translate(10%);
        width: 150%;
    }
}
@media (min-width: 1024px){
    .wrap .tabs li {
        transform: translate(150%);
        margin: 20px;
    }
    .subidas h1 {
        transform: translate(60%);
    }
    .borde-2 {
        transform: translate(85%);
    }
    .puente-2 {
        transform: translate(8%);
        width: 170%;
    }
    .puente-2 img {
        width: 70%;
        transform: translate(3%);
    }
    .fecha{
        transform: translate(35%);
    }
}

@media (min-width: 1100px){
    .wrap .tabs li {
        transform: translate(250%);
        margin: 15px;
    }
    .subidas h1 {
        transform: translate(65%);
    }
    .borde-2 {
        transform: translate(90%);
    }
    .puente-2 {
        transform: translate(8%);
        width: 170%;
    }
    .fecha{
        transform: translate(35%);
    }
}

@media (min-width: 1200px){
    .wrap .tabs li {
        transform: translate(450%);
    }
    .subidas h1 {
        transform: translate(83%);
    }
    .borde-2 {
        transform: translate(120%);
    }
    .puente-2 {
        transform: translate(15%);
        width: 180%;
    }
    .fecha{
        transform: translate(50%);
    }
}

/* ---------------------------------------perfil foro------------------------------------------------------- */

#perfil-3 {
    background: #E6E5E5;
    height: 1150px;
    width: 95%;
    margin: 12px;
    padding-top: 4%;
    border-radius: 15px;
}

#perfil-3 h1 {
    text-align: center;
    color: #EF8221;
}

#perfil-3 h2 {
    text-align: center;
}

.foto {
    text-align: center;
}

.wrap .tabs a:hover{
    color: #ff4500;
}
.wrap .tabs li {
    margin: 10px;
}

.wrap .tabs a {
    color:black;
}
.wrap {
    width: 500px;
    margin: 30px;
    transform: translate(-5%);
}

ul.tabs{
    width: 100%;
    list-style: none;
    display: flex;
}


ul.tabs li{
    width: 18%;

}

ul.tabs li a .tab-text {
    margin-left: 8px;
}


ul.tabs li a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    text-align: center;

    display: block;
    padding: 20px 0px;
}

/* -------------foro------------ */


.crea-1 {
    text-align: center;
    margin-top: 10px;
    transform: translate(1%);
 }

.show-btn-1 {
    color: white;
    background: #ff4500;
    padding: 5px;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 500;

    cursor: pointer;
}

.btn-login-1 {
    display: none;
    background: black;
    margin-left: 5%;
    width: 300px;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 1);
    transform: translate(20px, 15px);
}

input[type="checkbox"]{
    display: none;
}


#show:checked ~ .btn-login-1{
    display: block;
}

.btn-login-1 form{
    margin-top: -10px;
}

.btn-login-1 form .data-1 {
    height: 120px;
    width: 100%;
    margin: 30px 0;
}

.btn-login-1 form .data-1 h1{
    color: white;
    text-align: center;
}

.btn-login-1 form .data-1 p{
    color: red;
    margin-top: 40px;
    text-align: center;
}


.btn-1 button {
    color: black;
    background: white;
    width: 90%;
    height: 50px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
    margin-left: 10px;
}

.btn-1 a {
    color: black;
    background: white;
    text-decoration: none;
    align-items: center;
    text-align: center;
    font-size: 20px;
}

.btn-login-1 .close-btn{
    position: absolute;
}

.btn-login-1 .close-btn img{
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.btn-login-1 .close-btn:hover{
    color: red;
}

.super-1 {
    background: #f8d227;
    width: 70%;
    height: 130px;
    border-radius: 15px;
    color: #ffffff;
}

.super-1 h2{
    padding: 10px;
}


.flecha-4 {
    float: right;
    height: 40px;
    margin-top: -10%;
    position: relative;
    width: 9%;
}

.p {
    margin-left: 10px;
    font-size: 20px;
}

.ulcomen-1 {
    margin-top: 15px;
    height: 5%;
    padding-left: 8%;
}

.comentario-4 {
    background: #676767;
    width: 95%;
    height: 95px;
    transform: translate(0px, 15px);
}

.comentario-4 img{
    position: absolute;
    margin: 5px;

}

.comenta-4 h3 {
    transform: translate(-30%);
}

.comenta-4 .migi {
    transform: translate(-33%);
}

.comenta-4 p {
    transform: translate(0%, 10px);
}

.comenta-4 {
    display: flexbox;
    position: relative;
    margin-left: 35%;
    color: #ffffff;
    width: 70%;
    font-size: 13px;
    transform: translate(-10%, 10px);
}

@media (min-width: 450px){
    .comenta-4 h3 {
        transform: translate(-35%);
    }
    
    .comenta-4 .migi {
        transform: translate(-38%);
    }
    
    .comenta-4 p {
        transform: translate(-3%, 10px);
    }
}

@media (min-width: 720px){
    .wrap .tabs li {
        transform: translate(70%);
        margin: 20px;
    }
    .flecha-3 {
        transform: translate(0px, 100%);
    }
    .comentario-4 {
        transform: translate(80px, 50%);
        width: 90%; 
    }
    .comenta-4 h3 {
        transform: translate(-45%);
    }
    
    .comenta-4 .migi {
        transform: translate(-47%);
    }
    
    .comenta-4 p {
        transform: translate(-10%, 10px);
    }
    .crea-1 {
        transform: translate(17%);
    }
    .btn-login-1{
        transform: translate(55%, 15px);
    }
    .super-1{
        transform: translate(30%, 20%);
    }
    .ulcomen-1{
        transform: translate(10%, 80%);
    }
    #perfil-3{
        width: 97%;
    }
}

@media (min-width: 1024px){
    .wrap .tabs li {
        transform: translate(160%);
        margin: 20px;
    }
    .flecha-4 {
        transform: translate(0px, 100%);
    }
    .comentario-4 {
        transform: translate(180px, 50%);
        width: 90%; 
    }
    .comenta-4 h3 {
        transform: translate(-45%);
    }
    
    .comenta-4 .migi {
        transform: translate(-47%);
    }
    
    .comenta-4 p {
        transform: translate(-10%, 10px);
    }
    .crea-1 {
        transform: translate(45%);
    }
    .btn-login-1 {
        transform: translate(135%, 15px);
    }
    .super-1{
        transform: translate(60%, 10%);
    }
    .ulcomen-1{
        transform: translate(20%, 90%);
    }
    #perfil-3 {
        width: 97%;
        transform: translate(-0%);
    }
}

@media (min-width: 1100px){
    .wrap .tabs li {
        transform: translate(175%);
        margin: 20px;
    }
    .flecha-4 {
        transform: translate(0px, 100%);
    }
    .comentario-4 {
        transform: translate(8px, 50%);
        width: 90%; 
    }
    .comenta-4 h3 {
        transform: translate(-45%);
    }
    
    .comenta-4 .migi {
        transform: translate(-47%);
    }
    
    .comenta-4 p {
        transform: translate(-10%, 10px);
    }
    .crea-1 {
        transform: translate(-38%);
    }
    .btn-login-1 {
        transform: translate(135%, 15px);
    }
    .super-1{
        transform: translate(3%, 10%);
    }
    .ulcomen-1{
        transform: translate(-35%, 90%);
    }
}

/* --------------------------------------Nosotros-------------------------------------------------------- */

.buscar-6 { 
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 58%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 45px;

}

.buscar_texto{
    border-radius: 6px;
    font-size: 15px;
    height: 40px;
    padding-left: 1%;
    width: 200px;

}

.boton {
    width: 40px;
    height: 40px;
    font-size: 25px;
    padding: 7px;
    border-radius: 5px;
    color:#000000;
    text-decoration: none;
    background-color:#ffffff;
    margin-left: 1%;

}

/*=?=====RESPONSIVE=========*/

 @media screen and (win-width:500px){
    .buscar-6:hover > .buscar_texto{
        width: 150px;
    }
}

@media screen and (win-width:768px){
    .buscar-6:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .buscar-6:hover > .buscar_texto{
        width: 190px;
    }
}


@media screen and (win-width:500px){
    .container:hover > .buscar_texto{
        width: 170px;
    }
}

@media screen and (win-width:768px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media (min-width: 1024px){
    .buscar-6 {
     transform: translate(-510px);
    } 
 }

.barra-6 {
    background:#EF8221;
    height: 100px;
}

nav {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-btn {
    position: absolute;
    left: 84%;
    width: 40px;
    height: 38px;
    top: 45px;
    background: #E6E5E5;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;

}

#check {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 72%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 60px;
    display: none;
}

#check:checked ~ .menu-6 {
    height: 70vh;
}

#check:checked ~ .menu-6 li a {
    display: block;
}

.icon-menu {
    font-size: 30px;   
}

.menu-6 {
    align-items: flex-end;
    position: fixed;
    position:absolute;
    top: 100px;
    background: #F5A24A;
    transition: all .4s;
    transform: translate(149%);
    list-style: none;
    width: 40%;
    z-index: 1;
}

.enlace {
    height: 100%;
    display: none;
    line-height: 33px;
    margin: 25px 7px;
    transition: all .5s;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    list-style: none;
}

.menu-6 li a.avtive, .menu-6 li a:hover{
    color: #ffffff;
    transition: .2s;
}

@media (min-width: 1024px){
    .bar-btn{
        display:none;
    }
    .menu-6 {
        display: flex;
        transform: translate(79%, -120%);
        background: none;
        position: static;
    }
    .menu-6 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-6 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1080px){
    .bar-btn{
        display:none;
    }
    .menu-6 {
        display: flex;
        transform: translate(81%, -120%);
        background: none;
        position: static;
    }
    .menu-6 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-6 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1100px){
    .menu-6 {
        display: flex;
        transform: translate(92%, -120%);
        background: none;
        position: static;
    }
    .menu-6 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-6 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1200px){
    .menu-6 {
        display: flex;
        transform: translate(97%, -120%);
        background: none;
        position: static;
    }
    .menu-6 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-6 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}
@media (min-width: 1430px){
    .menu-6 {
        display: flex;
        transform: translate(115%, -120%);
        background: none;
        position: static;
    }
    .menu-6 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-6 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}



/* -------Nosotros----- */

.nosotros {
    background: #E6E5E5;
    box-shadow: 10px 10px 20px #E6E5E5;
    border-radius: 15px;
    width: 10%;
    height: 20%;
    transform: translate(190%);
}

.nosotros img{
    width: 100%;
    
}
@media (min-width: 300px){
    .nosotros img {
        width: 100%;
    }
    .nosotros {
    width: 50%;
    height: 90%;
    transform: translate(50%);
    }
}
@media (min-width: 700px){
    #texto-acumar p { 
        font-size: 20px;
    }
}

@media (min-width: 1024px){
    #texto-acumar p { 
        height: 210px;
        font-size: 25px;
    }
    .nosotros {
        width: 20%;
        height: 40%;
        transform: translate(200%);
        }
}


/* --------imagen y letra------ */


#fotos-letra{
    margin: auto;
    width: 100%;
    height: 530px;
    background-image: url(img/Acumar-nosotros.png);
    background-size: 100% 100%;
    color: #ffffff;
}

#fotos-letra h1{
    text-align: center;
    font-size: 60px;
    width: 100%;
    height: 100%;
    padding-top: 15%;
}

@media (max-width:2250px){
    #fotos-letra{
        height: 10%;
    }
}

/* -----------texto------ */

#texto-acumar {
    background-color: #f3c8a2;
    width: 90%;
    height: 345px;
    transform: translate(5%);
    border-radius: 15px;
    padding: 20px;
}


/* -------------------------------------------Imiciar Sesion----------------------------------- */

.buscar-7{ 
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 58%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 45px;

}

.buscar_texto{
    border-radius: 6px;
    font-size: 15px;
    height: 40px;
    padding-left: 1%;
    width: 200px;

}

.boton{
    width: 40px;
    height: 40px;
    font-size: 25px;
    padding: 7px;
    border-radius: 5px;
    color:#000000;
    text-decoration: none;
    background-color:#ffffff;
    margin-left: 1%;

}

/*=?=====RESPONSIVE=========*/

 @media screen and (win-width:500px){
    .buscar-7:hover > .buscar_texto{
        width: 150px;
    }
}

@media screen and (win-width:768px){
    .buscar-7:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .buscar-7:hover > .buscar_texto{
        width: 190px;
    }
}


@media screen and (win-width:500px){
    .container:hover > .buscar_texto{
        width: 170px;
    }
}

@media screen and (win-width:768px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media screen and (win-width:1024px){
    .container:hover > .buscar_texto{
        width: 190px;
    }
}

@media (min-width: 1024px){
    .buscar-7 {
     transform: translate(-510px);
    } 
 }


.barra-7 {
    background:#EF8221;
    height: 100px;
}

nav {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-btn{
    position: absolute;
    left: 84%;
    width: 40px;
    height: 38px;
    top: 45px;
    background: #E6E5E5;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;

}

#check {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: absolute;
    left: 72%;
    border-radius: 6px;
    transform: translate(-60%);
    top: 60px;
    display: none;
}

#check:checked ~ .menu-7 {
    height: 70vh;
}

#check:checked ~ .menu-7 li a {
    display: block;
}

.icon-menu{
    font-size: 30px;   
}

.menu-7 {
    align-items: flex-end;
    position: fixed;
    position:absolute;
    top: 100px;
    background: #F5A24A;
    transition: all .4s;
    transform: translate(149%);
    list-style: none;
    width: 40%;
    z-index: 1;
}

.enlace {
    height: 100%;
    display: none;
    line-height: 33px;
    margin: 25px 7px;
    transition: all .5s;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    list-style: none;
}

.menu-7 li a.avtive, .menu-7 li a:hover{
    color: #ffffff;
    transition: .2s;
}

@media (min-width: 1024px){
    .bar-btn{
        display:none;
    }
    .menu-7 {
        display: flex;
        transform: translate(79%, -120%);
        background: none;
        position: static;
    }
    .menu-7 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-7 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1080px){
    .bar-btn{
        display:none;
    }
    .menu-7 {
        display: flex;
        transform: translate(81%, -120%);
        background: none;
        position: static;
    }
    .menu-7 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-7 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1100px){
    .menu-7 {
        display: flex;
        transform: translate(92%, -120%);
        background: none;
        position: static;
    }
    .menu-7 li{
        margin: 4px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-7 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1200px){
    .menu-7 {
        display: flex;
        transform: translate(97%, -120%);
        background: none;
        position: static;
    }
    .menu-7 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-7 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1430px){
    .menu-7 {
        display: flex;
        transform: translate(115%, -120%);
        background: none;
        position: static;
    }
    .menu-7 li{
        margin: 5px;
        background: #F5A24A;
        border-radius: 30px;
    }
    .menu-7 .enlace{
        transform: translate(2px, -15px);
        height: 5px;
        display: block;
        width: 79px;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
}

/* ----------------iniciar------- */


#iniciar {
    background: #EF8221;
    height: 1300px;
    width: 99%;
    margin: 10px;
    padding-top: 4%;
    border-radius: 15px;
}

@media (min-width: 400px){
    #iniciar{
        width: 93%;
    }
}

@media (min-width: 1400px){
    #iniciar{
        width: 99%;
    }
}

.icono-regis{
    text-align: center;
}

.formulario{
    text-align: center;
    margin-top: 40px;
    color: #ffffff;
}

.formu h3{
    margin: 5px;
    font-size: 25px;
}

.formu input {
    width: 50%;
    height: 40px;
    border-radius: 10px;
    background: #ffb167;
    box-shadow: 2px 2px 3px ;
    border: none;
    margin-bottom: 50px;
}


.btn-crea {
    text-align: center;
    align-items: center;
}

.btn-crea a{
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}

.btn {
    height: 50px;
    width: 40%;
    border-radius: 10px;
    list-style: none;
    background: #E6E5E5;
    border: none;
}

.yatienes a {
    color: #E6E5E5;
    font-size: 20px;
}


/* -------------------------------------------------------------Dracula------------------------------------------------------------ */

#dracula{
    background: #faba82;
    height: 1680px;
    width: 95%;
    margin: 9px;
    padding-top: 2%;
    border-radius: 15px;
}

@media (min-width: 400px){
    #dracula{
        width:98%;
    }
}

@media (min-width: 720px){
    #dracula{
        height: 1890px; 
    }
}

@media (min-width: 1024px){
    #dracula{
        height: 2100px; 
    }
}

@media (min-width: 1224px){
    #dracula {
        height: 2250px;
    }
}


.borde{
    border-top: 3px solid #ff4500;
    width: 70%;
    height: 100px;
    transform: translate(18%);
}

.borde h1{
    text-align: center;
    background:#F5A24A;
    color: #ffffff;
    margin-top: 5px;
}

.dracula-img{
    text-align: center;
}

.dracula-img img{
    width: 45%;
}

.bram {
    text-align: center;
    margin-bottom: 15px;
    font-size: 25px;
}

.btn-crea-5 {
    text-align: center;
    align-items: center;
}

.btn-crea-5 a{
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.btn-5 {
    height: 50px;
    width: 20%;
    border-radius: 10px;
    list-style: none;
    background: #000000;
    border: none;
}

@media (min-width: 300px){
    .icon-guardar .icon-compartir {
        transform: translate(-20px);
    }
    .icon-compartir-1 {
        transform: translate(-15px);
    }
}

@media (min-width: 720px){
    .icon-guardar .icon-compartir {
        transform: translate(120px);
    }
    .icon-compartir-1 {
        transform: translate(125px);
    }
}

@media (min-width: 1024px){
    .icon-guardar .icon-compartir {
        transform: translate(280px);
    }
    .icon-compartir-1 {
        transform: translate(285px);
    }
}

@media (min-width: 1190px){
    .icon-guardar .icon-compartir {
        transform: translate(380px);
    }
    .icon-compartir-1 {
        transform: translate(385px);
    }
}

@media (min-width: 1290px){
    .icon-guardar .icon-compartir {
        transform: translate(480px);
    }
    .icon-compartir-1 {
        transform: translate(485px);
    }
}

.icon-guardar div {
    float: left;
} 

.icon-guardar .icon-compartir {
    margin: 28px;
    width: 10%;
    height: 50px;
    border-radius: 15px;
    position: relative;
}

.icon-guardar {
    transform: translate(15%);
    position: relative;
    float: left;
} 

.icon-guardar .icon-compartir-1 {
    margin: 15px;
    width: 19%;
    height: 50px;
    border-radius: 15px;
    position: relative;
}

.icon-compartir-1 img {
    width: 40px;
    height: 35px;
    margin-left: 10px;
    border-radius: 10px;
}

.show-btn-4, .btn-login-4 {
    top: 30%;
    transform: translate(-40%, -115%);
    height: 50px;
}

.show-btn-4 {
    border-radius: 10px;

    cursor: pointer;
}

.show-btn-4 img {
    background: #E6E5E5;
    margin-top: 10px;
    margin-left: 20px;
}

.btn-login-4 .btn-4 {
    position: absolute;
    margin-top: 200px;
}

.btn-login-4 {
    display: none;
    background: black;
    height: 320px;
    width: 300px;
    padding: 30px;
}

input[type="checkbox"]{
    display: none;
}


#show:checked ~ .btn-login-4{
    display: block;
}

.btn-login-4 form{
    margin-top: -5px;
}

.btn-login-4 form .data-4 {
    height: 120px;
    width: 100%;
    margin: 30px 0;
}

.btn-login-4 form .data-4 h1{
    color: white;
    text-align: center;
}

.btn-login-4 form .data-4 p{
    color: red;
    margin-top: 40px;
    text-align: center;
}

.btn-4 button {
    /* position: absolute; */
    color: black;
    background: white;
    width: 90%;
    height: 50px;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
    margin-left: 40px;
}


.btn-4 a {
    color: black;
    background: white;
    text-decoration: none;
    font-size: 20px;
}

.btn-login-4 .close-btn {
    position: absolute;
}

.btn-login-4 .close-btn img{
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-top: -10px;
}

.btn-login-4 .close-btn:hover{
    color: red;
}


.icon-compartir img {
    background: #E6E5E5;
    width: 40px;
    height: 35px;
    margin-left: 10px;
    border-radius: 10px;
}

.guar{
    margin-left: 13px;
    margin-top: 4px;
}

.borde-3 {
    
    border-bottom: 2px solid #ff4500;
    width: 70%;
    height: 30px;
    transform: translate(18%);
}

.borde-3 h3{
    margin-top: 10px;
}

.borde-4 {
    border-bottom: 2px solid #ff4500;
    width: 70%;
    height: 30px;
    transform: translate(18%);
}

.borde-4 h3{
    margin-top: 10px;
}

.sinopsis{
    margin-top: 10px;
    width: 80%;
    margin-left: 12%;
}

.cuenca {
    width: 45%;
    margin: 15px;
 }
 
 .titulo {
     border-left: 2px solid red;
     padding: 2px;
 }
 
 .img-cuenca img {
     height: 300px;
 }

 #similares-libros .cuenca{
    float: left;
    margin-left: 15px;
    width: 40%;
 }

 .icon-compartir2-2 {
    background: #E6E5E5;
    width: 35px;
    height: 30px;
    margin-left: 15px;
    border-radius: 10px;
    float: left;
 }

 .icon-compartir2-2 img{
    height: 30px;
 }

 @media (min-width: 300px){
    .icon-compartir2-2 {
        margin-top: 25px;
        margin: 15px;
        text-align: center;
    }
 }

 @media (min-width: 300px){
    #similares-libros{
         transform: translate(-10px);
     }
    .img-cuenca img {
        width: 165px;
    }
    .icon-compartir2-2 {
        margin-top: 25px;
        margin: 5px;
        text-align: center;
    }
 }


 @media (min-width: 720px){
    #similares-libros{
         transform: translate(50px);
     }
    .icon-compartir2-2 {
        margin-top: 25px;
        margin: 15px;
        text-align: center;
    }
 }

 @media (min-width: 1024px){
    #similares-libros{
         transform: translate(150px);
     }
    .icon-compartir2-2 {
        margin-top: 25px;
        margin: 15px;
        text-align: center;
    }
 }


 /* ---------------------------------------------------------Guardados------------------------------------------------------------------------ */

 #tab1-1 {
    background: #E6E5E5;
    height: 90%;
    width: 95%;
    transform: translate(10px, 10px);
    border-radius: 10px;
}

#tab1-1 img {
    height: 20px;
    margin-left: 15px;

}

#tab1-1 p {
    margin-left: 5px;
}


#tab1-1 .leidos-1 img {
    height: 200%;
    width: 30%;
    position: relative;
    margin: 15px;
}

#tab1-1 .leidos-1 .color-5{
    height: 220px;
    width: 33%;
    margin-bottom: 35px;
}

#tab1-1 .leidos-1 .fuego-5 {
    height: 250px;
    width: 32%;
}

#tab1-1 .leidos-1 .flecha-5 {
    float: right;
    height: 49px;
    margin-top: 26%;
    transform: translate(-30%);
    width: 8%;
    position: absolute;
}

.info-1 h2{
    color: #ff4500;
    margin-left: 14px;
}

#tab1-1 .guardado-1 img {
    height: 400%;
    width: 30%;
    margin: 15px;
}


#tab1-1 .guardado-1 .color-6 {
    height: 270px;
    width: 35%;
    margin-bottom: 35px;
}

#tab1-1 .guardado-1 .fuego-6 {
    height: 300px;
    width: 35%;
}

#tab1-1 .guardado-1 .flecha-6{
    float: right;
    height: 50px;
    margin-top: 26%;
    transform: translate(-50%);
    width: 9%;
    position: absolute;
}

#tab1-1 .descargados-1 img {
    margin-left: 25px;
    height: 250px;

}

@media (min-width: 700px){
    #tab1-1 .leidos-1 .fuego-5 {
        height: 385px;
        width: 250px;
    }
    #tab1-1 .leidos-1 .color-5{
        height: 340px;
        width: 220px;
    }
    #tab1-1 .guardado-1 .fuego-6{
        height: 385px;
        width: 250px;
    }
    #tab1-1 .guardado-1 .color-6{
        height: 340px;
        width: 220px; 
    }
    #tab1-1 .descargados-1 img{
        height: 340px;
        width: 220px; 
    }
}
@media (min-width: 1000px){
    #tab1-1 .leidos-1 .flecha-5{
        height: 80px;
        width: 60px;
        transform: translate(10px, -90px);
    }
    #tab1-1 .guardado-1 .flecha-6{
        height: 80px;
        width: 60px;
        transform: translate(10px, -90px);
    }
}


/* -------------------------------------Super Ambiental------------------------------------------------------ */

#comentarios-7 {
    background: black;
    height: 1250px;
    width: 95%;
    margin: 12px;
    padding-top: 4%;
    border-radius: 15px;
}

.borde-7 {
    border-top: 3px solid #ff4500;
    width: 83%;
    height: 100px;
    transform: translate(10%);
}

#comentarios-7 h1 {
    text-align: center;
    color: #ff4500;
    padding-top: 2%;
    width: 100%;
    height: 55px;
    background: #ffffff;
}

@media (min-width: 375px){
    #comentarios-7 h1{
        font-size: 25px;
    }
}

.creador {
    color: #ffffff;
    text-align: center;
    height: 80px;
}
.btn-crea-7 {
    text-align: center;
    align-items: center;
    margin-top: 50px;
}

.btn-crea-7 a{
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}

.btn-7 {
    height: 40px;
    width: 40%;
    border-radius: 15px;
    list-style: none;
    background: rgb(233, 155, 39);
    border: none;
}

.borde-7{
    border-top: 2px solid orangered;
    width: 70%;
    height: 100px;
    transform: translate(20%);
    margin-top: 30px;
}

.publica {
    color: #ffffff;
    text-align: center;
}

.publica img {
    height: 40%;
    width: 20%;
} 

.puente-7 img {
    align-items: center;
    width: 90%;
    height: 100%;
}
.puente-7 {
    align-items: center;
    text-align: center;
    height: 20%;
}
@media (min-width: 720px){
    #comentarios-7 {
        height: 1650px;
        width: 97%; 
    }
    .puente-7 {
        height: 410px;
    }
}

@media (min-width: 1024px){
    #comentarios-7 {
        height: 1650px; 
    }
    .puente-7 {
        height: 410px;
    }
}
@media (min-width: 1100px){
    #comentarios-7 {
        height: 1760px;
        width: 98%; 
    }
    .puente-7 {
        height: 410px;
    }
}

.info-7 {
    color: #ffffff;
    text-align: center;
}


.comentario-7 {
    background: #e79135;
    width: 80%;
    margin-left: 40px;
    height: 8%;
}

.comentario-7 img{
    position: absolute;
    margin-top: 10px;
}

.comenta-7 {
    float: left;
    margin-left: 70px;
    padding: 15px;
    color: #ffffff;
}
.comenta-7 h3 {
    transform: translate(-1%);
}
.comenta-7 .er {
    transform: translate(-25%);
}

.comentario-7 {
    background: #e79135;
    width: 80%;
    margin-left: 40px;
    height: 10%;
}

.comentario-7 img{
    position: absolute;
    margin-top: 6px;
}

.comenta-7 {
    float: left;
    margin-left: 70px;
    padding: 15px;
    color: #ffffff;
}

.comentario-8 {
    background: #e79135;
    width: 80%;
    margin-left: 40px;
    height: 27%;
}
.comentario-8 img{
    position: absolute;
    margin-top: 6px;
}
.comenta-9 {
    float: left;
    margin-left: 70px;
    padding: 15px;
    color: #ffffff;
}

.comenta-9 h3 {
    transform: translate(-25%);
}

#comentarios-8 {
    background: black;
    height: 460px;
    width: 95%;
    margin: 12px;
    padding-top: 4%;
    border-radius: 15px;
}

@media (min-width: 720px){
    #comentarios-8{
        width: 97%;
    }
    .comenta-7 .er {
        transform: translate(-33%);
    }
    .comenta-9 h3 {
        transform: translate(-37%);
    }
}
@media (min-width: 1024px){
    .comenta-9 h3 {
        transform: translate(-40%);
    }
}

@media (min-width: 1100px){
    #comentarios-8{
        height: 570px;
    }
    .comenta-9 h3 {
        transform: translate(-40%);
    }
}


@media (min-width: 1400px){
    #comentarios-8{
        height: 570px;
        width:98%;
    }
    
}
