/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden !important;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
.full {
     float: left;
     width: 100%;
}

.padding_0{
    padding: 0px;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    /* background-image: url(../images/cultivo.jpeg); */
    height: auto;
    position: relative;
    background-size: 100%;

}

.bg-light {
   /*  background-image: url(../images/header-bg.png); */
    background-color: transparent !important;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0px 60px 17px 70px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-top: 25px;
    font-size: 18px;
    color: #0a7e5b;
    text-transform: uppercase;
    height: 45px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d98b4e;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #070707;
}
.logo{
    width: 120px;
    float: left;
}

.logo img{
 clip-path: inset(7px 0px 0px 0px); /* Recorta los bordes (superior, derecho, inferior, izquierdo) */
 /* object-fit: cover; */
 padding-top: 0px;
}

.mr-auto, .mx-auto {
    margin-right: initial!important;
}
.search_icon {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-top: 33px;
}
/* header section end */

/* banner section start */

.banner_section {
    padding-top: 0px;
    border-bottom: 80px solid #027748;
}
.banner_main {
    width: 44%;
    float: left;
    background: #027748;
    padding: 40px;
    opacity: .9;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
}
.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}
.btn_main {
    width: 100%;
    display: flex;
    padding-top: 40px;
}
.contact_bt {
    width: 170px;
    float: left;
}
.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #060707;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}

.subnav:hover .subnav-content {
  display: block;
}

.contact_bt a:hover {
    color: #ffffff;
    background-color: #13a25d;
}
.contact_bt.active a {
    color: #ffffff;
    background-color: #13a25d;
}
.readmore_bt {
    width: 170px;
    float: left;
    margin-left: 20px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #060707;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
.readmore_bt a:hover {
    color: #ffffff;
    background-color: #13a25d;
}

.carousel-indicators {
    bottom: -60px;


}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #ffffff;

}

.carousel-indicators .active {
    background-color: #db7b2c;
    width: 10px;
}

.carousel-item {

    height: 500px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;

}



.container-fluid-custom{
width: 100%;
}




.item-1 {
    background-image: url(../images/cultivo3.png); /* Reemplaza con la ruta de tu imagen */
    background-size: cover;
    background-position: center;
    width: 100%;
}

.item-2 {
    background-image: url(../images/cultivo4.png); /* Reemplaza con la ruta de tu imagen */
    background-size: cover;
    background-position: center;
    width: 100%;
}

/* Media Query para hacer el menú responsivo */
@media screen and (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
    }

    .nav-item {
        width: 100%;
        text-align: center;
    }

    .dropdown {
        position: static;
    }

    .dropdown-menu {
        position: static;
        display: none;
        width: 100%;
    }

    .nav-item:hover .dropdown-menu {
        display: block;
    }

    .dropdown-item2 {
        width: 100%;
        text-align: center;
    }

    /* Estilos adicionales para mejorar la legibilidad en pantallas pequeñas */
    .navbar-nav li {
        white-space: nowrap; /* Evitar que el texto se divida en varias líneas */
        overflow: hidden; /* Ocultar el texto que desborda el ancho del contenedor */
        text-overflow: ellipsis; /* Mostrar puntos suspensivos cuando el texto es demasiado largo */
    }

    .dropdown-menu {
        max-height: 70vh; /* Limitar la altura máxima del menú desplegable para evitar desbordamientos */
        overflow-y: auto; /* Agregar scroll vertical si el contenido del menú es demasiado largo */
    }
}

/* banner section end */

/* about section start */
.about_section {
    width: 100%;
    float: left;
}

.about_content {
    display: flex;
    align-items: center; /* Centra verticalmente la imagen y el texto */
}

.about_section_2 {
    width: 100%;
    float: left;

}

.about_image {
    flex: 1;
    padding-right: 20px; /* Espacio entre la imagen y el texto */
}

.about_image::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 390px;
    left: 0px;
    right: initial;
    top: 0;
    z-index: -1;
}

.about_taital {
    width: 45%;
    float: left;
    font-size: 40px;
    color: #0f0f0f;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0f0f0f;
    margin: 0px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    padding-bottom: 10px;

}
.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0f0f0f;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
     text-align: justify;
}
.about_taital_main {
    height: 100%;
    flex: 1;
    float: left;
}
.read_bt {
    width: 170px;
    float: right;
    padding-top: 64px;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #027748;
    text-align: center;
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif;
}
.read_bt a:hover {
    color: #ffffff;
    border-radius: 15%;
    background-color: #d98b4e;
}

/* about section end */

/* services section start */

