body {
  background-color: #f2f2f2;
}
.row.linea {
    border-bottom: solid 1px;
}
ul.menu li {
    /* float: revert; */
    display: inline-block;
    padding-right: 10px;
}
ul.menu {
    text-align: right;
}
.texto_azul {
    color: #3171dd;
    font-size: 40px;
}
.texto_2 {
    font-size: 60px;
    line-height: 0.9;
}
.texto_3 {
    font-size: 20px;
    line-height: 1.3;
    /* margin-top: 15px; */
    font-weight: 300;
}
.bt_mas_info.text-center {
    background-color: #3470e3;
    padding: 10px;
    color: #fff;
    font-size: 35px;
    border-radius: 20px;
}
.img-zoom {

        overflow: hidden;
        border-radius: 20px;
      }
      .img-zoom img {
        transition: transform .5s;
        width: 100%;
        height: auto;
        border-radius: 20px;
      }
      .img-zoom:hover img {
        transform: scale(1.2);
        border-radius: 20px;
      }
