@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');


@font-face {
    font-family: 'Agenor';
    src: local('Agenor Light'), local('Agenor-Light'),
        url('font/Agenor-Light.woff2') format('woff2'),
        url('font/Agenor-Light.woff') format('woff'),
        url('font/Agenor-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'martin';
    src: url("font/martinithai-neue-slab-v2-bold.otf") format("opentype");
}

@font-face {
    font-family: 'Agenor Thin';
    src: url("font/agenorneue-thin.otf") format("opentype");
}

@font-face {
    font-family: 'modulus';
    src: url("font/Arkitype - Modulus Pro Bold.otf") format("opentype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,

video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,

section {
    display: block;
}

body {

    line-height: 1.9em;
}

ol,

ul {
    list-style: none;
}

blockquote,

q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,

q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: 700;
}

html,

body {
    overflow-x: hidden !important;
    max-width: 100vw !important;

    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

* {
    /*outline: 1px solid red;*/
}




/* ------------------------------------------------------------------- */
/* ========== Section Layout ========== */

.fullwidth-row {
    display: flex;
    width: 100%;

    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
}

/* ========== Individual Column Styles ========== */

.fullwidth-col {
    flex: 1;
    height: 700px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    padding: 2rem;
    box-sizing: border-box;
}

/* Column Colors - adjust to match your site's aesthetic */
.col1,
.col2,

.col3 {
    background: linear-gradient(to bottom, #5e78c1 8%, #5e78c1 100%);
}

.col2 {
    background: linear-gradient(to bottom, #424f94 8%, #424f94 100%);
}

.col3 {
    background: linear-gradient(to bottom, #5e78c1 8%, #5e78c1 100%);
}

/* ========== Content Styling ========== */

.column-content .icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.column-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.column-content p {
    font-size: 1rem;
    max-width: 100vh;
    margin: 0 auto;
}

.fullwidth-row h3 {
    font-family: 'Open Sans';
    color: #ffffff;
    top: 0em;
    padding-bottom: 0em;
    font-weight: 500;
    font-size: 1.7em;
}

.column-content .icon {
    width: 110px;
    height: 110px;
    border: 3px solid #081840;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem;
    color: #081840;
    font-size: 2.5rem;
}

.column-content .icon i {
    font-size: 2.2rem;
}

.icon-wrapper {
    width: 110px;
    height: 110px;
    border: 3px solid #08184033;
    /* light outline initially */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem;
    transition: all 0.4s ease;
    color: #08184033;
    font-size: 2.5rem;
}

.icon-wrapper i {
    transition: all 0.4s ease;
}

.fullwidth-col:hover .icon-wrapper {
    border-color: #081840;
    color: #9bb7ff;
    transform: scale(1.1);
}

.icon-animated {
    text-align: center;
}

.circle-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
}

.circle-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.bg-circle {
    stroke: rgb(37, 48, 75);
    stroke-width: 6;
    fill: none;
}

.anim-circle {
    stroke: #ffffff;
    stroke-width: 6;
    fill: none;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 1.2s ease;
}

.circle-wrapper i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    color: #d3d3d3;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: color 0.8s ease, opacity 0.8s ease, transform 0.8s ease;
}

.icon-animated.visible .anim-circle {
    stroke-dashoffset: 0;
}

.icon-animated.visible i {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    color: #ffffff;
}

/* ==== Carousel next and previous button styles ============================================================ */
.carousel-control-next,

.carousel-control-prev {
    background-color: rgba(255, 17, 255, 0) !important;
    color: #000 !important;
    opacity: 1 !important;

}

span.carousel-control-next-icon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    color: #000 !important;
}

span.carousel-control-prev-icon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    color: #000 !important;
}

.carousel-indicators .active {
    background-color: #000;

}

.carousel-indicators .inactive {
    background-color: #454545;

}

.carousel-indicators {
    background-color: rgba(255, 17, 255, 0) !important;
    color: #000 !important;
    opacity: 1 !important;
    margin-bottom: -3rem;

}

/* ********************************************** parallax effect */

/* ---------- Fixed Background with Blue Gradient Overlay ---------- */

.background-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/oxion-logo-background.png');
    /* or your gradient */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -9999;
    /* 🔥 send it DEEP */
    pointer-events: none;
}

/* The blue gradient overlay is added via a pseudo-element */

.background-fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Adjust these colors to achieve your blueish look */
    background: linear-gradient(to bottom, #93c9ff 0%, #2f4cac 110%);
    z-index: 0;
}

/* ---------- Centered Logo Overlay ---------- */

.logo-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    pointer-events: none;

}

.logo-overlay img {
    padding-top: 0vmin;
    width: 220vmin;
    /* Responsive sizing relative to viewport dimensions */
    height: auto;
    opacity: 0.09;

}

