body {
    margin: 0;
    font-family: "Zalando Sans", sans-serif;
    padding-top: 0 !important;
}
.m-b{
    width:90%;
    max-width:1200px;
    margin:auto;
    padding:60px 0;
}
div#iter-content-wrapper {
    margin-top: 0px;
}
.iter-footer-wrapper {
    padding: 0;
    margin: 0;
}
.secondary-nav{
    display: none;
}

.nav-fondo {
    display: none;
}
.primary-nav {
    position: inherit !important;
}

/* HEADER */
.header{
    height:600px;
    background:url("https://codigomarret.online/upload/img/mediakit-header.webp") center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}
.header-overlay{
    position:relative;
    color:white;
    text-align:center;
    max-width:700px;
}
.header h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.header p {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.9;
    padding: 0 2rem;
    line-height: 1.2;
}
.date {
    text-transform: none;
} 

/* EDITORIAL */
.editorial.movil{
    display: none;
}
.editorial{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}
.editorial-img img{
    width:100%;
}
.editorial-text h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -1px;
}
.editorial-text .date {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
}

/* PORTFOLIO */
.portfolio{
    text-align:center;
    padding: 0;
}
.portfolio h2 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 0 7rem;
}
.subtitle {
    color: #666;
    margin-bottom: 40px;
    padding: 0 12rem;
    font-size: 16px;
    font-weight: 400;
}
.cards{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}
.card{
    position:relative;
    display:block;
    overflow:hidden;
    text-decoration:none;
    color:white;
}
.card img{
    width:100%;
    height: auto;
    object-fit:cover;
    transition:0.3s;
}
.card span{
    position:absolute;
    bottom:15px;
    left:15px;
    font-size:18px;
    font-weight:bold;
}
.card:hover img{
    transform:scale(1.1);
}

/* AUDIENCE */
.audiences{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}
.audiences h3 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -1px;
}
.audiences p{
    color:#555;
}

.audiencias .imgmov{
    display: none;
}
/*==============================*/
h2{
    margin-bottom:20px;
    color:#333;
}

/* TOP IMAGES */
.top-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:3rem;
}
.top-grid.container{
    padding: 0;
}
.top-grid img{
    width:100%;
    border-radius:6px;
}
.title{
    font-size: 28px;
    font-weight: 500;
}

/* SOCIAL */
.social{
    margin-bottom: 2.5rem;
}

.social-icon-v{
    color: #CC1114;
}
.social-icon-h{
    color: #BF2BBF;
}
.social-icon-v.face-vistazo{
    color: white;
    background: #CC1114;
    border-radius: 1rem;
    width: 20px;
    height: 20px;
}
.social-icon-v.in-vistazo{
    color: white;
    background: #CC1114;
    width: 20px;
    height: 20px;
}
.social-icon-h.face-hogar{
    color: white;
    background: #BF2BBF;
    border-radius: 1rem;
    width: 20px;
    height: 20px;
}
.social-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}
.social-card{
    background:white;
    border-radius:6px;
    overflow:hidden;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.08);
}
.social-header{
    padding:15px 20px;
    font-weight:bold;
    font-size:18px;
    border-bottom:1px solid #eee;
    background: #F3F2ED;
}
.social-table{
    width:100%;
    border-collapse:collapse;
}
.social-table tr{
    border-bottom:1px solid #eee;
}
.social-table td{
    padding:14px 20px;
    font-size:14px;
}
.social-icon{
    width:24px;
}
.metric{
    font-weight:bold;
    font-size:16px;
}
.metric-label{
    font-size:12px;
    color:#666;
}

/* Publicidad digital */
/* publicidad */

.publicidad_digital {
    background: black;
    padding-bottom: 1.5rem;
}

/* TOP CONTENT */

.publicidad__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-left: 12rem;
}

.publicidad__text {
    flex: 1;
    margin-top: 13rem;
}

.tag {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: white;
}

.tag__icon {
    width: 24px;
    height: 24px;
    background: #FBE45C;
    display: inline-block;
}

.publicidad__text h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  color: white;
}

.publicidad__text p {
  color: #ccc;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 400;
}

.publicidad__image {
  flex: 1;
}

.publicidad__image img {
  width: 100%;
}

