/* 
Theme Name:      Rexmas
Theme URI:       https://www.ingenima.com/
Description:     Rexmas is a child theme of Blacklight
Author:          Ingenima
Template:        blacklight
Version:         1.2.7
Text Domain:     Rexmas
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Normalize
# General
    ## Reset
    ## Selection
    ## BG Colors
    ## Text Colors
    ## iFrame
    ## Buttons
# Typography
# Nav
# Modal
    ## Boton
# GF
# Especial CSS
# Form
    ## Landing
    ## Forms
# Footer

--------------------------------------------------------------*/

:root {

    /* Custom colors */    

    /* Colors */
    --black:#000000;
    --white:#ffffff;
    --blackhover:rgb(0 0 0 / 60%);
    --whitehover:rgb(255 255 255 / 60%);

    --azul-brillante: #127AEB;
    --blanco-suave: #F2F0EC;
    --gris-oscuro: #2E2E2E;

    --color-primary: #1E5591;
    --color-secondary: #00B4FF;
    --color-text: #242e3b;
    --color-accent: #00B4FF;
    --green-light: #B7D367;
    --blue-light: #B2E5FF;
    --gray-light: #f3f7fb;
    --gray-medium: #D8D8D8;


    /* Transitions */
    --transition-duration:.1s;
    --transition-timing-function:ease;
    --transition-all:all;

    --01-transition:var(--transition-all) calc(var(--transition-duration)*1) var(--transition-timing-function);
    --02-transition:var(--transition-all) calc(var(--transition-duration)*2) var(--transition-timing-function);
    --03-transition:var(--transition-all) calc(var(--transition-duration)*3) var(--transition-timing-function);
    --04-transition:var(--transition-all) calc(var(--transition-duration)*4) var(--transition-timing-function);
    --05-transition:var(--transition-all) calc(var(--transition-duration)*5) var(--transition-timing-function);

    /* Space */
    --10px: 10px;

    /* Fonts */
    --ffamily:"DM Sans", sans-serif;
    --hfamily: "DM Sans", sans-serif;
    --fsize: 1rem;
    --fsize--6: clamp(0.75rem, 0.7rem + 0.1vw, 0.85rem);
    --fsize--5: clamp(0.8rem, 0.75rem + 0.125vw, 0.9rem);
    --fsize--4: clamp(0.85rem, 0.8rem + 0.15vw, 0.95rem);
    --fsize--3: clamp(0.9rem, 0.85rem + 0.175vw, 1rem);
    --fsize--2: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
    --fsize--1: clamp(0.9rem, 0.85rem + 0.2vw, 1rem);
    --fsize-0: clamp(1rem, 0.9474rem + 0.2632vw, 1.125rem);
    --fsize-1: clamp(1.0669rem, 0.9477rem + 0.5961vw, 1.35rem);
    --fsize-2: clamp(1.1388rem, 0.9361rem + 1.0132vw, 1.62rem);
    --fsize-3: clamp(1.215rem, 0.9082rem + 1.5342vw, 1.9438rem);
    --fsize-4: clamp(1.2963rem, 1.2rem + 2.1816vw, 2.3325rem);
    --fsize-5: clamp(1.3831rem, 1.3rem + 2.9816vw, 2.7994rem);
    --fsize-6: clamp(1.4759rem, 1.4rem + 3.9816vw, 3.3593rem);
    --fsize-7: clamp(1.5744rem, 1.5rem + 5.2105vw, 4.0593rem);
    --fsize-8: clamp(1.6799rem, 1.6rem + 7.0105vw, 4.9593rem);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

     html {
        line-height: 1.15;
        /* 1 */
        -webkit-text-size-adjust: 100%;
        /* 2 */
    }

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

     body {
        margin: 0;
    }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

     hr {
        box-sizing: content-box;
        /* 1 */
        height: 0;
        /* 1 */
        overflow: visible;
        /* 2 */
    }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

    pre {
        font-family: monospace, monospace;
        /* 1 */
        font-size: 1em;
        /* 2 */
    }

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

     a {
        background-color: transparent;
    }

    a:hover {
        color:var(--blackhover, rgb(0 0 0 / 60%));
    }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

    abbr[title] {
        border-bottom: none;
        /* 1 */
        text-decoration: underline;
        /* 2 */
        text-decoration: underline dotted;
        /* 2 */
    }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

    b,
    strong {
        font-weight: bolder;
    }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        /* 1 */
        font-size: 1em;
        /* 2 */
    }

/**
 * Add the correct font size in all browsers.
 */

    small {
        font-size: 80%;
    }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

     img {
        border-style: none;
    }

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

     button,
     input,
     optgroup,
     select,
     textarea {
        font-family: inherit;
        /* 1 */
        font-size: 100%;
        /* 1 */
        line-height: 1.15;
        /* 1 */
        margin: 0;
        /* 2 */
    }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

    button,
    input {
        /* 1 */
        overflow: visible;
    }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

    button,
    select {
        /* 1 */
        text-transform: none;
    }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

    button,
    [type="button"],
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
    }