/* ---------- Parallax Hero Section ---------- */

.parallax-section {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    /* Stack elements vertically */
    justify-content: center;
    /* Center vertically */
    align-items: center;
    /* Center horizontally */
    text-align: center;
    padding: 0 1rem;
}




/* Container for the hero text/content */

.hero-content {
    position: relative;
    z-index: 0;
}

/* ---------- Diagonal SVG Divider ---------- */

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 1;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: 100px;
}

.hero-wave path {
    fill: white;
}

/* *************************************************************** */

/* ================================================================ */


html {
    box-sizing: border-box;
    font-family: 'Agenor Light', 'Open Sans', sans-serif;
    scroll-behavior: smooth;
}

body {

    color: #000000;
    background-color: #F2F2F2;
    background: white;

}

section p {
    letter-spacing: 0.05em;
}




/* 3 columnas del vps */


.services-content {

    margin: auto;
    /* centrar elementos */
    width: 100%;

    display: flex;
    flex-direction: row;

}

.services-content div {
    padding-top: 0em;
    padding-bottom: 5em;
    margin: 0 auto;
    flex-basis: 900px;
    /* ------------------------------------- less than this we colapse */

}

.services-description {
    display: block;
    font-size: 1.4em;
    line-height: 1.5em;
    width: 90%;
    height: 100vh;

}

.vps-content h2 {
    font-family: 'Agenor Light', sans-serif;

    font-weight: 500;
    font-size: 2em;
    margin-bottom: 0em;
    margin-top: 0px;

}

.vps-content div {
    padding: 0px;
    margin: 0px;

}

.services-content img {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-top: 1em;
    width: 80%;

    box-shadow: 1px 5px 10px 5px rgb(244, 244, 253);
    box-shadow: 0px 5px 6px 2px rgb(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 3em;

}

.vps-content {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

}

/* pop up button */
button {

    letter-spacing: 0.1em;
    font-weight: 100 !important;
    font-family: 'Open Sans', 'Poppins', sans-serif;
    font-size: 0.9em !important;
    color: #fff;
    background-color: #424f94;
    border: 0 !important;
    border-radius: 0.2em;
    margin-top: 1.5em !important;
    padding: 0.3em 1.1em !important;
    height: 50px;
    width: 150px;
    cursor: pointer;
    border-radius: 2rem !important;

}


section {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding-bottom: 0em;
    font-size: 1.2em;
    line-height: 1.4em;
    letter-spacing: 0.02em;

}

#location section {
    padding-bottom: 0px;
}

#home section {
    padding-top: 35svh;

}

#home section h2 {
    font-family: 'Agenor';
    color: #fff;
    text-shadow: -2px 1px 0px #32477f;
    top: 0em;
    padding-bottom: 0em;
    letter-spacing: 0.1em;
    font-size: 3.3em !important;
}

h3 {
    font-family: 'Open', sans-serif;

}

#home section h3 {

    color: #fff;
    top: 0px;
    margin: 0px;
    padding: 0px;
    text-shadow: -1px 1px 0px #32477f;

}

#home section h5 {
    letter-spacing: 0.15em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #000;
    margin: 0;
    padding: 0;
    padding-top: 1.5em;
    font-size: 1em;
    line-height: 1.75;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

h1 {
    color: #2c3746;
}

h2 {

    font-weight: 500;
    font-size: 3em;
    padding: 1em;
    text-align: center;
    line-height: 1em;
    color: #2c3746;
}

h3 {

    margin-bottom: 1em;
    font-size: 1.8em;
    font-weight: 100;
    text-align: center;
    line-height: 1.25em;

}

.br {
    display: block;
    margin-bottom: 2em;
    text-align: left;
}

.br-large {
    display: block;
    margin-bottom: 4em;
    text-align: left;
}

.strategy {
    background-color: #ffffff;
    padding: 0.8em;
    padding-top: 1em;
    border-radius: 0.5em;
    box-shadow: -0.8em 0.8em 2em #e6e6e6;

}

.product-container {

    /* it will be sticky on the top too */
    display: flex;
    flex-direction: row;
    /* X axis */
    justify-content: center;
    /* Y axis */
    align-items: center;
    transition: background-color 1s ease, color 0.1s linear;
    /* Y axis is center, so if section height is 100px, then 
  the divs that are inside will be in centered vertically, in this case
  to 50px which is the center height */
    /*min-height: 10vh;*/
}

