@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), .advlist 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;
}

li {
    position: relative;
}

.dw-img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.dw-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;
}

#header .nav-bar {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

    #header .nav-bar .brand {
        padding: 2rem 0;
        line-height: 0;
    }

        #header .nav-bar .brand img {
            width: 109px;
            height: auto;
        }

#header .menu .menu-wrapper ul a {
    display: block;
}

.btn-whatsapp-pulse {
        position: fixed;
        bottom: 550px;
        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); }
}

.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/dw-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: calc(100vh - 133px);
    max-height: 750px;
}

    #hero .container {
        display: flex;
        align-items: center;
    }

    #hero .hero {
        height: 100%;
    }

.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;
    }

.dw-v1 {
    background-image: url('../img/productividad.png');
    background-position: bottom;
    height: 500px;
}

    .dw-v1 .advlist {
        list-style-position: inside;
    }

#advantages .dw-v1 {
    height: 570px;
    background-position: bottom;
}

    #advantages .dw-v1 ul li {
        position: relative;
        margin-bottom: 0;
    }

        #advantages .dw-v1 ul li span {
            font-size: 2rem;
            line-height: 2rem;
            position: absolute;
            top: -11px;
            left: 0;
        }

.advlist li::before {
    background-color: black;
    height: 4px;
    width: 4px;
    content: '';
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.dw-v2 .row {
    justify-content: center;
}

.dw-v2-blocks {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}

    .dw-v2-blocks h3 {
        margin-bottom: 17px;
    }

.dw-v2 .row .inner-col {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}


.dw-v2 .dw-v2-blocks .dw-left {
    justify-content: flex-start;
}

.dw-v2 .dw-v2-blocks .dw-right {
    justify-content: flex-end;
}

.dw-v2 .row .dw-col-half .dw-text-block {
    width: 90%;
    max-width: 475px;
}

.dw-v2 .row .dw-col-half .dw-text-block {
    width: 90%;
    max-width: 475px;
}

.process .img-mob {
    display: none;
}
/*Empieza carrusel*/
.carousel-wrapper {
    padding: 10px 0
}

.dw-carousel, .dw-slider-testimonial {
    position: relative;
    width: 100%;
    height: 100%;
}

    .dw-slider-testimonial .test-img {
        width: 46.7%
    }

.dw-carousel-track {
    overflow: hidden;
}

.dw-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;
}

    .dw-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;
    }

        .dw-carousel-items .carousel-item .logo-box {
            display: flex;
            justify-content: center;
        }

    .dw-carousel-items .logo-box {
        max-width: 250px;
        margin: 0 auto;
    }

    .dw-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*/

