.nineteen .flat-top-right ul, .nineteen .flat-top.v1 .flat-top-left {
    line-height: 2.5;
}

.nineteen .flat-header .flat-widgets .widget {
    padding: 15px 0 10px;
}

.nineteen .flat-header .flat-widgets .widget input[type="search"] {
    border-radius: 20px;
}

.nineteen .flat-header .flat-widgets .widget input[type="submit"].search-submit {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.nineteen .btn-social {
    width: 100%;
    margin-bottom: 10px;
}

.nineteen .btn-social.facebook {
    background-color: #3B5998;
    border-color: #3B5998;
}

.nineteen .btn-social.google {
    background-color: #DC4E41;
    border-color: #DC4E41;
}

.nineteen .flat-widgets {
    width: 82.4%;
}

.nineteen .flat-widgets .widget > a, .nineteen .flat-widgets .widget .title {
    color: #fff;
}

.nineteen .flat-ordered .total .flat-left:before,
.nineteen .flat-ordered .total .flat-right:before {
    content: '';
}

.nineteen .cart-items-span {
    display: inline-block;
    width: 19px;
    line-height: 17px;
    text-align: center;
    border-radius: 20px;
    border: solid 0.5px;
    font-size: 10px;
}

.nineteen #cart-table .product-name {
    display: inline-block;
    width: 200px;
}

.nineteen #cart-table .numbers-row {
    width: 150px;
}

.nineteen #cart-table .numbers-row .cant-number-input {
    width: 40%;
    background-color: #fff;
}

.nineteen #cart-table .numbers-row .button_inc {
    width: 30%;
    height: 100%;
    background-color: red;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    cursor: pointer;
}

.nineteen #cart-table .numbers-row .button_inc.inc {
    float: left;
}

.nineteen #cart-table .numbers-row .button_inc.dec {
    float: right;
}

.nineteen button.add_to_cart_button {
    padding: 8px 24px;
}

.nineteen .checkout h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.nineteen .owl-dots {
    top: 0;
}

.nineteen .carousel-indicators li {
    border-color: #008c9e;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.nineteen .carousel-indicators .active {
    background-color: #008c9e;
}

.nineteen .flat-new-arrivals .item {
    border-radius: 20px;
    overflow: hidden;
}

.nineteen .flat-our-products .item {
    border: solid 0.5px #eeeeee;
    border-radius: 20px;
    overflow: hidden;
}

.nineteen .box-hover .add-to-links li:nth-child(2) i {
    padding: 6px 8px;
}

