:root {
    --mt-ff-body: 'Rubik', sans-serif;
    --mt-ff-heading: 'Poppins', serif;
    --mt-ff-p: 'Rubik', sans-serif;
    --mt-fw-normal: normal;
    --mt-fw-thin: 100;
    --mt-fw-elight: 200;
    --mt-fw-light: 300;
    --mt-fw-regular: 400;
    --mt-fw-medium: 500;
    --mt-fw-sbold: 600;
    --mt-fw-bold: 700;
    --mt-fw-ebold: 800;
    --mt-fw-black: 900;
    --mt-fs-body: 16px;
    --mt-fs-p: 16px;
    --mt-fs-h1: 50px;
    --mt-fs-h2: 40px;
    --mt-fs-h3: 22px;
    --mt-fs-h4: 20px;
    --mt-fs-h5: 16px;
    --mt-fs-h6: 14px;
    --mt-color-common-white: #ffffff;
    --mt-color-common-black: #000000;
    --mt-color-common-pink: #ff8c91;
    --mt-color-common-green: #a6e155;
    --mt-color-common-purple: #f792ff;
    --mt-color-common-electric-blue: #f17c83;
    --mt-color-heading-primary: #292930;
    --mt-color-text-body: #636363;
    --mt-color-theme-primary: #0058a3;
    --mt-color-theme-primary-alt: #004077;
    --mt-color-theme-secondary: #008f5c;
    /* --mt-color-theme-primary: #175cff;
    --mt-color-theme-secondary: #ffc226; */
    --mt-color-theme-bg: #fff1f1;
    --mt-color-grey-1: #f6f3fc;
    --mt-color-grey-2: #e6efff;
    --mt-color-grey-3: #a2a2a2;
    --mt-color-border-1: #ddd;
    --mt-color-border-2: #2f2f30;
    --mt-color-border-3: #171719;
    --mt-color-border-4: #0012b3;
}

/* tools */

* {
    outline: none !important;
    outline-style: hidden !important;
    outline-color: transparent !important;
    box-shadow: none !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

/* navbar */

.header .primary-header-inner .header-logo img {
    max-width: 130px;
}

.header .header-container {
    max-width: 100%;
    width: 100%;
    padding: 0;

    .primary-header-inner {
        border-radius: 0;
        padding: 0 30px;

        .header-menu-wrap {

            .mobile-menu-items {
                ul, li, a, span, p {
                    font-size: 15px;
                }
            }

            .header-right {

                margin-left: 30px;

                i {
                    font-size: 25px;
                }

                button {
                    font-size: 12px;
                }
            }
        }
    }
}

.cursor-pointer {
    cursor: pointer;
}

/* home section */

#valores-list {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: top;
}

.post-content {
    border-top: none; min-height: 264px;
}


.header .primary-header-inner .header-right .sidebar-trigger {
    margin-left: 30px;
}

.footer-top .footer-logo {
    background-color: transparent !important;
}

.footer-top .footer-logo:before {
    /* border: none !important; */
}

.footer-top .footer-logo {
    padding: 30px 70px;
}


.header .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 15px;
}

@media (min-width: 1273px)
{
    #mainCarrusel {
        margin-top: 3.5rem;
    }

    .main-content {
        margin-top: 3rem;
    }
}

@media (min-width: 1273px)
{
    .navbar-mobile-hide {
        display: auto;
    }

    .navbar-mobile-show {
        display: none;
    }

    .alert-component {
        margin-top: 130px;
    }
}

@media (max-width: 1272px)
{
    .navbar-mobile-hide {
        display: none !important;
    }

    .navbar-mobile-show {
        display: auto !important;
    }

    .alert-component {
        margin-top: 10px;
    }
}

/* buttons */

.btn-main {
    background-color: var(--mt-color-theme-primary) !important;
    border-color: var(--mt-color-theme-primary) !important;
    color: var(--mt-color-common-white) !important;
}

.btn-main:hover {
    background-color: var(--mt-color-theme-primary-alt) !important;
    border-color: var(--mt-color-theme-primary-alt) !important;
    color: var(--mt-color-common-white) !important;
}

.header .primary-header-inner .header-right .header-btn {
    background-color: var(--mt-color-theme-secondary);
    color: var(--mt-color-common-white);
    margin-left: 20px;
    border-radius: 50px;
    padding: 10px;
  }
  .header .primary-header-inner .header-right .header-btn:hover {
    color: var(--mt-color-common-white);
  }
  .header .primary-header-inner .header-right .header-btn:after, .header .primary-header-inner .header-right .header-btn:before {
    background-color: var(--mt-color-theme-primary);
  }
  @media only screen and (max-width: 1272px) {
    .header .primary-header-inner .header-right .header-btn {
      margin-left: 0;
      margin-right: 30px;
    }
  }

