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

:root {
    --orange: #ffe100;
    --black: #130f40;
    --light-color: #666;
    --box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    --border: 0.2rem solid rgba(0, 0, 0, 0.1);
    --outline: 0.1rem solid rgba(0, 0, 0, 0.1);
    --outline-hover: 0.2rem solid var(--black);
}

* {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: initial;
    transition: all 0.1s linear;
}

html {
    font-size: 62.5%;
    /* overflow-x: hidden; */
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}

body {
    background-color: #f8f7ef;
}

/* boton flotante whatsapp */



/* fin - boton flotante whatsapp */

section {
    /* padding: 2rem 9%; */
    padding: 2rem 6.5%;
}

.circlephone {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    color: inherit;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 2px solid #45ac4b;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 30px;
    position: absolute;
    border-radius: 100%;
    opacity: 0.5;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    transition: all 0.5s;
    transform-origin: center;
}
.img-circle {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    color: inherit;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background-color: #45ac4b;
    width: 72px;
    height: 70px;
    bottom: 14px;
    right: 70px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.9;
    transform-origin: center;
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}
@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}
@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}
@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}
@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
.img-circleblock {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    color: inherit;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    width: 68px;
    height: 65px;
    background-image: url(https://rab-import-assets.s3.amazonaws.com/whatsapp-icon.png);
    fill: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-animation-name: tossing;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    transform-origin: center;
    border-radius: 100%;
}
.circle-fill {
    cursor: pointer;
    color: inherit;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background-color: #45ac4b;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 55px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    transform-origin: center;
}
#wa_button {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    bottom: 25px;
    right: 0px;
    position: fixed;
    z-index: 999;
}

.heading {
    /* text-align: center; */
    padding: 2rem 0;
    padding-bottom: 3rem;
    font-size: 3.5rem;
    /* color: var(--black); */
    color: #000 !important;
    background-color: transparent !important;
}
.heading span {
    color: #e2ad01;
}

.btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0.8rem 3rem;
    font-size: 1.7rem;
    border-radius: 0.5rem;
    border: 0.2rem solid var(--black);
    color: var(--black);
    cursor: pointer;
    background: none;
}
.btn:hover {
    /* background-color: #000; */
    color: #000;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
}
/* .btn:hover {
    background: var(--orange);
    color: #fff;
} */

.derecha,
.izquierda {
    cursor: pointer;
}

.all-team {
    margin-top: 13rem;
    /* background-image: url(../image/fondo-azul.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.all-team .heading {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    background-color: var(--orange);
    padding: 1rem 1.2rem;
    margin: 2rem 0;
    border-radius: 40px;
    /* width: 30rem;
    text-align: center; */
}
.all-team .heading img {
    margin-right: 1rem;
    width: 4.5rem;
}
.contenedor-allteam {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.contenedor-allteam article {
    width: calc(20% - 2rem);
    background-color: #ffffff;
    border-radius: 10px;
    /* padding: 1rem; */
    text-align: center;
    border: 3px solid #f3f1e3;
    padding-bottom: 1rem;
}
.contenedor-allteam article img {
    object-fit: cover;
    width: 95%;
    padding: 1rem;
    border-radius: 10px;
}
.contenedor-allteam article a {
    font-size: 1.6rem;
    color: #000;
    /* position: relative; */
    left: 2rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 0.6rem;
}
.contenedor-allteam article h2 {
    margin: 0.4rem 0;
    color: #000;
    font-weight: bold;
    padding: 0.2rem;
    /* border-radius: 10px; */
    /* background-color: #005cc9; */
    background-color: #ffe100;
    width: 100%;
    font-size: 1.6rem;
    -size: 2.6rem;
}

.section-executives {
    width: 100%;
    position: relative;
    background-image: url(../image/fondo-azul.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 7rem;
    padding-bottom: 7rem;
    /* padding: 2rem 6.5%; */
}
.contenedor-team {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contenedor-team h2 span {
    margin-left: 1rem;
}
.contenedor-team h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}
.contenedor-team h2 img {
    margin-right: 1rem;
    width: 4.5rem;
}
.contenedor-team .btn:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
}

.section-executives .num-executives {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2rem;
}
.section-executives .num-executives div {
    cursor: pointer;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 3px solid #ffe100;
    margin: 1rem;
}
.section-executives .num-executives .num-active {
    background-color: #ffe100;
}
.section-executives .left-executives,
.section-executives .right-executives {
    position: absolute;
    top: 50%;
    font-size: 7rem;
    cursor: pointer;
}
.section-executives .left-executives {
    left: 6rem;
}
.section-executives .right-executives {
    right: 6rem;
}
.section-executives .contenedor-executives {
    width: auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    overflow: auto;
    scroll-behavior: smooth;
    width: 100%;
    margin: 3.7rem 0;
}
.section-executives .contenedor-executives::-webkit-scrollbar {
    background-color: transparent;
}
/* .section-executives .contenedor-executives article {
    min-width: calc(20% - 1rem);
    width: calc(20% - 1rem);
    margin: 0.5rem 0.5rem;
    text-align: center;
} */
.section-executives .contenedor-executives article {
    min-width: calc(20% - 1rem);
    width: calc(20% - 1rem);
    margin: 0.5rem 0.5rem;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 1.3rem;
    display: grid;
    place-items: center;
    height: 25rem;
    background-color: #4d6cdc;
}
.section-executives .contenedor-executives article h2 {
    font-size: 1.5rem;
    color: #fff;
}
.section-executives .contenedor-executives article p {
    font-size: 1.4rem;
}
.section-executives .contenedor-executives article a {
    font-size: 1.9rem;
    color: #000;
    /* position: relative; */
    left: 2rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 0.6rem;
    font-weight: bold;
}

.section-executives .contenedor-executives article img {
    border-radius: 18px;
}

.section-form {
    margin-top: 8rem;
    width: 100%;
    padding: 2rem 3%;
}
.form-contenedor .form-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 5rem;
}
.contendorp-form {
    display: flex;
    justify-content: space-between;
}
.contendorp-form .article-form1 {
    width: 70%;
    /* background-color: orange; */
}
.contendorp-form .article-form1 h2 {
    font-size: 2rem;
}
.contendorp-form .article-form1 label {
    font-size: 1.5rem;
    color: rgba(1, 1, 1, 0.833);
}
.contendorp-form .article-form2 {
    width: 30%;
    /* background-color: green; */
}

.article-form1 .content1 {
    background-color: white;
    width: 97%;
    border-radius: 10px;
    padding: 20px;
}
.article-form1 .content1 h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.article-form1 .content1 .text1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content1 .text1 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
.article-form1 .content1 .text1 div {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.article-form1 .content1 .text2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content1 .text2 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
.article-form1 .content1 .text2 div {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.article-form1 .content1 .text3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content1 .text3 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
.article-form1 .content1 .text3 div {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.article-form1 .content2 {
    background-color: white;
    width: 97%;
    border-radius: 10px;
    padding: 20px;
    margin: 4rem 0;
}
.article-form1 .content2 h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.article-form1 .content2 .text4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content2 .text4 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
#comprobante {
    background-color: #eee;
    width: 100%;
    height: 5rem;
    border-radius: 20px;
}
.article-form1 .content2 .text4 div {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.article-form1 .content2 .text2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content2 .text2 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
.article-form1 .content2 .text2 div {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.article-form1 .content2 .text3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content2 .text3 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
.article-form1 .content2 .text3 div {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.article-form1 .content3 {
    background-color: white;
    width: 97%;
    border-radius: 10px;
    padding: 20px;
    margin: 4rem 0;
}
.article-form1 .content3 h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.article-form1 .content3 .text6 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content3 .text6 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
.article-form1 .content3 .text6 div {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.article-form1 .content3 .text6 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content3 .text6 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}

.article-form1 .content3 .text6 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content3 .text6 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
.article-form1 .content3 .text6 div {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.article-form1 .content3 .text7 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content3 .text7 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
.article-form1 .content3 .text7 div {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.article-form1 .content3 .text7 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content3 .text7 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}

.article-form1 .content3 .text7 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content3 .text7 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
.article-form1 .content3 .text7 div {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.article-form1 .content3 .text8 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.article-form1 .content3 .text8 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
.article-form1 .content3 .text8 div {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.article-form1 .content3 .text8 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.article-form1 .content3 .text8 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}

.article-form1 .content3 .text8 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.article-form1 .content3 .text8 [type="text"] {
    background-color: #eee;
    width: 100%;
    height: 4rem;
    border-radius: 15px;
    padding: 20px;
}
.article-form1 .content3 .text8 div {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.form-contenedor .content-btnform {
    width: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-contenedor a {
    text-align: center;
    max-width: 20rem;
    margin: 0 0.8rem;
    width: 20rem;
}
.form-contenedor .btn-form {
    text-align: center;
    margin: 0 0.8rem;
    width: 20rem;
}

.article-form2 {
    background-color: #fff;
    height: 40rem;
    padding: 20px;
    border-radius: 10px;
}
.article-form2 h2 {
    font-size: 2rem;
}
.article-form2 .article-details {
    display: flex;
    justify-content: space-between;
}
.article-form2 .article-details article p {
    margin: 3rem 0;
    font-size: 1.5rem;
}

.linea-section {
    height: 2px;
    background-color: #e6dfdf;
    width: 100%;
}

.header-2.header20 {
    top: -10rem;
}
.header-2 {
    background-color: #000;
    height: 3.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3%;
    border-bottom: 1px solid #00000079;
}
.header-2 .header-info a i,
.header-2 .header-info a ion-icon {
    vertical-align: middle;
}
.header-2 .header-info a {
    vertical-align: middle;
    font-size: 1.6rem;
    /* color: rgb(21, 15, 15); */
    color: #fff;
    margin: 0 0.6rem;
}
.header-2 .header-info a:active {
    color: inherit;
}
.header-2 .header-cambio {
    display: flex;
    width: 24rem;
    justify-content: space-between;
}
.header-2 .header-cambio i {
    color: #fff;
    font-size: 2rem;
    margin: 0 0.2rem;
    vertical-align: middle;
}
.header-2 .header-cambio a {
    /* color: rgb(21, 15, 15); */
    color: #fff;
    font-size: 1.7rem;
}
.header-2 .header-cambio a:active {
    color: #fff;
    /* color: rgb(21, 15, 15); */
}

/* .header-3.top0 {
    top: -10rem;
} */
.header-3 {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    /* top: 3.5rem; */
    top: 0;
    transition: 0.3s ease all;
    /* padding: 0 5%; */
    padding: 0;
    background-color: #f8f7ef;
    /* height: 9rem; */
    height: 85px;
    z-index: 100000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-3 .iconos-comprar div {
    cursor: pointer;
}
.header-3 .iconos-comprar #cart-btn {
    position: relative;
    cursor: pointer;
}
.header-3 .iconos-comprar #cart-btn span {
    position: absolute;
    font-size: 1.3rem;
    top: -16px;
    font-weight: 500;
    /* left: 62%; */
    right: -25px;
    border-radius: 50%;
    padding: 0.3rem 0.5rem;
    font-weight: bold;
    border-radius: 50%;
    background-color: #fff;
    transform: translateX(-50%);
}
.header-3 .iconos-comprar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    gap: 2rem;
    width: 13rem;
    height: 6rem;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #ffe100;
}
.header-3 .header-ventas {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    width: 26rem;
    height: 4.5rem;
}
.header-3 .header-ventas a ion-icon,
.header-3 .header-ventas a i {
    vertical-align: middle;
}
.header-3 .header-ventas a {
    font-size: 1.6rem;
}
.header-3 .input-header {
    display: flex;
    /* width: 75%; */
    justify-content: space-between;
    align-items: center;
    width: 50%;
    background-color: #fff;
    height: 5.5rem;
    border: 1px solid gray;
    overflow: hidden;
    border-radius: 10px;
}
.header-3 .input-header select {
    background-color: #fff;
    width: 25%;
    border: none;
    height: 100%;
    outline: none;
    border-radius: 0;
    padding: 0 0.3rem;
    font-size: 1.5rem;
    border-right: 1px solid gray;
}
.header-3 .div-input input[type="search"] {
    /* border-radius: 30px; */
    /* border: 1px solid gray; */
    /* height: 4.5rem; */
    height: 100%;
    /* width: 36rem; */
    width: 100%;
    padding: 0 2rem;
    position: absolute;
    left: 0;
    top: 0;
}
.header-3 .div-input ion-icon {
    position: absolute;
    font-size: 2.5rem;
    right: 0;
    height: 100%;
    background-color: #ffe100;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0.5rem;
}
.header-3 .div-input {
    width: 100%;
    height: 100%;
    position: relative;
}
.header-3 a ion-icon {
    vertical-align: middle;
    color: #1bd741;
    font-size: 2.6rem;
}
.header-3 a {
    font-size: 2rem;
    color: #000;
    font-weight: 500;
    vertical-align: middle;
}

.header-3 a:hover{
    color:#ffb400;
    animation: pulse;
    animation-duration: 1s;
}

.header-3 img {
    /* width: 150px; */
    height: 6rem;
}

.header-3 img:hover {
    animation: pulse;
    animation-duration: 1s;
}

.header3-width {
    align-items: center;
    width: 29.8%;
    display: flex;
    justify-content: space-between;
}

/* .header.header0 {
    top: -10rem;
} */
.header {
    width: 100%;
    /* overflow-y: hidden; */
    position: fixed;
    /* top: 12.5rem; */
    top: 85px;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 5%;
    background: #ffe100;
    box-shadow: var(--box-shadow);
}

.header .logo img {
    object-fit: cover;
    height: 100%;
}
.header .logo {
    height: 4rem;
    font-size: 2.5rem;
    font-weight: bolder;
    color: var(--black);
}

.header .logo i {
    color: var(--orange);
}

.header .navbar {
    display: flex;
    flex: 1;
}
.header .categorias-modal {
    margin-right: 2rem;
}
.header .social-header a ion-icon,
.header .social-header a i {
    vertical-align: middle;
    font-size: 2rem;
}

.header .social-header {
    width: 27.5%;
}
.header .social-header a {
    margin-right: 0.5rem;
    font-weight: bold;
    color: #000;
    font-size: 1.8rem;
}

.header .social-header a i:hover{
    color: #003ebb;
    animation: headShake; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}

.header .social-header a:hover{
    color: #003ebb;
    animation: headShake; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}

.header .categorias-modal a ion-icon {
    vertical-align: middle;
    font-size: 1.9rem;
}
.header .categorias-modal a {
    font-size: 1.7rem;
    color: #000;
    font-weight: bold;
}
.header .navbar a {
    font-size: 1.4rem;
    margin: 0 1rem;
    color: black;
    font-weight: 500;
}

.header .navbar a:hover{
    font-weight: bold;
    color: #003ebb;
    animation: pulse; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}

.envio-gratis img {
    width: 100%;
    height: 100%;
}
.envio-gratis {
    position: absolute;
    top: 21rem;
    z-index: 100;
    width: 100%;
    height: 3.7rem;
}

.beneficios-img {
    display: flex;
    justify-content: center;
    gap: 4rem;
    align-items: center;
    background-color: white;
    padding: 1rem;
    margin-top: -2rem;
}
.beneficios-img article p {
    font-size: 1.5rem;
}
.beneficios-img article b {
    font-size: 2rem;
}
.beneficios-img article {
    width: 30rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.beneficios-img article img {
    width: 7rem;
}
.beneficios {
    width: 100%;
    margin-top: -2rem;
    /* height: 8rem; */
}
.beneficios img {
    width: 100%;
    /* height: 100%; */
}

.ul-modal .li-modal i {
    font-size: 2rem;
    vertical-align: middle;
}

/* .text-modalh .enlace-ul{
    width: 9rem;
} */
.text-modalh {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ul-modal .li-modal .ul-modal-2 .article-header article img {
    width: 100%;
}
.ul-modal .li-modal .ul-modal-2 .article-header article a {
    font-weight: 600;
    margin: 0.4rem 0;
    color: #fff;
    font-size: 1.5rem;
}
.ul-modal .li-modal .ul-modal-2 .article-header article:hover{
    border: 3px solid #ffb400;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
}
.ul-modal .li-modal .ul-modal-2 .article-header article {
    padding: 1.5rem;
    background-image: url(https://rab-import-assets.s3.amazonaws.com/categorias/categoria-fondo.png);
    width: 21.5rem;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* border: 1.5px solid rgba(128, 128, 128, 0.366); */
    cursor: pointer;
    border: 2px solid #fff;
}
.ul-modal .li-modal .ul-modal-2 .article-header {
    margin-top: -0.5rem;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 1rem 6%;
    background-color: #fff;
    width: 100%;
    gap: 3rem;
    box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.4);
}
.ul-modal .li-modal .ul-modal-2 .botones-modal button {
    margin-right: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.ul-modal .li-modal .ul-modal-2 .botones-modal {
    /* margin-top: 1rem; */
    background-color: #fff;
    padding: 0 6%;
}
.ul-modal .li-modal .ul-modal-2.li-visible {
    /* visibility: visible;
    opacity: 1; */
    display: block;
    animation: fadeIn;
    animation-duration: 1s;
}
.ul-modal .li-modal .ul-modal-2 {
    padding: 2rem 0;
    background-color: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1000000;
    transition: 0.1s ease all;
    display: none;
}
.ul-modal .li-modal {
    list-style: none;
    /* position: relative; */
}
/* .ul-modal{
    background-color: red;
    width: 15rem;
    height: 2rem;
} */
/* #modal-header.visible-mh{
    visibility: visible;
    transition: .3s ease all;
}
#modal-header{
    width: 100%;
    background-color: red;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    top: 12rem;
    transition: .3s ease all;
visibility: hidden;
} */

/* .header .navbar a:hover {
    color: var(--orange);
} */

.header .navbar a:hover #modal-header {
    visibility: visible;
}

#search-btn {
    display: none;
}
.header .icons div {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: 0.5rem;
    background: #eee;
    color: var(--black);
    font-size: 2rem;
    margin-left: 0.3rem;
    cursor: pointer;
    text-align: center;
}
.header .icons #cart-btn {
    position: relative;
}
.header .icons #cart-btn span {
    position: absolute;
    top: -1.7rem;
    left: 2rem;
    /* background-color: var(--orange); */
    background-color: #000;
    text-align: center;
    border-radius: 50%;
    height: 25px;
    font-size: 1.5rem;
    width: 25px;
    color: #fff;
    line-height: 25px;
}
/* .header .icons #cart-btn:hover span {
    color: #000;
} */
/* .header .icons div:hover {
    background: var(--orange);
    color: #fff;
} */

#menu-btn {
    display: none;
}

.header .search-form {
    position: absolute;
    top: 110%;
    right: -110%;
    width: 50rem;
    height: 5rem;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: var(--box-shadow);
}

.header .search-form.active {
    /* right: 2rem; */
    right: 0;
    top: 11rem;
    transition: 0.4s linear;
}

.header .search-form input {
    height: 100%;
    width: 100%;
    background: none;
    text-transform: none;
    font-size: 1.6rem;
    color: var(--black);
    padding: 0 1.5rem;
}

.header .search-form label {
    font-size: 2.2rem;
    padding-right: 1.5rem;
    color: var(--black);
    cursor: pointer;
}

.header .search-form label:hover {
    color: var(--orange);
}

.header .shopping-cart::-webkit-scrollbar {
    background-color: var(--orange);
    border-radius: 8px;
    color: var(--orange);
    width: 10px;
}

.header .shopping-cart {
    position: absolute;
    top: 110%;
    right: -110%;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: var(--box-shadow);
    width: 35rem;
    background: #fff;
    height: 300px;
}
.empty-cart {
    height: 130px;
    max-height: 130px;
    overflow: hidden;
}

.header .user_register {
    position: absolute;
    top: 110%;
    right: -110%;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: var(--box-shadow);
    width: 35rem;
    background: #fff;
}
.header .user_register.active {
    /* right: 2rem; */
    right: 0;
    /* top: 0; */
    top: 0;
    transition: 0.4s linear;
}
.header .user_register .content h2 {
    color: var(--black);
    font-size: 1.7rem;
    padding-bottom: 1rem;
}
.contenedor-input {
    margin-top: -5rem;
}
.header .user_register .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header .user_register .content span div {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: 0.5rem;
    background: #eee;
    color: var(--black);
    font-size: 2rem;
    margin-left: 28rem;
    cursor: pointer;
    text-align: center;
    margin-bottom: 1rem;
}
.header .shopping-cart.active {
    /* right: 2rem; */
    right: 0;
    top: 11rem;
    transition: 0.4s linear;
}

.header .shopping-cart .box {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    margin: 1rem 0;
}

.header .shopping-cart .box img {
    height: 10rem;
}

.header .shopping-cart .box .fa-trash {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    cursor: pointer;
    color: var(--light-color);
    transform: translateY(-50%);
}

.header .shopping-cart .box .fa-trash:hover {
    color: var(--orange);
}

.header .shopping-cart .box .content h3 {
    color: var(--black);
    font-size: 1.7rem;
    padding-bottom: 1rem;
}

.header .shopping-cart .box .content span {
    color: var(--light-color);
    font-size: 1.6rem;
}

.header .shopping-cart .box .content .quantity {
    padding-left: 1rem;
}

.header .shopping-cart .total {
    font-size: 2.5rem;
    padding: 1rem 0;
    text-align: center;
    color: var(--black);
}

.header .shopping-cart .btn {
    display: block;
    text-align: center;
    margin: 1rem;
}

/* .header .login-form [type="button"] {
    margin-top: 1rem;
    display: inline-block;
    padding: 0.8rem 3rem;
    font-size: 1.7rem;
    border-radius: 0.5rem;
    border: 0.2rem solid var(--black);
    color: var(--black);
    cursor: pointer;
    background: none;
}
.header .login-form [type="button"]:hover {
    background: var(--orange);
    color: #fff;
} */

.header .login-form {
    position: absolute;
    top: 110%;
    right: -110%;
    width: 35rem;
    box-shadow: var(--box-shadow);
    padding: 2rem;
    border-radius: 0.5rem;
    background: #fff;
    text-align: center;
}

.header .login-form.active {
    /* right: 2rem; */
    right: 0;
    /* top:11rem; */
    top: 0;
    transition: 0.4s linear;
}

.header .login-form h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: var(--black);
}

.header .login-form .box::placeholder {
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal;
}
.header .login-form .box {
    width: 100%;
    margin: 0.7rem 0;
    background: #eee;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
    font-family: "Montserrat", sans-serif;
}

.header .login-form p {
    font-size: 1.4rem;
    padding: 0.5rem 0;
    color: var(--light-color);
}

.header .login-form p a {
    color: var(--orange);
    text-decoration: underline;
}

#btn_carrito {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1rem;
    width: 25rem;
}
#btn-carrito2 {
    width: 19rem;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.card-body .card-header {
    margin: 2rem 0;
}
.card-body {
    margin: 0 auto;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16rem;
    margin-bottom: 4rem;
    height: 77rem;
    background-color: #fff;
}
#btn-register {
    /* margin-right: 3rem; */
}
.card-body .content-img-registrer img {
    object-fit: cover;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}
.card-body .content-img-registrer {
    min-width: 50%;
    width: 50%;
    min-height: 100%;
    height: 100%;
}
.card-body form {
    min-width: 50%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.card-body .boton-form {
    display: block;
    text-align: center;
    margin: 0.5rem auto;
}
.card-body .box,
select {
    width: 34rem;
    margin: 0.7rem 0;
    background: #eee;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
}
.card-body label {
    font-size: 1.4rem;
    padding: 0.5rem 0;
    color: var(--light-color);
}
.card .card-header {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: var(--black);
    text-align: center;
    font-weight: 600;
}

.servicios {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f8f7ef;
    width: 100%;
    height: auto;
}
.servicios .section-title {
    display: flex;
    align-items: center;
}
.servicios .section-title img {
    margin-right: 1rem;
    width: 4.5rem;
}
.servicios .contenedor-servicios {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 3.7rem 0 !important;
    gap: 2rem;
}
.servicios .contenedor-servicios article {
    width: 25rem;
    border-radius: 24px;
    height: 12rem;
    text-align: center;
    cursor: pointer;
}
.servicios .contenedor-servicios article:hover {
    border: 2px solid var(--orange);
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
}
.servicios .contenedor-servicios article b {
    font-size: 1.5rem;
    margin: 0.3rem 0;
}
.servicios .contenedor-servicios article p {
    margin: 0.3rem 0;
    font-size: 1.4rem;
}
.servicios .contenedor-servicios article img {
    width: 100%;
    height: 100%;
}

/* section datos de usuario */
.datos-usuario {
    margin-top: 13rem;
}
.datos-usuario h2 {
    text-align: center;
}
.contenedor-datosusuario {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin: 3rem 0;
}
.numeracion-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: auto;
    margin-bottom: 3rem;
    position: relative;
}
.numeracion-form::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: gray;
    z-index: -1;
}
.numeracion-form article.active-pay {
    background-color: #ffe100;
    width: 5.5rem;
    height: 5.5rem;
    border: 1px solid #000;
    font-size: 1.9rem;
}
.numeracion-form article {
    width: 5rem;
    height: 5rem;
    font-weight: bold;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    font-size: 1.7rem;
    align-items: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.15);
}
.contenedor-datosusuario .article-form1 h3 {
    font-size: 2.5rem;
    margin: 2rem 0;
}
.contenedor-datosusuario .article-form1 form .retiro-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
}
.contenedor-datosusuario .article-form1 form .retiro-form article span i{
    font-size: 3rem;
    color: green;
}
.contenedor-datosusuario .article-form1 form .retiro-form article span {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background-color: #fff;
}
.contenedor-datosusuario .article-form1 form .retiro-form article p {
    font-weight: bold;
    font-size: 1.3rem;
}
.contenedor-datosusuario
    .article-form1
    form
    .retiro-form
    article.retiro-activo {
    border: 2px solid #000;
    background-color: #ffb400;
    color:#000;
}
.contenedor-datosusuario
    .article-form1
    form
    .retiro-form
    article.retiro-activo:hover {
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.15);
}
.contenedor-datosusuario .article-form1 form .retiro-form article {
    width: 18rem;
    cursor: pointer;
    text-align: center;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10rem;
    border-radius: 20px;
    background-color: #eee;
}
.contenedor-datosusuario .article-form1 form .retiro-form article:hover {
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.15);
}
.contenedor-datosusuario .article-form1 form h3 {
    text-align: center;
    width: 100%;
}
.contenedor-datosusuario .article-form1 form h4 {
    width: 100%;
    font-size: 2rem;
    margin-bottom: -1rem;
}
.contenedor-datosusuario .article-form1 form .form-store article:nth-child(1) {
    width: 60%;
}
.contenedor-datosusuario
    .article-form1
    form
    .form-store
    article:nth-child(1)
    h3,
