body,h1,h2,h3,h4,h5,h6 {
  font-family: "Lato", sans-serif !important;
}

body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}

/* Create a Parallax Effect */
.bgimg-tipo_elec, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-tipo_elec {
  background-image: url('../imagenes/7.png');
  min-height: 100%;
}


/* Second image (Portfolio) */
.bgimg-1 {
  background-image: url('../imagenes/1.png');
  min-height: 400px;
}

/* Second image (Portfolio) */
.bgimg-2 {
  background-image: url('../imagenes/2.png');
  min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url('../imagenes/3.png');
  min-height: 400px;
}

/* Second image (Portfolio) */
.bgimg-4 {
  background-image: url('../imagenes/4.png');
  min-height: 400px;
}

/* Second image (Portfolio) */
.bgimg-5 {
  background-image: url('../imagenes/5.png');
  min-height: 400px;
}

/* Second image (Portfolio) */
.bgimg-6 {
  background-image: url('../imagenes/6.png');
  min-height: 400px;
}

/* Second image (Portfolio) */
.bgimg-7 {
  background-image: url('../imagenes/7.png');
  min-height: 400px;
}

/* Second image (Portfolio) */
.bgimg-8 {
  background-image: url('../imagenes/8.png');
  min-height: 400px;
}

/* Second image (Portfolio) */
.bgimg-9 {
  background-image: url('../imagenes/9.png');
  min-height: 400px;
}

/* Second image (Portfolio) */
.bgimg-10 {
  background-image: url('../imagenes/10.png');
  min-height: 400px;
}
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-tipo_elec, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
    background-attachment: scroll;
    min-height: 400px;
  }
}

.blanco {
  color: white;
}

.negro {
  color: black;
}

.titutlo-1 {
  color: white !important;
  font-size: 3vw !important;
  
}


.cuadro-titutlo-1{
  background: rgba(168, 71, 243, 0.5);
  padding: 2%;
  text-align: center; !important;
  width: 100%;
  padding: 4rem;
}




/*Estilos del Hc*/

* {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        sans-serif;
}


.titulo-responsivo {
            /* Estilos por defecto para computadoras */
            display: inline; /* O cualquier otro valor de display que desees */
}

.titulo-responsivo-abreviado {
    /*content: ""; /* Reemplaza con tus iniciales */
    display: none; /* Oculta las iniciales por defecto */
}

/* Media query para dispositivos móviles 
@media (max-width: 768px)*/
@media (max-width: 1600px) { /* Ajusta este valor según tus necesidades */
    .titulo-responsivo {
        display: none; /* Oculta el título completo en móviles */
    }



    .titulo-responsivo-abreviado {
        display: inline; /* Muestra las iniciales en móviles */
    }
}




#grafica {
    height: 400px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#sliders {
    margin: 0.3rem 10px;
}

#sliders td input[type="range"] {
    display: inline;
}

#sliders td {
    padding-right: 1em;
    white-space: nowrap;
}

#sliders_tema2 {
    margin: 0.3rem 10px;
}

#sliders_tema2 td input[type="range"] {
    display: inline;
}

#sliders_tema2 td {
    padding-right: 1em;
    white-space: nowrap;
}


.highcharts-description {
    margin: 0.3rem 10px;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    background: violet; opacity: 50%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 6rem !important;
   
}

.carousel-indicators [data-bs-target] {
  background-color: violet !important;

}

.carousel-indicators {
  margin-bottom: -2rem !important;

}

.carousel{
    interval: false !important
}

/******************/
/*.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}
*/
.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-description {
    margin: 0.3rem 10px;
}


.w3-dropdown-content {
    min-width: max-content;
}


/*Estilos de los marcadores de los Mapas*/

.tituloMapa{
    text-zise: 10px;
    display: block;
    width: auto;
    margin: auto;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    /*border:2px solid Violet;*/
    background: rgba(120, 40, 140, 0.5);
    color: white;
    text-size-adjust: 100px;
    transition: transform 1.3s;
    z-index: 1;
}

.tituloMapa:hover {
 
transform: scale(1.05);

  box-shadow:0px 0px 7px 0px #000000;
-moz-box-shadow:0px 0px 7px 0px #000000;
-webkit-box-shadow:0px 0px 7px 0px #000000;
background: #ac56ff44;
z-index: 1000;
    /*-moz-box-shadow: rgb(15,15,15,15) 5px 5px 5px 5px;
    -webkit-box-shadow: rgb(5,5,5,5) 2px 2px 2px 2px;
    box-shadow: rgb(150,150,150,150) 1px 1px 15px 5px;*/
}


/* Estilo de la tabla con id = tablamapa */

#tablamapa{
    font-size: 15px;
    /*font-size: 100%;*/
    color: #404A58 !important;
    font-weight: normal;
    /*font-weight: bold;*/
    padding: 2px 2px;
}


/*#tablamapa thead tr{
    background: #962AB5;
    padding: 0px;
}*/


#tablamapa tr:nth-child td (even) {
    background: #911CCB;
    padding: 5px 15px;
    
}

#tablamapa tr:nth-child td (odd) {
    background: #d1bfdb;
    padding: 5px 15px;
  
}


#tablamapa td{
    padding: 5px 15px;
}


.fila-total {
    font-weight: bold;
    background-color: #f0f0f0;
    color: #000;
}