/**
* Template Name: Avilon - v4.8.1
* Template URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #e8f1d8;
    color: #0e3959;
    font-family: "Open Sans", sans-serif;
    /* overflow-x: hidden; */
    /* margin: 0;
  padding: 0; */
    margin: 0px;
    height: 100vh;
}

/* html{
  box-sizing: inherit;
  font-size: 16px;
}
*,
*::after,
*::before{
  margin: 0;
  padding: 0;
  box-sizing: inherit;
} */
a {
    color: white;
    text-decoration: none;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #fff;
    font-weight: bold;
    outline: none;
    text-decoration: none;
    animation: pulse; /* referring directly to the animation's @keyframe declaration */
    animation-duration: .5s; /* don't forget to set a duration! */
}

.footer-color:hover{
    color: #fff !important;
    animation: pulse; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


.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: 10px;
    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: 49px;
    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: 35px;
    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;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    background: linear-gradient(45deg, #92b930, #869c4e);
    color: #fff;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
    visibility: hidden;
    opacity: 0;
    width: 64px;
    height: 34px;
}
.btn-pr {
    background-color: #95c11f; 
    color:#fff;
    border-radius: 20px;
    border: 0px;
    padding: 10px 40px 10px 40px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #95c11f;
}
.btn-pr:hover {
    font-weight: bold;
    transition: .5s;
    box-shadow: 0px 0px 10px 2px #777777;
    border: 2px solid #fff;
}
.back-to-top i {
    line-height: 0;
    font-size: 20px;
}

.back-to-top:focus {
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #1dc8cd;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* modal de  testimonios */

.modal__testimonios.visible {
    display: block !important;
}
.modal__testimonios {
    position: fixed !important;
    left: 0 !important;
    display: none !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 10e39590 !important;
    height: 100% !important;
    background-color: #0e39590e39598e !important;
}
.modal__testimonios .testimonio__content {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    justify-content: center !important;
    align-items: center !important;
}
.modal__testimonios .testimonio__content article h3 {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}
.modal__testimonios .testimonio__content article h2 {
    font-size: 1.8rem;
    margin: 0;
}
.modal__testimonios .testimonio__content article p {
    font-size: 1rem;
}
.modal__testimonios .testimonio__content article .cerrar_modal {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 3.5rem;
    cursor: pointer;
}
.modal__testimonios .testimonio__content article {
    position: relative !important;
    width: 45% !important;
    padding: 2rem !important;
    background-color: white !important;
    border-radius: 15px !important;
}

/* nosotros */
.contenedor-mv {
    width: 100%;
    padding-top: 3rem;
    background-color: #e9f1d8;
}
.contenedor-mv .article-mv {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.contenedor-mv .article-mv article img {
    width: 12rem;
}

/* .contenedor-mv .article-mv .mision {
    padding-right: 4%;
}
.contenedor-mv .article-mv .vision {
    padding-right: 4%;
} */
/* .contenedor-mv .article-mv .mision img {
    margin-right: 2rem;
}
.contenedor-mv .article-mv .vision img {
    margin-left: 2rem;
} */
.contenedor-mv .article-mv article {
    width: 25rem;
    background-color: #fff;
    display: flex;
    padding: 1rem;
    gap: 0.5rem;
    flex-direction: column;
    border-radius: 20px;
    color: #0e3959;
    border: 2px solid #0e3959;
    align-items: center;
    text-align: center;
}
.enviar-mensaje-footer-btn {
    background-color: #e8f1d8; 
    color:#0e3959;
    border-radius: 20px;
    border: 0px;
    padding: 10px 40px 10px 40px;
    font-size: 16px;
}
.enviar-mensaje-footer-btn:hover {
    background-color: #fff; 
    font-weight: bold;
    transition: .5s;
}

.contenedor-blogs article button {
    padding: 0.9rem 1.5rem;
    margin: auto;
}
.contenedor-blogs article {
    width: 34rem;
    padding: 1.2rem;
    margin: 1rem;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    /* box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.55); */
    text-align: left;
}
.contenedor-blogs article h3 {
    font-size: rem;
    color: #065398;
}
.contenedor-blogs article img {
    max-width: 100%;
    min-width: 100%;
    height: 25rem;
    object-fit: cover;
    border-radius: 20px;
}

.enviar-mensaje-contacto-btn-categoria{
    color: #000;
    border-radius: 20px;
    border: 0px;
    padding: 10px 40px 10px 40px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000;
}

.enviar-mensaje-contacto-btn-categoria:hover{
    color:#000;
    font-weight: bold;
    transition: .5s;
    box-shadow: 0px 0px 10px 2px #777777;
    border: 2px solid #0e3959;
}

.enviar-mensaje-contacto-btn-categoria.enlace-activo{
    background-color: #95c11f; 
    color:#fff;
    border-radius: 20px;
    border: 0px;
    padding: 10px 40px 10px 40px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #95c11f;
}

.categorias__blogs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.enviar-mensaje-contacto-btn {
    background-color: #95c11f; 
    color:#fff;
    border-radius: 20px;
    border: 0px;
    padding: 10px 40px 10px 40px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #95c11f;
}
.enviar-mensaje-contacto-btn:hover {
    font-weight: bold;
    transition: .5s;
    box-shadow: 0px 0px 10px 2px #777777;
    border: 2px solid #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
    /* background: linear-gradient(45deg, #1de099, #1dc8cd); */
    background-color: #95c11f;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.493);
}

#header.header-transparent {
    background: #95c11f;
}

#header.header-scrolled {
    /* background: linear-gradient(45deg, #1de099, #1dc8cd); */
    background-color: #95c11f;
    height: 70px;
    transition: all 0.5s;
}

#header #logo a #img-logo {
    width: 11rem;
    object-fit: cover;
}
#header #logo h1 {
    font-size: 36px;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