.testimonials {
    position: relative;
    background-image: url('../img/testimonial-bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.dw-slide_track {
    overflow: hidden;
}

.glide__slides {
    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;
}

.glide__slide {
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.dw-slider-testimonial .glide__slides .glide__slide {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.dw-slider-testimonial .glide__slide .testimonial-quote {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 43.2%;
}

.dw-function-1 h3, .integrado h2 {
    margin-bottom: 25px;
}

.dw-function-1 .box-end {
    justify-content: space-between;
}


.tb-small {
    width: 70%;
    margin: 15px 0;
}

.container .conn-img {
    width: 52.6%;
}

.container .conn-text {
    width: 47.4%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.dw-function-2 {
    background-image: url('../img/circle-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 3px;
}

    .dw-function-2 .circle-bg {
        position: relative;
    }

    /*TOOLTIPS*/
    .dw-function-2 .tooltip-main {
        display: flex;
        position: absolute;
    }

    .dw-function-2 .tt-box ul {
        display: flex;
        margin-top: 139px;
        margin-left: 469px;
    }

    .dw-function-2 ul li {
        width: 25px;
        height: 25px;
        color: white;
        border-radius: 10px;
        position: relative;
        text-align: center;
        z-index: auto;
    }

        .dw-function-2 ul li::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            border: 3px solid #00B0F0;
            left: 0;
            top: 0;
            border-radius: 50%;
            animation: tooltip_mark 2s infinite;
        }

    .dw-function-2 ul .li-mark {
        font-size: .8rem;
        height: 100%;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: 0px;
        width: 100%;
        background-color: #2E2A60;
        border-radius: 50%;
        z-index: 1;
        position: absolute;
        border: 3px solid #00B0F0;
        top: 0;
        left: 0;
    }

        .dw-function-2 ul .li-mark span {
            display: flex;
            height: 100%;
            align-items: center;
            justify-content: center;
        }

    .dw-function-2 .tt-box {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .dw-function-2 ul li .tt-content {
        position: absolute;
        top: -157px;
        background-color: #00B0F0;
        width: 220px;
        height: 132px;
        left: 4px;
        padding: 15px;
        border-radius: 10px;
        transform: translateX(-48%);
        opacity: 0;
        visibility: hidden;
        transition: .4s ease opacity;
        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);
    }

        .dw-function-2 ul li .tt-content::before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 20px solid #00B0F0;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            bottom: -19px;
            margin-left: -7px;
        }

    .dw-function-2 ul li:hover .tt-content {
        visibility: visible;
        opacity: 1;
        cursor: pointer;
    }

    .dw-function-2 ul li .tt-content p {
        font-size: .9rem;
        line-height: 1.5rem;
    }

    .dw-function-2 ul .tt-li-2 {
        margin-left: 116px;
    }

    .dw-function-2 ul .tt-li-3 {
        margin-left: 49px;
    }

    .dw-function-2 ul .tt-li-4 {
        margin-left: 21px;
    }
    /*Termina Tooltips*/

    .dw-function-2 .dw-text-block {
        width: 30%;
        position: absolute;
        bottom: 350px;
        right: 90px;
        padding: 2.9rem 1.25rem;
    }

/*Background con forma curva*/
.curved .curv-shapes {
    display: block;
}

    .curved .curv-shapes svg {
        fill: #fff;
    }

.curved .curved-bottom {
    padding-bottom: 50px;
    transform: rotate(180deg);
}

.curved {
    padding: 0;
    position: relative;
    background: #009bc4;
    background-image: linear-gradient(113deg, rgba(0,155,196,1) 0%, rgba(46,42,96,1) 55%, rgba(37,29,55,1) 100%);
}

.container .trn-box {
    justify-content: space-between;
}

.container .trn-right {
    width: 37%;
}

.container .trn-left {
    width: 36%;
}

.trn-box .calendar {
    width: 65%;
    margin: 0 auto;
}

.trn-box .dw-text-block {
    padding: 2rem 1rem;
}

.dw-function-4 .recep, .adn, .integrado-content {
    justify-content: space-between;
}

.recep .recep-right {
    width: 39.4%;
}

.recep .recep-left {
    width: 35.5%;
}

.adn .adn-left {
    width: 39.4%;
}

.adn .adn-right {
    width: 43.2%;
}

.dw-function-6 .logos-block {
    width: 28%;
}

.dw-function-6 .payment-logos {
    justify-content: space-between;
    align-items: center;
}

.integrado {
    position: relative;
    background-image: url('../img/integrado-bg.png');
    background-size: cover;
}

    .integrado .adv-ul ul {
        margin-top: 2rem;
    }

.adv-ul .check li {
    padding-left: 40px;
    font-family: 'Monserrat', sans-serif;
    font-size: 22px;
    line-height: 21px;
    margin-bottom: 25px;
}

    .adv-ul .check li:before {
        content: '\e800';
        position: absolute;
        font-size: 1.2rem;
        left: 0;
        bottom: 0;
        color: #2E2A60;
    }

.adv-ul .wht li:before {
    color: white;
}

.integrado .integrado-right {
    width: 50.4%;
}

.integrado .integrado-left {
    width: 40%;
}

.integrado .logo-bottom {
    width: 209px;
}
/********************
FOOTER
********************/

.footer .widget-container {
    padding-top: 9.375rem;
    padding-bottom: 5rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.footer .cc-col-third {
    width: 30%;
    display: flex;
}

.widget-container .contact {
    justify-content: center;
}


.footer .cc-social-widget ul {
    display: flex;
    align-items: center;
}

    .footer .cc-social-widget ul li {
        width: 36px;
        margin-right: 2rem;
        height: auto;
    }

.footer .cc-col-third .logo-footer {
    width: 128px;
}

.footer .brand-inlab {
    justify-content: flex-end;
}

.footer .cc-contact-widget p {
    justify-content: center;
    margin-bottom: 0;
    font-size: 1rem;
}

.footer .copyright {
    justify-content: center;
    padding-bottom: 20px;
}

.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;
}

.pbx  {
    padding-bottom: 5rem;
}
.ptx {
    padding-top: 5rem;
}

.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;
}

/*TERMINA FOOTER*/
/*************************
      ANIMACIONES
**************************/

@keyframes tooltip_mark {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}
/*Hay demasiadas media queries debido a los tooltips y el background de algunas secciones*/
@media only screen and (min-width: 1280px) and (max-width: 1425px) {
    .dw-function-2 .tt-box {
        width: 1100px;
    }

        .dw-function-2 .tt-box ul {
            margin-top: 132px;
            margin-left: 437px;
        }

    .dw-function-2 ul .tt-li-3 {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
    .dw-function-2 .tt-box {
        width: 820px;
    }

        .dw-function-2 .tt-box ul {
            margin-top: 99px;
            margin-left: 324px;
        }

    .dw-function-2 ul .tt-li-2 {
        margin-left: 76px;
    }

    .dw-function-2 ul .tt-li-3 {
        margin-left: 28px;
    }

    .dw-function-2 ul .tt-li-4 {
        margin-left: 11px;
    }

    .dw-function-2 .dw-text-block {
        width: 27%;
        bottom: 286px;
        right: 90px;
        padding: 2rem 1rem;
    }

        .dw-function-2 .dw-text-block p {
            font-size: 1rem;
            line-height: 1.3rem;
        }
}

@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  */
    .footer .widget-container {
        padding-top: 5rem;
    }
}

@media only screen and (max-width: 999px) {
    #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,
    .integrado .logo-bottom, .mb-small {
        margin-bottom: 35px;
    }

    #advantages .dw-v1 {
        background-position: bottom;
        background-image: url('../img/productividad-mob.png');
        height: 700px;
    }

    .dw-v1 .advlist {
        width: 100%;
        list-style-position: inside;
    }

    .dw-function-2 {
        background-size: contain;
        background-position: 0px 118px;
    }

        .dw-function-2 ul li {
            width: 20px;
            height: 20px;
        }

        .dw-function-2 ul .li-mark {
            font-size: .6rem;
        }

        .dw-function-2 .dw-text-block {
            margin-top: 6rem;
        }

        .dw-function-2 .tt-box ul {
            display: flex;
            margin-top: 122px;
            margin-left: 0;
        }

        .dw-function-2 .dw-text-block {
            width: 100%;
            bottom: unset;
            position: relative;
            right: unset;
            padding: 2.9rem 1.25rem;
        }

    .dw-v2 .row .dw-col-half .dw-text-block {
        width: 100%;
        max-width: 475px;
    }

    .container .conn-img, .trn-box .calendar {
        margin-bottom: 35px;
    }

    .tb-small {
        margin: 0 auto;
    }

    .dw-function-4 .recep, .adn {
        flex-direction: column;
    }

        .adn .dw-img-box,
        .recep .dw-img-box {
            width: 100%;
        }

    .adv-ul .blue-mob li:before, .blue-mob {
        color: #2E2A60;
    }

    .dw-slider-testimonial .glide__slide .testimonial-quote {
        width: 100%;
    }

    .dw-slider-testimonial .glide__slides .glide__slide {
        flex-direction: column;
    }
}



@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 (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 .dw-img-box {
        margin-bottom: 0;
    }

    .container-full .brands-hero {
        width: 100%;
    }

    .container {
        max-width: 600px;
        padding-left: 1%;
        padding-right: 1%;
    }

    .dw-function-2 .dw-text-block {
        margin-top: 5rem;
    }

    .dw-function-2 .tt-box {
        width: 100%;
    }

        .dw-function-2 .tt-box ul {
            margin-top: 73px;
            margin-left: 238px;
        }

    .dw-function-2 ul .tt-li-2 {
        margin-left: 51px;
    }

    .dw-function-2 ul .tt-li-3 {
        margin-left: 19px;
    }

    .dw-function-2 ul .tt-li-4 {
        margin-left: 6px;
    }

    .testimonials {
        background-size: 204%;
        background-position: left top;
    }

    
}

@media only screen and (max-width: 768px) {

    .container-full .brands-hero {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .dw-function-6 .payment-logos {
        flex-direction: column;
        height: 340px;
    }

    .dw-function-2 {
        background-size: 113%;
        background-position: 0px 118px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 690px) {
    .container {
        padding-left: 2%;
        padding-right: 2%;
    }

    #header .menu {
        display: none;
    }

    #hero {
        height: 100vh;
    }

    .dw-function-2 .tt-box {
        width: 420px;
    }

        .dw-function-2 .tt-box ul {
            margin-top: 54px;
            margin-left: 163px;
        }

    .dw-function-2 ul .tt-li-2 {
        margin-left: 26px;
    }

    .dw-function-2 ul .tt-li-3 {
        margin-left: 13px;
    }

    .testimonials {
        background-size: 299%;
        background-position: left top;
    }
}

@media only screen and (max-width: 480px) {

    .btn-whatsapp-pulse {
        bottom: 25px;
       
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .nav-bar .brand {
        padding: 40px 0;
        line-height: 0;
    }

    #header {
        z-index: 1;
    }

    #hero {
        height: 65vh;
        max-height: 900px;
        background-image: url('../img/hero-mobile-2.jpg');
        background-size: cover;
        background-position: center bottom;
        background-color: #00B0F0;
        z-index: 1;
    }

        #hero .container {
            align-items: center;
            justify-content: flex-start;
        }

        #hero .hero {
            height: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        #hero::before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 70vh;
            background-color: rgba(255,255,255,0.7);
        }

        #hero h1 {
            font-size: 1.65rem;
            line-height: 2.4rem;
            color: #251D37;
            text-align: center;
        }

        #hero .dw-title {
            padding-left: 30px;
            z-index: 1;
        }

    .container .inner-col {
        width: 100%;
        padding: 0;
    }

    .icon-box {
        grid-template-columns: 1fr;
    }

    #header .menu {
        display: none;
    }

    #header .nav-bar {
        justify-content: center;
    }

    .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;
    }

    .testimonials {
        background: none;
    }

    .dw-function-2 {
        background-size: 132%;
        background-position: -2px 100px;
    }

        .dw-function-2 .dw-text-block {
            margin-top: 3rem;
        }

        .dw-function-2 .tt-box ul {
            margin-top: 49px;
            margin-left: 105px;
        }

        .dw-function-2 ul .tt-li-2 {
            margin-left: 10px;
        }

        .dw-function-2 ul .tt-li-3 {
            margin-left: 10px;
        }

        .dw-function-2 ul .tt-li-4 {
            margin-left: 10px;
        }

        .dw-function-2 .tt-box {
            width: 320px;
        }

        .dw-function-2 ul li .tt-content {
            top: -140px;
            width: 190px;
            height: 115px;
        }

            .dw-function-2 ul li .tt-content P {
                line-height: 1.1rem;
                font-size: .8rem;
            }

    .footer .dw-social-widget ul li:last-child {
        margin-right: 0;
    }

    .footer .widget-container {
        flex-direction: column;
    }

    .footer .cc-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;
    }
}


/*
    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;
}


@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); }
}