/* BOTTOM */
.publicidad__bottom {
  margin-top: 40px;
  text-align: center;
}

.publicidad__subtitle {
  margin-bottom: 40px;
  color: #ccc;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}

/* PUBLICIDAD CARDS */
.publicidad-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.publicidad-card {
    background: #FBE45C;
    color: #000;
    padding: 50px 15px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* PUBLICIDAD PRINT */
.publicidad_print .tag,
.publicidad_print .publicidad__text h1,
.publicidad_print .publicidad__text p,
.publicidad_print .publicidad__subtitle{
    color: black;
}

/* EVENTOS VISTAZO */
.eventos_vistazo{
    background: #F3F5F8;
    padding-bottom: 5rem;
}
.eventos_vistazo .tag__icon{
    background: #CC1114;
}
.eventos_vistazo .tag,
.eventos_vistazo .publicidad__text h1,
.eventos_vistazo .publicidad__text p{
    color: black;
}

/* MARCAS*/

/* ===== BRANDS ===== */
.brands {
  text-align: center;
  padding: 60px 0;
}

.brands__tag {
  font-size: 14px;
  color: #777;
}

.brands__title {
  font-size: 32px;
  margin: 15px 0;
}

.brands__description {
  max-width: 700px;
  margin: auto;
  color: #666;
  line-height: 1.6;
}

.brands__logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.brands__logos img {
  opacity: 0.7;
  transition: 0.3s;
}

.brands__logos img:hover {
  opacity: 1;
}

/* ===== PROCESS ===== */

.process {
  padding: 40px 0 80px;
}

.process__box {
    background: #eae8e4;
    padding: 70px;
    border-radius: 12px;
    display: flex;
    gap: 50px;
}

/* LEFT */

.process__left {
  flex: 1;
}

.process__left h3 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.process__left p {
    color: #555;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
}

.process__left img {
  width: 100%;
  border-radius: 10px;
}

/* RIGHT */

.process__steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.step {
  background: #f4f4f4;
  padding: 15px 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.step__number {
  font-size: 40px;
  font-weight: 500;
  color: #333;
  min-width: 40px;
}

.step p {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    margin: 0;
}

/* CUENTA */
.cta {
  background: #000;
  color: #fff;
}

.cta__container {
  display: flex;
  min-height: 400px;
}

/* LEFT */

.cta__content {
  flex: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 9rem;
}

.cta__content h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 35px;
    color: white;
}

.cta__content p {
    color: #ccc;
    margin-bottom: 40px;
    line-height: 1.6;
    padding-right: 9rem;
    font-size: 18px;
    font-weight: 400;
}

/* BUTTONS */

.cta__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.btn {
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}

.btn--primary {
  background: #e0311e;
  color: #fff;
  padding: 12px 18px;
  border-radius: 5px;
  transition: 0.3s;
}

.btn--primary:hover {
  background: #c6281a;
}

.btn--link {
  color: #ccc;
}

.btn--link:hover {
  color: #fff;
}

/* DOWNLOAD LINK */

.cta__download {
  font-size: 13px;
  color: #aaa;
  text-decoration: underline;
}

.cta__download:hover {
  color: #fff;
}

/* RIGHT IMAGE */

.cta__image {
  flex: 1;
}

.cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer{
    margin: 0px;

}
.iter-footer-wrapper {
    width: 100%;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .publicidad__content {
    flex-direction: column;
  }

  .publicidad-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:900px){
.editorial{
    grid-template-columns:1fr;
}
.cards{
    grid-template-columns:repeat(2,1fr);
}
.audiences{
    grid-template-columns:1fr;
}
.top-grid{
    grid-template-columns:1fr;
}
.social-grid{
    grid-template-columns:1fr;
}
.process__box {
    flex-direction: column;
    padding: 25px;
}
.cta__container {
    flex-direction: column;
}
.cta__content {
    padding: 40px 20px;
}
.cta__image {
    height: 300px;
}
}

@media (max-width: 768px) {
.portfolio h2 {
    padding: 0;
}
.subtitle {
    padding: 0 2rem;
}
.audiences {
    text-align: center;
    gap: 30px;
}
.process.container {
    width: 100%;
}
.header-overlay {
    margin-top: 2rem;
}
.header h1 {
    font-size: 20px;
}
.header p {
    font-size: 14px;
    padding: 0 4rem;
    line-height: 1.5;
}
.header {
    height: 370px;
}
.portfolio h2 {
    font-size: 20px;
    padding: 0 40px;
}
.subtitle {
    padding: 10px 0;
    font-size: 14px;
}
.editorial.desktop{
    display: none;
}
.editorial.movil{
    display: block;
}
.editorial-text h2 {
    font-size: 20px;
    text-align: center;
}
.editorial-text .date {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}
.editorial-text p{
    font-size: 13px;
    text-align: center;
    margin-top: 25px;
}
.audiences {
    gap: 20px;
}
.audiences h3 {
    font-size: 20px;
    text-align: center;
}
.audiences p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
   /* padding-bottom: 12px;*/
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.cards::-webkit-scrollbar {
    display: none;
}
.card {
    flex: 0 0 50vw;
    scroll-snap-align: start;
}
.publicidad-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 1rem 0;
}
.cards {
    grid-template-columns: repeat(2, 1fr);
}
.title {
    font-size: 20px;
}
.publicidad__text h1 {
    font-size: 20px;
}
.brands__title {
    font-size: 26px;
}
.process__left h3 {
    font-size: 24px;
    text-align: center;
}
.audiencias .imgdesk{
    display: none;
}
.audiencias .imgmov{
    display: block;
}
.social-table td{
    padding: 14px 15px;
}

/* PUBLICIDAD DIGITAL / PRINT MOVIL */
.publicidad__content {
    flex-direction: column-reverse;
    margin-left: 0;
    gap: 0;
}
.publicidad__image {
    width: 100%;
}
.publicidad__text {
    margin-top: 0;
    padding: 4rem 0 0.5rem;
    text-align: center;
}
.publicidad__text h1 {
    font-size: 20px;
    line-height: 1.2;
}
.publicidad__text p {
    font-size: 13px;
    padding: 0px 45px;
}
.publicidad__bottom {
    padding: 0;
    margin-top: 20px;
}
.publicidad__subtitle {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0;
    font-family: monospace;
    padding: 0 0.5rem;
    margin-bottom: 20px;
}
.publicidad-cards {
    grid-template-columns: 3fr 2fr;
    gap: 10px;
}
.publicidad-card {
    padding: 28px 12px;
    font-size: 14px;
    min-height: 70px;
}
/* Card 3: full width */
.publicidad-card:nth-child(3) {
    grid-column: 1 / -1;
}
/* Card 4+5: vuelven a 2 columnas (ya están en el flujo normal) */
/* Card 6 "Auspicios Especiales": centrada, mitad ancho */
.publicidad-card:nth-child(6) {
    grid-column: 1 / -1;
    width: 50%;
    margin: 0 auto;
}
.tag{
    justify-content: center;
}
.brands__logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
}
/* Print: fondo blanco, imagen arriba */
.publicidad_print {
    background: white;
    padding-bottom: 60px;
}
.publicidad_digital {
    padding-bottom: 3rem;
}
.publicidad_print .publicidad__content {
    flex-direction: column-reverse;
}
.process__left p{
    font-size: 14px;
    text-align: center;
}
.step{
    padding: 15px 20px;
}
.step p {
    font-size: 16px;
}
.process__box{
    border-radius: 0;    
}
.process {
    background: #eae8e4;
    padding: 30px 0 40px;
}
/* CTA MOVIL */
.cta__container {
    flex-direction: column-reverse;
    min-height: unset;
}
.cta__image {
    height: 260px;
}
.cta__content {
    margin-left: 0;
    padding: 2rem 0rem;
    align-items: center;
    text-align: center;
}
.cta__content h2 {
    font-size: 22px;
    margin-top: 0;
    text-align: left;
}
.cta__content p {
    padding-left: 40px;
    padding-right: 1rem;
}
.cta__actions {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 0 15px;
}
.btn--primary {
    width: 100%;
    text-align: center;
    padding: 14px;
}
.btn--link {
    font-size: 13px;
}
.cta__download {
    display: block;
    text-align: center;
    margin-top: 4px;
}
}

@media (max-width: 480px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}