*,*::before,*::after{
    box-sizing: border-box;
}


body{
    min-height: 90vh;
    background-color: #f3f2f0;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

header{
    flex-wrap: nowrap;
}



footer{
    align-self: flex-end;
    width: 100%;


}

footer a{
    padding-right: 1rem;
    padding-bottom: 1rem;
}

footer p{
    text-align: right;
    margin-right: 4.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: 0.9rem;
    font-kerning: none;
}

#index p{
    margin-right: 3.5rem;
    font-size: 0.9rem;
    font-kerning: none;

}



/* ICONO HAMBURGUESA */

button.navbar-toggler{
    border: 0px!important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

.navbar-light .navbar-toggler-icon:active{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: 1s;
}

.navbar-light .navbar-toggler-icon:hover{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.35%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

/* NAVEGADOR */

.navbar-toggler:focus {

    box-shadow: 0 0 0 0!important;
  }



.navbar-expand-md {
    font-size: 1.7rem;
    text-transform: uppercase;
  }


a.nav-link{
    color:rgba(0, 0, 0, 0.849)!important;
}

a.nav-link:hover{
    font-size: 1.71rem;
    transition: 1s;
    color:rgba(0, 0, 0, 0.459)!important;
}

a.nav-link:active{
    border: none;
    outline: none;
}

a.nav-link:focus{
    outline: none;
}

a.dropdown-toggle:active, :focus{
    border: none;
    outline: none;
}

a.show:active, :focus{
    border: none;
    outline: none;
}


.navbar-nav{
    width: 100%;
    height: 78vh;
    align-content: center;
    background-color: #fbfaf9af;
    margin-top: .8rem;
    border-radius: 2%;
    padding-top: 2rem;
}

.nav-item{
    padding-top: 1rem;
    margin-right: auto;
    margin-left: auto;
}


.dropdown-menu{
    color:rgba(0, 0, 0, 0.918)!important;
    border:0px;
    background-color:
    #fbfaf900!important;
    font-size: 1.4rem;
    width: 100%;
}


.dropdown-item{
    padding-top: 0.75rem;
}


.sub-menu{
    padding-top:0.4rem;
    font-size: 1.25rem;
    list-style: none;
    cursor:pointer;
}

.sub-menu:hover{
    color:rgba(0, 0, 0, 0.459)!important;
    transform: scaleX(1.02);
    transition: 1s;
}

.sub-menu a{
    text-decoration: none;
}

#bloquear{
    display: block;
}

ul#bloquear li ul{
    padding-top: 0.3rem;
}

.dropdown-item:hover{
    color:rgba(0, 0, 0, 0.459)!important;
    font-size: 1.43rem;
    transition: 1s;
    background-color:
    #fbfaf900!important;
}

.dropdown-item.active,.dropdown-item:active, .active {
    text-decoration: none;
    background-color:#fbfaf900!important;
    padding-top: 0.5rem;
    font-weight: 600;
}


a{
    color:rgba(0, 0, 0, 0.849)!important;
}

a:hover{
    color:rgba(0, 0, 0, 0.459)!important;
    transition: .7s;
}

/*********************************************/
/************ MARGENES **********/
/*********************************************/

.pl-15{
    padding-left: 1.5rem;
}





/*********************************************/
/************ SECCIONES **********/
/*********************************************/

    /************ ESCRITURA **********/


