@font-face {
    font-family: 'icons';
    src: url('./font/fontello.woff?73613855') format('woff'), url('./font/fontello.svg?73613855#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Roboto&display=swap');

/*resetting*/
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
    line-height: normal;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

img {
    border-style: none;
    width: 100%;
    height: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input { /* 1 */
    overflow: visible;
}

button,
select { /* 1 */
    text-transform: none;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[hidden] {
    display: none;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0;
}
/*end reset*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
}

h1, h2, h3, h4 {
    font-family: 'Monserrat', sans-serif;
    font-weight: 600;
    color: #2E2A60;
}

h1 {
    line-height: 3.4375rem;
}
/*line-height 35px*/

h2 {
    font-weight: 700;
    font-size: 1.875rem;
}

.sub-h {
    font-size: 1.5625rem;
}

p:not(.nmb), .adv-list li:not(.nmb), .no-bullet-spaced li:not(.nmb) {
    margin-bottom: 2.2rem;
}

p, li {
    line-height: 2.1875rem;
}

/* TOP PADDINGS */
.ptxg {
    padding-top: 9.375rem;
}
/*  150px */
.ptlg {
    padding-top: 8.75rem;
}
/*  140px*/
.ptx {
    padding-top: 7.35rem
}
/*  117.5px*/
.ptsmall {
    padding-top: 4.6875rem;
}
/*  75px  */
.ptmin {
    padding-top: 3.75rem;
}
/*  60px  */
.ptxmin {
    padding-top: 3.125rem;
}
/* 50px */

/* BOTTOM PADDINGS */
.pbxg {
    padding-bottom: 9.375rem;
}
/*  150px */
.pblg {
    padding-bottom: 8.75rem;
}
/*  140px */
.pbx {
    padding-bottom: 7.35rem;
}
/* 117.5px  */
.pbsmall {
    padding-bottom: 4.6875rem;
}
/*  75px  */
.pbmin {
    padding-bottom: 3.75rem;
}
/* 60px */
.pbxmin {
    padding-bottom: 3.125rem;
}
/* 50px */

/*MARGIN-BOTTOM*/
.mbmin {
    margin-bottom: 1.875rem;
}
/*margin-bottom 30px*/
.mbsub {
    margin-bottom: 2rem;
}
/*margin-bottom 32px*/

/*GENERAL COLORS*/
.wht {
    color: white;
}

.bg-gray {
    background-color: #F4F7FA;
}

.bg-dark-blue {
    background-color: #251D37;
}

.bg-white {
    background-color: white;
}

.sub-h, .light-blue {
    color: #00B0F0
}

.bg-blue-light {
    background-color: #00B0F0;
    color: white;
}

.bt-s {
    box-shadow: 0 3px 3px 0.5px rgba(0,0,0,0.09), 0 -0.5px 3px 0.5px rgba(0,0,0,0.1);
}

.centered {
    text-align: center;
}

.dw-img-box {
    flex: 1;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

li {
    position: relative;
}

.sb-img {
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.sb-text-block {
    padding: 2rem;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/*LAYOUT DISPLAYS*/
section {
    width: 100%;
    display: block;
    overflow: hidden;
}

.container-full {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.container {
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}


header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    z-index: 9; /*con el fin de mantener el header fijo*/
}

#header .nav-bar {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 27px 0;
}

#header .nav-bar {
    padding: 30px 0;
}

    #header .nav-bar .brand {
        display: flex;
        align-items: center;
        line-height: 0;
    }
       
       
        #header .nav-bar .brand picture {
            margin-right: 20px; /* Espacio entre logos*/
        }

        #header .nav-bar .brand img[alt=logo]{
            width: 100px;
            height: auto;
            max-height: 60px; /*Ajusta el tamaño segun sea necesario*/
        }

        #header .nav-bar .brand img[alt=logo-autolab] {
            width: 80px;
            height: 68px;
            max-height: auto;
            
            
        }
        

