
/*TABLE OF CONTENTS*/
/*=====================
01. RESET CSS
02. BASE TYPOGRAPHY
03. PRE DEFINE CLASS CSS
04. HEADER CSS
05. HERO SECTION CSS
06. SERVICIOS CSS
07. PORQUE CSS
08. DESCRIPCION
09. COBERTURA CSS
10. COMO SOLICITAR CSS
11. SEGUIMIENTO CSS
12. MENSAJERO CSS
13. VENTAJAS MENSAJEROS CSS
14. COMO REGISTRARSE CSS
15. INTEGRACION CSS
16. COMO COTIZAR CSS
17. TRANSPARENCIA CSS
18. FOOTER CSS
19. BACK TO TOP CSS
20. PRELOADER CSS
21. MERCADOLIBRE CSS
22. VIDEO CONOCE TREGGO CSS
=======================*/


/* -----------------------------------------
			   01. RESET CSS
-------------------------------------------- */


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

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;
}
html{
    overflow-y: scroll;
    font-size: 15px;
}

/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #F4FBFC;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.2rem;
    color: #002C42;
    font-weight: 400;
    line-height: 1.75;
}

p {line-height: 26px;}

p:not(:last-child) {
    margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #002C42;
}

h1 {
    margin-top: 0;
    font-size: 4em;
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.25em;
}
p{
    font-size: 1.25rem;
}

small, .text_small {
    font-size: 0.8em;
}

strong, b{
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
}
.badge {
    display: inline;
    padding: .25rem .5rem;
    font-size: 80%;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem;
}

