/*
====================================
------------------------------------
	1. Typography
	2. Header
	3. Main Slider
	4. About Us
	5. Service
	6. Our Team
	7. Portfolio
	8. Clients
	9. Our Blog
	10. Contact
	11. Footer
	12. Carousel Effect
	13. Isotope
	14. Portfolio Hover effect
-------------------------------------
=====================================
*/


/*====================
======Typography=====
======================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);


 /*FUENTES*/


/*  @font-face {*/
/*    font-family: 'ClashDisplay-Bold'; */
/*    src: url(../fonts/ClashDisplay-Bold.ttf) format('truetype');*/
/*    font-weight: normal; */
/*    font-style: normal;  */
/*}*/
  
  
  
/*  .btn-custom2{*/
/*    font-family: 'ClashDisplay-Bold', sans-serif;*/
/*  }*/


/*   @font-face {*/
/*    font-family: 'brother1816'; */
/*    src: url(../fonts/07-brother1816-regular.otf) format('truetype');*/
/*    font-weight: normal; */
/*    font-style: normal;  */
/*}*/
  

/*.btn-custom {*/
/*     font-family: 'brother1816', sans-serif;*/
/*}*/


/* @font-face {*/
/*    font-family: 'NunitoSans'; */
/*    src: url(../fonts/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf) format('truetype');*/
/*    font-weight: normal; */
/*    font-style: normal;  */
/*}*/

/* Ejemplo: ClashDisplay-Bold en woff2 */
@font-face {
  font-family: 'ClashDisplay-Bold';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Brother1816 */
@font-face {
  font-family: 'brother1816';
  src: url('../fonts/brother1816-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* NunitoSans variable: renómbralo sin comas y usa woff2 variable si la tienes;
   si no, usa pesos fijos en woff2 para móvil */
@font-face {
  font-family: 'NunitoSans';
  src: url('../fonts/NunitoSans-Variable.woff2') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

body {
	font-family: 'NunitoSans', sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#43484E;
	font-size: 1.7em;
}

body  section{
	padding: 75px 0;
}

a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#fc7700;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

.slider-btn {
	background-color:#fc7700;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #fc7700;
	box-shadow: inset 0 0 0 2px #fc7700;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	background: #fff;
	z-index: 9999;
}

.preloder-wrap{
	display: table-cell;
	vertical-align: middle;
}

.preloder-inner {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}



.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}


.tops {
	background:#3b5d97;padding: 5px 0;color: #fff;font-size: 12px;
}

.tops a {
	color: #fff;
	text-decoration: none;
}

.tops a:hover {
	color: #a1c9e8;
	text-decoration: none;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#0079c2;
}

.tops ul {
	float: left;
    position: relative;
    list-style: none;
	margin-bottom: 0px;
}

.tops li {
	float: left;
}

.tops i {
	padding: 0 15px;
	font-size: 15px;
}

img {
	width: 100%;
}

.logo {
	width: 115px;
	margin: 10px 0;
}

.imgPP{
    width: 50% !important;
}

/*====================
======Header CSS=====
======================*/

.img-with-border {
    border: 2px solid #ccc; /* Define el ancho y el color del borde */
    border-radius: 10px; /* Redondea los bordes */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Agrega una sombra */
}


#navigation .navbar {
	background:rgba(31, 36, 45, 0.95);
	border-radius: 0;
	border-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:20px
}

#navigation .navbar-nav.navbar-right li a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
    border-bottom: 2px solid transparent;
	font-weight: 800;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #009688;
    background-color: transparent;
    border-bottom: 2px solid #009688;
}


/*======================
====Main Slider CSS=====
=======================*/


/*============================
======Carousel Effect CSS=====
==============================*/



.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.justify-c {
	text-align: justify;
	text-align-last: center;
}

.imgc {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

section {
	padding: 70px 0;
}

#i-prod {
    background-image: url(../img/banner.jpg);
	background-attachment: fixed;
    color: #fff;
	margin-top: -6px;
}


footer {
	padding: 15px 0;
	background: #E94B28;
	color: #fff;
}
#footerc {
	padding: 15px 0;
	background: #128E52;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #6d98c7;
}

footer p {
    margin: 0;
}

.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
    outline: 5px auto transparent;
    outline-offset: -2px;
}

button.active.focus, 
button.active:focus, 
button.focus, 
button:active.focus, 
button:active:focus, 
button:focus {
    outline: 5px auto transparent;
    outline-offset: -2px;
}
a.active.focus, 
a.active:focus, 
a.focus, 
a:active.focus, 
a:active:focus, 
a:focus {
    outline: 5px auto transparent;
    outline-offset: -2px;
}


