@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}



body {
    color: #424242;
}

a {
    color: #45709B;
    text-decoration: none;
}

a:hover {
    color: #1d466f;
}

.btn {
    font-weight: 400;
}

.bg-dark {
    background-color: #45709B!important;
}

.text-dark {
    color: #45709B!important;
}

.bg-success {
    background-color: #00BDB9!important;
}

.btn-primary {
    background-color: #45709B !important;
    border-color: #45709B !important;
    box-shadow: 0 0;
    color: #fff;
}

.btn-primary:hover {
    background-color: #1d466f !important;
    border-color: #45709B !important;
}

.btn-success {
    background-color: #00BDB9 !important;
    border-color: #00BDB9 !important;
    box-shadow: 0 0;
    color: #fff;
}

.btn-success:hover {
    background-color: #00a19e !important;
    border-color: #00a19e !important;
}

.btn-white {
    color: #45709B !important;
}

.text-primary {
    color: #45709B !important;
}

.text-success {
    color: #00BDB9 !important;
}

.badge.bg-success-soft {
    background-color: rgba(66,186,150,.1);
    color: #00BDB9;
}

.navbar-light .navbar-nav .nav-link {
    color: #424242 !important;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #45709B !important;
}

.dropdown-menu-md {
    min-width: 380px;
}

.dropdown .icon {
    font-size: 28px;
    color: #45709B;
}

.dropdown .text-gray-700 {
    color: #424242 !important;
    line-height: 1.4;
}

#features .icon i,
.features .icon i {
    font-size: 36px;
}

.slick-brands .slick-track {
    display: flex;
}

.slick-brands .slick-slide {
    padding: 0 20px;
    height: 100%;
}

.slick-brands .slick-slide img {
    width: 100%;
}

#about h2 {
    font-size: 28px;
}

#integrations .icon i {
    font-size: 32px;
}

.flickity-prev-next-button {
    background-color: #45709B;
}

.flickity-prev-next-button:hover {
    background-color: #1d466f;
}

#testimonials .blockquote p {
    font-size: 18px;
}

#stats {
    padding-bottom: 140px;
}

#faq h4 {
    font-weight: 700 !important;
}

#cta .badge.bg-gray-700-soft {
    background-color: transparent;
    color: #fff;
    border: solid 1px #fff;
    padding: 7px 15px 5px;
}

footer .list-unstyled a {
    font-size: 15px;
}

.slick-features .slide-feature .slide-wrapper {
    padding: 0 15px;
}

.slick-features .slick-arrow {
    background-color: #45709B;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 100;
    justify-content: center;
}

.slick-features .slick-prev {
    left: -65px;
}

    .slick-features .slick-prev:before {
        content: "\e910";
        font-family: 'Feather';
        position: absolute;
        font-size: 18px;
        color: #fff;
        opacity: 1;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

.slick-features .slick-next {
    right: -65px;
}

    .slick-features .slick-next:before {
        content: "\e912";
        font-family: 'Feather';
        position: absolute;
        font-size: 18px;
        color: #fff;
        opacity: 1;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

.flickity-button-white .flickity-prev-next-button {
    background-color: #fff;
    color: #45709B;
}

.slick-dots li button:before {
    font-size: 40px;
}

/*.g-recaptcha div:first-of-type, .g-recaptcha iframe:first-of-type, .g-recaptcha-response {
    width: 100% !important
}*/


.BannerPpal {
    height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.msg-er {
    color: red;
}

.form-radio > label,
.form-radio-item > label{
    color: #869ab8;
}

.form-radio > label {
    font-size: var(--bs-body-font-size);
}

.form-radio-item > label{
    margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
    .slick-brands .img-fluid {
    max-width: 220px;
    }
    .home-logo-gocuotas {
        max-width: 350px !important;
    }
    .home-logo-mp-payway {
        max-width: 310px !important;
    }
}
.home-logo-gocuotas {
    height: auto;
    max-width: 500px;
}

.home-logo-mp-payway {
    height: auto;
    max-width: 400px;
}

.form-countries {
    background-color: #fff;
    color: #869ab8;
    border: none;
}

    .form-countries:focus {
    border: none !important;
    }

    .countries-box {
        border-bottom: 1px solid #f1f4f8;
    }

.empresas-logisticas {
max-width: 700px;
}


@media screen and (max-width: 475px) {
    .empresas-logisticas {
        display: none !important;
    }
    .empresas-logisticas-mobile {
        display: block !important;
    }
}

select {
    font-family: Arial !important
}

@media (max-width: 404px) {
    .mobile-spacing {
    margin-bottom: 1rem;
    }
}

.btn-info-b2b:focus, .btn-info-b2b:hover {
    background-color: #cee0f1;
    color: #fff;
}