﻿body{
    font-family: 'Lato', sans-serif;
}

.cabecera-ayuda{
    position: relative;
    height: 200px;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #121212;
    padding-top: 3px;
    padding-bottom: 3px;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 120%;
    transition: all 0.2s;
}

.blanco .logotipo img{
    width: 80%;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    font-size: 19px;
    text-align: center;
    font-weight: lighter;
    color: white;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    font-weight: bold;
    color: #efec6b;
}



.redes{
    text-align: center;
}
.redes img{
    width: 30px;
    margin: 0 3px;
}


.efecto{
    padding: 0;
    margin-top: 10px;
}


.top{
    padding-top: 50px;
    padding-bottom: 70px;
}

.titulo{
    text-align: center;
    font-size: 34px;
    font-weight: lighter;
    color: black;
    margin-bottom: 30px;
}
.subtitulo{
    text-align: center;
    color: gray;
}
.tblanco{
    color: white;
}
.tamarillo{
    color: #efec6b;
}

.cir{
    position: relative;
    width: 300px;
    height: 300px;
    cursor: pointer;

    border-radius: 50%;
}
.cir .e{
    position: absolute;
    bottom: 50px;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.cir strong{
    background: rgba(0, 0, 0, 0.7);
    width: 80%;
    color: white;
    display: inline-block;
}
.cir span{
    width: 100%;
    color: white;
    display: inline-block;
}

.a1{
    background: url(../images/a1.webp) no-repeat center center;
    background-size: cover;
}
.a2{
    background: url(../images/a2.avif) no-repeat center center;
    background-size: cover;
}
.a3{
    background: url(../images/a3.avif) no-repeat center center;
    background-size: cover;
}


.revistas{
    background: url(../images/fondo-negro.webp) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.revistas a{
    color: white;
}

.r img{
    width: 100%;
}
.r{
    color: white;
    cursor: pointer;
}
.r strong{
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    display: inline-block;
}
.r span{
    width: 100%;
    font-size: 22px;
    text-align: center;
    display: inline-block;
}


.contenido{
    padding-top: 30px;
    padding-bottom: 30px;
}


.seccion{
    background: rgb(239,236,107, 0.3);
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: lighter;
    padding: 60px;
}
.color2{
    background: #d6d5da !important;
}
.seccion strong{
    width: 100%;
    font-size: 32px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 20px;
}

.img1{background: url(../images/editorial-saldena.webp) no-repeat center center;background-size: cover;}
.img2{background: url(../images/anunciate.webp) no-repeat center center;background-size: cover;}
.img3{background: url(../images/3.webp) no-repeat center center;background-size: cover;}

.form-group{
    margin-bottom: 20px;
}


.articulos{
    background: url(../images/fondo-negro.webp) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.btn-white{
    border: 1px solid black;
}


footer{
    background: #f7f7f7;
    font-size: 18px;
    line-height: 27px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer img{
    width: 40px;
}
footer strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 10px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
    .logotipo img, .blanco .logotipo img{
        width: 100%;
    }
}

@media screen and (max-width:992px){
    .menu-r{
        display: block;
    }
    nav{
        margin: 20px 0 !important;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
}

@media screen and (max-width:768px){
    .logotipo img, .blanco .logotipo img{
        width: 60%;
    }
    .img{
        height: 250px;
    }
}

@media screen and (max-width:576px){
    .logotipo img, .blanco .logotipo img{
        width: 70%;
    }
    .entrada img{
        width: 80%;
        height: auto !important;
        margin: 10px 10%;
    }
}