.product-img-cupping {
    padding: 1em 1em 1em 1em;
    border-radius: 0.5em;
    font-family: 'Agenor Light', 'Poppins', sans-serif;
    height: 480px;
    width: 520px;
    margin: 20px;

    box-shadow: -3px 4px 1px 2px #219ebc;
    border: #219ebc 1px solid;

    background: url("img/cuppingsetoxion.png"), linear-gradient(#ffffff 2%, #f9f9f9ff 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

}

.product-img-bowl {
    padding: 1em 1em 1em 1em;
    border-radius: 0.5em;
    font-family: 'Agenor Light', 'Poppins', sans-serif;
    height: 480px;
    width: 520px;
    margin: 20px;

    box-shadow: -3px 4px 1px 2px #219ebc;
    border: #219ebc 1px solid;

    background: url("img/bowl.png"), linear-gradient(#ffffff 2%, #f9f9f9ff 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

}

.product-img-rope {
    padding: 1em 1em 1em 1em;
    border-radius: 0.5em;
    font-family: 'Agenor Light', 'Poppins', sans-serif;
    height: 480px;
    width: 520px;
    margin: 20px;

    box-shadow: -3px 4px 1px 2px #219ebc;
    border: #219ebc 1px solid;

    background: url("img/rope.png"), linear-gradient(#ffffff 2%, #f9f9f9ff 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

}

.product-desc {

    color: #000;
    padding: 1em 1em 1em 1em;
    border-radius: 0.5em;

    width: 520px;
    height: 480px;
    margin: 20px;

    box-shadow: -3px 4px 1px 2px #219ebc;
    border: #219ebc 1px solid;

}

.product-desc ul {

    margin: 0 auto;
    font-family: 'Agenor Thin', 'Poppins', sans-serif;
    font-size: 0.8em;
    width: 90%;
    margin: 20px;
}

.product-desc li {
    margin: 0px;
    padding-bottom: 30px;
}

.product-desc h1 {
    margin: 0 auto;
    text-align: center;
    font-family: 'Agenor Light', 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 1.3em !important;
    padding-top: 0.7em;
    color: #162d50;
}

/* ---------------------- animation ---------------- */


.reveal {
    position: relative;
    transform: translateY(70px);
    opacity: 0;
    transition: 0.9s all ease;

}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
    z-index: 0;
}

.reveal_fin {
    position: relative;
    opacity: 0;
    transition: 1.1s all ease-in;

}

.reveal_fin.active {
    opacity: 1;
    z-index: 0;
}

.reveal_left {

    position: relative;
    transform: translateX(50vh);
    opacity: 0;
    transition: 1s all ease-in-out;
    z-index: 0;
}

.reveal_left.active {

    transform: translateX(0);
    opacity: 1;
    z-index: 0;
    z-index: 0;
}

dialog {
    overflow: auto;
    background-color: white;
    border-width: 0px !important;
    opacity: 0;
    scale: 0;
    transition: all 2.5s ease;
}

dialog[open] {
    opacity: 1;

}

dialog[close] {
    animation: 0.8s ease-out 0s 1 slideOut
}

#popuptitle {
    /* it will be sticky on the top too */
    display: flex;

    flex-direction: row;
    /* X axis */
    justify-content: space-between;
    /* Y axis */
    align-items: flex-start;

    /* Y axis is center, so if section height is 100px, then 
    the divs that are inside will be in centered vertically, in this case
    to 50px which is the center height */

}

#popuptitle :nth-child(2) {

    top: 0px;
    margin: 0 auto;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;

}

.btncenter {
    left: 50%;
    margin-left: -70px;
    /* la mitad del tamano del boton */
    position: relative;
    margin-top: 2em;
    font-size: 1.2em;

}

#dialogo {
    animation: 0.8s ease-out 0s 1 slideIn;
    scale: 2;
}



#dialogocookies {
    animation: 0.8s ease-out 0s 1 slideIn;
    scale: 1;
    width: 100vh;
    height: 50svh;

}

#dialogocookies h2 {
    font-size: 2em;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

#dialogocookies h3 {

    font-size: 2.5em;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    margin: 0px;
    padding: 0px;
    padding-top: 0.25em;
    padding-bottom: 0.5em;
}

dialog::backdrop {

    backdrop-filter: blur(5px);
    transition: all 2s;
}

dialog[open] #dialogocookies {
    background-color: rgb(255, 255, 255);
    scale: 1;
}

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

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

#logotipo,

#logotipo2 {
    max-height: 60px;
    height: auto;
    width: auto;
    cursor: pointer;
}

#oxiongroup {
    margin-top: 7px;

}

/* Define the slide-down animation */

@keyframes slideDown {

    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}

/* Modify .active_menu to include the animation */

.active_menu {
    visibility: visible;
    background-color: #ffffffc9;
    backdrop-filter: blur(8px);
    transition: background-color 1s ease, color 0.1s linear;
    /* Use one of your box-shadow lines */
    box-shadow: 0px 14px 57px -16px rgba(0, 0, 0, 0.1);
    /* Apply the slideDown animation */
    animation: slideDown 0.5s ease-out;
}

