/*** Header ***/
body {
    font-family: 'Lato', sans-serif;
    background-color: #f5f5f5;
}

html {
    box-sizing: border-box;
}

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

img {
    max-width: 100%;
}

.division {
    background-color: rgba(217, 174, 0, 0.2);
    width: 90%;
    height: 1px;
    
}

.barraTop {
    /*background-color: var(--bg-amarrillo);*/
    background: rgb(217, 174, 0);
    background: linear-gradient(146deg, rgba(205, 39, 45, 1) 10%, rgba(255, 255, 255, 0.9640231092436975) 60%, rgba(205, 39, 45, 1) 88%);
    max-width: 100vw;
    height: 0.7rem;
}

.encabezado {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    color: var(--hr-color);
    margin-bottom: 2rem;
    font-size: 2.3rem;
}

.barraBottom {
    background: rgb(5, 58, 89);
    background: linear-gradient(146deg, rgba(205, 39, 45, 1) 10%, rgba(255, 255, 255, 0.9640231092436975) 40%, rgba(205, 39, 45, 1) 88%);
    max-width: 100vw;
    height: 0.7rem;
    border-bottom: #d9ae00 1px solid;
}

:root {
    --bg-red: red;
    --bg-amarrillo: #d9ae00;
    --bg-azul: #003876;
	--bg-white: #ffffff;
    --hr-color: #053a59;

}

.encabCont {
    display: flex;
    justify-content: space-between;
}

.encab {
    background-color: #ffffff;
    border-bottom: #CD272D 1px solid;
}

.mtopContainer {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .encabCont {
        flex-direction: column;
        margin-bottom: 0.1rem;
    }
}

.mtopContainer .repDom {
    padding: 0.5rem;
    max-width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .mtopContainer img {
        display: none;
    }

}

.repDom2 {
    display: none;
}

@media screen and (max-width: 768px) {
    .repDom2 {
        display: block;
        padding: 0.5rem;
        max-width: 100%;
        margin: 0 auto;
    }

}

.logoContenedor {
    display: flex;
    justify-content: inherit;
    align-items: center;
}
@media screen and (max-width: 768px){
    .logoContenedor {
        justify-content: center;
    }
}

.busquedaContenedor i {
    color: #ffffff;
    font-size: 1.2rem;
}

.btnMenuMobile {
    display: none;
}

button .btnMovil {
    color: #fff;
    background-color: red;
    border-color: #f9fafb !important;
}

.menumovilCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formmovilCont {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .menumovilCont {
        display: none;
    }

    /*.dropdown-menu.show {
        top: 0;
        margin: 0;
        left: 100%;
        padding: 0;
        width: 100%;
    }*/
}

.menuTop {
    margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
    .menuTop {
        display: none;
    }
.bg-azul{
    background-color: var(--bg-azul);
    padding: 0;
}
    .formdeskCont {
        display: none;
    }

    .busqmenumobileCont {
        display: flex;
        justify-content: space-evenly;
    }

    .btnBusqueda {
        display: none;
    }


    .btnMenuMobile {
        display: block;
        color: #ffffff !important;
        background-color: var(--hr-color);
        border-color: #f9fafb !important;
        text-transform: uppercase;
        margin-left: 0.3rem;
        text-align: center;
    }
    
    .btnMenuMobile .fa-bars {
        font-size: 1.5rem;
    }

    .busquedaContenedor {
        display: none;
        align-self: flex-start;
    }

    .navbar {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .dropdown-menu.show {
        /* top: 0; */
        /* margin: 0; */
        /* left: 100%; */
        padding: 0 !important;
        width: 100% !important;
        border: 0 !important;
    }
}

.btnBusqueda {
    background-color: var(--hr-color) !important;
}

.btnBusqueda:hover {
    background-color: var(--bg-red) !important;
}

.menuTop li,
.menuFooter li {
    margin-bottom: 0.5rem;
    border-right: #d9ae00 1px solid;
    padding: 0;

}

.menuTop a {
    color: var(--hr-color);
}

.menuTop a,
.menuFooter a {
    font-size: 0.9rem;
    line-height: 21px;
    padding: 0.3rem;

}

.menuTop a:hover {
    color: var(--bg-amarrillo);
}

.menuTop li:last-child,
.menuFooter li:last-child {
    border-right: none;
}

main {
    background-color: #ffffff;
    padding: 0 !important;
}

.serviceCont {
    padding: 2rem !important;
}



 .menumovilCont .collapse ul li {
    background-color: var(--bg-azul);
    transition: ease-in-out all .5s;
    
}
.mainMenuCont {
    background-color: var(--bg-azul);
}
@media screen and (max-width: 768px) {
    .mainMenuCont {
        background-color: #ffffff;
    }
    .collapse ul li {
       
    border-bottom: #ffffff 2px solid; 
    }
}

.fa-home {
    margin-right: 0.3rem;
}

.collapse ul li a.nav-link {
    padding: 1rem!important;
    color: #ffffff;
    white-space: normal;
}
@media screen and (max-width: 768px){
    .collapse ul li a.nav-link {
        padding: 0.5rem!important;
        color: #ffffff;
        white-space: normal;
    }
}
.collapse ul li a.dropdown-item {
    padding: 0.5rem;
}

.collapse ul li:hover, #navbar_top .active {
    /*background-color: var(--bg-amarrillo);*/
    /*border-top: solid 2px var(--bg-amarrillo);*/
    background-color: var(--bg-red);
/*     color: var(--hr-color); */
    transition: ease-in .2s;
}
nav.navbar {
    padding: 0 !important;
}

