:root {
    --bg-primary-color: white;
    --btn-primary-color: #1F2D52;
    --btn-primary-text-color: #F8FAFC;
    --btn-secondary-color: #AEA9FF;
    --btn-secondary-text-color: #ffffff;
    --btn-tertiary-color: #6C63FF;
    --btn-tertiary-text-color: #ffffff;
    --font-primary-color: #1F2D52;
    --font-secondary-color: #6C63FF;
}

.text-primary-color {
    color: var(--font-primary-color);
    border-color: var(--font-primary-color);
}
.text-secondary-color {
    color: var(--font-secondary-color);
    border-color: var(--font-secondary-color);
}

h1.custom-title{
    font-size: 3.2rem !important;
    line-height: 1 !important;    
}
@media only screen and (max-width: 700px) {
    h1.custom-title{
        font-size: 2.4rem !important;
    }
}

/* Estilos globales para h2 */
h2.custom-title{
    font-size: 2.5rem !important;  
    line-height: 2.75rem !important;  
}
@media only screen and (max-width: 700px) {
    h2.custom-title{
        font-size: 2rem !important;
        line-height: 2rem !important;  
        /*text-align: left !important;*/
    }
}

/* Estilos globales para h3 */
h3.custom-title{
    font-size: 1.25rem !important;  
    line-height: 1.25rem !important;     
}

@media only screen and (max-width: 700px) {
    h3.custom-title{
        font-size: 1.125rem !important; 
        line-height: 1.3125rem !important;  
    }
}

p.custom-text {
    font-size: 17px!important;
    line-height: 22px!important;
}

@media only screen and (max-width: 600px) {
    p.custom-text{
        font-size: 15px!important;
        line-height: 22px!important;
    }
}

/*Clases para los botnes*/

.btn-primary-v3 {
    display: inline-block;
    color: var(--btn-primary-text-color);
    font-size: 18px;
    padding: 1.094rem 1.638rem;
    border-radius: 1.094rem;
    font-weight: 600;
    line-height: 1;
    
    
    cursor: pointer;
    text-align:center;
    background-size: 300% 100%;
    moz-transition: background-position .4s ease-in-out;
    -o-transition: background-position .4s ease-in-out;
    -webkit-transition: background-position .4s ease-in-out;
    transition: background-position .4s ease-in-out;
    background-image: linear-gradient(226deg, #6C63FF, #1A1566, #1F2D52, #1F2D52);
}

.btn-secondary-v3 {
    display: inline-block;
    color: var(--btn-secondary-text-color);
    font-size: 18px;
    padding: 1.094rem 1.638rem;
    border-radius: 1.094rem;
    font-weight: 600;
    line-height: 1;

    cursor: pointer;
    text-align:center;
    background-size: 300% 100%;
    moz-transition: background-position .4s ease-in-out;
    -o-transition: background-position .4s ease-in-out;
    -webkit-transition: background-position .4s ease-in-out;
    transition: background-position .4s ease-in-out;
    background-image: linear-gradient(205deg, #AEA9FF, #6C63FF, #6C63FF, #6C63FF);
} 

.btn-tertiary-v3 {
    display: inline-block;
    color: var(--btn-tertiary-text-color);
    font-size: 18px;
    padding: 1.094rem 1.638rem;
    border-radius: 1.094rem;
    font-weight: 600;
    line-height: 1;

    cursor: pointer;
    text-align:center;
    background-size: 300% 100%;
    moz-transition: background-position .4s ease-in-out;
    -o-transition: background-position .4s ease-in-out;
    -webkit-transition: background-position .4s ease-in-out;
    transition: background-position .4s ease-in-out;
    background-image: linear-gradient(205deg, #F0EFFF, #AEA9FF, #AEA9FF, #AEA9FF);
}

.btn-primary-v3:hover,
.btn-tertiary-v3:hover {   
    background-position: 100% 0;  
}
.btn-secondary-v3:hover{
    background-position: 90% 0;
}

/* Estilos para input buttons */
.btn-container a ,
input.hs-button.primary.large {
    font-size: 1.1rem !important;  
    line-height: 1.375rem !important;  
    font-weight: 400;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Clase para botones */

.btn-registro {
    max-width: 13.125rem;  
}

/*Scrolls movil CSS*/
/*list-right-left section */

#list-right-left h3 {
    font-size: 1.3rem;
    margin-bottom: 7px;
}

/*Banner top web*/

.banner-top-web p {
    line-height: 1.1rem!important;
}

@media only screen and (max-width: 870px) {

    .btn-container a ,
    input.hs-button.primary.large {
        max-width: 200px;
        margin: auto;
    }

    #list-right-left ul {
        display: flex;
        overflow: auto;
        gap: 1.5625rem; /* 25px -> 1.5625rem */
        scrollbar-width: none; /* Ocultar scrollbar en Firefox */
        -ms-overflow-style: none; /* Ocultar scrollbar en Internet Explorer 10+ */
        margin-top: 3rem;
        align-items: stretch;
    }

    #list-right-left li {
        flex: 0 0 auto;
        max-width: 16.9375rem; 
        border-radius: 0.9375rem; 
        padding: 1.25rem; 
        margin-bottom: 1.25rem;  
        color: #000;
        box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1), 0 0.0625rem 0.125rem -0.0625rem rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: flex-start;
    }

    #list-right-left li img {
        display: none;
    }
}




/** Homepage (Pasar al css de Javi) **/
.home.page-template {
    background-color: #F6F8FF;
}
.bg-elipse{
    position: absolute;
    bottom: 35%;
    z-index: -1;
}
h1 span, h2 span, h3 span, h4 span, h5 span{
    color:var(--font-secondary-color);
}