.visible_menu {
    opacity: 1;
    transition: opacity 1s linear;
}

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;

}

/* mobile cabecera */

.navbar {
    visibility: hidden;
}

#cabecera {
    position: fixed;
    text-align: left;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100px;
    padding-top: 5px;
    /* it will be sticky on the top too */
    display: flex;
    flex-direction: row;
    /* X axis */
    justify-content: right;
    /* Y axis */
    align-items: center;
    transition: background-color 1s ease, color 0.1s linear;

    z-index: 100;
    /* Add a subtle shadow with blur and opacity 
    border-bottom: #101b592b 1px solid;
    box-shadow: 0px 14px 40px rgba(6, 3, 82, 0.2);*/
}

#cabecera div {

    width: 250px;
    height: 3em;
    padding-top: 0.5em;
    padding-bottom: 1em;
    display: flex;
    flex-direction: row;
    padding-left: 10em;
    padding-right: 10em;

}

#cabecera div:nth-of-type(1) {
    min-width: 630px;
    min-height: 72px;
    justify-content: flex-start;
    margin-right: auto;
    /* Pushes this flex item to the left */
    padding-left: 10vh;
    /* Remove inherited left padding */
    padding-right: 0;
    /* Remove inherited right padding */
}

#cabecera div:nth-of-type(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 72px;
    /* Remove min-width and other properties that force a fixed width */
}

.horizontal-list {
    display: flex;

}

.tagline-first {
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #b7d4fb;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 0 1.5em;
}

/* Cleaned and final version of tagline-second.fba */

.tagline-second.fba {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0 1em;
    line-height: 1.4;
    flex-wrap: nowrap;
}

/* Decorative quotes */
.tagline-second.fba::before,

.tagline-second.fba::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
}

.tagline-second.fba::before {
    background-image: url('img/quoteopen.svg');
}

.tagline-second.fba::after {
    background-image: url('img/quoteclose.svg');
}

.horizontal-list li {

    text-transform: uppercase;
    color: #3b4e7c;
    /* Default light blue color */
    transition: color 0.3s ease;
    z-index: 1;
    padding: 2px;
    margin-top: 10px;
    list-style: none;
    font-size: 1.2em;
    /* Increased text size */
    cursor: pointer;
    margin-right: 20px;

    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-optical-sizing: auto;
    font-size: 1.1em;
    font-style: normal;

    font-variation-settings:
        "wdth" 200;
    /* Antialias + rendering fix */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    transform: translateZ(0);
}


.horizontal-list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background-color: #081840;
    transition: width 0.3s ease;
}

.horizontal-list li:hover {
    color: #081840;

}

.horizontal-list li:hover::after {
    width: 100%;
}

/* 🎯 Scroll-triggered effect */
.horizontal-list li.active {
    color: #081840;


}

.horizontal-list li.active::after {
    width: 100%;
}

/* New rule for the scrolled state */

.horizontal-list li.scrolled {
    color: #081840;
    /* Black when scrolled */
}

img {

    vertical-align: center;
    padding: 0px;
    margin: 0px;

}

#cabecera .marca {
    font-family: 'Agenor';
    font-size: 1.5em;
    /*font-weight: bold;*/
    margin-top: 11px;
    color: #fff !important;

}

a:link {
    /* Styles for unvisited links */
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
}

a:visited {
    /* Styles for visited links */
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
}

a:hover {
    /* Styles for when hovering over links */
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
}

a:focus {
    /* Styles for when a link is focused (e.g., when using keyboard navigation) */
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
}

a:active {
    /* Styles for when a link is being activated (e.g., when clicked) */
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
}

#startbutton {
    letter-spacing: 0.1em;
    font-weight: 100 !important;
    font-family: 'Open Sans', 'Poppins', sans-serif;
    font-size: 0.9em !important;
    color: #fff;
    background-color: #424f94;
    border: 0;
    border-radius: 0.2em;
    margin-top: 1.5em !important;
    padding: 0.3em 1.1em !important;
    height: 50px;
    width: 150px;
    cursor: pointer;
    animation: 2s ease-out 0s 1 slideIn;
    border-radius: 2rem !important;
}

#submit {
    letter-spacing: 0.1em;
    font-weight: 100 !important;
    font-family: 'Open Sans', 'Poppins', sans-serif;
    font-size: 0.9em !important;
    color: #fff;
    background-color: #424f94;
    border: 0;
    border-radius: 2rem !important;
    margin: 1.5em auto 0 auto !important;
    /* top auto bottom auto */
    padding: 0.3em 1.1em !important;
    height: 50px;
    width: 150px;
    cursor: pointer;
    animation: 2s ease-out 0s 1 slideIn;
    display: block;
    /* needed for margin auto to work */
}


#submit:hover {

    transform: translateY(2px);
    cursor: pointer;
}