.movil{
        display: none;
    }

@media screen and (max-width: 768px){
    nav.navbar {
        padding: 0 !important;
    }
    .navbar-nav .nav-link {
       
        padding-left: 0.5rem;
}

.collapse ul li a.dropdown-item {
    padding: 0.5rem;
    white-space: normal;
}


.movil{
        display: block;
    }
}
.nav-link {
    color: #ffffff;
}

.collapse .nav-link:visited {
    color: #ffffff;
    background-color: var(--bg-amarrillo);
}

.dropdown-menu.show a {
    color: #fff;
}

.dropdown-menu.show a:hover {
    background-color: var(--bg-amarrillo);

}
.dropdown-menu.show a:visited {
    background-color: var(--bg-amarrillo);

}
ul.dropdown-menu[data-bs-popper] {
    top: 100%;
    margin-top: 0 !important;
    border-top: solid 1px #fff;
    border-radius: 0;
    background-color: var(--bg-azul);
    transition: ease-in .2s;
}

.mainContenedor {
    padding: 1rem;
}

.mainContenedor h2.tituloPrincipal {
    color: #666;
    font-size: 2.2rem;
    font-weight: 900;
}

.mainContenedor hr {
    color: var(--hr-color);
    background-color: var(--hr-color);
}

/* Desde aqui slider */
.sliderCont {
    background-color: #ffffff;
    max-width: 100vw;
    height: auto;
    object-fit: fill;
    /* background-image: url(../img/Marinos02.jpeg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; */
}

/* Hasta aqui slider */
/* Desde aqui servicios */
.servicios {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
    .servicios {
        display: block;
        align-items: center;
    }

    a.servicio {
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }
}

a.servicio {
    /*border: 2px  rgba(5,58,89,0,0.5);*/
    /*border-bottom: solid 0.3rem var(--bg-amarrillo);*/
    border-radius: 0.5rem;
    padding: 1rem;
    margin-right: 1rem;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    text-align: center;
    box-shadow: 0px 6px 11px -3px rgb(0 0 0 / 54%);
    box-shadow: 0px 6px 11px -3px rgb(0 0 0 / 54%);
    -webkit-box-shadow: 0px 6px 11px -3px rgb(0 0 0 / 54%);
    -moz-box-shadow: 0px 6px 11px -3px rgb(0 0 0 / 54%);

}

a.servicio::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(5, 58, 89);
    background: linear-gradient(0deg, rgba(5, 58, 89, 0.9) 0%, rgba(217, 174, 0, 0.9) 100%);
    /*opacity: 0.6;*/
    /*background-color: rgba(1, 31, 39, 9);*/
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0.5rem;
}

.servDatos {
    text-align: -webkit-center;
}

