.encabezado_wg {
    border-bottom: 5px solid #162042;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.encabezado_wg .topm30 {
    background-color: #e8e8e85b;
    border-bottom: 1px solid #bbbbbb6b;
    padding: 10px 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-top: 5px solid #80af00;
}
.centrandotow {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.encabezado_wg .topm30 .imglogom30 {

}
.encabezado_wg .topm30 .imglogom30 img {
    width: 100px;
    height: auto;
    filter: grayscale(100%);
}
.encabezado_wg .topm30 .imglogom30 img:hover {
    filter: grayscale(0%);
}
.encabezado_wg .topm30 .enlacestoopm30 {
    display: flex;
    list-style: none;
}
.encabezado_wg .topm30 .enlacestoopm30 li {
    font-weight: 400;
    font-size: 13px;
    border-left: 1px dashed #3333334d;
    margin-left: 14px;
    padding-left: 14px;
}
.encabezado_wg .topm30 .enlacestoopm30 li:first-child {
    border-left: 0px;
    margin-left: 0;
}
.encabezado_wg .topm30 .enlacestoopm30 a {
    text-decoration: none;
}
.header_wg {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    justify-content: center;
}
.header_wg .centradonot1 {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_wg .centradonot1 .logowebgol {

}
.header_wg .centradonot1 .logowebgol img {
    width: 180px;
    height: auto;
}
.header_wg .centradonot1 .menusitewg {
    display: flex;
    list-style: none;
    align-items: center;
}
.header_wg .centradonot1 .menusitewg li {
    margin-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1px;
}

.portadaPirncipal {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.portadaPirncipal .porgadatop {
    display: flex;
}
.portadaPirncipal .porgadatop .laimagen {
    width: 100%;
    max-width: 50%;
}
.portadaPirncipal .porgadatop .laimagen img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 5px;
}
.portadaPirncipal .porgadatop .contenidoportada {
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}
.portadaPirncipal .porgadatop .contenidoportada .tituloportada {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -2px;
    margin-bottom: 20px;
}
.portadaPirncipal .porgadatop .contenidoportada p {
    font-size: 17px;
    letter-spacing: -0.5px;
    font-family: 'Work Sans', sans-serif;
    border-left: 5px solid #80af00;
    padding-left: 20px;
}
.portadaPirncipal .porgadatop .contenidoportada .datapost {
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: #6b6a6a;
    display: flex;
    justify-content: space-between;
}
.portadaPirncipal .porgadatop .contenidoportada .datapost i {
    color: #80af00;
    margin-right: 10px;
}

.portadaPirncipal .porgadatop .contenidoportada .categorias {
    display: flex;
    list-style: none;
    align-items: flex-start;
}
.portadaPirncipal .porgadatop .contenidoportada .categorias li {
    margin-left: 10px;
    background-color: rgb(225, 225, 225);
    padding: 3px 4px;
    font-size: 11px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px !important;
}


.lissegundariopost {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.lissegundariopost .grid {
    width: 100%;
    max-width: 18.5%;
}
.lissegundariopost .grid img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.lissegundariopost .grid .datospost .datapost {
    display: flex;
    flex-direction: column;
}
.lissegundariopost .grid .datospost .datapost .datet {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lissegundariopost .grid .datospost .datapost .categorias {
    display: flex;
    list-style: none;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.lissegundariopost .grid .datospost .datapost .categorias a {
    background-color: #e3e3e3;
    font-size: 11px;
    margin-right: 5px;
    padding: 5px;
    transition: 0.5s;
}
.lissegundariopost .grid .datospost .datapost .categorias a:hover {
    background-color: #80af00;
    color: #fff;
}
.lissegundariopost .grid .datospost .tituloportada {
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.lissegundariopost .grid .datospost p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
}


.modulo1webgol {
    background-color: #000000e5;
    display: flex;
    justify-content: center;
    padding: 50px 30px;
}
.otrofondo {
    background-color: rgb(30, 105, 40);
}
.fondocpaamerica {
    background-color: #003282;
}
.modulo1webgol .conmod1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
}
.encabzadmod1 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 10px;
}
.encabzadmod1 .eltilemod1dw a {
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}
.encabzadmod1 .enlacmod1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}


.modulo2item {
    padding: 40px 20px;
}
.modulo2item .encabzadmod1 .eltilemod1dw a {
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.modulo2item .encabzadmod1 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.modulo2item .enlacmod1 {
    color: #000;
}

.conmod1 .divhemod1list {
    display: flex;
    background-color: #fff;
    padding: 40px 30px;
}
.conmod1 .divhemod1list .notagrande {
    width: 100%;
    max-width: 50%;
    padding-right: 20px;
}
.conmod1 .divhemod1list .notagrande img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 14px;
}
.conmod1 .divhemod1list .notagrande .datospost .datapost {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 1px dashed #999;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.notagrande .datospost .datapost .categorias {
    list-style: none;
    display: flex;
}
.notagrande .datospost .datapost .categorias li {
    margin-left: 10px;
}
.notagrande .datospost .tituloportadam1 {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.notagrande .datospost p {
    font-size: 16px;
    font-weight: 300;
    border-left: 5px solid #80af00;
    padding-left: 20px;
}


.conmod1 .divhemod1list .listadoposts {
    width: 100%;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 20px;
}
.conmod1 .divhemod1list .listadoposts .grid {
    width: 100%;
    max-width: 48%;
    margin-bottom: 30px;
}
.conmod1 .divhemod1list .listadoposts .grid img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 14px;
}
.conmod1 .divhemod1list .listadoposts .grid .tituloportada {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -1px;
}



.singlewebgol {
    background-color: rgb(240, 240, 240);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
}
.singlewebgol .contenidowebgol {
    width: 100%;
    max-width: 1200px;
    display: flex;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.singlewebgol .contenidowebgol .lanotaitem {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 70%;
    padding-right: 40px;
}
.singlewebgol .contenidowebgol .lanotaitem .migasdepanwebgol {
    display: flex;
    list-style: none;
    padding: 10px 0px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #6564643d;
    margin-bottom: 14px;
}
.singlewebgol .contenidowebgol .lanotaitem .migasdepanwebgol li {
    margin-right: 14px;
    font-weight: 300;
}
.singlewebgol .contenidowebgol .lanotaitem .migasdepanwebgol li a {
    font-weight: bold;
}
.singlewebgol .contenidowebgol .lanotaitem .fotosite {
    position: relative;
}
.singlewebgol .contenidowebgol .lanotaitem .eltiularnota {
    font-size: 2.5rem;
    letter-spacing: -.03em;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 20px;
}
.singlewebgol .contenidowebgol .lanotaitem .fotosite img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.lanotaitem .elpsothew {
    width: 100%;
    max-width: 90%;
    margin: auto;
    margin-top: 30px;
}
.lanotaitem .elpsothew p {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 30px;
}
.lanotaitem .elpsothew a {
    border-bottom: 3px solid #80af00;
}
.lanotaitem .elpsothew h2,
.lanotaitem .elpsothew h3,
.lanotaitem .elpsothew h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}



.singlewebgol .contenidowebgol .elsidebarhol {
    width: 100%;
    max-width: 30%;
}
.elsidebarhol .sidebarpost {
    display: flex;
    flex-direction: column;
}
.elsidebarhol .sidebarpost .cabezasidebar {
    border-bottom: 1px solid #80af00;
    margin-bottom: 30px;
}
.elsidebarhol .sidebarpost .cabezasidebar h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.elsidebarhol .sidebarpost .listadogrid {
    display: flex;
    flex-direction: column;
}
.elsidebarhol .sidebarpost .listadogrid .grid {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.elsidebarhol .sidebarpost .listadogrid .grid img {
    width: 100%;
    max-width: 40%;
    padding-right: 10px;
    height: auto;
    border-radius: 6px;
}
.elsidebarhol .sidebarpost .listadogrid .grid .tituloportada {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.lanotaitem .linksredes {
    display: flex;
    justify-content: center;
    border-top: 1px solid #d8d8d8;
    padding-top: 30px;
    padding-bottom: 10px;
    list-style: none;
    align-items: center;
}
.lanotaitem .linksredes li {
    margin-left: 5px;
    margin-right: 5px;
}
.lanotaitem .linksredes li i {
    color: #80af00;
    font-size: 20px;
}
.lanotaitem .linksredes li i:hover {
    color: #000;
}
.noticiasrelacionadas {
    margin-bottom: 30px;
}
.noticiasrelacionadas .titulorela {
    font-size: 17px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}
.noticiasrelacionadas .litado {
    display: flex;
    flex-direction: column;
}
.noticiasrelacionadas .litado .grid {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(213, 213, 213, 0.583);
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.noticiasrelacionadas .litado .grid:last-child {
    border-bottom: 0px;
}
.noticiasrelacionadas .litado .grid h4 {
    font-size: 15px !important;
    font-weight: 400;
}
.noticiasrelacionadas .litado .grid h4 a {
    text-decoration: none;
    border-bottom: 0px;
}
.menumobilewebgol {
    font-weight: 600;
}
.linkmenumobwebgol {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.linkmenumobwebgol i {
    margin-left: 5px;
    color: #80af00;
}
.menumobilewebgoltoggle {
    background-color: #80af00;
    color: #000;
    border-radius: 0px !important;
}
.menumobilewebgoltoggle {
    display: flex;
    flex-direction: column;
}
.menumobilewebgoltoggle .listadolinks {
    display: flex;
    list-style: none;
    flex-direction: column;
}
.menumobilewebgoltoggle .listadolinks li {
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.menumobilewebgoltoggle .listadolinks li a {
    background-color: #fff;
    color: #000;
    padding: 10px;
    width: 100%;
    display: block;
    transition: 0.5s;
    border-radius: 5px;
}
.menumobilewebgoltoggle .listadolinks li a:hover {
    background-color: #000;
    color: #fff;
}
.menumobilewebgoltoggle .listadolinks li a:last-child {
    margin-bottom: 0;
}
.menumobilewebgoltoggle .lasredesmenumdw {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
}
.menumobilewebgoltoggle .lasredesmenumdw li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}

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

    .header_wg .centradonot1 .menusitewg,
    .encabezado_wg .topm30 .enlacestoopm30 {
        display: none;
    }
    .encabezado_wg .topm30 {
        padding: 10px 20px
    }
    .header_wg {
        padding: 10px 20px;
    }
    .header_wg .centradonot1 .logowebgol img {
        width: 150px;
    }
    .portadaPirncipal .porgadatop  {
        flex-direction: column;
    }
    .portadaPirncipal .porgadatop .laimagen {
        max-width: 100%;
    }
    .portadaPirncipal .porgadatop .contenidoportada {
        padding-left: 0;
        max-width: 100%;
    }
    .portadaPirncipal .porgadatop .laimagen img {
        margin-bottom: 10px;
        height: auto;
    }
    .portadaPirncipal .porgadatop .contenidoportada .tituloportada {
        font-size: 23px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: -1px;
        margin-bottom: 13px;
    }
    .portadaPirncipal .porgadatop .contenidoportada p {
        font-size: 14px;
    }
    .lissegundariopost {
        flex-direction: column;
        padding: 0px 20px;
    }
    .lissegundariopost .grid {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid rgb(220, 220, 220);
        margin-bottom: 20px;
    }
    .conmod1 .divhemod1list {
        padding: 14px 20px;
        flex-direction: column;
        border-radius: 3px;
    }
    .conmod1 .divhemod1list .notagrande {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .notagrande .datospost .tituloportadam1 {
        font-size: 19px;
        font-weight: 600;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }
    .notagrande .datospost p {
        font-size: 14px;
    }
    .encabzadmod1 .eltilemod1dw a {
        font-size: 17px;
    }
    .encabzadmod1 .enlacmod1 {
        font-size: 12px;
    }
    .modulo1webgol {
        padding: 30px 20px;
    }
    .conmod1 .divhemod1list .listadoposts {
        max-width: 100%;
        padding-left: 0;
    }
    .conmod1 .divhemod1list .listadoposts .grid .tituloportada {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0px;
    }
    .modulo2item {
        padding: 40px 0px;
    }
    .modulo2item .encabzadmod1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .lissegundariopost {
        margin-bottom: 0;
    }
    .singlewebgol .contenidowebgol {
        flex-direction: column;
        padding: 20px;
    }
    .singlewebgol .contenidowebgol .lanotaitem {
        max-width: 100%;
        padding-right: 0;
    }
    .singlewebgol .contenidowebgol .lanotaitem .migasdepanwebgol li:last-child {
        display: none;
    }
    .singlewebgol {
        padding: 0px;
    }
    .singlewebgol .contenidowebgol .lanotaitem .eltiularnota {
        font-size: 21px;
        line-height: 28px;
    }
    .singlewebgol .contenidowebgol .lanotaitem .migasdepanwebgol li a {
        font-weight: 400;
        font-size: 13px;
    }
    .lanotaitem .elpsothew {
        max-width: 100%;
    }
    .lanotaitem .elpsothew p {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .singlewebgol .contenidowebgol .elsidebarhol {
        max-width: 100%;
    }

}
@media screen and (min-width: 900px) {
    .menumobilewebgol,
    .linkmenumobwebgol {
        display: none;
    }
}