#foot {

    margin: 0 auto;
    text-align: center;
    padding-top: 1em;
    background: rgb(242, 155, 109);

    background-color: #101c3bff;
    color: #fff;
    opacity: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat-x;
    height: 100%;

}

#foot h1 {

    font-family: 'Agenor';
    font-size: 2.1em;
    font-weight: 900;
    letter-spacing: 0.35em;
    line-height: 0.35em;
}

#foot h2 {
    margin: 0 auto;
    font-family: 'modulus';
    font-size: 1.25em;
    font-weight: 900;
    letter-spacing: 0.6em;
    line-height: 0.35em;
    width: 6.9em;
    margin-top: 0em;
    font-weight: 900;
}

#foot section hr {
    color: white;
    padding: 0.5em;
    margin: auto;
    width: 20%;
    border-bottom: 0px;
    border-top: 1px solid #e4e4e4;
    border-left: 0px;
    border-right: 0px;

}

.logofooter {

    margin-left: -0.5em;
    margin-bottom: -0.5em;

}

.copyright {
    font-family: 'Open Sans';

    font-size: 0.9em;
    font-weight: 400;


}

#txtlogo {
    display: flex;
    flex-direction: row;
    /* X axis */
    justify-content: center;
    /* Y axis */
    align-items: center;
}

.line {
    width: 1.5em;
    height: 0em;
    border: #000 1px solid;
    background-color: #000;
    margin-top: -0.2em;

}

.minilogo {
    display: flex;
    flex-direction: column;
    /* X axis */
    justify-content: center;
    /* Y axis */
    align-items: center;
    margin: 0 auto;
    margin-left: 0px;
    text-align: center;
    font-size: 0.4em;
}

/* ----------------parallel effect o-------------------- */


.welcometo {
    animation: 0.8s ease-out 0s 1 slideIn;
}

.welcometo img {
    width: 50vh;
    /* 90% of the viewport height */

    /* Maintains aspect ratio */
    display: block;
    /* Ensures no extra spacing issues */
}

.unparallelgobal {
    animation: 1s ease-out 0s 1 slideIn;
}

.fba {
    animation: 1.5s ease-out 0s 1 slideIn;
}

@keyframes slideIn {

    0% {
        transform: translatey(50%);
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }

}

#contact-columns {
    /* it will be sticky on the top too */
    display: flex;
    flex-direction: row;
    /* X axis */
    justify-content: center;
    /* Y axis */
    align-items: center;
    transition: background-color 1s ease, color 0.1s linear;
    /* Y axis is center, so if section height is 100px, then 
    the divs that are inside will be in centered vertically, in this case
    to 50px which is the center height */
    /*min-height: 10vh;*/
}

#contact-form {

    padding: 1em 1em 1em 1em;
    border-radius: 0.5em;
    font-family: 'Open Sans', 'Poppins', sans-serif;
    height: 570px;
    width: 620px;
    margin: 20px;
    /*
    background-image: linear-gradient(180deg, #ffffff 2%, #fcfcfc 100%);

    border: #00000017 1px solid;
*/
}

#contact-text {
    color: #000;
    padding: 1em 1em 1em 1em;
    border-radius: 0.5em;
    font-family: 'Open Sans', 'Poppins', sans-serif;
    width: 520px;
    height: 570px;
    margin: 20px;

    background-color: #4c4d56;
    background-image: linear-gradient(180deg, #fcfcfc 2%, #eee 100%);
    background-image: linear-gradient(180deg, #ffffff 2%, #fcfcfc 100%);

    box-shadow: -3px 4px 1px 2px #0a1246;
    border: #5562b2 1px solid;

}

#contact-text h5 {
    margin: 0 auto;
    font-family: 'Open Sans', 'Poppins', sans-serif;
    font-size: 0.8em;
    width: 90%;
}

#contact-text h1 {
    margin: 0 auto;
    text-align: center;
    font-family: 'Open Sans', 'Poppins', sans-serif;
    font-size: 1.3em;
    padding-top: 0.7em;

    font-weight: 900;
    color: #162d50;
}

form input {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7em;
    border-color: #cbcbcb;
    background-color: #fbfbfb;
    color: #000000;
    border-style: solid;
    border-radius: 0.2em;
    border-width: 1px !important;
    border-color: #b5b5b5 !important;

    width: 100%;
    height: 2.2em;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0.2em;
    padding: 1.1em 1.1em 1.1em 1.1em;



}



/* space inside inputs */
form input[type="text"],

form textarea[type="text"] {
    box-sizing: border-box;
    padding-left: 0.7em;


}

input::placeholder {
    font-size: 0.9em;

    color: #cacaca !important;
}

textarea::placeholder {
    font-size: 0.9em;
    padding-top: 0.5em;
    color: #cacaca !important;

}

