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

html {
    box-sizing: border-box;
}

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

/**
 * Portada seccion de servicios
 * **/

 .contenidoPortada {
        display: flex;	
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: transform 0.5s ease-in-out, scale 0.3s;
/*         padding: 10px; */
      }


      .fixed-card {
        width: 100%;
		margin-right:15px;
        background-color: #ddd;
        text-align: center;
        border-radius: 4px;
        background-image: url("https://academianaval.edu.do/wp-content/uploads/2025/03/DIR2.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
      }

   
      .fixed-card:hover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 4px;
		cursor:pointer;
      }

 


.card2x {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding-top:320px;
	  width: 100%;
	  margin-bottom:5px;
	  background-color: #f8f9fa;
	  text-align: center;
	  border-radius: 4px;
	  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	  transition: transform 0.3s, box-shadow 0.3s;
	  background-repeat: no-repeat;
/* 	  background-size: cover; */
	  background-position: center;
	  position: relative;
	  overflow: hidden;
	  cursor:pointer;
	}

/* Estilo para la tarjeta destacada */
	.card2x:hover {

			  transform: scale(1.1);
			  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
			  background-color: #dad9d3;
		      z-index: 10;
	}

.overlay-text {
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.overlay-text-dir {
  position: absolute;
  bottom: 0; /* Lo coloca en la parte inferior */
  left: 0;
  right: 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5); /* fondo semi-transparente opcional para legibilidad */
  color: white;
  cursor: pointer;
 height:100%;
}

.texto-card-admin-ingre-2{
	display:flex;
	justify-content:center;
	align-items:center;
	  font-size: 1.5rem;
  	  font-weight: bold;
  	  text-align: center;
		height:90px;
}
.texto-card-admin-ingre{
	display:flex;
	justify-content:center;
	align-items:center;
	  font-size: 1.5rem;
  	  font-weight: bold;
  	  text-align: center;
		height:100%;
}
.texto-card-dir{
	  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.texto-card-dir-rango{
	  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
}


      #card1 {
        background-image: url("https://academianaval.edu.do/wp-content/uploads/2025/01/academia-img.jpg");
        background-size: 100% 100%;
		
	
   
      }
      #card2 {
        background-image: url("https://academianaval.edu.do/wp-content/uploads/2024/09/an_logo.png");
        background-size: 100% 100%;
		   
	
     
      }
      #card3 {
        background-image: url("https://academianaval.edu.do/wp-content/uploads/2025/01/LIZARDO-01.jpg");
        background-size: 100% 100%;
		
	
     
      }



/* Para pantallas muy pequeñas (celulares en modo vertical) */
@media (max-width: 480px) {
	.contenidoPortada
	 {
		
        display: block;
		padding-top:0;
}	
	.card2x {
		text-align:center;
		margin-bottom:5px;
		padding-top:220px;
	    width: 100%;
		height:350px;
	}	
}

.btn-border-serv {
  border: 1px solid white;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
}

.btn-border-serv:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* opcional para darle profundidad */
}
.btn-border-serv:active {
  background-color:#2b2626; /* gris claro */
}
/* Para celulares en modo horizontal y tablets pequeñas */
@media (min-width: 481px) and (max-width: 768px) {
		.contenidoPortada
	 {
		
    display: block;
		padding-top:0;
}
	
	.card2x {
		text-align:center;
			margin-bottom:5px;
		  padding-top:220px;
	    width: 100%;
		height:350px;
	}
	

}



/* Para tablets grandes y laptops pequeñas */
@media (min-width: 769px) and (max-width: 1194px) {
 	.contenidoPortada
	 {
		
    display: flex;
		padding-top:0;
}
	
	.card2x {text-align:center;
			margin-bottom:5px;
		  padding-top:220px;
	    width: 100%;}
		
	.texto-card-dir{
	  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
	
.texto-card-dir-rango{
	 font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
	
	
}

/*  BTN EGRESADOS*/


.filtro-btn-egresado{
	display:flex;
	gap:15px;
	width:50%;
		
}

.contenedor-filtros-egresadosx{
		display:flex;
	margin-top:15px;
	margin-bottom:15px;
	padding:20px;
		background-color: #f6f6f6; 
	border-radius:4px;
	
}


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

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Opcional, para destacar el navbar */
    transition: top 0.3s; /* Suaviza el efecto al ocultar/mostrar */
}
.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-red);

}