.nineteen .box-hover .add-to-links li i {
    border-color: rgba(0,0,0,0);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.nineteen .item-img-info .box-hover .add-to-links a:hover i {
    color: #fff;
    border: 1px solid #fff;
}

.nineteen .flat-product-show .product-shop .rating {
    opacity: 0;
}

.nineteen .owl-carousel .owl-dot {
    border: solid 0.5px #eee;
}

.nineteen .owl-carousel .owl-dot.active {
    border-color: #213080;
}

.nineteen .flat-our-products .item .product-info-overview {
    width: 100%;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    top: unset;
    bottom: 0;
    border-top: solid 0.5px #eeeeee;
    padding: 0 15px;
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.nineteen .flat-our-products .item:hover .product-info-overview {
    opacity: 0;
    bottom: -50%;
}

.nineteen footer .widget ul li {
    padding-left: 40px;
    margin-bottom: 5px;
}

.nineteen footer .widget ul li:before {
    color: #fff;
    background-color: #373739;
    padding: 5px 8px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}

.nineteen .breadcrumbs .home:before {
    display: none;
}

.nineteen .new-top-right,
.nineteen .new-top-right + .sale-top-right {
    width: 50px;
}

.nineteen .flat-header {
    background-color: #575757;
}

.nineteen .flat-header .flat-widgets .widget.widget_search.results-open input[type="search"] {
    border-bottom-left-radius: 0;
}

.nineteen .flat-header .flat-widgets .widget.widget_search.results-open input[type="submit"].search-submit {
    border-bottom-right-radius: 0;
}

.nineteen .widget.widget_shopping.nineteen-auth-header {
    width: 25%;
    margin-right: 19px;
}

.nineteen .search-results {
    display: none;
    position: absolute;
    top: calc(100% - 5px);
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    z-index: 999;
    border-left: solid #ddd 0.5px;
    border-right: solid #ddd 0.5px;
    border-bottom: solid #ddd 0.5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: scroll;
}

.nineteen .search-results .search-result-line {
    border-bottom: #ddd 0.5px solid;
}

.nineteen .search-results .search-result-line h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nineteen .search-results .search-result-line del {
    color: red;
}

.nineteen .search-results .no-results {
    margin-top: 20px;
}

.nineteen .flat-header .flat-widgets .widget.widget_search.results-open .search-results {
    display: block;
}

.nineteen .widget_product_categories li:before {
    display: none;
}

.nineteen .widget_product_categories li .container_check input[type=checkbox] {
    vertical-align: sub;
    margin-right: 5px;
}

.nineteen .marcas-carousel {
    margin-top: 20px;
    margin-bottom: 50px;
}

.nineteen .marcas-carousel .owl-item > div {
    border: solid 0.5px #ddd;
    border-radius: 5px;
    margin: 5px;
}

.nineteen .marcas-carousel img {
    height: 130px;
}

.nineteen .owl-carousel.marcas-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.nineteen .promo-carousel .promo-item {
    border: solid 0.5px #ddd;
    border-radius: 15px;
    margin: 5px;
    padding: 5px;
    padding-bottom: 15px;
}

.nineteen .promo-carousel .add-to-links {
    display: inline-block;
}

.nineteen .promo-carousel .promo-item h4 {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nineteen .product-page .products-grid > li {
    float: left;
}

.nineteen .product-page .product-categories {
    max-height: 300px;
    overflow: scroll;
}

.whatsapp-btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 8px;
    margin: 5px;
    font-size: 35px;
    text-align: center;
    color: #ffffff;
    background-color: #25D366;
    position: fixed;
    right: 30px;
    bottom: 45px;
    z-index: 9999;
    box-shadow: 1px 2px 8px #6a6a6a;
}

.nineteen-link{
    color: rgb(242, 174, 174);
}

.facebook-messenger-btn {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 5px;
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #006AFF;
    position: fixed;
    right: 30px;
    bottom: 130px;
    z-index: 9999;
    box-shadow: 1px 2px 8px #6a6a6a;
}

.logo_foot{
    width:70%;
    margin-top: 15px;
    margin-bottom: 10px;
}

/* Payment methods */
.nineteen .card-img-top{
    border-radius: 25px;
    height: 250px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}
/* END Payment methods */

/* subrayado */


h3.subrayado {
    text-decoration: underline 5px #f77503;
}

.text-justify{
    text-align: justify;
}
/* END subrayado */

@media only screen and (max-width: 991px) {
    .nineteen .flat-widgets {
        width: 100%;
    }

    .nineteen .widget.widget_shopping.nineteen-auth-header {
        width: auto;
    }

    .nineteen .flat-header-bottom .flat-menu {
        width: 100%;
    }
    .nineteen #mainnav-mobi ul > li > a {
        color: #fff;
    }
}



/* * */
/* .container .nineteen-border{
    border: 1px solid;
    border-radius: 5px;

} */
.container .row-1, .row-2{
    height:50%;
}

.container .row-1 .img-anuncio-1, .img-anuncio-2{
    margin-top:20px;
    /* margin-bottom: 20px; */
    position: relative;
    width: 100%;
    text-align: center;
}

.m-container ul.add-to-links{
    /*padding: 10px;*/
    display: inline-flex;
}
.m-container ul li{
    /*margin: 0 10px 5px 0;*/
    font-size: 20px;
    margin: 10px 20px 0 0;
}
.m-container ul li a i:hover{
    color: rgb(246, 197, 4);
    transition: all ease;
    transform: scale(1.2);
}

.content-area .flat-top-bar-shop .flat-filter .flat-sortby ul.flat-blog-select li button, a {
    border: none;
    background-color: transparent; 
    color: black;
}
.content-area .flat-top-bar-shop .flat-filter .flat-sortby ul.flat-blog-select li button:hover{
    color: #fff;
}

@media (min-width: 320px) {
    .container {
      width: 300px;
    }
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1200px;
    }
  }

