/********GENERALES********/

body {
	font-family: 'Montserrat', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
}

a {
	color: #e3116a;
	transition: all 1s;
}

a:hover {
	color: #252527;
}

img {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0;
}

section {
	width: 100%;
	padding: 60px 0;
	background-color: #FFF;
}

.pm_colorPrimarioBack {
	background-color: #e3116a;
}

.pm_colorPrimarioFont {
	color: #e3116a;
}

.pm_colorSecundarioBack {
	background-color: #252527;
}

.pm_colorAcentoBack {
	background-color: #e3116a17;
}

.pm_colorAcentoSecundarioBack {
	background-color: #25252717;
}

.pm_sectionSombra {
	background: rgb(242, 173, 202);
	background: -moz-linear-gradient(180deg, rgba(242, 173, 202, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(242, 173, 202, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, rgba(242, 173, 202, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2adca", endColorstr="#ffffff", GradientType=1);
}

.pm_lineaCenter {
	margin: 0 auto 60px;
}

.barraAnuncios span a {
	color: #000;
}

.barraAnuncios span a:hover {
	color: #e3116a;
	text-decoration: underline;
}

/********SECCION ACERCA DE *********/

.pm_tituloSeccion {
	font-size: 40px;
}

.pm_tituloSeccion h1 {
	text-align: left;
}

.pm_tituloSeccion.pm_margenPrincipal {
	margin-top: 113px;
}

.pm_divisionTitulo {
	width: 250px;
	height: 4px;
	display: inline-block;
	margin-bottom: 60px;
}

.pm_boxImg {
	width: 100%;
}

.pm_boxImg img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 15px;
}

/********SECCIÃƒâ€œN HISTORIA***********/

.pm_boxImgGde img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 15px;
}

/*******SECCION EXPERIENCIA******/

.pm_boxBullets {
	padding: 20px;
	border-radius: 15px;
	box-shadow: 5px 5px 27px #ccc;
}

.pm_boxBullets ul li {
	padding-left: 2rem;
	background-image: url("../images/landing-marca/star.svg");
	background-position: 0 4px;
	background-size: 1.2rem 1.2rem;
	background-repeat: no-repeat;
	list-style-type: none;
}

/*********SECCION EVOLUCIÃƒâ€œN**********/

.pm_boxTimeLine {
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
}

.pm_timeLine {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
}

.pm_lineaTimeLine {
	width: 100%;
	height: 3px;
	margin: 40px 0;
}

.pm_fecha {
	margin-bottom: 20px;
	padding: 0px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pm_li.pm_complete .pm_infoTimeLine {
	border-top: 2px solid #252527;
}

.pm_infoTimeLine {
	padding: 0px 30px;
	display: flex;
	justify-content: center;
	border-top: 2px solid #D6DCE0;
	position: relative;
	padding-top: 15px;
	width: 291px;
	height: 125px;
	font-size: 15px;
	line-height: 20px;
}

.pm_li.pm_complete .pm_infoTimeLine:before {
	background-color: #e3116a;
	border: none;
}

.pm_infoTimeLine:before {
	content: "";
	width: 18px;
	height: 18px;
	background-color: white;
	border-radius: 18px;
	border: 1px solid #ddd;
	position: absolute;
	top: -11px;
	left: 42%;
}

/* Barra de desplazamiento */

::-webkit-scrollbar {
	width: 8px;
	background-color: #e3116a17;
	border-radius: 20px;
	height: initial;
}

::-webkit-scrollbar:window-inactive {
	display: none;
}

::-webkit-scrollbar-thumb {
	background-color: #e3116a;
	border-radius: 6px;
}

.pm_instruccionesTime {
	margin-top: 10px;
	display: block;
}

/*********SECCION VALORES*********/

.pm_descripcionValores {
	width: 51%;
	margin: 0 auto 60px;
	text-align: center;
	float: initial;
}

.pm_boxValores {
	display: flex;
}

.pm_listaValores {
	list-style-type: none;
}

.pm_valor {
	display: inline-block;
	margin: 0 28px;
	font-size: 25px;
}

.pm_valor i {
	color: #e3116a;
}

/*************SECCION EQUIPO**********/

.pm_boxCardEquipo {
	width: 200px;
	margin: 20px auto;
}

.pm_tituloEquipo {
	font-size: 18px;
	margin-bottom: 60px;
}

.pm_nombreEquipo {
	display: inline-block;
}

.pm_nombreEquipo h3 {
	font-size: 21px;
	margin-top: 10px;
}

.pm_boxImgEquipo {
	width: 200px;
	text-align: center;
	margin: 0 auto;
}

.pm_boxImgEquipo img {
	border-radius: 15px;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.pm_redesEquipo {
	margin-top: 10px;
}

.pm_redesEquipo a i {
	margin-right: 11px;
	font-size: 18px;
}

.pm_tabsEquipo .nav-item {
	margin: 0 auto;
}

.pm_tabsEquipo {
	margin: 40px 0;
}

.pm_tabsEquipo .nav-link {
	color: #e3116a;
	background-color: #e3116a17;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #e3116a;
}

.pm_cargoEquipo {
	font-size: 16px;
	width: 100%;
	height: 30px;
	display: inline-block;
}

/*.pm_tabPaneScroll {
	height: 700px;
	overflow-x: hidden;
	overflow-y: scroll;
}*/

/*********SECCION MISION VISION***********/

.pm_boxMisVis {
	display: inline-block;
	padding: 20px;
	border-radius: 15px;
	height: 475px;
}

.pm_boxRss i {
	margin: 0 20px;
	font-size: 30px;
}

/*********SECCION CONTACTANOS**********/

.pm_tituloMail {
	margin-top: 50px;
	font-size: 20px;
}

.pm_tituloMail p {
	margin-top: 10px;
}


/* RESET LOCAL Y VARIABLES */

:root{
    --primario: #e3116a;
    --black: #000000;
}

.dgm-container-fluid {
    --dgm-primario: #e3116a;
    --dgm-black: #000000;
    --dgm-white: #ffffff;
    --dgm-text-gray: #e0e0e0;

    /* Color con opacidad (0.05) */
    --dgm-primario-rgb: 225, 27, 107;
    --dgm-primario-alpha: rgba(var(--dgm-primario-rgb), 0.05);
    
    /* Reset local: Forzamos box-sizing y fuentes */
    box-sizing: border-box;
    font-family: "Public Sans", sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    padding: 80px 20px;
    width: 100%;
    margin: 0 auto;
}

.dgm-container-fluid *, 
.dgm-container-fluid *::before, 
.dgm-container-fluid *::after {
    box-sizing: inherit; /* Asegura que todos los hijos hereden el box-sizing */
    margin: 0;
    padding: 0;
}

.dgm-main-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.dgm-header {
    text-align: center;
    margin-bottom: 60px;
}

.dgm-title {
    font-size: 40px; 
    font-weight: 800;
    text-transform: initial;
    letter-spacing: -1px;
    margin-bottom: 15px;
    color: var(--dgm-primario);
    text-align: center!important;
}

.dgm-description {
    font-size: 18px;
    color: var(--dgm-black);
    max-width: 100%;
    margin: 50px auto;
}

.dgm-subtitle {
    font-size: 24px;
    font-weight: 700;
    text-transform: initial!important;
    color: var(--dgm-primario);
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.dgm-subtitle::after {
    content: '';
    display: block;
    width: 30%;
    height: 4px;
    background-color: var(--dgm-primario);
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

/* GRID Y CARDS */
.dgm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
}

.dgm-card {
    background: var(--dgm-primario-alpha);
    backdrop-filter: blur(10px);
    border: 1px solid var(--dgm-text-gray);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
    text-align: center;
    position: relative;
}

.dgm-card:hover {
    transform: translateY(-10px);
    border-color: var(--dgm-primario);
    background: var(--dgm-primario-alpha);
}

.dgm-card.hidden {
  display: none;
}

.dgm-card__img-container {
    padding: 20px 20px 0 20px;
}

.dgm-card__img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 15px;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
    height: 240px;
}

.dgm-card:hover .dgm-card__img {
    filter: grayscale(0%);
}

.dgm-card__content {
    padding: 25px;
}

.dgm-card__name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--dgm-primario);
    text-align: center!important;
}

.dgm-card__role {
    font-size: 15px;
    color: var(--dgm-black);
    text-transform: initial;
    font-weight: 600;
    margin-bottom: 15px;
}

.dgm-card__socials {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 12px;
}

.dgm-card__social {
    font-size: 18px;
    color: var(--dgm-primario);
    transition: transform .2s ease, color .2s ease;
}

.dgm-card__social:hover {
    transform: scale(1.2);
}

/* ---- ESTILOS PARA LAS TABS ---- */
.dgm-grid-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem;
}

.dgm-tabs {
  display: flex;
  margin: 50px auto;
  gap: 1rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.dgm-tab-btn {
  padding: 0.7rem 1.5rem;
  border-radius: 30px;
  border: 1px solid var(--dgm-primario);
  background: transparent;
  color: var(--dgm-primario);
  font-family: var(--dgm-montserrat);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dgm-tab-btn:hover {
  background: var(--dgm-primario-alpha);
}

.dgm-tab-btn.active {
  background: var(--dgm-primario);
  color: var(--dgm-white);
  width: auto;
}

/* Misión y visión */
.card-MisVis {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
}

.linea-divisora-MisVis {
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: var(--primario);
}

/* Responsive */
@media (max-width: 768px) {
    .dgm-title { font-size: 32px; }
    .dgm-container-fluid { padding: 50px 15px; }
}




/*****************MEDIA QUERIES*****************/

/*********************0 a 575.98*******************/

@media (max-width: 575.98px) {
	.pm_boxImg {
		margin-bottom: 20px;
	}
	.pm_descripcionValores {
		width: 100%;
	}
	.pm_valor {
		margin: 15px 40px;
	}
	.pm_tabsEquipo .nav-item {
		margin: 10px auto;
	}
	.tab-pane {
		height: 600px;
		overflow: hidden;
		overflow-y: scroll;
	}
	.pm_boxMisVis {
		padding: 20px;
		border-radius: 15px;
		height: auto;
		margin: 20px 0;
	}
	.pm_boxRss i {
		margin: 10px 20px;
		font-size: 25px;
		display: inline-block;
	}
	.pm_cargoEquipo {
		height: auto;
	}
	.pm_tituloMail p {
		font-size: 15px;
	}
}

/*********************576 a 767.98*******************/

@media (min-width: 576px) and (max-width: 767.98px) {
	.pm_boxImg {
		margin-bottom: 20px;
	}
	.pm_descripcionValores {
		width: 100%;
	}
	.pm_valor {
		margin: 7px 18px;
	}
	.pm_tabsEquipo .nav-item {
		margin: 10px auto;
	}
	.tab-pane {
		height: 600px;
		overflow: hidden;
		overflow-y: scroll;
	}
	.pm_boxMisVis {
		padding: 20px;
		border-radius: 15px;
		height: auto;
		margin: 20px 0;
	}
	.pm_boxRss i {
		margin: 0 10px;
		font-size: 25px;
	}
	.pm_cargoEquipo {
		height: auto;
	}
}

/*********************768 a 991.98*******************/

@media (min-width: 768px) and (max-width: 991.98px) {
	.pm_boxImg img {
		height: 530px;
	}
	.pm_boxImgGde img {
		height: 668px;
	}
	.pm_descripcionValores {
		width: 90%;
	}
	.pm_valor {
		margin: 15px 27px;
	}
	.tab-pane {
		height: 600px;
		overflow: hidden;
		overflow-y: scroll;
	}
	.pm_boxMisVis {
		height: 630px;
	}
	.pm_valor {
		margin: 15px 24px;
		font-size: 22px;
	}
}

/*********************992 a 1199.98*******************/

@media (min-width: 992px) and (max-width: 1199.98px) {
	.pm_boxImg img {
		height: 580px;
	}
	.pm_boxImgGde img {
		height: 547px;
	}
	.pm_valor {
		margin: 0 10px;
		font-size: 20px;
	}
	
}

/*********************1200 a 1399.98*******************/

@media (min-width: 1200px) and (max-width: 1399.98px) {
	.pm_boxImg img {
		height: 470px;
	}
	.pm_valor {
		margin: 0 12px;
	}
	
}