/*================================================
====== Fin Efecto Fllipper para P��ginas Web =====
=================================================*/

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/*WHATSSAP*/

/* Estilo para el bot��n fijo */
    .whatsapp-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      background-color: #E94B28;
      color: white;
      border: none;
      border-radius: 50%;
      width: 65px;
      height: 65px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      font-size: 30px;
    }

    .whatsapp-button:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }
    
    
    .whatsapp-button2 {
      position: fixed;
      bottom: 20px;
      right: 100px;
      z-index: 1000;
      background-color: #25d366;
      color: white;
      border: none;
      border-radius: 50%;
      width: 65px;
      height: 65px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .whatsapp-button2:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    .citsaf{
        background-color: #128E52;
    }
    









/*CODIGO NUEVO PARA SECCIONES*/

/*NOSOTROS*/


#press_ {
    background: url(../img/textura_azul.png);
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 100px 0;
    background-position: 50% 30%;
    background-size: cover;
    color: #fff;
}

/*SECCION DE SERVICIOS EN INDEX*/

.custom-card {
      border: none;
      border-radius: 8px;
      box-shadow: 0px 7px 4px rgba(0,0,0,0.8);
      transition: transform 0.3s ease;
      padding: 15px;
      background: #fff;
      margin-bottom: 50px;
      margin-top: 50px;
    }

    .custom-card:hover {
      transform: translateY(-5px);
    }



    .card-icon {
  width: 60px;
  height: 60px;
  background: #2A598D; /* Naranja */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* �9�7 Esto hace el c��rculo */
  margin-bottom: 20px;
}
    .card-icon i {
      font-size: 28px;
      color: #fff;
    }

    .card-subtitle {
      font-size: 14px;
      font-weight: 600;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .card-title {
      font-size: 20px;
      font-weight: 700;
      color: #0b1c4d;
      margin: 8px 0 15px;
    }

    .card-text {
      font-size: 15px;
      color: #555;
      margin-bottom: 20px;
    }

    .read-more {
      font-weight: 600;
      text-decoration: none;
      color: #0b1c4d;
      display: inline-flex;
      align-items: center;
    }

    .read-more:hover {
      color: #E94B28;
    }

    .read-more i {
      margin-left: 8px;
      transition: transform 0.2s ease;
    }

    .read-more:hover i {
      transform: translateX(3px);
    }

    #press_ h1{
      font-weight: 600;
      color: #002F86;
    }

    #info3 h1{
      font-weight: 600;

    }

    #info3 h2{
      font-size: 2.5rem;
      margin-bottom: 60px;
    }

    #info3{
      padding: 50px;
    }


    /*NUEVO FOOTER*/


    .footer2 {
  background-color: #3c4f63;
  color: #fff;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
}

.footer2-container {
  max-width: 1200px;
  margin: auto;
}

.footer2-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer2-column {
  /* flex: 1 1 220px; */
  margin: 10px;
}

.footer2-logo {
  width: 160px;
}

.footer2-column h4 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

.footer2-column p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer2-column i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background-color: #2A598D;
  color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer2-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer2-column p {
    justify-content: center;
  }
}



/*RESPONSIVIDAD DE LA PAGINA REDISE�0�5O*/

/*INICIO*/

@media screen and (min-width: 992px) and (max-width: 1300px){

  .imgindex{
    margin-top: 150px;
  }


  
}


@media screen and  (max-width: 991px){

  .divcontact {
    position: relative;
    display: flex;
    justify-content: center;
}

#aboutus {
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.titaboutus {
    text-align: center;
}

.titaboutus2{
   text-align: center;
}

}

@media screen and (min-width: 576px) and (max-width: 768px){

#aboutus {
  padding-top: 0;
  margin-bottom: 0;
}

#press_ {
    padding-top: 40px;
}

 }


 @media screen and  (max-width: 575px){

  #aboutus {
  padding-top: 0;
  margin-bottom: 0;
}

#aboutus p {
    font-size: 1.6rem;
    text-align: justify;
}
.padsol{
 padding: 10px;
}

#info3 h2 {
    font-size: 2rem;
    margin-bottom: 60px;
}

 }


 /*NUEVO DISE�0�5O PARA EL QR*/
 



/* Contenido centrado */
/* .header-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 1rem;
} */

/* Logo */
/* .logo {
  width: 220px;
  margin-bottom: 1rem;
} */

/* Texto */
/* .header-content p {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #E8471B;
} */


/* header {
  position: relative;
  width: 100%;
  height: 65vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #093E9D 0%, #002F86 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fff;
 
  padding-bottom: 4rem;
} */