.contenedor-datosusuario
    .article-form1
    form
    .form-store
    article:nth-child(1)
    b {
    text-align: left;
    width: 100%;
    font-size: 1.5rem;
    display: block;
    margin: 2rem 0;
}
.contenedor-datosusuario
    .article-form1
    form
    .form-store
    article:nth-child(1)
    h3 {
    margin: 3rem 0;
}
.contenedor-datosusuario
    .article-form1
    form
    .form-store
    article:nth-child(1)
    b {
    margin-left: 3rem;
}
.contenedor-datosusuario
    .article-form1
    form
    .form-store
    article:nth-child(2)
    iframe {
    width: 100%;
    height: 100%;
}
.contenedor-datosusuario .article-form1 form .form-store article:nth-child(2) {
    width: 37%;
    height: 14rem;
    margin-top: -8rem;
}

.contenedor-datosusuario .article-form1 form .form-store .map-form {
    width: 100%;
    height: 100%;
    background-color: #eee;
}
.contenedor-datosusuario .article-form1 form .form-store {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
    align-items: center;
    gap: 2rem;
}
.contenedor-datosusuario .article-form1 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
    align-items: center;
    gap: 2rem;
    padding: 3rem 2rem;
    padding-bottom: 10rem;
}
.contenedor-datosusuario .article-form1 form select,
.contenedor-datosusuario .article-form1 form input[type="text"] {
    width: 47%;
    height: 4.2rem;
    padding: 0 1rem;
    background-color: #eee;
}
.contenedor-datosusuario .article-form1 form .direccion-fiscal.hidden-address {
    display: none;
}
.contenedor-datosusuario .article-form1 form .comprobante-input {
    width: 100% !important;
}
.contenedor-datosusuario .article-form1 {
    width: 65%;
}

.article-resumen-checkout {
    margin: 3rem 3rem;
    width: 30%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.article-resumen-checkout .mount-article {
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.15);
}
.article-resumen-checkout button {
    width: 100%;
    margin: 1rem 0;
}
.article-resumen-checkout .mount-article h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.article-resumen-checkout .mount-article .resumen-text div p {
    font-size: 1.5rem;
}
.article-resumen-checkout .mount-article .pago-resumen {
    margin-top: 3rem;
}
.article-resumen .mount-article .pago-resumen div:nth-child(1) {
    border-bottom: 2px solid #000;
}
.article-resumen-checkout .mount-article .pago-resumen div p {
    font-size: 1.5rem;
}
.article-resumen-checkout .mount-article .pago-resumen div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.article-resumen-checkout .mount-article .resumen-text div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
}

.article-resumen-checkout .condiciones-article {
    width: 100%;
    margin: 3rem 0;
    background-color: white;
    padding: 2rem;
}
.article-resumen-checkout .mount-article {
    width: 100%;
    background-color: white;
    padding: 2rem;
}
.article-resumen-checkout .condiciones-article h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.article-resumen-checkout .botones-pago {
    width: 100%;
}
.article-resumen-checkout .botones-pago button {
    width: 100%;
}
.article-resumen-checkout .condiciones-article p {
    display: flex;
    gap: 1rem;
    font-size: 1.5rem;
    align-items: center;
    margin: 1.5rem 0;
}
.article-resumen-checkout .condiciones-article p b {
    display: block;
    width: 2.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: gray;
}

.article-resumen {
    width: calc(30% - 2.5rem);
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
}
.article-resumen button {
    width: 100%;
    margin: 1rem 0;
}
.article-resumen .mount-article h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.article-resumen .mount-article .resumen-text div p {
    font-size: 1.5rem;
}
.article-resumen .mount-article .pago-resumen {
    margin-top: 3rem;
}
.article-resumen .mount-article .pago-resumen div:nth-child(1) {
    border-bottom: 2px solid #000;
}
.article-resumen .mount-article .pago-resumen div p {
    font-size: 1.5rem;
}
.article-resumen .mount-article .pago-resumen div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.article-resumen .mount-article .resumen-text div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
}
.article-resumen .mount-article,
.article-resumen .condiciones-article {
    width: 100%;
    margin: 2rem 0;
    background-color: white;
    padding: 2rem;
}
.article-resumen .condiciones-article h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.article-resumen .botones-pago {
    width: 100%;
}
.article-resumen .botones-pago button {
    width: 100%;
}
.article-resumen .condiciones-article p {
    /* display: flex; */
    gap: 1rem;
    font-size: 1.5rem;
    align-items: center;
    margin: 1.5rem 0;
}
.article-resumen .condiciones-article p b {
    display: block;
    width: 2.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: gray;
}

