* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
}

:root {
    --black: #000000;
    --rosa: #f6017b;
    --rosa-pastel: #f08f9a;
    --gray: #272727;
    --green: #125f40;
    --white: #fff;
    --color-gray: #f7f7f7;
    --size-13: 13px;
    --size-50: 50px;
}

::selection {
    background: var(--black);
    color: var(--white);
}

.modal-content {
    border: none
}

.activeNav {
    color: var(--rosa) !important;
    font-weight: 700 !important;
}

.menuAcitve {
    position: relative;
}
.colorBackBlack{
    background: var(--black);
    padding: 40px 30px;
}

.colorBackBlack h1{
    color: var(--white);
    font-weight: 700;
    text-align: center;
}
.ulMenu {
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--black);
    width: 150px;
    padding: 10px 0 10px 20px;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    list-style: none;
}

.activeListMenu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    list-style: none;
}

.showClose {
    display: none;
}

.modal-content {
    border-radius: 0px;
}

.color_rose {
    color: var(--rosa);
    font-weight: 700;
}

.search-input-cel::-webkit-input-placeholder, .search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--white);
}

.search-input-ce::-moz-placeholder, .search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--white);
}

.search-input-cel:-ms-input-placeholder, .search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--white);
}

.search-input-cel:-ms-input-placeholder, .search-input:-ms-input-placeholder {
    /* Firefox 18- */
    color: var(--white);
}

.colorInput input::-webkit-input-placeholder,
.colorInput textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--black);
}

.colorInput input::-moz-placeholder,
.colorInput textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--black);
}

.colorInput input:-ms-input-placeholder,
.colorInput textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--black);
}

.colorInput input:-moz-placeholder,
.colorInput textarea:-moz-placeholder {
    /* Firefox 18- */
    color: var(--black);
}

/********* NAVEGADOR *******/

.search-button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.search-toggle {
    position: relative;
    display: block;
}

.search-toggle::before,
.search-toggle::after {
    content: "";
    position: absolute;
    display: block;
    transition: all 0.1s;
}

.search-toggle.active::before {
    width: 0;
    border-width: 1px;
    border-radius: 0;
    transform: rotate(45deg);
    top: -1px;
    left: 4px;
}

.search-toggle.active::after {
    width: 12px;
    left: -1px;
    top: 4px;
}

.search-input-cel:focus, .search-input:focus {
    outline: none;
}


.search-input-cel:focus, .search-input:focus {
    outline: none;
}

.nav .search-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 0;
    transform: translateY(100%);
    background-color: var(--rosa-pastel);
    transition: all 0.3s;
}

.nav .search-box .search-input-cel, .nav .search-box .search-input {
    width: 100%;
    height: 100%;
    padding: 0 1em;
    border: 0;
    background-color: transparent;
    opacity: 0;
    color: var(--white);
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}

.nav.search-box .search-input-cel::-webkit-input-placeholder,  .search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.nav.show .search-box {
    max-height: 90px;
}

.nav.show .search-box .search-input-cel, .nav.show .search-box .search-input {
    opacity: 1;
}

.nav {
    background: var(--black) !important;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

p {
    font-size: 15px;
}

.nav .flexNavIcon {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.nav .flexNavIcon a {
    padding-left: 20px;
}

.nav .flexNavIcon a img {
    width: 20px;
}

.nav .flexNav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav .flexNav a {
    color: var(--white);
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    font-size: var(--size-13);
    position: relative;
    text-decoration: none;
}

.nav .flexNav a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    /* position: absolute; */
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.nav .flexNav a:hover:after {
    width: 100%;
    left: 0;
}

.imgNav {
    height: 50px;
    width: 100px;
}

/************ HEADER *********/
.headerImage {
    width: 100%;
    height: 800px;
}

.headerProductos {
    width: 100%;
    height: 500px;
}

#backOne {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#backProductos {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.titleHeader {
    color: var(--white);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: var(--size-50);
    line-height: 60px;
    margin-bottom: 30px;
}

.positionRelative {
    position: relative;
}

.pAbsoluteTR {
    position: absolute;
    top: 5%;
    right: 15%;
}

.positionRlCenter {
    height: 100%;
    position: relative;
}

.positionPlCenter {
    position: absolute;
    top: 35%;
}

.positionCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.buttonBlack {
    padding: 10px 50px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    font-size: var(--size-13);
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
    border: none;
    background: linear-gradient(to right, white 50%, #000 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.buttonBlack:hover {
    background-position: left bottom;
    color: var(--black);
    text-decoration: none;
}

#tabBissu {
    background: var(--black);
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    margin-right: 15px;
}

#tabProsa {
    background: var(--green);
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    margin-left: 15px;
}