/* detalles de blogs */
.detalles-blogs {
    width: 100%;
    margin-top: 9rem;
    margin-bottom: 4rem;
    padding: 1rem 4rem;
}
.detalles-blogs .container-blogd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.detalles-blogs .container-blogd .blogs-content {
    width: 68%;
}
.detalles-blogs .container-blogd .blogs-content img {
    width: 90%;
    object-fit: cover;
    height: 30rem;
    margin-bottom: 2rem;
}
.detalles-blogs .container-blogd .blogs-content p {
    text-align: justify;
}
.detalles-blogs .container-blogd .blogs-recientes {
    width: 27%;
    /* margin: 4rem 0; */
}
.detalles-blogs .container-blogd .blogs-recientes .div-b img {
    width: 5rem;
    /* height: 6rem; */
    object-fit: cover;
}
.detalles-blogs .container-blogd .blogs-recientes .div-b div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    width: 100%;
}
.detalles-blogs .container-blogd .blogs-recientes .div-b {
    background-color: rgba(0, 0, 0, 0.405);
    display: flex;
    align-items: center;
    margin: 1rem 0;
    width: 95%;
    height: 15rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
}
.detalles-blogs .container-blogd .blogs-recientes .div-b div a {
    color: #fff;
    font-size: 1rem;
    text-transform: initial;
}
.detalles-blogs .container-blogd .blogs-recientes .div-b div h3 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0rem;
    color: #fff;
}
.detalles-blogs .container-blogd .blogs-recientes .div-b div p {
    margin: 0;
    font-size: 1rem;
    color: #9ec637;
    text-transform: uppercase;
    /* font-weight: bold; */
    cursor: pointer;
}
.detalles-blogs .container-blogd .blogs-recientes .div-b div p:hove {
    font-weight: bold;
}

.product__container {
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.product__art {
    width: 15rem;
}
.text-white p {
    text-align: center;
    vertical-align: center;
}
.text-white {
    position: absolute;
    bottom: 0;
    height: 3.5rem;
    padding: 0.5rem;
    width: 100%;
    background-color: #0e39590e395972;
}

/* productos */
.productos__section {
    margin-top: 5.5rem;
}
.filtros__productos p i {
    vertical-align: middle;
}
.filtros__productos p {
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.filtros__productos {
    position: fixed;
    display: none;
    align-items: center;
    width: 100%;
    top: 6rem;
    z-index: 100;
    left: 0;
    transition: 0.3s ease all;
    width: 100%;
    background-color: #95c11f;
    height: 2.7rem;
    padding: 0 0.5rem;
}

/* categorías de productos */
.category-peoduct {
    width: 26%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.category-peoduct .cat1,
.category-peoduct .cat2,
.category-peoduct .cat3 {
    /* background-color: #96c11fcb; */
    border: 1px solid #92b930;
    padding: 1rem;
    border-radius: 10px;
    /* margin: 2rem 0; */
}
.category-peoduct h3 {
    font-size: 1.5rem;
    color: #0e3959;
    font-weight: 500;
}
.category-peoduct h2 {
    font-weight: 600;
    font-size: 1.6rem;
    color: #0e3959;
}

.article__filtros {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.container__pr {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 32%;
    border: 1px solid #92b930;
    border-radius: 10px;
    position: relative;
    height: 14rem;
}
.container__pr:hover {
    box-shadow: 0px 0px 10px 2px #777777;
}
.container__pr button ion-icon {
    font-size: 1.3rem;
    vertical-align: middle;
}
.content-pruducts {
    padding: 0 3rem;
    margin-bottom: 3rem;
    justify-content: space-between;
}
.container__pr button {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0.2rem;
    background-color: #95c11f;
    border: none;
    outline: none;
    color: white;
    margin-top: 0.5rem;
    position: absolute;
    font-size: 0.9rem;
    bottom: 0;
    font-weight: bold;
}
.container__pr .text__filtro .text-products b {
    font-size: 0.9rem;
}
.container__pr .text__filtro .text-products p {
    margin: 0;
    font-size: 0.9rem;
}
.container__pr .text__filtro .text-products {
    width: 47%;
}
.container__pr .text__filtro img {
    width: 50%;
    object-fit: contain;
}
.container__pr .text__filtro {
    display: flex;
    justify-content: center;
    height: 80%;
    gap: 1rem;
    padding: 1rem;
    align-items: center;
    background-color: white;
}
.limite_parrafo {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 1em 0;
}
.search {
    border-radius: 10px;
    height: 2.5rem;
    width: 100%;
    outline: none;
    border: 1px solid black;
    background-color: rgb(254, 254, 254);
    padding: 0 1rem;
}
.inputs-checkbox::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
}
.inputs-checkbox::-webkit-scrollbar-thumb {
    background-color: #92b930a8;
    border-radius: 20px;
}
.inputs-checkbox::-webkit-scrollbar-thumb:hover {
    background-color: #92b930;
}
.inputs-checkbox div {
    display: flex;
    align-items: baseline;
}
.inputs-checkbox {
    margin-top: 1rem;
    max-height: 20rem;
    overflow: auto;
    margin-bottom: 3rem;
}
/* .inputs-checkbox div input[type="checkbox"]{
    width: 1rem;
    height: 1rem;
} */
.inputs-checkbox label {
    font-size: 1.1rem;
    text-transform: capitalize;
    margin-left: 0.2rem;

    color: #0e3959;
}

.container__product {
    width: 72.5%;
}

/* detalles  */
.content__detalles h2 {
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 2px solid #95c11f;
    color: #95c11f;
    width: 6rem;
    margin: 1rem auto;
}
.content__detalles h3 {
    font-size: 1.3rem;
    text-align: center;
}
.content__detalles .article__detalle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 4rem;
}
.content__detalles .article__detalle article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15rem;
}
.content__detalles .article__detalle article img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}
.content__detalles .article__detalle article .text__detalle {
    width: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 0.5rem;
    vertical-align: middle;
}
.content__caracteristicas nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.content__caracteristicas nav h2.active__h2 {
    border-bottom: 2px solid #95c11f;
    color: #95c11f;
}
.content__caracteristicas nav h2 {
    font-size: 1.4rem;
    cursor: pointer;
    color: #0e3959;
}
.content__caracteristicas nav h2:hover {
    color: #95c11f;
}
.content__caracteristicas .text__caracteristicas {
    margin-top: 2rem;
}
.content__caracteristicas .text__caracteristicas li {
    font-size: 1rem;
    margin-left: 8%;
}
.content__caracteristicas iframe {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 4rem;
    height: 30rem;
}

.article__relacionados::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
}
.article__relacionados {
    width: 90%;
    margin: auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 1rem;
    overflow: auto;
    scroll-behavior: smooth;
}
.article__relacionados .container__pr {
    min-width: calc(25% - 1rem);
    width: calc(25% - 1rem);
}
.content__relacionados::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
}
.content__relacionados {
    position: relative;
}
.content__relacionados h2 {
    text-align: center;
}
.content__relacionados .left_relacionado {
    left: 1rem;
}
.content__relacionados .right_relacionado {
    right: 1rem;
}
.content__relacionados .left_relacionado,
.content__relacionados .right_relacionado {
    position: absolute;
    top: 50%;
    font-size: 3.5rem;
    cursor: pointer;
}