.menu .menu-wrapper ul .cta-1 {
     text-decoration: none;
    border: 3px solid white;
    border-radius: 32px;
    padding: 1.3rem 2.4rem;
    color: white;
    font-size: 1.25rem;
    font-family: 'Monserrat', sans-serif;

    background-color: #00B0F0;

    animation: pulse 2s infinite;

    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
}

.strong {
    font-weight: bold;
}




#hero {
    background-image: url('./img/sb-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: calc(100vh - 133px);
    max-height: 750px;
    display: flex;
    justify-content: center; /*  Centra horizontalmente el contenido */
    align-items: center; /* Centra verticalmente el contenido */
    overflow: hidden;
  
}

#hero .container {
    display: flex;
    flex-direction:column;
    align-items:flex-start;
    max-width: 1200px;
    width: 100%;
    padding: 20px; /* Ajusta el padding según sea necesario */
    box-sizing: border-box;
    height: 100%;
    position: absolute; /* Añade posición relativa para posicionamiento del logo */
    top: 100px;
}

#hero .sb-title {
    width: 60%;
    text-align:left; /* Centra el texto dentro del contenedor */
    margin-bottom: 30px;
}

.container-logo {
    position: absolute;
    left: 20px;
    
    
}
.Logo-marketplace {
    max-width: 100%;
    height: auto;
    
}
.Logo-marketplace img {
    display: block;
    
    max-width: 80%; /* Ajusta según el tamaño deseado */
    height: auto;
    border-radius: 15px; /* Añade bordes redondeados */
    margin-top: 320px;
    border: 2px solid #00B0F0; /* Añade un borde del color deseado */
}


.btn-primary {
  background: #00B0F0;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn-primary:hover {
  background: #0891b2;
}

.pricing-section {
    padding-top: 140px;
    padding-bottom: 200px;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(28, 33, 64);
}

.centered {
    text-align: center;
}

.pricing-table{
  display:flex;
  flex-wrap: nowrap;
  justify-content:center;
  align-items:stretch;
  gap:28px;                /* más separación para que no se topen */
}


.plan-card{
  box-sizing:border-box;
  background:#2a3054;
  border:2px solid rgba(255,255,255,.12);
  border-radius:20px;
  padding:clamp(24px,2.8vw,40px) clamp(24px,3vw,50px);
  color:#fff;

  /* ancho flexible: nunca se pisan */
  flex:1 1 360px;          /* base 360px, crece/encoge */
  max-width:420px;         /* tope para que el texto no “estire” demasiado */
  min-width:300px;

  transition:transform .2s, box-shadow .2s;
}


.plan-card:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 25px rgba(0,0,0,.35);
}

/* Títulos y precios con tamaños fluidos */
.plan-card h3{
  font-size:clamp(1.2rem,2.2vw,1.6rem);
  margin-bottom:12px;
  color:#fff;
}

/* Precio y subtítulo: nunca se salen */
.plan-card .price{
  font-size:clamp(1.4rem,3.3vw,2rem);
  font-weight:700;
  margin:10px 0;
  color:#fff;
  white-space:normal;           /* permitir salto si hace falta */
  overflow-wrap:anywhere;       /* cortar palabras largas con seguridad */
  word-break:break-word;
}

.plan-card .price span{
  display:block;
  font-size:clamp(.9rem,1.8vw,1rem);
  opacity:.95;
  color:#fff;
}

/* Lista dentro y segura */
.plan-card ul{
  text-align:left;
  margin-top:22px;
  list-style:none;
  padding:0;
}
.plan-card ul li{
  margin-bottom:10px;
  position:relative;
  padding-left:22px;
  color:#fff;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.plan-card ul li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#00b0f0;
  font-weight:700;
}

   