/*Codigo complementario casos de estudio*/
.postid-62082 #solucion {
    padding-bottom: 0px;
}

.postid-62082 #inbound {
    margin-top: 5rem;
}
img.max-w-40 {
    max-width: 10rem;
}
.left-3 {
    left: 0.75rem;
}
.bottom-3 {
    bottom: 0.75rem;
}
.page-id-24822 .btn-cta {
    background: #6c63ff;
}
.page-id-24822 .btn-cta:hover {
   background-color:#5c56db;
}
.page-id-24822 .bg-white.rounded-lg.flex.items-center.justify-center.p-4.shadow-md.max-h-14.smooth-move {
    max-height: 62px;
}
.p-1 {
    padding: 0.25rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
/*.dropdown .mr-4 {
    margin-right: -4px;
}*/
.top-bar-login {
   /* max-width: 1237px;*/
    margin: auto;
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.\!mt-5 {
    margin-top: 1.25rem !important;
}
.p-5 {
    padding: 1.25rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.max-w-7xl {
    max-width: 80rem;
}
.gap-20 {
    gap: 5rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.image-case {
    border-radius: 8px;
    height: 232px;
}
@media (min-width: 768px) {
    .md\:grid-cols-\[30\%_60\%\] {
        grid-template-columns: 30% 60%;
    }
}
@media (min-width: 768px) {
    .md\:h-64 {
        height: 16rem;
    }
}



/* Estilos para el menu */
.item-top-menu-v3 > a:first-of-type {
    background-color: #f9fafc;
    border-radius: 10px;
    padding: 10px 30px;
    color: #1d2327;
}
.mega-menu-wrapper a {
    color: #1d2327;
}

.recursos-items span {
    padding-left: 35px !important;
    padding-top: 0;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 19px !important;
    color: #1d2327 !important;
}

.item-top-menu-v3 > ul.sub-menu {
    padding: 0 !important;
}

.item-top-menu-v3 {
    padding: 0px 10px !important;
}

.item-top-menu-v3 img {
    max-width: 20px;
}

.megawrap {
    background: #ffffff !important;
}

.mega-menu-wrapper .megawrap:nth-of-type(1) {
    padding: 1rem;
}

img.menu-item-custom-image {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.custom-menu-content {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 0 0 0 rgba(0, 0, 0, .06);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.custom-menu-content img{
    max-height: 150px;
    object-fit: cover !important;
    width: 100%;
}

a.menu-item-custom-text {
    color: #1f2d51;
    padding: 4px 10px;
    padding-bottom: 14px;
    white-space: pre-wrap;
}

.funcionalidades-destacado {
    display: grid;
    align-items: center;
    position: relative;
}

.linea-vertical {
    width: 2px;
    height: 100%;
    background-color: #f9fafc;
    margin: 0 20px;
}

.hidden-link > a {
    display: none;
}

.recursos-items {
    color: #121213;
}

.hide-anuncio-title {
    padding: 0 1.5rem !important;
}
.hide-anuncio-title > a,
.hide-anuncio-title > .ancestor-wrapper > a{
    display: none !important;
}

.sobre-nosotros .megawrap {
    position: absolute;
    transform: translateX(-50%) !important;
    right: -10% !important;
    display: none !important;
    max-width: 228px !important;
}
.sobre-nosotros .megawrap ul.sub-menu{
    padding: 0;
}
.sobre-nosotros:hover .megawrap {
    display: flex !important;
}

.btn-mobile-menu,
#site-header-inner #btn-pg{
    display: none!important;
}

/* Menu de 5 columnas */
@media (min-width: 1024px) {
    li.has-mega-menu:hover:not(.mega-simple) > div.megawrap > .sub-menu {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
        gap: 10px;
    }
    .hide-anuncio-title {        
        border-left: 1px solid #CBD5E1;
    }
}

/* Menu movil */
@media only screen and (max-width: 760px) {
    .bg-color-menu-mb {
        /*background-color: #f0efff;*/
        border-radius: 11px;
    }
    .sub-menu-toggle {
        background: #ffffff00 !important;
    }
    .modal-menu {
        position: relative;
        left: calc(50% - 51vw);
        width: 100vw;
        gap: 16px;
        display: grid;
        margin-top: 20px;
    }
    .active:not(.sub-menu) {
        background: #ffffff00 !important;
        box-shadow: 0px -10px 12px -15px rgb(0 0 0 / 10%), 0px 0px 0px -3px rgb(0 0 0 / 10%);
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
    }
    ul.sub-menu.active {
        background-color: #ffffff;
    }
    .modal-menu {
        position: relative;
        left: calc(50% - 50%);
        width: 100vw;
        gap: 16px;
        display: grid;
        margin-top: 20px;
        max-width: 90%;
        margin: auto;
    }
    .recursos-destacado .ancestor-wrapper a {
        display: none;
    }
    .sub-menu .active .ancestor-wrapper a {
        border: 0 !important;
    }
    .modal-menu a{
        padding: 0.5rem 1rem;
    }
    .btn-mobile-menu,
    #site-header-inner #btn-pg{
        display: initial!important;
    }
    .hide-anuncio-title {
        padding:1rem 1.5rem !important;
        /*border-top: 1px solid #CBD5E1;*/
        margin-top: 1rem !important;
    }   
}

/** Tabla de contenidos Posts */
.post-62927 #ses-toc {
    max-height: 460px;
    overflow-y: auto;
}