* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

body {
    font-size: 1.2rem;
    padding: 20px;
    height: 100%;
}

.grid-container > * {
    /*box-shadow: 10px 6px 37px -13px rgba(56, 55, 55, 0.74);*/
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

.grid-container {
    display: grid;
    gap: 20px;
    grid-template:
        "header" 150px
        "main" auto
        "banner" auto
        "footer" auto
    ;

    .header {
        grid-area: header;
    }

    .main {
        grid-area: main;
        background-color: #a5a4a414;
    }

    .banner {
        grid-area: banner;
        background-color: #6e6e6e06;
    }

    .footer {
        grid-area: footer;
        background: linear-gradient(to top, #000, #252529ef);
    }

    /*320px*/
    @media (min-width:300px) {
        grid-template:
            "header " 150px
            "main  " auto
            "banner " auto
            "footer " auto/
            100%
        ;
    }

    @media (min-width:576px) {
        grid-template:
            "header " 150px
            "main  " auto
            "banner " auto
            "footer " auto/
            100%
        ;

        .banner {
            margin: 0 auto;
        }
    }

    @media (min-width:768px) {
        grid-template:
            "header " 150px
            "main " auto
            "banner " auto
            "footer " auto/
            100%
        ;

    }

    @media (min-width:1099px) {
        grid-template:
            "header header " 150px
            "main  banner" auto
            "footer footer " auto/ auto auto;

    }

}

/* inicio header*/
.header {
    width: 90%;
}

.logo-header {
    width: 100%;
}

.logo-h {
    width: 250px;
}

.barrafija {
    height: auto;
    margin-top: 20px;
    border-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    display: flex;
    justify-content: space-between;
}

.item-bf {
    font-weight: 100;
    color: #6e6e6e;
    text-decoration: none;
    font-size: 18px;
}

/*fin header*/
/* inicio estilos textos general*/
.main {
    width: 100%;
}

.parrafo {
    padding-top: 20px;
}

.parrafo-g {
    font-size: 22px;
    font-weight: 100;
    letter-spacing: normal;
    text-align: left;
}

.articulo {
    width: 100%;
    margin: 0 auto;
}

.titulo-b {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.titulo {
    color: #1f1f1f;
    display: block;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 30px;
    margin-top: 20px;
}

.ry {
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #1f1f1f41;
}

.subt-b {
    width: 90%;
    height: auto;
}

.subt {
    padding-bottom: 30px;
}

.firma {
    width: 100%;
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
    color: #1f1f1fcb;
}
.img-firma {
    width: 20px;
    float: left;
    margin-right: 20px;
}
.fecha {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 17px;
    color: #5a5a5a;
    font-weight: 100;
}

.img-1 {
    width: 850px;
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
}
.link-art{
    color: #020509;
    text-decoration: none;
}

@media (max-width:900px) {
    .img-1 {
        width: 500px;
    }
}

@media (max-width:700px) {
    .img-1 {
        width: 400px;
    }
}

@media (max-width:468px) {
    .img-1 {
        width: 300px;
    }
}

@media (max-width:366px) {
    .img-1 {
        width: 230px;
    }
}

.titulo-list {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: normal;
    text-align: left;
    padding-bottom: 30px;
}

.lista {
    text-align: left;
}

.art-item {
    list-style: none;
    font-weight: bold;
}

.art-item a {
    color: #1f1f1f;
    text-decoration: none;
}

.subt2 {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.parrafo-b {
    width: 90%;
    height: auto;
}

.boton-base {
    color: #000;
}

.boton-base:hover {
    font-size: 20px;
}

.list-p {
    text-align: left;
    margin-top: 20px;
}

.list-parrafo {
    list-style: disc;
    margin-left: 50px;
}



/* fin estilos textos general*/
/*inicio banner*/
.art-cont {
    width: 100%;
    margin: 0 auto;
}

.bmx {
    display: inline-block;
}

.subt-banner {
    border-width: 1px;
    border-color: #1f1f1f77;
    text-align: center;
    margin-top: 30px;
}

.img-banner {
    max-width: 400px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-publicidad {
    margin-top: 30px;
}

@media (max-width:399px) {
    .img-banner {
        max-width: 200px;
    }
}

@media (max-width:660px) {
    .art-cont {
        width: 100%;
    }

    .bmx {
        width: 100%;
    }

}

@media (max-width:1099px) {
    .art-cont {
        width: 100%;
    }

    .bmx {
        width: 300px;
    }

    .img-banner {
        width: 180px;
    }
}

/*fin banner*/
/* ads goatplace.net  2024*/
.ads-1 {
    width: 100%;
    margin-top: 30px;
    height: auto;
    background: #f5f5f5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    overflow: hidden;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
}

.t-ads {
    width: 100px;
    margin: 0 auto;
    color: #ececec;
    border-style: solid;
    border-color: #02080f;
    border-width: 1.1px;
    background-color: #020509;
    border-radius: 7px;
    padding: 6px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.t-ads:hover {
    color: #020509;
    background-color: #ececec;
}

.st-ads {
    font-size: 19px;
    padding-bottom: 5px;
}

.ads-btn-cont a {
    text-decoration: none;
}

.ads-btn {
    font-size: 16px;
    font-weight: 400;
    color: #a61322;
    text-decoration: none;
    margin: 30px 0 10px 0;
}

.ads-btn:hover {
    font-size: 18px;
}

.img-ads {
    width: 200px;
}

.logo_credito {
    width: 100px;
}

/* ads goatplace.net 2024*/
/*inicio footer*/
.footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: grid;
    gap: 20px;
    grid-template:
        "logo-f" auto
        "mapa-f" auto
        "contacto-f" auto
        "redes-f" auto;

    .logo-f {
        grid-area: logo-f;
        margin-top: 20px;
    }

    .mapa-f {
        grid-area: mapa-f;
        margin-top: 20px;
    }

    .contacto-f {
        grid-area: contacto-f;
        margin-top: 20px;
    }

    .redes-f {
        grid-area: redes-f;
        margin-top: 20px;
    }

    @media (min-width:768px) {
        grid-template:
            "logo-f mapa-f contacto-f redes-f"
        ;
    }

}

.logo-foter {
    width: 200px;
}

.a-footer {
    font-size: 15px;
    font-weight: 100;
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 8px;
}

.a-footer:hover {
    font-weight: 400;
}

.icon-f {
    color: #ffffff;
}

/*fin footer*/