.article__accesorios::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
}
.article__accesorios {
    width: 90%;
    margin: auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 1rem;
    overflow: auto;
    scroll-behavior: smooth;
}
.article__accesorios .container__pr {
    min-width: calc(25% - 1rem);
    width: calc(25% - 1rem);
}
.content__accesorios::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
}
.content__accesorios {
    position: relative;
}
.content__accesorios h2 {
    text-align: center;
}
.content__accesorios .left_accesorio {
    left: 1rem;
}
.content__accesorios .right_accesorio {
    right: 1rem;
}
.content__accesorios .left_accesorio,
.content__accesorios .right_accesorio {
    position: absolute;
    top: 50%;
    font-size: 3.5rem;
    cursor: pointer;
}

.contenedor-checkout article .delete-cart ion-icon {
    vertical-align: middle;
}
.contenedor-checkout::-webkit-scrollbar {
    background-color: white;
}
.contenedor-checkout::-webkit-scrollbar-thumb {
    background-color: #95c11f;
    border-radius: 20px;
}
.contenedor-checkout {
    margin-top: 0;
    margin-bottom: 2rem;
    width: 55%;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    gap: 1.5rem;
    margin-left: auto;
    vertical-align: middle;
    margin-right: auto;
    max-height: 27rem;
    height: 27rem;
    overflow: auto;
    margin: 0 !important;
}
.contenedor-checkout article .delete-cart {
    /* position: absolute;
    right: 3rem;
    bottom: 2rem; */
    vertical-align: middle;
    font-size: 1.5rem;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    border: none;
    outline: none;
}
.contenedor-checkout article {
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    gap: 3.5rem;
    background-color: white;
    padding: 1rem 3rem;

    border-radius: 12px;
    position: relative;
}
.contenedor-checkout article div:nth-child(1) {
    width: 15rem;
    height: 10rem;
}
.contenedor-checkout article div:nth-child(1) img {
    /* width: 100%; */
    width: 8rem;
    /* height: 100%; */
    object-fit: contain;
}
.contenedor-checkout article div:nth-child(2) {
    width: 11rem;
}
.contenedor-checkout article div:nth-child(2) h2 {
    font-size: 1.3rem;
}

.contenedor-checkout article div:nth-child(2) p {
    text-transform: uppercase;
}
.contenedor-checkout article div:nth-child(2) p {
    font-size: 1rem;
    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: 0.6rem 1rem;
    border: 1px solid #e0d4d4;
    font-weight: bold;
    cursor: pointer;
    font-size: 2rem;
}
.contenedor-checkout article .div-num span:nth-child(1) {
    color: red;
    cursor: pointer;
}
.contenedor-checkout article .div-num span:nth-child(2) {
    color: #0e3959;
}
.contenedor-checkout article .div-num span:nth-child(3) {
    cursor: pointer;
    color: red;
}
.contenedor-checkout article div:nth-child(3) p {
    font-size: 1rem;
    margin: 1rem 0;
}
.contenedor-checkout article div:nth-child(4) h3 {
    font-size: 2rem;
}

/* detalles de producto */
.detalles-producto {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 3rem;
}
.detalles-producto .content-producto {
    display: flex;
    justify-content: space-between;
    /* padding: 3rem 4rem; */
}
.detalles-producto .content-producto article {
    width: 49%;
}
/* .detalles-producto .content-producto article img {
height: 90%;
    width: 95%;
    display: block;
    object-fit: contain;
    margin: auto;
} */
.detalles-producto .productos-recientes {
    height: auto;
}

.article__relacionados::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
}
.article__relacionados {
    width: 90%;
    margin: auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 1rem;
    overflow: auto;
    scroll-behavior: smooth;
}
.article__relacionados .product__art {
    min-width: calc(24% - 1rem);
    width: calc(24% - 1rem);
}
.content__relacionados::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
}
.content__relacionados {
    position: relative;
}
.content__relacionados h2 {
    text-align: center;
}
.content__relacionados .left_relacionado {
    left: 1rem;
}
.content__relacionados .right_relacionado {
    right: 1rem;
}
.content__relacionados .left_relacionado,
.content__relacionados .right_relacionado {
    position: absolute;
    top: 50%;
    font-size: 3.5rem;
    cursor: pointer;
}

/* detalles de producto */
.detalles-producto {
    margin-top: 8%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.detalles-producto .content-producto {
    display: flex;
    justify-content: space-between;
    /* padding: 3rem 4rem; */
}
.detalles-producto .content-producto article {
    width: 49%;
}
.detalles-producto .content-producto .contenedor-padre__imgs .left__imgs {
    left: 13%;
}
.detalles-producto .content-producto .contenedor-padre__imgs .right__imgs {
    right: 13%;
}
.detalles-producto .content-producto .contenedor-padre__imgs i {
    position: absolute;
    font-size: 3rem;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.detalles-producto .content-producto .contenedor-padre__imgs {
    width: 100%;
    position: relative;
}
.detalles-producto
    .content-producto
    article
    .imgs__relations::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
}
.detalles-producto .content-producto article .imgs__relations {
    display: flex;
    width: 60%;
    margin: 2rem auto;
    overflow: auto;
    gap: 0.5rem;
    scroll-behavior: smooth;
    align-items: center;
}
.detalles-producto .content-producto article .imgs__relations .div__imgs {
    min-width: calc(33.33% - 0.5rem);
    width: calc(33.33% - 0.5rem);
    height: 6rem;
    border: 2px solid #95c11f;
    border-radius: 10px;
    background-color: #fff;
    /* border: 2px solid #0e39590e395974; */
    padding: 1rem;
}
.detalles-producto .content-producto article .imgs__relations .div__imgs img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.detalles-producto .content-producto article .img__zoom {
    width: 100%;
    height: 22rem;
    display: grid;
    border: 2px solid #95c11f;
    border-radius: 15px;
    place-items: center;
    background-color: #fff;
}
.detalles-producto .content-producto article img {
    display: block;
    object-fit: contain;
    margin: auto;
    width: 90%;
    height: 20rem;
}
.detalles-producto .productos-recientes {
    height: auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

/* sección contactanos */
.section-contactanos h2 {
    text-align: center;
}
.section-contactanos {
    position: relative;
    width: 100%;
    padding: 40px 100px;
    margin-top: 90px;
}

.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;
}

.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"
        "form map";
    grid-gap: 20px;
    margin-top: 20px;
}