.s-escritura{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.carta{
    margin-top: 2rem;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: .5rem;
}

.carta p{
    max-width: 90%;
    text-align: justify;
    text-justify: auto;
}

.portada{
    width: 90%;
    margin-bottom: 1rem;
}

div.portada img{
    max-width: 100%;
    height:auto;
    border-radius: 3%;
    }

h2{
    font-size: 1.5rem;
}

.carta:hover{
    background-color:#fbfaf9;
    transition: 0.85s;
    border-radius: 1% 6% 6% 1%;
}

.carta:hover > .portada{
    opacity: 0.70;
    transition:1.10s;
}


.s-escritura a, .s-publicaciones a, .s-fanzine a, a{
    text-decoration: none;
}

    /************ PUBLICACIONES **********/


h3{
    font-size: 1.2rem;
    max-width: 95%;
}

.fecha{
    font-size: 1rem;
    line-height: 1rem;
}


    /************ PUBLICACION INDIVIDUAL **********/

h4{
    padding: 2rem 0rem 0rem 0.75rem;
}

.s-cover{
    margin-bottom: 2.5rem;
}


.s-poema{
    margin-bottom: 1rem;
}

.cover{
    padding: 0.75rem;
}

.cover img{
    max-width: 100%;
    height:auto;
    border-radius: 2%;
}

.poema{
    padding-left: 1.5rem;
    padding-right: 1rem;

}

.poema h5{
    font-weight: 500;
    padding-bottom: 1rem;
}

      /************ FANZINE **********/

.s-fanzine{
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.img-s-fanzine{
     max-width: 90%;

}

.img-s-fanzine img{
    max-width: 100%;
    height:auto;
    border-radius: 2%;
    margin-top: 1rem;
}


.carta-fanzine{
    padding: 1.5rem 1.5rem 1.5rem 1rem
}

.carta-fanzine h5{
    font-size: 1rem;
}

.carta-fanzine p:hover{
    color:rgba(0, 0, 0, 0.459);
    transition: 0.85s;
    border-radius: 1% 6% 6% 1%;
}

.carta-fanzine:hover > .img-s-fanzine{
    opacity: 0.70;
    transition:1.10s;
}

.carta-fanzine p{
    margin-top: 1rem;
    width: 90%;
}

    /************ FANZINE INDIVIDUAL **********/

.galeria{
    max-width: 95%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

.galeria div{
  border-radius: 2%;
  padding: 0;
}

div .carousel-item .active{
    border:none;
}

.translumpen{
    max-width: 90%;
}

iframe{
    background-color: #f3f2f0!important;
    min-width: 372px;
    min-height: 233px;
    padding-left: 1.5rem;
}

    /************ SOBRE MI **********/


    .s-mi{
      display: flex;
      justify-content: center;
    }

    .img-s-mi{
        width: 50%;
        display: flex;
        justify-content: center;
        margin-top: 1.4rem;
    }

    .img-s-mi img{
        max-width: 100%;
        height:auto;
        border-radius: 2%;
        margin-top: 1rem;
    }

    .texto-s-mi{
        margin-top: 2.5rem;
        width: 90%;
        margin-bottom: 2rem;
    }

    .s-mi{
        display: flex;
        flex-wrap: wrap;
    }

/************* RELACIONADOS **************************/

.ml-3{
    margin-left: 0;
}


/****************************************/
/**********************/
/****************************************//****************************************/
/* MEDIA QUERYS */
/* MEDIA QUERYS */
/* MEDIA QUERYS */
/* MEDIA QUERYS */
/****************************************/
/**********************/
/****************************************//****************************************/


@media (min-width:992px) {




 /*********************************************/
/************ SECCIONES **********/
/*********************************************/


    .m-continente{
        display:flex;
    }

    .s-escritura{
        display: flex;
        flex-wrap: nowrap;
        align-content: space-evenly;
    }

    /************ PUBLICACION INDIVIDUAL **********/

    .s-cover{
        display: flex;
        flex-wrap: nowrap;
        max-width: 90%;
        margin: 0 auto 2.5rem auto;
        padding-left: 1.5rem;

    }

    .cover{
        padding-left: 0rem;
        display: flex;
    }


    .s-poema{
        width: 90%;
        padding-left: 0rem!important;
    }

    h4{
       text-align: left!important;
    }

    /************ FANZINE **********/

    .s-fanzine{
        padding-left: 1.5rem;
        width: 80%;
        margin: 1rem auto 5rem auto;

    }

    .img-s-fanzine{
        display: flex;
        flex-wrap: nowrap;
        max-width: 90%;

    }

    a div.img-fanzine:last-child{
        padding-left: 1.5rem;
    }

    .carta{
        margin: 2rem 1.5rem 1rem 2rem;
    }

    .carta-fanzine h5{
        font-size: 1.25rem;
    }

    .carta-fanzine p{
        margin-top: 1rem;
        width: 90%;
    }



     /************ FANZINE INDIVIDUAL **********/

    .galeria{
        max-width: 60%;
        margin-left: 5rem;
        margin-right: 0rem;

    }

    p#translumpen{
        max-width: 65%;
    }

    iframe{
        border-radius: 3%!important;
        min-width: 620px!important;
        min-height: 380px!important;
        padding-left:0!important;
    }

    /************ SOBRE MI **********/



      .img-s-mi{
          width: 21%!important;
      }

      .texto-s-mi{
        width: 84%;
        font-size: 0.8rem;
    }

    /************* RELACIONADOS **************************/

.ml-3{
    margin-left: 4rem;
}


}

@media (min-width:768px) {
    header{
        display: flex;
    }

    #menu{
        flex-direction: column;
    }

    #navbarResponsive{
        padding-top: 50px;
    }

    .navbar-nav{
        background-color: #f3f2f0;
        padding-top: 0rem;
    }

    .nav-item{
        padding-top:0;
        padding-right: 0;
    }

    a.nav-link:hover{
        font-size: 1rem;
    }

    .navbar-expand-md, .sub-menu {
        text-align: left;
        font-size: 1rem;
        text-transform:lowercase;
      }

    a.nav-link::first-letter {
        text-transform: capitalize;
    }


    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        padding-top: 0;
        font-size: 1rem;
    }

    #bloqueo{
        display: block;
    }

    a.dropdown-item, .sub-menu{
        text-transform: capitalize;
        padding-top: 0;
        padding-left: 1.5rem;

    }

    .sub-menu{
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 0.4rem;
        line-height: 1.15rem;
        font-size:0.95rem;
    }


    .dropdown-item:hover, .sub-menu:hover{
        color:rgba(0, 0, 0, 0.459)!important;
        transition: 1s;
    }

    .dropdown-item:hover{
        font-size: 1rem;
    }


    .sub-menu:hover{
       transform: scaleX(1);

    }


    .dropdown-item.active,.dropdown-item:active, .active {
        text-decoration: none;
        background-color: #f3f2f0;
        padding-top: 0rem;
        font-weight: 600;
    }


    a.navbar-nav, a.nav-link{
        padding-left: 0rem!important;
    }



