@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
html {
    overflow-x: hidden;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-family: 'Arimo', sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

html {
    scroll-behavior: smooth;
}

* {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.site-main,
.container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .site-main,
    .container {
        padding-left: 3.125rem;
        padding-right: 3.125rem;
        width: 100%;
    }
}

input[type='button'],
input[type='reset'],
input[type='submit'] {
    border: 0;
    border-radius: 5px;
    background: #fff;
    color: #000000;
    font-weight: bold;
    padding: 15px 40px;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

input[type='checkbox'] {
    accent-color: #fedd06;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea,
select {
    color: #000000;
    border: 0;
    border-bottom: 1px solid #000000;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 0;
    height: 50px;
    width: 100%;
    font-size: 13px !important;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus,
select:focus {
    color: #000000;
    outline: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='range']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #000000;
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='range']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='color']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #000000;
}
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='range']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='color']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #000000;
}
input[type='text']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='url']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='range']::-ms-input-placeholder,
input[type='date']::-ms-input-placeholder,
input[type='month']::-ms-input-placeholder,
input[type='week']::-ms-input-placeholder,
input[type='time']::-ms-input-placeholder,
input[type='datetime']::-ms-input-placeholder,
input[type='datetime-local']::-ms-input-placeholder,
input[type='color']::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
    color: #000000;
}
input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='url']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='number']::placeholder,
input[type='tel']::placeholder,
input[type='range']::placeholder,
input[type='date']::placeholder,
input[type='month']::placeholder,
input[type='week']::placeholder,
input[type='time']::placeholder,
input[type='datetime']::placeholder,
input[type='datetime-local']::placeholder,
input[type='color']::placeholder,
textarea::placeholder,
select::placeholder {
    color: #000000;
}
input[type='text'] option,
input[type='email'] option,
input[type='url'] option,
input[type='password'] option,
input[type='search'] option,
input[type='number'] option,
input[type='tel'] option,
input[type='range'] option,
input[type='date'] option,
input[type='month'] option,
input[type='week'] option,
input[type='time'] option,
input[type='datetime'] option,
input[type='datetime-local'] option,
input[type='color'] option,
textarea option,
select option {
    font-size: 13px;
}

.contacto-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
form .mid,
form .full {
    margin-bottom: 28px;
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 768px) {
    form .mid {
        width: 49%;
    }
}
form .wpcf7-list-item {
    margin-left: 0;
}
form .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 7px;
}

textarea {
    height: 100px;
}

a {
    color: #fedd06;
}
a:hover,
a:active,
a:focus {
    outline: 0;
}
a:visited {
    color: #fedd06;
}
a:hover,
a:focus,
a:active {
    color: #fedd06;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Raleway', sans-serif;
    line-height: 110%;
}

h1 {
    font-size: 28px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1280px) {
    h1 {
        font-size: 45px;
    }
}

h2 {
    font-size: 25px;
    color: #000000;
    margin-top: 0;
    font-weight: 600;
}
h2 strong {
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1280px) {
    h2 {
        font-size: 38px;
    }
}

h3 {
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-weight: 500;
}

.admin-bar .logo-exicarga {
    top: 46px;
}
@media only screen and (min-width: 768px) {
    .admin-bar .logo-exicarga {
        top: 32px;
    }
}

.logo-exicarga {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fedd06;
    padding: 18px;
    border-bottom-right-radius: 10px;
    z-index: 99;
}
.logo-exicarga .wpb_content_element {
    margin-bottom: 0;
}

.hero-home__form > div {
    padding: 4% !important;
}
@media only screen and (min-width: 1024px) {
    .hero-home__form > div {
        padding: 4% 8% !important;
    }
}
.hero-home__form h3 {
    text-align: center;
}
.hero-home__text {
    padding: 4%;
    padding-top: 80px;
}
@media only screen and (min-width: 1024px) {
    .hero-home__text {
        padding: 4% 8%;
    }
}
.hero-home__text h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    position: relative;
    padding-bottom: 20px;
}
.hero-home__text h1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 130px;
    height: 2px;
    background-color: #fedd06;
}
@media only screen and (min-width: 1024px) {
    .hero-home__text h1 {
        font-size: 45px;
    }
}
.hero-home__text h1 strong {
    color: #fedd06;
    display: block;
}
.hero-home__text p {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}
@media only screen and (min-width: 1024px) {
    .hero-home__text p {
        font-size: 26px;
        max-width: 50%;
        line-height: 120%;
    }
}

