@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

* {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;

    font-family: 'Roboto', sans-serif;
    width: 100%;
    min-height: 100%;
    background-color: #ffffff !important;

}


body {
    padding-top: 96px;
}


#marca-banner {
    margin-top: 90px !important;
}

#smooth-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* The content MUST have overflow: visible */
#smooth-content {
    width: 100%;
    overflow: visible;
    position: relative;
}

#smooth-content::after {
    content: "";
    display: table;
    clear: both;
}





.row {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

#portadaBlock1 {
    background-image: url('pics/portadaBlock1.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pas20 {
    padding: 20%;
}

.timelineBlock h3 {
    font-size: 40px;
}
.timelineBlock p {
    font-size: 16px;
    line-height: 26px;
}


.contactText {
    font-size: 18px;
    line-height: 28px;
}




#portadaBlock1b {
    padding-left: 20px;
}

#portadaBlock2 {
    height: 200px;
    background-image: url('pics/portadaBlock2.webp');
    background-repeat: no-repeat;
    background-size: cover;  
    margin-bottom: 12px;  
}
#portadaBlock3 {
    height: 200px;
    background-image: url('pics/portadaBlock3.webp');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;  
    margin-bottom: 12px;  
}

.insideTxtMain p{
    font-size: 14px;
    line-height: 24px;
}

#portadaBlock4 {
    height: 200px;
    background-image: url('pics/portadaBlock4.webp');
    background-repeat: no-repeat;
    background-size: cover;  
    margin-bottom: 12px;  
}

.variedadProductos {
    display: inline-block;
    width: 90%;
    color: #fff;
    font-family: "TitlingGothicFBBold", serif;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.68);

}



.portadaTxtSizes h3 {
    font-family: "TitlingGothicFB Narrow", serif !important;
    font-weight: 500;
}
.portadaTxtSizes p {

    font-size: 14px;
    line-height: 24px !important;
}

.portadaTxtSizes ul li {
    font-size: 14px;
    line-height: 24px !important;
}


#rowInterior1 {
    background-image: url('pics/backInterior1.png?1');
    background-repeat: repeat-x;
    background-color: #fff;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 96px;

    box-shadow: -1px 10px 32px -10px rgba(0,0,0,0.81);
    -webkit-box-shadow: -1px 10px 32px -10px rgba(0,0,0,0.81);
    -moz-box-shadow: -1px 10px 32px -10px rgba(0,0,0,0.81);    
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.containerB {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.container-sm {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.container-full {
    width: 100%;
    max-width: 100%;
}


#prodDetails {
    float: left;
    width: 90%;
    padding: 5%;

}

#prodDetails h1 {
    text-transform: uppercase;
    color: #222222;
    font-family: "TitlingGothicFBBold", serif;
    font-size: 30px;
    font-weight: 700; 
}
#prodDetails p {
    font-size: 15px;
    line-height: 28px;
    color: #4B4B4B;
}



#marcasHeaderLeft {
    position: relative; width: 600px; 

}
#marcasHeaderRight {
    position: relative; width: 100%; 
    background-size: cover;
}
#marcasLogo {
    position: absolute;
    width: 180px;
    height: 130px;
    padding: 20px;
    background-color: #fff;
    left: 0px;
    top: 0px;
    border-radius: 0px 0px 16px 17px;
    -webkit-border-radius: 0px 0px 16px 17px;
    -moz-border-radius: 0px 0px 16px 17px;    

    box-shadow: 0px 0px 56px -12px rgba(0,0,0,0.52);
    -webkit-box-shadow: 0px 0px 56px -12px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 56px -12px rgba(0,0,0,0.52);    

}

#marcasLogo img {
    margin-top: -30px;
}

#marcasInfo {
    position: absolute;
    width: 80%;
    height: 200px;
    left: 0px;
    top: 50%;

    margin-top: -70px;
    color: #ffffff;
}



.d-flex { display: flex; }
.align-center { align-items: center; }
.justify-center { justify-content: center; }
.text-center { text-align: center; }



.flex-col { flex-direction: column; }

.jc-start { justify-content: flex-start; }
.jc-center { justify-content: center; }
.jc-end { justify-content: flex-end; }

.ai-start { align-items: flex-start; }
.ai-center { align-items: center; }
.ai-end { align-items: flex-end; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }









/* Ensure the slides don't wrap and stay wide */
.timeline-track {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content; /* Critical: allow the div to be wider than the screen */
}