.headert {
    position: relative;
    width: 100%;
    height: 65vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #000000 0%, #2644e5 100%);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
    padding-bottom: 4rem;
}
.headerc {
    position: relative;
    width: 100%;
    height: 65vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #052e76 0%, #002F86 100%);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
    padding-bottom: 4rem;
}

/* �0�1 Logo centrado, m��s grande */
/* header .logo {
  width: 500px;
  height: auto;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
} */

/* �7�1�1�5 Eslogan */
header h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  max-width: 800px;
}

/* �9�8 Curva inferior m��s suave */
/* .header-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  } */

.brands-section {
  text-align: center;
  padding: 4rem 1rem;
  padding-top: 0;
  color: #333;
}

.brands-section h2 {
  font-size: 2.5rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.brands-section hr {
    width: 100px;
    height: 3px;
    background-color: #e94b28;
    border: none;
    margin: 1rem auto;
    border-radius: 2px;
}

.brands-section p {
  max-width: 700px;
  margin: 0 auto 2.5rem auto;
  font-size: 2.3rem;
  line-height: 1.6;
  color: #000000;
}

down-arrow {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(8px); }
  60% { transform: translateY(4px); }
}

.brands-section2 {
  text-align: center;
  padding: 4rem 1rem;
  padding-top: 0;
  color: #ffffff;
}

.brands-section2 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.brands-section2 hr {
    width: 30%;
    height: 3px;
    background-color: #e94b28;
    border: none;
    margin: 1rem auto;
    border-radius: 2px;
}
.citsa hr{
    width: 100px;
    height: 3px;
    background-color: #128E52;
    border: none;
    margin: 1rem auto;
    border-radius: 2px;
}
.brands-section2 p {
  /* max-width: 700px; */
  margin: 0 auto 2.5rem auto;
  font-size: 2rem;
  line-height: 1.6;
  color: #000000;
}


 

  

  #press_2 {
    background: url(../img/textura_azul.png);
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 70px 0;
    background-position: 50% 30%;
    background-size: cover;
    color: #fff;
}

  .btn-customc:hover{
    
    background-color: #128E52; /* color uniforme */
   }

@media (max-width: 768px) {
  header .logo {
    width: 280px;
    height: auto;
    margin-bottom: 1.5rem;
    /* filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3)); */
    
  }
}


body{
    background: linear-gradient(to bottom, #0f4373, #1766af, #0f4373);
}
/*NUEVOS ESTILOS*/


.header1 {
    position: relative;
    width: 100%;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #E8471B;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #fff;
    border-bottom-left-radius: 60% 95%;
    border-bottom-right-radius: 60% 95%;
    padding: 40px;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.header2 {
    position: relative;
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #E8471B;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #fff;
    border-bottom-left-radius: 60% 95%;
    border-bottom-right-radius: 60% 95%;
    padding: 40px;
     box-shadow: 0 4px 25px rgba(0, 0, 0, 0.6);
}



.header-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 2rem;
  top: -20px;
  
}

.logo {
  width: 280px;
  margin-bottom: 1rem;
}

.logo2 {
  width: 310px;
  margin-bottom: 1rem;
}

.header-content p {
  margin-top: 10px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  color: #E8471B;
}

.headerprin{
  padding-top: 0;

    
    /*background: url(../img/HALFTONE.png) repeat-x;*/
    /*background-size: contain; */
    padding-bottom: 10px;
   
}

.headerprin2{
  padding-top: 0;

    padding-bottom: 30px;
   
}


.btn-custom {
    background-color: #1760A6; /* color uniforme */
    color: #fff;
    border: none;
    border-radius: 12px; /* bordes redondeados */
    /* padding: 12px 20px; */
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 2px 0px #000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* ancho completo de la columna */
    margin-bottom: 20px;
    font-weight: bold
  }
 
  .btn-custom i {
    margin-right: 10px;
    font-size: 18px;
  }

  .btn-custom:hover {
    background-color: #ffffff; /* m��s oscuro al hover */
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    color: #1760A6;
  }

  .btn-wrapper {
    display: flex;
    justify-content: center; /* centra el bot��n en su col */
  }


  .btn-custom2 {
    background-color: #3259A7; /* color uniforme */
    color: #ffffff;
    border: none;
    border-radius: 30px; /* bordes redondeados */
    padding: 12px 20px;
    font-size: 2.7rem;
    font-weight: 800;
    box-shadow: 0px 1px 21px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%; /* ancho completo de la columna */
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #e65e1f, #f08728); 
    text-shadow: 2px 2px 0px #000;
  }
  
 
  .brands-section2 h2{
    color: white;
    text-shadow: 1px 2px 0px #000;
    
  }




.titulobrand {
    position: relative;
    /* height: 200px; */
    padding-bottom: 30px;

    /* Gradientes más suaves y extendidos */
    background: /* linear-gradient(to bottom, rgba(20,89,153,4) 0%, rgba(23,102,175,0) 80%),  */
        linear-gradient(to top, rgba(20,89,153,4) 0%, rgba(23,102,175,0) 80%),   

        /* Imagen de fondo más grande y centrada */
        url(../img/textnew.png) no-repeat center center;

    background-size: 250% auto; /* más grande para que se vea más la imagen */
    background-position: center top; /* ajusta para que la transición se note */
}

.footerpuntos {
    width: 100%;
    height: 10vh;
    
    /* Fondo combinado: primero el degradado, luego la imagen */
    background: linear-gradient(to bottom, rgba(20,89,153,6) 0%, rgba(23,102,175,0) 60%) , /* degradado horizontal */
        url(../img/HALFTONE2.png);
    
    background-size: 100% auto; /* primero para la imagen, segundo para degradado si fuera necesario */
    /* background-repeat: repeat-x, repeat-x; */
    background-position: center, center;
}

.textoJSV{
  color: white;
}

.textoJSV h1 {
  font-weight: bolder;
  margin-top: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* sombra sutil */
}

.textoJSV h2 {
  font-weight: bolder;
  margin-bottom: 0;
  margin-top: 60px;
  /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);*/
}