/*********************************************/
/************ SECCIONES **********/
/*********************************************/

    /************ ESCRITURA **********/

    .m-continente{
        display:flex;
    }

    .s-escritura{
        display: flex;
        /* flex-wrap: nowrap; */
        align-content: space-evenly;
    }

    .s-publicaciones{
        display: flex;
        flex-wrap: wrap;
    }

    .s-fanzine{
        display: flex;
        flex-wrap: wrap;
    }



    h2{
        font-size: 1.35rem;
    }

    .carta{
        height: fit-content;
        width: 260px;
        padding: 1rem;
    }


    .carta p{
        max-width: 95%;
    }

    .portada{
        width: 95%;
    }

    .agrupar{
        display:flex;
        flex-wrap: nowrap;
        min-width: 50vw;
    }

    .no-agrupar{
       display: flex;
       max-width: 50%;
       flex-wrap:wrap;
    }

    .navbar{
        display:block;
    }


    /************ PUBLICACIONES **********/

    .agrupar-publi{
        display:flex;
        flex-wrap: nowrap;
        min-width: 50vw;
    }

    /************ PUBLICACION INDIVIDUAL **********/

    .s-cover{
        max-width: 90%;
        margin: 0 auto 2.5rem auto;
        padding-left: 1.5rem;
    }

    .s-poema{
        max-width: 90%;
        margin: 0 auto 2.5rem auto;
        padding-left: 1.5rem;

    }

    h4{
        padding: 1.5rem;
        margin:0 auto;
        text-align: center;
        width: 90%;

    }

     /************ FANZINE **********/

     .s-fanzine{
        padding-left: 2rem;
    }

    iframe{
        min-width: 496px;
        min-height: 310px;
        padding-left: 4rem;
        
    }


     /************ SOBRE MI **********/



     .img-s-mi{
        width: 35%;
    }


    /***********RELACIONADOS**********/

    .relacionados{
        height: fit-content;
        width: 360px;
        padding: 1rem;
    }


}

@media (min-width:576px) {


}

/* COLORES */


/* background-color: #f3f2f0;
sidebar-color:#fbfaf9 */