/*
@-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;
}

/*Clases de funcionarios*/

.funcionarios {
	display: flex;align-items:center; 
	box-sizing: border-box;width: 100%;
	
	min-width: 390px;
}
.funcionarioImg{
	 display: flex; 
	justify-content: left;
	width:30%;
}
.funcionariosTexto{
	text-align:center;
	width:70%
}
.carta-img{
	height: 260px;
    width: 560px;
}
.white-border{
	border:9px solid white;
}
.img-windt{
	
	width:100%;
}
/*Media query de funcionarios*/
  @media (max-width: 700px) and (min-width: 390px){
        .funcionarios {
            display: block;           
            width:360px;
	
           
	  }
	  .funcionariosTexto{
		  text-align:center;
		   width:320px;
		 
	  }
	  .funcionarioImg{
		  width:320px;
		  display:block;
		
	  }
		  
        }

.main-div-dir {
  display: flex;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.imgSizeDir {
  width: 450px;
  height: 550px;
  margin-bottom: 15px;
}

.centralizar {
  text-align: center;
  padding-top:20px;

}
.informaciones {
	
  padding: 20px;
}


.lineSpace{
	margin-top:15px;
}


.bordes{
	border: 1px solid lightgray;
	border-radius: 5px;
}

/*  HISTORIA CSS*/



.primera-rd {
        overflow: hidden;
        display: flex;          
         align-items: center;
         justify-content: center;
	justify-content: space-between;
    }

    .header-info {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #2e46a1;
    }

    .header-title {
        text-align: center;
        color: #c9b138;
        font-family: ui-rounded;
        padding: 12px;
    }



     .subheader {
         margin-bottom: 45px;
        margin-top: 30px; 
  
    } 
.tercera-rd{
    margin-bottom: 28px;
}
    .subheader-h3 {
        padding-top: 20px;
        padding-bottom: 20px;
        /* padding: 12px; */
        width: 50%;
        background-color: #eeeef5;
        color: #cdb01b;
        border-top-left-radius: 11px;
        border-bottom-right-radius: 11px;
        text-align: center;
        font-family: ui-rounded;
        font-size: 28px;
            border: 2px solid #f2e4a6f5;
    }

    .p-style {
        text-align: justify;
        font-size: 16px;
        font-family: roboto, sans-serif;
        line-height: 1.5;

    }

    .p-style-justify-center {

        display: flex;
        align-items: center;
        justify-content: center;
        text-align: justify;
        font-size: 16px;
        font-family: roboto, sans-serif;
        line-height: 1.5;


    }
.p-style-justify-center-lajara{
	    font-size: 16px;
        font-family: roboto, sans-serif;
        line-height: 1.5;
	  text-align: justify;
}

.graduacion-cuerpo{
	text-align:center;
	  text-align: justify;
        font-size: 12px;
        font-family: roboto, sans-serif;
	background-color: #dbeaf7;
    border-radius: 3px;
    border: 1px solid #ede6e6f5;
}
.img-title-ofrenda{
	width:607px;
	padding:12px;
	
}
    .republica-div {

        overflow: hidden;
        margin-bottom: 30px;
        display: flex;    
        align-items: center;
        justify-content: center;
        justify-content: space-evenly;
        line-height: 1.5;
      

    }
 .republica-div-lajara {

        overflow: hidden;
        margin-bottom: 30px;
        display: flex;    
/*         align-items: center; */
        justify-content: center;
        justify-content: space-evenly;
        line-height: 1.5;
      

    }
/*     .img-size-left {
        float: left;
        margin-right: 10px;
        background-color: #dbeaf7;
        /*    font-size:12px; */
        text-align: center;
        border: 1px solid #eae4b8f5;
        border-radius: 3px;
        padding: 3px
    }
 */
    .img-tag-size-windt {
        width: 290px;
        height: 260px;
    }

    .img-tag-size {
        width: 290px;
        height: 260px;
    }
