MIX · extractor de estilos
Template: mamconstrucciones.com.ar/index.html · mtime: 2026-03-09 19:10
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 5 Embebidos: 0 Externos: 5 Inline styles: 6 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: mamconstrucciones.com.ar/index.html */
/* Template mtime: 2026-03-09 19:10:42 */

/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
html, body{
      overflow-x: hidden;
    }

    .navbar > .container{
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
    }

    .navbar-brand{
      display: inline-flex;
      align-items: center;
      min-width: 0;
    }

    .navbar-toggler{
      margin-left: auto;
      flex: 0 0 auto;
    }

    @media (max-width: 991.98px){
      .navbar-brand{
        max-width: calc(100% - 64px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .navbar-collapse{
        position: absolute;
        top: calc(100% + 10px);
        left: 12px;
        right: 12px;
        width: auto;
        z-index: 1040;
      }

      .navbar-collapse:not(.show){
        display: none !important;
      }

      .navbar-collapse.show{
        display: block !important;
      }
    }

    @media (max-width: 575.98px){
      .navbar-brand{
        max-width: calc(100% - 58px);
        font-size: 1.05rem;
      }

      .navbar > .container{
        padding-left: 14px;
        padding-right: 14px;
      }
    }

/* ===== INLINE <style> BLOCK #2 ===== */
:root {
      --primary-color: #1a6b3b;
      --secondary-color: #e8c07d;
      --dark-color: #1a1a1a;
      --light-color: #f8f9fa;
    }
    
    html {
      scroll-behavior: smooth;
    }
    
    body {
      font-family: 'Poppins', sans-serif;
      color: var(--dark-color);
      overflow-x: hidden;
    }
    
    h1, h2, h3, h4, h5, .display-1, .display-2, .display-3, .display-4 {
      font-family: 'Playfair Display', serif;
      font-weight: 600;
    }
    
    /* Navbar */
    .navbar {
      transition: all 0.3s ease;
      padding: 15px 0;
    }
    
    .navbar.scrolled {
      background-color: rgba(26, 26, 26, 0.95) !important;
      padding: 10px 0;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    
    .navbar-brand {
      font-weight: 700;
      font-size: 1.8rem;
      color: white !important;
    }
    
    .nav-link {
      font-weight: 500;
      margin: 0 8px;
      position: relative;
      color: rgba(255,255,255,0.8) !important;
    }
    
    .nav-link:hover {
      color: white !important;
    }
    
    .nav-link::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: var(--secondary-color);
      transition: width 0.3s;
    }
    
    .nav-link:hover::after {
      width: 100%;
    }
    
    /* Hero Section */
    .hero {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('img/hero.png') no-repeat center center/cover;
      height: 100vh;
      min-height: 300px;
      display: flex;
      align-items: center;
      position: relative;
      margin-top: 0;
    }
    
    .hero::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100px;
      background: linear-gradient(to top, var(--light-color), transparent);
      z-index: 1;
    }
    
    .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
  margin-top: 380px;
}
    
    .hero h1 {
      font-size: 3.5rem;
      margin-bottom: 1.5rem;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    }
    
    .hero p {
      font-size: 1.3rem;
      max-width: 700px;
      margin: 0 auto 2rem;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }
    
    .btn-primary-custom {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      color: white;
      padding: 12px 30px;
      font-weight: 600;
      border-radius: 50px;
      transition: all 0.3s;
    }
    
    .btn-primary-custom:hover {
      background-color: #14532d;
      border-color: #14532d;
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    
    /* Servicios */
    .service-card {
      background: white;
      border-radius: 10px;
      padding: 30px;
      height: 100%;
      transition: all 0.3s;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      border: 1px solid rgba(0,0,0,0.05);
    }
    
    .service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
    
    .service-icon {
      font-size: 2.5rem;
      color: var(--primary-color);
      margin-bottom: 20px;
    }
    
    /* Por qué elegirnos */
    .features-section {
      background: linear-gradient(135deg, var(--primary-color) 0%, #2e8540 100%);
      color: white;
      position: relative;
      overflow: hidden;
    }
    
    .features-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('https://www.transparenttextures.com/patterns/concrete-wall.png');
      opacity: 0.05;
    }
    
    .feature-item {
      padding: 20px;
      text-align: center;
      position: relative;
      z-index: 1;
    }
    
    .feature-icon {
      font-size: 2rem;
      color: var(--secondary-color);
      margin-bottom: 15px;
    }
    
    /* Galería */
    .gallery-section {
      background-color: var(--light-color);
    }
    
    .section-title {
      position: relative;
      display: inline-block;
      margin-bottom: 50px;
    }
    
    .section-title::after {
      content: '';
      position: absolute;
      width: 50%;
      height: 3px;
      background-color: var(--secondary-color);
      bottom: -10px;
      left: 25%;
    }
    
    .carousel-item img {
      height: 900px;
      object-fit: cover;
    }
    
    .carousel-caption {
      background: rgba(0,0,0,0.6);
      padding: 15px;
      border-radius: 5px;
      bottom: 30px;
    }
    
    /* FAQ */
    .accordion-button:not(.collapsed) {
      background-color: rgba(26, 107, 59, 0.1);
      color: var(--primary-color);
    }
    
    .accordion-button:focus {
      box-shadow: 0 0 0 0.25rem rgba(26, 107, 59, 0.25);
    }
    
    /* Contacto */
    .contact-form {
      background: white;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    
    .form-control {
      padding: 12px 15px;
      border-radius: 5px;
    }
    
    .form-control:focus {
      border-color: var(--primary-color);
      box-shadow: 0 0 0 0.25rem rgba(26, 107, 59, 0.25);
    }
    
    .whatsapp-simulator {
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      border: none;
    }
    
    .whatsapp-header {
      background-color: #075e54;
      padding: 15px;
      color: white;
      font-weight: 600;
    }
    
    .whatsapp-body {
      background-color: #e5ddd5;
      height: 300px;
      padding: 15px;
      background-image: url('https://web.whatsapp.com/img/bg-chat-tile-light_a4be512e7195b6b733d9110b408f075d.png');
      background-repeat: repeat;
    }
    
    .whatsapp-message {
      max-width: 70%;
      padding: 8px 12px;
      border-radius: 7.5px;
      margin-bottom: 10px;
      position: relative;
      clear: both;
    }
    
    .whatsapp-received {
      background-color: white;
      float: left;
    }
    
    .whatsapp-sent {
      background-color: #dcf8c6;
      float: right;
    }
    
    /* Footer */
    footer {
      background-color: var(--dark-color);
      color: white;
      position: relative;
    }
    
    footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    }
    
    .footer-links a {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
      transition: all 0.3s;
      display: inline-block;
      margin: 0 10px;
    }
    
    .footer-links a:hover {
      color: white;
      transform: translateY(-3px);
    }
    
    .social-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-color: rgba(255,255,255,0.1);
      border-radius: 50%;
      margin: 0 5px;
      transition: all 0.3s;
    }
    
    .social-icon:hover {
      background-color: var(--primary-color);
      transform: translateY(-3px);
    }
    
    /* Animaciones */
    .fade-in {
      animation: fadeIn 1s ease-in;
    }
    
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    
    /* Responsive */
    @media (max-width: 992px) {
      .hero h1 {
        font-size: 2.8rem;
      }
      
      .hero p {
        font-size: 1.1rem;
      }
      
      .carousel-item img {
        height: 400px;
      }
    }
    
    @media (max-width: 768px) {
      .hero {
        height: 80vh;
        min-height: 500px;
      }
      
      .hero h1 {
        font-size: 2.2rem;
      }
      
      .navbar-brand {
        font-size: 1.5rem;
      }
      
      .carousel-item img {
        height: 350px;
      }
      
      .carousel-caption {
        bottom: 10px;
        padding: 10px;
      }
      
      .carousel-caption h5 {
        font-size: 1rem;
      }
      
      .carousel-caption p {
        font-size: 0.8rem;
        margin-bottom: 5px;
      }
    }
    
    @media (max-width: 576px) {
      .hero {
        height: 70vh;
        min-height: 400px;
      }
      
      .hero h1 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
      }
      
      .hero p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
      }
      
      .btn-primary-custom, .btn-outline-light {
        padding: 8px 20px;
        font-size: 0.9rem;
      }
      
      .carousel-item img {
        height: 250px;
      }
      
      .service-card {
        padding: 20px;
      }
      
      .service-icon {
        font-size: 2rem;
        margin-bottom: 15px;
      }
    }

