@font-face {
font-family: Montserrat-Light;
src: url(tipos/Montserrat-Light.ttf);
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 1em;
  line-height: 1.7; 
  background-color: white;
  color: black;
  overflow-x: hidden;
  padding-top: 97px;
}
html{
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
#nuestro_servicios, #nosotros, #contacto, #quienes-somos {
    scroll-margin-top: 90px; /* <-- ¡Ajusta este valor a la altura de tu menú! */
}
*:focus {
  outline: none;
}
a{
  color: inherit;
  text-decoration: none;
}
/*BANNER Y LINEA INICIA*/
.banner{
  display: flex;
  height: 50px;
  color: white;
  background-color: #51b9a4;
  width: 100%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0px;
  justify-content: center;
  align-items: center;
}
.banner img{
  height: 30px;
  margin-left: 5px;
}
/*BANNER Y LINEA FIN*/
/*ENCABEZADO INICIA*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #51b9a4;
  z-index: 10000;
}
/* Contenedor general */
.contenedor_menu {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    color: white;
}
.contenedor_quienes_somos{
  width: 1200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
} 
.contenedor_quienes_somos_text{
  color:#fff;
  padding-left:15px;
  padding-right:15px;
  width: 570px;
  overflow: hidden;
  float:left;
} 
.caja_principal {
    width: 70%;
    display: flex;
    overflow: hidden;
}
.caja_principal_sec {
    margin-right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.caja_principal_sec img {
    height: 20px;
}
.logo img {
    height: 55px;
}
/* Caja derecha */
.caja_scoring {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    z-index: 10001;
}
.caja_scoring a p {
  background: #005baa;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
}
.caja_scoring img {
  height: 30px;
}
.linea{
  height: 4px;
  width: 100%;
  background-color: lightgray;
}
/* menu hamburguesa inicia*/ 
.nav {
  position: fixed;
  top: -200px;
  background-color: #51b9a4;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.nav.visible {
  animation: caemenu 500ms ease forwards;
  visibility: visible;
}
.nav-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0; /* Agregar un relleno cero para eliminar el espacio interno */
  margin: 0;
  text-align: center;
}
.nav-list li {
  width: 100%; /* Ocupar todo el ancho disponible */
} 
.nav-list li a {
  text-decoration: none;
  color: white;
  display: block; /* Añadir esta propiedad para expandir el enlace */
  padding: 15px 20px 15px 20px; /* Agregar un relleno para hacer clic más fácilmente */
}
.nav-list li:hover {
  background-color:#3ca890;
}
.item-scoring-menu { /*boton scoring no visible en pc*/
  display: none;
}
@keyframes caemenu {
  from { top: -200px; opacity: 0; }
  to { top: 100px; opacity: 1; }
}
@keyframes menuizq {
  from { right: -200px; opacity: 0; }
  to   { right: 0px;   opacity: 1; }
}
.menu_icon{
  cursor: pointer;
}
/* menu hamburguesa ends*/ 
/* fondo oscuro de pop up*/
.fondo_oscuro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); 
  z-index: 9997; 
  display: none; 
}
/*ENCABEZADO TERMINA*/
/*PAGINA 1 INICIA* *PAGINA 1 INICIA* *PAGINA 1 INICIA*/
.portada {
  width: 100%;
  height: 650px; /*an vh ocupa todo el alto de la pantalla*/
  overflow:hidden;
  background-position: center;
  position: relative; /*an*/
  text-align: center;
  color: white;
  display: flex;
}
.contenido-portada{
  top: 45%;
  left: 50%;  
  transform: translate(-50%, -50%);
  position: absolute; /* Necesario para que z-index funcione */
  z-index: 2;
  color: white;
  text-align: center;
}
.portada h1 {
  position: relative;
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
.VideoMob{
  display: none;
}
.Video video {
  width: 100%;
  height: auto;
  display: block;
   filter: brightness(0.5);
}
.cont_botones {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.verde {
  color: #51b9a4; /* el mismo verde que venís usando */
}
.bot-transparente button {
  background-color: rgba(255, 255, 255, 0.1); /* blanco casi transparente */
  color: #ffffff;
}
.bot-transparente button:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
/* Botón naranja */
.bot-naranja button,.bot-transparente button {
  width: 180px;
  padding: 20px 5px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.bot-naranja button {
  background-color: #333; /* naranja vibrante */
  color: #ffffff;
}
.bot-naranja button:hover {
  background-color: #e27a35;
}
.bot_naranja_scoring button{
  background-color: #FF2B00;
  color: white;
  border-radius: 30px;
}
.boton button {
  width: 180px;
  height: 50px;
  border: none;
  cursor: pointer;
}
.bot_verde button {
  background-color: #4caf50;
  color: white;
}
.bot_celeste button {
  background-color: #2196f3;
  color: white;
}
#nuestros_servicios,
#nosotros {
  scroll-margin-top: 50px; /* botones de nuestros servicios y nosotros*/
}
.linea2{
  height: 14px;
  width: 100%;
  background-color: lightgray;
}
/*PAGINA 1 TERMINA* *PAGINA 1 TERMINA* *PAGINA 1 TERMINA*/
/*PAGINA 2 INICIA SERVICIOS*/
.contenedor_servicios{
  width: 100%;
  background-color: #51b9a4;
  color: white;
  overflow: hidden;
  margin: 0 auto;
}
.contenedor_titulo{
  text-align: center;
}
.contenedor_titulo h2,.titulo_institucional h2{
  color:#fff;
  text-align:center;
  font-size: 1.8em;
}
.contenedor_tarjetas {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
/* tarjetas cambiar aca los valores */
.contenedor_tarjetas_dentro {
  width: 250px;
  height: 400px;
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px 0;
  border-radius: 25px;
  text-align: center;
}
.img_circular{
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom: 4px solid #51b9a4;
  border-radius: 22px 22px 0 0;
}
.cont_tar_titulo{
  width: 250px;
}
.contenedor_tarjetas_dentro h3 {
  font-size: 17px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
  color: #51b9a4;
}
.btn-servicio {
  background-color: #333;
  color: white;
  border: none;
  padding: 15px 50px;
  margin-bottom:20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-servicio:hover {
  background-color: #3ca890;
}

/*PAGINA 2 TERMINA*/
/*BANNER CON BOTONES DE CONTACTO*/
.banner_contacto{
  height: 100px;
  width: 1200px;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  line-height: 50px;
  text-align: center;
  color: black;
}
.banner_parrafo{
  float: left;
  width: 600px;
  height: auto;
}
.banner_parrafo p{
  text-align: right;
  font-size: 16px;
  margin: 30px;
}
.cont_botones{
  width: 600px;
  height: auto;
  float: left;
}
.botones{
  text-align: center;
  margin-top: 30px;
  display: inline-block;
}
.botones button {
  width: 180px;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  border: none;
  background-color: inherit;
}
.bot-naranja{
  background-color: #333;
}
.bot_naranja_st{
  background-color: #333;
}
.bot_celeste{
  background-color: #333;
}
.bot-transparente{
  background-color: rgba(255, 255, 255, 0.1); /* blanco casi transparente */
  color: #ffffff;
}

.cont_parrafo_listado{
  margin-top: 100px;
  width: 283px;
  overflow: hidden;
  float: left;
} 
.cont_parrafo_listado p{
  text-align: center;
}
.cont_parrafo_listado h3{
  color: #51b9a4;
  font-size: 1.4rem;
}
.ilus_listado img{
  height: 70px;
}
/*--------- PAGINA 4 CIERRE INICIO */
.contenedor_institucional{
  width: 100%;
  background-color: #51b9a4;
  overflow: hidden;
}
.titulo_institucional_parrafo{
  text-align: center;
}
.titulo_institucional_parrafo{
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.ilus2{
  float: left;
  width: 600px;
  text-align: center;
  overflow: hidden;
}
.ilus2 img {
 height: 430px;
}
/*FOOTER*/
footer{
  background-color: #51b9a4;
  overflow: hidden;
  color: white;
}
.contenedor_footer{
	width: 1200px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: 50px;
} 
.contenedor_footer_dent{
	width: 400px;
	overflow: hidden;
	float: left;
}
.contenedor_footer_text{
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}
.contenedor_footer_text_img{
	width: 400px;
	overflow: hidden;
}
.contenedor_footer_text_float{
  padding-top:20px;
  padding-bottom:20px;
  text-align:left;
  float:left;
  width: 350px;
  margin-left: 10px;
  margin-right: 10px;
}
.contenedor_footer_img{
	padding-top:15px;
	float:left;
}
.contenedor_footer_img img{
	width:30px;
}
.contenedor_footer_iconos{
	width: 400px;
	overflow: hidden;
}
.contenedor_footer_iconos_dent {
	text-align:center;
	float:left;
	width:100px;
}
.contenedor_footer_iconos_dent img{
	width:50px;
}
/* social media costado*/
#social_costado{
  animation-name: animacion;
  animation-duration: 3s;
  opacity: 0.8;
  cursor: pointer;
  position: fixed;
  z-index: 160;
  width: 50px;
  right: 0px;
  top: 40%;
}
#social_costado_dentro{
  text-align:center;
  background: #51b9a4;
  float:left;
  height: 50px;
  width: 50px;
  padding-top:10px;
}
#social_costado_dentro img{
  width: 40px;
  height: 40px;
}
/*SLIDER*/
.confian-nosotros {
  margin-top: 100px;
  margin-bottom: 100px;
}
.contenedor-confian {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.contenedor-confian h2{
  color: #3ca890;
}
.slider_container {
  overflow: hidden;
  position: relative;
}
.slider_track {
  display: flex;
  transition: transform 0.5s ease;
  margin: 0 auto;
  justify-content: center;
  will-change: transform;
}
.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  margin: 0 30px;
}
.slide img {
  width: 90%;
  height: auto;
  display: block;
}
/*EJEMPLO FOTOS RSE VIAL 2024* (NO SE USA)
.slide_rse_car img {
  height: 250px;
  object-fit: cover;
}
/*EJEMPLO FOTOS RSE VIAL 2024*/ 
.slide img:hover {
  filter: grayscale(0%);
}
.slider_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background-color: #51b9a4;
  border-radius: 5px;
  border: none;
  padding: 5px 12px;
  cursor: pointer;
  z-index: 10;
}
.slider_btn.left {
  left: 0;
  width: 40px;
}
.slider_btn.right {
  right: 0;
  width: 40px;
}
.slider_btn:hover{
  background-color: lightgrey;
}

/* --- GALERIA DE FOTOS-- SIMILAR A LA DE LTSIG RSE VIAL*/
.banner_contacto_bot_mod{
  height: 100px;
  width: 1200px;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  line-height: 50px;
  text-align: center;
  color: black;
}
.banner_parrafo_bot_mod{
  float: left;
  width: 600px;
  height: auto;
}
.banner_parrafo_bot_mod p{
  text-align: right;
  font-size: 16px;
  margin: 30px;
}
.but_abrir_form{
  width:500px;
  margin: 30px;
  height: auto;
  float: left;
}
.but_abrir_form button{
  background-color: #51b9a4;
  color: white;
  padding: 15px;
  width: 400px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.titulo-galeria {
  text-align: center;
  font-size: 36px;
  color: #2c3e50;
  margin-top: 60px;
  margin-bottom: 40px;
}
/* --- CUADRÍCULA DE LA GALERÍA --- */
.galeria-grid-contenedor {
  max-width: 1200px;
  margin: 0 0 50px 0;
  padding: 0 15px;
}
.galeria-fotos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
/* --- ESTILO DE CADA FOTO EN LA CUADRÍCULA --- */
.foto-item {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px rgba(0,0,0,0.1);
  aspect-ratio: 3 / 4; /* Opcional: Hace que las fotos sean cuadradas */
}
.foto-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.foto-item:hover img {
  transform: scale(1.1);
}
/* --- ESTILOS PARA EL POP-UP (MODAL) --- */
.modal-foto {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* Ocupa el 100% de la altura de la ventana */
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden; /* Oculto por defecto */
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 11000;
}
/* Cuando se hace clic en un enlace, el modal correspondiente se hace visible */
.modal-foto:target {
  visibility: visible;
  opacity: 1;
}
.modal-foto img {
  max-width: 90%;
  max-height: 90%;
  border: 3px solid #51b9a4;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}
.modal-cerrar {
  position: absolute;
  top: 15px;
  right: 30px;
  color: white;
  font-size: 40px;
  text-decoration: none;
  font-family: Arial, sans-serif;
}
/* TERMINA GALERIA DE PAGINA RSE*/
/* PAGINAS EXTERNAS BATERIA, TEST DE ALERTA ETC*/ /* PAGINAS EXTERNAS BATERIA, TEST DE ALERTA ETC*/
.portada_paginas {
  max-width: 100%;
  margin: 0 auto;
  height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex; /*TIPO FLEX*/
  align-items: center; /* ALINEA LOS ELEMENTOS CENTRANDOLOS HORIZONTALMENTE*/
  justify-content: center; /*LOS ALINEA VERTICALMENTE */
  text-align: center;
  color: white;
}
.portada_paginas h1{
    font-size: 2.5rem;
}
.fondo_bateria{
  background-image: url('../img/bateria_portada.jpg');
}
.fondo_test_alerta{
  background-image: url('../img/test_de_alerta_portada.jpg');
}
.fondo_tecnicas_reid{
  background-image: url('../img/fondo_tecnicas_reid.jpg');
}
.fondo_programa_fortalecimiento{
  background-image: url('../img/fondo_programa_fortalecimiento.jpg');
}
.fondo_capacitaciones_y_talleres{
  background-image: url('../img/fondo_capacitaciones_y_talleres.jpg');
}
.fondo_campanias_concientizacion{
  background-image: url('../img/fondo_campanias_concientización.jpg');
}
.fondo_rse_vial{
  background-image: url('../img/fondo_rse_vial.jpg');
}
.contenedor_principal {
  max-width: 1200px;
  margin: 0 auto;
}
.columnas_bateria {
  display: flex;
  gap: 40px;
}

/* Columna izquierda */
.bateria_info {
  flex: 1;
}
.bateria-info h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: black;
}
.bateria-info p {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.5;
}
.bateria-info ul {
  list-style: disc;
  padding-left: 20px;
  color: #000;
}
/* Imagen circular cont padre */
.imagen_art {
  display: flex; /* le da forma*/
  justify-content: center; /* centra horizontal */
  margin-bottom: 50px;
  margin-top: 50px;
  gap: 20px;
}
/* Imagen circular cont hijo */
.img-circular-bateria {
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 50%;
  border: 3px solid #51b9a4;
}
.img-circular-bateria_ad{
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 20%;
  border: 3px solid #51b9a4;
}
.img_test_alerta{
  width: 300px;
  height: 300px;
  margin-top: 25px;
  object-fit: contain;
}
.cont_texto,.cont_texto_alter {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}
.cont_texto_alter{ /* mas ancho en pc quizas lo use en rse vial */
  max-width: 1200px !important; 
}
/* Columna derecha (formulario) */
.bateria_formulario {
  flex: 1;
  justify-content: center; /* centra el contenido de manera horizontal. o margin 0 */
}
.titulo_formulario {
  background-color: #51b9a4;
  display: flex;
  justify-content: center;
  max-width: 400px;
  color: white;
  font-size: 1.4em;
  padding: 5px 0 5px 0;
  border-radius: 10px;
  margin: 50px auto;
}
.formulario_contacto,.form_alternativo {
  display: flex;
  max-width: 400px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: 15px;
  background-color: #EFEFEF;
  border-radius: 60px;
  padding: 30px 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 50px;
  margin-top: 50px;
}
.formulario_contacto h2{
  text-align: center;
}
.form_alternativo{
  display: none;
}
.form_alternativo.visible {
  display: block;
  margin-top: 50px;
  text-align: center;
}
.formulario_contacto input,
.formulario_contacto textarea {
  width: 300px;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}
input:focus,
textarea:focus {
  outline: none;
}
.formulario_contacto button {
  background-color: #51b9a4;
  color: white;
  padding: 15px;
  width: 300px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.formulario_contacto button:hover {
  background-color: #3ca890;
}
.form-group {
  margin-bottom: 30px;
  text-align: center;
}
.form-group label {
  display: block;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 6px;
  color: #333;
}
/* Columna derecha (CIERRA) */
.btn_whatsapp {
  display:none;
  /*
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
  */
}
.btn_whatsapp:hover {
  transform: scale(1.1);
}
.btn_whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* PAGINAS EXTERNAS BATERIA, TEST DE ALERTA ETC*/ /* PAGINAS EXTERNAS BATERIA, TEST DE ALERTA ETC* FIN FIN FIN/ 
/* ACORDION QUE CONTIENE TEXTO ABRE*/
/* --- Estilos para el Acordeón Único --- */

.acordion_boton {
  background-color: #3ca890; /* Un color de tu marca para que destaque */
  color: white;
  border: none;
  width: 300px;
  padding: 10px;
  height: auto;
  font-size: 1.2em;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  display: block; /* Para que ocupe su propia línea */
  margin-top: 20px; /* Espacio después del párrafo */
  margin-bottom: 20px;
}
.acordion_boton:hover {
    background-color: #318d76; /* Un tono más oscuro al pasar el mouse */
}
/* El panel de contenido (oculto por defecto) */
.acordion_contenido {
    overflow: hidden;
    border-radius: 20px;
    background-color: lightgrey;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
}
.acordion_interior{
  padding: 20px;
}
/* Estilos para el contenido que se despliega */
.acordion_contenido h3 {
    margin-top: 25px;
    color: #333;
}
/* ACORDION QUE CONTIENE TEXTO CIERRA*/
.cont_result{
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  color: white;
  background-color: red;
  text-align: center;
  position: fixed;
  top: 0px;
  right: 0px;
  font-size: 1.2em;
  z-index: 10002;
}
.contenedor_tarjetas_dentro {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.contenedor_tarjetas_dentro.visible {
  opacity: 1;
  transform: translateY(0);
}
/* TERMINA DISEÑO PC*/
/*INICIA MOBILE*/
@media screen and (min-width: 10px) and (max-width: 600px) {
  
.contenedor_principal {
    max-width: 600px;
}
p ,li{
    font-size: 1.7em;       
    line-height: 1.7;      
}
h3 {
    font-size: 1.8em;
    line-height: 1.7em;
}
h2 {
    font-size: 1.875em;
    line-height: 1.7em;
}
h1 {
    font-size: 2.9rem;
}
body{
   padding-top: 130px;
}
#nuestro_servicios, #nosotros, #contacto, #quienes-somos {
    scroll-margin-top: 170px; /* <-- ¡Ajusta este valor a la altura de tu menú! */
}
  /*Contenedores de menu logo y login*/
header {
    margin-top: 0px;
    overflow: hidden;
}
/*menu nav */
#nav{
    position: fixed;
    top: 0;
    height: 1200px;
    width: 350px;
}
.nav.visible{
  margin-top: 0px;
  animation: menuizq 0.5s ease forwards;
  visibility: visible;
}
#nav li{
  font-size: 23px;
  text-align: left;
}
.nav-list{
  margin-top: 100px;
}
.contenedor_menu{
  width: 600px;
  height: 130px;
  padding: 0;
}
.logo img{
  height: 85px;
  margin:30px;
}
.email,.telefono{
  display: none;
}
.bot_naranja_scoring{
  display: none;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: fit-content;
}
.bot_naranja_scoring button{
  width: 400px;
  padding: 30px;
  height: auto;
}
.caja_scoring{
  justify-content: center;
}
.caja_scoring img{
  height: 50px;
}
.cont_botones {
  width: 600px;
  height: 200px;
  flex-direction: column; /*recordar column hace que vaya uno abajo de otro eleemento*/
  align-items: center;
  gap: 15px;
}
.banner{
  height: 80px;
  font-size: 20px;
}
.banner img{
  height: 40px;
  margin-left: 10px;
}
.menu{
  width: 170px;
  height: 200px;
  float: right;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.menu img{
  height: 30px;
  margin-top: 54px;
  margin-left: 0;
  cursor: pointer;
}
.menu_icon{
    cursor: pointer;
}
.scoring{
  display: none;
  width: 150px;
  height: 200px;
  float: left;
  margin-left: auto;
  margin-right: auto;
  background-color: green;
  }
.scoring p{
  display: none;
  margin-top: 50px;
  text-align: center;
  margin-right: 0;
  background-color: #e97e0d;
  border-radius: 30px;
  width: 120px;
  padding: 10px 14px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  border: none;
}
/*CONTENEDOR SERVICIOS PAGINA 2*/
.contenedor_tarjetas {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding: 0 50px; /* 🟢 margen lateral para centrar la primera y última */
  box-sizing: border-box;
  justify-content: flex-start;
}
.contenedor_tarjetas_dentro {
  width: 400px;
  height: 350px;
  scroll-snap-align: center; /* 🔑 centrado en cada deslizamiento */
  height: 550px;
  padding: 0 0 15px 0;
}
.contenedor_tarjetas_dentro h3{
  font-size: 1.8em;
}
.img_circular{
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-bottom: 4px solid #51b9a4;
  border-radius: 22px 22px 0 0;
}
/* Imagen circular más grande */
/* Título más grande */
.cont_tar_titulo{
  width: 350px;
}
  /* Texto más legible */
.contenedor_tarjetas_dentro p {
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
.contenedor_tarjetas_dentro a{
  width: 400px;
}
  /* Botón más ancho y alto */
.btn-servicio {
  font-size: 1.3rem;
  padding: 20px 24px;
  border-radius: 8px;
  width: 80%;
}
.contenedor_tarjetas::-webkit-scrollbar {
  display: none;
} 
/*contenedor*/
.contenedor_quienes_somos{
  width: 600px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.titulo h1{
  padding-left:15px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.titulo_parrafo{
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
}
.titulo p{
  display: block;
}
.fondo{
  width: 540px;
  display: block;
}
.bot_verde,.bot_celeste,.bot_naranja_st{
  width: 400px;
}
.boton button,.botones button{
  font-size: 20px;
  margin: 16px 2px;
}
/*PAGINA 2 PREVENCION DE ACCIDENTES*/
.cont_izq h1{
  text-align: center;
}
.cont_izq_img img{
  height: 510px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.cont_parrafo p{
  font-size: 1.7em;
}
.cont_parrafo h2{
  font-size: 2.3rem;
}
.cont_parrafo-dentro p{
  padding-left: 20px;
  padding-right: 20px;
}
/* BANNER CONTACTO*/
.banner_contacto {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.2em;
  margin-bottom: 60px;
  height: auto;
}
.banner_parrafo {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.banner_parrafo p{
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}
.botones{
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
}
.botones button{
  width: 250px;
  color: white;
  padding: 10px 10px;
}
.bot-naranja button,.bot-transparente button {
  width: 400px;
  padding: 30px 10px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}
.bot-transparente button {
  background-color: transparent; /* blanco casi transparente */
  color: #ffffff;
}
.portada{
  height: 950px;
}
.contenido-portada{ /* ojo este afecta tambien al video del inicio*/  
  top: 50%;
}
.titulos_pagina{
  width: 500px;
}
.titulos_pagina h1{
  font-size: 2.5rem !important;
}
/*LISTADO INICIA*/

.cont_parrafo_listado{
  margin-top: 100px;
  width: 600px;
  overflow: hidden;
  float: left;
} 
.ilus_listado img{
  height: 125px;
}
.cont_parrafo_listado h3 {
  font-size: 1.8rem;
}
/*LISTADO TERMINO*/

/*INSTITUCIONAL PAGINA 4 INICIA*/
.titulo_institucional_parrafo{
  display: block;
  margin-top: 30px;
}

.titulo_institucional_parrafo p{
  padding-left: 20px;
  padding-right: 20px;
}
.cont_botones_inst{
  margin-top: 50px;
}
.ilus2 img {
 margin-top: 30px;
}
/* PAGINA FORMULARIO*/
.columnas_bateria {
  flex-direction: column;
}
.portada_paginas h1 {
  font-size: 3rem;
}
.titulo_formulario{
  font-size: 2.5rem;
  max-width: 500px;
}
.formulario_contacto{
  max-width: 500px;
}
.form-group label{
  font-size: 1.7rem;
}
.formulario_contacto input{
  padding: 20px;
  width: 400px;
}
.formulario_contacto textarea{
  width: 400px;
  text-align: center;
  padding: 20px;
}
.formulario_contacto button{
  width: 400px;
  font-size: 1.3rem;
}
.slider_container {
  overflow: visible;
}
.slide {
  width: 300px; /* o ajustá al tamaño de tus logos */
  height: auto;
  margin: 0 50px;
}
.slider_btn{
  padding: 10px 12px;
  font-size: 3rem;
}
.slide img {
  width: 300px;
  max-width: 100%;
  height: auto;
}
.slider_btn.right {
  right: 30px;
  width: 60px;
}
.slider_btn.left {
  left: 30px;
  width: 60px;
}
.btn_whatsapp{
  /*display: none;*/
}

.btn_whatsapp {
  bottom: 200px;
  right: 10px;
  z-index: 1000;
  width: 100px;
  height: 100px;
}
.btn_whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


#social_costado{
  display: none;
}

.contenedor_footer{
	width: 600px;
	margin-bottom:200px;
} 
.contenedor_footer_dent{
	width: 600px;
} 
.contenedor_footer_text_img{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contenedor_footer_text_float{
  text-align:center;
  width: 600px;
  font-size:1.5em;
}
.contenedor_footer_img{
	text-align:center;
	width: 600px;
}
.contenedor_footer_img img{
	margin-left:20px;
	width:50px;
}
.contenedor_footer_iconos{
	width: 600px;
}
.contenedor_footer_iconos_dent {
	width:150px;
}
.contenedor_footer_iconos_dent img{
	width:80px;
}
.contenedor_footer_text{
  text-align: center;
}
.acordion_boton { /*boton acordion mobile*/
  width: 500px;
  padding: 25px;
  font-size: 1.5em;
}
.acordion_contenido ul li {
  font-size: 1.5rem;   
  line-height: 1.6;     
  margin-bottom: 10px;  
}   
.bateria_imagen {
  margin-top: 0;
}
.contenedor_footer_text a{
  font-size: 1.5em;
}
.VideoMob{
  display: block;
}
.VideoMob video{
  width: 100%;
  height: auto;
  display: block;
   filter: brightness(0.5);
}
.Video{
  display: none;
}
.cont_texto_alter {
  max-width: 500px;
}
/* --- GALERIA DE FOTOS-- SIMILAR A LA DE LTSIG RSE VIAL*/
.titulo-galeria {
  margin-top: 150px;
}
.galeria-fotos{
  grid-template-columns: repeat(2, 1fr)
}
.banner_contacto_bot_mod{
  width: 600px;
}
.banner_parrafo_bot_mod{
  float: none;
  width: 500px;
  margin: auto;
}
.banner_parrafo_bot_mod p{
  margin: 20px 0;
  text-align: center;
  font-size: 1.4em;
}
.but_abrir_form{
  float: none;
  margin: auto;
  position: relative;
  z-index: 9998; 
}
.but_abrir_form button{
  width: 500px;
  padding: 25px;
  font-size: 1.5em;
}
.form_alternativo.visible{
  position: relative;
  top: 100px;
  z-index: 9997;
}
.fondo_oscuro.visible {
  display: block;
}
.contenedor_titulo h2,.titulo_institucional h2{
  font-size: 2em;
}
.cont_result {
  display: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  color: white;
  background-color: red;
  text-align: center;
  position: fixed;
  top: 0px;
  right: 0px;
  font-size: 1.5em;
  z-index: 10002;
}
body.pagina-index .bot_naranja_scoring {
    display: block;
}
.item-scoring-menu { /* se muestra el boton por default como item de scoring comun*/
  display: block; 
}
body.pagina-index .item-scoring-menu { /* se apaga cuando estas en index y solo se muestra el boton naranja*/
  display: none;
}
}