.img-tag-size-lajara2{
	 width: 460px;
     height: 360px;
}

    .img-tag-size-lilis {
        width: 260px;
        height: 260px;
    }

    .texto-debajo {
        display: flex;
        align-content: center;
        justify-content: center;
        padding-bottom: 5px;
    }

    .img-size-right {
        float: right;
        background-color:#dbeaf7;
        margin-left: 10px;
        text-align: center;
        border: 1px solid #eae4b8f5;
        border-radius: 3px;
        padding: 3px
    }

    .img-size-multi {
        width: 100%;
        padding: 3px;
        margin-bottom: 5px;
     
        border: 1px solid #eae4b8f5;
        text-align: center;
        background-color: #dbeaf7;
        margin: 5px;

    }

    .center-content {
        display: flex;
        justify-content: space-between;


    }

    .titleImage {
        text-align: center;
        font-weight: bold;

    }





    .p-after-subheader {
        margin-top: 15px;
    }

    .img-size {
        width: 452px;
        height: 494px;
    }

    .img-portada {
        display: flex;
        justify-content: center;
/*         margin-bottom: 15px; */
    }

    .img-main {
        display: flex;
        align-items: center;
        justify-content: space-evenly;


    }

    .after-main {

        text-align: justify;
        padding: 10px;

    }

.img-title-club{
	       display: flex;
        justify-content: center;
        padding: 6px;
        font-size: 16px;
        /* font-weight: bold; */
        font-family: roboto, sans-serif;
/*         color:#cdb01b; */
}

    .img-title {
        display: flex;
        justify-content: center;
        padding: 6px;
        font-size: 16px;
        /* font-weight: bold; */
        font-family: roboto, sans-serif;
        color:#cdb01b;
    }

/* .img-title-lar {
   display: inline-block;
        text-align:center;
   
        font-size: 16px;

        font-family: roboto, sans-serif;
        color:#cdb01b;
    } */


/*  CLASE DE EJEMPLO */

.img-title-lar {
    display: inline-block; 
    text-align: center; 
}

.img-title-lar img {
    display: block; /* Elimina espacio en blanco adicional alrededor de la imagen */
    max-width: 100%; /* Asegura que la imagen no exceda el contenedor */
    height: auto; /* Mantiene las proporciones de la imagen */
}

.img-title-lar br,
.img-title-lar span {
    display: block; /* Asegura que el texto y los saltos de línea no interfieran con el tamaño */
    margin-top: 5px; /* Agrega un pequeño espacio entre la imagen y el texto */
}

.img-title-lar2 {
    display: inline-block; 
    text-align: center; 
	    border: 1px solid #ede6e6f5;
}


.img-title-lar2 img {
    display: block; /* Elimina espacio en blanco adicional alrededor de la imagen */
    max-width: 100%; /* Asegura que la imagen no exceda el contenedor */
    height: auto; /* Mantiene las proporciones de la imagen */
}

.img-title-lar2 br,
.img-title-lar2 span {
    display: block; /* Asegura que el texto y los saltos de línea no interfieran con el tamaño */
    margin-top: 5px; /* Agrega un pequeño espacio entre la imagen y el texto */
}

.img-size-right-lar {
    display: flex; /* Si necesitas alinearlo a la derecha */
    justify-content: flex-end; /* Alinea el contenedor hacia la derecha */
	 text-align: center;
	   
}

/*  Alinear a la izquierda*/

.img-size-left {
    display: flex; /* Si necesitas alinearlo a la derecha */
    justify-content: flex-start; /* Alinea el contenedor hacia la derecha */
	 text-align: center;
	       
}
.img-title-lar{
	 border: 1px solid #ede6e6f5;
}


.img-container {
        border: 1px solid #ede6e6f5;
        text-align: center;

    }



    .p-after-img {
        margin-bottom: 25px;

    }

    .divider {
        margin: 30px;
    }


    /* #img-valorUno {
        border-bottom: 3px solid gold;
    } */


.equal-parts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px; /* Espaciado entre elementos */
	margin-bottom:18px;
}
.centralizar-content{
    display: flex;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 12px;
}
.sombra {
    background-color: #dbeaf7;
    border-radius: 3px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 80%;
	font-size: 24px;
    text-align: center;
}

.img-size-club{
/*     background-color: #dbeaf7; */
        border-radius: 3px;    
        max-width: 100%;
/* 	    border: 1px solid #eae4b8f5; */

}

.graduacion{ 
    font-size: 16px;
        font-family: roboto, sans-serif;
	   margin-bottom: 8px;
}

.img-div{
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    margin-top: 12px;
}


