/* ESTILOS GENERALES */

.site-inner {
    max-width: unset !important;
    padding: 0 !important;
}

.home .site-inner {
    padding: 0 15px !important;
}

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

.site-inner .content {
    width: 100% !important;
}

.centered-column {
    max-width: 1280px;
    margin: 2em auto;
    width: 100%;
}

p, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0px;
}

.text-center {
    text-align: center;
}
/* ESTILOS GRID PACKERY trabajos */
/* ===== WRAPPER ===== */
.trabajos-packery-wrapper {
	/* padding: 0 15px; */
    max-width: 1280px;
    margin: 2em auto;
	box-sizing: border-box;
	width: 100%;

}

/* ===== GRID ===== */

.trabajos-packery-grid {
	position: relative;
	width: 100%;
}

/* ===== ITEM BASE ===== */
.trabajos-packery-item {
	position: absolute; /* Packery lo controla */
	width: calc(24% - 2px); /* 4 columnas */
	/* width: calc(33.333% -20px); */
	display: block;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
}

/* IMAGEN + TÍTULO */
.trabajos-packery-image img {
	width: 100%;
	height: auto;
	display: block;
}

.clientes-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, 300px);
	place-content: center;
	place-items: center;
	max-width: 1340px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
	gap: 13.76px;
}



/* SINGLE TRABAJO */
.content-sidebar-wrap {
    max-width: 1280px;
    margin: 2em auto 10px;
}

.trabajo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}

.wrapper-titulo {
    width: 100%;
    text-align: center;
	display: flex;
    flex-flow: row;
    justify-content: center;
	align-items: center;
	gap: 8px;
}

.trabajo-close {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: fit-content;
	display: grid;
    place-items: center;

}
.wrapper-titulo span {
    font-weight: 200;
    font-size: 20px;
    text-transform: uppercase;
}

.trabajo-separator {
    border: none;
    border-bottom: 1px solid var(--header-separator);
    margin: 10px auto 15px;
	max-width: 1280px;
}

h2.trabajo-title {
    font-size: 25px;
    font-weight: 600;
    color: var(--black);
    text-transform: uppercase;
    text-wrap: balance;
}

p.trabajo-subtitulo, p.trabajo-enlace{
	max-width: 1280px;
	margin: auto;
	text-align: center;
}

.trabajo-subtitulo {
    font-size: 1rem;
    margin-bottom: 10px;
}

.trabajo-enlace a {
    color: var(--enlace-color);
    text-decoration: none;
	font-size: 15px;
    font-weight: 600;
}

.trabajo-enlace a:hover {
    text-decoration: underline;
}

.swiper-slide img {
    max-width: 768px;
    margin: auto;
    display: flex;
    width: 100%;
}

.single-trabajos .site-inner .content {
    padding: 0 15px;
}

.swiper-navigation-icon {
    color: var(--footer-separator);
}

.swiper-pagination-bullet-active {
    background-color: var(--black) !important;
}
/* ===== Quienes somos ===== */

.quienes_somos-container {
	display: flex;
	flex-flow: column;
	gap: 2em;
	padding: 0 15px;
}

.integrante {
	display: flex;
	flex-flow: column;
	gap: 0;
	align-items: center;
	justify-content: center;
}

.integrante img {
	max-width: 190px;
}

.integrante h2 {
	font-size: 20px;
	margin: 0;
}

.integrante h3 {
	font-size: 18px;
	margin: 0 0 1em;
}


.integrante .content {
	padding: 1em 0 0;
	border-top: solid 1px var(--header-separator);
	font-size: 14px;
	font-family: 'Geologica', sans-serif;
	font-weight: 300;
}

.integrante .content p {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

/* .trabajo-galeria {
    margin-top: 20px;
} */

.trabajo-swiper {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--black);
    z-index: 10;
}

.swiper-pagination {
    margin-top: 10px;
}
.otros-trabajos-title {
    margin: 40px 0 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.otros-trabajos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    
}

.otro-trabajo-item img {
    width: 100%;
    height: auto;
    display: block;
}


/* ===== Mapa web ===== */

section.textos, section.mapa-web {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}

section.textos ul, section.mapa-web ul {
    padding: revert;
}

section.textos ul li, section.mapa-web ul li {
    list-style-type: disc;
}

section.textos a, section.textos ul li a, section.mapa-web ul li a {
    color: var(--enlace-footer);
    text-decoration: none;
}

section.textos a {
    text-decoration: underline;
}

section.textos ul li a:hover, section.mapa-web ul li a:hover {
    text-decoration: underline;
    font-weight: 700;
}

section.textos h2, section.textos h3, section.textos ul, section.textos p {
    margin: 0 0 20px;
    line-height: 1.5;
}

section.textos h2, section.textos h3 {
    margin: 0 0 10px;
}

section.textos h2 {
    font-size: 24px;
}

section.textos h3 {
    font-size: 20px;
}

section.textos p,
section.textos li,
section.textos a {
    font-size: 18px;
}


section.textos * {
    font-family: 'Geologica', sans-serif;
}

.tax-clientes h2 {
    text-transform: uppercase;
}


.tax-clientes main.content {
    position: relative;
}

.tax-clientes main.content a.trabajo-close {
    padding: 0 15px;
}

.tax-clientes .site-inner {
    padding: 0 15px !important;
}


/* ===== RESPONSIVE ===== */

@media (max-width: 1000px) {
	.trabajos-packery-item { width: calc(34% - 19px); } /* 3 columnas */
    .otros-trabajos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 840px) {
    .wrapper-titulo span:first-of-type {
        display: none;
    }

    .wrapper-titulo {
        display: flex;
        flex-flow: column;
    }
}

@media (max-width: 800px) {
    .swiper-navigation-icon {
        display: none;
    }
}

@media (max-width: 768px) {
    .otros-trabajos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
	.trabajos-packery-item { width: calc(51% - 16px); } /* 2 columnas */
    
    .clientes-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 440px) {
    .trabajo-header {
        display: flex;
        flex-flow: column-reverse;
        gap: 1em;
    }

    .trabajo-close {
        position: relative;
        text-align: right;
        place-items: end;
        right: unset;
        left: unset;
        top: unset;
        width: 100%;
    }

    .trabajos-template-default .content-sidebar-wrap {
        margin: 1em auto 10px;
    }
}

@media (max-width: 360px) {
	.trabajos-packery-item { width: 100%; } /* 1 columna */
}

@media (max-width: 340px) {
	.clientes-grid {
		grid-template-columns: 1fr 1fr;
	}
}