.container-full .brands-hero {
    margin: 0 auto;
    width: 77%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

    .container-full .brands-hero .logo-cor {
        width: 169px;
    }

    .container-full .brands-hero .logo-imlab {
        width: 128px;
    }

    .container-full .brands-hero .logo-micros {
        width: 212px;
    }


.espec, .repuesto, .motor, .integracion, .carrito, .gestion {
    justify-content: space-between;
    align-items: flex-start;
}

.espec-left {
    width: 64.5%;
    padding-right: 2.5%;
}

.espec-right {
    width: 35.5%;
}

.esquema{
    width: 80%;
}
.esquema-mob {
    display: none;
}

.repuesto-left {
    width: 31.5%;
}

.repuesto-right {
    width: 68.5%;
    padding-left: 9.5%;
}

.motor-left {
    width: 56.5%;
    padding-right: 2.5%;
}

.motor-right {
    width: 35.5%;
}

.inte-left {
    width: 35%;
}

.inte-right {
    width: 60%;
    padding-left: 2.5%;
}

.brands {
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.carr-left {
    width: 56.5%;
    padding-right: 2.5%;
}

.carr-right {
    width: 35.5%;
}

.payment-brands {
    justify-content: space-between;
    height: 100%;
    align-items: center;
    margin-bottom: 10px;
}

    .payment-brands .paypal {
        width: 24%;
    }

    .payment-brands .webpay {
        width: 25.5%;
    }

    .payment-brands .fedex {
        width: 17%;
    }

    .payment-brands .logos-block {
        line-height: 0;
    }

.gestion .gestion-left {
    width: 49.8%;
}

.gestion .gestion-right {
    width: 41.8%;
}

.developer .campaign-int {
    max-width: unset;
    justify-content: space-between;
}

    .developer .campaign-int .inner-col {
        width: 40%;
    }

    .developer .campaign-int h3, .gestion-leads h3 {
        font-size: 1.5625rem;
        margin-bottom: 60px;
    }

.campaign-int .justify {
    position: relative;
}

    .campaign-int .justify .fba-logo {
        position: absolute;
        bottom: 15%;
    }

.gestion-leads .gl-left {
    margin-right: 4.7%;
}

.gestion-leads .gl-right {
    margin-right: 4.7%;
}

.gestion-leads .inner-col {
    width: 45.3%;
}

.bg-circle-1 {
    position: relative;
}

.circle-right {
    background-image: url('./img/light-blue.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    height: 870px;
    width: 870px;
    top: 150px;
    right: -22%;
    z-index: -1;
}

.bg-circle {
    position: relative;
}

.circle-left {
    background-image: url('./img/dark-blue.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    height: 670px;
    width: 670px;
    top: -34%;
    left: -17%;
    z-index: -1;
}
/*Empieza carrusel*/
.carousel-wrapper {
    padding: 10px 0
}

.sb-carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.sb-carousel-track {
    overflow: hidden;
}

.sb-carousel-items {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

    .sb-carousel-items .carousel-item {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        white-space: normal;
        user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
    }

        .sb-carousel-items .carousel-item .logo-box {
            display: flex;
            justify-content: center;
        }

    .sb-carousel-items .logo-box {
        max-width: 250px;
        margin: 0 auto;
    }

    .sb-carousel-items .carousel-item .logo-box img {
        width: auto;
        height: 80px;
    }

/*Flechas controladoras*/
.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
    /*display: none;*/
}

    .glide__arrows button {
        top: 50%;
        transform: translateY(-50%);
        height: 70px;
        width: 70px;
        font-size: 30px;
        color: #009bc4;
        border-radius: 50%;
        border: none;
        position: absolute;
        background-color: transparent;
    }

.glide__arrow--left {
    left: 0;
}

.carousel-arrows {
    font-size: 70px;
    line-height: 1;
}

[class^="icon-"]:before, [class*=" icon-"]:before, li:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-angle-left:before {
    content: '\f104';
}

.glide__arrow--left {
    left: 0;
}

.glide__arrow--right {
    right: 0;
}

.icon-angle-right:before {
    content: '\f105';
}

/*Termina CARRUSEL*/
/********************
FOOTER
********************/
.footer .widget-container {
    padding-top: 8.5rem;
    padding-bottom: 5rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.footer .dw-col-third {
    width: 30%;
    display: flex;
}

.widget-container .contact {
    justify-content: center;
}


.footer .dw-social-widget ul {
    display: flex;
    align-items: center;
}

    .footer .dw-social-widget ul li a {
        line-height: 0;
    }

    .footer .dw-social-widget ul li {
        width: 36px;
        margin-right: 2rem;
        height: auto;
        line-height: 0;
    }

.footer .dw-col-third .logo-footer {
    width: 128px;
}

.footer .brand-inlab {
    justify-content: flex-end;
}

.footer .dw-contact-widget p {
    justify-content: center;
    margin-bottom: 0;
    font-size: 1rem;
}

.footer .copyright {
    justify-content: center;
    padding-bottom: 20px;
}

/*TERMINA FOOTER*/

.dw-form {
    max-width: 980px;
    margin: 0 auto;
}

.dw-form .dw-col-half {
    flex: 1 1 48%;
    min-width: 280px;
}

.dw-form input {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    color: #111827;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .04) inset;
}

.dw-form .row {
    gap: 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.dw-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.dw-form .dw-col-full {
    flex: 0 0 100%;
    width: 100%;
}

.dw-form select, .dw-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    color: #111827;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .04) inset;
    box-sizing: border-box;
}

.dw-form button.cta-1 {
    margin-top: 10px;
    padding: 14px 36px;
    font-size: 18px;
    border: 0;
    border-radius: 10px;
    background-color: #00B0F0;
    color: #fff;
    cursor: pointer;
    transition: transform .05s ease, background-color .2s ease;
}

input {
    margin-bottom: 10px;
}

.dw-form button.cta-1:hover { background-color: #0093cc; }
.dw-form button.cta-1:active { transform: translateY(1px); }

.menu .menu-wrapper ul .cta-1:hover{
    color: white;
    background-color: #006386;
    cursor: pointer;
    transition: 0.5s;
    border: 3px solid white;
    border-radius: 32px;
}

.btn-whatsapp-pulse {
        position: fixed;
        bottom: 25px;
        right: 25px;
        width: 60px;
        height: 60px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 35px; /* Tamanho do ícone */
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        text-decoration: none;
        animation: pulseWhatsApp 2s infinite; /* Animação de pulso */
        transition: background 0.3s;
    }

    .btn-whatsapp-pulse:hover {
        background-color: #128c7e;
    }

    /* Animação que faz o botão "respirar" */
    @keyframes pulseWhatsApp {
        0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
        70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
        100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}


/*Hay demasiadas media queries debido a los tooltips y el background de algunas secciones*/


@media only screen and (max-width: 1280px) {
    .circle-left {
        height: 400px;
        width: 400px;
        top: -17%;
        left: -17%;
    }

    .circle-right {
        height: 800px;
        width: 800px;
        right: -38.5%;
    }
}

@media only screen and (max-width: 1366px) {
    .circle-left {
        height: 400px;
        width: 400px;
        top: -19%;
        left: -13%;
    }

    .circle-right {
        height: 800px;
        width: 800px;
        right: -32%;
    }
}

@media only screen and (max-width: 1024px) {
    /* TOP PADDINGS */
    .ptxg {
        padding-top: 5rem;
    }
    /*  150px */
    .ptlg {
        padding-top: 4.5rem;
    }
    /*  140px*/
    .ptx {
        padding-top: 3.75rem
    }
    /*  117.5px*/
    .ptsmall {
        padding-top: 2.5rem;
    }
    /*  75px  */
    /* BOTTOM PADDINGS */
    .pbxg {
        padding-bottom: 5rem;
    }
    /*  150px */
    .pblg {
        padding-bottom: 4.5rem;
    }
    /*  140px */
    .pbx {
        padding-bottom: 3.75rem;
    }
    /* 117.5px  */
    .pbsmall {
        padding-bottom: 2.5rem;
    }
    /*  75px  */

    .circle-right {
        height: 650px;
        width: 650px;
        right: -32%;
    }

    .circle-left {
        height: 400px;
        width: 400px;
        top: -15%;
        left: -26%;
    }
}

@media only screen and (max-width: 999px) {
    #hero .sb-title {
        width: 90%;
        letter-spacing: 1px;
    }

    #header .nav-bar .brand img {
        width: 100px;
    }

    .container-full .brands-hero {
        margin-bottom: 1.25rem;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .container .inner-col {
        width: 100%;
        padding: 0;
    }

    .container-full .brands-hero .logo-imlab,
    .container-full .brands-hero .logo-cor,
    .mb-small {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width:1000px) {
    h1 {
        font-size: 2.5rem;
    }

    .container {
        max-width: 1425px;
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media only screen and (max-width: 999px) {
    #header .nav-bar .brand img {
        width: 100px;
    }

    .container .inner-col {
        width: 100%;
        padding: 0;
    }

    .container-full .brands-hero .logo-imlab,
    .container-full .brands-hero .logo-cor,
    .mb-small {
        margin-bottom: 35px;
    }

    .nmb {
        margin-bottom: 35px;
    }

    .container-full .brands-hero {
        margin-bottom: 1.25rem;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .container-full .brands-hero {
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding-top: 20px;
    }

    .circle-left {
        height: 500px;
        width: 500px;
        top: -10%;
        left: -38%;
    }

    .circle-right {
        height: 800px;
        width: 800px;
        top: 8%;
        right: -42%;
    }

    .developer .campaign-int .inner-col,
    .container .inner-col {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    #header .menu .menu-wrapper ul .cta-1 {
        padding: .8rem 1rem;
        font-size: .9rem;
    }

    h1 {
        font-size: 1.9rem;
        line-height: 3rem;
    }

    .container-full .brands-hero .sb-img-box {
        margin-bottom: 0;
    }

    .container-full .brands-hero {
        width: 100%;
    }

    .container {
        max-width: 600px;
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media only screen and (max-width: 690px) {
    .container {
        padding-left: 2%;
        padding-right: 2%;
    }

    #header .menu {
        display: none;
    }

    #hero {
        height: 100vh;
    }

    .campaign-int .justify .fba-logo {
        position: relative;
        bottom: unset;
    }

    .payment-brands {
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }

        .payment-brands .logos-block {
            margin-bottom: 45px;
            width: 55%;
            max-width: 250px;
        }

    .brands {
        flex-wrap: wrap;
        height: 100%;
        justify-content: space-around;
        align-content: space-around;
    }

        .brands .sb-img-block {
            width: 35%;
            margin-bottom: 30px;
        }

    .circle-right {
        display: none;
    }

    .circle-left {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header {
        z-index: 1;
    }

        #header .nav-bar .brand {
            padding: 40px 0;
            line-height: 0;
        }

    #hero {
        height: 65vh;
        max-height: 900px;
        background-image: url('./img/hero-mobile-2.jpg');
        background-size: cover;
        background-position: center bottom;
        background-color: #00B0F0;
    }

        #hero::before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 65vh;
            background-color: rgba(255,255,255,0.7);
        }

        #hero .container {
            align-items: center;
            justify-content: center;
        }

    

        #hero h1 {

            font-size: 1.65rem;
            line-height: 2rem;
            text-align: center;
            color: #251D37;
            margin-top: -95%;
        
        }

        #Market .Marketplace {
            max-width: 80%; /* Reducir el ancho máximo del contenedor .Marketplace al 80% del contenedor padre (#Market) */
            margin-top: 20px; /* Añadir un margen superior de 20px para mover la imagen hacia abajo */
        }
        
        .Logo-marketplace {
            max-width: 100%; /* La imagen no debe ser más ancha que su contenedor (.Logo-marketplace) */
            max-height: 200px; /* Reducir la altura máxima de la imagen a 200px */
            display: block; /* Asegura que la imagen se muestre como un bloque */
            padding-top: 320px; /* Centra la imagen horizontalmente dentro de su contenedor */
            padding-left: 60px;
        }
        

     

    .icon-box {
        grid-template-columns: 1fr;
    }

    #header .menu {
        display: none;
    }

    #header .nav-bar {
        justify-content: center;
    }

    .esquema {
        display: none;
    }

    .esquema-mob {
        display: block;
    }

    .icon-list-content .icon-content {
        width: 80px;
        height: 80px;
    }

    .icon-list-content p {
        width: 70%;
    }

    .process .img-d {
        display: none;
    }

    .process .img-mob {
        display: block;
    }

    .circle-left {
        display: none;
    }

    .gestion-leads .gl-left {
        margin-right: 0;
    }

    .gestion-leads .gl-right {
        margin-right: 0;
    }

    .footer .dw-social-widget ul li:last-child {
        margin-right: 0;
    }

    .footer .widget-container {
        flex-direction: column;
    }

    .footer .dw-col-third {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .glide__arrows {
        display: none !important;
    }
}

@media only screen and (max-width: 350px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header {
        z-index: 1;
    }

    #header .nav-bar .brand {
        padding: 40px 0;
        line-height: 0;
    }

    #hero {
        height: 65vh;
        max-height: 900px;
        background-image: url('./img/hero-mobile-2.jpg');
        background-size: cover;
        background-position: center bottom;
        background-color: #00B0F0;
    }

    #hero::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 65vh;
        background-color: rgba(255,255,255,0.7);
    }

    #hero .container {
        align-items: center;
        justify-content: center;
    }

    #hero h1 {
        font-size: 1.65rem;
        line-height: 2rem;
        text-align: center;
        color: #251D37;
        margin-top: -95%;
    }

    #Market {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px; /* Espacio superior para separarlo de los otros logos */
    }
    
    .Logo-marketplace img {
        max-width: 100%;
        max-height: 200px;
        display: block;
        margin-top: 10px; /* Espacio entre el logo de Marketplace y otros elementos si es necesario */
    }


 

    .brands-hero {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .brands-hero .sb-img-box {
        margin-bottom: 20px;
    }

    .brands-hero .logo-cor,
    .brands-hero .logo-imlab,
    .brands-hero .logo-micros {
        margin-bottom: 10px; /* Espacio entre los logos */
    }

    .brands-hero .logo-micros + #Market {
        margin-top: 20px; /* Espacio entre el último logo y el logo de Marketplace */
    }
}

        

     

    .icon-box {
        grid-template-columns: 1fr;
    }

    #header .menu {
        display: block;
    }

    .esquema {
        display: none;
    }

    .esquema-mob {
        display: block;
    }

    .icon-list-content .icon-content {
        width: 80px;
        height: 80px;
    }

    .icon-list-content p {
        width: 70%;
    }

    .process .img-d {
        display: none;
    }

    .process .img-mob {
        display: block;
    }

    .circle-left {
        display: none;
    }

    .gestion-leads .gl-left {
        margin-right: 0;
    }

    .gestion-leads .gl-right {
        margin-right: 0;
    }

    .footer .sb-social-widget ul li:last-child {
        margin-right: 0;
    }



    .footer .sb-col-third {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .glide__arrows {
        display: none !important;
    }


@media only screen and (min-width: 1920px) {
    .container {
        margin-left: 325px;
        margin-right: 325px;
        padding-left: 0;
        padding-right: 0;
    }

    .circle-right {
        height: 877px;
        width: 877px;
        right: -12%;
        top: 150px;
    }
}

/*
    Estilos indicados por el equipo de AutoinLab
*/

.separetor-20 {
    height: 20px;
}

.glide__arrow--left {
    margin-left: -80px;
}

.glide__arrow--right {
    margin-right: -80px;
}

.text-center {
    text-align: center
}

.hidden {
    visibility: hidden;
}


@media (max-width: 768px){
  .pricing-table{ flex-direction:column; align-items:center; }
  .plan-card{ width:92%; max-width:520px; }  /* más ancho en móvil, mejor cabida del texto */
  .pricing-section{ padding-top:110px; padding-bottom:160px; }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}