
/*tooltip*/

.tooltipa {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #3BA2DB;
  }
  
  .tooltipa .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #3BA2DB;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 111%;
    left: 14%;
    margin-left: -60px;
  }
  
  .tooltipa .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #3BA2DB transparent transparent transparent;
  }
  
  .tooltipa:hover .tooltiptext {
    visibility: visible;
  }



.latest-projects  {
    width: 100%;
  }
  .image_footer{
    width: 30% !important;
    display: inline-flex;
  }
  .image_footer img{
    width:100%;
  }

#mapa_nav{
    width:100%;
    margin-top:25%;
  }



  
.fila_automatizacion{
    width:100%;
  }
  
  #images_mas{
    width:115%;
    margin:0 auto;
  }
  .producto_left{
    width:30%!important;
    display:inline-block;
  }
  
  .image{
    width:100%;
    display:block;
  }
  image img{
    width:30%;
  }
  .txt_product{
    text-align: center;
    width: 80%;
  }

  .copy p{
    font-size: 7px;
    color: #fff !important;
  }
  .copy p a{
    color:#fff!important;
    text-decoration: none!important;
  }