.contact h3 {
    color: #0e3959;
    font-weight: 500;
    font-size: 1.4em;
    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: #0e3959;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.inputBox input {
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid #0e3959;
}

.inputBox textarea {
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid #0e3959;
    resize: none;
    min-height: 220px;
    margin-bottom: 10px;
}

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

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

/* .info {
    background: #0e3959;
} */

.info h3 {
    color: #fff;
}

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

.info .infoBox div span {
    min-width: 40px;
    height: 40px;
    color: #fff;
    background: #92b930;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    border-radius: 50%;
    margin-right: 15px;
}

.info .infoBox div p {
    color: #fff;
    font-size: 1.1em;
}

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

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

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

.sci li a {
    color: #fff;
    font-size: 2em;
    color: #ccc;
}

.map {
    padding: 0;
}

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

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0px 10px 24px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 0 2px;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.4px;
    position: relative;
    font-weight: bold;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -8px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

/* .navbar a:hover:before, */
/* .navbar li:hover > a:before, */
.navbar .active:before {
    visibility: visible;
    transform: scaleX(1);
}

/* .navbar a:hover, */
/* .navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #fff;
} */

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #0e39590e3959;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #1dc8cd;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 768px) {
 
    #inicio .product-screens .product-screen-1 {
        position: static;
        padding-top: 30px;
    }

    #inicio .product-screens .product-screen-2,
    #inicio .product-screens .product-screen-3 {
        display: none;
    }
    #inicio p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
    #acerca .acerca-img {
        height: auto;
    }

    #acerca .acerca-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }
    #advanced-caracteristicas .advanced-feature-img-right,
    #advanced-caracteristicas .advanced-feature-img-left {
        max-width: 50%;
    }
    #header #logo h1 {
        font-size: 28px;
    }

    #header #logo img {
        max-height: 40px;
    }
    .info__nosotros {
        height: auto !important;
        margin-top: 1rem;
    }
    .modal__testimonios .testimonio__content article .cerrar_modal {
        right: 0;
        top: 0;
        font-size: 3rem;
    }
    .modal__testimonios .testimonio__content article {
        width: 95% !important;
    }
    .text__testimonio {
        width: 90% !important;
        margin: auto !important;
    }
    #inicio h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .blogs__all {
        margin-top: 130px !important;
    }

    .filtros__productos {
        display: flex;
    }
    .productos__section {
        margin-top: 7rem;
    }
    .category-peoduct .cat1,
    .category-peoduct .cat2,
    .category-peoduct .cat3 {
        box-shadow: none;
        border: 0;
    }
    .category-peoduct.active_filtro {
        transform: translateX(0);
    }
    .category-peoduct {
        width: 50%;
        position: absolute;
        transform: translateX(-150%);
        top: -1rem;
        transition: 0.3s ease all;
        left: 0;
        margin: 0 !important;
        z-index: 10;
        background-color: white;
    }
    .container__cotizar-c {
        flex-direction: column-reverse;
        gap: 1rem;
        align-items: center !important;
        justify-content: center !important;
    }
    .img__nosotros {
        width: 90% !important;
        height: auto !important;
    }
    .servicio {
        width: 100% !important;
    }
    .content__accesorios .left_accesorio,
    .content__relacionados .left_relacionado {
        left: -1.5rem;
    }
    .content__accesorios .right_accesorio,
    .content__relacionados .right_relacionado {
        right: -1rem;
    }
    .article__accesorios,
    .article__relacionados {
        gap: 0;
    }
    .article__accesorios .container__pr,
    .article__relacionados .container__pr {
        min-width: calc(50% - 1rem);
        width: calc(50% - 1rem);
        margin: 0.5rem;
    }
    .content__caracteristicas iframe {
        width: 100%;
        height: 20rem;
    }
    .detalles-producto .content-producto .contenedor-padre__imgs .right__imgs {
        right: 5%;
    }
    .detalles-producto .content-producto .contenedor-padre__imgs .left__imgs {
        left: 5%;
    }
    .detalles-producto .content-producto article .imgs__relations {
        width: 75%;
    }
    .contenedor-checkout {
        width: 100%;
        padding: 1rem;
    }

    .contenedor-checkout article div:nth-child(2) {
        margin-left: 0 !important;
    }
    .contenedor-checkout article div:nth-child(1) {
        width: 40%;
    }
    .contenedor-checkout article div:nth-child(2) {
        width: 46%;
    }
    .contenedor-checkout article div:nth-child(3) {
        width: 100%;
        /* width: 26%; */
    }
    .contenedor-checkout article .delete-cart {
        display: block;
        margin: auto;
    }
    .contenedor-checkout article div:nth-child(4) {
        /* position: absolute; */
        /* top: 50%; */
        width: 46%;
        display: block;
        margin: auto;
        /* right: 10%; */
    }
    .contenedor-checkout article div:nth-child(2) p {
        font-size: 0.9rem;
    }
    .contenedor-checkout article div:nth-child(2) h2 {
        font-size: 1rem;
        font-weight: bold;
    }
    .contenedor-checkout article {
        gap: 2rem;
        padding: 1rem !important;
        flex-wrap: wrap;
    }
    .box-card {
        width: 100% !important;
    }
    #tel-header {
        width: 10.3rem;
        text-align: center;
    }
    /* nosotros */

    .contenedor-mv .article-mv {
        align-items: center;
        flex-wrap: wrap;
    }
    .contenedor-mv {
        padding-top: 0;
    }
    .contenedor-mv .article-mv article img {
        width: 100%;
        margin: 2rem 0 !important;
    }
    .contenedor-mv .article-mv article {
        width: 40% !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contenedor-mv .article-mv .vision {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-header h3 {
        width: 97% !important;
    }
    .detalles-blogs {
        padding: 1rem;
    }
    .detalles-blogs .container-blogd {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .detalles-blogs .container-blogd .blogs-content {
        width: 100%;
    }

    .detalles-blogs .container-blogd .blogs-content img {
        width: 98%;
    }
    .detalles-blogs .container-blogd .blogs-recientes {
        width: 100%;
    }
    .home .contenedor-principal .contenedor .text h2 {
        margin-top: 8%;
    }
    .detalles-producto {
        padding: 1rem;
        margin-top: 8rem;
    }
    .detalles-producto .content-producto {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }
    .detalles-producto .content-producto article {
        width: 100%;
    }
    .section-contact .container-contiza form {
        max-width: 95%;
        width: 95%;
    }
    #product-item {
        width: 20rem !important;
    }
    #nav-footer {
        padding-right: 0 !important;
    }
    .container__product {
        width: 100%;
    }
    .content-pruducts {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        padding: 1rem;
        align-items: center;
    }
    .article__filtros .container__pr {
        width: 45%;
    }
    .article__filtros {
        width: 100%;
        flex-wrap: wrap;
        gap: 1rem;
    }

    #suscripcion .contenedor-input .form {
        width: 53%;
        margin: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .inputs-checkbox label {
        margin-left: 0;
    }

}
@media (max-width: 600px) {
    .banner__movil {
        display: block !important;
    }
    .banner__escritorio {
        display: none !important;
    }
    .article__accesorios .container__pr,
    .article__relacionados .container__pr {
        min-width: calc(100% - 1rem);
        width: calc(100% - 1rem);
        margin: 0.5rem;
    }
    .detalles-producto .content-producto article .imgs__relations {
        width: 95%;
    }
    .detalles-producto .content-producto .contenedor-padre__imgs .right__imgs {
        right: -10%;
    }
    .detalles-producto .content-producto .contenedor-padre__imgs .left__imgs {
        left: -10%;
    }
    .category-peoduct {
        width: 90%;
    }
    .article__filtros .container__pr {
        width: 100%;
    }
    .contenedor-mv .article-mv article {
        width: 95% !important;
        margin-bottom: 25px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.section-contact .container-contiza form {
    max-width: 95%;
    width: 95%;
}
/* sección cotiza */
.section-contact {
    width: 100%;
    /* height: calc(100vh - 90px); */
    margin-top: 90px;
}
.section-contact .container-contiza {
    width: 100%;
    height: auto;
    /* background-image: url(../img/maquina.JPG); */
    background-color: #e9f1d8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* text-align: center; */
    padding-top: 3rem;
}
.section-contact .container-contiza form h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
}
.section-contact .container-contiza form {
    width: 34rem;
    display: block;
    margin: 0 auto;
    padding: 1rem;
    /* background-color: rgba(0, 0, 0, 0.418); */
    border-radius: 10px;
}
.section-contact .container-contiza form textarea {
    width: 100%;
    resize: none;
    padding: 0.45rem 0.5rem;
    outline: none;
    border: none;
    margin: 0.4rem 0;
    background-color: #fff;
    color: #0e3959;
    height: 6rem;
}
.section-contact .container-contiza form input[type="text"] {
    padding: 0.45rem 0.5rem;
    width: 100%;
    outline: none;
    border: none;
    margin: 0.4rem 0;
    background-color: #fff;
    color: #0e3959;
}

/* sección contactanos */
.section-contactanos h2 {
    text-align: center;
}
.section-contactanos {
    position: relative;
    width: 100%;
    padding: 40px 100px;
    margin-top: 90px;
}

.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;
}

