@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');


html {height:100%;background-color: transparent;scroll-behavior: smooth;}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #666569;
    height:100%;
    transition: max-height 0.5s ease-out;
}
body.scrolled {
    padding-top: 193.1px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
header#main-header, footer#main-footer, .btn {
    font-family: 'Poppins', sans-serif;
}
header#main-header .bg-primary, .btn {
    letter-spacing: .45px;
}
nav#navbar-top {
    height: 33px;
    overflow: hidden;
}
.font-weight-regular {
    font-weight: 500;
}
header#main-header .navbar-nav .current-menu-item .nav-link,
header#main-header .navbar-nav .nav-link:hover {
    text-decoration: underline;
}
header#main-header {
    z-index: 9;
}
header#main-header.position-fixed #navbar-top {
   display: none;
}

header#main-header .navbar-nav .current-menu-item .nav-link {
    font-weight: 600;
}

.container {
    max-width: 100%;
    width: 1250px;
}

.line-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
}
p,.p {
    line-height: 1.75 !important;
}
.grayscale {
    filter: grayscale(1);
}
#st-1 .st-btn {
    /* background-color: transparent !important; */
    /* border: none !important; */
    /* filter: grayscale(100%); */
}

main img,
section img {
    max-width: 100%;
    height: auto;
}

@media(max-width: 600px) {
    header.woocommerce-products-header h1 {
        font-size: 1rem;
    }
    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        font-size: 1rem;
    }
}
.letter-spacing-1rem {
    letter-spacing: 1rem;
}
.letter-spacing-2rem {
    letter-spacing: 2rem;
}
.letter-spacing-2 {
    letter-spacing: 2px;
}
.letter-spacing-3 {
    letter-spacing: 3px;
}

ul#menu-superior {
    width: 290px;
}
.smallest {
    font-size: 70%;
}
.top-0 {
    top: 0;
}
.left-0 {
    left: 0;
}
.bg-cover {
    background-size: cover;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-center {
    background-position: center center;
}
.bg-multiply {
    background-blend-mode: multiply;
}
.bg-darken {
    background-blend-mode: darken;
}
.bg-soft-light {
    background-blend-mode: soft-light;
    background-color: rgba(255, 255, 255, 0.35) !important;
}

.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bg-overlay-primary {
    background-color: rgba(54, 147, 209, 0.7);
}
.bg-overlay-warning {
    background-color: rgba(248, 173, 10, 0.85);
}

.bg-lighter {
    background-color: #f5f5f5 !important;
}

.bg-fixed {
    background-attachment: fixed;
}

body.service #tp-menu_forcefullwidth {
    background-color: #f2f2f2;
    position: relative !important;
    height: auto !important;
}
.text-white-all * {
    color: #fff !important;
}
.rounded-2 {
    border-radius: .9rem!important;
}
.ul-unstyled{
    list-style: none;
    margin-left:0em !important;
}

.modal-open #tp-menu_forcefullwidth {
    z-index: 1;
}

.c-pointer {
    cursor: pointer;
}
.z-index-99 {
    z-index: 99;
}
@media(max-width: 992px) {
    .justify-mobile-center {
        justify-content: center;
    }
    .border-0-md {
        border: 0 !important
    }
}

.p-m0 p {
    margin: 0;
}



iframe {
    max-width: 100%;
}

header#cover iframe {
    height: 280px;
    background-color: #0971ad;
}

