

body { font-family: "Chronicle Text G1"; background: #fff; color: #000; margin: 0; padding: 0; }

b {
    color:#ff0000
}

/* HEADER */
header {
    width:100%; position: absolute; top:0; padding:0px 10px; z-index: 2; 
    background: #ffffff;
   
    position:fixed;
    padding-bottom: 0px;
  }

footer { background: #333;padding:25px 40px;}
.logo {
    max-width:300px;
    padding-top:5px;
}
.logo img {
    width:100%;
}

.main-nav {
    margin-right:50px;
    margin-top:0px;
}
.logo-right {
 max-width: 80px;
}
.logo-right img {
    width:100%;
}

nav ul { list-style: none; display: flex; gap: 35px; font-size: 19px; font-weight: 200;}
nav ul li a { font: "Chronicle Text G1",serif; color: #000; text-decoration: none; font-size: 18px; }
nav ul li a:hover { color:#ff0000; }
/* HEADER */


.container {  margin: 0 auto; padding: 0px; display:flex;justify-content: space-between; }
.hero { margin-top:0;}
.hero h1 {
    position: absolute;
    top: 8%;
    width: 600px;
    color: #fff;
    left: 4%;
    font-size: 3.5rem;
    line-height: 1.3;
}
.main-image-home { 
    
    position: relative;
    width: 100vw;
    z-index: 1;

}
.main-image-home img { width:100% }

h1, h2, h3 { font-family:  "Chronicle Display" ; color: #ff0000; font-weight:100;}

section h2 {
    color:#000;
    font-size:3.5rem;
    margin-bottom:25px;
    line-height: 1;
    
}
section h3 {
    color:#000;
    font-size:2rem;
    margin-bottom:20px;  
    line-height: 1;
    margin-top: 11px;
    margin-bottom: 7px;
}
article h3 {
    font-size:1.3rem;
    margin-top:0px;
    line-height: 1.2;
    
}

section h4 {
    color:#000;
    font-size:1rem;
    font-family: "Chronicle Text G1";
    font-weight:100;
    margin-bottom:30px;
    margin-top:10px;
    
}
section h4 span {
    color:#000;
    font-size:1.3rem;
    line-height: 1.2;
}

form input, form textarea { width: 100%; margin-bottom: 10px; padding: 10px; }
form button { 
    padding: 14px 20px;
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    width: 240px;
    text-transform: uppercase; 
}

section {
    text-align: left;
    margin-top:90px;
}

.content-wrapper {
    max-width:1280px;
    text-align: center;
    margin: auto;
    padding-left:40px;
    padding-right:40px;
}

.intro-company {
    display:flex;
    max-width:1200px;
    text-align: center;
    margin:auto;
    gap: 50px; 
  
}
.intro-company div {
    color:#000;
    font-size: 1rem;
    text-align: left;
    width:50%;
   
}
.intro-company-itt, .intro-company-cm93 {
   
}


.intro-company-itt-logo, .intro-company-cm93-logo{
    max-width:600;
    text-align: left;
    
}
.intro-company-itt-logo img {
    width:370px;
}
.intro-company-cm93-logo img {
    width:220px;
}

.donde-estamos {
    display:flex;
    max-width:1200px;
    text-align: center;
    margin:auto
}

.map-home img {
    width:100%;
}


.parent-container {

    max-width:1200px;
    text-align: center;
    margin:auto;
    margin-top:40px;
    padding:0 30px;

}




.stats {
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-top:100px;
    margin-bottom:100px;
}
.stats .counters{
    font-size:20px;
    flex:1;
    text-align: center;
    font-family: "Chronicle Text G1",serif; 
    font-size:1.4rem;
}

.counters .number {
    font-family: "Paralucent Stencil",Arial,Helvetica,sans-serif;
    font-size:5rem;
    margin-bottom:-20px;
}

.sectores-content {
    display:flex;
    align-items:center;
    /* distancia constante entre imágenes */
    gap: 24px;    
    margin-top:50px;     
}
.sector h3{
    font-family: "Paralucent Stencil",Arial,Helvetica,sans-serif;
    text-align: center;
    margin-top:-60px;
    color:#000;
    font-size: 2rem;

}


.sector img {
    flex: 1 1 0;               /* 3 columnas iguales */
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.servicios-content {
    display:flex;
    /* distancia constante entre imágenes */
    gap: 24px;   
    margin-top:50px;
}

.servicios h3 {
    font-family: "Paralucent Stencil",Arial,Helvetica,sans-serif;
    font-size: 1.5rem;
}

.servicio {
    flex: 1 1 0;   
}
.servicio img {
               /* 3 columnas iguales */
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.noticias-content {
    display:flex;
    align-items:center;
    /* distancia constante entre imágenes */
    gap: 24px;  
    margin-top:50px; 
}
article {
   
}
article img {
    flex: 1 1 0;               /* 3 columnas iguales */
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
}




section.contacto {
    margin-bottom:180px;
}

.contacto-content {
    
    width:100%;
    display: flex;
    justify-content: space-between;
    gap:50px;
}
.alt-contact {
    bottom:0;
}
.contacto-content .highlighted {

    font-size:1.2rem;
    color:#000;
    line-height: 1;

}
.contacto-content .alt-contact {
    font-size:1.2rem;
    color:#000;
    line-height: 1;
    margin-top:100px;
} 
.sectores-content.mobile {
    display:none;
}
.sectores-content.desktop {
    display:flex;
}
.main-image.desktop {
    display:block
}
.main-image.mobile {
    display:none
}




.productos-content {
    display:flex;
    flex-wrap: wrap;
    gap:60px;
    align-items: end;
}
.producto h3 {
    font-size:1rem; 
    
}
.producto {
    flex: 0 0 calc(25% - 60px); /* 3 columnas */
}
.producto  img {
    width:100%;
}
/* NOTICIAS */
.grid-noticias {
    display:flex;
    align-items:center;
    /* distancia constante entre imágenes */
    flex-wrap: wrap;
    gap: 50px;   
    margin-top:50px;
}
.content-wrapper  h1{
    margin-top:100px;
    text-align: left;
    font-size: 3rem;
    color:#000;
    margin-bottom:10px;
}
.content-wrapper  p{
    text-align: left;
    font-size: 1rem;
    color:#000;
}

.noticia {
    flex: 0 0 calc(33.333% - 50px); /* 3 columnas */
    box-sizing: border-box;        /* 3 columnas iguales */
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;

}
.noticia h2 {
    font-size: 1.5rem;
    color:#000;
    margin-top:10px;
    text-align: left;
   
}
.noticia a {
    text-decoration: none;
}
.noticia img {
    width:100%;
    height:auto;
}


footer .logo {
    max-width: 350px;
    padding-top: 15px;
}
footer nav ul li a {
    font-size: 16px;
}

/* SECTORES */

.title-sectores {

}
.sector-subtitle {
    text-align: left;
    margin-top: 10px;
    font-weight: 100;
    font-size:1.2rem;
}
.subtitle-sectores {
    text-align: left;
    margin-top:10px;
    color:#000;
}

.brands-list {
    display: flex; 
    justify-content: space-between;
    width:100%;
    gap:150px;
    margin-top:100px;
    margin-bottom:100px;
    align-items: center;
}
.brand-item {
    flex-grow: 1;
}
.brand-item img {
    width:100%;
}

.product-brand-grid {
    display: flex; 
    flex-wrap: wrap;
    width:100%;
    gap:20px;
    margin-bottom:60px;
    transition: height 1s;

}

.product-item {
    flex-basis: calc(20% - 20px);
}
.product-item  img {
    width:100%;
}

.sector-title {
    margin-top:100px;
    text-align: left;
    color:#000;
    font-size: 2.5rem;
    margin-bottom:0;
}
.text-intro-marca {
    margin-top:20px;
    margin-bottom:50px;
    text-align: left;
    font-size:1.1rem;
}
.product-group-title {
    text-align: left;
    margin-bottom: 12px;
    margin-top: 16px;
    background-image:url("../../images/more-icon.png");
    background-repeat: no-repeat;
    padding-right: 30px;
    width:auto;
    display: inline-block;
    background-position-x: right;
    font-size:1.2rem;
    line-height: 1.1;
    cursor:pointer;
   
}
.product-name {
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    font-size:1.2rem;
    margin-top:10px;
    padding-bottom:3px;
}


.desplegable-group {
    text-align: left;
    margin-bottom: 100px;
}


.product-group.plegado .product-brand-grid {
    height:0;
    overflow:hidden;
    margin-bottom:0px;
}

.product-group.desplegado .product-brand-grid{
    height:auto;

}

.site-footer nav ul li a{

    color:#fff;

}


@media only screen and (max-width: 1400px) {

    nav ul li a { 
        font-size: 16px; 
       
    }
    nav ul {
        gap: 24px;
    }
}
@media only screen and (max-width: 1300px) {

    nav ul li a { 
        font-size: 15px; 
        
    }
    nav ul {
        gap: 19px;
    }
    
}

@media only screen and (max-width: 1100px) {

    

    .sector h3 {
        font-size:1.3rem;
    }

    .sectores-content.mobile {
        display:none;
    }
    .sectores-content.desktop {
        display:flex;
    }

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


    nav ul li a  {
        font-size:16px;
    }

    .logo {
        max-width:120px;
    }

    .intro-company-itt-logo img {
        width: 111px;
    }
    .intro-company-cm93-logo img {
        width: 180px;
    }

    .intro-company div {
        font-size: .9rem;
    }
    nav ul {
        margin-top: 12px;
    }
    article h3 {
        font-size:1.1rem;
    }
    .contacto-content .highlighted {
        font-size: 1rem;
    }
    .contacto-content .alt-contact {
        font-size: 1rem;
    }
    .main-image.desktop {
        display:block
    }
    .main-image.mobile {
        display:none
    }
    .productos-content { 
        gap:40px;
    }
    .producto {
        flex: 0 0 calc(33.333% - 40px); /* 3 columnas */
    }
}


@media only screen and (max-width: 640px) {

    .hero h1 {
        width: 60%;
        font-size: 1.3rem;
    }

    .intro-company  {
        flex-direction: column;
    }
    .sectores-content {
        flex-direction: column;
    }
    .servicios-content  {
        flex-direction: column;
        gap:80px;
    }
    .noticias-content {
        flex-direction: column;
        gap:80px;
    }
    .contacto-content {
        flex-direction: column;
    }
    .contacto-content .alt-contact {
        margin-top: 40px;
    }
    .intro-company div {
        width:100%;
    }
    .counters .number {
        font-size: 3rem;
        margin-bottom: -5px;;
    }
    .stats .counters {
        font-size: 1rem;
        margin-top:20px
    }
  
    .sectores-content.mobile {
        display:flex;
    }
    .sectores-content.desktop {
        display:none;
    }
    .sector h3 {
        color:#fff;
        font-size:1.7rem;
    }
    .main-image.desktop {
        display:none
    }
    .main-image.mobile {
        display:block
    }
    .servicio h3 {
        margin-top:15px;
    } 
    .grid-noticias {
        gap: 20px;
    }

    .noticia {
     
        flex: 0 0 calc(50% - 20px);

    }
    .noticia h2 { 
        font-size: .9rem;  
        height:50px;
    }
    .productos-content { 
        gap:20px;
    }
    .producto {
        flex: 0 0 calc(50% - 20px); /* 3 columnas */
    } 

}