.info {
    grid-area: info;
}

.map {
    grid-area: map;
}

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

.caja {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas:
        "form info"
        "form map";
    grid-gap: 20px;
    /* margin-top: 20px; */
}

.contact h3 {
    color: #0e3959;
    font-weight: 500;
    font-size: 1.4em;
    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: #0e3959;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.inputBox input {
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid #0e3959;
    border-radius: 10px;
}

.inputBox textarea {
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid #0e3959;
    resize: none;
    min-height: 220px;
    margin-bottom: 10px;
    border-radius: 10px;
}

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

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

/* .info {
    background: #0e3959;
} */

.info h3 {
    color: #fff;
}

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

.info .infoBox div span {
    min-width: 40px;
    height: 40px;
    color: #fff;
    background: #92b930;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    border-radius: 50%;
    margin-right: 15px;
}

.info .infoBox div p {
    color: #fff;
    font-size: 1.1em;
}

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

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

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

.sci li a {
    color: #fff;
    font-size: 2em;
    color: #ccc;
}

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

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile > ul > li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0e39590e3959;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #1dc8cd;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #1dc8cd;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# inicio Section
--------------------------------------------------------------*/
/* #inicio {
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg, rgba(29, 224, 153, 0.8), rgba(29, 200, 205, 0.8)), url("../img/fondo-costura.jpg") center top no-repeat;

    background-size: cover;
    position: relative;
} */

@media (min-width: 1025px) {
    #inicio {
        background-attachment: fixed;
    }
}

@media (max-height: 640px) {
    /* #inicio {
        height: 120vh;
    } */
}

#inicio .inicio-text {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    height: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

/* #inicio h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
} */

#inicio p {
    color: #fff;
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 24px;
    background: linear-gradient(175deg, black, transparent);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#inicio .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#inicio .btn-get-started:hover {
    color: #1dc8cd;
    background: #fff;
}

#inicio .product-screens {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 50%;
}

#inicio .product-screens img {
    box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#inicio .product-screens .product-screen-1 {
    position: absolute;
    z-index: 30;
    left: calc(50% + 54px);
    bottom: 0;
    top: 30px;
}

#inicio .product-screens .product-screen-2 {
    position: absolute;
    z-index: 20;
    left: calc(50% - 154px);
    bottom: 0;
    top: 90px;
}

#inicio .product-screens .product-screen-3 {
    position: absolute;
    z-index: 10;
    left: calc(50% - 374px);
    bottom: 0;
    top: 150px;
}

/* sección cotiza */
.container__cotizar-c {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: flex-start;
}
.section-contact {
    width: 100%;
    /* height: calc(100vh - 90px); */
    margin-top: 90px;
}
.section-contact .container-contiza {
    width: 100%;
    height: 100%;
    /* background-image: url(../img/maquina.JPG); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* text-align: center; */
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section-contact .container-contiza form h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
}
.section-contact .container-contiza form {
    /* width: 34rem; */
    width: 30rem;
    display: block;
    margin: 0 auto;
    padding: 1rem;
    margin: 0 !important;
    /* background-color: rgba(0, 0, 0, 0.418); */
    border-radius: 10px;
}
.section-contact .container-contiza form textarea {
    width: 100%;
    resize: none;
    padding: 0.45rem 0.5rem;
    outline: none;
    border: none;
    margin: 0.4rem 0;
    background-color: #fff;
    color: #0e3959;
    height: 6rem;
    border-radius: 10px;
}
.section-contact .container-contiza form input[type="text"] {
    padding: 0.45rem 0.5rem;
    border-radius: 10px;
    width: 100%;
    outline: none;
    border: none;
    margin: 0.4rem 0;
    background-color: #fff;
    color: #0e3959;
}