.services_section{
    width: 100%;
    float: left;
    /*background-image: url(../images/services-bg.png);*/
    background-size: 100%;
    background-color: #027748;
    background-repeat: no-repeat;
}
.services_section2{
    width: 100%;
    float: left;
    /*background-image: url(../images/services-bg.png);*/
    background-size: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 5px;
    border-color: #000000;

}
.services_taital {
    width: 50%;
    float: left;
    font-size: 40px;
    color: #0f0f0f;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.services_taital::after {
    position: absolute;
    width: 193px;
    height: 2px;
    background-color: #0f0f0f;
    left: initial;
    right: 0px;
    top: 44%;
}
.services_section_2 {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}
.icon_box {
    width: 70px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 2px #edf0f2;
    border-radius: 3px;
    margin-top: 30px;
}
.icon_1{
    width: 100%;
    text-align: center;
}
.selection_text{
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}
.selection_text2{
    width: 100%;
    font-size: 20px;
    color: #3b3838;
    font-weight: bold;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}
.ipsum_text {
    width: 68%;
    font-size: 15px;
    color:  #fff;
    margin: 0px;
}
.ipsum_text2 {
    width: 68%;
    font-size: 15px;
    color:  #3b3838;
    margin: 0px;
}

/* services section end */

/* blog section start */
.blog_section{
    width: 100%;
    float: left;
}
.blog_img{
    width: 100%;
    float: left;
}
.blog_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #141414;
    font-weight: bold;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}
.blog_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}


/* blog section end */

/* events section start */
.events_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    padding-top: 70px;
}
.events_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #141414;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.events_section_2 {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.events_bg {
    width: 100%;
    float: left;
    background-image: url(../images/events-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 160px 0px;
}

.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-align: center;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 48px;
    left: 100px;
    width: 110px;
    height: 110px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #181818;
    text-align: center;
    padding: 10px 0px;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
}
.seemore_bt a:hover {
    color: #ffffff;
    background-color: #13a25d;
}

/* events section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-color: #fff;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
    opacity: .9;
}
.contact_taital {
    width: 40%;
    float: left;
    font-size: 40px;
    color: #3b3838;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.contact_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
   font-family: 'Roboto', sans-serif;
}
.contact_section_2{
    width: 100%;
    float: left;
    padding-top: 50px;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3b3838;
    border: 5px;
    background-color: #e6d69018;
    padding: 15px;
    margin-top: 20px;
   font-family: 'Roboto', sans-serif;
}
input.mail_text::placeholder {
    color: #3b3838;
}
.massage-bt {
    color: #3b3838;
    width: 100%;
    font-size: 18px;
    padding: 55px 15px 15px 15px;
    background-color: #e6d69018;
    border: 0px;
    height: 167px;
    margin-top: 20px;
   font-family: 'Roboto', sans-serif;

}
textarea#comment::placeholder {
    color: #727272;
}
.map_main{
    width: 100%;
    float: left;
    padding-top: 20px;
}

.send_bt {
    width: 150px;
    float: left;
    margin-top: 40px;
}

.send_bt button {
    width: 100%;
    float: left;
    background-color: #027748;
    color: #ffffff;
    text-align: center;
    padding: 14px 0px;
    font-size: 16px;
   font-family: 'Roboto', sans-serif;
}
.send_bt button:hover {
    border-radius: 15%;
    background-color: #d98b4e;
    color: #ffffff;
}

/* contact section end */

/* contact section start */

.testimonial_section{
    width: 100%;
    float: left;
    padding-bottom: 180px;
}
.testimonial_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2c2420;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.testimonial_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2c2420;
    text-align: center;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}
.testimonial_section_2 {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 10px;
}
.testimonial_box {
    width: 100%;
    background-color: #ffffff;
    padding: 55px 30px 100px 30px;
    box-shadow: 0px 2px 12px 10px #f3f2f2;
}
.jonimo_text{
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    color: #13a25d;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.dummy_text{
    width: 100%;
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}
.jonimo_taital_main{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #363636;
}
.quick_icon{
    float: right;
}
.quick_icon_1{
    display: none;
}

.testimonial_box:hover{
    background-color: #13a25d;
}
.testimonial_box:hover .dummy_text{
    color: #ffffff;
}
.testimonial_box:hover .jonimo_text{
    color: #ffffff;
}
.testimonial_box:hover .quick_icon_1{
    display: block;
}
.testimonial_box:hover .quick_icon{
    display: none;
}
.testimonial_box:hover .jonimo_taital_main{
    border-bottom: 1px solid #ffffff;
}

#my_carousel .carousel-indicators {
    bottom: -100px;
}
#my_carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #0a0a0a;
}

#my_carousel .carousel-indicators .active {
    width: 50px;
    background-color: #13a25d;
}