.font-bold {
    font-weight: 600;
}
/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-100{
    padding: 100px 0;
}
.pt-100{
    padding-top: 100px;
}
.pt-150{
    padding-top: 150px;
}
.pb-100{
    padding-bottom: 100px;
}
.mt--120{
    margin-top: -150px !important;
}
.gray-light-bg{
    background: #f7f7f7;
}
.primary-bg{
    background: #3264f5;
}
.secondary-bg{
    background: #6a06ad;
}
.color-primary{
    color: #3264f5;
}
.color-secondary{
    color: #00BAFF
}
.gradient-bg{
    background-image: linear-gradient(to left, #3264f5, #4a54e8, #5b42db, #682ccb, #00BAFF) !important;
}

.white-bg{
    background: #ffffff;
}

a{
    color: #17A6E9;
}
a:hover{
    color: #00BAFF;
    text-decoration: none;
}

.color-1{
    color: #ff164e;
}
.color-1-bg{
    background: rgba(255, 22, 78, 0.15);
}

.color-2{
    color: #9123ff;
}
.color-2-bg{
    background: rgba(145, 35, 255, 0.15);
}

.color-3{
    color: #3413f7;
}
.color-3-bg{
    background: rgba(52, 19, 247, 0.15);
}
.color-4, .ratting-color{
    color: #ff7c3f;
}
.color-4-bg{
    background: rgba(255, 124, 63, 0.15);
}

.color-5, .success-color{
    color: #2ebf6d;
}
.color-5-bg{
    background: rgba(46, 191, 109, 0.15);
}
.color-6{
    color: #f25c7f;
}
.color-6-bg{
    background: rgba(242, 92, 127, 0.15);
}



.animated-btn{
    transition: all .25s ease-in-out;
}
.animated-btn:hover{
    transform: scale(1) translateY(-4px) translateZ(20px);
}
.outline-btn, .solid-btn, .primary-solid-btn{
    padding: 10px 25px;
    font-family: 'DM Sans', sans-serif;
}

.primary-solid-btn{
    border-color: #3264f5;
    background: #3264f5;
    color: #2E476E;
}
.primary-solid-btn:hover{
    background: transparent;
    color: #202877;
    border-color: #202877;
}
.solid-btn{
    color: #fff!important;
    background: #00BAFF;
    border: 2px solid #00BAFF;
    border-radius: 30px;
}

.solid-btn:hover{
    background: transparent;
    color: #00BAFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.outline-btn{
    border-radius: 30px;
    color: #00BAFF;
    display: inline-block;
    border: 2px solid #00BAFF;
}
.outline-btn:hover{
    color: #fff;
    background: #00BAFF;
    -webkit-box-shadow: 0 10px 30px 0 rgba(67,37,204,.12);
    box-shadow: 0 10px 30px 0 rgba(67,37,204,.12);
}

.primary-bg h1, .primary-bg p{
    color: #fff;
}
.solid-white-btn, .outline-white-btn{
    padding: 18px 30px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    box-shadow: 0px 8px 22px rgb(0 0 0 / 50%);
}
.solid-white-btn{
    background: #00BAFF;
    border-color: #00BAFF;
    color: #ffffff;
    border-radius: 30px;
}

.solid-white-btn:hover{
    background: transparent;
    color: #002C42;
}
.solid-red-btn{
    background: #F20004;
    border-color: #F20004;
    color: #ffffff;
    border-radius: 30px;
    padding: 11px 30px 10px 30px;
    font-weight: 600;
}

.solid-red-btn:hover{
    background: transparent;
    color: #002C42;
}

.outline-white-btn{
    border-radius: 30px;
    color: #2E476E;
    border-color: #2E476E;
}
.outline-white-btn:hover{
    background: #2E476E;
    color: #00BAFF;
}

/*icon size*/
.icon-sm {
    font-size: 25px;
    line-height: 25px;
}

.icon-md {
    font-size: 40px;
    line-height: 40px;
}

.icon-lg {
    font-size: 50px;
    line-height: 50px;
}

/*form field css*/
.form-control{
    border-color: #a6b3b8;
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem + 2px);
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value{
    color: #b1b1b1 !important;
    font-size: 13px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value{
    /* Firefox 18- */
    color: #b1b1b1;
    font-size: 13px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value{
    /* Firefox 19+ */
    color: #b1b1b1;
    font-size: 13px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value{
    color: #b1b1b1;
    font-size: 13px;
}

.section-heading h2 span{
    font-weight: 400;
    font-size: 2rem;
}

.z-index{
    z-index: 9;
}

/*=========================================
            04. HEADER CSS
============================================*/
.affix {
    background-color: #202877;
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.white-bg.affix, .custom-nav.affix {
    background: #2E476E;
    border-bottom: 1px solid #ebebeb;
}

.white-bg.affix ul li a {
    color: #081d43 !important;
    opacity: 0.8;
}

.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}

.bg-transparent ul li a:hover, .white-bg.affix ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
        background-image: linear-gradient(to left, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff) !important;
}

.navbar-toggler{
    color: #2E476E;
}

/*main menu new style*/
.header nav.navbar{
    padding: 0 1rem;
    transition: all .3s ease-in-out;
}
.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-size: 14px;
    font-family:'DM Sans', sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 10px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #07263B;
    opacity: 0.8;
}

.menu li a:hover, .menu li:hover>a {
    opacity: 1;
}
.menu li a.active{
    color: #00BAFF;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    transform: translate(0,20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.menu ul.sub-menu li{
    border-bottom: 1px solid #ebebeb;
}
.menu ul.sub-menu li:last-child{
    border-bottom: 0;
}
.menu ul:after {
    bottom: 100%;
    left: 35px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.menu li a.dropdown-toggle::after {
    position: relative;
    left: 2px;
    vertical-align: middle;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    text-transform: inherit;
    font-size: 13px;
    display: block;
    color: #424141;
    padding: 8px 15px;
    font-family: 'Barlow', sans-serif;
}
.menu ul li a:hover, .menu ul li:hover>a {
    color: #2E476E;
    background: #00BAFF;
}

.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover{
    border-radius: 4px 4px 0 0;
}
.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover{
    border-radius: 0 0 4px 4px;
}
.menu ul.sub-menu li:last-child ul li a:hover{
    border-radius: 0;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #fff;
    border-width: 8px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        background-image: linear-gradient(to left, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff) !important;
        padding: .85rem 1rem !important;
    }
    .menu li{
        display: block;
    }

    .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
        background: #2E476E !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a, .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #202877;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }
}

@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        background-color: #f4fbfc;
        -o-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -moz-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
       
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        padding: 8px 15px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .responsive-menu{
        display: block;
    }
    .header nav.navbar{
        padding: 0.5rem 1rem;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        padding: 8px 15px;
    }

    .menu li a:hover,.menu li:hover>a {
        background: #002C42;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
}

.custom-badge{
    position: absolute;
    right: 10px;
}

/*==================================
       05. HERO SECTION CSS
========================================*/
.hero-equal-height{
    position: relative;
    min-height: 660px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.hero-section-1 {
    position: relative;
    min-height: 745px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.section-shape-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3264f5;
    background: linear-gradient(90deg,#3264f5,#00BAFF);
    overflow: hidden;
    clip-path: polygon(0 0,100% 0,100% 50%,0 100%);
}

.section-shape-wrap .circle {
    position: absolute;
    border-radius: 50%;
    right: -500px;
}
.section-shape-wrap .circle.circle-3 {
    width: 2250px;
    height: 2250px;
    background-color: rgba(54,16,224,.1);
    top: -300px;
}
.section-shape-wrap .circle.circle-2 {
    width: 1750px;
    height: 1750px;
    background-color: rgba(189,16,224,.05);
    top: -100px;
}
.section-shape-wrap .circle.circle-1 {
    width: 1400px;
    height: 1400px;
    background-color: rgba(24,16,224,.2);
    top: 70px;
}

.hero-content-left .headline {
    display: inline-block;
    background-color: rgba(255,255,255, .1);
    color: #FFF;
    border-radius: 30px;
    padding: 5px 20px 5px 10px;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    letter-spacing: .5px;
    transition: all 0.3s ease-out;
}

.headline:hover{
    background-color: rgba(0, 0, 0, 0.19);
}
.bottom-img-absolute img{
    width: 100%;
    display: block;
    bottom: -2px;
    position: relative;
}

.gradient-overlay{
    position: relative;
    width: 100%;
}

.gradient-overlay:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*hero section 2*/
.divider {
    position: relative;
    width: 100%;
    display: block;
}
.divider img{
    position: absolute;
    left: 0;
    right: 0;
    height: 6vw;
}

.shave-wrap .top-1{
    position: absolute;
    z-index: 0;
    max-width: 275px;
    max-height: 80%;
    top: 0;
    left: 0;
    transition: all 400ms ease-in 0s;
}
.shave-wrap .top-2{
    position: absolute;
    z-index: 0;
    max-width: 600px;
    max-height: 80%;
    top: 0;
    right: 0;
    transition: all 400ms ease-in 0s;
}
.shave-wrap .top-3{
    position: absolute;
    z-index: 0;
    max-width: 100%;
    max-height: 80%;
    bottom: 0;
    right: 0;
    display: none;
    transition: all 400ms ease-in 0s;
}
.shave-wrap .bottom-1{
    position: absolute;
    z-index: 0;
    max-width: 200px;
    max-height: 80%;
    bottom: 0;
    left: 0;
    transition: all 400ms ease-in 0s;
}
.shave-wrap .bottom-2{
    position: absolute;
    z-index: 0;
    max-width: 100%;
    max-height: 80%;
    bottom: 0;
    left: 0;
    display: none;
    transition: all 400ms ease-in 0s;
}

.iphone-mask{
    z-index: 10;
    object-fit: cover;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mask-img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 10;
    transition: all 400ms ease-in 0s;
}


/*======================================
    06. SERVICIOS CSS
==================================*/

#servicios {
    background-image: url(../img/home/serviciosTreggo.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.single-servicio{
    transition: all 0.2s ease-out;
}
.single-servicio:hover{
    transform: translateY(-10px);
}

a .servicios-content-wrap p {color:#002C42;}
a:hover .servicios-content-wrap p {color:#002C42;}

.servicios-content-wrap {background: #ffffff;}

.servicios-content-wrap span{
    font-size: 10px;
    letter-spacing: 0.5px;
}

 
@media (min-width: 768px) and (max-width: 998px) {
    .tamañoCard{
    margin-bottom: 1.5rem;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .tamañoCard{
        margin-bottom: 1.5rem;
    }
    .tamañoCard2{
        margin-bottom: 1.5rem;
    }
} 

/**Empresas responsive**/
@media (min-width: 576px) and (max-width: 798px) {
    .titulo-responsive{
        margin-top: 5rem;
    }
}

@media (min-width: 798px) and (max-width: 1014px) {
    .titulo-responsive{
        margin-top: 5rem;
    }
}
@media (min-width: 536px) and (max-width: 798px) {
    .tamañoImagen{
        width: 15rem;
    }
}
@media (min-width: 536px) and (max-width: 798px) {
    .respons{
        width: 10rem;
    }
}


/*======================================
    07. PORQUE CSS
==================================*/

#porque{
    padding: 60px 0; 
    background-color: #53B4F6;
}

#porque .container {
    max-width: 1200px;
}

#porque .imgContainer{
    position: relative;
}

.porque-img-wrap > p {
    position: absolute;
    top: 40%;
    left: 0;
    padding: 0 28px;
}
.porque-img-wrap span {
    font-weight: bold;
}

#porque .imgContainer img:nth-of-type(2), 
#porque .imgContainer img:nth-of-type(3){
    position: absolute;
    right: 80%;
    width: 27%;
    box-shadow: none;
}

#porque .imgContainer img:nth-of-type(2){top: 38%;}
#porque .imgContainer img:nth-of-type(3) {
    top: 66%;
    left: 19%;
    width: 350px;
}

/*======================================
    08. DESCRIPCION CSS
==================================*/

#descripcion {
    padding: 60px 0;
}

#descripcion .iconos img
{
    width:100%;
    max-width:100px;
    padding-right: 11px;
    height: auto;
}

#descripcion .icon-text{padding-top: 20px;}


/*======================================
    09. COBERTURA CSS
==================================*/


/*======================================
    10. COMO SOLICITAR CSS
==================================*/

#como-solicitar{
    background-color: #f8fafc;
}

#como-solicitar .imgContainer{
    position: relative;
}

#como-solicitar .imgContainer img:nth-of-type(1){
    width: 311px;
}

