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


/*--------------------------------------------------------------
>>> 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 */
    --space-cadet:#1C374E;
    --yankees-blue:#0E273E;
    --powder-blue:#ABE8E5;
    --blue-violet:#6365B9;
    --cobalt-blue:#8E99E7;
    --jungle-green:#133135;    
    --japanese-indigo:#1C484E;

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

    /* 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:'Montserrat', sans-serif;;
    --hfamily: 'Montserrat', 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.9994rem);
}

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

:is(.site-footer) a {
    background-color: transparent;
    color:var(--white, #ffffff);
}

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

/* 
  ### Main Colors 
*/

.at-bg-black {
  background-color: var(--black, #000000);
}

.at-bg-white {
  background-color: var(--white, #FFFFFF);
}

.at-bg--space-cadet{
    background-color: var(--space-cadet, #1C374E);
}

.at-bg--yankees-blue,
:not(:has(.page-template-contacto)) .site-content {
    background-color: var(--yankees-blue, #0E273E);
}

.at-bg---powder-blue{
    background-color: var(--powder-blue, #ABE8E5);
}

.at-bg--blue-violet{
    background-color: var(--blue-violet, #6365B9);
}

.at-bg--cobalt-blue{
    background-color: var(--cobalt-blue, #8E99E7);
}

.at-bg-jungle-green {
    background-color: var(--jungle-green, #133135);
}

.at--japanese-indigo {
    background-color:var(--japanese-indigo, #1C484E);
}

.at-bg-cb-bv{
    background: var(--blue-violet, #6365B9);
    background: -moz-linear-gradient(45deg, var(--cobalt-blue, #8E99E7) 0%, var(--blue-violet, #6365B9) 100%);
    background: -webkit-linear-gradient(45deg, var(--cobalt-blue, #8E99E7) 0%, var(--blue-violet, #6365B9) 100%);
    background: linear-gradient(45deg, var(--cobalt-blue, #8E99E7) 0%, var(--blue-violet, #6365B9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E99E7', endColorstr='#6365B9', GradientType=0);
}


.at-bg-yb-sc {
    background: -moz-linear-gradient(98deg, var(--yankees-blue, #0E273E) 0%, var(--space-cadet, #1C374E) 100%);
    background: -webkit-linear-gradient(98deg, var(--yankees-blue, #0E273E) 0%, var(--space-cadet, #1C374E) 100%);
    background: linear-gradient(98deg, var(--yankees-blue, #0E273E) 0%, var(--space-cadet, #1C374E) 100%);
}

.at-bg-jg-cb {
    background: -moz-linear-gradient(90deg, var(--japanese-indigo, #1C484E) 40%, var(--cobalt-blue, #8E99E7) 100%);
    background: -webkit-linear-gradient(90deg, var(--japanese-indigo, #1C484E) 40%, var(--cobalt-blue, #8E99E7) 100%);
    background: linear-gradient(90deg, var(--japanese-indigo, #1C484E) 40%, var(--cobalt-blue, #8E99E7) 100%);
}
/*******
## Text Colors
*******/

.at-text-black {
  color: var(--black, #000000);;
}

.at-text-white {
  color: var(--white, #FFFFFF);;
}


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

.at-btn,
.blm-btn,
.gform_button {
    font-size: var(--fsize--1);
    color: var(--jungle-green, #133135);
    background-color: var(--powder-blue, #ABE8E5);
    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: 10px;
    -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-block: 5px;
    padding-inline: 15px;
    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);
}

.at-btn:hover,
.blm-btn:hover,
.gform_button:hover {
    color: var(--powder-blue, #ABE8E5);
    border: 3px solid var(--powder-blue, #ABE8E5);
    background-color: var(--yankees-blue, #0E273E);
}

/*
  ## btn secondary
*/


.wpcf7-submit {
  color:#fff !important;
  border:3px solid #000;
}

.wpcf7-submit:hover {
  color:#000 !important;
  border:3px solid #000 !important;
  background-color:#fff;
}

.video-btn,
.blm-btn,
.wpcf7-submit {
  -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: 400;
  font-style: normal;
}

/*
## 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(--white, #ffffff);
    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(--white, #ffffff)
    }
}

.at-navbar {
    position:absolute;
    width:100%;
}

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

.navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
    opacity:1;
}

.navbar-light .navbar-toggler {
    color: rgba(1, 1, 1, .5);
    border-color: transparent;
}

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


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-info {

    & .brand {
        margin-block-end:10px;   
    }
    
    & p {
        margin-bottom:0;
    }

    & .datos:first-of-type {
        margin-block-start:10px;
    }

    & .datos {
        padding-block:10px;
    }

    & .datos img {
        margin-inline-end:12px;
    }

    & :is(.datos, a) img {
        width:33px;
        background-color: var(--yankees-blue, #0E273E);
        border-radius:50%;
        outline: 2px solid var(--yankees-blue, #0E273E);
        outline-offset: -2px;
    }

    & .rrss {
        margin-block:10px;
    }
}

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


/*--------------------------------------------------------------
# Heros
--------------------------------------------------------------*/
.at-hero {
    min-height:90vh;
    padding-top:60px;
    border-radius: 0 0 40px  40px;
}

.home .at-hero {
  background-image: url(./img/bg-dot.svg);
  background-position: bottom right;
  background-size:container;
  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 {

}

/*
  ### General
*/

.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 input,
.eide_wrapper .gfield textarea {
  border: 2px solid #ddd;
}

/* 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
.eide_wrapper .gfield select
.eide_wrapper .gfield.active select{
  padding:10px 0 0 10px!important;
}

/* Label */
.eide_wrapper .gfield:not(.ev-select) label:not(.gfield_consent_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),
.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: 6px;
  left: 7px;
  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 {
  margin-top:10 !important;
}

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

/*
  ## Select
*/
/*
  ### Select
*/

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

.eide_wrapper .ginput_container_select {
  margin-top:0 !important;
}

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

/*
  ## Select
*/

/* 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 .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #dfdfdf !important;
  background-color:#fff !important;
  color:#555 !important;
  width:100% !important;
}

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

body #gform_wrapper_1 .gform_body .gform_fields .gfield select:not(#input_1_31) {
  border: 1px solid #dfdfdf;
  background-color: transparent;
  color:#ff00f;
  padding:10px;
  width:100%;
  border-radius:5px;
}

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

/*
    ## Card / Tape
*/

.blm-cards {
    & h3 {
        font-size:var(--fsize-2);
        padding-block:15px 5px;
    }
}

.productos-home {
  background-image: url(./img/atid-icon.svg);
  background-position: top 25px center;
  background-size:30px;
  background-repeat: no-repeat;
}

.blm-cards.repuestos {
    & h2 {
        font-size:var(--fsize-1);
        padding-block:15px 5px;
    }

    img {
        max-height:256px;
        aspect-ratio:1/1;
        max-width: inherit;
        object-fit: contain;
    }
}

.otros-productos {
    & h3 {
        font-size:var(--fsize-1);
        padding-block:15px 5px;
        font-weight:bold;
    }
    
    & p {
        font-size:var(--fsize--3);
        margin-block:10px;
    }
    
    
    & img {
        max-height:220px;
        aspect-ratio:1/1;
        max-width: inherit;
        object-fit: contain;
}
}

/* ## Clientes */

.clientes {
    & img {
        max-height:68px;
        padding-block:.5rem;
        padding-inline:.5rem;
    }
}

/* ## Testimonios */
.testimonios {
    
    & img {
        max-height:68px;
        object-fit: contain;
        height:auto;
        max-width:inherit;
    }
    
    & .datos p {
        margin-bottom:0;
        margin-inline-start:20px;
    }
}

/* ## FAQ */
.faq {
    & :is(a, a:hover) {
        color:var(--white, #ffffff);
    }
    & .ati-accordion {
        border-bottom:1px solid var(--powder-blue, #ABE8E5);
    }

    .ati-accordion {
        position:relative;
    }

    .heading a.collapsed::after {
        content:'+';
    }

    .heading a::after {
        content:'-';
        position:absolute;
        right:10px;
        top:10px;
        font-size:25px;
    }
}

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

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

.p-block-345:is(.s-space-cadet, .s-yankees-blue) {
    padding-block-start: calc(clamp(3rem, 4rem, 5rem) + 40px);
}

.s-space-cadet  {
  background-image: url(./img/space-cadet.svg);
  background-position: top center;
  background-size:100%;
  background-repeat: no-repeat;
}

.s-yankees-blue  {
  background-image: url(./img/yankees-blue.svg);
  background-position: top center;
  background-size:100%;
  background-repeat: no-repeat;
}

.border--powder-blue {
    border:1px solid var(--powder-blue, #ABE8E5);
}

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

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

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

/*--------------------------------------------------------------
# Comp - Flybox
--------------------------------------------------------------*/
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    padding-inline:10px;
    padding-block:10px;
    border: none;
    border-radius:10px 0 0 10px;
    cursor: pointer;
    position: fixed;
    bottom: 50%;
    right: 0;
    width: 200px;
    color:var(--yankees-blue, #0E273E) ;
    z-index:999;
    outline:none;
    font-size:15px;
    column-gap:20px;
}

.open-button:focus  {
  outline:none;
}

/* Aparicion */
.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-left {
  0% {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
  -webkit-transform: translateX(100px);
  transform: translafteX(100px);
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }}

.page-template-contacto .site-content {
    
    background-color: var(--jungle-green, #133135);

      background-image: url(./img/bg-dot-2.webp);
      background-position: center;
      background-size:cover;
      background-repeat: no-repeat;

    height:100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.at-contacto-grid {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-template-rows:repeat(2, 50%);
    grid-template-areas:
    "n1 n2 n4"
    "n1 n3 n6";
    gap:20px;
}

.at-contacto-container {
    padding:20px;
    height:100%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: start;
    gap:10px;

    & a{ color:var(--white, #fffff); }
    
    & img {
        width:100%;
        max-width:60px;
        aspect-ratio:1/1;
        object-fit:contain;
    }
}

.at-contacto-container p {
   margin-bottom:0; 
}

.at-contacto-container.datos {
    grid-area:n1;
    grid-row-start:1;
    grid-row-end:3;
}

.at-contacto-container.instagram {
    grid-area:n3;
}

.at-contacto-container.linkedin {
    grid-area:n2;
}

.at-contacto-container.email {
    grid-area:n4;
}