.margin_top90{
    margin-top: 90px;
}


/* contact section end */

/* footer section start */
.footer_section {
    width: 100%;
    float: left;
    background-color: #027748;
    height: auto;
    padding: 90px 0px;
}
.location_main {
    width: 100%;
    display: flex;
}
.location_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #8e8e8e;
    font-family: 'Roboto', sans-serif;
}

.location_text a {
    color: #ffffff;
}
.location_text a:hover {
    color: #d98b4e;
}
.padding_left_10 {
    padding-left: 10px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
    float: right;
}
.footer_section_2{
    width: 100%;
    float: left;
    padding-top: 50px;
}
.footer_taital{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.footer_text{
    width: 80%;
    float: left;
    font-size: 16px;
    color: #8e8e8e;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}

.Enter_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #8e8e8e;
    background-color: transparent;
    border-bottom: 1px solid #ffffff !important;
    padding: 8px 10px 4px 0px;
    margin-top: 10px;
    border: 0px;
}

.social_icon {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
}
.social_icon li {
    float: left;
    padding-right: 15px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    margin-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #13a25d;
    background-color: transparent;
    text-transform: uppercase;
}
.subscribe_bt a:hover {
    color: #ffffff;
}
/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #1d1d1d;
    height: auto;
}
.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;
    margin: 0px;
}

.copyright_text a {
    color: #ffffff;
}
.copyright_text a:hover {
    color: #13a25d;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


/* catalogo*/
.card {
  margin-bottom: 100%;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}


/*Filtro Catalogo */

.filters {
  margin-bottom: 30px;

}

.col-md-22 {

  max-width: 100%;
  padding-right: 50px;
}

.filters h5 {
    font-size: 25px;
    color: #3b3838;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.filters .form-check {
  margin-bottom: 10px;
  color: #3b3838;
  font-family: 'Roboto', sans-serif;
}


/* copyright section end */

.dropdown-item2 {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #0a7e5b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}


.dropdown-item2:hover, .dropdown-item:focus {
  color: #d98b4e;
  text-decoration: none;
  background-color: #f8f9fa;
}

.col-lg-4:hover {
  text-decoration: none;
 /*  border-radius: 10%; */
  background-color: #0277485e;
}

.pr_bt {
    width: 100px;
    float: left;
    margin-top: 20px;
}

.pr_bt button {
    width: 100%;
    float: left;
    background-color: #027748;
    color: #ffffff;
    text-align: center;
    padding: 14px 0px;
    font-size: 16px;
   font-family: 'Roboto', sans-serif;
   /* border-radius: 30%; */
}

.pr_bt img {
  width: 16px; /* Ajusta el tamaño del icono */
  height: 16px; /* Asegura que la altura también se ajuste */
}


.pr_bt button:hover {
    border-radius: 15%;
    background-color: #d98b4e;
    color: #ffffff;
}

/* paginación section start */

.pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

.page-link2 {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffffff;
  background-color: #027748;
  border: 1px solid #d98b4e;
}

.page-link3 {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffffff;
  background-color: #d98b4e;
  border: 1px solid #d98b4e;
}

.page-link2:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #d98b4e;
  border-color: #dee2e6;
}

.page-link2:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 128, 0.418);
}

.page-item.active .page-link2 {
  z-index: 1;
  color: #fff;
  background-color: #d98b4e;
  border-color: #027748;
}


.pagination .page-link {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
}

.pagination .page-link svg {
  width: 1rem;
  height: 1rem;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  padding: 0;
}

.spaced-page {
    margin: 0 5px; /* Ajusta el espaciado según tus necesidades */
}

.pagination .page-item:not(:first-child) .page-link {
  margin-left: 0.5rem;
}

.pagination .page-item:not(:last-child) .page-link {
  margin-right: 0.5rem;
}

.pagination .page-item.active .page-link {
  background-color: #e2e8f0;
  color: #4a5568;
}

.pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
}

/* paginación section end */



/* Cards de producto section start */

.products .card {
  height: 80px;
  display: flex;
  border: 0px;

}

.products .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
 /*  overflow: hidden; */
}

.products .card-title {
  margin-bottom: 0.5rem;
  color: #3b3838;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.products .card-text {
  flex-grow: 1;
  color: #3b3838;
  font-family: 'Roboto', sans-serif;
}

.products .pr_bt {
  margin-top: auto;
}

.row2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-index{
display: flex;
align-items: center;
/* height: 100vh; */
}

col-lg-6-index{
display: flex;
justify-content: center; /* Centra el contenido horizontalmente */
align-items: center; /* Centra el contenido verticalmente */
}

.container {
 /*  max-width: 1140px; */
  max-width: 85%;
}