/**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

/**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

    fieldset {
        padding: 0.35em 0.75em 0.625em;
    }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

    legend {
        box-sizing: border-box;
        /* 1 */
        color: inherit;
        /* 2 */
        display: table;
        /* 1 */
        max-width: 100%;
        /* 1 */
        padding: 0;
        /* 3 */
        white-space: normal;
        /* 1 */
    }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

    progress {
        vertical-align: baseline;
    }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

    textarea {
        overflow: auto;
    }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

    [type="checkbox"],
    [type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

    [type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        outline-offset: -2px;
        /* 2 */
    }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        /* 1 */
        font: inherit;
        /* 2 */
    }

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

     details {
        display: block;
    }

/*
 * Add the correct display in all browsers.
 */

    summary {
        display: list-item;
    }

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

     template {
        display: none;
    }

/**
 * Add the correct display in IE 10.
 */

    [hidden] {
        display: none;
    }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
    padding-left:1rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
   padding-block:.2rem;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*******
## Reset
*******/

.post,
.page {
  margin: 0 !important;
}

.container-fluid {
  overflow-x:hidden;
}

/*******
## Selection
*******/

::-moz-selection {
  background: rgb(9 1 38 / 90%);
  color:#fff
}

::selection {
  background: rgb(9 1 38 / 90%);
  color:#fff
}

/*******
## BG Colors
*******/

.rp-bg-primary { background-color: var(--color-primary); }
.rp-bg-secondary { background-color: var(--color-secondary); }
.rp-bg-text { background-color: var(--color-text); }
.rp-bg-accent { background-color: var(--color-accent); }
.rp-bg-green-light { background-color: var(--green-light); }
.rp-bg-blue-light { background-color: var(--blue-light); }
.rp-bg-gray-light { background-color: var(--gray-light); }
.rp-bg-gray-medium { background-color: var(--gray-medium); }

.rp-bg-black { background-color: var(--black); }


/*******
## Text Colors
*******/

.rp-text-primary { color: var(--color-primary); }
.rp-text-secondary { color: var(--color-secondary); }
.rp-text-text { color: var(--color-text); }
.rp-text-accent { color: var(--color-accent); }
.rp-text-green-light { color: var(--green-light); }
.rp-text-blue-light { color: var(--blue-light); }
.rp-text-gray-light { color: var(--gray-light); }
.rp-text-gray-medium { color: var(--gray-medium); }

.rp-text-black { color: var(--black); }

/*******
## iFrame
*******/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*******
## Buttons
*******/

.rp-btn,
.blm-btn,
.gform_button,
#bs4navbar > ul > li:last-child a {
    font-size: 17px;
    color: #fff !important;
    background-color: var(--color-secondary);
    font-weight: 700;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none;
    outline: none;
    border: 3px solid transparent;
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.04);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.04);
    cursor: pointer;
    display: inline-block;
    letter-spacing: .025em;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: center;
    -webkit-transition: var(--05-transition);
    -moz-transition: var(--05-transition);
    -ms-transition: var(--05-transition);
    -o-transition: var(--05-transition);
    transition: var(--05-transition);
}

.rp-btn:hover,
.blm-btn:hover,
.gform_button:hover,
#bs4navbar > ul > li:last-child a:hover {
    color: var(--color-secondary) !important;
    background-color:#fff;
    border: 3px solid var(--color-secondary);
}


/* MODIFICAR */
:is(.rp-bg-azul-brillante) .rp-btn {
    background-color: var(--blanco-suave);
    color:var(--azul-brillante) !important;
}

:is(.rp-bg-azul-brillante) .rp-btn:hover {
    background-color: var(--azul-brillante);
    color:var(--blanco-suave) !important;
    border: 3px solid var(--blanco-suave);
}

/*
  ## btn secondary
*/


.video-btn,
.blm-btn {
  -webkit-appearance: none !important; /*Safari/Chrome*/
  -moz-appearance: none !important; /*Firefox*/
  -ms-appearance: none !important; /*IE*/
  -o-appearance: none !important; /*Opera*/
  appearance: none !important;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:var(--hfamily);
    font-weight: bold;
    font-style: normal;
    color: var(--color-primary);
}

:is(.rp-bg-primary) :is(h1, h2, h3, h4, h5, h6),
:is(h1, h2, h3, h4, h5, h6):is(.switch) {
    color: #fff;
}


/*
## Font Size
*/

.fsize--6 {
  font-size: var(--fsize--6);
}

.fsize--5 {
  font-size: var(--fsize--5);
}

