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


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

# Normalize
# General
    ## Reset
    ## Selection
    ## BG Colors
    ## Text Colors
    ## iFrame
    ## Buttons
# Typography
# Nav
# Modal
# Footer
# Comp - Flybox
# Heros
# Blog
# GF
# Especial CSS
# Form
    ## Landing
    ## Forms
# Footer

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

:root {

    /* Custom colors */
    --negro: #000000;
    --blanco: #FFFFFF;
    --gris: #E6E6E6;
    --azul-ceruleo: #014685;
    --verde-atlantis: #A5CD38;    

    /* 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:'Poppins', serif;
    --hfamily: 'Ubuntu', 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);
}

/*--------------------------------------------------------------
# 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;
}

.bl-title {
    color:var(--azul-ceruleo, #014685);
}

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

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

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

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

/* 
  ### Main Colors 
*/

.cde-bg--negro {
    background-color: var(--negro, #000000);
}
.cde-bg--blanco {
    background-color: var(--blanco, #FFFFFF);
}
.cde-bg--gris {
    background-color: var(--gris, #E6E6E6);
}
.cde-bg--azul-ceruleo {
    background-color: var(--azul-ceruleo, #014685);
}
.cde-bg--verde-atlantis {
    background-color: var(--verde-atlantis, #A5CD38);
}
/*******
## Text Colors
*******/

.cde--negro {
    color: var(--negro, #000000);
}
.cde--blanco {
    color: var(--blanco, #FFFFFF);
}
.cde--gris {
    color: var(--gris, #E6E6E6);
}
.cde--azul-ceruleo {
    color: var(--azul-ceruleo, #014685);
}
.cde--verde-atlantis {
    color: var(--verde-atlantis, #A5CD38);
}

/*******
## 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
*******/

.cde-btn,
.blm-btn,
.gform_wrapper.eide_wrapper .gform_footer input[type=submit].gform_button {
    font-size: 18px !important;
    color: var(--azul-ceruleo, #014685) !important;
    background-color: var(--blanco, #FFFFFF) !important;
    font-weight: 500 !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none !important;
    outline: none !important;
    border: 1px solid var(--azul-ceruleo, #014685) !important;
    border-radius:calc(var(--10px) * 3) !important;
    cursor: pointer !important;
    display: inline-block !important;
    letter-spacing: .025em !important;
    margin-bottom: 0 !important;
    width: 200px !important;
    padding: 5px 10px;
    text-align: center !important;
    -webkit-transition: var(--05-transition) !important;
    -moz-transition: var(--05-transition) !important;
    -ms-transition: var(--05-transition) !important;
    -o-transition: var(--05-transition) !important;
    transition: var(--05-transition) !important;
}

.cde-btn:hover,
.blm-btn:hover,
.gform_wrapper.eide_wrapper .gform_footer input[type=submit].gform_button:hover {
    color: var(--blanco, #FFFFFF) !important;
    background-color: var(--azul-ceruleo, #014685) !important;
}


#bs4navbar > ul > li:nth-last-child(2) a {
    font-size: 17px;
    color: var(--azul-ceruleo, #014685) !important;
    font-weight: 700;
    transition: all 0.1s ease;
}


#bs4navbar > ul > li:nth-last-child(2) a:hover {
    font-weight:600;
}


/*
  ## btn secondary
*/

.cde-btn-secondary {
    font-size: 16px !important;
    color: var(--azul-ceruleo, #014685) !important;
    background-color: var(--verde-atlantis, #A5CD38) !important;
    font-weight: 500 !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none !important;
    outline: none !important;
    border: 1px solid var(--verde-atlantis, #A5CD38) !important;
    border-radius:calc(var(--10px) * 3) !important;
    cursor: pointer !important;
    display: inline-block !important;
    letter-spacing: .025em !important;
    margin-bottom: 0 !important;
    padding: 7px 25px;
    text-align: center !important;
    -webkit-transition: var(--05-transition) !important;
    -moz-transition: var(--05-transition) !important;
    -ms-transition: var(--05-transition) !important;
    -o-transition: var(--05-transition) !important;
    transition: var(--05-transition) !important;
}

.cde-btn-secondary:hover {
  color: var(--verde-atlantis, #A5CD38) !important;
  background-color: var(--azul-ceruleo, #014685) !important;
}


/*
  ## btn category
*/

.cde-btn-cat {
    font-size: 18px !important;
    color: var(--azul-ceruleo, #014685) !important;
    background-color: var(--blanco, #FFFFFF) !important;
    font-weight: 500 !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none !important;
    outline: none !important;
    border: 1px solid var(--azul-ceruleo, #014685) !important;
    border-radius:calc(var(--10px) * 3) !important;
    cursor: pointer !important;
    display: inline-block !important;
    letter-spacing: .025em !important;
    padding: 8px 20px;
    text-align: center !important;
    -webkit-transition: var(--05-transition) !important;
    -moz-transition: var(--05-transition) !important;
    -ms-transition: var(--05-transition) !important;
    -o-transition: var(--05-transition) !important;
    transition: var(--05-transition) !important;
    background-position: 10px center;
}

.cde-btn-cat:hover,
.cde-btn-cat.active.show {
    color: var(--blanco, #FFFFFF) !important;
    background-color: var(--azul-ceruleo, #014685) !important;
    padding: 8px 10px 8px 30px;
    background-image: url(./img/cruz.svg);
    background-repeat: no-repeat;
}

.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;
}

/*******
## Images
*******/

.blm-card.iconos-container img {
    width: 120px;
    height: auto;
    max-width: none;
    max-height: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:var(--ffamily);
  font-weight: 700;
  font-style: normal;
}

/*
## Estilos y pesos
*/

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.uppercase {
    text-transform:uppercase;
}

/*
## 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);
}

body,
button,
input,
select,
optgroup,
textarea {
    color:var(--azul-ceruleo, #014685);
    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;
}

a, a:visited {
    color: var(--azul-ceruleo, #014685);
}

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

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

  & a {
    color:var(--azul-ceruleo, #014685);
    transition: all 0.1s ease;

    &:hover {
        font-weight: 600;
    }
  }
}

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

#masthead.primary-menu {
    border-bottom: 1px solid var(--azul-ceruleo, #014685);

    & .search-item-nav form {
        padding: 8px 0;
        position: relative;
    }
}

.navbar-nav {
    text-transform: uppercase;
}

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


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

.site-footer .logo img {
    filter: grayscale(100%) brightness(1000%);
    width: 140px !important;
}

.site-footer .derechos a,
.site-footer .derechos a:visited {
    color: var(--azul-ceruleo, #014685) !important;
}

.site-footer .institucional {
    column-gap: 40px;
    row-gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.site-footer .rrss {
    gap:10px;

    & img {
        width:30px;
    }
}

.site-footer .button {
    height: fit-content;
}

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


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

.cde-hero {
    min-height:45vh;
    position:relative;

    & .hero-img, .video-hero {
        position:absolute;
        top:0;
        width:100%;
        height: 100%;
        object-fit: cover;
        object-position:center;
        z-index: -3;
        overflow:hidden;
    }
}

.hero-productos {
    position:relative;

    @media only screen and (min-width: 767px) {
        & .row::after {
            content: "";
            width: 1px;
            background-color: var(--azul-ceruleo, #014685);
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            transform: translateX(-50%);
        }
    }
}

.category-hero {
    & a, a:visited {
        color: var(--blanco, #FFFFFF);
    }
}

.categories .nav-tabs {
    border-bottom: none;
}

/*--------------------------------------------------------------
# Productos
--------------------------------------------------------------*/

.hero-productos {
    border-bottom: 1px solid var(--azul-ceruleo, #014685);
}

.hero-productos, .carousel-productos {

    & .slick-next:before, .slick-prev:before {
        position:absolute;
        content:'';
        background-image:url(./img/flecha-productos.svg);
        background-repeat:none;
        background-size:cover;
        height:30px;
        width:30px;
        top:0;
    }
    
    & .slick-next,
    .slick-next:before {
        right:0;
        z-index: 1;
    }

    & .slick-prev,
    .slick-prev:before {
        left:0;
        z-index: 1;
    }

    & .slick-prev:before {
        transform: rotate(180deg);
    }

    & .slick-dots {
        bottom: 0;

        & li {
            margin: 0 2px;
        }

        & li button:before {
            color: var(--gris, #E6E6E6);;
            font-size: 35px;
            opacity: 1;
        }

        & li.slick-active button:before {
            color: var(--azul-ceruleo, #014685);;
            font-size: 35px;
        }
    } 

    & .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }
}

.cde-blog .dummy-container,
.productos .dummy-container,
.cde-blog .dummy-container {
    display: inline-grid;

    & .cde-productos {
        height: 219px;
        aspect-ratio: 1.18 / 1;
        overflow: hidden;
    }

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

        .cde-productos {
            max-width: -webkit-fill-available;
        }
    }
}


/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/

.archive .dummy-container {

    & .cde-cpt {
        height: 100%;
    }
}

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

/* 
  ### Font
*/

.eide_wrapper .gfield_label, /*General*/
.eide_wrapper .select-selected, /*Select*/
.eide_wrapper .select-items,
.eide_wrapper .gfield input[type='text'],
.eide_wrapper .gfield input[type='email'],
.eide_wrapper .gfield textarea,
.eide_wrapper .gfield select,
.eide_wrapper .gfield label {
    color: var(--azul-ceruleo, #014685);
}

/*
  ### General
*/

.eide_wrapper .gform_fields {
    row-gap: 18px !important;
}

.eide_wrapper .ginput_container input{
    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid var(--azul-ceruleo, #014685) !important;
    font-size: 20px;
}

.eide_wrapper .gfield {
    position: relative;
}

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

/* 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 select,
.eide_wrapper .gfield textarea {
    border: 1px solid var(--azul-ceruleo, #014685);
}

.eide_wrapper .gfield textarea {
    max-height: 50%;
    min-block-size: 0px !important;
    border-radius: calc(var(--10px) * 1.5);
}

.eide_wrapper .gfield select {
    border-radius: calc(var(--10px));
    height: 100%;
}

/* Border Color Active */
.eide_wrapper .gfield.active select,
.eide_wrapper .gfield.active input,
.eide_wrapper .gfield.active textarea {
  border: 2px solid var(--azul-ceruleo, #014685) !important;
}

/* Padding */
.eide_wrapper .gfield--type-textarea label,
.eide_wrapper .gfield--type-textarea.active label {
  padding:10px 20px !important;
}

.eide_wrapper .gfield select {
    padding: 4px 15px;
}

/* Label */
.eide_wrapper .gfield:not(.ev-select) label:not(.gfield_consent_label) {
  position: absolute;
  top: 9px;
  transition: .1s all linear;
  cursor: text;
  font-weight:400 !important;
}

/* Footer */
.eide_wrapper .gform_footer {
  margin-top:20px !important;
  padding:0 !important;
  justify-content: end;
}

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

/* Description */
.eide_wrapper .gform_body .gform_fields .gfield_description {
  font-size:12px;
  padding-top:5px;
}

/*
  ## Pagina de contacto
*/
.ev-select .gfield_label,
.eide_wrapper legend.gfield_label {
  color:#000 !important;
}

.eide_wrapper .gfield.active label:not(label.gfield_consent_label) {
  top: 1px;
  left: 7px;
  z-index:99;
  color:#8c8c8c;
}

.eide_wrapper .gfield.gfield--type-textarea.active label.gfield_label {
  top: -5px;
  left: -5px;
  z-index:99;
  color:#8c8c8c;
}


/*
  ### Tooltip
*/

.gf_tooltip {
  position:relative;
}

.gf_tooltip label {
  display:none !important;
}

.gf_tooltip .gravity-tooltip {
  position:absolute;
  z-index:99;
  right:0;
  top:10px;
}

/*
  ## Select
*/

.eide_wrapper .ev-select label {
  margin-bottom:0;
}

.eide_wrapper .ginput_container_select select {
    margin-top:0 !important;
    background-image: url(./img/flecha-form.svg);
    background-repeat: no-repeat;
    background-size: auto;

    &:hover,
    &:focus {
        background-image: url(./img/flecha-form.svg) !important;
    }

}

.eide_wrapper .ginput_container_select::after {
    display: none;
}



/* Oculta la flecha por defecto*/
.eide_wrapper select,
.eide_wrapper select {
  -webkit-appearance: none !important;
  appearance: none !important;
}

.eide_wrapper .ginput_container_select {
  position: relative;
}

.eide_wrapper .ginput_container_select:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #555;
    top:10px;
    right:12px;
    height: 34px;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
.eide_wrapper .ginput_container_select  select::-ms-expand {
  display: none;
}

.eide_wrapper .gfield_checkbox input[type=checkbox],
.eide_wrapper .gfield_radio input[type=radio] {
    opacity: 0;
    position: absolute;   
}

.eide_wrapper .gfield_checkbox input[type=checkbox] + label,
.eide_wrapper .gfield_radio input[type=radio] + label{
    position: relative;
    overflow: hidden;
    padding: 5px 0px 5px 30px;
    cursor: pointer;
    display: inline-block;
    font-weight:400;
    border-bottom:1px solid transparent;
    margin-bottom:0 !important;
    width:100%;
    color:#fff;
}

.eide_wrapper .gfield_checkbox input[type=checkbox] + label:before,
.eide_wrapper .gfield_checkbox input[type=checkbox] + label:after,
.eide_wrapper .gfield_radio input[type=radio] + label:before,
.eide_wrapper .gfield_radio input[type=radio] + label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
    top:80px !im;
}

/* ### After */

.eide_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:after,
.eide_wrapper .gfield_radio input[type=radio]:not(:checked) + label:after  {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    top: 7px;
}

.eide_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after,
.eide_wrapper .gfield_radio input[type=radio]:checked + label:after {
    top: 7px;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #fff;
    background-color: #fff;
}
/* Checkboxs */
.eide_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
    border-radius:3px;
}

.eide_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after {
    border-radius: 3px
}

/* Radio */
.eide_wrapper .gfield_radio input[type=radio]:not(:checked) + label:after {
    border-radius:50%;
}

.eide_wrapper .gfield_radio input[type=radio]:checked + label:after {
    border-radius: 50%;
    background-color:#fff;
    border:2px solid #26a69a
}

/* ### Before */

/* Checkboxs */
.eide_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:before{
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.eide_wrapper .gfield_checkbox input[type=checkbox]:checked + label:before{
    top: 10px;
    left: 2px;
    width: 6px;
    height: 10px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/* Radio */
.eide_wrapper .gfield_radio input[type=radio]:not(:checked) + label:before{
    top: 7px;
    left: 2px;
    width: 6px;
    height: 10px;
    background-color:#fff;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.eide_wrapper .gfield_radio input[type=radio]:checked + label:before{
    top: 8px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background-color:#26a69a;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/* 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 {
  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-nav label {
    width:100%;
    margin: 0;
}

.search-form-nav button {
    filter: invert(18%) sepia(42%) saturate(3329%) hue-rotate(198deg);
}

.search-form-nav input[type="search"] {
    display: block;
    padding-left: 50px;
    outline: none;
    box-shadow: none;
    width: 100%;
    position: relative;
    z-index: 2;
    border: 1px solid var(--azul-ceruleo, #014685);
    border-radius: 10rem;
    max-width: 200px;
    height: 35px;

    &::placeholder {
        color:var(--azul-ceruleo, #014685);
    }
}

.search-form-nav input[type="search"]:hover {
    border: 2px solid var(--azul-ceruleo, #014685);
    -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;
}

.search-form-nav .search-submit  {
    position: absolute;
    left: 18px;
    top: 17px;
    z-index: 9;
    cursor: pointer;
    background: transparent;
    border:none;
    color: var(--azul-ceruleo, #014685);
    display: block;
    background-image: url(./img/fa-search.svg);
    height: 16px;
    width: 16px;
}


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

.search-form button {
    filter: invert(18%) sepia(42%) saturate(3329%) hue-rotate(198deg);
}

.search-form input[type="search"] {
    display: block;
    font-size: 20px;
    line-height: 26px;
    height: 53px;
    padding: 17px 20px 17px 70px;
    outline: none;
    box-shadow: none;
    width: 100%;
    position: relative;
    z-index: 2;
    border: 1px solid var(--azul-ceruleo, #014685);
    border-radius: 10rem;
    color:var(--azul-ceruleo, #014685);

    &::placeholder {
        color:var(--azul-ceruleo, #014685);
    }
}

.search-form input[type="search"]:hover {
    border: 2px solid var(--azul-ceruleo, #014685);
    -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;
}

.search-form .search-submit  {
    position: absolute;
    left: left;
    z-index: 9;
    cursor: pointer;
    background: transparent;
    border:none;
    display: block;
    float: right;
    background-image: url(./img/fa-search.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position:center center;
    height: 53px;
    width: 62px;
}

/*--------------------------------------------------------------
# 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%;
}


/*
  ## Clientes
*/

.cde-clientes .container {
    border: 1px solid var(--azul-ceruleo, #014685);
}

.clientes {
  display: flex;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px 0px;
  justify-content: center; 
  align-content: space-evenly; 
  justify-items: center; 
  align-items: center;
  
}

.clientes img {
  max-height: 80px;
  width: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.clientes img:hover {
  opacity: 0.4;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.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);
}

.cde-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);
}

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

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

.cde-border {
    border: 1px solid var(--azul-ceruleo, #014685);
}

.cde-border-top {
    border-top: 1px solid var(--azul-ceruleo, #014685);
}

.cde-m0 p {
    margin-bottom: 0px
}