#como-solicitar .imgContainer img:nth-of-type(2), 
#como-solicitar .imgContainer img:nth-of-type(3)
{
    position: absolute;
    right: 80%;
    width: 27%;
    box-shadow: none;
}

#como-solicitar .imgContainer img:nth-of-type(2)
{
    top: 30%;
    width: 200px;
}

#como-solicitar .imgContainer img:nth-of-type(3){
    top: 66%;
    left: 19%;
    width: 350px;
}

/*====================================
         11. SEGUIMIENTO CSS
=========================================*/

section#seguimiento .imgContainer{
    position: relative;
}

section#seguimiento .imgContainer img:nth-of-type(1){
    max-width: 470px;
}

section#seguimiento h5 {
   color:#F20004;
}

/*====================================
         12. MENSAJERO CSS
=========================================*/

section#mensajero span, section#primer-paso span{color: #00BAFF;}

section#mensajero{
    background-color: #ADEBFB;
    margin-top: 50px;
}

section#mensajero p{
    font-weight: 600;
    font-size: 24px;
    padding-top: 24px;
    margin-bottom: 12px;
}

/*====================================
         13. VENTAJAS MENSAJEROS CSS
=========================================*/

section#ventajas-mensajeros img{
    margin-bottom: -65px;
    width: 121px;
}