.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 3.6rem;
}
.card-title.h5 {
    height: 4.5rem;
}
.card-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
}
.card-excerpt p {
    min-width: 100%;
}
.card-badge {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.card-meta {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5rem;
}
.mw-50 {
    max-width: 50% !important;
}
.mw-100 {
    max-width: 100% !important;
}


.social-icon {
    width: 42px;
    height: 42px;
    line-height: 27px;
    text-align: center;
}


.navbar-brand {
    margin-right: 0;
}

.navbar {
    display: block;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

#main-header #main-nav .navbar-nav li:last-child .nav-link {
    border: 0;
}
#main-header .navbar-brand img {
    width: 205px;
}
@media(max-width: 400px) {
    body.scrolled {
        padding-top: 178.5px;
    }
    #main-header .navbar-brand img {
        width: 165px;
    }
}
@media(max-width: 360px) {
    body.scrolled {
        padding-top: 167.7px;
    }
    #main-header .navbar-brand img {
        width: 135px;
    }
}
#main-footer .navbar-brand img {
    height: 80px;
}

.square {
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}



.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

article.card-product .title {
    overflow: hidden;
    height: 4.5rem;
    box-sizing: content-box;
}
article.card-product .title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
article.card-product .price,
article.card-product .excerpt {
    overflow: hidden;
    height: 1rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
article.card-product .price {
    height: 1.25rem;
}

section#upsell-products img,
section.product img {
    width: 100%;
}

header.woocommerce-products-header h1 {
    border-width: 1rem !important;
}

section#category .border-white {
    border-width: 2px !important;
}


input.wpcf7-form-control.wpcf7-submit {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9rem;
    color: #666569;
    min-height: 2.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    background-color: #171795;
    color: white;
    border-radius: 2em;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto;
}
.btn{
    border-radius: 2em;
    padding: 0.8em 2em;
}
.card-blog{
    height: 300px !important;
    border:unset;
}
.overlay{
    position: absolute;
    background-color: #00000036;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
hr {
    border-top: 2px solid rgba(0,0,0,.1);
    background-color: #b5d8ff9c !important;
}
.middle-arrow{
    position:absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    margin-left:auto;
    margin-right:auto;
}
.category-content{
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.action-arrow:hover > .card-body{
    margin-top: -9em;
    transition: margin-top 0.25s ease-in;
}
.action-arrow .disp-content{
    height:0;
    overflow: hidden;
}
.action-arrow:hover > .card-body .card-content .disp-content {
        height: 9em;
        transition: height 0.25s ease-in;
}
.navbar-nav .nav-link {
    padding-right: 1em;
    padding-left: 1em;
}
.bg-grey{
    background-color: #efefef;
}
.dropdown-menu {
    left: -3rem !important;
}
#tabs-category .nav-link, #tabs-category .nav-link.active {
    padding : 0 !important;
    border:0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background-color:transparent !important;
}
#tabs-category .nav-link img {
    max-width: 25%;
    height: auto !important;
}

#tabs-category .nav-link {
    height: 100%;
    text-align: left;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.75)!important;
    transition: all .3s ease;
    height: 56px;
    overflow: hidden;
}
#tabs-category .nav-link.active,
#tabs-category .nav-link:hover {
    box-shadow: none !important;
}
#destacados .nav-link, #destacados .nav-item{
    border-radius: 0px !important;
}

#destacados .nav-item{
    margin: 0 0.5em;
}
.btn-destacados{
    background-color: white;
    border-color: unset !important;
    color: #171e71;
    border-radius: 3px !important;
    border: none !important;
}
#searchform input{
    border-top-left-radius: 2em !important;
    border-bottom-left-radius: 2em !important;
    background-color: #efefef;
}
#searchform button{
    border-left: 0 !important;
    border: 1px solid #ced4da;
    background-color: #efefef;
}
.wpcf7, .wpcf7 label, .wpcf7 span,  .wpcf7 input,  .wpcf7 select,  .wpcf7 textarea {
    width:100%;
}

