/*---------------------
Generales
---------------------*/
.secpad {
    padding-top: 100px;
}

.padding-div {
    padding: 80px 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #383538;
    background-color: #fcfcfc;
    background-size: 20px 20px;
}

.sections {
    padding: 50px 0px 50px 0px;
}

a {
    text-decoration: none !important;
}

.btn-primary:hover {
    filter: brightness(1.25) !important;
}
.custom-toggler.navbar-toggler:hover {
    filter: brightness(1.25) !important;
}
.footer-distributed .footer-right a:hover {
    filter: brightness(1.25) !important;
}

.nav-link:hover {
    filter: brightness(0.75) !important;
}
.footer-distributed p.footer-links a:hover {
    filter: brightness(0.75) !important;
}

.test {
    flex-direction: unset;
}

.test .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255, 255, 255);
    background: #006fcf;
    border: none !important;
    margin-right: 15px;
}

.btn-primary {
    border: none !important;
}

/*---------------------
Header
---------------------*/

.navbar {
    position: fixed !important;
    z-index: 1000 !important;
    width: 100%;
    background: white;
    top: 0 !important;
    color: #006fcf !important;
}

#img-about {
    width: 100%;
    min-height: auto;
}

.btn-primary {
    background-color: #006fcf;
    border-color: #006fcf;
}

.header-img {
  background-size: cover;
  background-position: top center;
  margin-top: 50px;
  padding: 50px 0 50px 0;
  min-height: 500px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-img a {
    margin-top: 20px;
    width: 50%;
}

.block-1 {
    background-color: #006fcf;
    color: white;
}

.block-1 h2 {
    text-align: center;
    font-weight: bold;
}

.block-1 .card-text {
    text-align: center;
}

.block-1 .card-body {
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
}

.block-5 {
    background-color: #00175a;
    color: white;
    text-align: center;
}

.block-5 h2 {
    margin: 0 auto;
}

.block-5 a {
    margin: 0 auto;
}

.block-6 {
    text-align: center;
}

.block-6 h2 {
    margin: 0 auto;
}

.block-6 a {
    display: inline-block;
    width: 100%;
    padding-top: 25px;
    color: #006fcf;
}

.col-product {
    margin: 0 auto !important;
}

.thumbnail {
    display: inline-block;
    margin: 0 auto;
}

.thumbnail img {
    width: 100%;
    padding: 20px 0;
}

.card-deck {
    width: 100%;
    margin: 0;
}

.card-title {
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    padding: 10px 0;
}

.card-deck > div[class*="col-"] {
    display: flex;
    flex: 1 0 auto;
}

.card-deck .card {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    background: transparent !important;
    border: none !important;
}

.card-footer {
    background: #f7af07;
    color: white !important;
    text-align: center;
}

/*---------------------
			Partner
	---------------------*/

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-container.partner {
    padding-top: 30px;
}

.partner-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo img {
    max-width: 250px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: 0.5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: 0.5s ease-in-out;
    filter: grayscale(100%);
    opacity: 0.8;
}

.partner-logo img:hover {
    -webkit-filter: grayscale(0%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: 0.5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: 0.5s ease-in-out;
    filter: grayscale(0%);
    opacity: 1;
}

/*---------------------
Contact
---------------------*/

.contact4 .right-image {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
}

@media (min-width: 1024px) {
    .contact4 .contact-box {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

@media (max-width: 1023px) {
    .contact4 .contact-box {
        padding-bottom: 40px;
    }
    .contact4 .right-image {
        position: relative;
        bottom: -95px;
    }
}

/*---------------------
Footer
---------------------*/

.footer-distributed {
    border-top: 1px solid #ecedee;
    background-color: white;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font: normal 16px sans-serif;
    padding: 45px 50px;
}

.footer-distributed .footer-left p {
    color: #8f9296;
    font-size: 14px;
    margin: 0;
}

.copyright a {
    color: #8f9296;
}

.footer-distributed .footer-left p a:hover {
    color: #f7af07;
}

.footer-distributed #facebook {
    background-color: #0077e2;
}
.footer-distributed #youtube {
    background-color: #ef1a1a;
}
.footer-distributed #twitter {
    background-color: #00acee;
}
.footer-distributed #linkedin {
    background-color: #0e76a8;
}
.footer-distributed #instagram {
    background-color: #e1306c;
}

.footer-distributed #whatsapp {
    background-color: #25d366;
}

.footer-distributed #facebook-mesenger {
    background-color: #0078ff;
}

.footer-distributed p.footer-links {
    font-size: 15px;
    color: #8f9296;
    margin: 0 0 10px;
    padding: 0;
}

.footer-distributed p.footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: #006fcf !important;
}

.footer-right {
    padding: 25px 0;
    color: #8f9296;
}

.footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #f7af07;
    border-radius: 5px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-bottom: 3px;
    margin-left: 3px;
}