/*====================================
         14. COMO REGISTRARSE CSS
=========================================*/

section#como-registrarse img{
    margin-bottom: -65px;
    width: 121px;
}

/*====================================
         15. INTEGRACION CSS
=========================================*/

section#integracion {
    background-color: #FBFBFB;
}

section#integracion img {
    width: 100%;
    vertical-align: middle;
}

#integracion .container {
    max-width: 1500px;
}

@media (max-width: 767px) {
    .size{
        margin-top: 4rem;
    }
}

/*======================================
    16. COMO COTIZAR CSS
==================================*/

#como-cotizar{
    background-color: #f8fafc;
}

#como-cotizar .imgContainer{
    position: relative;
}

#como-cotizar .imgContainer img:nth-of-type(1){
    width: 90%;
}

#como-cotizar .imgContainer img:nth-of-type(2), 
#como-cotizar .imgContainer img:nth-of-type(3)
{
    position: absolute;
    right: 80%;
    width: 27%;
    box-shadow: none;
}

#como-cotizar .imgContainer img:nth-of-type(2)
{
    top: 64%;
    width: 42%;
    left: 58%;
}

/*======================================
    17. TRANSPARENCIA CSS
==================================*/

#transparencia{
    background-color: #f8fafc;
}

#transparencia .imgContainer{
    position: relative;
}