.wpcf7 select,  .wpcf7 input, .wpcf7 textarea {
    padding: 7px 3px;
    border-color: #7676767a;
    color: #767676;
    border-radius: 0.3em;
}
.wpcf7 select {
    padding: 7px 0px;
}
.wpcf7 input{
    border: 1px solid #7676767a;
}
.line-clamp,
.line-clamp * {
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    height: auto !important;
    margin: 0;
}
.line-clamp:after,
.line-clamp p:after {
    display: none !important;
}
.line-clamp-1,
.line-clamp-1 p {
    -webkit-line-clamp: 1;
}
.line-clamp-2,
.line-clamp-2 p {
    -webkit-line-clamp: 2;
}
.line-clamp-3,
.line-clamp-3 p {
    -webkit-line-clamp: 3;
}
.line-clamp-4,
.line-clamp-4 p {
    -webkit-line-clamp: 4 !important;
}
.line-clamp-5,
.line-clamp-5 p {
    -webkit-line-clamp: 5;
}
.line-clamp-6,
.line-clamp-6 p {
    -webkit-line-clamp: 6;
}
.line-clamp-7,
.line-clamp-7 p {
    -webkit-line-clamp: 7;
}
.line-clamp-8,
.line-clamp-8 p {
    -webkit-line-clamp: 8;
}
.line-clamp-9,
.line-clamp-9 p {
    -webkit-line-clamp: 9;
}
.line-clamp-10,
.line-clamp-10 p {
    -webkit-line-clamp: 10;
}



.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
section#cta {
    height: 500px;
    background-size: 100% 500px;
    background-image: url(../images/bg-cta.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: -10rem;
}
section#cta-2 {
    background-image: url(../images/bg-call.png);
    background-size: cover;
    background-position: center;
}
section#slider {
    background-size: cover;
    background-image: url(../images/bg-slider.png);
    background-position: bottom;
    height: 750px;
    background-size: 100% 750px;
    background-repeat: no-repeat;
    margin-bottom: -5rem;
}
@media(max-width:992px) {
    section#cta {
        height: 650px;
        background-size: auto 650px;
        bacground-position: center;
        margin-top: -15rem;
    }
    section#slider {
        height: 500px;
        background-size: auto 100%;
        margin-bottom: -7rem;
    }
}
@media(max-width:650px) {
    section#slider {
        height: 600px;
        background-size: auto 100%;
        margin-bottom: -10rem;
    }
    section#slider .btn-outline-light {
        background-color: #5370eb; 
    }
}
#tabs-category .nav-link img,
#tabs-category .nav-link.active img,
#tabs-category .nav-link img,
#tabs-category .nav-link:hover img {
    opacity: 1;
}

#tabs-category .nav-link img, #tabs-category .nav-link img {
    /* opacity: .5; */
    /* transition: all .3s ease; */
    width: 56px;
    height: 56px;
    min-width: 56px;
}

.card {
    border-radius: .5rem;
    overflow: hidden;
}



@media(min-width:1350px) {
    .flickity-arrows .flickity-button.previous {
        margin-left: -4rem;
    }

    .flickity-arrows {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .flickity-arrows .flickity-button.next {
        margin-right: -4rem;
    }
}
@media(max-width:1350px) {
    .flickity-arrows .flickity-button.previous {
        margin-left: -1.5rem;
    }

    .flickity-arrows {
        padding-left:  2rem !important;
        padding-right: 2rem !important;
    }

    .flickity-arrows .flickity-button.next {
        margin-right: -1.5rem;
    }
}

body.yith-woocompare-popup .st-sticky-share-buttons,
iframe .st-sticky-share-buttons {
    display: none !important;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999;
}


.border-top.border-dotted {
    border-top-width: 5px !important;
    position: relative;
}

.border-top.border-dotted:before {content: "\f105";position: absolute;top: 0;right: 0;font-family: "Font Awesome 5 Free";font-weight: 900;font-size: 2rem;margin-top: -1.65rem;color: #dee2e6;}

a.added_to_cart.wc-forward {
    display: none !important;
}
.xoo-wsc-icon-basket1:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px;
}

.xoo-wsc-basket {
    width: 57px;
    text-align: center;
}

section#slider img {
    border-radius: 1rem;
}