.timeline-slide {
    flex-shrink: 0;
    width: 600px; /* Adjust this to how wide you want each "event" to be */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* Hide horizontal overflow on the container */
#zxzx .container {
    overflow: hidden;
}



.flex-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gap-30 {
    gap: 30px;
}

#row-banner {
    position: relative;
    overflow: hidden;
    width: 100%;

}

/* Make the Swiper act as a background */
#row-banner .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Behind the text */
}

#row-banner .swiper-slide {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
}

.socialMediaIcons {
    height: 20px;
    margin: 0px 8px;
}


.verPropiedades {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #ffffff;
  font-size: 20px;
  background: #EF7911;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.verPropiedades:hover {
  background: #3498DB;
  text-decoration: none;
}


#marcaRedes {
    position: absolute; 
    right: 20px; 
    bottom: 0px; 
    width: auto; 
    height: auto;
    padding: 8px 20px 4px 20px; 
    background: rgba(255, 255, 255, 0.78);
    z-index: 9999999;
    border-radius: 13px 12px 0px 0px;
    -webkit-border-radius: 13px 12px 0px 0px;
    -moz-border-radius: 13px 12px 0px 0px;    

-webkit-box-shadow: -3px 1px 16px -2px rgba(0,0,0,0.65); 
box-shadow: -3px 1px 16px -2px rgba(0,0,0,0.65);

}

#conoceMas {
    display: inline-block;
  color: #ffffff;
  font-size: 20px;
  background: #EF7911;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  margin-top: 20px;
}

#conoceMas:hover {
  background: #E4540E;
  text-decoration: none;
}


#bannerCopy {
    pointer-events: auto; /* Re-enables clicks for buttons inside the text */
}

.bannerSwiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bannerSwiper .swiper-slide {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
}

.banner-content {
    position: relative;
    z-index: 2;
    pointer-events: none; /* Allows mouse to "pass through" to elements below if needed */
}

#row-bannerInterior {
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;    
}
.bannerQuienesSomos {
    background-image: url('pics/bannerQuienesSomos.webp');
}
.bannerProduccion {
    background-image: url('pics/produccion.webp');
}
.bannerDistribucion {
    background-image: url('pics/distribucion.webp');
}
.bannerVentasInstitucionales {
    background-image: url('pics/ventasInstitucionales.webp');
}
.bannerContactenos {
    background-image: url('pics/contactenos.webp');
}

#row-Contenido1 {
    padding-top: 120px !important;
}
#row-Contenido2 {
    padding-top: 20px !important;
    padding-bottom: 120px !important;
}
#rowMarcasDisplay {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
#nosotros1 {
    padding-top: 120px !important;
}
#nosotros3 {
    padding-top: 20px !important;
}
#nosotros4 {
    padding-bottom: 120px !important;
}

#row-footer1 {
    padding-top: 120px !important;
}

#row-footer1 p{
    font-size: 12px !important;
    color: #b6b6b6;
}

#row-footer2 {
    padding-top: 20px !important;
    padding-bottom: 80px !important;
}

.diagBanner {
    background-image: url('pics/diagBanner.png');
    background-repeat: no-repeat;
    background-position: center right;
}


.footerLinks {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #b6b6b6;
    text-decoration: none;
    margin-top: 4px;
}
.footerLinks:hover {

    color: #ffffff;
    text-decoration: underline;

}




#bannerCopy {
    display: inline-block; 

    width: 500px; 
    color: #ffffff;
    text-align: left;
}

.titlingFont h1 {
    font-family: "TitlingGothicFBBold", serif;
    font-size: 30px;
    font-weight: 700; 
}

#bannerCopy h1 {
    font-family: "TitlingGothicFBBold", serif;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    line-height: 115%;  
    margin: 0px;
    padding: 0px;  
}
#bannerCopy p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    text-align: left;
    line-height: 26px !important;   
    margin: 0px;
    padding: 0px; 
}


.tocText {
    font-size: 12px;
    color: #fff;
}


.nosotrosPic1 {
    background-image: url('pics/nosotros1.jpg');
    background-size: cover;
}
.nosotrosPic2 {
    background-image: url('pics/nosotros2.jpg');
    background-size: cover;
}
.nosotrosPic3 {
    background-image: url('pics/nosotros3.jpg');
    background-size: cover;
}