/* bg */

.main-bg {
    background-color: var(--mt-color-theme-primary);
}

/* text */

.main-text {
    color: var(--mt-color-theme-primary) !important;
}

.secondary-text {
    color: var(--mt-color-theme-secondary) !important;
}

.text-white {
    color: var(--mt-color-common-white) !important;
}

.text.gray {
    color: var(--mt-color-grey-3) !important;
}

.text-red {
    color: #ff0000 !important;
}

.text-bold {
    font-weight: 700 !important;
}

.text-justify {
    text-align: justify !important;
}

.truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-text-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-text-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-title {
    font-size: 18px;
    font-weight: 500;

}

/* text size */

.fs-6 {
    font-size: 6px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11.5px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.lh-05 {
    line-height: 0.5;
}
.lh-1 {
    line-height: 1;
}

.lh-1-5 {
    line-height: 1.5;
}

.lh-2 {
    line-height: 2;
}


/* content */

.section-valores {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: top; padding: 10px;
}

.about-tab {
    margin-bottom: 20px;
}

/* home slider */

.carousel-control-next-icon
{
    background-color:  var(--mt-color-grey-3);
    padding: 10px;
    border-radius: 10px;
}

.carousel-control-prev-icon
{
    background-color:  var(--mt-color-grey-3);
    padding: 10px;
    border-radius: 10px;
}

/* software  */

select#categories{padding:10px;width:250px;font-family:arial,tahoma;font-size:16px;font-weight:700;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.25);border-radius:3px;-webkit-border-radius:3px;border:0;outline:0;-webkit-transition:.3s ease all;transition:.3s ease all}.noticias--item .caption h3,.post-detail--sharebar ul li,.post-detail--title{font-family:MontserratRegular}select#categories:active,select#categories:focus{border:0;outline:0}#categories{background-color:#0058a3}#categories:hover{background-color:#2980b9}

select#months{padding:10px;width:250px;font-family:arial,tahoma;font-size:16px;font-weight:700;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.25);border-radius:3px;-webkit-border-radius:3px;border:0;outline:0;-webkit-transition:.3s ease all;transition:.3s ease all}.noticias--item .caption h3,.post-detail--sharebar ul li,.post-detail--title{font-family:MontserratRegular}select#months:active,select#months:focus{border:0;outline:0}#months{background-color:#008f5c}#months:hover{background-color:#008f5c}
select#products{padding:10px;width:250px;font-family:arial,tahoma;font-size:16px;font-weight:700;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.25);border-radius:3px;-webkit-border-radius:3px;border:0;outline:0;-webkit-transition:.3s ease all;transition:.3s ease all}.noticias--item .caption h3,.post-detail--sharebar ul li,.post-detail--title{font-family:MontserratRegular}select#products:active,select#products:focus{border:0;outline:0}#products{background-color:#008f5c}#products:hover{background-color:#008f5c}

.primary-select{padding:10px;width:250px;font-family:arial,tahoma;font-size:16px;font-weight:700;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.25);border-radius:3px;-webkit-border-radius:3px;border:0;outline:0;-webkit-transition:.3s ease all;transition:.3s ease all}.noticias--item .caption h3,.post-detail--sharebar ul li,.post-detail--title{font-family:MontserratRegular}.primary-select:active,.primary-select:focus{border:0;outline:0}.primary-select{background-color:#0058a3}.primary-select:hover{background-color:#2980b9}

/* blog */

@media screen and (min-width: 768px) {
    .post-detail--body {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 35px;
        overflow-y: auto;

        img {
            max-width: 100%;
            height: auto !important;
        }

        * {
            text-align: justify;
        }
    }
}


/* share links  */

.share {
    padding: 0px 10px;
    padding-top: 2px;
    color: #fff;
    border-radius: 10px;
}


.fa-icon {
    background-color:  #0058a3;
}
.tw-icon {
    background-color:  #1da1f2;
}
.wa-icon {
    background-color:  #25d366;
}

.product-description img {
    max-width: 100%;
    height: auto !important;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--mt-color-theme-primary);
    --bs-tooltip-color: var(--mt-color-grey-1);
  }


/* inputs */

.checkout-input {
    width: 100%;
    border: none;
    background-color: #efeded;
    padding: 15px 20px;
    color: #797979;
}

.checkout-input::placeholder {
    color: #797979;
}

/* form wizard */
#formWizard {

    .nav-pills .nav-link {
        color: var(--mt-color-theme-secondary);
        background-color: #f8f9fa;
        padding: 10px 20px;
        margin-right: 10px;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: var(--mt-color-theme-primary);
    }

    .tab-content {
        padding: 20px;
        border: 1px solid #dee2e6;
        border-top: none;
    }
}