/* checkout */
.section-checkout {
    margin-top: 13rem;
    padding: 2rem 2%;
}
.content-checkout-max {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5rem;
}
.contenedor-checkout {
    margin: 3rem 0;
}
.contenedor-checkout article .delete-cart ion-icon {
    vertical-align: middle;
}
.contenedor-checkout {
    width: calc(70% - 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}
.contenedor-checkout article .delete-cart {
    /* position: absolute;
    right: 3rem;
    bottom: 22%; */
    vertical-align: middle;
    font-size: 1.8rem;
    background-color: transparent;
    cursor: pointer;
    /* display: flex;
    gap: .2rem;
    align-items: flex-start;
    justify-content: center; */
}
.contenedor-checkout article {
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    padding: 4rem 3rem;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background-color: white;
    padding: 3.5rem 2rem;
    position: relative;
}
.contenedor-checkout article div:nth-child(1) {
    width: 15rem;
    margin-top: -1rem;
}
.contenedor-checkout article div:nth-child(2) {
    width: 25rem;
}
.contenedor-checkout article div:nth-child(3) {
    width: 15rem;
}
.contenedor-checkout article div:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contenedor-checkout article div:nth-child(2) h2 {
    font-size: 2rem;
}

.contenedor-checkout article div:nth-child(2) p {
    text-transform: uppercase;
}
.contenedor-checkout article div:nth-child(2) p {
    font-size: 1.4rem;
    margin: 1rem 0;
}
.contenedor-checkout article .div-num {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.contenedor-checkout article .div-num span {
    padding: 1rem 1.7rem;
    border: 1px solid #e0d4d4;
    font-weight: bold;
    font-size: 3rem;
}
.contenedor-checkout article .div-num span:nth-child(1) {
    color: red;
    cursor: pointer;
}
.contenedor-checkout article .div-num span:nth-child(2) {
    color: #000;
}
.contenedor-checkout article .div-num span:nth-child(3) {
    cursor: pointer;
    color: red;
}
.contenedor-checkout article div:nth-child(3) p {
    font-size: 1.5rem;
    margin: 1rem 0;
}
.contenedor-checkout article div:nth-child(4) h3 {
    font-size: 3rem;
    text-decoration: underline;
}

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

/* compra exitosa */
.section__compra {
    padding: 0;
}
.contenedor__exito {
    width: 100%;
    text-align: center;
    height: 80vh;
    margin-top: 13.5rem;
    background-image: url(../image/fondo-compra.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenedor__exito article {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.contenedor__exito article h2 {
    font-size: 2.5rem;
    font-weight: 500;
}
.contenedor__exito article b {
    font-size: 1.5rem;
}
.contenedor__exito article p {
    color: gray;
    font-size: 1.7rem;
}
.contenedor__exito article span {
    width: 5rem;
    border-radius: 50%;
    height: 5rem;
    background-color: #52c41a;
    display: grid;
    place-items: center;
    font-size: 3.5rem;
    margin: auto;
    color: #fff;
}

/* reviews */
.section__reviews{
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}
.modal__testimonio.active{
    display: block;
}
.modal__testimonio{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100vh;
    z-index: 100000000000;
}
.modal__testimonio .contenedor__modal__testimonio{
    background-color: #00000074;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}
.modal__testimonio .contenedor__modal__testimonio article p{
    font-size: 1.5rem;
}
.modal__testimonio .contenedor__modal__testimonio article img{
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
}
.modal__testimonio .contenedor__modal__testimonio article h3{
    font-size: 2rem;
}
.modal__testimonio .contenedor__modal__testimonio article{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .5rem;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding: 2.5rem;
}
.section__reviews .right__testimonio,
.section__reviews .left__testimonio{
    position: absolute;
    top: 50%;
    font-size: 5rem;
    cursor: pointer;
}
.section__reviews .left__testimonio{
    left: 2rem;
}
.section__reviews .right__testimonio{
    right: 2rem;
}
.section__reviews .contenedor__reviews::-webkit-scrollbar{
    background-color: transparent;
    height: 0;
}
.section__reviews .contenedor__reviews{
    display: flex;
    overflow: auto;
    scroll-behavior: smooth;
    align-items: center;
    margin: 3.7rem auto;
    /* gap: 3rem; */
}
.section__reviews .contenedor__reviews article a:active{
    color: #000;
}
.section__reviews .contenedor__reviews article a{
    text-decoration: underline;
    color: #000;
    font-size: 1.5rem;
}
.section__reviews .contenedor__reviews article h3{
    font-size: 2.1rem;
}
.section__reviews .contenedor__reviews article p{
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size: 1.5rem;
    line-height: 1.8;
}
.section__reviews .contenedor__reviews article img{
    width: 13rem;
    display: block;
    margin: auto;
    height: 13rem;
    border-radius: 50%;
    object-fit: cover;
}
.section__reviews .contenedor__reviews article{
    text-align: center;
    margin: 0 1.5rem;
    min-width: calc(33.333% - 3rem);
    width: calc(33.333% - 3rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}


/* nosotros */
.section-nosotros {
    width: 100%;
    margin-top: 13rem;
    background-color: #f8f7ef;
}
.section-nosotros .article2-nosotros .img-article2nosotros article img {
    width: 100%;
}
.section-nosotros .article2-nosotros .img-article2nosotros .img2-nosotros {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.section-nosotros .article2-nosotros .img-article2nosotros article {
    width: 45%;
}
.section-nosotros .article2-nosotros {
    margin-top: 10rem;
    text-align: center;
}
.section-nosotros .article2-nosotros .img-article2nosotros {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 70%;
}
.section-nosotros .article1-nosotros {
    display: flex;
    justify-content: center;
    gap: 4rem;
    /* align-items: center; */
    flex-wrap: wrap;
    margin: 3.7rem 0;
}
.section-nosotros .article1-nosotros article {
    width: 46%;
    /* height: auto; */
}
.section-nosotros .article1-nosotros article h2 {
    font-size: 3rem;
}
.section-nosotros .article1-nosotros article p {
    font-size: 1.7rem;
    margin: 2rem 0;
}
.section-nosotros .article1-nosotros article img {
    position: relative;
    height: 100%;
    width: 100%;
}
.section-nosotros .article1-nosotros .article-textnosotros b {
    font-size: 2.3rem;
}
.section-nosotros .article1-nosotros .article-textnosotros {
    position: relative;
    padding-right: 8rem;
    
}
.section-nosotros .article1-nosotros .article-textnosotros img {
    position: absolute;
    bottom: -5rem;
    right: 0;
    height: 16rem;
}
.section-nosotros .article1-nosotros .article-imgnosotros {
    position: relative;
    height: 45rem;
}
.section-nosotros .article1-nosotros .article-imgnosotros::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 90%;
    top: -8%;
    left: -7%;
    background-color: #ffe100;
}
.section-nosotros .article1-nosotros .article-imgnosotros2 {
    /* height: 80%; */
    height: 30rem;
    position: relative;
}
.section-nosotros .article1-nosotros .article-imgnosotros2 iframe {
    height: 100%;
    width: 100%;
    position: relative;
}
.section-nosotros .article1-nosotros .article-imgnosotros2 img {
    position: absolute;
    z-index: 1;
    bottom: -9rem;
    right: -9rem;
    width: 30rem;
    height: 20rem;
}
.section-nosotros .article1-nosotros .article-imgnosotros2::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 90%;
    bottom: -8%;
    right: -7%;
    background-color: #ffe100;
}
.section-nosotros .nosotros-ubicacion h2 {
    text-align: center;
}
.section-nosotros .nosotros__tienda h2{
    text-align: center;
}
.section-nosotros .nosotros__tienda .contenedor_nosotros_tiendas article h3{
    font-size: 2.3rem;
    margin-bottom: 0.7rem;
}
.section-nosotros .nosotros__tienda .contenedor_nosotros_tiendas article div{
    margin-top: 2rem;
}
.section-nosotros .nosotros__tienda .contenedor_nosotros_tiendas article div,
.section-nosotros .nosotros__tienda .contenedor_nosotros_tiendas article img{
    width: 100%;
    height: 100%;
}
.section-nosotros .nosotros__tienda .contenedor_nosotros_tiendas article p{
    font-size: 1.6rem;
    margin: 1rem 0;
}
.section-nosotros .nosotros__tienda .contenedor_nosotros_tiendas article{
    height: auto;
    background-color: #ffff;
    padding: 2rem 0rem;
    display: flex;
    width: 30%;
    flex-direction: column;

}
.section-nosotros .nosotros__tienda .contenedor_nosotros_tiendas{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6rem;
    flex-wrap: wrap;
}
.section-nosotros .nosotros__tienda{
    width: 100%;
    margin-top: 5rem;
}
.section-nosotros .nosotros-ubicacion {
    width: 100%;
    margin-top: 5rem;
}
.section-nosotros .nosotros-ubicacion .article-unosotros {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.section-nosotros .nosotros-ubicacion .article-unosotros iframe {
    width: 85%;
}
.section-nosotros .nosotros-ubicacion .article-unosotros p {
    width: 85%;
    font-size: 1.56rem;
    margin-bottom: 1rem;
}

.form-modal {
    position: fixed;
    z-index: 200000;
    /* top: 50%; */
    bottom: 3rem;
    /* left: calc(0% + 3.4rem); */
    left: 1.4%;
    height: 55rem;
    max-height: 55rem;
    overflow: auto;
    width: 30rem;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #ffe100;
    padding: 2rem;
    transition: 0.3s ease all;
    /* transform: translate(-120%, -50%); */
    transform: translateY(120%);
}
.form-modal.form-visible {
    transform: translateY(0%);
}
.form-modal #close-form {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
    cursor: pointer;
}
.form-modal h3 {
    font-size: 1.7rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-weight: 600;
}
/* .form-modal p{
    font-size: 1.5rem;
} */
.form-modal .content__text {
    margin-top: 1rem;
}
.form-modal label {
    font-size: 1.5rem;
}
.form-modal input[type="text"] {
    width: 100%;
    height: 4rem;
    border: 1px solid #dcdcdc;
    outline: none;
    border-radius: 10px;
    padding: 0.3rem 0.7rem;
}
.form-modal button ion-icon {
    vertical-align: middle;
}
.form-modal button {
    margin-top: 2rem;
    width: 100%;
    background-color: #ffe100;
    border-radius: 10px;
    outline: none;
    border: none;
    padding: 0.7rem 0.1rem;
    font-size: 1.5rem;
}
.form-modal textarea {
    padding: 0.3rem 0.7rem;
    width: 100%;
    height: 7rem;
    border: 1px solid #dcdcdc;
    outline: none;
    border-radius: 10px;
    resize: none;
}

.btn-fixed i {
    font-size: 2rem;
}
.btn-fixed {
    cursor: pointer;
    position: fixed;
    z-index: 500;
    /* top: 50%; */
    /* bottom: calc(0% + 8.5rem) ; */
    /* left: calc(0% - 8.5rem); */
    bottom: 0%;
    left: 1.4%;
    background-color: #ffe100;
    /* transform: rotate(90deg); */
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tiendas {
    margin-top: 13rem;
}
.ofertas-section {
    margin-top: 13rem;
}
.img-fluid {
    width: 100%;
}
.tiendas .contenedor-tiendas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin: 2rem; */
    gap: 2rem;
}
.tiendas .contenedor-tiendas article h3 {
    font-size: 2.3rem;
    margin-bottom: 0.7rem;
}
.tiendas .contenedor-tiendas article p {
    font-size: 1.6rem;
    margin: 1rem 0;
}
.tiendas .contenedor-tiendas article {
    height: 28rem;
    background-color: #ffff;
    padding: 2rem 0rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.tiendas .contenedor-tiendas article iframe,
.tiendas .contenedor-tiendas article div,
.tiendas .contenedor-tiendas article img {
    width: 32%;
    height: 100%;
}
.home {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-top: 12.5rem;
    margin-bottom: 3rem;
}
.banner__content {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.contenedor-banner {
    /* display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    width: 100%;
    height: 100%; */
    height: 100%;
    position: relative;
    text-align: center;
}

.contenedor-banner .img__banner {
    min-width: 100%;
    width: 100%;
    height: 100%;
    /* background-position: center; */
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.contenedor-banner img {
    width: 100%;
    cursor: pointer;
    max-height: 100vh;
    height: inherit;
    vertical-align: top;
    transition: 1s;
    animation: fadeIn;
    animation-duration: 1s;
}
.contenedor-banner article {
    min-width: 100%;
    width: 100%;
    height: 100%;
}
.contenedor-banner article img {
    width: 100%;
    height: 100%;
}
.banner__escritorio {
    display: block !important;
}
.banner__movil {
    display: none !important;
}

.link-nosotros-a {
    color:black;
    cursor: pointer;
}
.link-nosotros-a:hover {
    text-decoration: underline;
}

.miSlider {
    /* height: 68vh; */
    position: relative;
    text-align: center;
    /* margin: 0 7rem; */
}

.miSlider img {
    width: 100%;
    cursor: pointer;
    max-height: 100vh;
    height: inherit;
    /* border-radius: 10px; */
    /* object-fit: cover; */
    vertical-align: top;
    transition: 1s;
}
.home .miSlider .content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 30%;
    left: 11%;
    text-align: center;
}

.direcciones {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.direcciones a {
    color: #000;
    /* background-color: #333333a9; */
    display: inline-block;
    padding: 5px 15px;
    /* border-radius: 50px; */
    text-decoration: none;
    font-size: 3.4rem;
    margin: 0 1rem;
    font-weight: bold;
}

.direcciones a:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

.home .content h3 {
    color: var(--black);
    font-size: 3rem;
}

.home .content h3 span {
    color: var(--orange);
}

.home .content p {
    color: var(--black);
    font-size: 1.8rem;
    padding: 1rem 0;
    line-height: 1.8;
}
.home .flecha-izquierda {
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
    font-size: 7rem;
    color: white;
    cursor: pointer;
}
.home .flecha-derecha {
    color: white;
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    font-size: 7rem;
    cursor: pointer;
}
.home .arrows {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 1rem; */
    margin-top: 1.5rem;
    cursor: pointer;
}
.home .arrows span.active-arrow {
    background-color: #ffe100;
}
.home .arrows span {
    width: 4rem;
    border-radius: 20px;
    height: 0.7rem;
    cursor: pointer;
    background-color: #0000008a;
    margin: 0 0.5rem;
    z-index: 10;
}

/* productos destacados */
.p-destacados {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f8f7ef;
    position: relative;
}
.p-destacados ion-icon {
    position: absolute;
    top: 50%;
    font-weight: 400;
    cursor: pointer;
    font-size: 4rem;
}
.p-destacados #right-pd {
    right: 2rem;
}
.p-destacados #left-pd {
    left: 2rem;
}
.p-destacados .section-title {
    display: flex;
    align-items: center;
}
.p-destacados .section-title span {
    margin-right: 1rem;
}
.p-destacados .section-title img {
    margin-right: 1rem;
    width: 4.5rem;
}
.p-destacados .contenedor-pd::-webkit-scrollbar {
    background-color: transparent;
}
.p-destacados .contenedor-pd {
    margin: 3.7rem auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 1rem;
    scroll-behavior: smooth;
    overflow: auto;
}
.p-destacados .contenedor-pd article .modelo {
    font-size: 1.5rem;
    color: #000;
}
.p-destacados .contenedor-pd article .name {
    font-size: 1.6rem;
    color: #ffb400;
}
.p-destacados .contenedor-pd article img {
    width: 100%;
    margin: 0.5rem 0;
    object-fit: contain;
}
.p-destacados .contenedor-pd article {
    min-width: calc(34% - 1.6rem);
    width: calc(34% - 1.6rem);
    height: auto;
    cursor: pointer;
    border-radius: 10px;
    margin: 10px;
}

.p-destacados .contenedor-pd article:hover {
    border: 2px solid var(--orange);
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
}

/* categorias */
.section-category {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f8f7ef;
}
.between-title .section-title {
    display: flex;
    align-items: center;
}
.between-title .section-title span {
    margin-right: 1rem;
}
.between-title .section-title img {
    margin-right: 1rem;
    width: 4.5rem;
}
.between-title a.enlace-activo {
    color: #ffb400;
    border-bottom: 2px solid #ffb400;
}
.between-title a {
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin: 0 0.9rem;
    color: #000;
    font-weight: bold;
}

.between-title a:hover{
    color: #ffb400;
    /* border-bottom: 2px solid #ffb400; */
}

.between-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-category .article-categorias {
    margin: 3.7rem 0;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    height: 56rem;
}
.section-category .article-categorias .img-d {
    width: 28%;
    border: 1px solid rgba(212, 214, 216, 0.821);
    padding: 1rem;
    height: 100%;
    background-image: url(https://rab-import-assets.s3.amazonaws.com/categorias/categoria-fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-category .article-categorias .img-d img {
    width: 100%;
    margin: 1.5rem 0;
    height: 40rem;
    /* object-fit: contain; */
}
.section-category .article-categorias .img-d .section-btn {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 0.4rem 1.5rem;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
}
.section-category .article-categorias .img-d .section-btn:hover {
    background-color: #fff;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
    color: #000;
}
.section-category .article-categorias .img-d .name-d {
    font-size: 2rem;
    text-align: center;
    color: #005cc9;
    padding: 0 1rem;
    border-radius: 20px;
    background-color: #fff;
}
.section-category .article-categorias .img-d .price-d {
    color: #ffb400;
    font-size: 1.6rem;
}
.section-category .article-categorias .img-d .available-d {
    font-size: 1.4rem;
}
.section-category .article-categorias .products-d {
    width: 70%;
    height: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.section-category .article-categorias .products-d div button {
    display: none;
}
.section-category .article-categorias .products-d div {
    width: 33.3%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid rgba(233, 240, 243, 0.884);
    transition: 0.3s ease all;
    cursor: pointer;
}
.section-category .article-categorias .products-d div:hover img {
    transform: scale(1.1);
}
.section-category .article-categorias .products-d div img {
    width: 100%;
    height: 16.5rem;
    object-fit: contain;
}
.section-category .article-categorias .products-d .text-1 {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 1rem;
    text-align: center;
}
.section-category .article-categorias .products-d .text-2 {
    font-size: 1.4rem;
}
.section-category .article-categorias .products-d .text-3 {
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #2e2e2c;
}

/* otros productos */
.section-productos {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.section-productos .contenedor-products {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 2rem 0;
}
.section-productos .contenedor-products article img {
    width: 100%;
    height: 19rem;
    object-fit: cover;
}
.section-productos .contenedor-products article {
    width: calc(33.3% - 1.5rem);
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #cdcbcbc5;
}
.section-productos .contenedor-products article .name-p {
    font-size: 1.4rem;
}
.section-productos .contenedor-products article .price-p {
    font-size: 1.5rem;
    color: #ffb400;
}
.section-productos .contenedor-products article .available-p {
    font-size: 1.3rem;
}

/*asesores  */
.asesores {
    position: relative;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}
.asesores #left-asesores, 
.asesores #left-marcas {
    left: 2rem;
}
.asesores #right-asesores, 
.asesores #right-marcas {
    right: 2rem;
}
.asesores #right-asesores,
.asesores #right-marcas,
.asesores #left-asesores, 
.asesores #left-marcas {
    position: absolute;
    top: 50%;
    font-weight: 400;
    cursor: pointer;
    font-size: 4rem;
}
.asesores .title-asesores {
    position: absolute;
    padding: 0rem 3rem;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    /* left: calc(0% - 13rem); */
    left: calc(0% - 5rem);

    /* z-index: 100; */
    top: 50%;
    font-size: 2.5rem;
    transform: rotate(-90deg);
}
.asesores .contenedor-asesores::-webkit-scrollbar,
.asesores .contenedor-marcas::-webkit-scrollbar {
    background-color: transparent;
}
.asesores .contenedor-asesores,
.asesores .contenedor-marcas {
    width: 100%;
    display: flex;
    scroll-behavior: smooth;
    overflow: auto;
    align-items: center;
    /* gap: 2rem; */
    margin: 3.7rem auto;
}
.asesores .contenedor-asesores article,
.asesores .contenedor-marcas article {
    min-width: calc(20% - 2rem);
    width: calc(20% - 2rem);
    background-color: #ffffff;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
    border: 3px solid #f3f1e3;
    padding-top: 1rem;
    padding-bottom: 10px;
}
.asesores .contenedor-asesores article:hover,
.asesores .contenedor-marcas article:hover {
    border: 2px solid var(--orange);
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
}
.asesores .contenedor-asesores article img,
.asesores .contenedor-marcas article img {
    width: 95%;
    padding: 1rem;
}
.asesores .contenedor-asesores article a ion-icon,
.asesores .contenedor-marcas article a ion-icon {
    vertical-align: middle;
}
.asesores .contenedor-asesores article a,
.asesores .contenedor-marcas article a {
    margin: 0.5rem;
    color: #000;
    font-size: 1.6rem;
}
.asesores .contenedor-asesores article p,
.asesores .contenedor-marcas article p {
    margin: 0.4rem 0;
    color: #000;
    font-weight: bold;
    padding: 0.2rem;
    /* border-radius: 10px; */
    /* background-color: #005cc9; */
    background-color: #ffe100;
    width: 100%;
    font-size: 1.6rem;
}

.features {
    position: relative;
    overflow: hidden;
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.features .izquierda {
    position: absolute;
    top: 50%;
    left: 1rem;
    font-size: 8rem;
    z-index: 100;
}
.features .indicadores button {
    cursor: pointer;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 3px solid #ffe100;
    /* margin: 1rem; */
}
.features .indicadores button:hover {
    background-color: #ffe100;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
}
.features .indicadores button.activo-indicador {
    background-color: #ffe100;
}
.features .indicadores {
    margin-top: -2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.features .derecha {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 1rem;
    font-size: 8rem;
}

.features .contenedor-features {
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.features .contenedor-features h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    background-color: var(--orange);
    padding: 1rem 1.2rem;
    margin: 2rem 0;
    border-radius: 40px;
}
.features .contenedor-features h2 img {
    margin-right: 1rem;
    width: 4.5rem;
}
.features .box-container .content-carousel::-webkit-scrollbar {
    background-color: transparent;
}
.features .box-container {
    /* position: relative; */
    width: 100%;
    margin: 2rem 0;
}
.features .box-container .content-carousel {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem; */
    display: flex;
    gap: 1.4rem;
    /* flex-wrap: wrap; */
    align-items: center;
    overflow: auto;
    scroll-behavior: smooth;
    padding: 1rem 0.3rem 1rem 1rem;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s ease;
    /* background-color: red; */
}
.features .box-container .content-carousel.box-container-show {
    pointer-events: unset;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}
.features .box-container .content-2 {
    position: absolute;
    top: 0;
    left: 0;
}
.features .box-container .box {
    padding: 3rem 2rem;
    background: #fff;
    outline: var(--outline);
    outline-offset: -1rem;
    text-align: center;
    box-shadow: var(--box-shadow);
    min-width: 32.5%;
    height: 47rem;
    display: grid;
    place-items: center;
}

.features .box-container .box:hover {
    outline: var(--outline-hover);
    outline-offset: 0rem;
}

.features .box-container .box img {
    margin: 1rem 0;
    height: 15rem;
}

.features .box-container .box h3 {
    font-size: 2.1rem;
    line-height: 1.8;
    color: var(--black);
}

.features .box-container .box p {
    font-size: 1.5rem;
    line-height: 1.8;
    color: var(--light-color);
    padding: 1rem 0;
}

.products .product-slider {
    padding: 1rem;
}
.products .contenedor-text-productos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .products .contenedor-text-productos .heading {
    flex: 1;
    margin-left: 13.5rem;
} */
.products .contenedor-text-productos .div1 {
    display: flex;
}
.products .contenedor-text-productos .div1 p {
    font-size: 2rem;
    margin-top: 1.5rem;
}
.products .contenedor-text-productos .div1 .productos-botones {
    margin: 0 2rem;
}
/* .products .contenedor-text-productos .div1 .productos-botones .btn {
    padding: 0.4rem 1.1em;
} */

.products .product-slider:first-child {
    margin-bottom: 2rem;
}

.products .product-slider .box {
    background: #fff;
    border-radius: 0.5rem;
    text-align: center;
    padding: 3rem 2rem;
    outline-offset: -1rem;
    outline: var(--outline);
    box-shadow: var(--box-shadow);
    transition: 0.1s linear;
}

.products .product-slider .box:hover {
    outline-offset: 0rem;
    outline: var(--outline-hover);
}

.products .product-slider .box img {
    height: 20rem;
}

.products .product-slider .box h3 {
    font-size: 2.5rem;
    color: var(--black);
}

.products .product-slider .box .price {
    font-size: 2rem;
    color: var(--light-color);
    padding: 0.5rem 0;
}

.products .product-slider .box .stars i {
    font-size: 1.7rem;
    color: var(--orange);
    padding: 0.5rem 0;
}

.container-categories {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}
.container-categories .box-categories {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    height: 35rem;
}
.container-categories .box-categories .content-textcategories {
    width: 50%;
    margin: 1rem 0;
}
.container-categories .box-categories p {
    color: #000;
    font-size: 1.7rem;
    text-align: justify;
}
.container-categories .box-categories h3 {
    font-size: 3rem;
    text-align: left;
    /* color: var(--black); */
    color: #000;
    line-height: 1.8;
}
.container-categories .box-categories img {
    width: 38%;
    object-fit: contain;
    max-height: 100%;
}
/* .container-categories .box-categories:hover{
    outline: var(--outline-hover);
    outline-offset: 0rem;
} */
.container-categories .box-categories .section-btn {
    display: block;
    width: 15rem;
}
/* .container-categories .box-categories .btn {
    border: 2px solid #fff;
    color: #000;
    display: block;
    width: 15rem;
    margin: 1rem 0;
} */
.container-categories .box-categories .btn:hover {
    background-color: #fff;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
    color: #000;
}
.container-categories .box-categories {
    /* padding: 3rem 2rem;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: var(--box-shadow);
    outline: var(--outline);
    outline-offset: -1rem;
    text-align: center;
    width: 40%; */
    width: 90%;
    display: grid;
    place-items: center;
    padding: 2rem 5rem;
    border-radius: 0.5rem;
    /* background: #005CC9; */
    /* background-image: url(../image/categoria-fondo.png); */
    border: 2px solid black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: var(--box-shadow);
    /* outline: var(--outline); */
    /* outline: 2px solid #fff; */
    /* outline-offset: -1rem; */
    outline-offset: 0rem;
    text-align: center;
}

.categories {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.categories .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap: 1.5rem;
    margin: 3.5rem 0;
}
.categories .contenedor-categorias .btn {
    background-color: #ffe100;
    color: #000;
    /* border-radius: 20px; */
    /* border: none; */
}
.categories .contenedor-categorias .btn:hover {
    background-color: #fff;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
    color: #000;
}
.categories .contenedor-categorias {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.categories .contenedor-categorias h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    background-color: var(--orange);
    padding: 1rem 1.2rem;
    margin: 2rem 0;
    border-radius: 40px;
}
.categories .contenedor-categorias h2 img {
    margin-right: 1rem;
    width: 4.5rem;
}

.categories .box-container .box .btn:hover {
    background-color: #fff;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
    color: #000;
}
.categories .box-container .box .btn {
    background-color: transparent;
}
.categories .box-container .box {
    display: grid;
    place-items: center;
    padding: 3rem 3.3rem;
    border-radius: 0.5rem;
    /* background: #005CC9; */
    background-image: url(https://rab-import-assets.s3.amazonaws.com/categorias/categoria-fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: var(--box-shadow);
    /* outline: var(--outline); */
    outline: 2px solid #fff;
    /* outline-offset: -1rem; */
    outline-offset: 0rem;
    text-align: center;
}

/* .categories .box-container .box:hover {
    outline: var(--outline-hover);
    outline: 2px solid #fff;
    color: #fff;
    outline-offset: 0rem;
} */

.categories .box-container .box img {
    margin: 1rem 0;
    width: 100%;
    border-radius: 10px;
}

.categories .box-container .box h3 {
    /* font-size: 2rem;
    color: #fff;
    line-height: 1.8; */
    width: 100%;
    font-size: 2rem;
    color: #005cc9;
    border-radius: 15px;
    padding: 0 0.3rem;
    font-size: 1.8rem;
    background-color: #fff;
}

.categories .box-container .box .btn {
    border: 2px solid #fff;
    color: #fff;
}
.categories .box-container .box p {
    font-size: 1.7rem;
    color: var(--light-color);
    line-height: 1.8;
    padding: 1rem 0;
}

.review {
    /* background-image: url(../image/fondo-azul.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.review .review-slider {
    /* padding: 1rem; */
    margin: 3.7rem 0;
}
/* .review .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    background-color: var(--orange);
    padding: 1rem 1.2rem;
    margin: 2rem 0;
    width: 34rem;
    border-radius: 40px;
}
.review .heading img {
    margin-right: 1rem;
    width: 4.5rem;
} */
.review .section-title {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.review .section-title span {
    margin-right: 1rem;
}
.review .section-title img {
    margin-right: 1rem;
    width: 4.5rem;
}

.review .review-slider .box {
    /* background: #fff; */
    border-radius: 0.5rem;
    text-align: center;
    padding: 3rem 2rem;
    /* outline-offset: -1rem;
    outline: var(--outline);
    box-shadow: var(--box-shadow);
    transition: 0.1s linear; */
}

/* .review .review-slider .box:hover {
    outline: var(--outline-hover);
    outline-offset: 0rem;
} */

.review .review-slider .box img {
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
}

.review .review-slider .box p {
    padding: 1rem 0;
    line-height: 1.8;
    color: var(--light-color);
    font-size: 1.5rem;
}

.review .review-slider .box h3 {
    padding-bottom: 0.5rem;
    color: var(--black);
    font-size: 2.2rem;
}

.review .review-slider .box .stars i {
    color: var(--orange);
    font-size: 1.7rem;
}

.maquinas-detalles {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 15rem;
    padding-top: 3rem;
    margin-bottom: 12rem;
    /* padding: 13rem 6%; */
    background-color: #fff;
}
.maquinas-detalles .detallesm-contenedor {
    width: 100%;
}
.maquinas-detalles .detallesm-contenedor article {
    width: 100%;
}
.maquinas-detalles .detallesm-contenedor article h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}
.maquinas-detalles .detallesm-contenedor article p {
    text-align: justify;
    font-size: 1.6rem;
}
.maquinas-detalles .detallesm-contenedor article .container-img .img-zoom {
    width: 100%;
    height: 100%;
    /* object-fit:fill; */
    object-fit: contain;
}
.contennedor__imgs-maquinas {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}
.maquinas-detalles .detallesm-contenedor article .container-img {
    /* width: 100%;
    height: 70rem; */
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    height: 50%;
    position: relative;
}

.md12-9 {
    bottom: 64%;
    right: 29%;
}
.md11-9 {
    bottom: 60%;
    right: 48%;
}
.md10-9 {
    bottom: 10%;
    right: 48%;
}
.md9-9 {
    bottom: 89%;
    right: 48%;
}
.md8-9 {
    bottom: 20%;
    right: 53%;
}
.md7-9 {
    bottom: 16%;
    right: 33%;
}
.md6-9 {
    bottom: 57%;
    right: 29%;
}
.md5-9 {
    bottom: 27%;
    right: 64%;
}
.md4-9 {
    bottom: 83%;
    right: 33%;
}
.md3-9 {
    bottom: 16%;
    right: 73%;
}
.md2-9 {
    bottom: 55%;
    right: 62%;
}
.md1-9 {
    bottom: 78%;
    right: 60%;
}

.md6-7 {
    bottom: 38%;
    right: 20%;
}
.md5-7 {
    bottom: 32%;
    right: 49%;
}
.md4-7 {
    bottom: 67.5%;
    right: 81%;
}
.md3-7 {
    bottom: 57%;
    right: 30%;
}
.md2-7 {
    bottom: 85%;
    right: 22%;
}
.md1-7 {
    bottom: 68%;
    right: 48%;
}

.md11-6 {
    bottom: 59%;
    right: 46%;
}
.md10-6 {
    bottom: 63%;
    right: 19%;
}
.md9-6 {
    bottom: 77%;
    right: 78%;
}
.md8-6 {
    bottom: 80%;
    right: 36%;
}
.md7-6 {
    bottom: 92%;
    right: 38%;
}
.md6-6 {
    bottom: 88%;
    right: 62%;
}
.md5-6 {
    bottom: 20%;
    right: 40.5%;
}
.md4-6 {
    bottom: 5%;
    right: 52%;
}
.md3-6 {
    bottom: 27%;
    right: 57%;
}
.md2-6 {
    bottom: 38%;
    right: 43%;
}
.md1-6 {
    bottom: 38%;
    right: 80%;
}

.md11-5 {
    bottom: 59%;
    right: 49%;
}
.md10-5 {
    bottom: 70%;
    right: 49%;
}
.md9-5 {
    bottom: 83%;
    right: 24%;
}
.md8-5 {
    bottom: 31%;
    right: 47%;
}
.md7-5 {
    bottom: 83%;
    right: 75%;
}
.md6-5 {
    bottom: 35%;
    right: 79%;
}
.md5-5 {
    bottom: 42%;
    right: 48%;
}
.md4-5 {
    bottom: 55%;
    right: 41.3%;
}
.md3-5 {
    bottom: 37%;
    right: 27%;
}
.md2-5 {
    bottom: 87%;
    right: 57%;
}
.md1-5 {
    bottom: 94%;
    right: 42%;
}
.md4-4 {
    bottom: 79%;
    right: 58%;
}
.md3-4 {
    bottom: 16%;
    right: 37%;
}
.md2-4 {
    bottom: 43%;
    right: 67%;
}
.md1-4 {
    bottom: 74.5%;
    right: 40%;
}

.md10-3 {
    bottom: 41%;
    right: 54%;
}
.md9-3 {
    bottom: 71%;
    right: 48%;
}
.md8-3 {
    bottom: 67%;
    right: 49%;
}
.md7-3 {
    bottom: 80%;
    right: 51%;
}

.md6-3 {
    bottom: 75%;
    right: 48%;
}
.md5-3 {
    bottom: 7%;
    right: 68%;
}
.md4-3 {
    bottom: 82%;
    right: 43%;
}
.md3-3 {
    bottom: 91%;
    right: 50%;
}
.md2-3 {
    bottom: 64%;
    right: 74%;
}
.md1-3 {
    bottom: 55%;
    right: 20%;
}

.md12-2 {
    bottom: 24%;
    right: 53%;
}
.md11-2 {
    bottom: 80%;
    right: 29%;
}
.md10-2 {
    bottom: 67%;
    right: 31%;
}
.md9-2 {
    bottom: 70%;
    right: 65%;
}
.md8-2 {
    bottom: 37%;
    right: 40%;
}
.md7-2 {
    bottom: 48%;
    right: 56%;
}

.md6-2 {
    bottom: 8%;
    right: 71%;
}
.md5-2 {
    bottom: 61.5%;
    right: 46%;
}
.md4-2 {
    bottom: 70%;
    right: 46%;
}
.md3-2 {
    bottom: 86%;
    right: 48%;
}
.md2-2 {
    bottom: 80%;
    right: 42%;
}
.md1-2 {
    bottom: 45%;
    right: 31%;
}
.md9 {
    bottom: 57%;
    right: 7%;
}
.md8 {
    bottom: 93%;
    right: 82%;
}
.md7 {
    bottom: 96%;
    right: 60.6%;
}

.md6 {
    bottom: 88%;
    right: 78%;
}
.md5 {
    bottom: 79%;
    right: 80%;
}
.md4 {
    bottom: 53%;
    right: 76%;
}
.md3 {
    bottom: 61%;
    right: 26%;
}
.md2 {
    bottom: 68.5%;
    right: 37%;
}
.md1 {
    bottom: 40%;
    right: 33%;
}
/* mascotas */
.mascotas1-6 {
    bottom: 40%;
    right: 30%;
}
.mascotas1-5 {
    bottom: 19%;
    right: 73%;
}
.mascotas1-4 {
    bottom: 43%;
    right: 70%;
}
.mascotas1-3 {
    bottom: 60%;
    right: 45%;
}
.mascotas1-2 {
    bottom: 65%;
    right: 45%;
}
.mascotas1-1 {
    bottom: 55%;
    right: 49%;
}

/* mochilas */
.mochilas2-8 {
    bottom: 40%;
    right: 25%;
}
.mochilas2-7 {
    bottom: 20%;
    right: 27%;
}
.mochilas2-6 {
    bottom: 29%;
    right: 50%;
}
.mochilas2-5 {
    bottom: 38%;
    right: 65%;
}
.mochilas2-4 {
    bottom: 55%;
    right: 40%;
}
.mochilas2-3 {
    bottom: 73%;
    right: 60%;
}
.mochilas2-2 {
    bottom: 82%;
    right: 64%;
}
.mochilas2-1 {
    bottom: 85%;
    right: 48%;
}
.mochilas1-6 {
    bottom: 41%;
    right: 78%;
}
.mochilas1-5 {
    bottom: 37%;
    right: 50%;
}
.mochilas1-4 {
    bottom: 60%;
    right: 50%;
}
.mochilas1-3 {
    bottom: 55%;
    right: 45%;
}
.mochilas1-2 {
    bottom: 60%;
    right: 66%;
}
.mochilas1-1 {
    bottom: 80%;
    right: 48%;
}

/* tapicería */
.tapiceria1-5 {
    bottom: 49%;
    right: 65%;
}
.tapiceria1-4 {
    bottom: 19%;
    right: 34%;
}
.tapiceria1-3 {
    bottom: 50%;
    right: 30%;
}
.tapiceria1-2 {
    bottom: 74%;
    right: 9%;
}
.tapiceria1-1 {
    bottom: 89%;
    right: 23%;
}

/* gorras */
.gorras1-7 {
    right: 80%;
    bottom: 37%;
}
.gorras1-6 {
    bottom: 26%;
    right: 50%;
}
.gorras1-5 {
    bottom: 37%;
    right: 55%;
}
.gorras1-4 {
    bottom: 55%;
    right: 40%;
}
.gorras1-3 {
    bottom: 69%;
    right: 55%;
}
.gorras1-2 {
    bottom: 69%;
    right: 63%;
}
.gorras1-1 {
    bottom: 83%;
    right: 52%;
}

/* ropa de bebe */
.ropa-de-bebe2-5 {
    right: 63%;
    bottom: 32%;
}
.ropa-de-bebe2-4 {
    bottom: 18%;
    right: 83%;
}
.ropa-de-bebe2-3 {
    right: 78%;
    bottom: 50%;
}
.ropa-de-bebe2-2 {
    bottom: 58%;
    right: 50%;
}
.ropa-de-bebe2-1 {
    bottom: 82%;
    right: 60%;
}

.ropa-de-bebe1-6 {
    bottom: 55%;
    right: 31%;
}
.ropa-de-bebe1-5 {
    bottom: 16%;
    right: 60%;
}
.ropa-de-bebe1-4 {
    bottom: 44%;
    right: 70%;
}
.ropa-de-bebe1-3 {
    bottom: 60%;
    right: 75%;
}
.ropa-de-bebe1-2 {
    bottom: 81%;
    right: 70%;
}
.ropa-de-bebe1-1 {
    bottom: 87%;
    right: 42%;
}

/* jeans */
.jeans1-15 {
    bottom: 85%;
    right: 39%;
}
.jeans1-14 {
    bottom: 76%;
    right: 49%;
}
.jeans1-13 {
    bottom: 92%;
    right: 30%;
}
.jeans1-12 {
    bottom: 94%;
    right: 50%;
}
.jeans1-11 {
    bottom: 79%;
    right: 71%;
}
.jeans1-10 {
    bottom: 16%;
    right: 58%;
}
.jeans1-9 {
    bottom: 5%;
    right: 30%;
}
.jeans1-8 {
    bottom: 40%;
    right: 24%;
}
.jeans1-7 {
    bottom: 55%;
    right: 45%;
}
.jeans1-6 {
    right: 73%;
    bottom: 86%;
}
.jeans1-5 {
    right: 50%;
    bottom: 78%;
}
.jeans1-4 {
    bottom: 89%;
    right: 53%;
}
.jeans1-3 {
    bottom: 90%;
    right: 44%;
}
.jeans1-2 {
    bottom: 83%;
    right: 36%;
}
.jeans1-1 {
    bottom: 91%;
    right: 30%;
}

/* ropa-deportiva */
.ropa-industrial1-12 {
    bottom: 20%;
    right: 60%;
}
.ropa-industrial1-11 {
    bottom: 5%;
    right: 41%;
}
.ropa-industrial1-10 {
    bottom: 89%;
    right: 59%;
}
.ropa-industrial1-9 {
    right: 74%;
    bottom: 52%;
}
.ropa-industrial1-8 {
    bottom: 31%;
    right: 45%;
}
.ropa-industrial1-7 {
    bottom: 40%;
    right: 48%;
}
.ropa-industrial1-6 {
    bottom: 55%;
    right: 50%;
}
.ropa-industrial1-5 {
    bottom: 62%;
    right: 48%;
}
.ropa-industrial1-4 {
    bottom: 72%;
    right: 46%;
}
.ropa-industrial1-3 {
    right: 55%;
    bottom: 75%;
}
.ropa-industrial1-2 {
    bottom: 78%;
    right: 37%;
}
.ropa-industrial1-1 {
    bottom: 90%;
    right: 40%;
}

/* pantalon y terno */
.pantalon-y-terno2-8 {
    bottom: 4%;
    right: 36%;
}
.pantalon-y-terno2-7 {
    bottom: 6%;
    right: 90%;
}
.pantalon-y-terno2-6 {
    bottom: 95%;
    right: 50%;
}
.pantalon-y-terno2-5 {
    bottom: 85%;
    right: 27%;
}
.pantalon-y-terno2-4 {
    bottom: 80%;
    right: 15%;
}
.pantalon-y-terno2-3 {
    bottom: 32%;
    right: 73%;
}
.pantalon-y-terno2-2 {
    bottom: 33%;
    right: 50%;
}
.pantalon-y-terno2-1 {
    bottom: 49%;
    right: 50%;
}

.pantalon-y-terno1-9 {
    right: 50%;
    bottom: 54%;
}
.pantalon-y-terno1-8 {
    bottom: 75%;
    right: 78%;
}
.pantalon-y-terno1-7 {
    bottom: 80%;
    right: 6%;
}
.pantalon-y-terno1-6 {
    bottom: 2%;
    right: 54%;
}
.pantalon-y-terno1-5 {
    bottom: 60%;
    right: 60%;
}
.pantalon-y-terno1-4 {
    bottom: 90%;
    right: 72%;
}
.pantalon-y-terno1-3 {
    bottom: 94%;
    right: 53%;
}
.pantalon-y-terno1-2 {
    bottom: 83%;
    right: 40%;
}
.pantalon-y-terno1-1 {
    bottom: 91%;
    right: 22%;
}

/* camisas */
.camisa1-14 {
    bottom: 5%;
    right: 90%;
}
.camisa1-13 {
    bottom: 4%;
    right: 5%;
}
.camisa1-12 {
    bottom: 85%;
    right: 50%;
}
.camisa1-11 {
    bottom: 25%;
    right: 10%;
}
.camisa1-10 {
    bottom: 40%;
    right: 73%;
}
.camisa1-9 {
    bottom: 80%;
    right: 80%;
}
.camisa1-8 {
    bottom: 5%;
    right: 10%;
}
.camisa1-7 {
    bottom: 5%;
    right: 40%;
}
.camisa1-6 {
    bottom: 48%;
    right: 52%;
}
.camisa1-5 {
    bottom: 59%;
    right: 50%;
}
.camisa1-4 {
    bottom: 72%;
    right: 50%;
}
.camisa1-3 {
    bottom: 67%;
    right: 38%;
}
.camisa1-2 {
    bottom: 90%;
    right: 50%;
}
.camisa1-1 {
    bottom: 87%;
    right: 40%;
}
/* ropa deportiva */
.ropa-deportiva2-7 {
    bottom: 88%;
    right: 80%;
}
.ropa-deportiva2-6 {
    bottom: 85%;
    right: 50%;
}
.ropa-deportiva2-5 {
    bottom: 4%;
    right: 80%;
}
.ropa-deportiva2-4 {
    bottom: 43%;
    right: 40%;
}
.ropa-deportiva2-3 {
    bottom: 80%;
    right: 85%;
}
.ropa-deportiva2-2 {
    bottom: 74%;
    right: 50%;
}
.ropa-deportiva2-1 {
    bottom: 85%;
    right: 25%;
}

.ropa-deportiva1-7 {
    bottom: 30%;
    right: 78%;
}
.ropa-deportiva1-6 {
    bottom: 10%;
    right: 35%;
}
.ropa-deportiva1-5 {
    bottom: 92%;
    right: 58%;
}
.ropa-deportiva1-4 {
    bottom: 5%;
    right: 90%;
}
.ropa-deportiva1-3 {
    bottom: 70%;
    right: 84%;
}
.ropa-deportiva1-2 {
    bottom: 84%;
    right: 25%;
}
.ropa-deportiva1-1 {
    bottom: 80%;
    right: 50%;
}

/* polo y tejido */
.polo-y-tejido1-10 {
    bottom: 47%;
    right: 75%;
}
.polo-y-tejido1-9 {
    bottom: 85%;
    right: 53%;
}
.polo-y-tejido1-8 {
    bottom: 4%;
    right: 53%;
}
.polo-y-tejido1-7 {
    bottom: 80%;
    right: 17%;
}
.polo-y-tejido1-6 {
    bottom: 62%;
    right: 15%;
}
.polo-y-tejido1-5 {
    bottom: 75%;
    right: 35%;
}
.polo-y-tejido1-4 {
    bottom: 66%;
    right: 50%;
}
.polo-y-tejido1-3 {
    bottom: 72%;
    right: 50%;
}
.polo-y-tejido1-2 {
    bottom: 80%;
    right: 50%;
}
.polo-y-tejido1-1 {
    bottom: 91%;
    right: 50%;
}

/* botones de moda fitness */
.moda-fitness2-5 {
    bottom: 70%;
    right: 26%;
}
.moda-fitness2-4 {
    bottom: 3%;
    right: 24%;
}
.moda-fitness2-3 {
    bottom: 38%;
    right: 68%;
}
.moda-fitness2-2 {
    bottom: 75%;
    right: 57%;
}
.moda-fitness2-1 {
    bottom: 89%;
    right: 42%;
}

.moda-fitness1-4 {
    bottom: 90%;
    right: 20%;
}
.moda-fitness1-3 {
    bottom: 20%;
    right: 90%;
}
.moda-fitness1-2 {
    bottom: 12%;
    right: 42%;
}
.moda-fitness1-1 {
    bottom: 76%;
    right: 45%;
}
/* botones de lencería y ropa */
.lenceria-y-ropa4-5 {
    bottom: 13%;
    right: 87%;
}
.lenceria-y-ropa4-4 {
    bottom: 51%;
    right: 22%;
}
.lenceria-y-ropa4-3 {
    bottom: 15%;
    right: 55%;
}
.lenceria-y-ropa4-2 {
    bottom: 13%;
    right: 44%;
}
.lenceria-y-ropa4-1 {
    bottom: 45%;
    right: 40%;
}

.lenceria-y-ropa3-4 {
    bottom: 55%;
    right: 60%;
}
.lenceria-y-ropa3-3 {
    bottom: 8%;
    right: 57%;
}
.lenceria-y-ropa3-2 {
    bottom: 47%;
    right: 30%;
}
.lenceria-y-ropa3-1 {
    bottom: 49%;
    right: 47%;
}

.lenceria-y-ropa2-4 {
    bottom: 60%;
    right: 60%;
}
.lenceria-y-ropa2-3 {
    bottom: 56%;
    right: 47%;
}
.lenceria-y-ropa2-2 {
    bottom: 40%;
    right: 40%;
}
.lenceria-y-ropa2-1 {
    bottom: 70%;
    right: 27%;
}

.lenceria-y-ropa1-4 {
    bottom: 50%;
    right: 75%;
}
.lenceria-y-ropa1-3 {
    bottom: 2%;
    right: 31%;
}
.lenceria-y-ropa1-2 {
    bottom: 52%;
    right: 38%;
}
.lenceria-y-ropa1-1 {
    bottom: 75%;
    right: 33%;
}

.maquinas-detalles
    .detallesm-contenedor
    article
    .container-img
    .container-modalm1 {
    padding: 1rem;
    display: flex;
    position: absolute;
}
.maquinas-detalles
    .detallesm-contenedor
    article
    .container-img
    .container-modalm1
    .modal-maquina.modal-hidden {
    display: none;
}
.maquinas-detalles
    .detallesm-contenedor
    article
    .container-img
    .container-modalm1
    .modal-maquina {
    width: 28rem;
    height: auto;
    margin-right: 1rem;
    position: relative;
    top: 15rem;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    z-index: 100;
    padding: 1.5rem;
    border: 1.5px solid #ffb400;
}
.maquinas-detalles
    .detallesm-contenedor
    article
    .container-img
    .container-modalm1
    .modal-maquina
    h2 {
    font-size: 1.9rem;
    font-weight: 500;
}
.maquinas-detalles
    .detallesm-contenedor
    article
    .container-img
    .container-modalm1
    .modal-maquina
    a {
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.maquinas-detalles
    .detallesm-contenedor
    article
    .container-img
    .container-modalm1
    .modal-maquina
    a:hover {
    text-decoration: underline;
}
.maquinas-detalles
    .detallesm-contenedor
    article
    .container-img
    .container-modalm1
    .modal-maquina
    img {
    width: 75%;
    object-fit: cover;
}

.maquinas-detalles
    .detallesm-contenedor
    article
    .container-img
    .container-modalm1
    .span-m1 {
    position: absolute;
    bottom: -1rem;
    right: -4rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50% 50% 50% 0;
    border: 8px solid #ffe100;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    vertical-align: top;
    line-height: 14px;
}
.maquinas-detalles
    .detallesm-contenedor
    article
    .container-img
    .container-modalm1
    .span-m1
    div {
    color: #000000;
    transform: rotate(-45deg);
    font-weight: 700;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
}

/* 
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm2 {
    padding: 1rem;
    display: flex;
    position: absolute;   
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm2 .modal-maquina2.modal-hidden{
    display: none;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm2 .modal-maquina2{
    width: 30rem;
    height: auto;
  
    margin-right: 2.4rem;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 100;
    padding: 1.5rem;

}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm2 .modal-maquina2 h2{
    font-size: 1.9rem;
    font-weight: 500;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm2 .modal-maquina2 a{
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm2 .modal-maquina2 a:hover{
    text-decoration: underline;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm2 .modal-maquina2 img{
    width: 75%;
    object-fit: cover;
}

.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm2 .span-m2 {
    position: absolute;
    top: -1rem;
    right: -1rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50% 50% 50% 0;
    border: 8px solid #ffe100;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    vertical-align: top;
    line-height: 14px;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm2 .span-m2 div {
    color: #000000;
    transform: rotate(-45deg);
    font-weight: 700;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
}


.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm3 {
    padding: 1rem;
    display: flex;
    position: absolute;
  
    
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm3 .modal-maquina3.modal-hidden{
    display: none;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm3 .modal-maquina3{
    width: 30rem;
    height: auto;
  
    margin-right: 2.5rem;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 100;
    padding: 1.5rem;

}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm3 .modal-maquina3 h2{
    font-size: 1.9rem;
    font-weight: 500;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm3 .modal-maquina3 a{
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm3 .modal-maquina3 a:hover{
    text-decoration: underline;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm3 .modal-maquina3 img{
    width: 75%;
    object-fit: cover;
}

.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm3 .span-m3 {
   
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50% 50% 50% 0;
    border: 8px solid #ffe100;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    vertical-align: top;
    line-height: 14px;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm3 .span-m3 div {
    color: #000000;
    transform: rotate(-45deg);
    font-weight: 700;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
}


.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm4 {
    padding: 1rem;
    display: flex;
    position: absolute;
  
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm4 .modal-maquina4.modal-hidden{
    display: none;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm4 .modal-maquina4{
    width: 30rem;
    height: auto;
   
    margin-right: 2.5rem;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 100;
    padding: 1.5rem;

}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm4 .modal-maquina4 h2{
    font-size: 1.9rem;
    font-weight: 500;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm4 .modal-maquina4 a{
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm4 .modal-maquina4 a:hover{
    text-decoration: underline;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm4 .modal-maquina4 img{
    width: 75%;
    object-fit: cover;
}

.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm4 .span-m4 {
  
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50% 50% 50% 0;
    border: 8px solid #ffe100;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    vertical-align: top;
    line-height: 14px;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm4 .span-m4 div {
    color: #000000;
    transform: rotate(-45deg);
    font-weight: 700;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
}


.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm5 {
    padding: 1rem;
    display: flex;
    position: absolute;
   
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm5 .modal-maquina5.modal-hidden{
    display: none;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm5 .modal-maquina5{
    width: 30rem;
    height: auto;
  
    margin-right: 2.5rem;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 100;
    padding: 1.5rem;

}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm5 .modal-maquina5 h2{
    font-size: 1.9rem;
    font-weight: 500;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm5 .modal-maquina5 a{
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm5 .modal-maquina5 a:hover{
    text-decoration: underline;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm5 .modal-maquina5 img{
    width: 75%;
    object-fit: cover;
}

.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm5 .span-m5 {
  
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50% 50% 50% 0;
    border: 8px solid #ffe100;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    vertical-align: top;
    line-height: 14px;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm5 .span-m5 div {
    color: #000000;
    transform: rotate(-45deg);
    font-weight: 700;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
}


.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm6 {
    padding: 1rem;
    display: flex;
    position: absolute;
   
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm6 .modal-maquina6.modal-hidden{
    display: none;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm6 .modal-maquina6{
    width: 30rem;
    height: auto;
   
    margin-right: 2.5rem;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 100;
    padding: 1.5rem;

}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm6 .modal-maquina6 h2{
    font-size: 1.9rem;
    font-weight: 500;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm6 .modal-maquina6 a{
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm6 .modal-maquina6 a:hover{
    text-decoration: underline;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm6 .modal-maquina6 img{
    width: 75%;
    object-fit: cover;
}

.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm6 .span-m6 {
   
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50% 50% 50% 0;
    border: 8px solid #ffe100;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    vertical-align: top;
    line-height: 14px;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm6 .span-m6 div {
    color: #000000;
    transform: rotate(-45deg);
    font-weight: 700;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
}


.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm7 {
    padding: 1rem;
    display: flex;
    position: absolute;
    
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm7 .modal-maquina7.modal-hidden{
    display: none;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm7 .modal-maquina7{
    width: 30rem;
    height: auto;
 
    margin-right: 2.5rem;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 100;
    padding: 1.5rem;

}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm7 .modal-maquina7 h2{
    font-size: 1.9rem;
    font-weight: 500;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm7 .modal-maquina7 a{
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm7 .modal-maquina7 a:hover{
    text-decoration: underline;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm7 .modal-maquina7 img{
    width: 75%;
    object-fit: cover;
}

.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm7 .span-m7 {
  
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50% 50% 50% 0;
    border: 8px solid #ffe100;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    vertical-align: top;
    line-height: 14px;

    
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm7 .span-m7 div {
    color: #000000;
    transform: rotate(-45deg);
    font-weight: 700;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
}



.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm8 {
    padding: 1rem;
    display: flex;
    position: absolute;
    
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm8 .modal-maquina8.modal-hidden{
    display: none;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm8 .modal-maquina8{
    width: 30rem;
    height: auto;
   
    margin-right: 2.5rem;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 100;
    padding: 1.5rem;

}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm8 .modal-maquina8 h2{
    font-size: 1.9rem;
    font-weight: 500;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm8 .modal-maquina8 a{
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm8 .modal-maquina8 a:hover{
    text-decoration: underline;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm8 .modal-maquina8 img{
    width: 75%;
    object-fit: cover;
}

.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm8 .span-m8 {
   
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50% 50% 50% 0;
    border: 8px solid #ffe100;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    vertical-align: top;
    line-height: 14px;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm8 .span-m8 div {
    color: #000000;
    transform: rotate(-45deg);
    font-weight: 700;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
}



.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm9 {
    padding: 1rem;
    display: flex;
    position: absolute;
 
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm9 .modal-maquina9.modal-hidden{
    display: none;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm9 .modal-maquina9{
    width: 30rem;
    height: auto;
  
    margin-right: 2.5rem;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 100;
    padding: 1.5rem;

}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm9 .modal-maquina9 h2{
    font-size: 1.9rem;
    font-weight: 500;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm9 .modal-maquina9 a{
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm9 .modal-maquina9 a:hover{
    text-decoration: underline;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm9 .modal-maquina9 img{
    width: 75%;
    object-fit: cover;
}

.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm9 .span-m9 {
  
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50% 50% 50% 0;
    border: 8px solid #ffe100;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    vertical-align: top;
    line-height: 14px;
}
.maquinas-detalles .detallesm-contenedor article .container-img .container-modalm9 .span-m9 div {
    color: #000000;
    transform: rotate(-45deg);
    font-weight: 700;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
} */

.maquinas-detalles .detallesm-contenedor article .container-img img {
    /* max-width: 100%; */
    width: 100%;
    /* max-height: 100%; */
    /* height: 100%; */
    object-fit: cover;
}

.container-maquinas {
    margin-top: 13rem;
    padding-top: 2rem;
    width: 100%;
    /* padding: 12rem 6.5%; */
    background-color: #f8f7ef;
}
.container-maquinas .contenedor-maquinas {
    /* margin-top: 3rem; */
    width: 100%;
}
.container-maquinas .contenedor-maquinas .title-m {
    font-size: 3rem;
    margin-bottom: 1.8rem;
    font-weight: bold;
}
.container-maquinas .contenedor-maquinas .description-m {
    font-size: 1.6rem;
    text-align: justify;
}
.container-maquinas .contenedor-maquinas .article-maquinas {
    width: 100%;
    margin-top: 8rem;
}
.container-maquinas .contenedor-maquinas .article-maquinas .content-m {
    width: 100%;
    display: flex;
    margin: 4rem 0;
}
.container-maquinas
    .contenedor-maquinas
    .article-maquinas
    .content-m
    .text-m
    h3 {
    font-size: 2.6rem;
    margin-bottom: 1.6rem;
}
.container-maquinas
    .contenedor-maquinas
    .article-maquinas
    .content-m
    .text-m
    p {
    font-size: 1.6rem;
    text-align: justify;
}
.container-maquinas .contenedor-maquinas .article-maquinas .content-m .text-m {
    width: 65%;
}
.container-maquinas .contenedor-maquinas .article-maquinas .content-m .img-m {
    width: 33%;
}
.container-maquinas
    .contenedor-maquinas
    .article-maquinas
    .content-m
    .img-m
    img {
    width: 100%;
    height: 27rem;
    object-fit: contain;
}

.container-maquinas
    .contenedor-maquinas
    .article-maquinas
    .content-m
    .img-m
    img:hover{
        cursor:pointer;
        animation: pulse; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 1s; /* don't forget to set a duration! */
    }
.blogs {
    background-color: #f8f7ef;
}
.blogs .box-container {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem; */
    margin: 3.7rem 0 !important;
}
.blogs .text-blogs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blogs .text-blogs h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blogs .text-blogs h2 span {
    margin-right: 1rem;
}
.blogs .text-blogs h2 img {
    margin-right: 1rem;
    width: 4.5rem;
}

.blogs .box-container .box {
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: var(--box-shadow);
    background: #fff;
}

.blogs .box-container .box img {
    height: 25rem;
    width: 100%;
    object-fit: cover;
}

.blogs .box-container .box .content {
    padding: 2rem;
    height: 30rem;
}

.blogs .box-container .box .content .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: var(--border);
}

.blogs .box-container .box .content .icons a {
    color: var(--light-color);
    font-size: 1.5rem;
}

.blogs .box-container .box .content .icons a:hover {
    color: var(--black);
}

.blogs .box-container .box .content .icons a i {
    color: var(--orange);
    padding-right: 0.5rem;
}

.blogs .box-container .box .content h3 {
    line-height: 1.8;
    color: var(--black);
    font-size: 2.2rem;
    padding: 0.5rem 0;
    /* height: 23rem; */
    height: auto;
    margin-bottom: 1rem;
}

.blogs .box-container .box .content p {
    line-height: 1.8;
    color: var(--light-color);
    font-size: 1.5rem;
    padding: 0.5rem 0;
}

.section-allblogs {
    width: 100%;
    /* margin: 12rem 0; */
    margin-top: 13rem;
    padding-top: 3rem;
}

.modal__marcas.visible {
    display: block;
}
.modal__marcas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    height: 100%;
    background-color: #0000009d;
}
.modal__marcas .contenedor__m-marcas {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal__marcas .contenedor__m-marcas article {
    width: 45%;
    border-radius: 5px;
    padding: 1.5rem;
    background-color: white;
}

.limite_parrafomarca {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.modal__marcas .contenedor__m-marcas article p {
    font-size: 1.3rem;
    color: #000;
}

/* .section-allblogs h2 {
    font-size: 3.5rem;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 3rem;
    margin-left: 6rem;
} */
.section-allblogs .contenedor-blogs article {
    width: calc(23% - 1rem);
}
.section-allblogs .contenedor-blogs article hr {
    max-height: 1px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.408);
    margin: 2rem 0;
    border: none;
    outline: none;
}

.hr_modal {
    max-height: 1px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.408);
    margin: 2rem 0;
    border: none;
    outline: none;
}

.section-allblogs .contenedor-blogs article .section-btn {
    margin: 0.5rem 0;
}
.section-allblogs .contenedor-blogs article p {
    font-size: 1.45rem;
    margin-bottom: 1.8rem;
    color: rgba(0, 0, 0, 0.73);
}
.section-allblogs .contenedor-blogs article img {
    width: 15rem;
    height: 4rem;
    object-fit: contain;
}
.section-allblogs .contenedor-blogs article a {
    margin-top: 3rem;
}
.section-allblogs .contenedor-blogs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4rem;
    margin: 3rem 0;
}

.section-contactanos {
    position: relative;
    width: 100%;
    /* padding-top: 2rem;
    padding-bottom: 2rem; */
}
.section-contactanos .heading {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background-color: var(--orange);
    padding: 1rem 0;
    margin: 2rem 0;
    border-radius: 40px;
    width: 30rem;
}
.section-contactanos .heading img {
    margin-right: 1rem;
    width: 4.5rem;
}

.section-contactanos .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.section-contactanos .title h2 {
    color: #fff;
    font-weight: 500;
}

.form {
    grid-area: form;
    /* margin: 2.5rem 0; */
}

.info {
    grid-area: info;
}

.map {
    grid-area: map;
}

.contact {
    padding: 40px;
    background: #fff;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
}

.caja {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas:
    "form info";
    grid-gap: 20px;
    /* margin: 3.7rem 0; */
}
.btn-contacto {
    width: 17rem;
}

.contact h3 {
    color: #000;
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.formBox {
    position: relative;
    width: 100%;
}

.formBox .row50 {
    display: flex;
    gap: 20px;
}

.inputBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}

.formBox .row100 .inputBox {
    width: 100%;
}

.inputBox span {
    color: #000;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 2rem;
}

.inputBox input {
    /* padding: 10px;
    font-size: 1.5rem;
    outline: none;
    border: 1px solid #333; */
    width: 34rem;
    margin: 0.7rem 0;
    background: #eee;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
}

.inputBox textarea {
    /* padding: 10px;
    font-size: 1.5rem;
    outline: none;
    border: 1px solid #333;
    resize: none;
    min-height: 220px;
    margin-bottom: 10px; */
    width: 100%;
    margin: 0.7rem 0;
    background: #eee;
    border-radius: 0.5rem;
    padding: 1rem;
    height: 14rem;
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
}

.inputBox input[type="submit"] {
    background: #1d6fb8;
    color: #fff;
    border: none;
    font-size: 1.5rem;
    max-width: 120px;
    font-weight: 500;
    cursor: pointer;
    padding: 14px 15px;
}

.inputBox ::placeholder {
    color: #999;
}

.info {
    background: #ffb400;
}

.info h3 {
    color: #fff;
    font-size: 2.5rem;
}

.infoBox h4 {
    margin-top: 20px;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.info .infoBox div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.info .infoBox div span {
    min-width: 40px;
    height: 40px;
    color: #fff;
    /* background: #ffe100; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 50%;
    margin-right: 15px;
}

.info .infoBox div p {
    color: #fff;
    font-size: 1.5rem;
}

.info .infoBox div p:hover{
    animation: headShake;
    animation-duration: 1s;
}

.info .infoBox div a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
}

.info .infoBox div a:hover{
    animation: headShake; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}

.sci {
    margin-top: 40px;
    display: flex;
}

.sci li {
    list-style: none;
    margin-right: 15px;
}

.sci li a {
    color: #fff;
    font-size: 2.1rem;
    color: #ccc;
}

.map {
    padding: 0;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.section-title span {
    color: #e2ad01;
}
.section-title {
    font-size: 3rem;
    font-weight: 500;
    font-weight: bold;
    color: #000 !important;
    margin: 2rem 0;
}
.section-btn:hover {
    color: #000;
    font-weight: bold;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
    background-color: #fde634 !important;
}
.section-btn {
    padding: 0.5rem 2rem;
    text-align: center;
    border: 1px solid #000;
    background-color: #ffe100;
    color: #000;
    border-radius: 5px;
    outline: none;
    margin: 2rem 0;
    cursor: pointer;
    font-size: 1.7rem;
}

.section-btn-cancel:hover {
    color: #616A6B;
    font-weight: bold;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
    background-color: #F4F6F6 !important;
    border: 1px solid #616A6B;
}
.section-btn-cancel {
    padding: 0.5rem 2rem;
    text-align: center;
    background-color: #F4F6F6;
    color: #616A6B;
    border-radius: 5px;
    outline: none;
    margin: 2rem 0;
    cursor: pointer;
    font-size: 1.7rem;
}

.section-cotizar {
    margin-top: 13rem;
}
.section-cotizar .contenedor-cotizar {
    margin-top: 3rem;
}
.section-cotizar .contenedor-cotizar label {
    font-size: 1.8rem;
    font-weight: 600;
}
.section-cotizar .contenedor-cotizar input[type="text"],
.section-cotizar .contenedor-cotizar select {
    height: 4rem;
    background-color: white;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
    padding: 0 1rem;
    border: 2px solid #f3ececff;
    outline: none;
    width: 100%;
}

.ofertas .controladores-ofertas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: -2rem;
}
.ofertas .contenedor-ofertas {
    width: 100%;
    position: relative;
}
.ofertas .contenedor-ofertas #right {
    right: -6rem;
}
.ofertas .contenedor-ofertas #left {
    left: -6rem;
}
.ofertas .contenedor-ofertas ion-icon {
    position: absolute;
    top: 50%;
    font-weight: 400;
    cursor: pointer;
    font-size: 4rem;
    z-index: 10;
}
.ofertas .contenedor-ofertas .scroll-ofertas .article-ofertas p {
    font-size: 1.5rem;
}
.ofertas .contenedor-ofertas .scroll-ofertas .article-ofertas .section-title {
    font-size: 4rem;
}
.ofertas .contenedor-ofertas .scroll-ofertas .article-ofertas {
    width: 27%;
}
.ofertas .contenedor-ofertas .scroll-ofertas .container-ofertas {
    width: 70%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    gap: 1.7rem;
    padding: 1.5rem 1rem;
    scroll-behavior: smooth;
}
.ofertas .contenedor-ofertas .scroll-ofertas .container-ofertas article img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}
.ofertas
    .contenedor-ofertas
    .scroll-ofertas
    .container-ofertas
    article
    .description-oferta
    p {
    font-size: 1.5rem;
}
.ofertas
    .contenedor-ofertas
    .scroll-ofertas
    .container-ofertas
    article
    .description-oferta
    a {
    color: #01c1df;
    font-size: 1.5rem;
}
.ofertas
    .contenedor-ofertas
    .scroll-ofertas
    .container-ofertas
    article
    .description-oferta {
    position: absolute;
    bottom: 0.5rem;
    font-weight: bold;
    /* width: 100%; */
    right: 10px;
}
.ofertas .contenedor-ofertas .scroll-ofertas .container-ofertas article {
    min-width: calc(51.5% - 1.7rem);
    width: calc(51.5% - 1.7rem);
    cursor: pointer;
    /* height: 28rem; */
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    /* padding: .9rem; */
}
.ofertas .contenedor-ofertas .scroll-ofertas {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ofertas .controladores-ofertas button:hover {
    background-color: #ffe100;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
}
.ofertas .controladores-ofertas button.btn-oferta {
    background-color: #ffe100;
}
.ofertas .controladores-ofertas button {
    cursor: pointer;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 3px solid #ffe100;
}
.ofertas {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f8f7ef;
    overflow: hidden;
}

.ofertas .section-title img {
    width: 4.5rem;
}
.section-title img {
    width: 4.5rem;
}
/* .ofertas .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    background-color: var(--orange);
    padding: 1rem 1.2rem;
    margin: 2rem 0;
    border-radius: 40px;
    width: 39rem;
}
.ofertas .heading img {
    margin-right: 1rem;
    width: 4.5rem;
} */
.ofertas .container-ofertas::-webkit-scrollbar {
    background-color: transparent;
}
/* .ofertas .container-ofertas {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 5rem 0;
    overflow: hidden;
    gap: 2rem;
}
.ofertas .container-ofertas img {
    min-width: 49%;
    width: 49%;
    border-radius: 20px;
} */

.imagen-detalles {
    width: 100%;
    /* width: 80%; */
    /* object-fit: contain; */
    height: 100%;
    display: block;
    margin: auto;
    padding: 4rem;
}

.marcas {
    width: 100%;
    /* margin-top: 1.3rem; */
}
.marcas .contenedor-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .marcas .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    background-color: var(--orange);
    padding: 1rem 1.2rem;
    margin: 2rem 0;
    border-radius: 40px;
} */
.marcas .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.marcas .section-title img {
    margin-right: 1rem;
    width: 4.5rem;
}
.marcas .section-title span {
    margin-right: 1rem;
}
.marcas .contenedor-marcas {
    width: 100%;
    display: flex;
    overflow: auto;
    margin: 4rem 0;
    scroll-behavior: smooth;
}
.marcas .contenedor-marcas::-webkit-scrollbar {
    background-color: transparent;
}
.img-marcas {
    max-height: 50px;
    max-width: 140px;
    margin-top: 6px;
}
.marcas .botones {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 4rem 0; */
    margin-top: -3rem;
}
.marcas .botones span.h-b {
    display: none;
}
.marcas .botones span {
    cursor: pointer;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 3px solid #ffe100;
    margin: 1rem;
}
.marcas .botones span:hover {
    background-color: #ffe100;
}
.marcas .botones span.active-marca {
    background-color: #ffe100;
}

.contenedor-nosotros {
    width: 100%;
    margin-top: 21rem;
    margin-bottom: 12rem;
    padding: 0;
    padding-top: 3rem;
}
.contenedor-nosotros .contenedor-article {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contenedor-nosotros .contenedor-article .article-text {
    margin-right: 1rem;
    /* width: 40rem; */
    width: 40%;
    margin: 0 2rem;
}
.contenedor-nosotros .heading {
    font-weight: 700;
    font-size: 2.9rem;
    color: #292b2c;
    margin-left: 9%;
}
.contenedor-nosotros .contenedor-article .article-text p {
    text-align: justify;
    font-size: 1.6rem;
    color: rgb(28, 26, 26);
}

.contenedor-nosotros .contenedor-article .article-video {
    /* max-width: 550px;
    max-height: 305px; */
    width: 40%;
    margin: 0 2rem;
    height: 305px;
}
.contenedor-nosotros .contenedor-article .article-video video {
    width: 100%;
    height: 100%;
}
.contenedor-nosotros .contenedor-mision h2 {
    color: white;
}
.contenedor-nosotros .contenedor-mision {
    min-width: 100%;
    margin-top: 5rem;
    background-image: linear-gradient(to top, #020203c4 0%, #000000b9 100%),
        url(../image/maquina3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.contenedor-nosotros .contenedor-mision div {
    width: 50%;
    text-align: justify;
}
.contenedor-nosotros .contenedor-mision .parrafo1,
.parrafo2 {
    margin-bottom: 4.4rem;
}
.contenedor-nosotros .contenedor-mision div h2 {
    font-size: 2.8rem;
    font-weight: 400;
}
.contenedor-nosotros .contenedor-mision div p {
    font-size: 1.56rem;
}
.contenedor-ubicacion {
    width: 100%;
    margin-top: 5rem;
}
.contenedor-ubicacion .article-ubicacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.contenedor-ubicacion .article-ubicacion p {
    width: 82%;
    font-size: 1.56rem;
    margin-bottom: 1rem;
}
.contenedor-ubicacion .article-ubicacion iframe {
    width: 82%;
}

.blog-detalle {
    margin-top: 21rem;
    padding: 1rem 5rem;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 2rem;
}

.blog-detalle .article-1 {
    padding: 1rem 3rem;
    background-color: #fff;
    width: 90%;
    /* padding: 3rem 4rem; */
}
.blog-detalle .article-1 .heading {
    text-align: left;
    font-size: 4.5rem;
    margin-bottom: 0.5rem;
    padding: 0 0;
    font-weight: bold;
}
.blog-detalle .article-1 small {
    font-size: 1.6rem;
    color: rgba(128, 128, 128, 0.807);
}
.blog-detalle .article-1 p {
    margin: 1rem 0;
    font-size: 1.9rem;
    color: gray;
    width: 86%;
    text-align: justify;
}
.blog-detalle .article-1 .imgs__blogs {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}
.blog-detalle .article-1 img:nth-child(1) {
    width: 85%;
}
.blog-detalle .article-1 img {
    width: 45%;
    display: block;

    object-fit: contain;
}
.blog-detalle .article-2 {
    padding: 1rem;
    width: 30%;
    background-color: white;
}
.blog-detalle .article-2 h2 {
    font-size: 2.2rem;
    font-weight: 500;
}
.blog-detalle .article-2 img {
    max-width: 80%;
}
.blog-detalle .article-2 .contenedor-reciente {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blog-detalle .article-2 .contenedor-reciente .text {
    margin: 1rem 0;
    background-image: linear-gradient(to top, #0000009f 0%, #00000094 100%),
        url(../image/blog1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 20rem;
    position: relative;
    width: 100%;
    border-radius: 10px;
    color: white;
    padding: 1rem;
}
.blog-detalle .article-2 .contenedor-reciente .text img {
    min-width: 100%;
    object-fit: cover;
}
.blog-detalle .article-2 .contenedor-reciente .text p {
    font-size: 1.5rem;
    position: absolute;
    bottom: 2.4rem;
    /* margin-top: -9rem; */
}
.blog-detalle .article-2 .contenedor-reciente .text small {
    font-size: 1.2rem;
    position: absolute;
    bottom: 0.4rem;
}

.maquina-footer {
    width: 20rem;
    margin-bottom: -0.5rem;
    z-index: inherit;
}
.logo-footer img{
    width: 15rem;
}
.maquina-footer {
    width: 20rem;
    z-index: inherit;
}
.footer {
    z-index: 100;
    background-image: url("https://rab-import-assets.s3.amazonaws.com/rabImport/footer/fondo-footer.jpg");
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box-text img{
    width: 20rem;
}
.footer .box-container .box-text {
    margin-right: 3rem;
}
.footer .box-container .box p {
    text-align: justify;
}
.footer .box-container .box h3 {
    font-size: 2.5rem;
    /* color: var(--black); */
    color: #ffe100;
    padding: 1rem 0;
}

.footer .box-container .box h3 i {
    color: var(--orange);
}

.footer .box-container .box .links {
    display: block;
    font-size: 1.5rem;
    /* color: var(--light-color); */
    color: #fff;
    padding: 1rem 0;
}

.footer .box-container .box .links i {
    color: var(--orange);
    padding-right: 0.5rem;
}

.footer .box-container .box .links:hover i {
    padding-right: 2rem;
}

.footer .box-container .box p {
    line-height: 1.8;
    font-size: 1.5rem;
    /* color: var(--light-color); */
    color: #fff;
    padding: 1rem 0;
}

.footer .box-container .box .share a {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    border-radius: 0.5rem;
    font-size: 2rem;
    color: var(--black);
    color: #000;
    margin-right: 0.2rem;
    background: var(--orange);
    text-align: center;
}

.footer .box-container .box .share a:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid var(--orange);
}

.footer .box-container .box .email {
    width: 100%;
    margin: 0.7rem 0;
    padding: 1rem;
    border-radius: 0.5rem;
    background: #eee;
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
}
.input-email {
    width: 100%;
    max-width: 350px;
    margin: 0.7rem 0;
    padding: 1rem;
    border-radius: 0.5rem;
    background: #fff;
    border: 1px solid gray;
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
}
.footer .box-container .box .submit {
    margin-top: 1rem;
    display: inline-block;
    padding: 0.8rem 3rem;
    font-size: 1.7rem;
    border-radius: 0.5rem;
    border: 0.2rem solid var(--black);
    /* color: var(--black); */
    color: #000 !important;
    background-color: #ffe100 !important;
    cursor: pointer;
    background: none;
}
.footer .box-container .box .submit:hover {
    background: var(--orange);
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
    /* color: #fff; */
}
.btn-suscribete {
    margin-top: 1rem;
    display: inline-block;
    padding: 0.8rem 3rem;
    font-size: 1.7rem;
    border-radius: 0.5rem;
    border: 0.1rem solid var(--black);
    color: #000 !important;
    background-color: #ffe100 !important;
    cursor: pointer;
    background: none;
}
.btn-suscribete:hover {
    font-weight: bold;
    background-color: #fde634 !important;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.4);
}
.footer .box-container .box .payment-img {
    margin-top: 2rem;
    height: 3rem;
    display: block;
}

.credit p{
    display: flex;
    gap: 0rem;
    color: black;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem;
}
.credit {
    background-color: #fff;
    text-align: center;
    /* margin-top: 2rem; */
    padding: 1rem;
    padding-top: 2.5rem;
    font-size: 1.5rem;
    /* color: var(--black); */
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #a7a7a7; */
    border-top: var(--border);
}


.bottomright {
    position: fixed;
    bottom: 20px;
    right: 16px;
    font-size: 18px;
    z-index: 100;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-image: url(../image/whatsapp-icon.png);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
}

/* media queries  */

@media (max-width: 991px) {
    html {
        font-size: 55%;
    }

    /* .header {
        padding: 2rem;
    } */

    section {
        padding: 2rem;
    }
    .contenedor-nosotros .heading {
        margin: 0 1rem;
    }
    .contenedor-nosotros .contenedor-article .article-text {
        margin: 0;
        width: 90%;
    }
    .contenedor-nosotros .contenedor-article .article-video {
        width: 90%;
    }
    .contenedor-nosotros .contenedor-mision {
        justify-content: center;
        align-items: center;
    }
    .contenedor-nosotros .contenedor-mision div {
        width: 90%;
    }
}

.jquery-modal{
    max-height: 100vh;
    height: 100vh;
    z-index: 10000000 !important; 
}

@media (max-width: 768px) {
.section-nosotros .nosotros__tienda .contenedor_nosotros_tiendas article{
    width: 45%;
}
    .section-category .article-categorias .img-d img{
        height: auto;
    }
    .modal__testimonio .contenedor__modal__testimonio article{
        width: 65%;
    }
    .section__reviews .contenedor__reviews article{
        min-width: calc(50% - 3rem);
        width: calc(50% - 3rem);
    }
    .section__reviews .contenedor__reviews{
        width: 90%;
    }
    .card-body {
        width: 95%;
        flex-direction: column;
        height: auto;
    }
    .card-body .content-img-registrer img {
        display: block;
        margin: auto;
        max-width: 70%;
        width: 70%;
    }
    
    .card-body .content-img-registrer {
        min-width: 100%;
        width: 100%;
        min-height: 100%;
        height: 100%;
        margin-top: 4rem;
    }
    .card-body form {
        min-width: 100%;
        width: 100%;
    }
    .maquinas-detalles .detallesm-contenedor article .container-img .container-modalm1 .modal-maquina{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .section-contactanos {
        padding: 20px;
    }
    .caja {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .formBox .row50 {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .inputBox {
        width: 100%;
    }

    .contact {
        padding: 30px;
    }
    .map {
        padding: 0;
        min-height: 300px;
    }
    .features .derecha {
        right: -2rem;
    }
    .features .izquierda {
        left: -1.4rem;
    }
    .features .izquierda,
    .features .derecha {
        top: 55%;
    }
    .features .box-container .box {
        min-width: 100%;
        padding: 1.3rem;
    }
    .features .box-container .content-carousel {
        min-width: 100%;
        max-width: 100%;
        overflow: auto;
    }
    .contenedor-text-productos {
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }
    .container-categories .box-categories{
        height: auto;
    }
    .section-nosotros .article1-nosotros .article-textnosotros{
        width: 90%;
    }
    .section-nosotros .article1-nosotros .article-imgnosotros{
        width: 70%;
    }
    .section-nosotros .article1-nosotros{
        flex-direction: column;
        align-items: center;
    }
    .clasemodal{
        top: 25% !important;
        width: 65% !important;
    }
    .asesores #left-asesores, .asesores #left-marcas{
        left: 0;
    }
    .asesores #right-asesores, .asesores #right-marcas{
        right: .5rem;
    }
    .asesores .contenedor-asesores,
    .asesores .contenedor-marcas{
        width: 95%;
    }
    .asesores .contenedor-asesores article,
    .asesores .contenedor-marcas article{
        margin: 0 .5rem;
        min-width: calc(25% - 1rem);
        width: calc(25% - 1rem);
    }
    .servicios .contenedor-servicios{
        justify-content: center;
    }
    .between-title{
        flex-direction: column;
    }
    .p-destacados ion-icon{
        top: 50%;
        transform: translateY(-50%);
    }
    .p-destacados .contenedor-pd{
        width: 95%;
        gap: 1.5rem;
    }
    .ofertas .contenedor-ofertas .scroll-ofertas{
        width: 90%;
        margin: auto;
    }
    .ofertas .contenedor-ofertas #right{
        right: 0;
    }
    .ofertas .contenedor-ofertas #left{
        left: 0;
    }
    .box__footer{
        margin-left: 0 !important;
    }
    .section-nosotros .article2-nosotros .img-article2nosotros{
        flex-direction: column;
        gap: 2rem;
    }
    .section-nosotros .article2-nosotros .img-article2nosotros article img{
        width: 100% !important;
    }
    .section-nosotros .article2-nosotros .img-article2nosotros article{
        gap: 2rem;
        width: 100% !important;
        flex-direction: column;
    }
    .ul-modal .li-modal i{
        display: none;
    }
    .header-3 .iconos-comprar #cart-btn span{
        right: -85%;
    }
    .carrusel-imgp .contenedor-imgp{
        width: 70% !important;
        gap: 1rem !important;
    }
    .modal__marcas .contenedor__m-marcas article {
        width: 95%;
    }
    .contenedor-banner {
        height: 33rem;
    }
  
    .numeracion-form {
        width: 100% !important;
    }
    .maquinas-detalles .detallesm-contenedor article .container-img {
        width: 100%;
    }
    .section-nosotros .article1-nosotros .article-imgnosotros2 {
        height: 26rem;
        margin-top: 11rem;
    }
    .section-nosotros .article1-nosotros .article-imgnosotros2 img {
        width: 20rem;
        height: auto;
        right: -1rem;
        bottom: -5rem;
    }
    .contenedor__exito {
        height: 87vh;
    }
    .contenedor__exito article {
        padding: 1rem;
    }
    .enlace__blog {
        position: static !important;
    }
    .p-destacados #right-pd {
        right: 0;
    }
    .p-destacados #left-pd {
        left: 0;
    }
    .p-destacados ion-icon {
        top: 60%;
    }
    .blogs .box-container .box .content h3 {
        height: auto;
    }
    .content-checkout-max {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header .login-form.active {
        top: 11rem;
    }
    .contenedor-checkout {
        width: 80%;
    }
    .contenedor-checkout article div:nth-child(2) {
        margin-left: 0 !important;
    }
    .contenedor-checkout article div:nth-child(1) {
        width: 46%;
    }
    .contenedor-checkout article div:nth-child(2) {
        width: 46%;
    }
    .contenedor-checkout article div:nth-child(3) {
        width: 100%;
        /* width: 26%; */
    }

    .contenedor-checkout article div:nth-child(4) {
        /* position: absolute; */
        /* top: 50%; */
        width: 100%;
        display: flex;
        justify-content: center;
        /* right: 10%; */
    }
    .contenedor-checkout article .delete-cart{
        display: block;
        margin: auto;
    }
    .contenedor-checkout article {
        gap: 2rem;
        padding: 1rem 3rem !important;
        flex-wrap: wrap;
    }
    .article-resumen .condiciones-article p b {
        width: 2.1rem;
        height: 2rem;
    }
    .contenedor-datosusuario
        .article-form1
        form
        .form-store
        article:nth-child(2) {
        width: 100%;
        height: 20rem;
        margin-top: 0;
    }
    .contenedor-datosusuario
        .article-form1
        form
        .form-store
        article:nth-child(1) {
        width: 100%;
    }
    .contenedor-datosusuario {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contenedor-datosusuario .article-form1 {
        width: 100%;
    }
    .article-resumen {
        width: 100%;
    }
    .home {
        margin-top: 10rem;
    }
    .header .social-header {
        display: none;
    }
    .header {
        background-color: transparent;
        /* top: 10rem; */
        top: 0;
        box-shadow: none;
        /* display: ; */
        justify-content: end;
    }
    .header .search-form {
        width: 90%;
    }

    .header .navbar {
        position: absolute;
        top: 110%;
        right: -110%;
        width: 30rem;
        box-shadow: var(--box-shadow);
        border-radius: 0.5rem;
        background: #fff;
        display: flex;
        flex-direction: column;
        /* justify-content: start; */
        align-items: flex-start;
    }

    .header .navbar.active {
        /* right: 2rem; */
        right: 0;
        top: 11rem;
        transition: 0.4s linear;
    }

    .header .navbar a {
        font-size: 2rem;
        margin: 2rem 2.5rem;
        display: block;
    }
    #menu-btn {
        display: inline-block;
    }
    .header-ventas {
        display: none !important;
    }
    .header-3 .input-header {
        width: 40rem;
    }
    .header3-width {
        width: auto;
        justify-content: end;
    }
    .header-3 .iconos-comprar {
        width: 12rem;
    }
}
@media (max-width: 580px) {
.section-nosotros .nosotros__tienda .contenedor_nosotros_tiendas article{
    width: 100%;
}
    .modal__testimonio .contenedor__modal__testimonio article{
        width: 95%;
    }
    .section__reviews .contenedor__reviews article{
        min-width: calc(100% - 3rem);
        width: calc(100% - 3rem);
    }
    .section__reviews .left__testimonio{
        left: 0;
    }
    .section__reviews .right__testimonio{
        right: 0;
    }
    .carrusel-imgp .contenedor-imgp{
        width: 100% !important;
        gap: 1rem !important;
    }
    .banner__movil {
        display: block !important;
    }
    .banner__escritorio {
        display: none !important;
    }
    .section-nosotros .article1-nosotros .article-imgnosotros{
        width: 90%;
    }
    .contenedor-checkout {
        width: 100%;
    }
    
    .section-contactanos {
        padding: 20px;
    }
    .caja {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "form"
            "info"
            "map";
        margin-bottom: 70rem;
    }

    .formBox .row50 {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .inputBox {
        width: 100%;
    }

    .contact {
        padding: 30px;
    }
    .map {
        padding: 0;
        min-height: 300px;
    }
    .features .derecha {
        right: -2rem;
    }
    .features .izquierda {
        left: -1.4rem;
    }
    .features .izquierda,
    .features .derecha {
        top: 55%;
    }
    .features .box-container .box {
        min-width: 100%;
        padding: 1.3rem;
    }
    .features .box-container .content-carousel {
        min-width: 100%;
        max-width: 100%;
        overflow: auto;
    }
    .contenedor-text-productos {
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }
    .maquinas-detalles .detallesm-contenedor article .container-img .container-modalm1 .modal-maquina{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .section-nosotros .article1-nosotros .article-imgnosotros2 iframe {
        right: 1rem;
    }
    .section-nosotros .article1-nosotros .article-imgnosotros2::before {
        right: -2%;
        bottom: -2%;
    }
    .section-nosotros .article1-nosotros article {
        width: 100%;
    }
    .blogs .box-container .box .content {
        height: auto;
    }
    .clasemodal {
        width: 100% !important;
        top: 40% !important;
    }
 
  
    .review .review-slider .swiper-wrapper {
        height: auto !important;
    }
    .review .review-slider .swiper-wrapper .swiper-slide {
        height: auto !important;
    }
    .text-review {
        bottom: auto !important;
    }
    .p-destacados .contenedor-pd article {
        min-width: 90%;
        width: 90%;
        margin: 0 2rem;
    }
    .asesores #left-asesores, .asesores #left-marcas {
        left: .5rem;
    }
    .asesores #right-asesores, .asesores #right-marcas {
        right:.5rem;
    }
    .asesores #right-asesores,
    .asesores #right-marcas,
    .asesores #left-asesores, 
    .asesores #left-marcas {
        top: 55%;
    }
    .asesores .contenedor-asesores,
    .asesores .contenedor-marcas{
        width: 90%;
    }
    .asesores .contenedor-asesores article,
    .asesores .contenedor-marcas article {
        min-width: calc(50% - 1rem);
        margin: 0 .5rem;
        width: calc(50% - 1rem);
    }
    .section-category .article-categorias .products-d {
        margin-top: 3rem;
        width: 100%;
    }
    .section-category .article-categorias .products-d div {
        width: 50%;
        height: 29rem;
    }
    .section-category .article-categorias .img-d img {
        width: 60%;
        height: auto;
    }
    .section-category .article-categorias .img-d {
        width: 90%;
    }
    .section-category .article-categorias {
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .between-title div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .between-title div a {
        padding-bottom: 0.5rem;
        font-size: 1.6rem;
        text-transform: uppercase;
        margin: 1rem;
        color: #000;
        font-weight: bold;
    }
    .between-title {
        flex-direction: column;
        display: flex;
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }
    .ofertas .contenedor-ofertas #left {
        left: -2rem;
        top: 65%;
    }
    .ofertas .contenedor-ofertas #right {
        top: 65%;
        right: -2rem;
    }
    .ofertas .contenedor-ofertas .scroll-ofertas .container-ofertas article {
        min-width: 95%;
        width: 95%;
        margin: 0 1rem;
    }
    .ofertas .contenedor-ofertas .scroll-ofertas .container-ofertas {
        width: 100%;
    }
    .ofertas .contenedor-ofertas .scroll-ofertas .article-ofertas {
        width: 100%;
    }
    .ofertas .contenedor-ofertas .scroll-ofertas {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .beneficios-img {
        flex-direction: column;
    }
    #search-btn {
        display: block;
    }
    .header3-width .iconos-comprar {
        width: 17rem !important;
    }
    .header3-width {
        justify-content: end;
        width: 100% !important;
    }
    .header-3 .header-ventas {
        display: none;
    }
    .header-3 .input-header {
        display: none;
    }
    /* .header-3 img{
        display: none;
    } */

    .header .social-header {
        display: none;
    }
    .servicios .title-servicios {
        margin: 2rem auto;
    }
    .review .heading {
        margin: 2rem auto;
    }
    .ofertas .heading {
        margin: 2rem auto;
    }

    .tiendas .contenedor-tiendas article {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    .tiendas .contenedor-tiendas article img,
    .tiendas .contenedor-tiendas article div {
        width: 100%;
        padding: 1rem;
    }
    .tiendas .contenedor-tiendas article iframe {
        display: none;
    }
    .servicios .contenedor-servicios {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .servicios .contenedor-servicios article img {
        width: 100%;
        height: auto;
    }
    .servicios .contenedor-servicios article {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        margin: 2rem 0;
        height: auto !important;
    }

    .marcas .contenedor-text {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .marcas .botones span.h-b {
        display: block;
    }
    .img-marcas {
        max-height: 50px;
        max-width: 140px;
        margin-top: 6px;
    }
    .footer .box-container .box-text {
        margin-right: 0;
    }
    .section-allblogs .contenedor-blogs {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-allblogs .contenedor-blogs article {
        width: 100%;
    }

    .beneficios {
        height: 3.4rem;
    }
    .envio-gratis {
        top: 13rem;
        height: 2.6rem;
    }
    .ul-modal .li-modal .ul-modal-2 .article-header article {
        padding: 0.3rem;
        width: auto;
        border: 0;
        cursor: pointer;
        border-radius: 10px;
    }
    .ul-modal .li-modal .ul-modal-2 {
        padding: 0.5rem 6%;
    }
    .ul-modal .li-modal .ul-modal-2 .botones-modal button {
        display: none;
    }
    .ul-modal .li-modal .ul-modal-2 .article-header img {
        display: none;
    }
    .ul-modal .li-modal .ul-modal-2 .article-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .text-modalh {
        width: 17rem;
    }
    .container-categories {
        width: 100%;
    }
    .container-categories .box-categories {
        height: auto;
    }
    .container-categories .box-categories .content-textcategories {
        width: 100%;
    }

    .container-categories .box-categories img {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .container-categories .box-categories {
        flex-direction: column !important;
        padding: 2rem;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 2rem;
    }
    .contenedor-allteam article {
        width: 47%;
    }
    .home {
        /* height: 25rem; */
        margin-top: 10.5rem;
    }
    .home .arrows {
        margin-top: 1rem;
    }
    .home .miSlider {
        height: 22rem;
    }
    .btn {
        margin-top: 0rem;
        margin-bottom: 3rem;
    }
    #menu-btn {
        display: inline-block;
    }
    .header-2 {
        height: 5rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header-2 .header-cambio div {
        display: none;
    }
    .header-2 .header-cambio {
        justify-content: center;
        align-items: center;
    }
    .header-3 input[type="search"] {
        display: none;
    }
    .header-3 {
        box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.55);
        top: 0rem;
        /* flex-direction: column; */
        justify-content: center;
        align-items: center;
    }
    .header {
        background-color: transparent;
        top: 0;
        box-shadow: none;
        /* display: ; */
        justify-content: end;
    }
    .header .search-form {
        width: 90%;
    }

    .header .navbar {
        position: absolute;
        top: 110%;
        right: -110%;
        width: 30rem;
        box-shadow: var(--box-shadow);
        border-radius: 0.5rem;
        background: #fff;
        display: flex;
        flex-direction: column;
        /* justify-content: start; */
        align-items: flex-start;
    }

    .header .user_register.active {
        top: 11rem;
    }
    .header .navbar.active {
        /* right: 2rem; */
        right: 0;
        top: 11rem;
        transition: 0.4s linear;
    }

    .header .navbar a {
        font-size: 2rem;
        margin: 2rem 2.5rem;
        display: block;
    }
    .blog-detalle {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 12rem !important;
        padding: 0;
    }

    .blog-detalle .article-1 {
        padding: 1rem 3rem;
        background-color: #fff;
        width: 100%;
    }

    .blog-detalle .article-1 p {
        width: 98%;
    }
    .blog-detalle .article-1 img {
        width: 90%;
    }
    .blog-detalle .article-2 {
        width: 100%;
    }
    .blog-detalle .article-2 img {
        max-width: 80%;
    }
    .blog-detalle .article-2 {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .blog-detalle .article-2 .contenedor-reciente .text {
        height: 25rem;
        width: 90%;
    }
    .blog-detalle .article-2 h2 {
        font-size: 4rem;
    }

    .blog-detalle .article-2 .contenedor-reciente .text img {
        min-width: 100%;
        object-fit: cover;
    }
    .products .contenedor-text-productos .heading {
        flex: 0;
        margin-left: 0;
    }
    .contenedor-team {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .categories .contenedor-categorias {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .categories .contenedor-categorias .heading {
        flex: 0;
        margin-left: 0;
    }
    .features .contenedor-features .btn {
        margin: 0.5rem 0;
    }
    .features .contenedor-features {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .blogs .text-blogs {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .blogs .text-blogs .heading {
        flex: 0;
        margin-left: 0;
    }
    .blogs .box-container .box .content h3 {
        height: auto;
    }
    .card-body {
        width: 95%;
        flex-direction: column;
        height: auto;
    }
    .card-body .content-img-registrer img {
        display: block;
        margin: auto;
        max-width: 70%;
        width: 70%;
    }
    .card-body .content-img-registrer {
        min-width: 100%;
        width: 100%;
        min-height: 100%;
        height: 100%;
        margin-top: 4rem;
    }
    .card-body form {
        min-width: 100%;
        width: 100%;
    }
    .contendorp-form {
        flex-direction: column;
    }
    .contendorp-form .article-form1 {
        width: 100%;
    }
    .contendorp-form .article-form2 {
        width: 100%;
    }

    .article-form1 .content1 .text1 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .article-form1 .content1 .text1 [type="text"] {
        width: 100%;
    }
    .article-form1 .content1 .text1 div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .article-form1 .content1 .text3 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .article-form1 .content1 .text3 [type="text"] {
        width: 100%;
    }
    .article-form1 .content1 .text3 div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .article-form1 .content1 .text2 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .article-form1 .content1 .text2 [type="text"] {
        width: 100%;
    }
    .article-form1 .content1 .text2 div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .article-form1 .content2 .text4 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .article-form1 .content2 .text4 [type="text"] {
        width: 100%;
    }
    .article-form1 .content2 .text4 div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .article-form1 .content3 .text6 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .article-form1 .content3 .text6 [type="text"] {
        width: 100%;
    }
    .article-form1 .content3 .text6 div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .article-form1 .content3 .text7 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .article-form1 .content3 .text7 [type="text"] {
        width: 100%;
    }
    .article-form1 .content3 .text7 div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .form-contenedor .content-btnform {
        width: 100%;
    }
    .form-contenedor a {
        margin: 2rem 1rem;
        text-align: center;
    }
    .form-contenedor .btn-form {
        margin: 2rem 1rem;
    }

    .section-executives .contenedor-executives article {
        min-width: 98%;
        width: 98%;
        height: 30rem;
    }
    .maquinas-detalles {
        max-width: 100%;
    }
    /* .maquinas-detalles .detallesm-contenedor article .container-img {
        height: 50rem;
    } */
    .maquinas-detalles .detallesm-contenedor article .container-img .img-zoom {
        width: 100%;
        height: 100%;
        object-fit: fill;
        /* object-fit: contain; */
    }
    .container-maquinas
        .contenedor-maquinas
        .article-maquinas
        .content-m
        article
        button {
        margin: 1rem 0;
    }
    .container-maquinas
        .contenedor-maquinas
        .article-maquinas
        .content-m
        article
        img {
        width: 100%;
    }
    .container-maquinas
        .contenedor-maquinas
        .article-maquinas
        .content-m
        article {
        min-width: 100%;
    }
    .container-maquinas .contenedor-maquinas .article-maquinas .content-m {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }
}
@media (max-width: 450px) {
    html {
        font-size: 50%;
    }

    .home .content {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .heading {
        font-size: 2.5rem;
    }

    .footer {
        
        text-align: center;
        margin-left: 0rem;
    }

    .footer .box-text{
        margin-left: 0rem;
    }

    .footer .box-container .box .payment-img {
        margin: 2rem auto;
    }
}

.catalogo {
    width: 100%;
    /* position: relative; */
    position: absolute;
    margin-top: 8rem;
    /* transform: translateY(-100%); */
    display: none;
    background-color: #fff;
    z-index: 99;
    /* visibility: hidden;
    opacity: 0; */
}

.catalogo .box-container::-webkit-scrollbar {
    background-color: transparent;
}
.catalogo .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
}

.catalogo .box-container .box {
    padding: 3rem 2rem;
    background: #fff;
    outline: var(--outline);
    outline-offset: -1rem;
    text-align: center;
    box-shadow: var(--box-shadow);
    min-width: 32%;
}

.catalogo .box-container .box:hover {
    outline: var(--outline-hover);
    outline-offset: 0rem;
}

.catalogo .box-container .box img {
    margin: 1rem 0;
    height: 15rem;
}

.catalogo .box-container .box h3 {
    font-size: 2.5rem;
    line-height: 1.8;
    color: var(--black);
}

.catalogo .box-container .box p {
    font-size: 1.5rem;
    line-height: 1.8;
    color: var(--light-color);
    padding: 1rem 0;
}
.pagination_div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3rem;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 2rem;
}
ul.pagination li a.active {
    background-color: var(--orange);
    color: white;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}
.btn_group_register {
    display: flex;
    /* flex-direction: row; */
    flex-direction: column;
}

#btn_logueo:disabled {
    cursor: auto;
    background-color: #eee;
    color: black;
}
.ltn__pagination_categorias {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
.ltn__pagination_categorias ul {
    margin: 0;
    padding: 0;
}

.ltn__pagination_categorias ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-family: "Montserrat", sans-serif;
}
.ltn__pagination_categorias ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-family: "Montserrat", sans-serif;
}

.ltn__pagination_categorias ul li:hover a,
.ltn__pagination_categorias ul li.active a {
    background-color: var(--orange);
    border-color: var(--orange);
    color: white;
}
.ltn__pagination_categorias ul li a {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 2px solid #ededed;
    text-align: center;
    display: block;
    font-weight: 700;
    text-decoration: none;
    outline: none;
    font-size: 1.5rem;
    color: #000;
}

.wrapper_preloader {
    top: 0;

    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #00000094;
    /* background-color: white; */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000000000000;
}
.hidden_pre {
    overflow: hidden;
}

@keyframes ldio-9wldllw5gsl {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.ldio-9wldllw5gsl div {
    box-sizing: border-box !important;
}
.ldio-9wldllw5gsl > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: 28px;
    left: 28px;
    border-radius: 50%;
    border: 16px solid #000;
    border-color: #ffe100 transparent #ffe100 transparent;
    animation: ldio-9wldllw5gsl 1s linear infinite;
}
.ldio-9wldllw5gsl > div:nth-child(2) {
    border-color: transparent;
}
.ldio-9wldllw5gsl > div:nth-child(2) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}
.ldio-9wldllw5gsl > div:nth-child(2) div:before,
.ldio-9wldllw5gsl > div:nth-child(2) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    left: 48px;
    background: #ffe100;
    border-radius: 50%;
    box-shadow: 0 128px 0 0 #ffe100;
}
.ldio-9wldllw5gsl > div:nth-child(2) div:after {
    left: -16px;
    top: 48px;
    box-shadow: 128px 0 0 0 #ffe100;
}
.loadingio-spinner-dual-ring-98rkppnqc5n {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-9wldllw5gsl {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-9wldllw5gsl div {
    box-sizing: content-box;
}
/* generated by https://loading.io/ */

.text-review {
    /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); */
    /* display: flex; */

    /* left: 50%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 100%; */
    justify-content: center;
}
.review .review-slider .box {
    position: relative;
    /* background: #fff; */
    border-radius: 0.5rem;
    text-align: center;
    padding: 3rem 2rem;
    background-color: #f8f7ef;
    /* border-color: var(--orange); */
    /* border: 1px solid var(--orange); */
    /* outline-offset: -1rem;
    outline: var(--outline);
    box-shadow: var(--box-shadow);
    transition: 0.1s linear; */
}

.clasemodal {
    position: relative;
    /* background: #fff; */
    border-radius: 0.5rem;
    text-align: center;
    padding: 3rem 2rem;
    background-color: #f8f7ef;
    width: 36%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    z-index: 5000000000;
}

.clasemodal img {
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
}

.iconclass {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: #900;
    border: 2px solid #fff;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    -ms-border-radius: 26px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.limite_parrafo {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 1em 0;
}
#click_login {
    text-decoration: underline;
}