form label {
    font-family: 'Open Sans', 'Poppins', sans-serif;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 0.2em;
    display: block;
    color: #020e34;

}



form textarea {
    font-family: 'Open Sans', 'Poppins', sans-serif;
    width: 100%;
    font-size: 0.8em;
    height: 9em;
    background-color: #fff;
    color: #000000;
    border: 1px solid #b5b5b5 !important;
    border-radius: 0.2em;
    padding: 0.3em 0 0 0.7em;
}

form input:focus,
form textarea:focus {
    outline: none;
    border-color: #000 !important;
    border-width: 2px !important;
}

input.error,
textarea.error {
    border-color: #e74c3c !important;
    /* Red for error */
    border-width: 2px;
    transition: border 0.6s ease;
}

input.noerror,
textarea.noerror {

    /* Green for success, or use neutral if preferred */
    border-width: 1px;
    transition: border 0.6s ease;
}



#home {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100svh;
    color: #000000;
    margin: 0px auto;
    align-items: center;

    text-align: center;

}

#socialmedia {
    /* it will be sticky on the top too */
    display: flex;
    flex-direction: row;
    /* X axis */
    justify-content: center;
    /* Y axis */
    align-items: center;
    transition: background-color 1s ease, color 0.1s linear;

}

.circleicon {

    width: 70px;
    height: 70px;
    border-radius: 8px;
    margin: 3em;
    background-color: #101c3b;
    background-size: contain;
    background-repeat: no-repeat;

    line-height: 12em;
    font-size: 0.7em;
    margin: 20px;

    cursor: pointer;
    transition: all 0.2s;

}

.services-wrap {

    text-align: left;
    margin: 0px;
    padding: 0px;
    top: 0px;
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 1;

    /* it will be sticky on the top too */
    display: flex;
    flex-direction: row;
    /* X axis */
    justify-content: center;
    /* Y axis */
    align-items: center;
}

#about section {
    padding: 0px !important;

}

.services-item h2 {
    color: #353757;
    font-size: 2em;
}

.services-item h5 {

    color: #353757;

}

/* iconos dibujos ------------------------------------ */

.services-item .speed {
    background-position: 50% 50%;
    background-size: 50%;
    background-image: url("img/ico/speed.svg");

}

.services-item .money {
    background-position: 50% 50%;
    background-size: 50%;
    background-image: url("img/ico/money.svg");

}

.services-item .safe {
    background-position: 50% 50%;
    background-size: 50%;
    background-image: url("img/ico/safe.svg");

}

/* iconos circulo ------------------------------------ */


.services-icon {

    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 1.5em;

    background-size: contain;
    background-repeat: no-repeat;
    border: #272843 7px solid;
    background-color: #ffffff00;

    line-height: 12em;
    font-size: 0.7em;

    transition: all 0.2s;
    /* Center horizontally*/
    margin: 0 auto;
}

/* items ------------------------------------ */

.services-item {

    padding-bottom: 0px;
    width: 500px;

}

.services-item h5 {

    padding-bottom: 0px;
    width: 300px;
    /* Center horizontally*/
    margin: 0 auto;
    text-align: center;
}

.circleicon:hover {
    color: #424f94;
    background-color: #080e2a;
    transform: translateY(-2px);

}

#socialmedia div:nth-child(1) {

    background-position: 50% 50%;
    background-size: 50%;
    background-image: url("img/ico/whatsapp.png");

}

#socialmedia div:nth-child(2) {

    background-position: 50% 50%;
    background-size: 50%;
    background-image: url("img/ico/telegram.png");
}

#socialmedia div:nth-child(3) {

    background-position: 50% 50%;
    background-size: 55%;
    background-image: url("img/ico/phone.png");
}

#socialmedia div:nth-child(4) {

    background-position: 50% 50%;
    background-size: 55%;
    background-image: url("img/ico/mail.png");
}

.cuatro {
    color: #1b3170;
    text-shadow: 10px 1px 1px #f1bb64;
}

.cuatrosub {
    color: #1b3170;
    text-shadow: 1px 1px 1px #eec97f;
}

#cuatrotxt {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100svh;
    background: #f29b6d;

}

.err {
    margin: 0 auto;
    padding: 0px;
}

#home::before,