.tabProducts .imagenTabs {
    width: 340px;
    display: block;
    margin: 0 auto;
}
.positionCenter div .imagenTabs{
    width: 340px;
    display: block;
    margin: 0 auto;
    height: auto;
}
.imageBackOne {
    height: 280px;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
    transform: scale(1, 1);
    transition: transform 1s;
}

.imageBackOne h3 {
    font-size: 25px;
    color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
}

.imageBackOne:hover {
    transform: scale(1.05, 1.05);
}

.padding--0 {
    padding: 0px
}

.marginRight {
    margin-right: 0px;
}

.contentCategorias {
    padding: 25px 15px 0 20px;
}

.marginTopCard {
    margin-top: 25px
}

.marginTopCard,
.flexCardTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.marginTopCard .imageBackOne:nth-child(1) {
    flex: 0 1 32%;
}

.marginTopCard .imageBackOne:nth-child(2) {
    flex: 0 1 32%;
}

.marginTopCard .imageBackOne:nth-child(3) {
    flex: 0 1 32%;
}

.flexCardTop .imageBackOne:nth-child(1) {
    flex: 0 1 32%;
}

.flexCardTop .imageBackOne:nth-child(2) {
    flex: 0 1 32%;
}
.flexCardTop .imageBackOne:nth-child(3) {
    flex: 0 1 32%;
}

#mainBody {
    padding-bottom: 70px;
}

#sectionProductos {
    padding-top: 70px;
    padding-bottom: 100px;
    background: var(--color-gray);
}

#sectionProductos .color_black {
    font-weight: 700;
    font-size: 30px;
    text-align: right;
}

.widthMiddle {
    width: 70%;
}

.centerButton {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product a:hover {
    text-decoration: none;
}

#nosotros .p--100,
#contacto .p--100 {
    padding: 100px 15px;

}

.backAbout {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.centerContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px !important;
}

.centerContentContacto {
    padding-right: 50px !important;
}

.centerContent h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

.titleAbout span {
    text-transform: uppercase;
}

/**********FOOTER*******/


.pasos {
    background: var(--rosa);
    padding: 100px 150px;
}

.alignTextCenter {
    text-align: center;
    font-size: 22px;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
}

.textPasos {
    margin-top: 30px
}

.textPasos p {
    text-align: center;
    color: var(--white);
    margin-bottom: 0;
}

.textPasos img {
    width: 32px;
    display: block;
    margin: 0 auto;
}

.textDesciption {
    margin-top: 20px
}

.titleDesciption {
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}

.classFlexFormTwo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.classFlexFormTwo .flexTwo:nth-child(1) {
    width: 100%;
    margin: 15px 15px 15px 0;
}

.classFlexFormTwo .flexTwo:nth-child(2) {
    width: 100%;
    margin: 15px 0px 15px 15px;
}

.classFlexFormTwo input {
    border: none;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-left: 10px;
    padding-top: 10px;
}

.classFlexForm input {
    width: 100%;
    border: none;
    height: 50px;
    border-bottom: 1px solid #000;
    padding-left: 10px;
    padding-top: 10px;
}

.classFlexForm textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 10px;
    padding-top: 10px;
}

#formWeb {
    width: 600px;
    display: block;
    margin: 0 0 0 auto;
}

input:focus,
textarea:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.buttonRight {
    display: block;
    margin: 0 0 0 auto;
}

.titleContacto,
.widthMiddle60 {
    color: var(--white);
}

.footer {
    background: var(--black);
    padding: 50px 0;
}

.textFooter {
    color: var(--white);
    margin-top: 15px;
}

.titleFooter {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
}

.navFooter {
    list-style: none !important;
}

.navFooter li:nth-child(1) {
    margin-top: 35px;
}

.navFooter li {
    margin-bottom: 15px;
}

.navFooter li a {
    color: var(--white);
}

.imgFooter {
    width: 25px;
}

.piePage {
    background: var(--gray);
    padding: 15px 15px 0;
}