@media (min-width: 320px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
      float: left;
    }
    .col-xs-12 {
      width: 100%;
    }
    .col-xs-11 {
      width: 91.66666667%;
    }
    .col-xs-10 {
      width: 83.33333333%;
    }
    .col-xs-9 {
      width: 75%;
    }
    .col-xs-8 {
      width: 66.66666667%;
    }
    .col-xs-7 {
      width: 58.33333333%;
    }
    .col-xs-6 {
      width: 50%;
    }
    .col-xs-5 {
      width: 41.66666667%;
    }
    .col-xs-4 {
      width: 33.33333333%;
    }
    .col-xs-3 {
      width: 25%;
    }
    .col-xs-2 {
      width: 16.66666667%;
    }
    .col-xs-1 {
      width: 8.33333333%;
    }
    .col-xs-pull-12 {
      right: 100%;
    }
    .col-xs-pull-11 {
      right: 91.66666667%;
    }
    .col-xs-pull-10 {
      right: 83.33333333%;
    }
    .col-xs-pull-9 {
      right: 75%;
    }
    .col-xs-pull-8 {
      right: 66.66666667%;
    }
    .col-xs-pull-7 {
      right: 58.33333333%;
    }
    .col-xs-pull-6 {
      right: 50%;
    }
    .col-xs-pull-5 {
      right: 41.66666667%;
    }
    .col-xs-pull-4 {
      right: 33.33333333%;
    }
    .col-xs-pull-3 {
      right: 25%;
    }
    .col-xs-pull-2 {
      right: 16.66666667%;
    }
    .col-xs-pull-1 {
      right: 8.33333333%;
    }
    .col-xs-pull-0 {
      right: auto;
    }
    .col-xs-push-12 {
      left: 100%;
    }
    .col-xs-push-11 {
      left: 91.66666667%;
    }
    .col-xs-push-10 {
      left: 83.33333333%;
    }
    .col-xs-push-9 {
      left: 75%;
    }
    .col-xs-push-8 {
      left: 66.66666667%;
    }
    .col-xs-push-7 {
      left: 58.33333333%;
    }
    .col-xs-push-6 {
      left: 50%;
    }
    .col-xs-push-5 {
      left: 41.66666667%;
    }
    .col-xs-push-4 {
      left: 33.33333333%;
    }
    .col-xs-push-3 {
      left: 25%;
    }
    .col-xs-push-2 {
      left: 16.66666667%;
    }
    .col-xs-push-1 {
      left: 8.33333333%;
    }
    .col-xs-push-0 {
      left: auto;
    }
    .col-xs-offset-12 {
      margin-left: 100%;
    }
    .col-xs-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
      margin-left: 75%;
    }
    .col-xs-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
      margin-left: 50%;
    }
    .col-xs-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
      margin-left: 25%;
    }
    .col-xs-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
      margin-left: 0;
    }
  }
  
  @media (min-width: 768px) {
    .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
      float: left;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-1 {
      width: 8.33333333%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-pull-11 {
      right: 91.66666667%;
    }
    .col-sm-pull-10 {
      right: 83.33333333%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-8 {
      right: 66.66666667%;
    }
    .col-sm-pull-7 {
      right: 58.33333333%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-5 {
      right: 41.66666667%;
    }
    .col-sm-pull-4 {
      right: 33.33333333%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-2 {
      right: 16.66666667%;
    }
    .col-sm-pull-1 {
      right: 8.33333333%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-push-11 {
      left: 91.66666667%;
    }
    .col-sm-push-10 {
      left: 83.33333333%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-8 {
      left: 66.66666667%;
    }
    .col-sm-push-7 {
      left: 58.33333333%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-5 {
      left: 41.66666667%;
    }
    .col-sm-push-4 {
      left: 33.33333333%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-2 {
      left: 16.66666667%;
    }
    .col-sm-push-1 {
      left: 8.33333333%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 992px) {
    .col-md-1, .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-10, .col-md-11, .col-md-12 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-pull-11 {
      right: 91.66666667%;
    }
    .col-md-pull-10 {
      right: 83.33333333%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-8 {
      right: 66.66666667%;
    }
    .col-md-pull-7 {
      right: 58.33333333%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-5 {
      right: 41.66666667%;
    }
    .col-md-pull-4 {
      right: 33.33333333%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-2 {
      right: 16.66666667%;
    }
    .col-md-pull-1 {
      right: 8.33333333%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-push-11 {
      left: 91.66666667%;
    }
    .col-md-push-10 {
      left: 83.33333333%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-8 {
      left: 66.66666667%;
    }
    .col-md-push-7 {
      left: 58.33333333%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-5 {
      left: 41.66666667%;
    }
    .col-md-push-4 {
      left: 33.33333333%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-2 {
      left: 16.66666667%;
    }
    .col-md-push-1 {
      left: 8.33333333%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
      float: left;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-pull-11 {
      right: 91.66666667%;
    }
    .col-lg-pull-10 {
      right: 83.33333333%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-8 {
      right: 66.66666667%;
    }
    .col-lg-pull-7 {
      right: 58.33333333%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-5 {
      right: 41.66666667%;
    }
    .col-lg-pull-4 {
      right: 33.33333333%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-2 {
      right: 16.66666667%;
    }
    .col-lg-pull-1 {
      right: 8.33333333%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-push-11 {
      left: 91.66666667%;
    }
    .col-lg-push-10 {
      left: 83.33333333%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-8 {
      left: 66.66666667%;
    }
    .col-lg-push-7 {
      left: 58.33333333%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-5 {
      left: 41.66666667%;
    }
    .col-lg-push-4 {
      left: 33.33333333%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-2 {
      left: 16.66666667%;
    }
    .col-lg-push-1 {
      left: 8.33333333%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
      margin-left: 0;
    }
  }

  .carousel-control-prev-icon, .carousel-control-next-icon{
    background-color: #000;
  }