@media (max-width: 991px) {
    .section-contactanos {
        padding: 20px;
    }
    .caja {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "form"
            "info"
            "map";
        display: flex;
        flex-direction: column;
    }

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

    .inputBox {
        width: 100%;
    }

    .contact {
        padding: 30px;
    }
    .map {
        padding: 0;
        min-height: 300px;
    }
    
}

.container-home {
    position: relative;
    height: auto;
}
.home {
    height: 90vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
    margin-top: 90px;
}
.banner__escritorio {
    display: block;
}
.banner__movil {
    display: none;
}
.container-home .controllers span.active-arrow {
    background-color: #0e3959;
}
.container-home .controllers span {
    width: 2.7rem;
    height: 0.3rem;
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.796);
    margin: 0 0.3rem;
}
.container-home .controllers {
    z-index: 100;
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .contenedor-principal {
    width: 100%;
    /* height: 83vh; */
    height: 100%;
    color: white;
    display: flex;
    overflow-y: hidden !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
}

.home .contenedor-principal::-webkit-scrollbar {
    background-color: transparent;
    visibility: hidden;
}

.home .contenedor-principal .contenedor {
    width: 100%;
    position: relative;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden !important;
    background-color: #e8f1d8;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.home .contenedor-principal .contenedor img {
    width: 100%;
    height: 100%;
    animation: pulse;
    animation-duration: .5s;
}

.home .contenedor-principal .contenedor .text {
    position: absolute;
    width: 45rem;
    /*height: 15rem; */
    padding: 1rem;
    /* background-color: red; */
    text-align: center;
    /* top: 50%;
  left: 50%; */
}

.home .contenedor-principal .contenedor .text h2 {
    font-weight: 900;
    font-size: 2.8rem;
    margin-top: 14rem;
}

.home .contenedor-principal .contenedor .text p {
    font-size: 1.6rem;
    font-weight: 500;
}

.home .contenedor-principal .contenedor .text a {
    background-color: #92b930;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0.5rem 1.1rem;
    color: white;
    border-radius: 25px;
    /* border: 2px solid black; */
}

.home .flecha-izquierda {
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
    font-size: 7rem;
    color: rgb(184, 182, 182);
    cursor: pointer;
}

.home .flecha-derecha {
    color: rgb(184, 182, 182);
    transform: translateY(-50%);
    position: absolute;
    z-index: 100;
    /* top: 30%; */
    top: 50%;
    right: 2rem;
    font-size: 7rem;
    cursor: pointer;
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 0 !important;
    }
    #gallery {
        padding-top: 0 !important;
    }
    .home {
        /* min-height: 100vh; */
        width: 100%;
        overflow-x: hidden;
        height: 20rem;
        margin-top: 90px;
        padding: 3rem;
        margin-bottom: 0;
    }

    .home .contenedor-principal {
        /* min-height: 100vh; */
        width: 100%;
        margin: 0;
        height: 100%;
        padding: 0;
    }
    .container-home .controllers {
        bottom: 1rem;
    }
    .home .contenedor-principal .contenedor {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .home .contenedor-principal .contenedor img {
        height: 100%;
    }
    .home .contenedor-principal .contenedor .text {
        width: 80%;
        padding: 0;
    }

    .home .flecha-derecha {
        right: -2rem;
        top: 40%;
        transform: translateY(0);
    }

    .home .flecha-izquierda {
        transform: translateY(0);
        left: -2rem;
        top: 40%;
    }
    
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
    overflow: auto;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-align: center;
    font-weight: 400;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #0e3959;
    font-style: italic;
}

.section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(0deg, #92b930 0%, #55fabe 100%);
    margin: 0 auto;
    margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
    background: #eff5f5;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    min-height: 40px;
    margin-top: 92px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

/* acerca Us Section
--------------------------------*/
#acerca {
    padding: 60px 0;
    overflow: hidden;
}

/* #acerca .acerca-img {
    height: 510px;
    overflow: hidden;
} */

#acerca .acerca-img img {
    margin-left: -15px;
    max-width: 100%;
}

#acerca .content .h2 {
    color: #0e3959;
    font-weight: 300;
    font-size: 24px;
}

#acerca .content h3 {
    color: #777;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#acerca .content p {
    line-height: 26px;
}

#acerca .content p:last-child {
    margin-bottom: 0;
}

#acerca .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #92b930;
}

#acerca .content ul {
    list-style: none;
    padding: 0;
}

#acerca .content ul li {
    padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
/* #caracteristicas {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#caracteristicas .caracteristicas-img {
  text-align: center;
  padding-top: 20px;
} */

@media (min-width: 769px) {
    #caracteristicas .caracteristicas-img {
        padding-top: 120px;
        margin-top: -200px;
    }
}

#caracteristicas .caracteristicas-img img {
    max-width: 100%;
}

.box-card {
    margin-bottom: 30px;
    margin-top: 5vh;
    border-radius: 12px;
}

#caracteristicas .box {
    margin-bottom: 15px;
    text-align: center;
}

#caracteristicas .icon {
    margin-bottom: 10px;
}

#caracteristicas .icon i {
    color: #666666;
    font-size: 40px;
    transition: 0.5s;
}

#caracteristicas .icon i:before {
    background: #1dc8cd;
    background: linear-gradient(45deg, #92b930 0%, #55fabe 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#caracteristicas .title {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px;
}

#caracteristicas .title a {
    color: #111;
}

#caracteristicas .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

#caracteristicas p.description {
    background: rgba(0, 0, 0, 0.62);
    padding: 1vh 1vw;
    border-radius: 15px;
    text-align: justify;
    width: 45%;
}

#caracteristicas h4.h4-productos a {
    font-weight: bold;
    background: -webkit-linear-gradient(45deg, #92b930 0%, #55fabe 100%);
    /* color: #fff; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#caracteristicas .section-description {
    padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-caracteristicas {
    overflow: hidden;
}

/* #advanced-caracteristicas .caracteristicas-row {
    padding: 60px 0 30px 0;
} */

#advanced-caracteristicas h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0e3959;
}

/* #advanced-caracteristicas h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: #999;
} */

#advanced-caracteristicas p {
    line-height: 24px;
    color: #0e3959;
    margin-bottom: 30px;
}