.piePage .centerFooter {
    text-align: center;
    color: var(--white);
}

.piePage .centerFooter a {
    color: var(--white);
}

/*************PRODUCTOS**************/
.productosSection {
    padding: 100px 200px 100px;
    text-align: center;
}

.classBreadcrumbs {
    text-align: left;
    margin-bottom: 30px
}

.classBreadcrumbs a {
    color: var(--black);
    text-transform: uppercase;
    font-size: 13px !important;
}

.selectedBread {
    color: var(--rosa) !important;
    font-weight: 700;
}

.buttonDrop {
    background: transparent;
    border: none;
    position: relative;
    padding: 10px 45px 10px 0px;
    display: block;
    width: 200px;
}

.textLeft {
    text-align: left;
}

.buttonDrop::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    /* left arrow slant */
    border-right: 5px solid transparent;
    /* right arrow slant */
    border-top: 10px solid #2f2f2f;
    /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.imageProdcuto {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.pagination_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jPaginateBack,
.jPaginateNext {
    background: transparent;
    border: none;
    margin-top: -10px;
}

.jPaginateBack {
    margin-right: 20px;
    top:40%!important;
}

.jPaginateNext {
    margin-left: 20px;
    top:40%!important;
}

.pagination li a {
    color: var(--black);
    padding: 15px 15px 5px;
}

.pagination .active a {
    color: var(--rosa) !important;
    font-weight: 700;
    border-bottom: 1px solid var(--rosa);
}

.pagination li a:hover {
    text-decoration: none;
}

.button_search {
    background: transparent;
    border: none;
    display: block;
    margin: 0 0 0 auto;
    font-size: 13px;
}

.product-carousel {
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    padding: 20px 40px;
    width: 100%;
}

.product-carousel .product {
    box-sizing: border-box;
    margin: 0 10px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-content: space-between;
}

.product-carousel .product-top {
    width: 100%;
}

.product-carousel p,
.product-carousel .product-image,
.product-carousel img.review-stars {
    margin: 0 0 10px 0;
}

.product-carousel .product-image {
    align-self: flex-start;
    width: 100%;
    height: 270px;
    object-fit: cover
}

img.review-stars {
    width: 100px;
    display: inline-block;

}

.product-carousel .product-name {
    font-weight: bold;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    width: 100%;
}

.product-carousel .product-bottom {
    margin-top: auto;
    align-items: flex-end;
}

.product-prices {
    text-align: left;
}

.product-carousel .product-prices {
    display: flex;
    flex-flow: row wrap;
    flex: 1 0 100%;
    align-self: center;
}

.product-carousel .product-prices span {
    width: 100%;
}

.product-carousel .product-prices span.price-was {
    font-weight: 400;
    color: #000;
    text-align: center;
    height: 50px;
}

.product-carousel .product-prices span.price-save {
    font-weight: 700;
    color: #000;
    text-align: center;
}

.product-carousel .product-prices span.price-now {
    font-weight: bold;
}

/** ARROWS **/
i {
    border: solid #374049;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.right {
    right: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    left: 20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/** SLICK SLIDER CSS **/
/* Slider */
.slick-slider {
    position: relative;
    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;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
}

.slick-loading .slick-track {
    visibility: hidden;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.color_back_list {
    position: relative;
}

.addButton {
    padding: 10px 20px !important;
    display: none;
}

.marginTop {
    margin-top: 50px
}

.imageDetalle {
    width: 95%;
}

.buttonAdd button,
.buttonAdd a {
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    font-size: var(--size-13);
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
    border: none;
    background: linear-gradient(to right, var(--black) 50%, var(--rosa) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.buttonAdd button:hover,
.buttonAdd a:hover {
    background-position: left bottom;
    color: var(--white);
    text-decoration: none;
}

.buttonPadding {
    padding: 10px 45px;
}

.titleSearch {
    color: var(--white);
    font-weight: 700;
    font-size: 70px;
    text-align: center;
}

.img_flecha {
    width: 18px;
    padding-left: 5px;
}

.menuList {
    padding: 10px 0;
}

/* .buttonSelect{
    background-position-y: -90px !important;
    background-position-x: -90px !important;
    background-size: 300px;
} */

/*********** NOSOTROS *********/

.nosotros {
    padding: 120px 0;
}

/*********** MARGIN **********/

.mt-20 {
    margin-top: 20px;
}


/**********FONT-WEIGHT**********/
.f-700 {
    font-weight: 700;
}

/************* MEDIA QUERIES**********/

.hideMovil {
    display: block;
}

.hideDesktop {
    display: none;
}
.img_font {
    width: 100%;
    margin-top: 40px;
    height: 210px;
    object-fit: cover;
    padding-right: 15px;
}

.content_list_2{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

@media only screen and (max-width:1970px) {
    .pAbsoluteTR {
        top: 10%;
        right: 10%;
    }
}
@media only screen and (max-width:1440px){
    .imageProdcuto {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    p {
        font-size: 12px;
    }
}
@media only screen and (max-width:990px) {
    .hideMovil {
        display: none;
    }

    .hideDesktop {
        display: block;
    }

    #formWeb {
        width: 100%;
    }

    .pasos {
        background: var(--rosa);
        padding: 100px 30px;
    }

    .titleHeader {
        font-size: 35px;
        line-height: 41px;
    }

    .productosSection {
        padding: 100px 50px 100px;
    }

    .flexMovil {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .nosotros {
        padding: 120px 0 0;
    }

    .widthText {
        width: 100% !important;
    }

    .backAbout {
        margin-top: 40px
    }
    #menuToggle {
        display: block;
        position: absolute;
        top: 40px;
        left: 0px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }
    #menuToggle a {
        text-decoration: none;
        color: var(--white);

        transition: color 0.3s ease;
    }

    #menuToggle a:hover {
        color: tomato;
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    #menuToggle .spanIcon {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: var(--white);
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
        margin-left: 20px!important;
    }

    #menuToggle .spanIcon:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle .spanIcon:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked~.spanIcon {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: var(--white);
    }

    #menuToggle input:checked~.spanIcon:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked~.spanIcon:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menu {
        position: absolute;
        width: 300px;
        margin: -100px 0 0 -10px;
        padding: 50px;
        padding-top: 125px;
        background: var(--black);
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    #menu li {
        padding: 10px 0;
        font-size: 22px;
    }

    #menuToggle input:checked~ul {
        transform: none;
    }
    .flexNavIcon{
        display: flex;
        justify-content: space-between;
        margin-top:30px
    }
    .flexNavIcon a img{
        width: 30px;
        margin-right: 20px!important;
    }
    .badge-danger {
        right: -50px!important;
        top: -5px!important;
    }
    .imgNav {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%, 50px);
    }
    .backLogin{
        display: none;
    }
    .classContentForm {
        padding-right: 0px!important;
    }
}

