@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.bold__config__field{border-radius:20px;background:#ffffff;max-width:537px;}
.bold__config__field--configuration{display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:16px;}
.bold__config__field__header{display:flex;flex-direction:row;gap:16px;}
.bold__config__field__header__text{font-family:Montserrat, sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px;color:#121E6C;margin:0;}
.bold__config__field__desc{font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#1E1E1E;margin:0;}
.bold__config__field__link{font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;text-align:center;text-decoration-line:underline;font-weight:700;line-height:24px;color:#EE424E;}
.bold__config__field--enabled{display:grid;grid-template-columns:auto 52px;grid-template-rows:repeat(2, auto);padding:16px;gap:12px 24px;}
.bold__config__field--enabled .bold__config__field__header{grid-column:1 / 2;grid-row:1 / 2;}
.bold__config__field--enabled .bold__config__field__desc{grid-column:1 / 2;grid-row:2 / 3;}
.bold__config__field.bold__config__field--configuration ~ table th{display:none;}
.bold__config__field.bold__config__field--configuration ~ table td{padding:0 !important;}
.bold__config__field__woocommerce__input{opacity:0 !important;width:0 !important;height:0 !important;}
.bold__config__field__switch{position:relative;display:inline-block;align-self:center;width:52px;height:28px;grid-column:2 / 3;grid-row:1 / 3;}
.bold__config__field__switch__item{width:0 !important;height:0 !important;opacity:0 !important;}
.bold__config__field__switch .bold__config__field__switch__item{opacity:0;width:0;height:0;}
.bold__config__field__switch__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;}
.bold__config__field__switch__slider:before{position:absolute;content:"";height:24px;width:24px;left:2px;bottom:2px;background-color:white;-webkit-transition:.4s;transition:.4s;}
.bold__config__field__switch .bold__config__field__switch__item[data-status="yes"] + .bold__config__field__switch__slider{background-color:#EE424E;}
.bold__config__field__switch .bold__config__field__switch__item[data-status="yes"] + .bold__config__field__switch__slider:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translateX(24px);}
.bold__config__field__switch__slider.bold__config__field__switch__round{border-radius:34px;}
.bold__config__field__switch__slider.bold__config__field__switch__round:before{border-radius:50%;}
#awn-toast-container{top:32px !important;right:20px !important;}
.awn-toast{margin-top:20px !important;}
.awn-toast-label, .awn-toast-progress-bar{display:none;}
.awn-toast-wrapper{border-radius:12px;box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.08);}
.awn-toast-content{font-family:Montserrat, sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:20px;}
.awn-toast.awn-toast-success, .awn-toast.awn-toast-alert{background:#ffffff;color:#1E1E1E;}
.awn-toast.awn-toast-success .awn-toast-wrapper, .awn-toast.awn-toast-alert .awn-toast-wrapper {
border-color: transparent;
}.boldicon{background-image:url(//ividaeterna.com/wp-content/plugins/bold-pagos-en-linea/assets/img/bold-icon.svg);background-size:cover;background-repeat:no-repeat;background-position:center;width:13px;height:13px;}
.elementor-element>.icon>.boldicon{width:28px;height:24px;display:inline-block;}
.bold-css-input input:not([type="radio"]):not([type="checkbox"]),
.bold-css-input select, .bold-css-input textarea {
width: 100%;
}.wp-block-woocommerce-checkout-newsletter-subscription{align-items:flex-start;display:flex;margin:20px 0;padding-bottom:4px;padding-top:4px}.wp-block-woocommerce-checkout-newsletter-subscription .block-editor-rich-text__editable{line-height:24px;vertical-align:middle}.wp-block-woocommerce-checkout-newsletter-subscription .wc-block-components-checkbox{margin-right:16px;margin-top:0}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{height:var(--PhoneInputCountryFlag-height);width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:var(--PhoneInputCountrySelectArrow-transform);width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.ht-ctc-chat{--side:right}.ht-ctc-opacity-hide{opacity:0}.ht-ctc-opacity-show{opacity:1}.ht-ctc-display-hide{display:none}.ht-ctc-display-show{display:block}.ht-ctc-display-unset{display:unset!important}@keyframes ctcBounce{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes ctc_fadeIn{0%{opacity:0}to{opacity:1}}.ht-ctc-bounce{animation:ctcBounce .45s ease-out forwards}.ht-ctc-fade-in{animation:ctc_fadeIn .25s ease}.ht_ctc_chat_greetings_box :not(ul):not(ol):not(.ht_ctc_default):not(.ht_ctc_defaults *){box-sizing:border-box;margin:0;padding:0}.ht_ctc_chat_greetings_box ol,.ht_ctc_chat_greetings_box ul{margin-bottom:0;margin-top:0}.ht_ctc_chat_greetings_box_layout{clear:both}.ht_ctc_greetings{pointer-events:none}.ht_ctc_chat_greetings_box{pointer-events:auto}.ht_ctc_greetings_box{opacity:0;transform:scale(0) translate(20px,20px);transform-origin:bottom var(--side,right);transition:all .4s cubic-bezier(.19,1,.22,1)}.ht_ctc_greetings_box.ht_ctc_greetings_box_open{opacity:1;pointer-events:auto;transform:scale(1) translate(0)}.ht_ctc_modal_backdrop{animation:ctc_fadeIn .2s ease;backdrop-filter:blur(1px);background:#0000004d;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9}.ht_ctc_notification{animation:ctcBounce .45s ease-out forwards}@keyframes ht_ctc_cta_stick{0%{opacity:0;transform:translateX(6px) scaleX(.6)}to{opacity:1;transform:translateX(0) scaleX(1)}}.ht-ctc-cta-stick{animation-duration:.12s;animation-fill-mode:both;animation-name:ht_ctc_cta_stick;animation-timing-function:cubic-bezier(.25,.8,.25,1);transform-origin:var(--side,right) center}.ctc_g_content{max-height:calc(80vh - 140px);overflow-y:auto}.ctc_g_bottom,.ctc_g_content,.ctc_g_sentbutton{margin-top:-.9px!important}.greetings_header_image{display:inline-block;position:relative}.greetings_header_image img{object-fit:cover}.g_header_badge_online{border-radius:50%;bottom:0;height:12px;position:absolute;right:0;width:12px;z-index:1}@media only screen and (min-width:900px){.ctc_g_content::-webkit-scrollbar{width:2.8px}.ctc_g_content::-webkit-scrollbar-thumb{background:#a5a5a5}}@media only screen and (max-width:420px){.ctc_side_positions .ctc_m_p_left{left:0!important;right:unset!important}.ctc_side_positions .ctc_m_p_right{left:unset!important;right:0!important}.ctc_side_positions .ctc_m_p_left .ctc_greetings_close_btn{float:left!important}.ctc_side_positions .ctc_m_p_right .ctc_greetings_close_btn{float:right!important}.ctc_side_positions .ctc_m_cta_order_0{order:0!important}.ctc_side_positions .ctc_m_cta_order_1{order:1!important}.ht_ctc_greetings.ctc_m_full_width{bottom:0!important;position:fixed!important;right:0!important}.ht_ctc_greetings.ctc_m_full_width .ht_ctc_chat_greetings_box{margin:7px!important;min-width:80vw!important;position:unset!important;width:calc(100vw - 14px)!important}.ctc_m_full_width .ctc_g_message_box_width{max-width:85%!important}.ht_ctc_animation:has(.ht_ctc_greetings){animation-fill-mode:none!important}}