#about::before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100svh;

    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    animation: flosating 40s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    z-index: -1;
    background: linear-gradient(rgba(244, 204, 124, 0) 10%, rgba(242, 190, 86, 0) 50%, rgba(124, 206, 244, 0) 80%), url("none");

    /*
    background: radial-gradient(circle, rgba(253, 223, 105, 0.55) 10%, rgb(154, 107, 66, 1) 58%, rgba(56, 60, 102, 1) 100%), url("none");
    background: radial-gradient(circle, rgba(251, 133, 59, 0.3) 10%, rgb(154, 107, 66, 0.9) 58%, rgba(56, 60, 102, 1) 100%), url("none");
    background: radial-gradient(circle, rgba(251, 133, 59, 0.55) 10%, rgb(154, 107, 66, 0.96) 58%, rgba(56, 60, 102, 1) 100%), url("none");
    background: radial-gradient(circle, rgba(251, 133, 59, 0.55) 10%, rgba(154, 66, 66, 0.96) 58%, rgba(56, 60, 102, 1) 100%), url("none");
    background: linear-gradient(rgba(244, 204, 124, 0.95) 10%, rgba(242, 190, 86, 0.6) 50%, rgb(244, 204, 124, 0.95) 80%), url("none");

*/
}

#next-section-bkground {
    margin: 0 auto;
    height: 100px;
    background-color: rgb(65, 109, 166);
    background-image: linear-gradient(180deg, rgb(28, 52, 116) 10%, rgb(28, 52, 116, 1) 100%);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom: 0px solid #eae8e2;

}

@keyframes floating {

    0% {
        -webkit-transform: scale(1.1) translate(0, 0);
        transform: scale(1.1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%;

    }

    50% {

        -webkit-transform: scale(1.35) translate(-20px, 15px);
        transform: scale(1.35) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left;

    }

    100% {
        -webkit-transform: scale(1.1) translate(0, 0);
        transform: scale(1.1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%;

    }

}

@keyframes rotating {

    0% {

        -webkit-transform: scale(1.35) translate(-200px, 150px);
        transform: scale(1.35) translate(-200px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0.1;

    }

    50% {

        -webkit-transform: scale(1.55) translate(-100px, 150px);
        transform: scale(1.55) translate(-100px, 150px);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0.2;

    }

    100% {
        -webkit-transform: scale(1.35) translate(-200px, 150px);
        transform: scale(1.35) translate(-200px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0.1;

    }

}

@keyframes scrolling {


    0% {
        transform: translate3d(-7465px, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }

}

#layer {
    margin: 0 auto;
    margin-top: -50svh;

    position: absolute;
    width: 100vw;
    height: 100vh;
    padding-left: 30vh;

    animation: rotating 100s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;

    background-size: cover;

    background-image: url("img/none");
    filter: blur(0px);
    animation-timing-function: linear;

    z-index: -1;

}

#fondo {
    margin: 0px;
    position: absolute;
    overflow: visible;
    background-image: url("img/logistic7.jpg");

    opacity: 1;
    background-size: contain;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat-x;

    animation: scrolling 600s linear infinite reverse;
    padding-left: 0;
    width: 100vw;
    height: 100svh;
    z-index: -2;

}

#whatwedo {
    margin: 0px;
    padding: 0px;
    padding-top: 3em;
}

#location {
    position: relative;
    /* Ensure children can be positioned relative to it */
    overflow: hidden;
    margin: 0;
    padding: 3em 0 0 0;
    /* Top padding remains, no side paddings if not needed */
    /* Remove background and height settings */
    /* background-color: #3959b5; */
    /* height: 100%; */
    width: 100%;
    color: #000;
}

/* You can keep this if you want spacing for inner divs */

#location div {
    padding: 1em;
}

#location h2 {
    margin-top: 0px;
    padding-top: 0px;
    color: #1d2449;
}

#location p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#contact {

    margin: 0px;
    padding: 0px;
    padding-top: 3em;
    padding-bottom: 0em;
    color: #1c223a;

    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    /* background img 
    background-color: #eae8e2;
*/

    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 2%, rgb(255, 255, 255, 1) 60%, rgb(230, 230, 230) 100%);
    overflow: hidden;

    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;

    background-image: url("img/aboutbg.png") !important;

}

/* Stats Section container */

#stats {
    padding: 3em 0;
    background-color: #fff;
    /* Change if you want a background color or gradient */
    text-align: center;
}

/* Flex container for stats */

.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    /* Adjust space between stat items */
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual stat item styling */

.stat-item {
    min-width: 200px;
}

/* Stat number styling */

.stat-number {
    font-family: 'Poppins', sans-serif;
    /* Change font as desired */
    font-size: 3rem;
    font-weight: 900;
    color: #424f94;

    /* 1px black shadow at full opacity */
    margin: 0;
}

/* Stat label styling */

.stat-label {
    font-family: 'Poppins', sans-serif;
    margin-top: 0.5em;
    font-size: 1.2rem;
    font-weight: 300;
    color: #1f2857;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#about-cont {
    position: relative;
    /* Ensure children can be positioned relative to it */
    overflow: hidden;
    margin: 0;
    padding: 3em 0 0 0;
    /* Top padding remains, no side paddings if not needed */
    /* Remove background and height settings */
    /* background-color: #3959b5; */
    /* height: 100%; */
    width: 100%;
    color: #000;
}