@media only screen and (max-width:675px) {

    * {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .flexImg,.flexImg2{
        flex-direction: column;
    }
    .classDelete{
        position: relative!important;
    }
    .h5, h5 {
        font-size: 14px;
    }
    .imgProducto {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }
    .marginTopCard {
        flex-wrap: wrap;
    }

    .marginTopCard .imageBackOne:nth-child(1),
    .marginTopCard .imageBackOne:nth-child(2) {
        flex: 0 1 49%;
    }

    .marginTopCard .imageBackOne:nth-child(3) {
        flex: 0 1 100%;
        margin-top: 20px;
    }

    #tabBissu {
        margin-right: 0px;
    }

    #tabProsa {
        margin-left: 0px;
    }

    .imageBackOne h3 {
        font-size: 20px;
    }

    .imageBackOne {
        height: 200px;
    }

    .positionPlCenter {
        left: 20px;
    }

    #backOne {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position-x: -850px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .col-12 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .textPasos img {
        margin: 0 auto !important;
    }

    .widthMiddle,
    .titleAbout {
        width: 100%;
        text-align: center;
        font-size: 30px;
    }

    .centerContent {
        padding-left: 30px !important;
    }

    .centerContent .row .col-12 {
        text-align: center;
    }

    .footer {
        padding: 50px 30px;
    }

    .productosSection {
        padding: 100px 30px 100px;
    }

    .imagenTabs {
        width: 400px;
        margin-top: 30px;
    }

    .content_list {
        margin-top: 30px
    }

    .titleSearch {
        font-size: 50px;
    }

    .textContent {
        padding-left: 30px;
        padding-right: 30px;
    }
    #menu {
        margin: -100px 0 0 -10px;
    }

}