#advanced-caracteristicas i {
    color: #666666;
    font-size: 64px;
    transition: 0.4s;
    float: left;
    padding: 0 15px 0px 0;
    /* line-height: 1; */
}

#advanced-caracteristicas i:before {
    background: #1dc8cd;
    background: linear-gradient(45deg, #92b930 0%, #1dc8cd 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#advanced-caracteristicas .advanced-feature-img-right {
    max-width: 100%;
    float: right;
    /* padding: 0 0 30px 30px; */
    margin: 1rem !important;
}

#advanced-caracteristicas .advanced-feature-img-left {
    max-width: 100%;
    float: left;
    /* padding: 0 30px 30px 0; */
}

@media (max-width: 767px) {
    #advanced-caracteristicas .advanced-feature-img-right,
    #advanced-caracteristicas .advanced-feature-img-left {
        max-width: 100%;
        float: none;
        margin: 0 !important;
        /* padding: 0 0 30px 0; */
    }
}

/* Call To Action Sectionf
--------------------------------*/
#call-to-action {
    overflow: hidden;
    background: url(https://rab-import-assets.s3.amazonaws.com/bianchi/inicio-secciones/cotizar-fondo.jpg)
        center center;
    /* background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(29, 205, 89, 0.2)),
        url(../img/pattern-textil2.jpg) fixed center center; */
    background-size: cover;
    padding: 80px 0;
}

.bg-linear {
    /* background: radial-gradient(black, transparent); */
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 25px;
    transition: background 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #1dc8cd;
    border: 2px solid #1dc8cd;
}

/* More caracteristicas Section
--------------------------------*/
#more-caracteristicas {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

#more-caracteristicas .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    transition: 0.4s;
    height: 100%;
}

#more-caracteristicas .icon {
    float: left;
}

#more-caracteristicas .icon i {
    color: #666666;
    font-size: 80px;
    transition: 0.5s;
    line-height: 0;
}

#more-caracteristicas .icon i:before {
    background: #1dc8cd;
    background: linear-gradient(45deg, #92b930 0%, #55fabe 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#more-caracteristicas h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#more-caracteristicas h4 a {
    color: #111;
}

#more-caracteristicas p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}

@media (max-width: 767px) {
    #more-caracteristicas .box {
        margin-bottom: 20px;
    }

    #more-caracteristicas .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #more-caracteristicas h4,
    #more-caracteristicas p {
        margin-left: 0;
        text-align: center;
    }
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}

#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}

#clients img:hover {
    opacity: 1;
}

/* precio Section
--------------------------------*/
#precio {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

#precio .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
}

#precio h3 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 28px;
}

#precio h4 {
    font-size: 46px;
    color: #1dc8cd;
    font-weight: 300;
}

#precio h4 sup {
    font-size: 20px;
    top: -20px;
}

#precio h4 span {
    color: #bababa;
    font-size: 20px;
}

#precio ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

#precio ul li {
    padding-bottom: 12px;
}

#precio ul i {
    color: #1dc8cd;
    font-size: 18px;
    padding-right: 4px;
}

#precio .get-started-btn {
    background: #515e61;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

#precio .featured {
    border: 2px solid #1dc8cd;
}

#precio .featured .get-started-btn {
    background: linear-gradient(45deg, #1de099, #1dc8cd);
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
    padding: 60px 0;
    overflow: hidden;
    /* background: url("../../assets/img/costura.jpg"); */
    background: url("../../assets/img/question.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#faq .faq-list {
    padding: 0;
    list-style: none;
    /* background: linear-gradient(45deg, black, transparent); */
    background-color: rgba(0, 0, 0, 0.601);
    font-size: bold;
    padding-top: 1rem;
    padding-left: 1rem;
    color: white;
}

#faq .faq-list li {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #1dc8cd;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    /* color: #179ca0; */
    transition: 0.3s;
    color: white;
}

#faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

section#caracteristicas {
    width: 100%;
}

#faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
    color: white;
}

#faq .faq-list .icon-show {
    display: none;
}

section#faq .section-header h3.section-title,
section#faq .section-header p.section-description {
    color: white;
}

#faq .faq-list .collapsed {
    color: white !important;
    margin-left: 1vw;
}

#faq .faq-list .collapsed:hover {
    /* color: #1dc8cd; */
    color: white !important;
    margin-left: 1vw;
}

#faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

#faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

/* Our Team Section
--------------------------------*/
#team {
    padding: 60px 0;
    overflow: hidden;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 260px;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    color: #b3b3b3;
}

#team .member .social a:hover {
    color: #1dc8cd;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/* Gallery Section
--------------------------------*/
#gallery {
    background: #e9f1d8;
    /* padding: 60px 0 0 0; */
    overflow: hidden;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#gallery .container-fluid {
    padding: 0px;
}

#gallery .gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease-in-out 0.4s;
}

.gallery-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.gallery-item img {
    border-radius: 20px;
    width: 100%;
}

/* Suscripcion Section
--------------------------------*/
#suscripcion{
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7rem 0;
}

#suscripcion .form {
    width: 95%;
    background-color: #95c11f;
    border-radius: 10px;
    height: 20rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#suscripcion .form h2 {
    font-size: 2rem;
    color: white;
    text-align: center;
}

#suscripcion .form .linea {
    height: 0.3rem;
    width: 8rem;
    background-color: #c5e4fb;
    margin-top: 8px;
    margin-bottom: 25px;
}

#suscripcion .form .contenedor-input {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#suscripcion .form input[type="email"] {
    background-color: white;
    width: 100%;
    padding: 0 0.9rem;
    height: 4rem;
    border-radius: 8px;
    margin-bottom: 10px;
}

#suscripcion #button_suscripcion {
    cursor: pointer;
    background-color: #ede338;
    color: #0e3959;
    /* margin-top: 10px; */
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    border-radius: 8px;
    height: 4rem;
    text-align: center;
    margin: auto;
}

/* Contact Section
--------------------------------*/
#contact {
    /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
    padding: 40px 0;
    overflow: hidden;
}
.copyright p {
    color: white;
}
#contact .contact-acerca h3 {
    font-size: 36px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    /* color: #92b930; */
    color: #fff;
}

#contact .contact-acerca p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    /* color: #888; */
    color: #fff;
}

#contact .social-links {
    padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 18px;
    background: #fff;
    color: #92b930;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #92b930;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#contact .social-links a i {
    line-height: 0;
}

