:root {
    /* Paleta de Colores */
   --color-text-default: #37352F;
    --color-text-default-light: #7d7c78;
    --color-bg-default: #ffffff;
	
	--color-text-red:#d34a45;
	  --gray-h: 0;
    --gray-s: 0%;
    --gray-l: 63%;
		--color-gray: hsl(var(--gray-h), var(--gray-s), var(--gray-l));
	--color-text-gray:var(--color-gray);
	  --scrollbar-background-color: #FAFAFA;
    --scrollbar-thumb-color: #C1C1C1;

  


    
     /* Flex Container */

    /* Fuentes */
    --h1-size: clamp(60px, calc(22px + 8 * ((300vw - 320px) / 960)), 56px);
     --heading-size: 1rem;
	--heading2-size:calc(var(--heading-size) * 1.5);
    --primary-font:libre-baskerville,sans-serif;
	  --secondary-font:Helvetica,BlinkMacSystemFont;
    --font-weight-h1:700; 
	  --heading-weight: 600;
}


    /* Flex Container */
.flex-container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--gap3)
}
	.one-row{display: flex;
    gap: 0.2em;
    justify-items: center;
    align-items: center;
	}

.flex-between{
	    justify-content: space-between;
}

.flex-item{
    flex-basis: 100px;
    flex-grow: 1;
}

.flex-center{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 auto;
}

.flex-justify-center{
	justify-content:center;
}

.the-content{
    margin-bottom: 0px;
}

.container-box{
    border-radius: 18px;
    background-color: var(--white);
    padding: 2em;
    margin: 60px 0;

    .wp-block-column{
        max-width: 1110px;
        margin: 0px auto;
    }
}


/* libreria */

.whatsapp-icon{
    position: fixed;
    bottom: 0;
    right: 3em;
    z-index: 2;
}

.absolute{
    position: absolute;
    inset: 0;
    margin: auto;
}

.fixed-right{
    transform: translateX(50%);
}
.fixed-item{
    display: fixed;
}

.containerabsolute{
    position: relative;
}

.capa1{
    z-index: 1;
}
.capa0{
    z-index: -2;
}

strong{
    font-weight: 600;
}

.h1-custom{
    font-size: var(--h1-size)!important;
    font-weight: var(--font-weight-h1);
    line-height: var(--line-height-h1);
}
.the-content .h2-custom{
    font-size: var(--h2-size)!important;
    font-weight: var(--font-weight-h1);
    align-content: baseline;
    margin: 0!important;
    line-height: var(--line-height-h2);
}

html {
    height: auto;
    font-weight: var(--text-weight);
    scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-background-color);
}

html .theme-light {
    --gray-h: 0;
    --gray-s: 0%;
    --gray-l: 63%;
}

h1 {
    letter-spacing: -2px !important;
    margin-top: 8px !important;
    font-size: 60px !important;
}
body {
    height: 100%;
    color: var(--color-text-default);
    background: var(--color-bg-default);
    fill: currentColor;
    margin: 0;
    font-family: var(--secondary-font);
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.color-red {
    color: var(--color-text-red);
}

.color-gray{
	    color: var(--color-text-gray);
}

.color-default {
    color: var(--color-text-default);
}
/*Home*/

.notion-heading {
    font-weight: var(--heading-weight);
    margin-bottom: 0;
    padding: 3px 2px;
    position: relative;
    font-family: var(--primary-font);
}

.banner-home img{
	    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center 50%;
    color: transparent;
}

.super-content {
    padding: 120px !important;
}

@media (min-width: 1021px) {
    .super-footer, .super-navbar, .super-content {
        margin-left: 50vw !important;
        width: 32vw !important;
        position: static !important;
    }
}
@media (max-width: 1310px) {
    .super-content {
        padding: 60px !important;
    }
}

.notion-header {
    position: fixed !important;
    height: 100vh !important;
    width: 50vw !important;
    bottom: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
}
.notion-header__cover {
    max-height: 100% !important;
    height: 100% !important;
}

h2.notion-heading {
    font-size: var(--heading2-size);
    font-weight: 600;
	  display: contents;
}

h3 {
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 12px !important;
    font-size: 12px !important;
}

.notion-semantic-string.link a{
    opacity: 1 !important;
}

.notion-semantic-string.link a{
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--color-text-default-light);
    text-decoration-color: var(--color-text-default-light);
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    opacity: .7;
    transition: border-color .1s ease-in, opacity .1s ease-in;
}
.notion-heading.notion-semantic-string {
    line-height: 1.3em;
}
.notion-semantic-string.link a:hover {
    border-bottom: 1px solid var(--color-text-default) !important;
    cursor: pointer !important;
}

.notion-text__content {
    padding: 3px 2px;
    margin: 0;
}

.notion-text {
    min-height: 2rem;
}



.highlighted-color{
	font-size: var(--secondary-font);
}

/* Seccion Personal */