/*---------------------
Productos
---------------------*/

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.button-style {
    display: inline-block !important;
    padding: 10px 50px !important;
    margin: 0 0.3em 0.3em 0 !important;
    border-radius: 2em !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background: #ce1936 !important;
    text-align: center;
    transition: all 0.2s;
}
.button-style:hover {
    color: white !important;
    filter: brightness(1.25) !important;
}
.box {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.box:hover::after {
    opacity: 1;
}
.square {
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product_name {
    font-weight: bold;
    margin: 5px 0;
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.price {
    color: black;
}
.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 10px auto;
    padding: 30px;
}
.pagination li {
    display: inline;
    text-align: center;
}
.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.pagination a:active {
    outline: none;
}
.modal-2 li:first-child a {
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px 0 0 50px;
}
.modal-2 li:last-child a {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0;
}
.modal-2 a {
    border-color: #ddd;
    color: #999;
    background: #fff;
}
.modal-2 a:hover {
    color: #e34e48;
    background-color: #eee;
}
.modal-2 a:active {
    border-color: #e34e48;
    background: #e34e48;
    color: #fff;
}

/*----------------------
Product
-------------------------*/

/*! CSS Used from: https://offysillasdemexico.com/assets/test_m/css/style.css */
input[type="number"] {
    -moz-appearance: textfield;
}
.button-style {
    display: inline-block !important;
    padding: 10px 50px !important;
    margin: 0 0.3em 0.3em 0 !important;
    border-radius: 2em !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background: #ce1936 !important;
    text-align: center;
    transition: all 0.2s;
}
.button-style:hover {
    color: white !important;
    filter: brightness(1.25) !important;
}
.product {
    margin-bottom: 40px;
    position: relative;
    display: block;
}
.product .product-description {
    padding: 8px 0 10px;
}
.product-title {
    min-height: 35px;
    width: 74%;
}
.product .product-title h3 {
    font-weight: 600;
    margin-bottom: 0;
}
.product .product-category {
    display: block;
    opacity: 0.5;
}
.product .product-price {
    width: 26%;
    float: right;
    margin-bottom: 0;
    margin-top: -30px;
    text-align: right;
}
.product .product-price ins {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    text-decoration: none;
}
.product .product-reviews {
    color: #73848e;
    float: right;
    font-size: 13px;
}
.cart-product-quantity .minus,
.cart-product-quantity .plus {
    border: 1px solid #eee;
    margin: 0 -4px;
    padding: 5px 12px;
}
.cart-product-quantity .qty {
    border: 1px solid #eee;
    max-width: 40px;
    padding: 5px;
    text-align: center;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-initialized .slick-slide {
    display: block;
}
.p-t-30 {
    padding-top: 30px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-l-5 {
    margin-left: 5px;
}
.wrap-pic-w img {
    width: 100%;
}
.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .respon5 {
        width: 100%;
    }
}
.slick-slide {
    outline: none !important;
}
.wrap-slick3-dots {
    width: 14.5%;
}
.slick3 {
    width: 80.64%;
}
.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.slick3-dots li img {
    width: 100%;
}
.slick3-dot-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.slick3-dot-overlay:hover {
    border: 3px solid #888888;
}
.slick3-dots .slick-active .slick3-dot-overlay {
    border: 3px solid #888888;
}
.cart-product-quantity .qty {
    border: 1px solid #eee;
    max-width: 40px;
    padding: 5px;
    text-align: center;
}

/*-------------------------
Cart
--------------------------*/

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.button-style {
    display: inline-block !important;
    padding: 10px 50px !important;
    margin: 0 0.3em 0.3em 0 !important;
    border-radius: 2em !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background: #ce1936 !important;
    text-align: center;
    transition: all 0.2s;
}
.button-style:hover {
    color: white !important;
    filter: brightness(1.25) !important;
}
.cart-product-quantity .qty {
    border: 1px solid #eee;
    max-width: 40px;
    padding: 5px;
    text-align: center;
}
.shop-cart hr {
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}
.shop-cart hr.space {
    border: none;
    height: 50px;
}
.space {
    width: 100%;
    display: block;
    clear: both;
    height: 20px;
    position: relative;
}
.shop-cart th,
.shop-cart .table td {
    vertical-align: middle;
}
.shop-cart .cart-product-remove {
    text-align: center;
}
.shop-cart .cart-product-thumbnail img {
    max-width: 52px;
}
.shop-cart .cart-product-thumbnail .cart-product-thumbnail-name {
    padding: 24px;
    font-weight: 600;
}
.cart-product-description {
    max-width: 200px;
    font-size: 12px;
}
.cart-product-description span {
    display: block;
}
.cart-product-quantity .qty {
    border: 1px solid #eee;
    max-width: 40px;
    padding: 5px;
    text-align: center;
}
.table td,
.table th {
    padding: 0.75rem 0;
}
@media all and (max-width: 30em) {
    a.button-style {
        display: block !important;
        margin: 0.2em auto !important;
    }
}

.p-b-0 {
    padding-bottom: 0px;
}
.background-grey {
    background-color: #f6f6f6 !important;
}
.p-b-0 {
    padding-bottom: 0px !important;
}
.p-t-40 {
    padding-top: 40px !important;
}
.icon {
    margin-bottom: 16px;
}
.icon-box {
    margin-bottom: 50px;
    font-size: 30px;
}
.icon-box .icon {
    height: 64px;
    position: absolute;
    width: 64px;
}
.icon-box .icon a {
    width: 100%;
    height: 100%;
    color: #333;
}
.icon-box h3 {
    margin: 0 12px 10px 83px;
}
.icon-box.small .icon {
    height: 46px;
    width: 46px;
}
.icon-box.small > h3 {
    font-size: 18px;
    margin: 0 12px 4px 60px;
}
/*! CSS Used from: https://offysillasdemexico.com/assets/test_m/fonts/fontawesome/css/all.css */
.fa-dollar-sign:before {
    content: "\f155";
}
.fa-history:before {
    content: "\f1da";
}
.fa-truck:before {
    content: "\f0d1";
}

/*---------------------
	Media Queries
---------------------*/
