.elementor-2549 .elementor-element.elementor-element-bd71f10{--display:flex;--margin-top:75px;--margin-bottom:75px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2549 .elementor-element.elementor-element-f595e8b{width:100%;max-width:100%;}.elementor-2549 .elementor-element.elementor-element-f595e8b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2549 .elementor-element.elementor-element-93734a4{--display:flex;--min-height:fit-content;--margin-top:0px;--margin-bottom:125px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2549 .elementor-element.elementor-element-835fde5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:35px 0px;--row-gap:35px;--column-gap:0px;--margin-top:125px;--margin-bottom:75px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2549 .elementor-element.elementor-element-f48779d{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:35px 0px;--row-gap:35px;--column-gap:0px;}.elementor-2549 .elementor-element.elementor-element-9383f1c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2549 .elementor-element.elementor-element-9383f1c.elementor-element{--align-self:center;}.elementor-2549 .elementor-element.elementor-element-9383f1c .elementor-heading-title{font-size:48px;font-weight:700;}.elementor-2549 .elementor-element.elementor-element-06847ac{text-align:center;}.elementor-2549 .elementor-element.elementor-element-06847ac .elementor-heading-title{font-family:"Hanken Grotesk", Helvetica, Arial;font-size:20px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:normal;word-spacing:normal;}.elementor-2549 .elementor-element.elementor-element-b35a404 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Hanken Grotesk", Helvetica, Arial;font-size:16px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-style:solid;border-color:var( --e-global-color-primary );border-radius:10px 10px 10px 10px;}.elementor-2549 .elementor-element.elementor-element-b35a404 .elementor-button:hover, .elementor-2549 .elementor-element.elementor-element-b35a404 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2549 .elementor-element.elementor-element-b35a404{width:var( --container-widget-width, fit-content );max-width:fit-content;--container-widget-width:fit-content;--container-widget-flex-grow:0;}.elementor-2549 .elementor-element.elementor-element-b35a404 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2549 .elementor-element.elementor-element-b35a404 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-2549 .elementor-element.elementor-element-b35a404 .elementor-button:hover svg, .elementor-2549 .elementor-element.elementor-element-b35a404 .elementor-button:focus svg{fill:var( --e-global-color-primary );}@media(min-width:768px){.elementor-2549 .elementor-element.elementor-element-f48779d{--content-width:650px;}}@media(max-width:1024px){.elementor-2549 .elementor-element.elementor-element-835fde5{--margin-top:125px;--margin-bottom:75px;--margin-left:0px;--margin-right:0px;}.elementor-2549 .elementor-element.elementor-element-06847ac > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-2549 .elementor-element.elementor-element-bd71f10{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2549 .elementor-element.elementor-element-93734a4{--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}.elementor-2549 .elementor-element.elementor-element-835fde5{--margin-top:125px;--margin-bottom:75px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-f595e8b */#title_wrapper{
    --black: #333F48;
    --black-80: #5B646D;
    
    & *{
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: center;
        padding-inline: 25px;
    }


    
    .pricing-subtitle{
        font-weight: 400;
        text-transform: uppercase;
        font-size: 20px;
        color: var(--black-80);
    }
}

@media (max-width: 767px){
    #title_wrapper{
        max-width: calc(100% - 50px);
    }
    .pricing-title{
        font-size:36px !important;
    }
    .pricing-subtitle{
        font-size: 16px !important;
    }
    p{
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-4cd013a */.from-price{
    font-size: 16px;
    letter-spacing: normal;
    font-style: italic;
    color: #999EA3;
}

.pricing__timing{
height:100%;
margin: 0 !important;
margin-block-end: 7.5px !important;
display:flex;
align-items:flex-end;
}

    ul {
        list-style: none;
    }

    li {
        font-size: 20px;
    }

    li:has(.benefit__element__addition) {
        display: flex;
        flex-direction: column;
        gap: 5px;

        .benefit__element__addition {
            font-size: 16px;
            font-style: italic;
            color: #5B646D;
        }
    }

    .card__wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 25px;
        flex-wrap: wrap;

        & * {
            box-sizing: border-box;
            padding: 0;
            margin: 0;
        }
}

    .card__pricing {
        display: flex;
        flex-direction: column;
        gap: 75px;
        padding: 50px;
        width: 450px;
        min-height: 750px;
        border: 1px solid #999EA3;
        border-radius: 10px;
        transition: all 125ms ease-in;
        box-shadow: 2px 2px #C2C5C8;
    }
    
    .card__pricing.card__green:hover {
        box-shadow: 4px 4px #279989;
        border-color: #279989;
    }
    
    .card__pricing.card__red:hover {
        box-shadow: 4px 4px #F4364C;
        border-color: #F4364C;
    }

    .card__header__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between !important;
        gap: 50px;
        min-height: 400px;
height: 465px;
    }

    .pricing__symbol {
        font-size: 24px;
        font-weight: bold;
    }

    .card__header__wrapper .card__header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 25px;


        .card__header__title {
            font-size: 36px;

            &:has(.card__popular) {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
            }

            .card__popular {
                padding-inline: 5px;
                display: grid;
                place-content: center;
                height: 40px;
                background-color: #F8C4C9;
                border: 1px solid #F39DA6;
                border-radius: 5px;
                color: #F4364C;
                font-size: 20px;
                text-transform: uppercase;

            }

        }

        h3 {
            font-size: 20px;
            font-weight: 600;
        }

        section p {
            font-size: 20px;
            text-wrap: balance;
        }

    }

    .price__button {
        width: 125px !important;
        height: 40px;
        
        display: flex;
        align-items: center;
        justify-content: center;
        
        border-radius: 10px !important;
        background-color: white !important;
        
        a {
            font-weight: 600 !important;
            text-transform: uppercase !important;
            font-size: 16px !important;
        }
    }

    .price__button.price__button--green {
        color: #279989 !important;
        border: 1px solid #279989;
        box-shadow: 2px 2px 0 #279989;
        
        & a {
            color: #279989;
        }
        
        &:hover{
            border-color: #279989 !important;
            box-shadow: 4px 4px 0 #279989;
        }
    }
    
    .price__button.price__button--red {
         color: #F4364C !important;
        border: 1px solid #F4364C;
        box-shadow: 2px 2px 0 #F4364C;
        
        & a {
            color: #F4364C;
        }
        
        &:hover{
            border-color: #F4364C !important;
            box-shadow: 4px 4px 0 #F4364C;
        }
    }

    .price_wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