.navbar-top-default {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    padding-top: 60px;
    padding-left: 2em;
    width: 100%;
    align-items: center;
    transition: all .1s ease;

    .custom-logo{
        width: 100%!important;
        max-width: 180px;
    }

    .wp-block-navigation-item__label{
        opacity: 0.4;
        color: #ffffff;
    }

    .wp-block-navigation-item__content:hover{
        color: #ff595a;
        text-decoration: none;
    }

    .current-menu-item .wp-block-navigation-item__label{
        opacity: 1;
    }
}

section.jsx-843697868 {
    background-image: url(https://fondeadora.ibryx.com/wp-content/uploads/2025/07/Landing_01-big-scaled.jpg);
}
section.jsx-2729753164 {
    background-image: url(https://fondeadora.ibryx.com/wp-content/uploads/2025/07/Landing_03_updated-scaled.jpg);
}

section.jsx-1733553868 {
    background-image: url(https://fondeadora.ibryx.com/wp-content/uploads/2025/07/Landing_02-scaled.jpg);
}

.Slide_sectionBackground__ZRKG5 {
    /* width: 100%; */
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-color: #b6b6b6;
    align-items: normal;
    padding: 0;
    color: var(--color-bg-default);
}

.Slide_overlayBackground__KGut3 {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.text-slide.jsx-42b18a4400f0bd6b {
    position: relative;
    top: 40%;
    left: 2.2%;
}

.text-slide.jsx-42b18a4400f0bd6b h1.jsx-42b18a4400f0bd6b {
    font-family: SanFrancisco;
    font-weight: 300;
    font-size: 56px;
    line-height: 80px;
    letter-spacing: 2px;
    color: white;
}

.store-links.jsx-efe8b277085b74a3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: auto auto 1fr;
    z-index: 1200;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding: 2.5rem;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.jsx-efe8b277085b74a3 img{
    height: 42px;
}

.vault-div.jsx-abd3f28426c92bf{
    width: 100%;
    height: 48px;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    position: fixed;
    z-index: 1200;
    pointer-events: all;
    background-image: url(https://fondeadora.ibryx.com/wp-content/uploads/2025/07/compras_back.svg);
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

        p{
            color: white;
            font-family: SF Pro, "SanFrancisco", sans-serif;
            font-weight: 400;
            font-size: 13px;
            margin: 0;
            line-height: 18px;
            align-self: center;
        }
        .wp-block-image{
            margin: 0;
        }

        figure{
            margin: 0.5em;
            img{
                margin: 0;
            }
        }
}

/* Header */

.header-menu{
    display: flex;
    width: 84vw;
    padding-left: 4rem!important;

    .menu-item{
        border-radius: 320rem;
        font-size: 0.9rem;
        font-weight: 500;
        text-decoration: none;
        transition: background-color .2s;
        font-family: Inter, sans-serif;
    }

    #menu-item-6165{
        margin-left: auto;
    }

    #menu-item-7842 a{
        color: white;
        letter-spacing: 0;
        padding: .8rem 1.5rem;
        text-align: center;
        line-height: 1.5rem;
        background-color: #000;
        border-radius: 100px;
        &:hover{
            background-color: #313333;
        }
    }
}


/* Seccion Empresarial */

.hero {
    view-timeline: --scroll;
    background-color: #fff;
    background-image: linear-gradient(#fff, #f8f8f8);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 65px;
    display: flex;
    position: sticky;
    overflow: hidden;

    .logo-business{
        margin: 0;
    }

    .hand-card img{
       animation-name: show;
       animation-fill-mode: both;
   
       animation-timeline: --scroll;
       animation-range: entry 20% exit 500%;
    }
}

@keyframes show {
    from{
        will-change: transform;
        transform-style: preserve-3d;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)
    }
    to{
        will-change: transform;
        transform-style: preserve-3d;
        transform: translate3d(0px, 299.976px, 0px) scale3d(1.49996, 1.49996, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)
    }
}

.potencia {
    z-index: 10;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 100px 64px 40px;
    font-family: Sf Pro Display Medium;
    display: flex;
    position: relative;
    top: 0;
    overflow: hidden;
}

.secciones {
    z-index: 300;
    background-color: var(--prymary-black);
    margin-top: 0;
    position: relative;
    overflow: visible;
}

.sincobros {
    z-index: 20;
    background-color: var(--prymary-black);
    margin-top: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.over {
    z-index: 300;
    background-color: var(--prymary-black);
    margin-top: 0;
    padding: 80px 64px;
    position: relative;
    overflow: hidden;
}

.nuestroinicio {
    z-index: 100;
    background-color: var(--prymary-black);
    padding-bottom: 0;
    padding-left: 64px;
    padding-right: 64px;
    position: static;
    top: 1px;
    overflow: visible;
}

.faqs {
    z-index: 5;
    background-color: var(--prymary-white);
    color: var(--grey-3);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.footer {
    z-index: 20;
    background-color: var(--prymary-black);
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding-top: 56px;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
    position: relative;
}

.hero-heading {
    opacity: 1;
    color: #000;
    text-align: center;
    letter-spacing: .4px!important;
    margin-top: 16px;
    margin-bottom: 0;
    font-family: Inter, sans-serif!important;
    font-size: 104px!important;
    font-weight: 400;
    line-height: 104px;
}