* {padding:0;margin:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body {font-family: Arial, Helvetica, sans-serif; background: #f3f3f3; margin-top: 110px;}/* General */
.Cont_Ind {
  width: 95%;
  max-width: 1600px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centra horizontalmente */
  align-items: center;}
/*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  */
.top-bar {
    width: 100%;    /* Asegura que el navbar ocupe todo el ancho */
    float: left;
    background-color: #1d5da9; /* Color de fondo */
    height: 38px;  /* Altura */
    display: flex;
    justify-content: center;  /* Centra horizontalmente */
    align-items: center;      /* Centra verticalmente */
}
.iconredeshover:hover{
    color:#fcdf06 !important;
}
.top-bar-L{
    width: 50%;    /* Asegura que el navbar ocupe todo el ancho */
    float: left;
}
.top-bar-R{
    width: 50%;    /* Asegura que el navbar ocupe todo el ancho */
    float: left;
    text-align: right;
}
.top-bar-R a:hover{
    color: #fcdf06 !important;
 }
.navbar {
    position: fixed; /* Fija el navbar */
    top: 0;         /* Posición en la parte superior */
    left: 0;        /* Alineado al borde izquierdo */
    width: 100%;    /* Asegura que el navbar ocupe todo el ancho */
    height: 115px;  /* Altura*/
    z-index: 1000;  /* Se asegura de estar por encima de otros elementos */
    background: #fff;
    box-shadow: 0 2px 5px #bbbbbb; /* Sombra opcional */
}
.bottom-bar {
    width: 100%;    /* Asegura que el navbar ocupe todo el ancho */
    float: left;
    height: 80px;  /* Altura */
    background-color: #fff; /* Color de fondo */
    display: flex;
    justify-content: center;  /* Centra horizontalmente */
    align-items: center;      /* Centra verticalmente */
}

.top-bar-C{
    width: 1100px;    /* Espacio central que va tomar en NavBar */
    float: left;
}

.bottom-bar-C{
    width: 1100px;    /* Espacio central que va tomar en NavBar */
    float: left;
}
 .bottom-bar-L{
    width: 600px;    /* Asegura que el navbar ocupe todo el ancho */
    float: left;
}
.bottom-bar-R{
    width: 500px;    /* Asegura que el navbar ocupe todo el ancho */
    float: left;
    padding-top: 32px;
}

.bottom-bar-R a:hover{
    color: #1d5da9 !important;
 }
.navbar-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-menu li {
    position: relative;
}

.navbar-menu a {
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    display: block;
}

/* ICONO DE LISTA */
.navbar-toggler {
    display: none;
    background: none;
    border: none;
    color: #333;
    font-size: 32px;
    cursor: pointer;
    padding-top: 12px;
}
.navbar-toggler:hover {
    color: #1d5da9;
}
/* ICONO DE LISTA */

.telemailmovil{
    display: none;
    }

.botontoggler{
    display: none;
    }

/* Dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 165px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.dropdown-menu li a {
    padding: 10px;
    color: #333333;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background-color: #e0e0e0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  */
/* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer */
footer {
    background-color: #fff;
    box-shadow: 0 0px 5px #333; /* Sombra opcional */
    padding-top: 15px;
    padding-bottom: 5px;
    width:100%; 
    float:left; 
    clear:both;
}
.Foot_UpDown{
    width: 100%; 
    float:left;
    display: flex;
    justify-content: center;  /* Centra horizontalmente */
    align-items: center;      /* Centra verticalmente */
}
.Foot_Cuad_Total {width: 900px; float:left;}
.Foot_Cuad {float: left; height: 180px; width: 280px; margin: 10px;  overflow: hidden;}
.Footer_Reparamac {width: 900px; float:left;}
.Foot_Title {color:#333; text-align: center; font-size: 18px; font-weight: bold;}
.Foot_Content li {list-style:none; padding-bottom: 18px;}
.Foot_Content li a {text-decoration:none; width: 91%; float: left; color:#424949; font-size: 14px;}
.Foot_Content li a:hover {color:#1d5da9;}
.Foot_Content li span {width: 9%; float:left;}
.footer_copyRM {color: #707B7C; font-size: 10px;}
.footer_copyRM-s {text-decoration:none; color: #707B7C; font-size: 10px;}
.footer_copyRM-s:hover {color:#1d5da9;}
.Footer_Reparamac_MITA{width: 50%; float:left;}
.Footer_Reparamac_MITA-TA{text-align:right;}
/* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer */
/* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 24px;
    background-color: #fff;
    color: #333;
    padding: 10px 10px;
    border-radius: 50%;
    text-decoration: none;
    display: none; /* oculto por defecto */
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: opacity 0.3s ease;
  }
  .scroll-top:hover {
    color: #1d5da9;
  }
/* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno *//* Retorno */
/* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel */
.Separation{
  float:left; 
  width: 100%; 
  max-width: 1200px;
  height: 20px;}
.carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }
  
  .carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .carousel-slide {
    min-width: 100%;
    transition: opacity 0.5s ease;
  }
  
  .carousel-slide img {
    width: 100%;
    display: block;
  }
  
  /* Flechas */
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 12px;
    padding: 14px;
    border: none;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
  }
  
  .prev { left: 10px; }
  .next { right: 10px; }
  
  .prev:hover, .next:hover {
    background: rgba(0,0,0,0.7);
  }
  
  /* Indicadores */
  .indicators {
    text-align: center;
  }
  
  .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .dot.active {
    background: #333;
  }

/* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel *//* Carousel */
/* Area de cobertura *//* Area de cobertura *//* Area de cobertura *//* Area de cobertura *//* Area de cobertura *//* Area de cobertura */
.AreaCobertura{
width: 100%;
max-width: 1200px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.AreaCobertura img{
width: 100%;
}

/* Area de cobertura *//* Area de cobertura *//* Area de cobertura *//* Area de cobertura *//* Area de cobertura *//* Area de cobertura */
/* MENSAJES DE ERROR *//* MENSAJES DE ERROR *//* MENSAJES DE ERROR *//* MENSAJES DE ERROR *//* MENSAJES DE ERROR *//* MENSAJES DE ERROR */
.IMGERROR{
width: 100%;
max-width: 1500px;
}

.IMGERROR img{
width: 100%;
}
/* MENSAJES DE ERROR *//* MENSAJES DE ERROR *//* MENSAJES DE ERROR *//* MENSAJES DE ERROR *//* MENSAJES DE ERROR *//* MENSAJES DE ERROR */
/*Catalogo de servicios 3x3*//*Catalogo de servicios 3x3*//*Catalogo de servicios 3x3*//*Catalogo de servicios 3x3*//*Catalogo de servicios 3x3*/
.Servicios{
    width: 100%;
    max-width: 1200px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centra horizontalmente */
    align-items: center;
}
.contenedor-imagen {
    position: relative;
    display: inline-block;
    width: 340px;
    margin: 10px;
    border-radius: 10px;
    cursor: pointer; /* lo hace parecer botón */
    transition: transform 0.3s ease; /* transición suave */
  }
  
  .contenedor-imagen:hover {
    transform: scale(1.05); /* se agranda al pasar el cursor */
  }
  
  .contenedor-imagen img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }
  
  .texto-superpuesto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
  }
/*Catalogo de servicios 3x3*//*Catalogo de servicios 3x3*//*Catalogo de servicios 3x3*//*Catalogo de servicios 3x3*//*Catalogo de servicios 3x3*/


.TextMiddleVM{
  width: 100%;
  max-width: 1200px;
  float: left;
  text-align: center;
}
.TextMiddleVM a{
  font-size: 24px; 
  font-weight: bold; 
  color: #333;
}


@media (max-width: 1150px) {

    .contenedor-imagen {
        width: 310px;
        margin: 5px;
      }
      .texto-superpuesto {
        padding: 10px;
        font-size: 15px;
      }

/*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  */
.top-bar-C{ width: 650px; }
.bottom-bar-C{ width: 650px; }
.top-bar-L{ width: 200px; }
.top-bar-R{ width: 450px; }
.bottom-bar-L{ width: 150px; }
.bottom-bar-R{ width: 500px; }
/*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  */

}

@media (max-width: 920px) {
    /* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer */
    .Foot_Cuad_Total {width: 650px;}
    .Foot_Cuad {width: 205px; margin: 5px;}
    .Footer_Reparamac {width: 650px;}
    .Footer_Reparamac_MITA{width: 65%;}
    .Footer_Reparamac_MITA-TA{width: 35%;}
    /* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer */

        }

@media (max-width: 700px) {
    .contenedor-imagen {
        width: 240px;
        margin: 3px;
      }
      .texto-superpuesto {
        padding: 7px;
        font-size: 14px;
      }

/*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  */
.top-bar-C{ width: 220px;}
.bottom-bar-C{ width: 100%;}
.top-bar-L{ width: 220px;}
.top-bar-R{ display: none; }
.bottom-bar-R{ width: 32%; }
.bottom-bar-L{ width: 68%; text-align: center; padding-top: 5px;}
.botontoggler{ float: left; display: block; width: 20%;}
.telemailmovil{ display: inline; }
.navbar-toggler { display: block; }
.navbar-menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    height: 100vh;
    display: none; /* Ocultar el menú en dispositivos móviles por defecto */
    flex-direction: column;
    margin-top: 60px;
    align-items: center;
    background-color: #d0d0d0;
}
.navbar-menu.active {
    display: flex; /* Mostrar el menú cuando tiene la clase 'active' */
}
.navbar-menu li {
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
.navbar-menu a {
    padding: 5px 15px;
}

/*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  *//*  NavBar  */
/* dropdown menu *//* dropdown menu *//* dropdown menu *//* dropdown menu */

.dropdown:hover .dropdown-menu {
    display: none;
}

.dropdown-menu {
    display: nonek; /* Mostrar el menú cuando tiene la clase 'active' */
}

/* dropdown menu *//* dropdown menu *//* dropdown menu *//* dropdown menu */

    /* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer */
    .Foot_Cuad_Total {width: 250px;}
    .Foot_Cuad {width: 230px; margin: 10px;}
    .Foot_Part3{height: 150px;}
    .Footer_Reparamac {width: 100%;}
    .Footer_Reparamac_MITA{width: 100%; text-align: center;}
    .Footer_Reparamac_MITA-TA{width: 100%;}
    /* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer *//* Footer */

}