.fsize--4 {
  font-size: var(--fsize--4);
}

.fsize--3 {
  font-size: var(--fsize--3);
}

.fsize--2 {
  font-size: var(--fsize--2);
}


.fsize--1 {
    font-size:var(--fsize--1)
}

.fsize-0,
h6 {
    font-size:var(--fsize-0)
}

.fsize-1,
h5 {
    font-size:var(--fsize-1)
}

.fsize-2,
h4 {
    font-size:var(--fsize-2)
}

.fsize-3,
h3 {
    font-size:var(--fsize-3)
}

.fsize-4,
h2 {
    font-size:var(--fsize-4)
}

.fsize-5,
h1 {
    font-size:var(--fsize-5)
}

.fsize-6 {
  font-size: var(--fsize-6);
}

.fsize-7 {
  font-size: var(--fsize-7);
}


.fsize-8 {
  font-size: var(--fsize-8);
}


body,
button,
input,
select,
optgroup,
textarea {
    color:var(--color-text);
    font-size: var(--fsize-0);
    line-height: 1.5;
    font-family:var(--ffamily);
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 .5em;
    padding: 25px;
    margin-bottom: 1.5em;
    font-style: italic;
    border-left: 4px solid #000000;
}

blockquote p {
    margin: 0;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}



/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

#menu ul li {
  padding:0px 10px;

    & a {
        color:var(--color-text);
    }
    
}

.admin-bar .ini-navbar.fixed-top {
  top:32px;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Comp - Flybox
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Heros
--------------------------------------------------------------*/

.rp-hero {
    background-size:101%;
    background-position:center;
    background-repeat:no-repeat;
}

/*--------------------------------------------------------------
# GF
--------------------------------------------------------------*/

/* 
  ### Font
*/

.eide_wrapper .gfield_label, /*General*/
.eide_wrapper .select-selected, /*Select*/
.eide_wrapper .select-items,
.eide_wrapper input[type='text'],
.eide_wrapper input[type='email'],
.eide_wrapper textarea,
.eide_wrapper select {

}

.eide_wrapper {
    .gfield_description {
        color:var(--color-text);
        padding-block:3px 5px !important;
    }
}

/*
  ### General
*/

.eide_wrapper .gfield {
  position: relative;
}

.eide_wrapper ul li.gfield {
  margin-top:10px !important;
}

.eide_wrapper.gform_wrapper.gravity-theme .gform_fields {
    display: grid;
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%)[12];
    grid-row-gap: 6px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}

.rp-cta-form p:last-child {
    display:none;
}

/* Input */
.eide_wrapper .gfield input:not(.gfield-choice-input):not([type="checkbox"]) {
  transition: .1s all linear;
  width:100% !important;
}

/* Border Color Not Active */
.eide_wrapper .gfield input,
.eide_wrapper .gfield textarea,
.eide_wrapper .gfield select {
  border: 2px solid #ddd;
  border-radius:7px;
}

/* Border Color Active */
.eide_wrapper .gfield.active input,
.eide_wrapper .gfield.active textarea {
  border: 2px solid #00d07e;
}

/* Padding */
.eide_wrapper .gfield input ,
.eide_wrapper .gfield.active input,
.eide_wrapper .gfield textarea ,
.eide_wrapper .gfield.active textarea {
  padding:15px 0 0 10px!important;
}

.eide_wrapper .gfield select {
  padding: 5px 0px 5px 10px !important;
}

/*
## Choice
*/

.eide_wrapper .gfield_radio {
    display:flex;
    gap:20px;
}

/* Label */
.eide_wrapper .gfield:not(.ev-select) label:not(.gfield_consent_label, .gchoice .gform-field-label) {
  position: absolute;
  top: 9px;
  left: 10px;
  color: #555;
  transition: .1s all linear;
  cursor: text;
  font-weight:400 !important;
  padding:0 5px;
}

/* Label font size active */
.eide_wrapper .gfield.active label:not(.gfield_consent_label, .gchoice .gform-field-label),
.eide_wrapper .gfield_required {
  font-size:9px !important;
  top:4px;
}


.eide_wrapper .gform_footer {
  margin-top:10px !important;
  padding:0 !important;
}



/* Consent */
.eide_wrapper .ginput_container_consent {
  height:18px;
  margin-top:0 !important;
  position:relative;
  top:-10px;
}

.eide_wrapper .ginput_container.ginput_container_consent .gfield_consent_label {
    color:black;
  font-size:12px;
  position:relative;
  top:-3px;
}

.eide_wrapper .ginput_container.ginput_container_consent input {
  margin-top:0;
  position:top;
}

.eide_wrapper .ginput_container.ginput_container_consent a {
  font-weight:bold;
}

/*
  ## Search
*/

.search-form label {
    width:100%;
}