#transparencia .imgContainer img:nth-of-type(1){
    width: 90%;
}

#transparencia .imgContainer img:nth-of-type(2), 
#transparencia .imgContainer img:nth-of-type(3)
{
    position: absolute;
    right: 80%;
    width: 27%;
    box-shadow: none;
}

#transparencia .imgContainer img:nth-of-type(2) {
    top: 73%;
    width: 100%;
    right: 4%;
}


section#contact {
    background-color: #adebfbb8;
    margin-top: 50px;
}


/*======================================
    banderas
==================================*/

#banderas{
    padding: 60px 0; 
    background-color: #f8fafc;
}

#banderas.imgContainer{
    position: relative;
}

#banderas .imgContainer img:nth-of-type(1){
    width: 82%;
 
}
#banderas ul li a img{
    width: 79px;
    padding-right: 20px;
    vertical-align: middle;
}

.border-color-1{
    border-color: #960ab7;
}
.border-color-2{
    border-color: #00BAFF;
}
.border-color-3{
    border-color: #3264f5;
}
.border-color-4{
    border-color: #ffbf43;
}
.border-color-5{
    border-color: #2ebf6d;
}
.border-color-6{
    border-color: #f25c7f;
}

/*custom promo*/
.bg-color-1{
    background-color: #ff164e;
}
.bg-color-2{
    background-color: #00BAFF;
}
.bg-color-3{
    background-color: #3264f5;
}
.bg-color-4{
    background-color: #ffbf43;
}
.bg-color-5{
    background-color: #2ebf6d;
}
.bg-color-6{
    background-color: #f25c7f;
}
/*new promo box*/

.promo-img-wrap > p {
    position: absolute;
    top: 0;
    padding: 30px;
    width: 260px;
    font-size: 1.5rem;
}
.promo-img-wrap span {
    font-weight: bold;
}

.single-promo span{
    font-size: 70px;
    line-height: inherit;
    margin-bottom: 20px;
}
.single-promo-1{
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem !important;
}
.single-promo-1 span{
    font-size: 35px;
    background-image: url("../img/promo-icon-bg.svg");
    background-size: 150px;
    padding: 35px;
    background-repeat: no-repeat;
    background-position: 45% 20%;
}
.single-promo img{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.single-promo .img-full-box{
    width: auto !important;
    height: auto !important;
}
.single-promo-hover{
    transition: all .2s ease-out;
    will-change: transform;
}
.single-promo-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}


/*new promo with link*/

.bg-shape{
    position: absolute;
    z-index: -2;
    top: -20%;
    right: 0;
    width: 100%;
}

.btn-hover:hover:before, .btn-hover:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}
.btn-hover:after, .btn-hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    border-radius: 0 30px 30px 0;
    background: rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

section#operatoria .progreso  {
    background-image: url(../img/ecommerce/entregas-same-day.png);
    background-repeat: no-repeat;
    background-color: #F4FBFC;
    height: 117px;
    background-position: center;
}