margin: 0 !important;
padding: 0 !important;
        gap: 5px;

        header {
            display: flex;
            flex-direction: row;

            .card__price {
                font-size: 48px;
            }
        }
    }

    .card__information__wrapper ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }


    .benefits__title {
        margin-block-end: 25px;
        font-size: 20px !important;
        font-weight: 400;
        color: #5B646D;
        letter-spacing: normal !important;
    }

    .empresa__paragraph {
        text-wrap: auto !important;
    }

    .card__price__empresa {
        font-size: 36px !important;
    }

    .price__button__empresa {
        background-color: #F39DA6 !important;
        border: 1px solid #F4364C !important;

&:hover{
background-color: white !important;
border-color: #F4364C !important;

a{
    color: #F4364C !important;}
}
    }

    @media (max-width: 767px) {
        .card__pricing {
            min-width: 325px;
        }

        .card__header__wrapper {
            min-height: fit-content;
height: fit-content;
            gap: 35px;
        }

        .card__header__title {
            font-size: 24px !important;
        }

        h3 {
            font-size: 16px !important;
        }

        .card__header__information p {
            font-size: 16px !important;
        }

        .benefits__title,
        li {
            font-size: 16px !important;
        }
    }

    @media (max-width: 450px) {
        .card__pricing {
            padding-inline: 25px !important;
        }
}
@media (max-width: 400px){
    .card__price__empresa{
        font-size: 30px !important;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-9383f1c */.elementor-2549 .elementor-element.elementor-element-9383f1c, .elementor-2549 .elementor-element.elementor-element-9383f1c h2 {
    &, & * {
        letter-spacing: normal;
        margin: 0 !important;    
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-06847ac */.elementor-2549 .elementor-element.elementor-element-06847ac *{
    margin: 0 !important;
    padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-b35a404 */.button a {
    width: 125px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    
    .elementor-button-icon{
        height: 16px;
    }
}

.button--green a {
    
    padding: 0 !important;
    margin: 0 !important;
    
    &:hover {
        box-shadow: 4px 4px 0 #279989;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f48779d */.elementor-2549 .elementor-element.elementor-element-f48779d{
        text-wrap: balance;
        text-align: center;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-835fde5 */.elementor-2549 .elementor-element.elementor-element-835fde5 .e-con-inner{
    padding: 0 !important;
}/* End custom CSS */