#contact .social-links a:hover {
    background: #11120e;
    color: #fff;
}

#contact .info {
    text-align: left;
    vertical-align: middle;
}

#contact .info i {
    vertical-align: middle;
    font-size: 32px;
    /* color: #92b930; */
    color: #fff;
    /* float: left; */
    line-height: 0;
}

#contact .info p {
    vertical-align: middle;
    /* padding: 0 0 10px 42px; */
    padding: 0 !important;
    margin: 1.5rem 0 !important;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
    color: #0e3959;
}

#contact .info p:hover {
    color:#0e3959;
}


#contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

#contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 10px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
    background-color: #1dc8cd;
}

#contact .php-email-form button[type="submit"] {
    background: linear-gradient(45deg, #1de099, #92b930);
    /* border: 0; */
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
}

#contact .php-email-form button[type="submit"]:hover {
    cursor: pointer;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #95c11f;
    /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
    /* padding: 30px 0; */
    color: #0e3959;
    font-size: 14px;
}

#footer .credits {
    font-size: 13px;
    /* color: #888; */
    columns: #0e3959;
}

#footer .footer-links a {
    /* color: #666; */
    color: #fff;
    padding-left: 15px;
}

#footer .footer-links a:first-child {
    padding-left: 0;
}

#footer .footer-links a:hover {
    color: #fff;
    text-decoration: underline;
    
}

.padre {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    color: white;
}

.bg-machine {
    /* background: url("../../assets/img/sewing-machine.jpg"); */
    /* background: url("../img/nosotros-banner.jpg"); */
    /* background-color: #eee; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e8f1d8;
    padding: 3rem 15%;
}

.flota-img {
    /*  position:absolute;
      bottom: 0;
      left:5%; */
    animation: movimiento 2.5s linear infinite;
}

@keyframes movimiento {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-20px);
    }
}

/*cards*/
/* Main heading for card's front cover */
.card-front__heading {
    font-size: 1.5rem;
    margin-top: 0.25rem;
    background: linear-gradient(45deg, #92b930 0%, #55fabe 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.bg-black h2.card-front__heading,
.bg-black p.card-front__text-price {
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(45deg, #92b930 0%, #55fabe 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-align: center;
    padding-top: 1.5vh;
    padding-left: 1.75vw;
    padding-right: 1.75vw;
}

.bg-textil {
    /* background: url("../../assets/img/sw-machine1.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* margin-top: 2vh; */
    position: relative;
    background-color: #e9f1d8;
    /* z-index: -10; */
    /* transform: translateY(-35px); */
    padding: 3rem 10%;
}

.w-90 {
    width: 70%;
}

.info__modal h2 {
    height: 6rem;
}
.info__modal {
    cursor: pointer;
    padding: 0.8rem;
}
.card-linea.bg-textil1 .bg-black .section-header,
.card-linea.bg-textil1 .bg-black .section-title {
    font-size: 32px !important;
    color: #111 !important;
    text-align: center !important;
    font-weight: 400 !important;
    font-style: normal !important;
    padding: 1vh 1vw;
}
.card h2 {
    text-align: left !important;
    font-size: 1.1rem !important;
}

.card-linea.bg-textil1 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

/* Front cover */

.card-front__tp {
    color: #fafbfa;
}
.card-blog {
    width: 21rem;
    cursor: pointer; 
    border-radius:20px; 
    background:#fff; 
    border:2px solid #000;
}
.card-blog:hover {
    box-shadow: 0px 0px 10px 2px #777777;
}

/* For pricing text on card front cover */

.bg-textil1 {
    background-color: black;
}

.bg-textil2 {
    /* background: url('../../assets/img/pattern-textil2.jpg') */
    /* background-color: black; */
    /*   border: 10px solid rgb(0%, 60%, 70%);
  background-color: rgb(0%, 60%, 70%); */
    background-image: url("../../assets/img/pattern-textil2.jpg");
    mix-blend-mode: darken;
}

/* tarjeta con diseño flecha */
.card-linea {
    /* align-items: center;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 90%,
        57% 90%,
        50% 100%,
        43% 90%,
        0 90%
    ); */
    display: flex;
    flex-direction: column;
    height: 7rem;
    width: 100%;
    justify-content: center;
    padding: 0.75rem;
}

.f-blur {
    /* filter: blur(25px); */
}

.bottomrightwsp {
    position: fixed;
    bottom: 50px;
    right: 16px;
    font-size: 18px;
    z-index: 100;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-image: url(../img/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);
}
.ltn__pagination_categorias ul {
    margin: 2rem 2rem;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ltn__pagination_categorias {
    /* display: flex;
    flex-direction: column; */
}

.ltn__pagination_categorias ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    /* font-family: var(--ltn__heading-font); */
    font-family: "Poppins", sans-serif;
}
.ltn__pagination_categorias ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    /* font-family: var(--ltn__heading-font); */
    font-family: "Poppins", sans-serif;
}

.ltn__pagination_categorias ul li:hover a,
.ltn__pagination_categorias ul li.active a {
    background-color: var(--orange);
    border-color: #92b930;
    color: var(--blue);
}
.ltn__pagination_categorias ul li a {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 2px solid #92b930;
    text-align: center;
    display: block;
    font-weight: 700;
    text-decoration: none;
    outline: none;
    font-size: 1.5rem;
    color: #0e3959;
}
.show-filtros {
    /* float: left; */
    /* width: 88%; */
    display: flex;
    flex-wrap: wrap;
    width: 50rem;
    height: auto;
}
.show-filtros a {
    margin: 0.3rem;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.3);
}

.show-filtros a.btn-limpa-filtro {
    height: 30px;
    font-size: 14px;
    padding: 3px 15px;
}

a.btn-util,
button.btn-util {
    display: inline-block;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 40px;
    border: #fff solid 1px;
    padding: 8px 25px;
    background: #202020;
}

.clasemodal {
    position: relative;
    /* background: #fff; */
    border-radius: 0.5rem;
    text-align: center;
    padding: 3rem 2rem;
    background-color: #f8f7ef;
    width: 36%;
    top: 30%;
    font-size: 1.5rem;
    z-index: 50e39590e39590e3959;
    /* text-align: justify; */
    /* border-color: var(--orange); */
    /* border: 1px solid var(--orange); */
    /* outline-offset: -1rem;
    outline: var(--outline);
    box-shadow: var(--box-shadow);
    transition: 0.2s linear; */
}

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