/*Cursor*/
body::after {
    cursor: none;
    content: "";
    position: fixed;
    z-index: 999;
    top: var(--y);
    left: var(--x);
    right: 0;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    pointer-events: none;
    /*transition: width 0.6s ease-in-out;
transition: height 0.6s ease-in-out;*/
    font-family: "Popins";
    font-size: 14px;
    transform-origin: center;
}

body.clic-hovered::after {
    width: 108px;
    height: 108px;
    content: "Click";
    text-align: center;
    color: #eeedee;
    background-color: #5d55ff;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Popins";
    font-weight: 700;
}

/* Estilos generales para los enlaces */
.servicions-a {
    display: inline-flex;
    margin-left: 0.125em;
    font-size: 17px;
    font-weight: 100;
    text-decoration: none;
}

/* Estilos para el SVG y su flecha */
.icon-arrow {
    stroke: #1F232E;
    stroke-width: 1px;
}

/* Estilos para el contenedor del icono */


/* Estilos para el cÃƒÂ­rculo del icono */
.icon-circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    fill: transparent;
}

/* Hover para mostrar el cÃƒÂ­rculo */
.servicions-a:hover .icon-circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.3s ease, fill 0.4s ease 0.4s;
}

/* Hover para cambiar el color de la flecha */
.servicions-a:hover .icon-arrow {
    stroke: #EDEDED;
    transition: stroke 0.1s ease 0.2s;
}

/* Hover para cambiar el color del cÃƒÂ­rculo */
.servicions-a:hover .icon-circle {
    stroke: #1F232E;
    fill: #1F232E;
}
/*termina cursor*/
.main-servicios {
    margin: 11rem 6rem 0rem 6rem;
}

.container-title {
    /* border-bottom: 1px solid black; */
}

.section-servicios {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-top: 1px solid black;
}


.servicios-ejemplos {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: 40px;
    padding-top: 160px;
    gap: 100px;
    border-left: 1px solid black;
}

.titulos-a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
}

.contenido-servicios {
    border-bottom: 1px solid black;
    /* border-top: 1px solid black; */
}

.titulos-a a {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border: 1px solid black;
    /* max-width: 200px; */
    padding: 0 10px;
    border-radius: 20px;
    font-size: 14px;
    padding: 6px 50px 6px 25px;
    width: fit-content;
}

.servicios-titulos {
    /* border-right: 1px solid black; */
    padding: 100px 0;
    width: 50%;
}

.servcontainer-ejemplo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 60px;
}

.ejemplo-contenido {
    border-radius: 24px;
    background: var(--UniversalPalette-fill-bg, #FFF);
    box-shadow: 40px 40px 100px 0px rgba(10, 20, 57, 0.10);
    /* max-width: 80%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.ejemplo_moldpred-img {
    max-width: 90%;
}


.ejemplo-texto {
    max-width: 500px;
    font-size: 20px;
}


.servcontainer-ejemplo h3 {
    font-size: 30px;
    margin: 0;
    /* padding-bottom: 70px; */
}

.img_botom-servicio{
    max-width: 80%;
}

.container-izq{
    padding-right: 50px;
}


.footer-servicios .section-servicios {
    align-items: flex-end;
    }
   
    .servicions-a span{
        position: relative;
    }
@media only screen and (max-width: 600px) {
    .main-servicios {
        margin: 7rem 1.7rem 0rem 1.7rem;
    }

    .container-title {
        font-size: 40px;
        line-height: 55px;
    }

    .titulos-a a {
        font-size: 12px;
    }

    .ejemplo-texto {
        font-size: 14px;
    }

    .servicios-ejemplos {
        gap: 50px;
    }

    .servicios-titulos {
       padding-bottom: 0px;
    }
}

@media only screen and (max-width: 870px) {
    .section-servicios {
        flex-direction: column;
    }

    .servicios-titulos {
        border-right: none;
    }

    .servicios-titulos,
    .servicios-ejemplos {
        width: 100%;
    }

    .servicios-ejemplos {
        padding-inline: 0;
    }

    .servicios-ejemplos {
        border-left: none;
    }

    .footer-servicios .container-social p {
        font-weight: 300;
        line-height: 5px;
        font-size: 14px;
    }

    .footer-servicios .servicios-ejemplos {
        padding-top: 0;
    }

    .footer-servicios .servicios-titulos {
        padding-bottom: 0;
    }

    .footer-servicios .section-servicios {
        padding: 0rem 1rem;
    }

    .footer-servicios .section-servicios {
        align-items: flex-start;
    }

    .ejemplo_moldpred-img {
        max-width: 100%;
    }

    .servcontainer-ejemplo h3 {
        line-height: 40px;
    }
}

@media only screen and (max-width: 950px) {
    .main-servicios {
        margin: 7rem 1rem 0rem 1rem;
    }
}

@media only screen and (min-width: 871px) {
    .section-servicios {
        align-items: flex-start;
    }

    .servicios-titulos{
        position: sticky;
        top: 0;
    }

    .footer-servicios .section-servicios .servicios-titulos {
        padding-bottom: 0;
    }

    .footer-servicios{
        margin-bottom: 15%;
    }
}