.produccionPic1 {
    background-image: url('pics/produccion/bg1.webp?1');
    background-size: cover;
}
.produccionPic2 {
    background-image: url('pics/produccion/bg2.webp?1');
    background-size: cover;
}
.produccionPic3 {
    background-image: url('pics/produccion/bg3.webp?1');
    background-size: cover;
}
.produccionPic4 {
    background-image: url('pics/produccion/bg4.webp');
    background-size: cover;
}
.produccionPic5 {
    background-image: url('pics/produccion/bg5.webp?1');
    background-size: cover;
}
.produccionPic6 {
    background-image: url('pics/produccion/bg6.webp?1');
    background-size: cover;
}






.justify-center { justify-content: center; }
.h-100 { height: 100%; }
.h-400 { height: 400px; }
.h-450 { height: 450px; }
.h-500 { height: 500px; }
.h-550 { height: 550px; }
.h-650 { height: 650px; }

.w-100 { width: 100%;}

.h1Texts h1 {
    font-size: 40px;
    font-family: "TitlingGothicFBBold", serif;
}

.h-nosotrosPics { height: 280px; }

.col-50 { flex: 0 0 50%; width: 50%; }
.col-33 { flex: 0 0 33.33%; width: 33.33%; }
.col-25 { flex: 0 0 25%; width: 25%; }
.col-20 { flex: 0 0 20%; width: 20%; }

.col-flex { flex: 1; }




































.col-flexBlocks { 
    flex: 1;
    position: relative; 
    overflow: hidden;    
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,125,255, 0.95); 
    color: white;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

transition: top 0.4s ease-in-out;
}


.col-flexBlocks:hover .overlay {
    top: 0;
}


.col-flexBlocks.active .overlay {
    top: 0;
}


.overlay h3 {
    margin-top: 0;
    text-transform: uppercase;
}
.overlay p {
    font-size: 14px;
    line-height: 1.4;
}


.col-fixed-A {
    flex: 0 0 235px;
    width: 235px;
}
.col-fixed-B {
    flex: 0 0 640px;
    width: 640px;
}
.col-fixed-C {
    flex: 0 0 290px;
    width: 290px;
}
.col-fixed-D {
    flex: 0 0 900px;
    width: 900px;
}
.col-fixed-E {
    flex: 0 0 400px;
    width: 400px;
}

.medCopyText {
    font-size: 26px !important;
    line-height: 18px;
    margin: 0px;
    padding: 0ex;
}

h3 {
    font-family: "TitlingGothicFB Narrow", serif;
    font-size: 16px;
}

.desktopLinks {
    font-family: "TitlingGothicFB Narrow", serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500 !important;
    text-decoration: none;
    line-height: 16px;
    padding: 10px 0px;
    margin: 0px 14px;
    position: relative;
    letter-spacing: 1px;
    text-align: center !important;
}

.desktopLinks::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 6px; 
    background-color: #EF7911; 
    transition: width 0.3s ease-in-out; 
}


.desktopLinks:hover::before {
    width: 100%;
}


#productoPropiedades {
    padding: 100px 0px;
}
#productoMainDisplay {
    padding: 100px 0px 150px 0px !important;
}

.productoIconos {
    width: 80px;
}

#prodCarrousel {
    float: left; 
    width: 100%;
    padding: 20px !important;
    background-color: #fff;
    border-radius: 18px;
    min-height: 300px;
-webkit-box-shadow: 0px 0px 25px 9px rgba(0,0,0,0.12); 
box-shadow: 0px 0px 25px 9px rgba(0,0,0,0.12);
}


.col-auto { flex: 1; }

.ml-20 { margin-left: 20px; }
.ml-80 { margin-left: 80px; }
.mt-40 { margin-top: 40px; }
.mt-80 { margin-top: 80px; }


.prodCard {
    margin: 15px;
    padding: 15px;
    background-color: #fff;
    width: 300px;
    min-height: 300px;
    text-align: center;
}

.prodCard h3 {
    color: #222222;
    font-family: "TitlingGothicFBBold", serif;
    font-size: 20px;
    font-weight: 700; 
}

.prodCard p {
    color: #222222;
    font-size: 14px;
    line-height: 24px;

}




.card-scroll-area {
    max-height: 150px; 
    overflow-y: auto;
    padding-right: 8px; 
    margin-bottom: 10px;
}