.img-div-size{
    width: 100%;
	
/*     height: 50%; */
}
.img-size-club{
	
	border: 3px solid #fffcef;
}
.img-div-size-floral{
	 width: 100%;
	border: 3px solid #fffcef;
}
.img-title-subh{
 
    line-height: 1.5;
    text-align: justify;
    padding: 12px;
    font-size: 16px;
    color: #cdb01b;

}

.p-style-ofrenda{
    text-align: justify;
    font-size: 12px;
    font-family: roboto, sans-serif;
    line-height: 1.5;
}
.p-style-lilis{
	display:flex;
	align-items:center;
	  text-align: justify;
    font-size: 16px;
    font-family: roboto, sans-serif;
    line-height: 1.5;
	
	
	
}
.img-desktop {
    display: block;
	max-width:100%;
}

.img-mobile {
    display: none;
}

.fuente{
	font-size:9px;
}
 .entregas-diplomas{
	 display:flex;
	 align-items:center;
	font-size:12px;
	 max-width:100%;
	 text-align:justify;
}
/*  @media (max-width: 989px) and (min-width: 844px) {
	 
	.img-div > .img-div-size{
			 width: 100%;
		}
}
 */
	

 @media (max-width: 993px)  {
	 
	.img-title-lar2{
			     border: none;
		}
}
    @media (max-width: 844px) and (min-width: 390px) {
		
		
	   .equal-parts-grid {
        grid-template-columns: 1fr; /* Una sola columna */
        gap: 15px; /* Espaciado reducido entre filas */
    }

    .img-size-left {
        align-items: center; /* Centra la imagen en móviles */
    }

		.img-size-right-lar{
			display: flex
;
    justify-content: center;
        align-items: center; /* Centra la imagen en móviles */
/* 			   border: 1px solid #ede6e6f5; */
    }
		.center-content{
			display:block;
		}
		.img-title {
			    width: 100%;
    text-align: center;
		}

    .p-style-justify-center {
        text-align: justify; /* Mantiene el texto justificado */
        font-size: 0.9rem; /* Reduce el tamaño de fuente para mejor lectura */
    }

    .img-title-lar img {
        max-width: 90%; /* Reduce un poco el tamaño de la imagen */
        margin: 0 auto; /* Centra la imagen horizontalmente */
    }

    .img-title-lar p {
        font-size: 1rem; /* Ajusta el tamaño del texto para móviles */

    }
		
		
		.subheader-h3{
			  width: 100%;
		}

		.img-div-size{
			 width: 100%;
		}
		
		.img-div{
			display:block;
		}
		
		.img-title-ofrenda  {
 width:100% !important;
     padding: 12px;
}
		.img-size-club > img{
			 width: 100%;
		}
		
		  .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
    }

		.graduacion-cuerpo{
				 width: 100%;
		}
		



    }

.escudo-ard{
	display:flex;
	align-items:center;
	justify-content: center;
	font-family: time roman;

}




.wpcf7-form {
	     padding-left: 40px;
}

.wpcf7-text{
	   border-radius: 0px !important; 
    border: 1px solid #053a59 !important;
	padding:9px
}

.wpcf7-textarea{
	   border-radius: 0px !important; 
    border: 1px solid #053a59 !important;
}


.centralizar-img-sub {
  display: flex;
  justify-content: center;
  align-items: center;
}
.border-pic {
  border: 1px solid #dfdcdc;
  padding: 5px;
}

.data-subdir {
  text-align: center;
}
.text-format {
  font-family: "Lato", Sans-serif;
  padding-top: 8px;
}



/* Media query para tablets y celulares despacho director*/
@media (max-width: 768px) {
  .main-div-dir {
    display: block;
  }

  .centralizar {
    margin-bottom: 20px;
  }

  .informaciones {
    text-align: justify;
  }

  .imgSizeDir {
    margin: 0 auto;
    display: block;
  }
}

/* Media query adicional para celulares despacho director */
@media (max-width: 480px) {
  .main-div-dir {
    display: block;
  }

  .imgSizeDir {
    width: 100%;

  }

  .centralizar {
    margin-bottom: 15px;
  }

  .informaciones {
    font-size: 14px; 
    line-height: 1.5;
  }
}

@media screen and (max-width: 1024px) {
  .main-subdir {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-subdir {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .main-subdir {
    width: 100%;
  }
}

@media screen and (max-width: 1197px) {
  .main-subdir {
    width: 100%;
  }
}


