.float-wsp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float-wsp{
	margin-top:16px;
}

/* Estilos personalizados para el efecto de zoom en contenido */

/* Base para el contenedor */
.thumb-info {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    /* Transiciones para todos los elementos */
    .thumb-info .thumb-info-wrapper,
    .thumb-info .thumb-info-wrapper img,
    .thumb-info .thumb-info-content,
    .thumb-info .thumb-info-content-inner {
        transition: all 0.3s ease;
    }

    /* Efecto de zoom para la imagen */
    .thumb-info:hover .thumb-info-wrapper img {
        transform: scale(1.1);
    }

    /* Efecto de zoom para el bloque de contenido */
    .thumb-info:hover .thumb-info-content-inner {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    /* Posicionamiento para garantizar que el contenido se mantenga alineado */
    .thumb-info-content {
        position: relative;
        z-index: 2;
    }

    /* Hacer toda la tarjeta clickeable */
    .thumb-info-clickable {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

    /* Ajustes responsivos para los márgenes del carousel */
    @media (max-width: 767px) {
        .owl-carousel.stage-margin .owl-stage-outer {
            margin-left: 15px !important;
            margin-right: 15px !important;
        }
    }

    /* Ajustes específicos para tablets */
    @media (min-width: 768px) and (max-width: 991px) {
        .owl-carousel.stage-margin .owl-stage-outer {
            margin-left: 25px !important;
            margin-right: 25px !important;
        }

        /* Asegurar que las tarjetas se muestren completas */
        .thumb-info {
            max-width: 100%;
        }

        /* Ajustar altura mínima del contenido */
        .thumb-info-content-inner {
            min-height: 180px !important;
        }
    }

    /* Ajuste para pantallas desktop pequeñas */
    @media (min-width: 992px) and (max-width: 1199px) {
        .owl-carousel.stage-margin .owl-stage-outer {
            margin-left: 30px !important;
            margin-right: 30px !important;
        }
    }

    /* Estilos para la imagen centrada con efecto hover */
    .paso-imagen {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        border-radius: 4px;
    }

    .paso-imagen img {
        max-width: 100%;
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .paso-imagen:hover img {
        transform: scale(1.05);
    }

    /* Estilos para el efecto de zoom en las imágenes del paso a paso */
    .paso-imagen .thumb-info-wrapper {
        overflow: hidden;
        position: relative;
        display: block;
    }

    .paso-imagen .thumb-info-wrapper img {
        transition: transform 0.3s ease;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .paso-imagen:hover .thumb-info-wrapper img {
        transform: scale(1.1);
    }

    /* Estilos para la imagen debajo de la card */
    .paso-imagen-container {
        position: relative;
        margin-top: -140px;
        z-index: 10;
        margin-bottom: 30px;
    }

    .paso-icon-circle {
        width: 360px;
        height: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .paso-icon-circle img {
        max-width: 70%;
        height: auto;
        transition: transform 0.3s ease;
    }

    .paso-icon-circle:hover img {
        transform: scale(1.1);
    }

    /* Ajustes adicionales para el paso a paso */
    .paso-section {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .paso-section h2.text-color-quaternary {
        color: #f37944 !important;
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .paso-section .line-pre-title {
        background-color: #f37944 !important;
    }

    .paso-card {
        margin-bottom: 60px;
    }

    .paso-card .thumb-info-content-inner {
        padding: 35px 30px !important;
    }

    .paso-card h4 {
        font-size: 2.2rem !important;
        letter-spacing: 0.5px;
        margin-bottom: 15px !important;
    }

    .paso-card p {
        font-size: 1.2rem !important;
        line-height: 1.6 !important;
        font-weight: 400;
    }

/* Estilos globales para encabezados */
h1, h2, h3 {
    letter-spacing: -1px !important;
}

/* Estilos numéricos grandes */
.custom-numeric-text {
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

.numeric-section {
    padding: 4rem 0;
}

.numeric-section .numeric-item {
    margin-bottom: 2rem;
}