.card-scroll-area::-webkit-scrollbar {
    width: 4px; 
}

.card-scroll-area::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}

.card-scroll-area::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}

.card-scroll-area::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


.card-scroll-area {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1; 
}


.prod-scroll-area {
    max-height: 550px; 
    overflow-y: auto;
    padding-right: 8px; 
    margin-bottom: 10px;
}


.prod-scroll-area::-webkit-scrollbar {
    width: 4px; 
}

.prod-scroll-area::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}

.prod-scroll-area::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}

.prod-scroll-area::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


.prod-scroll-area {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1; 
}


.prodCardHider {
    margin: 15px;
    padding: 15px;

    width: 300px;
    min-height: 300px;
}

.card, .card-2col, .card-4col {
    margin: 15px;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    min-height: 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card { width: 300px; }
.card-2col { width: calc(50% - 30px); }
.card-4col { width: calc(25% - 30px); }

.card img, .card-2col img, .card-4col img {
    width: 80%;
    height: auto;
    border-radius: 4px;
}



.debug {
    outline: 1px solid red;
    outline-offset: -1px;
}


.pad20 {
    padding: 50px;
}

.bgColor1 { background-color: #002268; }
.bgColor2 { background-color: #3498db; }
.bgColor3 { background-color: #ecf0f1; }
.bgColor4 { background-color: #D2CCCD; }
.bgColor5 { background-color: #EF7911; }

.bgColorWhite { background-color: #ffffff; }
.bgColorBlack { background-color: #000000; }

.textColor1 { color: #2c3e50; }
.textColor2 { color: #3498db; }
.textColor3 { color: #002268; }
.textColor4 { color: #EF7911; }
.textColorWhite { color: #ffffff; }
.textColorBlack { color: #000000; }






/* Outer Wrapper */
.carrouselMarcas-wrapper {
    position: relative;
    padding: 0 60px; /* Space for arrows */
    width: 100%;
    box-sizing: border-box;
}

/* Swiper Container - No longer needs bottom padding for dots */
.carrouselMarcas-container {
    width: 100%;
    overflow: hidden;
}

/* Square Cards */
.carrouselMarcas-card {
    background: #fff;
    border: 0px solid #e0e0e0;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

box-shadow: 0px 0px 56px -12px rgba(0,0,0,0.14);
-webkit-box-shadow: 0px 0px 56px -12px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 56px -12px rgba(0,0,0,0.14);

    padding: 10px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 




}

.carrouselMarcas-card img {
    max-width: 70%;
    max-height: 50%;
    object-fit: contain;
    margin-bottom: 20px;
}

.carrouselMarcas-btn {
    display: inline-block;
    width: 200px !important;
    background-color: #EF7911;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

/* Navigation Arrows (Stay in the gutters) */
.carrouselMarcas-prev, 
.carrouselMarcas-next {
    color: #333 !important;
    top: 50%;
    /* This centers the arrow specifically on the card row */
    transform: translateY(-120%); 
}

.carrouselMarcas-prev { left: 10px; }
.carrouselMarcas-next { right: 10px; }


















/* Custom Dots Styling - Moved Below */
.carrouselMarcas-pagination {
    margin-top: 30px; /* Space between cards and dots */
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* Style the auto-generated bullets inside our custom div */
.carrouselMarcas-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carrouselMarcas-pagination .swiper-pagination-bullet-active {
    background: #333;
    width: 25px; /* Optional: makes the active dot wider */
    border-radius: 5px;
}



.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5ch;
  color: royalblue; 
  text-decoration: none;
}

.icon-custom {
  width: 1em;
  height: 1em;
  background-color: currentColor; 
  

  -webkit-mask: url('pics/productosIconos/presentacion.svg') no-repeat center / contain;
  mask: url('pics/productosIconos/presentacion.svg') no-repeat center / contain;
}

.icon-link:hover {
  color: red; 
}







@media only screen and (max-width: 768px) {
    body { padding-top: 0; }
    .fixed-top { position: relative; height: auto; }
    .col-50, .col-33, .col-25, .col-20, .col-fixed-840, .col-auto, .col-flex {
        flex: 0 0 100%;
        width: 100%;
    }
    .ml-20 { margin-left: 0; }
    .gap-30 { gap: 15px; }
    .h-500 { height: auto; }
    .card, .card-2col, .card-4col {
        width: calc(100% - 30px);
        margin: 10px 15px;
    }
}