.text-arrow {
    padding-left: 40px;
    position: relative;
}
@media only screen and (min-width: 1024px) {
    .text-arrow {
        margin-left: 80px;
    }
}
.text-arrow::before {
    content: url(https://site.marketeros.com.co/exicarga/wp-content/uploads/2024/10/arrow-yellow.svg);
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (min-width: 1024px) {
    .subir-contenido {
        margin-top: -150px;
    }
}

.img-border-white img {
    border-radius: 10px;
    border: 9px solid #fff;
}

.img-shadow img {
    -webkit-filter: drop-shadow(0 25px 60px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 25px 60px rgba(0, 0, 0, 0.16));
}

.sec-solicita-cotizacion {
    border-radius: 10px;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
}
.sec-solicita-cotizacion .vc_column-inner {
    min-height: 300px;
}
.sec-solicita-cotizacion .wpb_content_element {
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .sec-solicita-cotizacion .wpb_content_element {
        padding: 40px;
    }
}
.sec-solicita-cotizacion .wpb_content_element p {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
}

.btn a {
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    padding: 13px 50px;
    text-decoration: none;
}
.btn.btn-blanco a {
    background-color: #fff;
    color: #000000;
}
.btn.btn-amarillo a {
    background-color: #fedd06;
    color: #000000;
}
.btn.btn-conocer-productos a {
    border: 1px solid #000000;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}
@media only screen and (min-width: 1024px) {
    .btn.btn-conocer-productos a {
        font-size: 25px;
    }
}
.btn.btn-conocer-productos a::before {
    content: url(https://site.marketeros.com.co/exicarga/wp-content/uploads/2024/10/conocer-productos.svg);
    position: absolute;
    left: 0;
    bottom: -50px;
    right: 0;
    margin: 0 auto;
}

.titulo h2 {
    margin: 0;
}
.titulo p {
    font-family: 'Raleway', sans-serif;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .titulo p {
        font-size: 25px;
    }
}

.servicios-boxes .wpb_column > div > div {
    background-color: #fff;
    -webkit-box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16);
    border-radius: 0 25px 0 0;
    overflow: hidden;
}
.servicios-boxes .wpb_column .wpb_single_image {
    padding: 10px;
}
.servicios-boxes .wpb_column .wpb_single_image img {
    border-radius: 0 20px 0 0;
}
@media only screen and (min-width: 768px) {
    .servicios-boxes .wpb_column:nth-child(2) {
        margin-top: 50px;
    }
    .servicios-boxes .wpb_column:nth-child(3) {
        margin-top: 100px;
    }
}
.servicios-boxes__titulo {
    padding: 0 30px;
    margin-top: -90px;
}
.servicios-boxes__titulo h3 {
    margin: 0;
    color: #fedd06;
}
.servicios-boxes__icon {
    margin-bottom: 0 !important;
    background-color: #fedd06;
    padding: 14px;
}
.servicios-boxes__icon p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 0;
}
.servicios-boxes__desc {
    padding: 0 20px;
}
.servicios-boxes__desc h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    font-weight: bold;
}
.servicios-boxes__desc p {
    color: #707070;
}
.servicios-boxes__desc ul {
    color: #000000;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.servicios-boxes__desc ul li {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}
.servicios-boxes__desc ul li::before {
    content: url(https://site.marketeros.com.co/exicarga/wp-content/uploads/2024/10/arrow-yellow.svg);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.sec-amarilla {
    background: rgb(254, 221, 6);
    background: linear-gradient(
        190deg,
        rgb(254, 221, 6) 0%,
        rgb(225, 196, 5) 100%
    );
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.sec-amarilla .wpb_text_column p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.seccion-productos {
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

.owl-photos {
    margin-top: 60px;
    margin-bottom: 60px;
}
.owl-photos.owl-carousel {
    display: block;
}
.owl-photos .owl-stage-outer {
    overflow: visible !important;
}
.owl-photos.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 7px;
    background: #3e3e3e;
}
.owl-photos.owl-theme .owl-dots .owl-dot.active span {
    background: #fedd06;
}

.fondo-fin-landing {
    background-image: url(https://site.marketeros.com.co/exicarga/wp-content/uploads/2024/10/Enmascarar-grupo-3969.jpg);
    background-position: 63% top;
    background-repeat: no-repeat;
    padding-top: 137px;
    margin-top: 80px;
}

.otras-soluciones .wpb_column > div {
    background-color: #fff;
    -webkit-box-shadow: 0 25px 40px rgba(0, 0, 0, 0.16);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.16);
    padding: 30px !important;
    position: relative;
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .otras-soluciones .wpb_column > div {
        margin-bottom: 0;
    }
}
.otras-soluciones .wpb_column > div::before {
    position: absolute;
    top: 48px;
    left: -18px;
    content: url(https://site.marketeros.com.co/exicarga/wp-content/uploads/2024/10/arrow-yellow.svg);
}
.otras-soluciones__icon {
    position: absolute;
    margin-bottom: 0 !important;
    left: -15px !important;
}

.whatsapp {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
}
.whatsapp img {
    width: 70px;
}
.whatsapp section {
    margin-bottom: 0;
} /*# sourceMappingURL=exicarga.css.map */