a.cursoEscuela,
a.servIngreso,
a.ingresoArm {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

a.cursoEscuela {
    background-image: url(/img/servicio1.jpeg);

}

a.servIngreso {
    background-image: url(/img/servicio2.jpeg);
}

a.ingresoArm {
    background-image: url(/img/servicio3.jpeg);
}

a.servicio:hover {
    /*box-shadow: 0px 4px 16px -2px rgba(5,58,89,0.54);
-webkit-box-shadow: 0px 4px 16px -2px rgba(5,58,89,0.54);
-moz-box-shadow: 0px 4px 16px -2px rgba(5,58,89,0.54);*/
    transition: ease-in-out all 0.2s;
    opacity: 0.9;
}

a.servicio:hover .serviceIcon {
    background-color: #ffffff;
    transition: ease-in all 0.3s;
    border: solid 4px var(--hr-color);
    width: 8rem;
    height: 8rem;
}

a.servicio:hover i {
    color: var(--bg-azul);
    transition: ease-in all 0.3s;
    font-size: 3rem;
}

a.servicio:last-of-type {
    margin-right: 0 !important;
}

.serviceIcon {
    border: 4px solid #ffffff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-azul);
    width: 10rem;
    height: 10rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.serviceIcon img {
    color: var(--bg-azul);
    width: 5rem;
    margin-bottom: 0.5rem;
}

.serviceIcon i {
    color: #ffffff;
    font-size: 4rem;
    z-index: 100;
}

h4.serviceDesc {
    color: #fff;
    z-index: 100;
    font-size: 1.2rem;
}

.masServicios {
    margin-top: 5rem;
}

.masServiciosBtn {
    background-color: #ed2224;
    border: 2px solid #ed2224;
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
    color: #fff;
    text-decoration: none;
}

.masServiciosBtn:hover {
    border: 2px solid #ed2224;
    background-color: transparent;
    color: #ed2224;
    transition: ease-in all 0.2s;
}

/* Hasta aqui servicios */
/* Desde aqui noticias */
.noticiasCont {
    padding: 2rem;  
}
@media screen and (max-width: 768px) {
    .noticiasCont {
        padding: 0;  
    }
}
.Bgcont {
    max-width: 100%;
    height: 60%;
    background-image: url(/img/velero01.jpeg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;

}

.Bgcont::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(5, 58, 89, 0.9);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

/* Desde aqui Cards */
.cardCont {
    height: rem;
}

.card-sl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (min-width: 768px) {
    .card-sl { 
        height: 20rem;
    }
}

.card-image img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0px 0;
}

.card-action {
    position: relative;
    float: right;
    margin-top: -25px;
    margin-right: 20px;
    z-index: 2;
    color: #E26D5C;
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}
/*
.card-action:hover {
    color: #fff;
    background: #E26D5C;
    -webkit-animation: pulse 1.5s infinite;
}
*/
.card-heading {
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    padding: 10px 15px;
    color: var(--hr-color);
}

.card-text {
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    color: #636262;
}

.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: var(--bg-azul);
    color: #fff;
    border-radius: 0 0 8px 8px;
    text-decoration: none;
    align-self: flex-start;
}

.card-button:hover {
    text-decoration: none;
    background-color: #1D3461;
    color: var(--bg-amarrillo);

}

/*
@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
*/
div.card-image {
    display: flex;
    justify-content: center;
    padding: 2rem;
}

div.card-image i {
    font-size: 4rem;
    color: var(--bg-amarrillo);
}

/* Hasta aqui las Cards */
/* Desde aqui noticias */
.news {
    justify-content: space-evenly;
    padding-top: 1rem;
}
@media screen and (max-width: 768px) {
    .news {
        padding: 0!important;
        margin-bottom: 0!important;
    }
}
.principalNew {
    display: flex;
    flex-direction: column;
}

.princNewImg {
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

.princNewImg img {
    width: 100vw;
    border-radius: 0.5rem;
}

a.articulo {
    text-decoration: none;
}

.noticia:hover {
    transition: ease 0.5s;
    box-shadow: 0px 6px 11px -3px rgb(0 0 0 / 54%);
    background-color: var(--bg-amarrillo);
    border-radius: 0.5rem;
}
.noticia:hover p{
    color: #fff;
}
.noticia {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
}

.articuloImgCont {
    max-width: rem;
    max-width: rem;
}

.articuloTitle {
    font-size: 1.2rem;
    color: var(--hr-color);
}

.articuloParr {
    color: #999999;
}

div.fechaLeerMas {
    display: flex;
    justify-content: space-between;
}

.fechaArt {
    color: #666666;
}

.fechaLeerMas a {
    color: red;
    text-decoration: none;
}

/* Hasta aqui noticias */
/* Desde aqui dpenedendias */
.dependencia-bg{
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 0;
}
.depenciasCont{
    /*background-color: #ffffff;*/
    padding: 2rem;
    background-color: rgb(180, 180, 197);
    background-image:url(../img/warships.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
    background-attachment: fixed;
    
}
.depenTituloCont{
    z-index: 10;
    position: relative;
    background-color: #ffffff;
    padding: 3rem;
}

.depenciasCont:before {
    content: ' ';
    display: block;
    position:  absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(5, 58, 89, 0.9);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;

}
.dependencias{
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: rem;
    z-index: 20;
    position: relative;
    padding: 3rem;
}
.dependencias .fas{
    font-size: 2.5rem;
    color: var(--bg-amarrillo);
}
/* Hasta aqui dpenedencias */
/* Desde aqui historia */
.historiaCont{
    background-color: #ffffff;
    display: flex;
    padding: 2rem 0;
    
}
.historiaLeft{
    background-image: url(../img/Santo_domingo_1850.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
/* Wdiget Palabras del comandante General */
.CmdtehistoriaLeft{
    background-image: url(https://armada.mil.do/principal/wp-content/uploads/2023/01/palabras-cmdte-gral-francisco-antonio-sosa-castillo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
/* Hasta Aqui Widget Palabras del comandante General */
@media screen and (max-width: 768px){
    .historiaLeft, .CmdtehistoriaLeft{
    display: none;
    }
}
.historiaDato{
    padding: 3rem;
    background-color: var(--bg-azul);
}
.historiaDato h3{
    color: var(--bg-amarrillo);
    margin-bottom: 2rem;
    font-size: 2.2rem;
}
.historiaDato p{
    color: #ffffff;
}
/* Hasta aqui historia */
footer {
    /*background-color: var(--bg-azul);*/
    background-color: var(--bg-azul);
}

.footerContenedor {
    padding: 0.5rem;
}

.footerContenedor p {
    color: #fff;
}

/*** Desde aqui footer ***/
footer {
    padding: 2rem 0;
}

.escudosFooter {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

    .escudosFooter,
    .dirFooter,
    .telFooter,
    .correoFooter {
        display: none;
    }
}

.divisorEscudos {
    width: 0.1rem;
    height: 6.3rem;
    margin: 0 28px;
    background: linear-gradient(0, rgba(255, 255, 255, 0) 0%, rgba(217, 174, 0, 1) 48.1%, rgba(255, 255, 255, 0) 100%);
}

.datosfooter {
    display: block;
    text-align: center;
    color: #ffffff;
}

.datosfooter p {
    margin: 0;
}

.navFooter {
    text-align: center;
}

.navFooter a {
    padding: 0.3rem;
}

.navFooter a:hover {
    color: var(--bg-amarrillo);
}

/* Desde aqui CSS del contenido */

.breadcrumbCont .breadcrumb li a {
    text-decoration: none;
    color: var(--bg-amarrillo);
}

.sharebtn a {
    margin-right: 1rem;
    font-size: 0.7rem;
    text-decoration: none;
    color: var(--bg-amarrillo);
}

.sharebtn i {
    margin-right: 0.3rem;
}

.folders {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .folders {
        grid-template-columns: 1fr;
    }
}

.folders a {
    text-decoration: none;
    color: #666;
}

.folders a:hover {
    -webkit-box-shadow: 4px 4px 14px -7px rgba(102, 102, 102, 0.92);
    box-shadow: 4px 4px 14px -7px rgba(102, 102, 102, 0.92);
    transition: all ease 0.3s;
}

.folder {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 7px;
    padding: 1rem;
    transition: ease all .3s;
    position: relative;
    display: grid !important;
    grid-template-columns: 43px 1fr;
    column-gap: 20px;
}

.folderIcon {
    background-image: url(../img/rcs/folder.svg);
}

.folderIcon,
.pdfIcon,
.docIcon,
.xlsIcon {
    height: 56px;
    width: 43px;
    background-repeat: no-repeat;
}

/* CSS para archivos */
.fileContenedor {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 25px;
}

.itemContenedor {
    padding: 25px;
    min-height: 106px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e4e4e4;
    transition: ease all .3s;
    position: relative;
    display: grid;
    grid-template-columns: calc(55px + 25px) 1fr 230px;
}

@media screen and (max-width: 576px) {
    .itemContenedor {
        display: flex;
    }

    .btnCont {
        align-self: flex-end !important;
    }
}

.pdfIcon {
    background-image: url(../img/rcs/pdf.svg);
}

.docIcon {
    background-image: url(../img/rcs/doc.svg);
}

.xlsIcon {
    background-image: url(../img/rcs/xls.svg);
}

.itemContenedor .fileTitle {
    font-weight: 700;
}

.itemContenedor span {
    margin-right: 0.5rem;
}

.btnCont {

    display: grid;
    align-self: center;
    justify-self: flex-end;
    grid-auto-flow: column;
    column-gap: 12px;
}

.btnCont a {
    padding: 0.5rem 1rem;
    color: #ee2a24;
    border: solid 1px #ee2a24 !important;
    text-decoration: none;
    border-radius: 0.3rem;
}

.btnCont a:hover {
    -webkit-box-shadow: 4px 4px 14px -7px rgba(102, 102, 102, 0.92);
    box-shadow: 4px 4px 14px -7px rgba(102, 102, 102, 0.92);
    transition: all ease 0.2s;
}
/* Desde aqui noticias */

a div.photoPrinc{
    height: 410px;
    width: 100%;
    background-color: cadetblue;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
a div.photoPrinc img{
    height: 410px;
    width: 100%;
    object-fit: cover;
    background-position: center center;
    border-radius: 7px;
    transition: ease .2s;
}
.newsLink{
    transition: ease 3s;
    
}
.newsLink:hover img{
    transform: scale(1.1);
    transition: ease .3s;
}
.tituloPrincCont{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    align-items: flex-start;
    padding: 25px;
    flex-direction: column;
}
.tituloPrincCont h2{
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
span.fecha{
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
}
/* Segundo estilo */
div.newsCont{
    display: flex;
    gap: 2rem;
}

@media screen and (max-width: 768px){
    div.newsCont{
        flex-direction: column;
        padding: 0;
    }
}
.news{
    padding: 2rem;
    margin-bottom: 6rem;
}
.news a{
    text-decoration: none;
}
.imgCont  {
    overflow: hidden;
    transition: linear .5s;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, .3);
    transition: .5s;
    background-color: rgb(208, 208, 226);
}
.items{
    overflow: hidden;
    transition: linear .5s;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
    transition: .5s;
    background-color: rgb(243, 243, 245);
}
.imgItemsCont{
    width: 100%;
    height: 25vh;
    overflow: hidden;
    margin-bottom: 1rem;
}
.items img{
    margin-bottom: 1rem;
    width: 100%;
    object-fit: cover;
   height: 100%;
}
.imgCont:hover img{
    transform: scale(1.1);
    transition: ease-in .5s;
}
.imgCont a:hover img{
    
}

.princTitle{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.catFecha{
    display: flex;
    margin-top: 0.5rem;
    justify-content: center;
    gap: 0.2rem;
}
.category p{
   
    color: var(--bg-amarrillo);
}
span.guion{
    color: #999999;
}
h2.titulo{
    text-align: center;
    color: var(--hr-color);
    margin-bottom: 1rem;
}
.parrafoPrinc p{
    text-align: center;
    color: #999999;
}
/* Items */
/* .itemsCont{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0;
} */
/* Items */
.itemsCont{
    display:grid;
    margin-top: 2rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px){
    .itemsCont{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    
    }
    .items{
        min-height: 10rem;
    }
}
.items{
    text-align: center;
}
.items h2{
    color: var(--hr-color);
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
}
/* Hasta aqui items */
/* Hasta aqui noticias */
/* Desde aqui galeria */
.galeriaCont{
    padding: 2rem;
    background-color: #ffffff;
}
/* Hasta aqui galeria*/
/* Desde aqui entradas*/
.imgEntrada{ 
    height: 35rem;
    width: 100%;
    margin-bottom: 2rem; 
}
@media screen and (max-width: 768px){
    .imgEntrada{ 
        height: auto;
        width: 100%;
        margin-bottom: 1rem; 
    }
}
.imgEntrada img{
    width: 100%;
    max-height: 35rem;
    object-fit: cover;
    overflow: hidden;
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
}
.entradaFecha{
    display: flex;
    margin-top: 0.5rem;
    justify-content: flex-start;
    gap: 0.2rem;
}
.entradaFecha a{
    text-decoration: none;
}
.entradaCuerpo{
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .entradaCuerpo{
        padding: 0rem;
    } 
}
/* Desde aqui entradas*/
/* estilos para el footer de enlaces */
#response small a{
    text-decoration: none !important;
    color: white !important;
}
/* estilos para el boton up al hacer scroll */
.goup {
    z-index: 10000;
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 20%), 0 10px 14px rgb(0 0 0 / 10%), inset 0 1px 0 rgb(255 255 255 / 25%), inset 0 -1px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.2),0 10px 14px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%), 0 10px 14px rgb(0 0 0 / 10%), inset 0 1px 0 rgb(255 255 255 / 25%), inset 0 -1px 0 rgb(0 0 0 / 10%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #CD272D;
    border-radius: 50%;
    border: none;
    bottom: 24px;
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 30%), 0 0 1px rgb(0 0 0 / 10%), inset 0 1px 0 rgb(255 255 255 / 25%), inset 0 -1px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.3),0 0 1px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 10px rgb(0 0 0 / 30%), 0 0 1px rgb(0 0 0 / 10%), inset 0 1px 0 rgb(255 255 255 / 25%), inset 0 -1px 0 rgb(0 0 0 / 15%);
    cursor: pointer;
    height: 56px;
    position: fixed;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: background-color,-webkit-box-shadow;
    transition-property: background-color,box-shadow;
    right: 24px;
    width: 56px;
    display: none;
}

.goup .up span {
    margin: 15px 0 0 19px;
    display: block;
    font-size: 1.5em;
    color: #fff;
}
@media (max-width: 799px) and (min-width: 303px){
    .goup {
        display: none !important;
    }
}
/* Desde aqui paginas */
.pageMenuCont{
    display: flex;
    padding-top: 2rem;
   
}
@media screen and (max-width: 768px) {
    .pageMenuCont{
        
       flex-direction: column;
        align-items: center;
    }
}
.pageMenu{
    width: 300px;
}
@media screen and (max-width: 768px) {
    .pageMenu{
        width: 100%;
    }
}
.pageMenu ul{
    border-right: 0.22rem solid var(--bg-amarrillo);  
}
@media screen and (max-width: 768px) {
    .pageMenu ul{
        border-right: none;  
        padding: 0;
        width: 100%;
        background-color: #f5f5f5;
    }
}
.pageMenu ul li{
list-style-type: none;
display: flex;
justify-content: flex-end;
padding: 0.8rem 2rem;
}
@media screen and (max-width: 768px) {
    .pageMenu ul li{
        list-style-type: none;
        display: block;
        padding: 0.8rem 2rem;
        width: 100%;
        background-color: #f5f5f5;
        text-align: center;
        border-bottom: 0.2rem solid #e7e3e3;
        }
}
.pageMenu ul li a{
    text-decoration: none;
    color: var(--hr-color);
    border-bottom: 0.2rem solid transparent;
   

}
.pageMenu ul li a:hover{
    border-bottom: 0.2rem solid var(--bg-amarrillo);
    font-weight: 700;
    overflow: hidden;
padding: 0;
transition: ease all 0.5s;

}
.pageMenu ul li a:visited{
    border-bottom: 0.2rem solid var(--bg-amarrillo);
    font-weight: 700;
    padding: 0;

}
@media screen and (max-width: 768px) {
    .pageMenu ul li a:hover{
        border-bottom: none;
    }
    .pageMenu ul li a:visited{
        border-bottom: none;
        font-weight: 700;
    }
}
.pageCuerpo{
    padding: 2rem;

}
@media screen and (max-width: 768px) {
    .pageCuerpo{
        padding: 0rem;
    } 
}

/* Hasta aqui paginas */

/* Desde aqui pagina de noticias */
.noticiaCuerpo{
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .noticiaCuerpo{
        padding: 0rem;
    } 
}

.todasNoticias{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}
.todasNoticias a{
text-decoration: none;
}
@media screen and (max-width: 768px){
    .todasNoticias{
        
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    
    }
}
/* Hasta aqui pagina de noticias */
/* Desde aqui paginacion */

.page-item.active .page-link {
    background-color: var(--bg-azul);
    color: #ffffff;
}
.page-item .page-link{
    color: var(--hr-color);
}
.page-item .page-link:hover{
    background-color: var(--bg-amarrillo);
    color: #ffffff;
}
/* Hasta aqui paginacion */
/* Desde aqui resultado busqueda */
.todasBusquedas a{
    text-decoration: none;
}
.resultadoCont:last-of-type{
    margin-bottom: 4rem;
}
.resultadoCont {
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    border: 0.1rem solid #f5f5f5;
}
 
.todasBusquedas h2{
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 700;
}
.todasBusquedas .busquedaParraf{
    color: #999999;
}
.resultadoCont .catFecha{
    justify-content: flex-start;
}
.resultadoCont .catFecha a{
    color: var(--bg-amarrillo);
}
/* Hasta aqui resultado busqueda */
/* css custom printfriendly plugin */
.printfriendly{
    display: none !important;
}
/* custom badge */
.badge-dark {
    color: #fff;
    background-color: #053a59;
}
.info-c{
    color: #053a59;
}

.divisionTop{
    background-color: rgba(217, 174, 0, 0.2);
    width: 90%;
    height: 1px;
    display: none;
    margin-bottom: 0.5rem;   
}
@media  screen and (max-width: 765px) {
    .divisionTop{
        display: block;
    }
}
/* Desde aqui sellos */
.sellosCont{
display: flex;
justify-content: center;
}
.sellos{
    display: flex;
    gap: 0.2rem;  
}


/* Hasta aqui sellos */

.menu-movil-resp{
    display: none;
}
@media  screen and (max-width: 765px) {
    .divisionTop{
        display: block;
    }
    .menu-movil-resp{
        display: flex;
    }
    .menu-footer-pc{
        display:none;
    }
}
/* Desde aqui sellos */
.sellosCont{
    display: flex;
    right: 0;
    justify-content: center;
    align-items: center;
    }
    .sellos{
        display: flex;
        gap: 0.2rem;
        justify-content: center;  
       
    }
    
    .escuSellosCont{
        display:grid ;
        grid-template-columns: repeat(3, 1fr);
        justify-items: end;
    }
    @media screen and (max-width: 768px) {
        .escuSellosCont{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    }
    /* Hasta aqui sellos */
    /*responsive boton subir*/
    .upNew{
        display: none;
    }
    .upNew a{
        text-decoration: none !important;
        color:#ffffff !important;
    }
    #selloNortic{
        display: none;
    }
    #selloNortic a{
        text-decoration: none !important;
        color:#ffffff !important;
    }
    @media (max-width: 799px) and (min-width: 303px){
        .upNew {
            display: block;
            background-color: #0275d8;
            padding: 0;
            width: 60px;
            margin: 0 auto;
        }

        .sellosCont, .stamp-container{
            display: none !important;
        }
        #selloNortic{
            display: block;
        }
    }
/*floating social network*/
.social {
    position: fixed;
    right: 0px;
    top: 300px;
    z-index: 2000;
}

.centralizar {
	
	display:flex;
	align-content:center;
/* 	align-items:center; */
	justify-content:center;
}