/*=========================================
            20. PRELOADER CSS
============================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.loader1 {
    display: block;
    position: relative;
    left: 45%;
    top: 50%;
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background:  rgba(41, 103, 230, 0.6);
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background:  rgba(41, 103, 230, 0.8);
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgba(41, 103, 230, 1);
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background:  rgba(41, 103, 230, 0.8);

}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background:  rgba(41, 103, 230, 0.4);
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }
    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}

/*=========================================
            19. BACK TO TOP CSS
============================================*/

.scroll-top.open {
    bottom: 30px;
}
button.scroll-top:focus{
    outline: none;
}
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 999;
    color: #2E476E;
    text-align: center;
    cursor: pointer;
    background: #00BAFF;
    transition: 1s ease;
    border: none;
}
.scroll-top span {
    color: #fff;
}

/*.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}*/



.input-icon {
    height: calc(3.4rem + 2px);
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
}

.input-icon span{
    color: #b1b1b1;
    padding: 18px 15px;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + 2px);
    border-radius: 4px;
}
.textarea-icon span{
    height: calc(7.8rem + 2px);
}


.full-screen{
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown-wrap h2, .countdown-wrap h5{
    color: #fff !important;
}


/*404 page*/
.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: 2;
    margin-bottom: 30px;
}
.error-content .notfound-404 h1 {
    font-size: 230px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
}


@media (min-width: 320px) and (max-width: 767px){
    .error-content .notfound-404{
        height: auto;
        display: block;
        position: relative;
    }
    .error-content .notfound-404 h1{
        font-size: 80px;
        position: relative;
    }

}

.vh-100 {
    height: 100vh!important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.ml-n3, .mx-n3 {
    margin-left: -.98rem!important;
}
.small, small{
    font-size: 90%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #95aac9;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d2ddec;
    border-radius: .375rem;
}

.btn.border-radius{
    border-radius: 4px;
}


/*=========================================
           18. FOOTER CSS
============================================*/

.footer-top{
    padding: 65px 0;
    background-color: #002C42;
}
@media (min-width: 320px) and (max-width: 567px){
    .footer-top{
        padding: 50px 0;
    }
}
.footer-nav-wrap ul li strong {
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
}

.footer-nav-wrap ul li a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    color: inherit;
    opacity: 0.9;
}
.footer-nav-wrap ul li a i {
    font-size: 30px;
}

ul.list-unstyled.footer-nav-list li a.text-foot i  {
    font-size: 10px;
}



.footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover {
    opacity: 1;
    text-decoration: none;
}

.copyright-text {
    font-size: 13px;
}
.social-list li span {
    padding: 10px;
}
.footer-nav-list li a span{
    font-size: 12px;
    vertical-align: middle;
}


a.detail-link {
    display: inline-block;
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
}


a.detail-link span {
    font-size: 12px;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #3264f5;
}


a.detail-link:hover {
    color: #00BAFF;
}
a.detail-link:hover span{
    transform: translateX(3px);
    margin-left: 8px;
}


.partner-logo img {
    max-width: 125px;
}

.card-bottom-line:hover:after {
    width: 100%;
}

a.view-details-link {
    font-size: 14px;
    font-weight: 600;
}