/* ===== INLINE <style> BLOCK #3 ===== */
:root{
      --section-space: clamp(72px, 8vw, 108px);
      --radius-xl: 24px;
      --shadow-soft: 0 18px 45px rgba(0,0,0,.08);
    }

    body{
      line-height: 1.65;
      background: #fff;
    }

    section{
      scroll-margin-top: 90px;
    }

    .navbar{
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    .navbar .container{
      gap: 14px;
    }

    .navbar-toggler{
      border-color: rgba(255,255,255,.2);
      box-shadow: none !important;
    }

    .navbar-collapse{
      flex-grow: 0;
    }

    .hero{
      min-height: 100svh;
      padding: 120px 0 90px;
    }

    .hero-content{
      margin-top: 0 !important;
      padding-inline: 0;
    }

    .hero .container{
      position: relative;
      z-index: 2;
    }

    .hero h1{
      font-size: clamp(2.2rem, 4vw, 4.4rem);
      line-height: 1.05;
      margin-bottom: 1rem;
    }

    .hero p{
      font-size: clamp(1rem, 1.4vw, 1.22rem);
      margin-bottom: 1.75rem;
    }

    .hero .d-flex{
      flex-wrap: wrap;
    }

    .btn-outline-light,
    .btn-primary-custom{
      min-height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
    }

    .btn-outline-light{
      border-width: 1.5px;
    }

    #quienes-somos,
    #servicios,
    .features-section,
    .video-showcase,
    .gal-gallery-integrated,
    #faq,
    #contacto{
      padding-top: var(--section-space) !important;
      padding-bottom: var(--section-space) !important;
    }

    .section-heading-wrap,
    #servicios .text-center:first-child,
    .features-section .container > h2,
    .video-showcase .text-center,
    .gal-gallery-integrated .text-center.mb-5,
    #faq .container > h2,
    #contacto .container > h2{
      text-align: center;
    }

    .section-title,
    #quienes-somos h2,
    #servicios h2,
    .features-section h2,
    .video-showcase h2,
    .gal-gallery-integrated h2,
    #faq h2,
    #contacto h2{
      display: block;
      width: fit-content;
      max-width: 100%;
      margin: 0 auto 18px !important;
      text-align: center;
      line-height: 1.12;
      font-size: clamp(2rem, 3vw, 3.15rem);
      letter-spacing: -.02em;
      font-family: 'Playfair Display', serif !important;
    }

    .section-subtitle,
    .gal-block-subtitle,
    .video-showcase .section-subtitle{
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    .eyebrow,
    .eyebrow-shared,
    .video-showcase .eyebrow,
    .gal-gallery-integrated .eyebrow{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px !important;
      text-align: center;
      font-family: 'Poppins', sans-serif !important;
    }

    .eyebrow-shared{
      padding: 7px 14px;
      border-radius: 999px;
      background: rgba(232,192,125,.18);
      border: 1px solid rgba(232,192,125,.45);
      color: #8b6424;
      text-transform: uppercase;
      letter-spacing: .12em;
      font-size: .75rem;
      font-weight: 700;
    }

    .eyebrow-shared::after{
      display:none;
    }

    .about-card{
      background: #fff;
      border: 1px solid rgba(0,0,0,.06);
      border-radius: var(--radius-xl);
      padding: clamp(24px, 3vw, 38px);
      box-shadow: var(--shadow-soft);
      text-align: center;
    }

    .about-card p:last-child{
      margin-bottom: 0;
    }

    .service-card{
      border-radius: 22px;
      padding: 34px 28px;
      box-shadow: var(--shadow-soft);
    }

    .service-card ul{
      margin-bottom: 0;
    }

    .service-card h4,
    .feature-item h5,
    .gal-block-title,
    .video-title-custom,
    .contact-form h4,
    .card-title{
      font-family: 'Poppins', sans-serif !important;
    }

    .feature-item{
      height: 100%;
      border-radius: 22px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
    }

    .video-showcase .section-title,
    .gal-gallery-integrated .section-title,
    #faq .section-title,
    #contacto .section-title{
      left: auto;
    }

    .video-grid-custom{
      margin-top: 14px;
    }

    .gal-gallery-integrated .container > .text-center.mb-5{
      margin-bottom: 56px !important;
    }

    .gal-block{
      margin-bottom: 92px;
    }

    .gal-block-title{
      text-align: center;
      margin-bottom: 12px;
      font-size: clamp(1.55rem, 2.2vw, 2.2rem);
    }

    .gal-carousel{
      max-width: 1080px;
    }

    .gal-frame{
      border-radius: 24px;
    }

    #faq .accordion{
      margin-top: 8px;
    }

    #faq .accordion-button{
      font-weight: 600;
      line-height: 1.4;
    }

    #contacto .row.g-4{
      align-items: stretch;
    }

    #contacto .contact-form,
    #contacto .card{
      border-radius: 22px;
      box-shadow: var(--shadow-soft) !important;
    }

    #contacto .col-md-6 > .border.rounded{
      max-width: 100% !important;
      border: 0 !important;
      border-radius: 22px !important;
      box-shadow: var(--shadow-soft);
      background: #f7f7f7 !important;
      height: 100%;
    }

    footer .footer-links{
      margin: 0 !important;
    }

    footer a{
      word-break: break-word;
    }

    @media (max-width: 991.98px){
      .navbar-collapse{
        background: rgba(16,16,16,.96);
        margin-top: 14px;
        padding: 14px 16px;
        border-radius: 18px;
        box-shadow: 0 16px 40px rgba(0,0,0,.22);
      }

      .navbar .nav-link{
        display: block;
        padding: 10px 6px;
        margin: 0;
      }

      .hero{
        min-height: auto;
        padding: 126px 0 86px;
      }

      .hero .d-flex{
        justify-content: center;
      }

      .service-card,
      .feature-item{
        text-align: center;
      }
    }

    @media (max-width: 767.98px){
      .hero{
        text-align: center;
        padding: 112px 0 72px;
      }

      .hero::before{
        height: 70px;
      }

      .hero .d-flex{
        flex-direction: column;
        align-items: stretch;
        gap: 12px !important;
      }

      .hero .btn{
        width: 100%;
      }

      .section-title,
      #quienes-somos h2,
      #servicios h2,
      .features-section h2,
      .video-showcase h2,
      .gal-gallery-integrated h2,
      #faq h2,
      #contacto h2{
        font-size: clamp(1.75rem, 7vw, 2.3rem);
      }

      .about-card{
        text-align: left;
      }

      .service-card{
        padding: 26px 22px;
      }

      .gal-block{
        margin-bottom: 74px;
      }

      .gal-gallery-integrated .container > .text-center.mb-5{
        margin-bottom: 42px !important;
      }

      .video-showcase .text-center,
      .gal-gallery-integrated .text-center,
      #faq .container,
      #contacto .container,
      #servicios .container,
      #quienes-somos .container{
        padding-left: 18px;
        padding-right: 18px;
      }

      #contacto .col-md-6 > .border.rounded{
        padding: 14px !important;
      }

      footer .row > div{
        text-align: center !important;
      }
    }

    @media (max-width: 767.98px) and (orientation: landscape){
      .hero{
        min-height: auto;
        padding: 108px 0 56px;
      }

      .hero h1{
        font-size: 1.95rem;
      }

      .hero p{
        font-size: .98rem;
        margin-bottom: 1rem;
      }

      .btn-outline-light,
      .btn-primary-custom{
        min-height: 48px;
      }
    }

    @media (max-width: 575.98px){
      .navbar-brand{
        font-size: 1.15rem;
      }

      .navbar-brand i{
        font-size: 12px !important;
      }

      .about-card{
        padding: 22px 18px;
      }

      .video-meta-custom{
        text-align: center;
      }

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

/* ===== INLINE <style> BLOCK #4 ===== */
.video-showcase{
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(255, 234, 0, .08) 0%, transparent 40%),
    radial-gradient(ellipse at 100% 100%, rgba(255, 0, 0, .05) 0%, transparent 38%),
    linear-gradient(145deg, #faf7f4 0%, #f7f4f1 100%);
  overflow: hidden;
}

.video-showcase .container-custom{
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 24px;
}

.video-showcase .eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px 7px 12px;
  border-radius: 100px;
  background: var(--accent-soft, #fff7ae);
  color: var(--accent-dark, #ff0000);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 22px;
  border: 1px solid rgba(32, 24, 19, .08);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}

.video-showcase .section-title{
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(2.2rem, 4.6vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -.04em;
  margin: 0 0 18px;
  color: var(--text, #201813);
}

.video-showcase .section-subtitle{
  color: var(--muted, #63564d);
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.75;
}

.video-grid-custom{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  width: 100%;
}

.video-card-custom{
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f0eb 100%);
  border: 1px solid rgba(32,24,19,.08);
  box-shadow: 0 14px 30px rgba(32,24,19,.09);
  isolation: isolate;
  cursor: pointer;
  transition: transform .28s ease, box-shadow .28s ease;
  padding: 0;
  width: 100%;
  text-align: left;
}

.video-card-custom:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(32,24,19,.13);
}

.video-thumb-wrap-custom{
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #15110e;
}

.video-thumb-custom{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease, filter .35s ease;
}

.video-card-custom:hover .video-thumb-custom{
  transform: scale(1.04);
  filter: brightness(.88);
}

.video-overlay-custom{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,.06)),
    rgba(0,0,0,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .28s ease;
}

.video-card-custom:hover .video-overlay-custom,
.video-card-custom:focus-visible .video-overlay-custom{
  opacity: 1;
}

.video-play-custom{
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: rgba(255, 234, 0, .95);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
  transform: scale(.92);
  transition: transform .28s ease, background .28s ease;
}

.video-card-custom:hover .video-play-custom{
  transform: scale(1);
  background: #fff59a;
}

.video-meta-custom{
  padding: 18px 18px 20px;
  display: grid;
  gap: 8px;
}

.video-title-custom{
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--text, #201813);
}

.video-desc-custom{
  margin: 0;
  color: var(--muted, #63564d);
  font-size: .96rem;
  line-height: 1.6;
}

.video-lightbox-custom{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 9999;
  padding: 30px;
}

.video-lightbox-custom.open{
  opacity: 1;
  visibility: visible;
}

.video-lightbox-content-custom{
  width: min(1200px, 94vw);
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-lightbox-player-custom{
  width: 100%;
  max-height: 88vh;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.video-lightbox-close-custom,
.video-lightbox-prev-custom,
.video-lightbox-next-custom{
  position: absolute;
  border: 0;
  background: rgba(255,255,255,.14);
  color: #fff;
  backdrop-filter: blur(8px);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  font-size: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}

.video-lightbox-close-custom:hover,
.video-lightbox-prev-custom:hover,
.video-lightbox-next-custom:hover{
  background: var(--accent, #ffea00);
  color: #000;
  transform: scale(1.04);
}

.video-lightbox-close-custom{
  top: 20px;
  right: 20px;
}

.video-lightbox-prev-custom{
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.video-lightbox-next-custom{
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.video-lightbox-prev-custom:hover,
.video-lightbox-next-custom:hover{
  transform: translateY(-50%) scale(1.04);
}

.video-counter-custom{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 10px 16px;
}

@media (max-width: 1199px){
  .video-grid-custom{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px){
  .video-showcase{
    padding: 92px 0;
  }

  .video-grid-custom{
    grid-template-columns: 1fr;
    max-width: 820px;
    margin: 0 auto;
  }

  .video-thumb-wrap-custom{
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767px){
  .video-showcase{
    padding: 78px 0;
  }

  .video-showcase .section-title{
    font-size: 2.35rem;
  }

  .video-grid-custom{
    gap: 18px;
  }

  .video-card-custom{
    border-radius: 20px;
  }

  .video-meta-custom{
    padding: 16px;
  }

  .video-lightbox-custom{
    padding: 16px;
  }

  .video-lightbox-close-custom,
  .video-lightbox-prev-custom,
  .video-lightbox-next-custom{
    width: 48px;
    height: 48px;
    font-size: 28px;
  }

  .video-lightbox-prev-custom{
    left: 10px;
  }

  .video-lightbox-next-custom{
    right: 10px;
  }

  .video-lightbox-close-custom{
    top: 10px;
    right: 10px;
  }

  .video-counter-custom{
    bottom: 12px;
    font-size: .88rem;
    padding: 8px 12px;
  }
}

/* ===== INLINE <style> BLOCK #5 ===== */
/* ===== SECTION GENERAL ===== */
.gal-gallery-integrated{
  padding: 90px 0 110px;
}

.gal-gallery-integrated .container{
  position: relative;
}

.gal-block{
  margin-bottom: 110px;
}

.gal-block-last{
  margin-bottom: 0;
}

.gal-head{
  margin-bottom: 30px;
}

.eyebrow{
  display: inline-block;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent, #c79a3b);
  margin-bottom: 12px;
  position: relative;
}

.eyebrow::after{
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: var(--accent, #c79a3b);
  opacity: .9;
}

.gal-block-title{
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 10px;
}

.gal-block-subtitle{
  max-width: 760px;
  margin: 0 auto;
  color: rgba(0,0,0,.68);
  font-size: 1rem;
  line-height: 1.7;
}

/* ===== CARRUSEL ===== */
.gal-carousel{
  max-width: 980px;
  margin-inline: auto;
  position: relative;
}

.gal-carousel .carousel-inner{
  overflow: visible;
}

.gal-frame{
  position: relative;
  height: clamp(260px, 52vh, 520px);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.gal-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  cursor: zoom-in;
  transition: transform .35s ease;
}

.gal-frame:hover .gal-img{
  transform: scale(1.01);
}

/* ===== CAPTION ===== */
.gal-caption{
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 700px;
  background: rgba(0,0,0,.50);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  text-align: center;
  padding: 13px 18px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

.gal-caption h5{
  margin: 0 0 4px;
  font-size: 1.02rem;
  font-weight: 700;
  color: #fff;
}

.gal-caption p{
  margin: 0;
  font-size: .92rem;
  color: rgba(255,255,255,.92);
}

/* ===== CONTROLES ===== */
.gal-carousel .carousel-control-prev,
.gal-carousel .carousel-control-next{
  z-index: 20;
  width: 52px;
  height: 52px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background: rgba(0,0,0,.48);
  border-radius: 50%;
  margin: 0 14px;
  transition: background .25s ease;
}

.gal-carousel .carousel-control-prev:hover,
.gal-carousel .carousel-control-next:hover{
  background: rgba(0,0,0,.68);
}

.gal-carousel .carousel-control-prev{
  left: 0;
}

.gal-carousel .carousel-control-next{
  right: 0;
}

.gal-ctrl-icon{
  width: 2.5rem;
  height: 2.5rem;
  background-size: 58% 58%;
}

/* ===== INDICADORES ===== */
.gal-carousel .carousel-indicators{
  z-index: 10;
  bottom: -52px;
  margin-bottom: 0;
}

.gal-carousel .carousel-indicators button{
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.3);
  opacity: 1;
  margin: 0 5px;
  transition: transform .2s ease, background .2s ease;
}

.gal-carousel .carousel-indicators button.active{
  background: var(--accent, #c79a3b);
  transform: scale(1.15);
}

/* ===== LIGHTBOX ===== */
#galLightbox .modal-content{
  background: #000;
}

#galLightboxImg{
  max-height: 86vh;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #000;
}

.gal-lightbox-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  text-align: center;
  z-index: 5;
  cursor: pointer;
}

.gal-lightbox-nav:hover{
  background: rgba(255,255,255,.28);
}

.gal-lightbox-nav.gal-prev{ left: 12px; }
.gal-lightbox-nav.gal-next{ right: 12px; }

/* ===== TABLET ===== */
@media (max-width: 991.98px){
  .gal-block{
    margin-bottom: 92px;
  }

  .gal-frame{
    height: clamp(240px, 48vh, 440px);
    padding: 12px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767.98px){
  .gal-gallery-integrated{
    padding: 72px 0 96px;
  }

  .gal-block{
    margin-bottom: 82px;
  }

  .gal-head{
    margin-bottom: 22px;
  }

  .gal-block-title{
    font-size: 1.4rem;
  }

  .gal-block-subtitle{
    font-size: .97rem;
    line-height: 1.65;
  }

  .gal-frame{
    height: auto;
    min-height: 220px;
    padding: 10px;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .gal-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .gal-caption{
    width: calc(100% - 20px);
    bottom: 10px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .gal-caption h5{
    font-size: .95rem;
  }

  .gal-caption p{
    font-size: .82rem;
  }

  .gal-carousel .carousel-control-prev,
  .gal-carousel .carousel-control-next{
    width: 42px;
    height: 42px;
    margin: 0 8px;
  }

  .gal-carousel .carousel-indicators{
    bottom: -42px;
  }
}

@media (max-width: 575.98px){
  .eyebrow{
    font-size: .76rem;
    letter-spacing: .11em;
  }

  .gal-frame{
    min-height: 210px;
    aspect-ratio: 1 / 1;
    padding: 8px;
  }

  .gal-caption{
    width: calc(100% - 16px);
    bottom: 8px;
    padding: 9px 10px;
  }

  .gal-caption h5{
    font-size: .9rem;
  }

  .gal-caption p{
    font-size: .78rem;
  }
}

/* ===== INLINE <style> BLOCK #6 ===== */
:root{
    --wa:#25D366;
    --wa-dark:#20bd5a;
    --wa-darker:#128C7E;

    --fb:#1877F2;
    --fb-dark:#0f63d6;

    --light-bg:#ffffff;
    --light-bg-soft:#f6f8f7;
    --light-border:#dde4df;
    --dark-text:#1c1f1d;
    --muted-text:#6c756f;
  }

  .fb-float{
    position:fixed;
    right:18px;
    bottom:166px;
    z-index:9997;
    width:54px;
    height:54px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#fff;
    text-decoration:none;
    background:linear-gradient(180deg,var(--fb) 0%,var(--fb-dark) 100%);
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    transition:transform .25s, box-shadow .25s;
  }
  .fb-float:hover{
    transform:translateY(-2px) scale(1.04);
    box-shadow:0 14px 36px rgba(0,0,0,.35);
  }

  .ig-float{
    position:fixed;
    right:18px;
    bottom:92px;
    z-index:9998;
    width:54px;
    height:54px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#fff;
    text-decoration:none;
    background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    transition:transform .25s, box-shadow .25s;
  }
  .ig-float:hover{
    transform:translateY(-2px) scale(1.04);
    box-shadow:0 14px 36px rgba(0,0,0,.35);
  }

  .wa-float{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:9999;
    font-family:inherit;
  }

  .wa-btn{
    background:var(--wa);
    color:#fff;
    border:0;
    width:60px;
    height:60px;
    border-radius:50%;
    display:grid;
    place-items:center;
    box-shadow:0 10px 30px rgba(0,0,0,.22);
    cursor:pointer;
    transition:transform .3s, box-shadow .3s, filter .3s;
  }
  .wa-btn:hover{
    transform:translateY(-3px) scale(1.05);
    box-shadow:0 14px 36px rgba(0,0,0,.28);
    filter:brightness(.98);
  }

  .wa-card{
    position:absolute;
    right:0;
    bottom:74px;
    width:min(360px,92vw);
    background:var(--light-bg);
    color:var(--dark-text);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 60px rgba(0,0,0,.25);
    border:1px solid var(--light-border);
    transform:translateY(10px);
    opacity:0;
    transition:transform .3s, opacity .3s;
    z-index:10000;
  }
  .wa-card[aria-modal="true"]{
    transform:translateY(0);
    opacity:1;
  }

  .wa-head{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 16px;
    background:#ffffff;
    border-bottom:1px solid var(--light-border);
  }

  .wa-avatar{
    width:40px;
    height:40px;
    border-radius:10px;
    background:#e9f7ef;
    display:grid;
    place-items:center;
    border:1px solid #cfeeda;
    color:var(--wa);
  }

  .wa-title{
    font-weight:800;
    font-size:1.02rem;
    color:var(--dark-text);
  }

  .wa-status{
    font-size:.85rem;
    color:var(--muted-text);
    display:flex;
    align-items:center;
    gap:6px;
  }
  .wa-status::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--wa);
  }

  .wa-close{
    margin-left:auto;
    background:transparent;
    color:var(--muted-text);
    border:0;
    font-size:24px;
    cursor:pointer;
    width:32px;
    height:32px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .wa-close:hover{
    background:rgba(0,0,0,.04);
  }

  .wa-body{
    padding:12px 14px;
    max-height:40vh;
    overflow:auto;
    background:var(--light-bg-soft);
    display:flex;
    flex-direction:column;
    gap:8px;
  }

  .wa-bubble{
    max-width:88%;
    padding:9px 11px;
    border-radius:14px;
    line-height:1.35;
    box-shadow:0 3px 10px rgba(0,0,0,.06);
    font-size:.9rem;
  }

  .wa-bot{
    background:#ffffff;
    border:1px solid var(--light-border);
    align-self:flex-start;
    border-bottom-left-radius:4px;
  }

  .wa-user{
    background:var(--wa);
    color:#fff;
    align-self:flex-end;
    border-bottom-right-radius:4px;
  }

  .wa-compose{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px;
    padding:10px 12px;
    background:#ffffff;
    border-top:1px solid var(--light-border);
  }

  .wa-compose textarea{
    resize:none;
    border-radius:12px;
    padding:10px 12px;
    border:1px solid var(--light-border);
    background:#f9fbfa;
    color:var(--dark-text);
    outline:none;
    min-height:44px;
    font-family:inherit;
    font-size:.9rem;
  }
  .wa-compose textarea:focus{
    border-color:var(--wa);
    box-shadow:0 0 0 2px rgba(37,211,102,.15);
    background:#ffffff;
  }

  .wa-send{
    background:var(--wa);
    color:#ffffff;
    border:0;
    border-radius:12px;
    padding:0 16px;
    font-weight:700;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.2s;
  }
  .wa-send:hover{
    background:var(--wa-dark);
    transform:scale(1.04);
  }

  @media (max-width:480px){
    .fb-float{ right:12px; bottom:160px; width:52px; height:52px; }
    .ig-float{ right:12px; bottom:86px; width:52px; height:52px; }
    .wa-float{ right:12px; bottom:12px; }
    .wa-card{ width:calc(100vw - 24px); right:0; }
  }

      
Manifest preview
{
    "template": "mamconstrucciones.com.ar/index.html",
    "template_mtime": 1773083442,
    "template_mtime_human": "2026-03-09T19:10:42+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css",
        "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap",
        "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css",
        "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap",
        "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 6,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}