
.icono-enlace-top{
    background-image: linear-gradient(#767680, #767680),linear-gradient(#767680, #767680);
    background-repeat: no-repeat;
    background-size: 0px 0%, 70% 2px, calc(100% - 8px) calc(100% - 8px);
    background-position:center top;
}
.icono-enlace-bottom{
    background-image: linear-gradient(#767680, #767680),linear-gradient(#767680, #767680),linear-gradient(#767680, #767680),linear-gradient(#767680, #767680);
    background-repeat: no-repeat;
    background-size: 0px 0%, 70% 2px,0px 0%, 70% 2px, calc(100% - 8px) calc(100% - 8px);
    background-position:center bottom, center bottom, center top, center top, 4px 4px;
}
.slider-nuestras-soluciones{
    padding: 5px;
}
.enlace-NS{
    text-decoration: none;
    color:#0067c6;
    font-size:large;
    font-weight: bold;
}
.float-left-mfp{
    float: left;
}
.sticky-top-mfp{
    position:-webkit-sticky;
    position:sticky;
    top:80px !important;
    z-index:1;
    background-color: white;
}
.font-6{
    font-size:12px;
}
.mano{
    cursor: pointer;
}

.img-zoom-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.img-zoom-lens {
  position: absolute;
  /*set the size of the lens:*/
  width: 100px;
  height: 100px;
}

.img-zoom-lens:hover {
 border: 1px solid #cccccc;
}

.item-img {
  border: 1px solid red;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 350px;
  height: 350px;
  position: absolute;
  left: 400px;
  top: 0;
}
.text-justify{
  text-align: justify;
}


.btn-flotante {
    font-size: 20px; /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff; /* Color del texto */
    border-radius: 50%; /* Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: #0cc144; /* Color de fondo */
    padding: 30px 30px; /* Relleno del boton */
    position: fixed;
    bottom: 150px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}
.btn-flotante:hover {
    background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-20px);
}
@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 20px;
        right: 20px;
    }
} 