a.view-details-link span {
    padding-left: 2px;
    font-size: 11px;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

a.view-details-link:hover span {
    transform: translateX(3px);
    margin-left: 6px;
}

.hero-equal-height.ptb-100.gradient-overlay{
    background-image: linear-gradient(110deg, #F4FBFC 30%, #F3F9FA 40%);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #F4FBFC;
}

@media (max-width: 1023px){
.hero-equal-height.ptb-100.gradient-overlay {
     background-image:none;}
}

@media (min-width: 1024px){
.hero-equal-height.ptb-100.gradient-overlay .foto {
    display: none;}
}
.foto
{
    border-radius: 12px;
}
section.servicios, .footer-section  {background-color: #F4FBFC;}
.lead {
    font-size: 1.35rem;
    font-weight: 400;
}

.bottom-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    margin-left: -40px;
}

.bottom-dots .dot.line-dot {
    border-right: 70px solid #f71735;
}

.bottom-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #f71735;
    margin-right: 3px;
}

ul.title-shape {
    display: inline-block;
    margin-bottom: 10px;
}

ul.title-shape li {
    background-color: #FF0000;
    height: 6px;
    display: inline-block;
    width: 80px;
    margin-right: 5px;
}

ul.title-shape li:nth-child(2) {
    width: 10px;
}

ul.title-shape li:nth-child(3) {
    width: 10px;
}
 
 .solicitar{
    padding-right: 10px;
  
}
 .solicitar .numeros {
    width: 50px;
    height: 50px;
    border: 2px solid #00BAFF;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #D6ECF8;
    color: #00BAFF;
    font-size: 25px;
    font-weight: 900;
}

/*** 

====================================================================
    How it work
====================================================================

 ***/


.how-box-one {
    position: relative;
    padding: 40px 20px;
    transition: all .3s;
}
.how-box-one:hover{
    box-shadow: 0 0 35px rgba(0,0,0,.1);
}
.flecha:after{
    content: '';
    position: absolute;
    top: 0;
    right: -102px;
    top: -25px;
    width: 196px;
    height: 116px;
    background: url(../img/mensajeros/arrow-big.png) center center no-repeat;
}

@media (min-width: 320px) and (max-width: 767px) {
    .flecha:after{
        display:none;}
}

.how-box-one:last-child:after{
    display: none
}

.pasos .numeros {
    width: 50px;
    height: 50px;
    border: 2px solid #F20004;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #D6ECF8;
    color: #F20004;
    font-size: 25px;
    font-weight: 900;
}

img.info {max-width: 100px;
    height: auto;
    width: 100%;
}

.media{margin-bottom: 29px;}

.media-body {
    margin-left: 17px;
}

.media-body h4 {
    color: #52B5F7;
    padding-top: 11px;
}

li.ml-site-mla img {
    width: 40px;
    margin: 10px 10px -5px 10px;
}


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


input[type=range] {
	-webkit-appearance: none;
	margin: 0;
	width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animation: 0.2s;
	background: #03a9f4;
	border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #03a9f4;
    width: 100%;
}
.range-wrap{
	width: 100%;
	position: relative;
}
.range-value{
    position: absolute;
    padding-top: 10px;
	/* top: -50%; */
}
.range-value span{
	width: auto;
    height: auto;
    padding: 10px;
	line-height: 12px;
	text-align: center;
	background: #03a9f4;
	color: #fff;
	font-size: 12px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 6px;
}
.range-value span:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 10px solid #03a9f4;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -30%;
	left: 50%;
	margin-left: -5px;
	margin-top: -1px;
}

/**MERCADO FLEX CSS**/

.card-beneficios{
    margin-left: 0!important;
}
.step-number{
    width: 4rem !important;
}
.sub-facil{
    color: #D61C0D;
}
.card-extra-envio{
    justify-content: center;
}
.tamaño-card-mf{
    width: 50% !important;
  
}
.tamaño-card{
    width: 14rem !important;
}

/*=========================================
    22. VIDEO CONOCE TREGGO CSS
============================================*/

section#video {
    background-color: #53B4F6;
}

.white {
    color: white;
}

ul.title-shape.white li {
    background-color: white;
}

@media (min-width: 320px) and (max-width: 768px) {
    .card-extra-envio{
        flex-wrap: wrap  !important;
    }
    .tamaño-card-mf{
        width: 75% !important;
        margin: 0 auto;
    }
    .card-beneficios{
        width: 427px  !important;
    }
    .align-responsive{
        margin: 0 auto;
        justify-content: center;
    }
    .card-responsive{
        flex-wrap: wrap;
    }
}  
@media (min-width: 768px) and (max-width: 100px) {
    .align-responsive{
        margin: 0 auto;
        justify-content: center;
    }
}