.textoJSV h2, 
.textoJSV h1 {
  letter-spacing: 0px;
}

.textoJSV p {
  font-weight:700;
  color: white;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);*/
}

.footersito {
    position: relative;
    background: radial-gradient(circle, #f48c32 0%,  #E75E1E 100%);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
    color: #fff;
    overflow: hidden;
}

.curva-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
}


.social-icons {
    display: flex;
    gap: 15px; /* espacio entre iconos */
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;   /* tama�0�9o del c��rculo */
    height: 60px;
    border-radius: 50%;
    color: white;
    font-size: 34px;
    text-decoration: none;
    transition: transform 0.3s, opacity 0.3s;
    box-shadow: 0 2px 0px #000;
  }

  .social-icons a:hover {
    transform: scale(1.1);
    opacity: 0.8;
  }

  .whatsapp { background-color: #25D366; }
  .facebook { background-color: #3b5998; }
  .instagram { background-color: #E1306C; }
  .linkedin { background-color: #0077B5; }

  .container{
    padding-left: 0;
    padding-right: 0;
  }
  
  
  
  
  @media (max-width: 768px) {
      
      .header-content p {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #E8471B;
}

  }
  
  
  
  
  
  @media screen and (min-width: 325px) and (max-width: 376px){
      
      .brands-section h2 {
    font-size: 2.3rem;
}

.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
      
      
  }
  

   @media screen and (min-width: 125px) and (max-width: 324px){
      
      .brands-section h2 {
    font-size: 1.7rem;
}

.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
      
      
  }


 
  
  
  
  
  .imgpunts{
  position: absolute;
  inset: 0;               /* top:0; right:0; bottom:0; left:0; */
  width: 100%;
  /*height: 400px;*/
  object-fit: cover;      /* mantiene el recorte apropiado */
  z-index: -1;            /* lo pone detrás del contenido */
  pointer-events: none;   /* passthrough de clicks */
}
  
  
  
  
     @media screen and (min-width: 1120px) {
         
         .imgpunts {
             display:none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 600px;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}



.header-content p {
    margin-top: 10px;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.5;
    color: #E8471B;
}
.logo {
    width: 480px;
    margin-bottom: 1rem;
}
         
         .footerpuntos{
             display:none;
         }
         
         .titulobrand {

    padding-bottom: 200px;
   
}

.header-content {

    max-width: 1200px;
  
}

.brands-section {
   
    margin-top: 80px;
}

.brands-section h2 {
    font-size: 3.5rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*width: 50%;*/
}
         
     }
/*  @supports (-webkit-touch-callout: none) {*/
  /* Evita crasheos por parallax en iOS */
/*  #press_, #press_2, #i-prod, .parallax-section {*/
/*    background-attachment: scroll !important;*/
/*    background-position: center center !important;*/
/*    background-size: cover !important;*/
/*  }*/

  /* Evita combinación 'border-radius gigante + box-shadow' en iOS */
/*  .header1 {*/
/*    box-shadow: none !important;*/
/*  }*/


/*}*/
  
  