
.plantilla{
    display: flex;
    flex-wrap: nowrap;
    max-width: 1300px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 100px;
    gap: 50px;
    padding: 40px;
}

.contenidos{
    width: 70%;
}

.sidebar{
    width:30%;
    text-align: center;
    margin: 20px;

}

.sidebar h2{
    font-size: 18px;
    background-color: #8C0000;
    border-radius: 5px;
    transition: all .8s;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sidebar h2:hover{
    background-color: #8C0000;
}

.sidebar p{
    font-size: 16px;
}

.sidebar p a{
    display: inline-block;
    position: relative;
    color: black;
    text-decoration: none;
}

.sidebar h2 a{
    display: inline-block;
    position: relative;
    color: whitesmoke;
    text-decoration: none;
    transition: all .8s;

}

.sidebar a:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    transition: all .8s;
    }

.sidebar p a:hover:after{
    width: 100%;
    background: #8C0000;
}

.sidebar p a:hover{
    color: black;
    transition: all .8s;

}

.sidebar h2:hover a{
    color: whitesmoke;
    transition: all .8s;

}

.plantilla h1{
    text-align: center;
    margin: 30px auto !important;
}

.contenidos h2{
    text-align: center;
    margin: 30px 0;
}

.listaApodos{
    max-width: 600px;
    margin:  50px auto;
    padding: 0 60px;
}

.listaApodos ul{
    display: flex;
    flex-wrap: wrap;
    list-style-image: url("https://nicknamesfor.org/wp-content/uploads/2023/03/iconoUltimo.png");
    justify-content: space-between;
}

.listaApodos li::marker{
    text-align: center !important;
    font-size: 2px !important;
}

.listaApodos li{
    width: 40%;

}

.botonFinal{
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    background-color: #8C0000;
    color: whitesmoke;
    text-align: center;
    text-decoration: none;
    margin-top: 50px;
}

.botonFinal:hover{
    color: whitesmoke;
}



.anuncioGrande{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}


@media (max-width:767px){
    
    
    .plantilla{
        flex-wrap: wrap;
    }
    
    .contenidos{
        width: 100%;
        padding: 20px;
    }

    .sidebar{
        width: 100%;
    }

    
}

@media (max-width: 500px) {
    .listaApodos li{
        flex: 90%;
    
    }
}




/* Estilos frases */



.anunciosMovil{
    display: none;
    margin-bottom: 30px;
}

.anunciosOrdenador{
    margin-bottom: 30px;
}


h1{
    font-weight: 700 !important;
}

.categoriasBarraLateral li{
    margin-left: 25px;
}

.content-container{
    gap: 100px !important;
}

ul{
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

ul li{
    padding-top: 10px;
    padding-left: 0 !important;
}


.bloqueFrases{
    margin-top: 50px;
}

.bloqueFrases blockquote{
    border-left: 8px solid #B684B5;
    padding: 30px;
    background-color: whitesmoke;
    margin-bottom: 50px;
}

.bloqueFrases p{
    font-style: oblique;
    font-weight: bold;
    font-size: 21px;
}


@media (max-width:800px){
    .anunciosMovil{
        display: block;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .anunciosOrdenador{
        display: none;
    }
}