/* You can keep this if you want spacing for inner divs */

#about-cont div {
    padding: 1em;
}

/* Custom gradient for the #about-cont section */

.about-gradient .background-fixed::before {
    background: linear-gradient(to bottom, #577fce 0%, #4d68b3 100%);
}

.about-gradient {
    position: relative;
    overflow: hidden;
}



#about {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    padding-top: 3em;
    /* background img */
    background-color: #fff;
    border-top: #000 solid 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    /* background-image: url("img/aboutbg.png") !important; */

}

#about p {
    padding-left: 1em;
    padding-right: 1em;
}

#whatwedo p {
    padding-left: 1em;
    padding-right: 1em;
}


#products {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    padding-top: 3em;
    /* background img */
    background-color: #fff;
    border-top: #000 solid 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;

    background-image: url("img/bkg.jpg") !important;
}

#products p {
    padding-left: 1em;
    padding-right: 1em;
}

#services {

    margin: 0px;
    padding: 0px;

    align-items: center;
    text-align: center;
    padding-top: 3em;

    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;

}

#services h5 {
    padding-bottom: 2em;
    font-size: 1.4em;
    height: 100%;
}

/* ---------------   mapas  --------------------- */

/* ---------------   mapas (FULL WIDTH & HEIGHT)  --------------------- */

#mimapa {
    width: 100%;
    height: 800px;
    /* or any other height you want */
    position: relative;
}

.mapouter {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.gmap_canvas {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gmap_iframe {
    width: 100%;
    height: 100%;
    border: none;

}

/***********************************************************/


.arrow {

    padding: 0px;
    margin: auto;
    margin-top: 3em;
    width: 0%;
    margin-top: 6em;
    transform: rotate(180deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 1.0em;
    height: 1.0em;

    border-bottom: 5px solid #364629;
    border-right: 5px solid #364629;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

/***********************************************************/


.arrow-down {

    padding: 0px;
    margin: auto;
    width: 0%;
    margin-bottom: 2.5em;
    margin-top: 2em;
    transform: rotate(0deg);
    cursor: pointer;
}

.arrow-down span {
    display: block;
    width: 0.8em;
    height: 0.8em;

    border-bottom: 5px solid #131a44;
    border-right: 5px solid rgb(30, 41, 103);
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;

}

.arrow-down span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow-down span:nth-child(3) {
    animation-delay: -0.4s;
}

/*******************************************************/

/***********************************************************/


@keyframes animate {

    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }

}

#foot {
    background-color: #0a0e29;
    text-align: center;
    padding: 40px 20px;
    color: #ccc;
    font-family: 'Open Sans', sans-serif;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links li {
    text-transform: uppercase;
    margin: 0 12px;
    color: #ccc;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    transition: color 0.6s ease, border-color 0.6s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    transform: translateZ(0);

    border-bottom: 2px solid transparent;
    /* simulate underline */
    padding-bottom: 2px;
    /* add space for underline */
}

.nothing {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
    /* most effective if you want it totally gone */
}


.footer-links li:hover {
    color: #fff;
    border-color: #fff;
    /* animates like underline */
}


.footer-logo img {
    width: 150px;
    margin: 20px 0;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0;
}

.footer-copy {
    font-size: 0.85rem;
    color: #ffffff;
    margin-top: 10px;
}

/* Footer circle icons */
footer #socialmedia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 1em 0;
    flex-wrap: wrap;
}

footer #socialmedia .circleicon {
    width: 40px;
    height: 40px;
    margin: 1em;
    background-size: 60%;
    background-position: center;
    border-radius: 6px;
    background-color: #000000;
    background-repeat: no-repeat;
    transition: all 0.2s;
    cursor: pointer;
    filter: invert(1);
    /* Makes white icons appear dark */
}

footer #socialmedia .circleicon:hover {
    background-color: #000000;
    transform: translateY(-2px);
}





@media (max-width: 1300px) {

    #oxiongroup {
        margin-top: 9px;
        width: 170px;
    }

}

/*******************ipad***pro************************************/

@media (max-width: 1200px) {


    #next-section-bkground {
        margin: 0 auto;
        height: 50px;
    }

    #cabecera div:nth-of-type(1) {
        min-width: 580px !important;
    }

    #home section h2 {

        font-size: 2.5em !important;
    }


    .fullwidth-row {
        flex-direction: column;
    }

    .fullwidth-col {
        width: 100%;
        min-height: 400px;
        /* Adjust this value to your liking */
        padding: 3rem 1.5rem;
    }

}

/************smaller media*******ipad***pro************************************/


@media (max-width: 1185px) {


    #cabecera {
        visibility: hidden;
    }

    .navbar {
        visibility: visible;
        left: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }


    #home section {
        padding-top: 20svh;

    }



}