.search-form input[type="search"] {
    border: transparent;
    border-radius: 5px;
    display: block;
    font-size: 20px;
    line-height: 26px;
    height: 62px;
    padding: 17px 20px;
    background: #fff;
    outline: none;
    box-shadow: none;
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.search-form input[type="search"]:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border:transparent;
}

.search-form .fa-search  {
    position: absolute;
    right: 15px;
    z-index: 2;
    padding: 0;
    margin: 0;
    height: 62px;
    width: 62px;
    text-align: center;
    line-height: 62px;
    text-shadow: none;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    border:none;
}

.search-form .fa-search:hover {
    color:red;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

/*--------------------------------------------------------------
# Especial CSS
--------------------------------------------------------------*/

.vidContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 5%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ## Cards */

.blm-cards {
    & h2, h3 {
        margin-top:20px;
    }
}

.blm-cards.no-border {
    .blm-card {
        border:none;
    }
}

.icon-soluciones {
    width:80px;
}

/*
## Accordion
*/
.blm-accordion {
    background-color: var(--blue-light);
    border: 2px solid var(--color-primary);

    & .heading {
        background-color: var(--color-primary);
    }
}

/*
## Tapes
*/

.blm-p-tape img {
 aspect-ratio:1 / 1;
 width:calc(3.85rem - .7rem);
 margin-bottom:15px;
}

:is(.rp-tape) .blm-p-tape {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;

    padding-block:min(.8rem, 2rem);
}

:is(.rp-tape) .blm-p-tape img {
  margin-bottom:inherit;
}

.blm-p-tape.tape2 {
    display: grid;
    gap: 0rem;
    grid-template-columns: 4.54rem auto;
    grid-template-areas:
    "img title"
    "img text";
}

.blm-p-tape.tape2 img {
    grid-area: img;
}

.blm-p-tape.tape2 :is(h2, h3) {
    grid-area: title;
}

.blm-p-tape.tape2 :is(p) {
    grid-area: text;
}

.rp-tape-box img {
    background-color:#efefec;
    width:3.25rem;
    padding:.7rem;
    border-radius:var(--10px);
}

:is(.rp-bg--cloud) .rp-tape-box img {
    background-color:var(--white, #ffffff);
    width:3.25rem;
    padding:.7rem;
    border-radius:var(--10px);
}

.blm-tape:is(.rp-tape) :is(h3, p) {
    font-weight:400;
    font-size:var(--fsize);
    margin-bottom:0;
}

.rp-tape-box .blm-p-tape p {
 margin-bottom:0;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.rp-banner {
    position:relative;
    position:sticky;
    z-index:9999;
    top:0px;
    padding-block:.3rem;

    color:#fff;
    font-size:var(--fsize);
    font-family:var(--hfamily);

    p {
        margin-bottom:0;
    }
    
    strong {
        color:var(--amarillo-oscuro)
    }

    a, a:visited {
        color:inherit;
    }
}

/*--------------------------------------------------------------
# Utilidades
--------------------------------------------------------------*/

.disclaimer {
    margin-block-end:15px;
    background-color: var(--green-light);
    display:inline-block;
    padding:5px 10px;
    color:#fff;
    border-radius:var(--10px);
}

.radius-10 {
  border-radius:var(--10px);
}

.radius-20 {
  border-radius:calc(var(--10px)*2);
}

.radius-30 {
  border-radius:calc(var(--10px)*3);
}

.rp-border {
    border:4px solid var(--color-primary);
}

.rp-border-blue-light {
    border:1px solid var(--blue-light);
}
.p-block-345 {
    padding-block:clamp(3rem, 4rem, 5rem);
}

.p-block-start-345 {
    padding-block-start:clamp(3rem, 4rem, 5rem);
}

.p-block-end-345 {
    padding-block-end:clamp(3rem, 4rem, 5rem);
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: 900;
}

.rp-sticky {
    position:fixed;
    width:100%;
    z-index:999;
}

.rp-shadow {
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.25);
}

.rp-rounded {
    border-radius:var(--10px);
}

.precios {

    li {
      list-style: none; /* Quitamos el marker por defecto */
      padding-left: 20px; /* Ajusta el espacio para el ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­cono */
      display: flex; /* AlineaciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³n horizontal */
      align-items: center; /* Centrado vertical */
    }

    li::before {
      content: "";
      display: inline-block;
      width: 24px;  /* Ancho del ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­cono */
      height: 24px; /* Alto del ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­cono */
      background-image:url('./img/check.svg');
      background-size: contain; /* Ajusta el SVG al contenedor */
      background-repeat: no-repeat;
      margin-right: 10px; /* Espacio entre el ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­cono y el texto */
      vertical-align: middle;
      flex-shrink: 0;
    }

    ul {
        margin-bottom:0;
    }

    img {
        width:70px;
    }
}