/* 	
Template 2102 Constructive
http://www.tooplate.com/view/2102-constructive
*/
/* Importa la fuente Centuri Gothic */
@import url('https://fonts.cdnfonts.com/css/lemonmilk');

#inlineFrameExample {
    border: 0px;
}


/* Importación de las fuentes */
@font-face {
    font-family: 'Century Gothic';
    src: url('../webfonts/CenturyGothic.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url('../webfonts/CenturyGothic-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Lemon Milk';
    src: url('../webfonts/LEMONMILK-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'Lemon Milk Bold';
    src: url('../webfonts/LEMONMILK-Bold.otf') format('truetype');
}

.innerProduct{
    justify-content: center;
    display: inline-flex;
    overflow: auto; 
    scrollbar-width: none; /* Firefox */
}

#carousel-product::-webkit-scrollbar {
    display: none;
    width: 0px;  /* Chrome, Safari, Opera */
    height: 0px;
}

.adminContainer{
    width: 90%;
    height: 70%;
    background: rgba(255, 255, 255, 0.884);
    position: fixed;
    border-radius: 10px;
    top: 14%;
    left: 5%;
    padding: 1.2% 1.2%;
    overflow: auto;
    
}
.butttonTd{
    margin-left: 2%;
}
#loaderpage{
    overflow: hidden;
}
    /* #imglogo1 img {
        display: none;
    }  */
.collapse{
    color: black;
}
/* Uso de las fuentes */
body {
    font-family: 'Century Gothic';
}

.fuente-century-gothic {
    font-family: 'Century Gothic', sans-serif;
}

.fuente-lemon-milk {
    font-family: 'Leomn Milk', sans-serif;
}

.bold {
    font-weight: bold;
}

.menu-icon {
    background: #00000000;
    color: #ffffff;
    cursor: pointer;
    margin-top: 4px;
    margin-left: 4px;
    border-radius: 5px;
    width: 5vw;
    height: 6dvh;
    z-index: 1001;
}

.sec1 {
    backdrop-filter: blur(calc((0.1vw + 0.1vh)));
    overflow: hidden;
    font-size: calc((1vw + 1vh) + 1em);
    width: 37%;
    height: fit-content;
    background: #07670B3D;
    border: solid #5BAB31 calc(0.03vw + 0.03vh);
    border-radius: calc(1vw + 1vh);
    left: 10vw;
    top: 25dvh;
    position: fixed;
    padding: 1% 1%;
    text-align: justify;
    font-family: 'Lemon Milk';
}

.sec2 {

    background: #00452b6e;
    left: 33.333%;
    width: 33.333%;
    border: solid #0d5603a9 0.1rem;
    border-radius: 1rem;
    position: fixed;
    bottom: 18%;
    padding: 0.5%;
}

.duLogo {

    max-width: 35%;
    max-height: 100%;
    float: left;
    filter: brightness(0) invert(1);
}

.maLogo {
    max-width: 55%;
    max-height: 100%;
    float: right;
}

.dropDownBar {
    z-index: 1000;
    background: #00000052;
    position: absolute;
    backdrop-filter: blur(12px);
    border-radius: 0rem 0rem 1rem 1rem;
}

body {
    font-family: 'Century Gothic', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: white;
    overflow-x: hidden;
    min-height: 100dvh;
    height: 100%;
    position: relative;
    background: #222222;
    z-index: 9999;
}

/* #preload-01 {
    background: url(../img/Fondo-1.png) no-repeat -9999px -9999px;
}

#preload-02 {
    background: url(../img/constructive_bg_02.jpg) no-repeat -9999px -9999px;
}

#preload-03 {
    background: url(../img/constructive_bg_03.jpg) no-repeat -9999px -9999px;
}

#preload-04 {
    background: url(../img/constructive_bg_04.jpg) no-repeat -9999px -9999px;
} */

ul {
    margin: 0;
    padding: 0;
}

a,
button {
    transition: all 0.3s ease;
}

button:focus {
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: #FFF;
}

#whatsapp-icon:hover {
    color: #25D366; /* Green for WhatsApp */
  }
  
  #facebook:hover {
    color: #3B5998; /* Blue for Facebook */
  }
  
  #instagram:hover {
    color: #D43089; /* Purple for Instagram */
  }


h1,
h2,
h3 {
    font-weight: 300;
}

p {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

p:last-child {

    margin-bottom: 0;
    font-size: 30px;
}

.tm-bg-transparent-black {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 30px;
}

.tm-contact-box-pad {
    padding: 60px 55px;
}

.tm-border-white {
    border: 1px solid white;
}

.media {
    align-items: center;
}

.tm-icon-circled {
    font-size: 3rem;
    border-radius: 50%;
    border: 1px solid white;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.tm-font-big {
    font-size: 1.3rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}
.underline-long::after {
    content: "";
    display: block;
    width: 120%; /* Ajusta la longitud */
    height: 3px; /* Grosor de la línea */
    background-color: currentColor; /* Mismo color del texto */
    margin: 0 auto;
    position: relative;
    left: -10%;
}
.tm-main {
    height: 100%;
    min-height: 100dvh;
    padding: 0;
}

.tm-main-row {
    height: 100%;
    min-height: 100dvh;
    position: relative;
}

/*#tmMainNavToggle { display: none; }*/

#tmSideBar span {

    margin: 1% 0.7%;
}

#tmSideBar span i {
    font-size: 3.5dvh;
}
/* #xfilter{
    display: none;
} */
.sidebar {
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
    z-index: 100;
    background: rgba(74, 71, 69, 0.4);
    color: white;
    z-index: 1000;
    position: fixed;
    right: 5%;
    margin-top: 1%;
    /* width: 40vw; */
    height: fit-content;
    z-index: 998;
}

#imgFlagMob {
    display: none;
}
#pqrs-mobile{
    display: none;
}

#imglogo a {
    height: 30%;

}
.pqrs-mobile{
    backdrop-filter: blur(calc((0.1vw + 0.1vh)));
    overflow: hidden;
    font-size: calc((1vw + 1vh) + 0.3em);
    width: fit-content;
    height: fit-content;
    background: #07670B3D;
    border: solid #5BAB31 calc(0.03vw + 0.03vh);
    border-radius: calc(1vw + 1vh);
    right: 7vw;
    top: 1dvh;
    position: fixed;
    padding: 1% 1%;
    text-align: justify;
    font-family: 'Lemon Milk';
    z-index: 2000;
}
.pqrs-mobile img{
    height: 6dvh;
}
#imgFlag {
    height: 10%;
}
#youtube:hover {
    color: red;
    }
#linkedin:hover {
    color: #007dd6;
    }
#pqrs{
    height: 10%;
}
#pqrs:hover{
    color:#68AF59;
}
#pqrs a {
    display: flex;          
    align-items: center;    
  }
  #pqrs a:hover {
    color:#68AF59;
  }
 #h4pqr{
    font-weight: bold;
    font-family: 'Lemon Milk' !important;
    font-size: 1.2em;
    margin-top: 10%;
 }
 #h4pqr:hover{
    color: #68AF59;
    text-decoration: none;
 }
#pqrs img{
    height: 3.9vh ;
   }

#pqrs img:hover{
    color: #68AF59;
}

#imgFlag img {
    height: 3.9dvh;
}

#imglogo img {
    display: inline-block;
    width: 8vw;
}
/* #imglogo1 {
  display: none;
} */

#closemenu{
    display: none;
}
#linkedinDM{
   display: none;
}
#youtubeDM{
    display: none;
}
#facebookDM{
    display: none;
}
#whatsappDM{
    display: none;
}
#instagramDM{
    display: none;
}
.social-iconsm{
    display: none;
}
.slider {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.slides {
    display: flex;
    width: 100%;
    height: 100%;
}

.slide {
    min-width: 100%;
    transition: 0.6s;
}

.slide img {
    width: 100%;
    height: 87%;
}
.pqrs-mobile{
    display: none;
}

.navigation-manual {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 2;
}

.manual-btn {
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.manual-btn:not(:last-child) {
    margin-right: 10px;
}

.manual-btn:hover {
    background: #fff;
}
.slide {
    
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}
.slide img{
    object-fit:cover;
    object-position: bottom;
}

.imagenProducto{
    margin: 0px 0.5vw;
    height: 18dvh;
}

.productCarrusel{
    margin-top: -15dvh;
    right: -72%;
    width: 10vw;
}

.imgCarousel{
    margin: auto;
}

.imagenProducto img{
    width: auto;
    height: 100%;
    margin: auto;
}

.slides .active {
    opacity: 1;
    z-index: 1;
}
.tm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0%;
    width: 100%;

    position: relative;
}

#searchMenu {
    color: white;
    padding-left: 4%;
    background: #00000000;
    border-radius: 1rem;
    border-color: white;
    border-style: solid;
}

.tm-nav-fa-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid white;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 35px;
}

.tm-main-nav {
    background-attachment: fixed;
    background-size: cover;
    background-image: url("../img/fondo-suelo-blanco.png");
    padding-bottom: 0.2rem;

}

.tm-main-nav li {
    list-style: none;
}

.tm-main-nav a {
    font-size: calc((0.1vw + 0.1vh) + 1rem);
    padding: .1vh .3vw;
    background-position: left bottom;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.tm-main-nav a i {
    color: #a6ca56;
    padding: 0rem 0.3rem;
}

.tm-main-nav a {
    width: 100%;
    position: relative;
}

.tm-main-nav a.active,
.tm-main-nav a:hover,
.tm-main-nav a:focus
{
    color: #ffffff;
   /* background: #31aa47;*/
    width:auto;
    text-decoration: none;
}

.tm-main-nav a:hover .tm-nav-fa-icon,
.tm-main-nav a:focus .tm-nav-fa-icon,
.tm-main-nav a.active .tm-nav-fa-icon {
    border-color: #33ccff;
}

.fa-menu {
    width: 50px;
    height: 50px;
}

.tm-btn {
    padding: 15px 50px;
    font-size: 1.3rem;
    font-weight: 300;
    background: transparent;
    border-color: white;
    color: white;
    cursor: pointer;
}

.tm-btn:hover,
.tm-btn:focus {
    color: #33ccff;
    border-color: #33ccff;
}

.tm-btn-submit {
    border-radius: 0;
    display: block;
    padding: 15px 43px;
}

.slick-dots {
    bottom: -45px;
}

.slick-dots li button:before {
    font-size: 20px;
}

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.tm-text-shadow {
    text-shadow: 0px 3px 2px rgba(50, 50, 50, 1);
}

.tm-section {
    width: 100%;
    height: 100dvh;
    bottom: 0%;
}
#tm-section-1 {
    animation: moveInLeft 1s ease-out;

}
#tm-section-2 {
    animation: moveInRight 1s ease-out;

}
#tm-section-3 {
    animation: moveInRight 1s ease-out;

}
#tm-section-4 {
    animation: moveInRight 1s ease-out;

}
#tm-section-5 {
    animation: moveInRight 1s ease-out;

}
#tm-section-6 {
    animation: moveInRight 1s ease-out;

}

#tm-section-7 {
    animation: moveInRight 1s ease-out;

}
#tm-section-8 {
    animation: moveInRight 1s ease-out;

}
#tm-section-9 {
    animation: moveInRight 1s ease-out;

}
#tm-section-10 {
    animation: moveInRight 1s ease-out;

}
#tm-section-11 {
    animation: moveInRight 1s ease-out;

}
#tm-section-12 {
    animation: moveInRight 1s ease-out;

}
#tm-section-13 {
    animation: moveInRight 1s ease-out;

}
#tm-section-19 {
    animation: moveInRight 1s ease-out;

}
#tm-section-14 {
    animation: moveInRight 1s ease-out;

}
#tm-section-18 {
    animation: moveInRight 1s ease-out;

}
#tm-section-15 {
    animation: moveInRight 1s ease-out;

}
#tm-section-16 {
    animation: moveInRight 1s ease-out;

}

.tm-section.current-section {
    background-color: #f2f2f2;
}



#tm-section-1.current-section {
    animation: moveInRight 0.5s ease-in-out;
}

#tm-section-2.current-section,
#tm-section-3.current-section,
#tm-section-10.current-section,
#tm-section-11.current-section {
    animation: moveInLeft 0.5s ease-in-out;
}

@keyframes moveInRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes moveInLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.col-md-6.tm-contact-col {
    margin-bottom: 0;
}

.tm-img-slider {
    max-width: 940px;
}

#tm-section-1 {
    width: 100vw;
    height: 100dvh;
}



.tm-icon-media {
    margin-right: 1.5rem;
    margin-bottom: 0;
}

address {
    font-size: 1rem;
}

.form-control {
    background: transparent;
    border-color: white;
    color: white;
    font-weight: 300;
    border-radius: 0;
    padding: 15px;
}

.form-control:focus {
    background: transparent;
    color: white;
    border-color: #33ccff;
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

.footer-link {
    position: fixed;
    bottom: 0%;
    color: white;
    text-align: center;
    width: 100%;
    z-index: 999;
    background-image: url(../img/fondo-botones-home.png);
    background-size: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    /* Distribuirá los elementos a lo largo del contenedor */
    align-items: center;
    /* Centra verticalmente los elementos en el contenedor */
    height: 13dvh;


}
#nuestromovil1 {
    display: none;
    
}
#nuestromovil2 {
    display: none;
    
}
.portafolio,
.comercial,
.contactanos {
    width: 23%;
    text-align: center;
    border: 1px solid transparent;
    height: 79px;
    background-size: 100%;
    margin-top: 12px;

}
.misionmobilefoto{
    display: none;
}


#whatsapp {
    display: none;
}

.whatsapp {
    display: none;
}

.portafolio {
    margin-left: 5%;
}

.portafolio img {
    width: 100%;
}



.comercial img {
    width: 100%;
}

.contactanos {
    margin-right: 5%;
}

.contactanos img {
    width: 100%;
}

.footer-link.relative {
    position: relative;
}

.tm-copyright-text {
    display: inline-block;
    padding: 5px 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

footer a {
    color: white;
}

.catalogo {
    width: 100%;
    height: 86dvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0%;
    position: fixed;
    font-family: 'Lemon Milk';
}

.catalogo1 {
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 100dvh;
    background-color: transparent !important;
    z-index: 1;
    background-image: url(../img/imagencat1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
}

.catalogo1 a {
    width: 100%;
}

.catalogo1 img {
    width: 100%;
    z-index: 2;
}


.catalogo2 {
    width: 20%;
    height: 100dvh;
    background-color: transparent;
    background-image: url(../img/imagencat2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    left: 20%;
}

.catalogo3 {
    display: none;
    width: 20%;
    height: 100dvh;
    background-color: transparent !important;
    background-image: url(../img/imagencat4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#politicaproteccion{
    top: 175%;
}
.catalogo4 {
    width: 20%;
    height: 100dvh;
    background-color: transparent;
    background-image: url(../img/imagencat4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    left: 60%;
}
.catalogo5 {
    width: 20%;
    height: 100dvh;
    background-color: transparent;
    background-image: url(../img/BIO.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    left: 40%;
}
.catalogo6 {
    width: 20%;
    height: 100dvh;
    background-color: transparent;
    background-image: url(../img/Imagen_planes_de_uso.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    left: 80%;
}

.box1 {
    margin: 0 auto;
    width: 80%;
    backdrop-filter: blur(10px);
    height: 45%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    text-align: center;
    /* float: right; */
    z-index: 999;
    /* left: 4%; */
    top: 43%;
    /* margin-left: 0%; */
    /* padding: 2% 2%; */
    border-radius: 20px;
    /* padding-right: 5%;*/
}

.box1 h3 {
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 2;
    text-align: center;
    font-size: calc(1vh + 1.4vw);
    font-family: 'Lemon Milk';
    margin-top: 10%;
    /* margin-left: 10%;
    margin-right: 10%; */
    min-height: 20%;
}

 .box1 a:hover {
    color: #5BAB31;
} 
.boximg {
    position: relative;
    top: 22%;
    /* background-color: transparent; */
    z-index: 1000;
    margin-left: 30%;

}

.boximg img{
         width: 150px;
         height: 150px;
    border-radius: 50%;
 
}


.box2 {
    margin: 0 auto;
    width: 50%;
    backdrop-filter: blur(10px);
    height: fit-content;
    background-color: rgba(0, 160, 71, 1);
    position: relative;
    /* float: right; */
    z-index: 999;
    /* left: 4%; */
    top: 57%;
    /* margin-left: 0%; */
    /* padding: 2% 2%; */
    border-radius: 20px;
    /* padding-right: 5%;*/
}

.box2 h3 {
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: calc(1vh + 1.5vw);
    font-family: 'Lemon Milk';


}

.box2 a:hover {
    color: #5BAB31;
}

.box3 {
    margin: 0 auto;
    backdrop-filter: blur(10px);
    width: 50%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    /* float: right; */
    z-index: 999;
    /* left: 4%; */
    top: 63%;
    /* padding: 2% 2%;
    padding-right: 5%; */
    border-radius: 20px;

}

.box3 h3 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: calc(1vh + 1.5vw);

}



.box3 a:hover {
    color: #5BAB31;
}

.box4 {
    margin: 0 auto;
    backdrop-filter: blur(10px);
    width: 50%;
    height: auto;
    background-color: rgba(149, 194, 88, 1);
    position: relative;
    /* float: right; */
    z-index: 999;
    /* left: 4%; */
    top: 57%;
    /* margin-left: 0%; */
    border-radius: 20px;


}

.box4 h3 {
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: calc(1vh + 1.5vw);
    font-family: 'Lemon Milk';

}

.box4 a:hover {
    color: #5BAB31;
}

.footer2 {
    position: absolute;
    z-index: 9 !important;
    bottom: 0px;
    background-color: #31aa47;
    height: 7dvh;
    width: 100%;
}
.policy{
    background-color: transparent;
    
}
.footer2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.conocenos {
    position: fixed;
    color: white;
    /* background-color: rgba(0,0,0,0.25); */
    width: 75%;
    overflow: hidden;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    height: 100dvh;
    margin-left: 12.5%;
    bottom: 0px;
}

#country {
    display: none;
}


.title-conocenos {
    position: relative;
    top: 17%;
    background-color: rgba(0, 139, 58, 0.6);
    color: white;
    text-transform: uppercase;
    height: auto;
    font-size: large;
    border-radius: 15px;
    font-family: 'Lemon Milk' !important;
    font-weight: 600;
    font-size: 35px;
    width: fit-content;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
}



.parrafo-conocenos {
    backdrop-filter: blur(10px);
    position: relative;
    top: 12%;
    background-color: rgba(73, 71, 69, 0.6);
    color: white;
    height: auto;
    background-image: url(../img/fondo-suelo-blanco.png);
    font-size: medium;
    border-radius: 12px;
    font-family: 'Century Gothic';
    font-size: 22px;
    padding-bottom: 1%;
    padding-top: 1%;
    text-align: justify;
    line-height: 27px;

}

.parrafo-conocenos p {

    color: white;
    font-size: 17px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: justify;
    line-height: 1.1;
    font-family: 'Century Gothic', sans-serif;

}

.img-conocenos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30dvh;
    position: relative;
    /* bottom: -15%; */
    /* background-color: #31aa47; */
    top: 15%;


}

.img-conocenos img {
    /* width: 35%; */
    border-radius: 10px;
    height: 215px;
}

.img-conocenos a {
    text-decoration: underline;
    background-color: rgba(0, 139, 58, 0.6);
    color: white;
    text-transform: uppercase;
    height: auto;
    font-size: large;
    border-radius: 12px;
    font-family: 'Lemon Milk';
    font-weight: 600;
    font-size: 35px;
    width: fit-content;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.1%;
    padding-bottom: 0.1%;

}

.mision {
     /* backdrop-filter: blur(10px); */
     position: absolute;
     bottom: 15%;
     /* background-color: rgba(73, 71, 69, 0.6); */
     /* color: white; */
     height: auto;
     /* background-image: url(../img/fondo-suelo-blanco.png); */
     font-size: medium;
     /* border-radius: 12px; */
     font-family: 'Century Gothic', sans-serif;
     font-size: 2px;
     right: 8%;
     width: auto;
     text-align: center;
     /* border-radius: 13px;
     border-color: white;
     border: groove; */
     padding-left: 1%;
     padding-right: 1%;
     padding-top: 0.1%;
     padding-bottom: 0.1%;
 

}

#nuestromovil img {
    display: none;
}

.vision-general {
    position: fixed;
    color: white;
    /* background-color: rgba(0,0,0,0.25); */
    width: 90%;
    overflow: hidden;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    height: 100dvh;
    margin-left: 5%;
    bottom: 0px;
}


.title-vision {
    position: relative;
    top: 12%;
    background-color: rgba(0, 139, 58, 0.6);
    color: white;
    text-transform: uppercase;
    height: auto;
    font-size: large;
    border-radius: 15px;
    font-family: 'Lemon Milk' !important;
    font-weight: 600;
    font-size: 35px;
    width: fit-content;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
}

.mision1 {
    position: relative;
    top: 18%;
    background-color: rgba(0, 139, 58, 0.52);
    color: white;
    text-transform: uppercase;
    height: auto;
    font-size: large;
    border-radius: 15px;
    font-family: 'Lemon Milk';
    font-weight: 600;
    font-size: 35px;
    width: fit-content;
    left: 70%;
    padding-top: 0.5%;
    padding-bottom: 0.1%;
}

.parrafo-vision h4 {
    display: none;
}

.parrafo-mision h4 {
    display: none;
}

.vision {
    backdrop-filter: blur(10px);
    position: relative;
    top: 5%;
    background-color: rgba(0, 139, 58, 0.6);
    color: white;
    text-transform: uppercase;
    height: auto;
    font-size: large;
    border-radius: 15px;
    font-family: 'Lemon Milk';
    font-weight: 600;
    font-size: 35px;
    width: fit-content;
    left: 20%;
    padding-top: 0.5%;
    padding-bottom: 0.1%;


}
.foto-mision{
    position: absolute;
    top: 55%;
    width: 45%;
}

.foto-mision img{
    width: 100%;
}
.parrafo-vision {
    position: relative;
    top: 8%;
    background-color: rgba(73, 71, 69, 0.85);
    color: white;
    height: auto;
    background-image: url(../img/fondo-suelo-blanco.png);
    font-size: medium;
    border-radius: 12px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 5px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
    width: 50%;
}

.parrafo-vision p {

    color: white;
    font-family: 'Century Gothic', sans-serif;
    font-size: 17px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: justify;
    line-height: 1.2;
}

.parrafo-mision {
    position: relative;
    top: 21%;
    background-color: rgba(73, 71, 69, 0.85);
    color: white;
    height: auto;
    background-image: url(../img/fondo-suelo-blanco.png);
    font-size: medium;
    border-radius: 12px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 5px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
    width: 50%;
    left: 50%;


}

.parrafo-mision p {

    color: white;
    font-family: 'Century Gothic', sans-serif;
    font-size: 17px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: justify;
    line-height: 1.2;
}

.politica {
    position: fixed;
    left: 70%;
    /* position: relative; */
    top: 12%;
    /* right: 10%; */
    background-color: #68AF59;
    color: white;
    height: auto;
    border-radius: 10px;
    font-family: 'Lemon Milk';
    font-weight: 600;
    font-size: 17x;
    width: fit-content;
    line-height: 55%;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;

}
.politica1 {
    position: fixed;
    left: 70%;
    /* position: relative; */
    top: 18%;
    /* right: 10%; */
    background-color: #68AF59;
    color: white;
    height: auto;
    border-radius: 10px;
    font-family: 'Lemon Milk';
    font-weight: 600;
    font-size: 17x;
    width: fit-content;
    line-height: 55%;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;

}
.politica2 {
    position: fixed;
    left: 70%;
    /* position: relative; */
    top: 24%;
    /* right: 10%; */
    background-color: #68AF59;
    color: white;
    height: auto;
    border-radius: 10px;
    font-family: 'Lemon Milk';
    font-weight: 600;
    font-size: 17x;
    width: fit-content;
    line-height: 55%;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;

}



#whatsappmobile {
    display: none;
}

#whatsapp {
    display: none;
}

#nuestromovil {
    display: none;
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(217, 217, 217, 0.9);
    padding: 20px;
    border-radius: 5px;
    max-width: 80%;
    max-height: 80dvh;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 10px;
    overflow: auto;
}

.close-btn {
    position: absolute;
    top: -20px;
    right: 10px;
    cursor: pointer;
    font-size: 70px;
    color:#006838;
}
.close-btn2 {
    position: absolute;
    top: -20px;
    right: 10px;
    cursor: pointer;
    font-size: 70px;
    color:#006838;
}

.popup-content p {
    margin: 0;
    text-align: justify;
    color: #6F6D60;
    font-size: 89%;
    /* text-transform: uppercase; */
    line-height: 24px;
    font-family: 'Centuri Gothic', sans-serif;


}

.popup-content h4 {
    margin: 0;
    text-align: left;
    color: #6F6D60;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.popup-content h3 {
    margin: 0;
    text-align: left;
    color: #006838;
    font-size: 20px;
    text-transform: uppercase;

}

.popup-content img {
    width: 15%;
    /* position: fixed; */
    margin-left: 40%;
    bottom: -20%;
}


.popup-container1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* background-image: url(../img/fondo-suelo-blanco-vertically.png); */
    z-index: 999;
    /* backdrop-filter: blur(5px); */
}

.popup-content1 {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(73, 71, 69, 0.9);
    background-image: url(../img/fondorednal.png);
    padding: 20px;
    border-radius: 5px;
    /* max-width: 100%; */
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 10px;
    width: 90%;
    backdrop-filter: blur(6px);
    height: 75%;
    background-size: cover;
    color: white;

}
#abrirGaleria {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-transform: uppercase;
    height: auto;
    font-size: large;
    border-radius: 22px;
    font-family: 'Centuri Gothic', sans-serif;
    font-weight: 600;
    font-size: 20px;
    width: fit-content;
    text-align: center;
    border: solid 1px white;
    backdrop-filter: blur(3px);
    text-decoration: underline;
  }
  
  .modalgalery {
    display: flex;
  justify-content: center;
  align-items: center;
       display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
  }
  .botonesgalery{
    display: flex;
    justify-content: center;
  }
  
  .contenido-modalgalery {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 20px;
    border-radius: 5px;
    width: auto;
    height: 59%;
  }
  .backgroungmobile{
    display: none;
  }
  #logogalery{
    /* position: fixed !important; */
    bottom: -30%;
    width: 14%;
    /* left: 45.5%; */

  }
  #cameragalery{
    /* position: fixed !important; */
    bottom: -15%;
    width: 7%;
    /* left: 49%; */
  }
  .imagen-activa {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  
#cerrarGaleria {
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    height: 7%;
    width: auto;
    background-size: 100% 100%;
    background-position: center;
    background-color: transparent !important;
    position: fixed;
    top: -4%;
    left: 100%;

}
    
  
#siguiente{
    background-image:url(../img/next.png);
    background-repeat:no-repeat;
    height:70px;
    width:80px;
    background-size: 50px 50px;
    background-position:center;
    background-color: transparent !important;
}
#anterior{
    background-image:url(../img/left.png);
    background-repeat:no-repeat;
    height:70px;
    width:80px;
    background-size: 50px 50px;
    background-position:center;
    background-color: transparent !important;

}
.close-btn1 {
    position: fixed;
    top: -12%;
    /* right: 12px; */
    cursor: pointer;
    color: white !important;
    left: 45%;
    font-size: 60px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: lighter;
}


#whatsmobile{
    position: fixed;
    bottom: 12%;
    height: 7%;
    z-index: 999;
    right: 7%;
}

#fatherProductModal #whatsmobile{
    position: relative;
    bottom: 27%;
    left: 0%;
    width: 35%;
    top: 2dvh;
}

.popup-content1 p {
    margin: 0;
    text-align: justify;
    color: #6F6D60;
    font-size: 17px;
    /* text-transform: uppercase; */
    line-height: 20px;
    font-family: 'Centuri Gothic', sans-serif;
    color: white !important;
    text-align: center;
    padding-left: 16%;
    padding-right: 16%;


}

.popup-content1 h4 {
    margin: 0;
    text-align: left;
    color: #6F6D60;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white !important;
    text-align: center;
    padding-left: 9%;
    padding-right: 9%;
}

.popup-content1 h3 {
    margin: 0;
    text-align: left;
    color: #006838;
    font-size: 20px;
    text-transform: uppercase;
    color: white !important;
    font-family: 'Century Gothic Bold';
    text-align: center;
    padding-top: 23%;

}

.popup-content1 img {
    width: 90%;
    position: fixed;
    left: 5%;
    bottom: 3%;
    border-radius: 16px;
}

.location img {
    width: 30%;
    position: fixed;
    left: 5%;
    top: 3%;
}

#location {
    width: 25%;
    position: fixed;
    left: 36%;
    top: 0%;
}

#modalNotice,#modalImgProd {
    overflow: auto;
    /* Estilos de la barra de desplazamiento */
}

/* WebKit (Chrome, Safari, Opera) */
#modalNotice::-webkit-scrollbar,#modalImgProd::-webkit-scrollbar {
    width: 8px;
    /* Ancho de la barra */
}

#modalNotice::-webkit-scrollbar-thumb,#modalImgProd::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255);
    /* Color del thumb (el control deslizante) */
    border-radius: 4px;
    /* Radio de borde del thumb */
}

/* Firefox */
#modalNotice::-moz-scrollbar,#modalImgProd::-moz-scrollbar {
    width: 8px;
}

#modalNotice::-moz-scrollbar-thumb,#modalImgProd::-moz-scrollbar-thumb {
    background-color: rgba(255, 255, 255);
    border-radius: 4px;
}

/* Internet Explorer */
#modalNotice ,#modalImgProd{
    scrollbar-width: thin;
    /* Ancho de la barra en IE/Edge */
    scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
    /* Color de la barra y del thumb en IE/Edge */
}


#modalNotice,#modalImgProd {
    border-radius: 2%;
    position: relative;
    width: 50%;
    height: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5dvh;
    overflow: auto;
}

.imgDivProduct{
    width: 80%;
    height: 50dvh;
    margin: auto;
}

.imgProduct{
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.carouselImgProduct{
    margin-top: 10%;
}

#modalLogoNotice ,#modalLogoImgProd{
    position: relative;
    margin-top: 8dvh;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    height: auto;
    display: block;
}

#modalBackgroundNotice , #modalBackgroundImgProd {
    position: fixed;
    background-color: rgba(24, 24, 24, 0.7);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    z-index: 999;

}

#closeModalNotice ,#closeModalImgProd{
    right: 25.5%;
    position: fixed;
    max-height: 6%;
    padding: 1%;
    color: rgb(255, 255, 255);
    cursor: pointer;
}



/* Estilos para la barra de desplazamiento en el div con la clase "scrollable" */
#modal {
    overflow: auto;
    /* Estilos de la barra de desplazamiento */
}

/* WebKit (Chrome, Safari, Opera) */
#modal::-webkit-scrollbar {
    width: 8px;
    /* Ancho de la barra */
}

#modal::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    /* Color del thumb (el control deslizante) */
    border-radius: 4px;
    /* Radio de borde del thumb */
}

/* Firefox */
#modal::-moz-scrollbar {
    width: 8px;
}

#modal::-moz-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

/* Internet Explorer */
#modal {
    scrollbar-width: thin;
    /* Ancho de la barra en IE/Edge */
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
    /* Color de la barra y del thumb en IE/Edge */
}


#modal {
    height: fit-content;
    max-height: 75%;
    border-radius: 2%;
    position: relative;
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5dvh;
    background-color: rgba(255, 255, 255, 1);
    overflow: auto;
}

#modalLogo {
    position: relative;
    margin-top: 8dvh;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    height: auto;
    display: block;
}

#modalBackground {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    z-index: 999;

}

#logomenuimg {
    display: none;
}

#fatherProductModal .amount {
    height: 10dvh;
    display: inline-flex;
    float: right;
    margin-right: 0.5vw;
    max-width: 50%;
    overflow: auto;
    position: absolute;
    right: 2%;
    top: -20%;
}

#fatherProductModal .amount::-webkit-scrollbar {
    width: 8px;
    /* Ancho de la barra */
}

#fatherProductModal .amount::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    /* Color del thumb (el control deslizante) */
    border-radius: 4px;
    /* Radio de borde del thumb */
}

/* Firefox */
#fatherProductModal .amount::-moz-scrollbar {
    width: 8px;
}

#fatherProductModal .amount::-moz-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

/* Internet Explorer */
#fatherProductModal .amount {
    scrollbar-width: thin;
    /* Ancho de la barra en IE/Edge */
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
    /* Color de la barra y del thumb en IE/Edge */
}

.contenedorfotos {
    text-align: center;
}

.carruselfotos {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    background-color: white;
    padding: 20px;
    display: none;
}

.carrusel.ocultofotos {
    display: none;
}

.contenedor-imagenesfotos {
    overflow-x: auto;
    white-space: nowrap;
}

.contenedor-imagenesfotos img {
    display: inline-block;
    width: 100%;
    margin: 0 10px;
}

button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

#closeModal {
    right: 25.5%;
    position: fixed;
    max-height: 6%;
    padding: 1%;
    color: #006838;
    cursor: pointer;
    font-size: 200%;

}

#miFormulario {
    width: 80%;
    margin: 5% auto;
    background-color: #ffffff00;
    padding: 1%;
    border-radius: 1%;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    text-align: center;
}

#miFormulario label,
#miFormulario input[type="text"],
#miFormulario input[type="email"],
#miFormulario .comfirm,
#miFormulario .password,
#miFormulario button , 
.formAdmin label,
.formAdmin input[type="text"],
.formAdmin input[type="email"]
.formAdmin .comfirm,
.formAdmin .password,
.formAdmin button,
.formAdmin select{
    display: block;
    margin-bottom: 2%;
    color: black;
    font-family: 'Centuri Gothic', sans-serif;
}

#miFormulario .comfirm,
#miFormulario .password,
.formAdmin .comfirm,
.formAdmin .password{
    display: block;
    margin-bottom: 2%;
    color: black;
    font-family: 'Centuri Gothic', sans-serif;
}


#miFormulario input , .formAdmin  input , .formAdmin  select {
    width: calc(100% - 20px);
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#miFormulario button , .formAdmin button {
    font-family: 'Centuri Gothic', sans-serif;
    background-color: rgba(0, 139, 58, 0.788);
    color: #ffffff;
    border: none;
    border-radius: 5%;
    margin: 2% auto;
    cursor: pointer;
    display: block;
}

.checkAdmin{
    display: inline-flex;
    width: 100%;
    height: auto;
}

.checkAdmin input{
    width: 5%;
    height: 2dvh;
}

#miFormulario button:hover {
    background-color: #0056b3;
}

#adminAmounts td img{
    width: 3vw;
}

.custom-alert {
    position: fixed;
    top: 2%;
    /* Posición vertical */
    left: 2%;
    /* Posición horizontal */
    float: left;
    z-index: 99999;
    /* Asegúrate de que la alerta esté por encima de otros elementos */
    display: none;
    /* Oculta la alerta por defecto */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.box {
    position: relative;
    width: 70%;
    height: 60%;
    transform-style: preserve-3d;
    animation: animate 20s linear infinite;

}

.contenedor-popup {
    position: absolute;
    width: 250%;
    height: 80dvh;
    left: -330%;
    top: -1400%;

}

@keyframes animate {
    0% {
        transform: perspective(1000px) rotateY(0deg);
    }

    100% {
        transform: perspective(1000px) rotateY(360deg);
    }
}

.box span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i)* 45deg)) translateZ(400px);
    -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #004);
}

.box span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.img-conocenos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30dvh;
    position: relative;*/
/* bottom: -15%; */
/* background-color: #31aa47; */
/*top: 20%;

    
}
.img-conocenos img{
    width: 35%;
    border-radius: 10px;
}
.img-conocenos a{
    background-color: rgba(0,139,58,0.6);
    color: white;
    text-transform: uppercase;
    height: auto;
    font-size: large;
    border-radius: 12px;
    font-family: 'Centuri Gothic', sans-serif;
    font-weight: 600;
    font-size: 35px;
    width: 24%;
    text-align: center;

}
.mision{
    position: absolute;
    bottom: 15%;
    background-color: rgba(73, 71, 69, 0.6);
    color: white;
    height: auto;
    background-image: url(../img/fondo-suelo-blanco.png);
    font-size: medium;
    border-radius: 12px;
    font-family: 'Lemon Milk', sans-serif;
    font-size: 25px;
    right: 12%;
    width: 12%;
    text-align: center;
    border-radius: 13px;
    border-color: white;
    border: groove;

}*/


/* #tm-section-13 {
    overflow: auto;
    padding-top: 32dvh;
    width: 100%;
    background-color: white;
    background-image: url(../img/fondo-7.png);
    background-repeat: no-repeat;
    background-size: cover;
} */

#tm-section-16 {
    overflow: auto;
    width: 100%;
    background-color: white;
    background-image: url(../img/fondo-7.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.nesOptions {
    position: relative;
    margin-top: 2%;
    margin-left: 3.5%;
    height: 10dvh;
}

.news {
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
}

.divNewImage {
    width: 56%;
    height: 100%;
    border-radius: 20px;
    margin-right: 2%;
    align-items: center;
    text-align: center;
    background: transparent;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.divNewImage img {
    width: 100%;
    /* height: 100%; */
}

.divNewDesc {
    width: 40%;
    height: 100%;
    border-radius: 20px;
    /* margin-left: 2%; */
    padding: 1%;
}

.divNewDesc p {
    font-size: 17px;
}

.divNewDesc a {
    font-size: 17px;
}



.image1{
    width: 60%;
}



.backgreen {
    width: 40%;
    background: rgba(0, 104, 56, 1);
    background-image: url(../img/fondo-7.png);
    background-repeat: no-repeat;
    background-size: cover;

}



.image2{
    width: 40%;
}

.backgreenLess {
    width: 60%;
    background: rgba(166, 202, 86, 1);
    background-image: url(../img/fondo-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(0, 104, 56, 1);

}

.backgreenLess .buttonNew {
    color: rgba(0, 104, 56, 1);
}

.backgreenGray {
    width: 40%;
    background: rgba(73, 71, 69, 0.6);
    background-image: url(../img/fondo-7.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.divNew {
    display: inline-flex;
    height: 30dvh;
    width: 100%;
    margin: 2vh 0vw;
}

#imgporta {
    display: none;
    align-items: center;
    top: 56%;
    position: relative;
    width: 40%;
    left: 30%;
}

#fatherNewModal {
    margin: 5%;
}

#infoNew {
    margin: 5%;
}

#fatherNewModal #myCarouselNew {
    height: 30dvh;
}

#fatherNewModal #myCarouselNew .carousel-inner {
    height: 30dvh;
    text-align: center;
    align-items: center;
}

#fatherNewModal #myCarouselNew .carousel-inner div img {
    max-height: 30dvh;
    margin-left: auto;
    margin-right: auto;
}

#CarruselDirection {
    height: 5dvh;
    display: inline-flex;
    align-items: center;
    margin-left: 45%;
}

#CarruselDirection a {
    color: white;
    font-size: 4dvh;
    cursor: pointer;
}

#CarruselDirection .beforeProduct ,#CarruselDirection .nextProduct {
    color: black;
}

#CarruselDirection .gifProduct {
    filter: invert(40%);
}

#CarruselDirection img {
    width: auto;
    height: 100%;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}



#infoNew h5 {
    font-size: calc(0.8vh + 0.8vw);
}

#infoNewDesc {
    text-align: justify;
    font-size: calc(0.63vh + 0.63vw);
    line-height: calc(0.7vh + 0.7vw);
}

#miFormulario h4 {
    color: black;
}

.descNew {
    text-align: justify;
    font-size: calc(0.63vh + 0.63vw);
    line-height: calc(0.7vh + 0.7vw);
}

.titleNew {
    font-size: calc(0.8vh + 0.8vw);
}

.buttonNew {
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    color: white;
    padding: 0% 1%;
    border-color: white;

}

#newsFather {
    margin-bottom: 2dvh;
}


#tm-section-12,
#tm-section-13,
#tm-section-19,
#tm-section-14,
#tm-section-18,
#tm-section-15 {
    overflow: auto;
    padding-top: 32dvh;
    width: 100%;
    background-color: white;
    background-image: url(../img/fondo-7.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.products1 {
    z-index: 100;
    width: 100%;
    height: 32dvh;
    position: fixed;
    top: 0%;
    background-image: url(../img/camion.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.products12 {
    z-index: 100;
    width: 100%;
    height: 32dvh;
    position: fixed;
    top: 0%;
    background-image: url(../img/nutricion.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
}
.products19{
    z-index: 100;
    width: 100%;
    height: 32dvh;
    position: fixed;
    top: 0%;
    background-image: url(../img/Imagen_Portafolio_BIO.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
}

.products13 {
    z-index: 100;
    width: 100%;
    height: 32dvh;
    position: fixed;
    top: 0%;
    background-image: url(../img/pastos.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
}

.products18 {
    z-index: 100;
    width: 100%;
    height: 32dvh;
    position: fixed;
    top: 0%;
    background-image: url(../img/Imagen_planes_de_uso.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.products14 {
    z-index: 100;
    width: 100%;
    height: 32dvh;
    position: fixed;
    top: 0%;
    background-image: url(../img/maquinas.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.title-product {
    position: relative;
    top: 66%;
    background-color: rgba(0, 139, 58, 0.6);
    color: white;
    text-transform: uppercase;
    height: auto;
    font-size: large;
    border-radius: 15px;
    font-family: 'Lemon Milk' !important;
    font-weight: 600;
    font-size: 35px;
    width: fit-content;
    left: 55%;
}

.title-news {
    position: relative;
    top: 16%;
    background-color: rgba(0, 139, 58, 0.6);
    color: white;
    text-transform: uppercase;
    height: auto;
    font-size: large;
    border-radius: 15px;
    font-family: 'Lemon Milk' !important;
    font-weight: 600;
    font-size: 35px;
    width: fit-content;
    left: 55%;
}

.logo-supliers {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 2fr);
    gap: 20px;
    /* flex-wrap: wrap;
    justify-content: space-around; */
    align-items: center;
    background-color: transparent;
    height: 20dvh;
    width: 80%;
    left: 10%;
    top: 32%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.logo-supliers1 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 2fr);
    gap: 20px;
    /* flex-wrap: wrap;
    justify-content: space-around; */
    align-items: center;
    background-color: transparent;
    height: 10dvh;
    width: 80%;
    left: 10%;
    top: 31%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.logo-supliers2 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 2fr);
    gap: 20px;
    /* flex-wrap: wrap;
    justify-content: space-around; */
    align-items: center;
    background-color: transparent;
    height: 10dvh;
    width: 80%;
    left: 10%;
    top: 31%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.logo-supliers img {
    width: 65%;
}

.logo-supliers1 img {
    width: 100%;
}

.logo-supliers2 img {
    width: 80%;
}

.filter-product {
    border-radius: 1vw;
    border: rgba(111, 109, 96, 1) 1px solid;
    float: left;
    position: relative;
    background-color: white;
    padding: 1%;
    width: 14%;
    left: 10%;
    top: 34%;
    margin-top: 2%;
}
.filtertitle{
    color:#008E5B;
    text-align: center;
    font-size: 1rem;
    font-family: 'Lemon Milk' !important;
    text-transform: uppercase;

}
.filter-product form .filters h4 {
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 0.4dvh;
    text-decoration: underline;
    display: flex;
}

.filter-product form .filters input {
    appearance: none;
    /* Elimina los estilos nativos del checkbox */
    -webkit-appearance: none;
    /* Para navegadores basados en Webkit */
    -moz-appearance: none;
    /* Para navegadores basados en Gecko */

    border-radius: 50%;
    /* Forma circular */
    border: 2px solid black;
    background-color: white;
    /* Borde del checkbox */
    cursor: pointer;
    /* Cambia el cursor al pasar sobre el checkbox */
    width: 11%;
    height: 2.3dvh;
    margin-right: 5%;
    margin-left: 0.2vw;
    margin-top: 0.4dvh;
}

.filter-product form .filters input:checked {
    background-color: #3caa41;
    /* Cambia el color de fondo cuando está marcado */
}

.filter-product form .filters label {
    font-size: 15px;
}

.products2 {
    display: flex;
    flex-wrap: wrap;
    float: right;
    position: relative;
    width: 65%;
    right: 10%;
    top: 10%;
    margin-top: 2%;
    padding-bottom: 10dvh;
}

.divProduct {
    cursor: pointer;
    width: 31.333%;
    background-color: #ffffff;
    margin: 1%;
    padding: 1%;
    border-radius: 5%;
    float: left;
    border: 1px solid rgba(49, 170, 71, 1);
}

#products2-18 .divProduct {
    cursor: pointer;
    width: 31.333%;
    margin: 1%;
    padding: 1%;
    border-radius: calc(1dvh + 1dvw);
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px;
    min-height: 15dvh;
    max-height: 30dvh;
}

#products2-18 .divProduct div {
    cursor: pointer;
    max-width: 90%;
    min-width: 70%;
    margin: auto;
    height: auto;
    border-radius: 5%;
    background: rgba(0, 0, 0, 0.363);   
    backdrop-filter: blur(10px);
    margin-top: 5%;
}
#products2-18 .divProduct div h2 {
    text-align: center;
    color: white;
    font-family: 'Centuri Gothic', sans-serif;
    font-size: calc(1.2vh + 1.2vw) ;
}

.divProduct div {
    height: 6dvh;
    width: 100%;
    text-align: left;
    background-color: white;
}


.divProduct div img {
    height: 100%;
    max-width: 100%;
}


.divProduct p {
    margin: 0px;
    margin-top: 5%;
    /* font-size: 15px; */
    color: rgba(107, 107, 106, 1);
    line-height: calc(0 + 1);
}

.titleProduct{
    display: none;
    font-weight: bold;
    font-family: 'Lemon Milk';
    font-size: calc(0.8vh + 0.7vw) ;
    padding-bottom: 1%;
    padding-top: 1%;
}

.ProveedorImg {
        height: 4dvh;
}

.proveedor{
    width: 40%;
    position: relative;
    height: auto;
    margin-bottom: 1.5dvh;
}

.textProduct {
    font-size: calc(0.5vh + 0.6vw);
    overflow: hidden;
    height: 7dvh;
}


.divProduct a {
    font-size: calc(0.9vh + 0.6vw);
    color: rgba(104, 175, 89, 1) !important;
    text-decoration: underline !important;
    font-weight: bold;
}

#products2-18 {
    height: 60dvh;

}

.productsmmaq {
    overflow: auto;
    position: fixed;
    height: 40dvh;
    padding: 1% 14%;
    width: 100%;
    left: 0%;
    top: 40%;

}

.products15 {
    height: 68%;
}

.banner-mavuno {
    position: absolute;
    bottom: 0.8%;
    background-image: url(../img/banner\ mavuno.png);
    background-size: contain;
    background-position: center;
    width: 100%;
    background-size: 100%;
    height: 30%;
    z-index: 1002;
    background-repeat: no-repeat;

}

#fatherProductModal {
    position: relative;
}

#myCarouselProduct {
    width: 40%;
    float: right;
    position: relative;
    height: auto;
    top: -8dvh;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%) !important;
}

.logoImg{
    height: 80%;
    max-width: 100%;
}

.divLogo{
    width: 10vw;
}

#fatherProductModal {
    margin: 5%;
}

#infoProduct {
    width: 100%;
    padding: 2% 2%;
    float: right;
    margin-top: 3%;
    margin-bottom: 2%;
}

#infoProduct h5 {
    display: none;
    color: rgba(49, 170, 71, 1);
    font-size: calc(0.8vh + 0.8vw);
}

#infoProductDesc {
    color: rgba(111, 109, 96, 1);
    text-align: justify;
    font-size: calc(0.63vh + 0.63vw);
    line-height: calc(0.7vh + 0.7vw);
}

#infoProductAmount{
    color: rgba(55, 130, 82, 1);   
    font-size: calc(0.63vh + 0.63vw);
    line-height: calc(0.8vh + 0.8vw);
    font-weight: bold;
    margin-bottom: 0%;
    max-width: 25vw;
}

#infoProduct .filtersProduct {
    color: rgba(55, 130, 82, 1);
    font-size: calc(0.63vh + 0.63vw);
    line-height: calc(0.8vh + 0.8vw);
    font-weight: bold;
    max-width: 25vw;
}

#infoProduct .DocProducts {
    color: rgba(49, 170, 71, 1);
    font-size: calc(0.63vh + 0.63vw);
    line-height: calc(0.7vh + 0.7vw);
    font-weight: bold;
    max-width: 25vw;
}

.ContentFiles {
    width: 100%;
    display: inline-flex;
    margin: 0.5% 1%;
}

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

.ContentFile {
    width: 90%;
}

.ContentFileDoc {
    width: 60%;
}

.selectFile{
    width: 30%;
}

.DocProductsFicha{
    background: rgb(12, 189, 105);
    color:white;
    text-decoration: none;
    border: none;
    font-weight: bold;
}  
.DocProductsFicha:hover {
    color: #fff;
    background-color: rgb(12, 189, 105);
    border-color: rgb(12, 189, 105);
}

.DocProductsHoja{
    background: rgb(151, 193, 123);
    color:rgb(23, 167, 102) ;
    font-weight: bold;
    text-decoration: none;
    margin-left: 0.5vw;
    border: none;
}
.DocProductsHoja:hover {
    color: #fff;
    background-color: rgb(12, 189, 105);
    border-color: rgb(12, 189, 105);
}

.ContentFile a {
    color: #002907;
    font-size: calc(0.7vh + 0.7vw);
}

.ContentFileDoc a {
    color: #002907;
    font-size: calc(0.7vh + 0.7vw);
}

.ContentFileActions {
    width: 10%;
}

.ContentFileActions button {
    height: 100%;
    background-color: rgb(223, 0, 0) !important;
    transition: 0.3s;
}

.ContentFileActions button:hover {
    transition: 0.3s;
    background-color: rgb(184, 89, 0) !important;
}

.filterLine{
    width: 100%;
    border-top: 0.3vh solid rgba(166, 202, 86, 1);
    width: 80% !important;
    margin-top: 2dvh;
    margin-left: 10% !important;
    border-top-width: 2px;
    border-top-color: rgb(28, 34, 14);
    font-weight: bold;
    padding-top: 1dvh;
    color: black;
    text-align: center;
    font-size: 15px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Josefin+Slab|Arvo|Lato|Vollkorn|Abril+Fatface|Old+Standard+TT|Droid+Sans|Lobster|Inconsolata|Montserrat|Playfair+Display|Karla|Alegreya|Libre+Baskerville|Merriweather|Lora|Archivo+Narrow|Neuton|Signika|Questrial|Fjalla+One|Bitter|Varela+Round);

.background {
    pointer-events: all;
}

.map-layer {
    fill: #fff;
    stroke: #aaa;
}

#map-container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: fixed;
    left: 0%;
    top: 0%;

}

.filters h4{
    text-align: center;

}

.filters{
    border: 0.3vh solid rgb(0, 142, 91);
    border-radius: 2dvh;
    padding: 0.2dvh;
    margin-top: 2%;
    border-width: 2px;
    border-color: rgb(0, 142, 91);
    max-height: 30dvh;
    overflow: auto;
}

.filters::-webkit-scrollbar {
    width: 0.3vw;
}

.filters::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    /* Color del thumb (el control deslizante) */
    border-radius: 0.2vw;
    /* Radio de borde del thumb */
}


.filterCla {
    border-width: 0px;
}


#inlineFrameExample {
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    /* Ajusta el ancho del mapa al 100% del contenedor */
    height: 100%;
    /* Ajusta la altura del mapa al 100% del contenedor */
}

.effect-layer {
    pointer-events: none;
}

text {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 300;
}

text.big-text {
    font-size: 30px;
    font-weight: 400;
}

.effect-layer text,
text.dummy-text {
    font-size: 12px;
}


.hide {
    display: none !important;
    height: 0px;
}

.bgWorkUs {
    width: 33.33333333333333%;
    height: 100%;
    position: relative;
    float: left;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-a {
    background: url(../img/trabaja\ con\ nostros\ 1.png);
}

.bg-b {
    background: url(../img/Trabaja\ con\ nosotros\ 2.png);
}

.bg-c {
    background: url(../img/Trabaja\ con\ nosotros\ 3.png);
}

.workUs {
    position: fixed;
    display: block;
    bottom: 16%;
    left: 16%;
    width: 68%;
    height: 38%;
}

.workUsdv-2 {
    height: 20%;
    position: relative;
    text-align: center;
    width: 100%;
}

.workUsdv-2 img {
    float: right;
    height: 100%;
}

.workUsdv-2-title {
    padding: 1.3%;
    margin: 0px;
    font-size: calc((0.5vw + 0.5vh) + 0.9em);
    font-family: 'Lemon Milk Bold';
}

.workUsdv-2 div {
    float: right;
    width: 53%;
    height: 80%;
    margin-top: 0.5%;
    border-radius: 1em;
    backdrop-filter: blur(4px);
    background: rgba(82, 82, 82, 0.596);
}


.workUsdv-1 {
    height: auto;
    position: relative;
    text-align: center;
    background: rgba(82, 82, 82, 0.596);
    padding: 0.2%;
    border-radius: 1em;
    background-image: url(../img/fondoTrabacaNosotros.png);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    backdrop-filter: blur(4px);

}

.workUsdv-1 img {
    width: 7%;
}

.alerta {
    position: fixed;
    top: 1%;
    left: 1%;
    padding: 1% 1%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999999;
    border-bottom-right-radius: 2rem;
}

.alerta p {
    font-size: 20px;
}

.workUsdv-1 h4 {
    margin-bottom: 0px;
    font-family: 'Century Gothic Bold';
}
.imagensede {
    width: 16%;
   position: fixed;
left: 60.5%;
top: 73.7%;
height: 24%;
}
.department-info {
    float: left;
    position: fixed;
    width: 30%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 54%;
    top: 42%;
    z-index: 999;
    height: 57%;
    color: #FFFFFF;
    border-radius: 10px;
    font-family: 'Century Gothic';
    color: white;
    

}

#closemenu{
    display: none;
}
@media (min-width: 768px) {
  #imglogo {
    display: inline-block;
  }
  #imglogo1 {
    display: none;
  }
}
@media (max-width: 1800px) {
    .tm-section {
        margin-right: auto;
        position: fixed;
        left: 0%;
        /* bottom: 10%; */
        width: 100%;
        height: 100dvh;
    }
     .boximg {
    top: 0%;
    margin-left: 30%;

}
}
@media (max-width: 1585px) and (min-height: 833px){
     .boximg {
    top: 21%;
    margin-left: 27%;

}
}
@media screen and (max-width: 400px) {
    .policy {
       
        margin-top: 112%;
        
    }
}
@media screen and (max-width: 390px) and (max-height: 780px) {
    .policy {
       
        margin-top: 112%;
        
    }
}
/* @media (max-height: 600px) {
    .policy {
       
        margin-top: 112%;
        
    }
} */

@media (max-width: 1724px) {
    .tm-nav-fa-icon {
        margin-right: 25px;
    }

    .tm-main-nav a {
        padding-right: 10px;
        /* text-decoration: underline; */
    }

    .tm-content {
        padding: 50px 5%;
    }
}

@media (max-width: 1300px) {
    .box1, .box2 , .box3	h3{
        font-size: 100%;
    }
    .box1 h3{
        font-size: 100%;
    }
    .box2 h3{
        font-size: 100%;
    }
    .box4 h3{
        font-size: 100%;
    }
    .imagensede {
        width: 16%;
       position: fixed;
    left: 60.5%;
    top: 73.7%;
    height: 24%;
    }
    .department-info {
        float: left;
        position: fixed;
        width: 30%;
        background-color: rgba(0, 0, 0, 0.6);
        left: 54%;
        top: 42%;
        z-index: 999;
        height: 57%;
        color: #FFFFFF;
        border-radius: 10px;
        font-family: 'Century Gothic';
        color: white;
        
    
    }
    .boximg {
 
    top: 15%;
    margin-left: 21%;
}
}
@media (max-width: 1400px) {
    .box1 h3{
        font-size: 100%;
    }
    .mision {
        
        bottom: 12.5%;
        right: -1%;
       
    }
    .imagensede {
        width: 16%;
       position: fixed;
    left: 60.5%;
    top: 73.7%;
    height: 24%;
    }
    #map-container {
        width: 100%;
        margin: 0 auto;
        height: 100dvh;
        position: fixed;
        left: 0%;
        top: -10%;
    }
    .box2 h3{
        font-size: 100%;
    }
    .box4 h3{
        font-size: 100%;
    }
    .tm-main-nav {
        font-size: 1.4rem;
    }
    .box1 h3{
        font-size: 100%;
    }
    .box1, .box2 , .box3	h3{
        font-size: 100%;
    }
.box1, .box2 ,.box3	h3{
    font-size: 100%;
}
    .tm-main-nav a {
        padding-right: 10px;
    }

    .tm-nav-fa-icon {
        margin-right: 25px;
    }


    .sec1 p {
        font-size: 0.43em;
    }

    .conocenos {
        position: fixed;
        color: white;
        /* background-color: rgba(0,0,0,0.25); */
        width: 75%;
        overflow: hidden;
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
        height: 100dvh;
        margin-left: 12.5%;
        bottom: 0px;
    }

    .parrafo-conocenos {
        backdrop-filter: blur(10px);
        position: relative;
        top: 9%;
        background-color: rgba(73, 71, 69, 0.6);
        color: white;
        height: auto;
        background-image: url(../img/fondo-suelo-blanco.png);
        font-size: medium;
        border-radius: 12px;
        font-family: 'Century Gothic', sans-serif;
        font-size: 22px;
        padding-bottom: 1%;
        text-align: justify;
        line-height: 27px;
    }

    .parrafo-conocenos p {
        color: white;
        font-size: 15px;
        padding-left: 2%;
        padding-right: 2%;
        text-align: justify;
        line-height: 1.1;
        font-family: 'Century Gothic', sans-serif;
    }

    .img-conocenos {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 30dvh;
        position: relative;
        /* bottom: -15%; */
        /* background-color: #31aa47; */
        top: 14%;
    }

    .img-conocenos img {
        /* width: 35%; */
        border-radius: 10px;
        height: 200px;
    }

    .title-conocenos {

        font-size: 27px;
        font-family: 'Lemon Milk';
    }

    .img-conocenos a {

        font-size: 27px;

    }

    .title-vision {

        top: 12%;
        font-size: 24px;
        font-family: 'Lemon Milk';

    }

    .politica {

        top: 15%;
        font-size: 15px;

    }
    .politica1 {

        top: 22%;
        font-size: 15px;

    }
    .politica2 {

        top: 29%;
        font-size: 15px;

    }

    .vision {

        top: -3%;
        background-color: rgba(0, 139, 58, 0.6);
        font-size: 24px;

    }
    .vision h3{
        font-size: 24px;
    }
    .mision1 h3{
        font-size: 24px;
    }


    .parrafo-vision{
        top: -1%;
        padding-top: 1%;
    }
    .parrafo-vision p {

        font-size: 1rem;
        text-align: center;
        margin-bottom: 0;
    }

    .parrafo-mision p {

        font-size: 1rem;
        text-align: center;
        margin-bottom: 0;
    }
    .foto-mision{
        width: 43%;
    }
    .mision1{
        top: -5%;
    }
    .mision h3{
        font-size: 24px;
    }
    .parrafo-mision{
        top: 0%;
        padding-top: 1%;
        padding-bottom: 1%;
    }
    .popup-content {

        top: 45%;
        padding: 18px;
        border-radius: 5px;
        max-width: 100%;

    }

    .popup-content h3 {

        font-size: 17px;
    }

    .popup-content h4 {

        font-size: 15px;

    }

    .popup-content p {

        font-size: 88%;

    }
    .boximg {
    top: 15%;
    margin-left: 21%;

}

.boximg img{
         width: 150px;
         height: 150px;
    border-radius: 50%;
 
}

}
@media (max-width: 1440px) and (min-height: 788px){
     .boximg {
    top: 19%;
    margin-left: 24%;

}
}
@media (max-width: 1512px) and (min-height: 751px){
     .boximg {
    top: 19%;
    margin-left: 24.5%;

}
}

@media (max-width: 1340px) {
    .tm-content {
        padding: 50px;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .col-md-6.tm-contact-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 1723px) and (min-height: 889px) {
    .boximg
 {
        top: 22%;
        margin-left: 28%;
    }
}

@media (max-width: 991px) {

    /*  Nav toggle
        https://www.youtube.com/watch?v=uyT3NSHhke8
    */

    .tm-main-row {
        position: relative;
    }

    #tmMainNavToggle {
        display: block;
        position: absolute;
        right: -60px;
        top: 0;
    }

    .menu-icon {
        padding: 10px 15px;
        background: #000000c4;
        border: 1px solid;
        color: #33ccff;
        cursor: pointer;
        margin-top: 4px;
        margin-left: 4px;
        border-radius: 5px;
        width: 60px;
        height: 50px;
        z-index: 1001;
    }

    #tmSideBar {

        width: 300px;
        position: fixed;
        height: auto;
        transition: all .3s ease-in-out;
        -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;
    }

    #tmSideBar.show {
        right: 0;
    }
    #dropDownBar{
        top: 10%;
        right: 10%;
        /* width: 534.766px;*/
    }
    .img-conocenos {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 30dvh;
        position: relative;
        /* bottom: -15%; */
        /* background-color: #31aa47; */
        top: 14%;
        flex-direction: column;
        align-content: center;
    }
    .mision {
        bottom: 9%;
        right: -1%;
    }
    #cameragalery {
        position: fixed !important;
        bottom: -12%;
        width: 14%;
        /* left: 46%; */
    }
    #logogalery {
        position: fixed !important;
        bottom: -30%;
        width: 23%;
        left: 40.5%;
    }
    #anterior {
        background-image: url(../img/left.png);
        background-repeat: no-repeat;
        height: 70px;
        width: 80px;
        background-size: 50px 50px;
        background-position: center;
        background-color: transparent !important;
        /* margin-left: 32%; */
    }
    #cerrarGaleria {
        background-image: url(../img/close.png);
        background-repeat: no-repeat;
        height: 10%;
        width: 5%;
        background-size: 100% 100%;
        background-position: center;
        background-color: transparent !important;
        position: fixed;
        top: -4%;
        left: 101%;
    }
    .observablehq {
        margin-top: 25%;
        margin-left: -14%;
    }

    .sidebar {
        background: rgba(0, 0, 0, 0.6);
        padding: 20px;
    }

    .tm-main-nav a {
        padding-bottom: 20px;
        /* margin: 20px 0 25px 0; */
    }

    .tm-section {
        margin-left: auto;
        overflow: scroll;
    }

    .tm-section-carousel {
        max-width: 1800px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tm-content {
        padding: 50px 30px;
    }
}

@media (max-width: 640px) {
    .tm-section-carousel {
        max-width: 100%;
        padding-bottom: 50px;
    }
}

@media (max-width: 600px) {


    #imglogo img {
    width: 25vw;
}
    #products2-18 .divProduct {
        cursor: pointer;
        width: 80%;
        margin: 2% 10% ;
        padding: 1%;
        border-radius: calc(1dvh + 1dvw);
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        border: 0px;
        min-height: 7dvh;
        max-height: 20dvh;
    }

    ul {
        margin: 0;
        padding: 0;
        margin: 1% 1%;
        margin-bottom: 60%;
    }
    .vision-general {
            /* position: fixed; */
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;
    /* background-color: rgba(0, 0, 0, 0.25); */
    width: 90%;
    overflow: hidden;
    /* display: flex
; */
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 100%;
    margin-left: 5%;
    bottom: 0px;
    gap: 2px;
    }

    #fatherProductModal #whatsmobile{
        bottom: 14%;
        right: 7%;
        width: 80%;
        left: 10%;
    }
    .pqrs-mobile{
        display: block;
        backdrop-filter: blur(calc((0.1vw + 0.1vh)));
        overflow: hidden;
        font-size: calc((1vw + 1vh) + 0.3em);
        width: fit-content;
        height: fit-content;
        background: #07670B3D;
        border: solid #5BAB31 calc(0.03vw + 0.03vh);
        border-radius: calc(1vw + 1vh);
        right: 7vw;
        top: 1dvh;
        position: fixed;
        padding: 1% 1%;
        text-align: justify;
        font-family: 'Lemon Milk';
        z-index: 2000;
    }
    .pqrs-mobile img{
        height: 6dvh;
    }
    .slide img{
        height: 100%;
    }
    #pqrs{
        display: none;
    }
    
  
    /* #tmNavLink11{
        display: none;
    } */
    #map-container {
     display: none;
    
    }
    #closemenu{
        display: block;
        position: absolute;
        /* margin-bottom: 22%; */
        left: 47%;
        /* top: 89%; */
        color: white;
        font-size: 200%;
        display: block;
        bottom: 10%;
    }
    
    .mision{
        position: relative;
        top: -25%;
    }
    .slide img{
        object-fit:cover;
        object-position: 45%;
    }
    .slider{
        display: block;
        background-image: url(../img/Fondo-8.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 50dvh;
        z-index: 9;
        position: fixed;
        top: 0%;
    }
    #busqueda{
        display: none;
    }
    .slide {
        width: 100%;
        height: 50%;
        position: fixed;
        opacity: 0;
        transition: opacity 0.6s ease-in-out;
    }
    .contenido-modalgalery {
        position: fixed;
        top: 53%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: transparent;
        padding: 20px;
        border-radius: 15px;
        width: 100%;
        height: auto;
    }
    #cameragalery {
        position: fixed !important;
        bottom: 6%;
        width: 14%;
        /* left: 43%; */
    }
    #logogalery {
       display: none;
    }
    .misionmobilefoto{
        display: block;
        display: flex;
        justify-content: center;
        margin-top: 30%;
    }
    
    #cerrarGaleria {
        background-image: url(../img/close.png);
        background-repeat: no-repeat;
        height: 10%;
        width: 5%;
        background-size: 100% 100%;
        background-position: center;
        background-color: transparent !important;
        position: fixed;
        top: -10%;
        left: 4%;
    }
    

    #anterior {
        background-image: url(../img/left.png);
        background-repeat: no-repeat;
        height: 70px;
        width: 80px;
        background-size: 50px 50px;
        background-position: center;
        background-color: transparent !important;
        /* margin-left: 27%; */
    }
    #dropDownBar {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../img/fondomenu.png);
        background-repeat: no-repeat;
        background-position: center;
        backdrop-filter: blur(10px);

    }
    .backgroundmobile{
        display: none;
        background-image: url(../img/Fondo-8.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 50dvh;

      }
    .popup-content {
        top: 46%;
        padding: 15px;
        border-radius: 10px;
        max-width: 100%;
        width: 95%;
    }
    .popup-content p {
        font-size: 80%;
    }

    .workUsdv-2-title {
        padding: 1.3%;
        margin: 0px;
        font-size: calc((0.3vw + 0.2vh) + 0.7em);
        font-family: 'Lemon Milk';
    }
    .workUsdv-1 p {
        text-transform: none;
        font-size: 100%;
        line-height: 20px;
    }
    .workUsdv-1 h4 {
        text-transform: none;
        font-size: 100%;
        font-weight: lighter;
    }
        .boximg {
        top: -13%;
        margin-left: 70%;
    }
        .boximg img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
        .box1 h3 {
        text-align: left;
        font-size: 10px;
        margin-left: 10%;
        margin-right: 29%;
        /* margin-bottom: 44%; */
        margin-top: 8%;
    }

    #logomenuimg {
        width: 31%;
        display: block;
        left: 34%;
        position: fixed;
        bottom: 15%;
    }
    .parrafo-mision p {
        font-size: 1rem;
        text-align: center;
        font-family: 'Century Gothic';
        line-height: 1;
    }
    .parrafo-mision h4 {
        display: block;
        text-align: center;
        text-transform: capitalize;
        font-family: 'Lemon Milk';
        font-size: 1rem;
        line-height: 1;

    }
    .parrafo-vision h4 {
        display: block;
        text-align: center;
        text-transform: capitalize;
        font-family: 'Lemon Milk';
        font-size: 1rem;
        line-height: 1;

    }
    .politica a {
        padding-bottom: 2.5%;
        margin: 1px 1px 4px 1px;
        margin-top: 0%;
        padding-top: 1.5%;
        text-decoration: underline;
        font-size: 1rem;
    }
    .parrafo-mision {
        position: fixed;
        top: 21%;
        left: 5%;
        background-color: rgba(73, 71, 69, 0.6);
        color: white;
        height: auto;
        background-image: url(../img/fondo-suelo-blanco.png);
        font-size: medium;
        border-radius: 12px;
        font-size: 5px;
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 2%;
        width: 90%;
        background-size: cover;
    }
    .parrafo-vision {
        position: fixed;
        top: 49%;
        background-color: rgba(73, 71, 69, 0.6);
        color: white;
        height: auto;
        background-image: url(../img/fondo-suelo-blanco.png);
        font-size: medium;
        border-radius: 12px;
        font-size: 5px;
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 2%;
        width: 90%;
        background-size: cover;
    }
    .policy{
        background-color: rgba(0, 139, 58, 0.6);
        height: 13%;
        position: relative;
        /* margin-bottom: -35%; */
        width: 100%;
        margin-top: 120%;
        line-height: 25px;
    }

    .foto-mision img{
        display: none;
    }
    .popup-content1 img {
      
        bottom: 0%;
       
    }
    .politica {
        top: 15%;
        position: relative;
        margin-left: 5%;
        left: 0%;
        width: 100%;
        line-height: 0px;
        height: 2.5%;
        font-family: 'Century Gothic';
        font-size: 10px;
        padding-bottom: 0%;
        padding-top: 0%;
        background-color: transparent;
        text-decoration: underline;
    }
    .politica1 {
        top: 7%;
        position: relative;
        margin-left: 5%;
        left: 0%;
        width: 100%;
        line-height: 0px;
        height: 2.5%;
        font-family: 'Century Gothic';
        font-size: 10px;
        padding-bottom: 0%;
        padding-top: 0%;
        background-color: transparent;
        text-decoration: underline;


    }
    .politica2 {
        top: 6%;
        position: relative;
        margin-left: 5%;
        left: 0%;
        width: 100%;
        line-height: 0px;
        height: 2.5%;
        font-family: 'Century Gothic';
        font-size: 10px;
        padding-bottom: 0%;
        padding-top: 0%;
        background-color: transparent;
        text-decoration: underline;


    }
    .title-vision {
        top: 12%;
        text-align: center;
        font-size: 1rem;
        padding-left: 16%;
        padding-right: 16%;
        padding-top: 1%;
        padding-bottom: 1%;
        font-family: 'Lemon Milk';
    }
    .parrafo-vision p {
        font-size: 1rem;
        text-align: center;
        font-family: 'Century Gothic';
        margin-bottom: 0;
        line-height: 1;

    }

    .tm-contact-box-pad {
        padding: 30px 25px;
    }


    .footer-link {
        margin: 0 auto;
        width: 100%;
        height: 50%;
        display: flow;
        background-size: 900%;
    }

    .sidebar {

        right: 0%;
        width: 100%;
        border-radius: 0%;
    }
    #tm-section-1 {
        background-image: url(../img/Fondo-1vacas.png)!important;
        background-size: cover!important;
        background-position: center!important;
    }

    #tmSideBar {
        width: 100%;
        position: fixed;
        height: 10%;
        bottom: 0%;
        min-height: 10%;
        left: 0%;
        z-index: 1000;

    }

    #imgporta {
        display: none;
    }

    .portafolio,
    .comercial,
    .contactanos {
        width: 80%;
        text-align: center;
        border: 1px solid greenyellow;
        height: 15%;
        background-size: 100%;
        margin-top: 12px;
        margin-left: 10%;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.3);

    }

    .whatsapp {
        width: 80%;
        text-align: center;
        border: 1px solid greenyellow;
        height: 15%;
        background-size: 100%;
        margin-top: 12px;
        margin-left: 10%;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .portafolio img {
        width: 15%;
        /* position: fixed; */
        /* top: 5.7%; */
        /* left: 15%; */
        margin-top: 5%;
        margin-left: 5%;
    }
.containertitlemen{
    width: 95%;
    text-align: center;
    margin-left: 5%;
}
    .comercial img {
        width: 10%;
        /* position: fixed; */
        /* top: 5.7%; */
        /* left: 15%; */
        margin-top: 3%;
        margin-left: 6%;
    }

    
        .contactanos img {
            width: 15%;
            /* position: fixed; */
            /* top: 5.7%; */
            /* left: 15%; */
            margin-top: 2%;
            margin-left: 5%;
        }

    .whatsapp img {
        width: 17%;
        /* position: fixed; */
        /* top: 5.7%; */
        /* left: 15%; */
        margin-top: 3%;
        margin-left: 5%;
    }
    .tm-main-nav a {
        padding-bottom: 0px;
        /* margin: 20px 0 25px 0; */
    }
    .workUsdv-1 img {
        width: 20%;
    }
    .popup-content img {
       display: none;
    }
    .texcel {
        width: 83%;
        left: 0%;
        position: relative;
        margin-top: 3%; 
        margin-left: 0%;
        font-family: 'Lemon Milk';
    }
    #m3{
        left: 5%;
    }

    .tm-main-nav {
        background: none;
    }

    #nuestro {
        display: none;
    }

    #nuestromovil {
        display: flex;
        justify-content: space-between;
        /* position: relative; */
        font-size: 17px;
        text-align: center;

    }
    #nuestromovil2 {
        display: flex;
        justify-content: space-between;
        /* position: relative; */
        font-size: 17px;
        text-align: center;
        left: 7%;

    }
    #nuestromovil1 {
            display: flex;
            justify-content: space-between;
            position: relative;
            font-size: 17px;
            text-align: center;
            margin-top: -14%;
            margin-left: 16%;
            text-decoration: underline;
    }

    #nuestromovil img {
        width: 50%;
    }

    .whocel img {
        width: 20%;

    }
  

    #imgFlag {
        position: fixed;
        top: -900%;
        right: -30%;
        width: 50%;
        display: none;
    }

    #imgFlag img {
        display: none;
        height: 3dvh;
    }

    #imgFlagMob {
        
            position: fixed;
            top: 0%;
            right: 0;
            width: 100%;
            display: block;
            z-index: 999;
        

    }

    #imgFlagMob img {

        height: 1.3dvh;
        top: -900%;
        position: fixed;
        width: 100%;
        left: 0%;

    }

    #whatsappmobile {
        display: flex;
    }

    .searchMenu {
        display: none;
    }

    .sec1 {

        width: 75%;
        left: 12.5%;
        top: 8%;
        position: fixed;
        padding: 2% 5%;
        text-align: justify;
        z-index: 999;
    }

    .sec1 p {
        line-height: 20px;
        font-family: 'Century Gothic', sans-serif;
    }

    .sec2 {

        left: 20%;
        width: 60%;
        bottom: 55%;
        z-index: 999;

    }

    #country {
        width: 100%;
        height: 62dvh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 2%;
        gap: 3px;
        position: fixed;
        flex-direction: column;
        font-family: 'Century Gothic Bold', sans-serif;
        font-weight: 700;
        background-image: url(../img/fondo-suelo-verde\ copia.png);
        background-repeat: no-repeat;
        background-position: 90%;
        background-size: 200%;


    }

    #country h2 {
        background-color: rgba(63, 63, 63, 0.7);
        border-radius: 12px;
        padding: 10px;
        width: 95%;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        backdrop-filter: blur(6px);
        font-family: 'Century Gothic Bold', sans-serif;
        letter-spacing: 1px;
        margin-top: 4%;



    }
    .mision{
        top: 10%;
        position: relative;
    }
    #red1,
    #red2,
    #red3,
    #red4,
    #red5,
    #red6,
    #red7,
    #red8,
    #red9 {

        background-color: rgba(63, 63, 63, 0.7);
        border-radius: 12px;
        padding: 10px;
        width: 80%;
        text-align: center;
        font-family: 'Century Gothic Bold', sans-serif;
        font-weight: 700;
        backdrop-filter: blur(6px);
        letter-spacing: 1px;



    }


    #whatsapp {
        display: flex;
    }

    #whatsapp-icon {
        display: none;
    }

    #user-add {
        display: none;
    }

    #facebook {
        display: none;
    }
    #youtube {
        display: none;
    }
    #linkedin {
        display: none;
    }

    #instagram {
        display: none;
    }
    #whatsapp-iconM {
        display: inline-block;
    }
   
        .social-iconsm {
            position: absolute;
            top: 0%;
            display: flex;
            gap: 10px;
            list-style: none;
            padding: 0;
            margin: 0;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin-left: 0%;
            /* padding: 10px; */
            
        }
        
        .social-iconsm span {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .social-iconsm a {
            text-decoration: none; 
            color: inherit; 
            font-size: 35px; 
        }

    

    #facebookM {
        display: inline-block;
    }
    #youtubeM {
        display: inline-block;
    }
    #linkedinM {
        display: inline-block;
    }

    #instagramM {
        display: inline-block;
    }
    .banner-mavuno {
        position: absolute;
        bottom: 0.8%;
        background-image: url(../img/Banner-Mavunoresponsive.png);
        background-size: contain;
        background-position: center;
        width: 100%;
        background-size: 170%;
        height: 30%;
        z-index: 1002;
        background-repeat: no-repeat;
    }
    
    

    #loader img {
        width: 70%;
        left: 15%;
        top: 40%;
    }

    #imglogo1 img {
        display: inline-block;
        width: 11%;
        margin-left: 0%;
        padding-left: 0%;
        position: fixed;
        left: 1.5%;
        bottom: 19%;
    }
   /* #imglogo img {
        display: none;
    } */
    /* #dropDownBar {
               position: fixed;
        bottom: 24%;
        width: 100%;
        left: 0%;
        padding: 0px;
    } */

    #tmMainNav {
        position: fixed;
        bottom: 0%;
        width: 100%;
        left: 0%;
        padding: 0px;
        top:10%;
        /* height: 100%; */
    }

    .catalogo {
        display: flow;
        left: 0%;
        margin-top: 4%;
        height: 90dvh;

    }

    .catalogo1 {
        height: 20%;
        width: 100%;
        left: 0%;
        background-image: url(../img/imagen1cle.png);
        position: relative;
    }

    .catalogo2 {
        height: 20%;
        width: 100%;
        left: 0%;
        background-image: url(../img/imagen2cle.png);
        position: relative;
        background-repeat: no-repeat;
        background-position-y: 10% ;

    }

    .catalogo4 {
        height: 20%;
        width: 100%;
        left: 0%;
        background-image: url(../img/imagen3cle.png);
        position: relative;


    }
        .catalogo5 {
        height: 20%;
        width: 100%;
        left: 0%;
        background-image: url(../img/BIO.jpg);
        position: relative;

        
    }
        .catalogo6 {
        height: 20%;
        width: 100%;
        left: 0%;
        background-image: url(../img/Imagen_planes_de_uso.jpg);
        position: relative;

        
    }

    .catalogo3 {
        display: none;
    }

    #tm-section-2 {
        width: 100%;
        overflow: scroll;
    }

    .footer2 {

        top: 1.2%;
        height: 6%;
        width: 300%;
        left: 0%;
        right: 0%;
        position: fixed;
        display: none;
    }

    #footercat{
        display: none;
    }

    .box4 {
        width: 75%;
        position: relative;
        float: center;
        top: 53%;
        /* right: 12.5%; */
        border-radius: 10px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .box1,
    .box2,
    .box3 {
        width: 75%;
        position: relative;
        float: center;
        top: 25%;
        /* right: 12.5%; */
        border-radius: 10px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
    }

   
    

    .box2 h3 {
        text-align: center;
        font-size: 23px;

    }

    .box3 h3 {
        text-align: center;
        font-size: 23px;

    }

    .box4 h3 {
        text-align: center;
        font-size: 23px;

    }

    .conocenos {

        width: 100%;
        display: flow;
        height: 100%;
        left: 0%;
        margin-left: 0%;
        overflow: auto;
    }

    #tmNavLink2,
    #tmNavLink3,
    #tmNavLink4,
    #tmNavLink13,
    #tmNavLink5,
    #tmNavLink6,
    #tmNavLink7,
    #tmNavLink8,
    #tmNavLink9,
    #tmNavLink12,
    #tmNavLink10 {
        text-decoration: none;
        border: 2px solid #A6CA56;
        border-radius: 15px;
        width: fit-content;
        align-items: center;
        text-transform: uppercase;
        /* height: 10%; */
        font-size: 16px;
        /* left: 10%; */
        margin: 0 auto;
        color: white;
        padding: 7px;
        font-weight: bolder;
        text-align: center;

    }

    .tm-main-nav li {
        padding: 1.4%;
    }

    nav a i {
        display: none;
    }

    .title-conocenos {
        width: 90%;
        margin-left: 5%;
        text-align: center;
        top: 15%;
        font-family: 'Lemon Milk';

    }

    .parrafo-conocenos {
        top: 12%;
        width: 90%;
        margin-left: 5%;
    }

    .parrafo-conocenos p {

        font-size: 18px;
        padding-left: 9%;
        padding-right: 9%;
        padding-top: 4%;
        padding-bottom: 4%;
        font-weight: 400;
        line-height: 1.2;
        font-family: 'Century Gothic';
    }
    #tm-section-3 {
        
        overflow: scroll;
    } #tm-section-4 {
       
        overflow: scroll;
    } #tm-seection {
       
        overflow: scroll;
    } #tm-section-5 {
       
        overflow: scroll;
    } #tm-section-6 {
       
        overflow: scroll;
    } #tm-section-7 {
       
        overflow: scroll;
    }
    #tm-section-8 {
       
        overflow: scroll;
    }
    #tm-seection-9 {
        
        overflow: scroll;
    } #tm-section-10 {
        
        overflow: scroll;
    } #tm-section-11 {
        
        overflow: scroll;
    } 
     #tm-section-15 {
       
        overflow: scroll;
    } #tm-section-16 {
       
        overflow: scroll;
    }
    #tm-section-17 {
        
        overflow: scroll;
    }
    #tm-section-1 {
        
        overflow: scroll;
    }
    #tm-section-2 {
        
        overflow: scroll;
    }


    /* .tm-section-10 {
        height: 130%;
        overflow: scroll !important;
    } */


    .img-conocenos {
        /* display: flow; */
        align-items: center;
        width: 90%;
        top: 13%;
        left: 5%;
        flex-flow: wrap-reverse;
        margin-top: 10%;

    }

    .img-conocenos img {
        padding: 2% 2%;
        width: 100%;
    }

    .img-conocenos a {
        width: 100%;
        text-align: center;
        padding: 1% 5% 1% 15%;
        position: relative;
    }
    

    .workUs {

        bottom: 44%;
        left: 10%;
        width: 80%;
    }

    .workUsdv-2 {

        display: flex;
        flex-direction: column-reverse;
    }

    .bgWorkUs {
        width: 100%;
        height: 33.333%;
        position: relative;
        float: left;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .workUsdv-1 {
        height: auto;
        position: relative;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
        padding: 0.2%;
        border-radius: 1em;
        background-image: url(../img/fondoTrabacaNosotros.png);
        background-repeat: repeat;
        background-position: center;
        background-size: cover;
        backdrop-filter: blur(4px);
        margin-top: 12%;
    }

    .workUsdv-2 div {
        float: right;
        width: 80%;
        height: 6%;
        margin-top: 5.5%;
        border-radius: 1em;
        backdrop-filter: blur(4px);
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 17%;
        padding-top: 2%;
        letter-spacing: 0.1em;
    }

    .workUsdv-2 img {
        height: 10%;
        width: 20%;
        left: 40%;
        position: fixed;
        top: 10%;
    }

    .workUsdv-1 h4 {
        text-transform: none;
        font-size: 100%;
        font-weight: lighter;
    }

    .workUsdv-1 p {
        text-transform: none;
        font-size: 100%;
    }

   

    .title-vision {
        top: 5%;
        text-align: center;
        font-size: 20px;
        padding-left: 16%;
        padding-right: 16%;
        padding-top: 2%;
        padding-bottom: 3%;
        font-family: 'Lemon Milk';
        position: relative;
        /* margin-top: 44%*;*/


    }

   

    .parrafo-vision {
        position: fixed;
        top: 49%;
        background-color: rgba(73, 71, 69, 0.6);
        color: white;
        height: auto;
        background-image: url(../img/fondo-suelo-blanco.png);
        font-size: medium;
        border-radius: 12px;
        font-size: 5px;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 2%;
        width: 90%;
        background-size: cover;
    }

    .vision {
        display: none;
    }

   #foto2{
    display: none;
   }

    .parrafo-mision h4 {
        display: block;
        text-align: center;
        text-transform: capitalize;
        font-family: 'Century Gothic Bold';
    }

    .parrafo-vision h4 {
        display: block;
        text-align: center;
        text-transform: capitalize;
        font-family: 'Century Gothic Bold';

    }

    .parrafo-mision {
        position: fixed;
        top: 19%;
        left: 5%;
        background-color: rgba(73, 71, 69, 0.6);
        color: white;
        height: auto;
        background-image: url(../img/fondo-suelo-blanco.png);
        font-size: medium;
        border-radius: 12px;
        font-size: 5px;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 2%;
        width: 90%;
        background-size: cover;
    }

    .parrafo-mision p {
        font-size: 1.1rem;
        text-align: center;
        font-family: 'Century Gothic';
    }
   

    

    .politica a {
        padding-bottom: 2.5%;
        margin: 2px 1px 5px 1px;
        margin-top: 0%;
        padding-top: 2.5%;
        text-decoration: underline;

    }

    .divProduct {
        cursor: pointer;
        width: 46%;
        height: auto;
        /* background-color: rgba(49, 170, 71, 1); */
        margin: 2%;
        padding: 5% 3%;
        padding-bottom: 8%;
        border-radius: 5%;
        float: left;
    }

    .divProduct div {
        height: 30%;
        width: 100%;
        text-align: center;
        background-color: white;

    }

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

    /* .divProduct p {
        font-size: 15px;
    } */

    /* .divProduct a {
        font-size: 12px;
    } */

    .title-product {
        position: relative;
        top: 45%;
        background-color: rgba(0, 139, 58, 0.6);
        color: white;
        text-transform: uppercase;
        height: auto;
        font-size: large;
        border-radius: 15px;
        font-family: 'Centuri Gothic', sans-serif;
        font-weight: 600;
        font-size: 25px;
        width: fit-content;
        left: 0%;
        font-family: 'Lemon Milk';

    }

    .searchCellDiv .searchcell {
        border-width: 0px;
        display: initial !important;
    }

    .searchcell::placeholder {
        color: white !important;
        text-decoration: underline !important;
    }

    .searchCellDiv {
        padding-top: 2dvh;
        display: inherit !important;
    }


    .searchCellDiv img {
        display: inherit;
        height: 5vh !important;
        padding-top: 0px !important;
    }

    .searchCellDivStr u {
        color: rgba(95, 95, 97, 1);
    }



    .searchCellDivStr {
        padding-top: 2dvh;
        display: inline !important;
    }


    .searchCellDivStr img {
        display: inherit;
        height: 5vh !important;
        padding-top: 0px !important;
    }

    .logo-supliers2 {
        display: none;
    }

    .productsmmaq {
        overflow: auto;
        position: fixed;
        height: 66dvh;
        padding: 2% 2%;
        width: 100%;
        left: 0%;
        top: 24%;
    }

    .products14,
    .products18,
    .products1,
    .products12,
    .products13 {
        height: 23dvh;
    }

    .filter-product {
        position: fixed;
        padding: 1%;
        width: 100%;
        background-image: url(../img/fondo-suelo-blanco.png);
        background-color: rgba(1, 1, 1, 0.8);
        left: 0%;
        top: 0%;
        margin-top: 2%;
        height: 89.5%;
        z-index: 100000;
        align-items: center;
        text-align: center;
        backdrop-filter: blur(10px);
    }

    .closeCell {
        padding-top: 1dvh;
        display: inherit !important;
        margin: auto;
        width: 10vw;
        font-size: 5.5vw;
    }

    .cell {
        display: inherit;
    }
    
    .filterLine{
        width: 100%;
        border-top: 0.3vh solid rgba(166, 202, 86, 1);
        width: 80% !important;
        margin-top: 2dvh;
        margin-left: 10% !important;
        border-top-width: 2px;
        border-top-color: rgba(166, 202, 86, 1);
        font-weight: bold;
        padding-top: 1dvh;
        color: white;
    }

    .filters {
        max-height: initial;
        width: 100%;
        color: white;
        align-items: center;
        /* margin-left: 45%; */
        display: inline-grid;
        
    }

    

    .filtersEach {
        display: inline-flex;
        width: 100%;
        margin-top: 2%;
        border-top-width: 2px;
        border-top-color: rgba(166, 202, 86, 1);
    }

    .filter-product {
        overflow: auto;
    }

    .filter-product form .filters h4 {
        font-size: 15px;
        color: white;
    }

    .filter-product form .filters input {
        appearance: none;
        /* Elimina los estilos nativos del checkbox */
        -webkit-appearance: none;
        /* Para navegadores basados en Webkit */
        -moz-appearance: none;
        /* Para navegadores basados en Gecko */

        border-radius: 50%;
        /* Forma circular */
        border: 2px solid #a6ca56;
        ;
        /* Borde del checkbox */
        cursor: pointer;
        /* Cambia el cursor al pasar sobre el checkbox */
        height: 2.3dvh;
        margin-right: 5%;
        color: white;

        position: absolute;
        right: 20vw;
        width: 5vw;

    }

    .filter-product form .filters input:checked {
        background: rgb(166, 202, 86);
        background: radial-gradient(circle, rgba(166, 202, 86, 1) 73%, rgba(166, 202, 86, 0) 73%, rgba(1, 0, 36, 0) 100%);
        /* Cambia el color de fondo cuando está marcado */
    }

    .filter-product form .filters label {
        font-size: 15px;
        color: white;
        margin-left: 7%;
    }




    .filter-product form .filters {
        border: 0.3vh solid rgba(166, 202, 86, 1);
        border-radius: 2dvh;
        padding: 1dvh;
        width: 80% !important;
        margin-top: 2%;
        border-width: 2px;
        border-color: rgba(166, 202, 86, 1);

    }



    .filter-product form .filterCla {
        border: 0px !important;
    }



    .filter-product .search {
        display: inline;

    }

    .filter-product img {
        display: inline;
        height: 8dvh;
        padding-top: 1dvh;
    }

    .closeCellDiv {
        width: 80%;
        border-top: 0.3vh solid rgba(166, 202, 86, 1);
        margin: 3vh 10%;
    }

    .hideCell {
        display: none;
    }

    .products2 {
        width: 100%;
        /* right: 10%; */
        /* top: 2%; */
        margin-top: 2%;
        padding: 2% 2%;
        right: 0%;
        padding-bottom: 200px;
    }

    #tm-section-12,
    #tm-section-13,
    #tm-section-19,
    #tm-section-14,
    #tm-section-18,
    #tm-section-15 {
        padding-top: 23vh !important;
    }

    .searchcell {
        color: white;
        padding-left: 4%;
        background: #00000000;
        border-radius: 1rem;
        border-color: white;
        border-style: solid;
    }

    #modalLogo {
        display: none;
    }

    #modalBackground {
        position: fixed;
        /* background-color: rgba(0, 0, 0, 0.6); */
        /* backdrop-filter: blur(10px); */
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0);
        z-index: 9;
        backdrop-filter: blur(0px);
    }

    #modal {
        border-radius: 2%;
        position: relative;
        width: 100%;
        height: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2dvh;
        backdrop-filter: blur(10px) !important;
        background-color: rgba(0, 0, 0, 0.6);
        overflow: auto;
        background-image: url(../img/fondo-7.png);
        background-repeat: no-repeat;
        background-size: cover;
        max-height: none;
    }
 .slider{
    display: block;
    background-image: url(../img/Fondo-8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
    position: fixed;
    top: 0%;
 }

    #closeModal {
        right: 1%;
        position: fixed;
        max-height: 6%;
        padding: 1%;
        color: white;
        cursor: pointer;
    }

    .proveedor{
        margin: auto;
        width: 40vw;
    }

    .ProveedorImg{
        height: 5vh ;
    }

    #myCarouselProduct {
        margin: auto;
        width: 100%;
        /* float: left; */
        position: relative;
        /* max-height: 40dvh; */
        /* left: 10%; */
        backdrop-filter: 0px;
        background: white;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-top: 1dvh;
        padding-top: 1dvh;
        border-bottom: 0px;
        top: 0dvh;
        margin-bottom: 2dvh;
        margin-top: 0px;
    }

    .divLogo{
        padding-top: 1dvh;
        height: 10dvh;
        width: auto;
    }

    #fatherProductModal{
        background: white;
        margin-bottom: 0px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-top: 7dvh;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        z-index: 10;
        height: 100%;
        overflow: hidden;
    }
    
    .productCarrusel{
        height: auto ;
    }


    .carousel-item img {
        max-width: 100%;
        margin: auto;
    }

    #infoProduct {
        border-radius: 20px;
        background: white;
        /* margin-top: 5dvh; */
        width: 100%;
        /* padding: 2% 2%; */
        /* float: right; */
        /* margin: auto; */
        border: solid 1px green;
        border-top: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 2vh 4vw;
        padding-top: 1dvh;
        margin-top: 0px;
    }

    #infoProduct h5 {
        display: none;
        color: black;
        font-size: calc(2vh + 2vw);
    }

    #infoProductDesc {
        color: black;
        text-align: justify;
        font-size: calc(1vh + 1vw);
        line-height: calc(1vh + 0.7vw);
    }

    #infoProduct .filtersProduct {
        color: rgba(55, 130, 82, 1);
        font-size: calc(1.1vh + 1.1vw);
        line-height: calc(1.5vh + 1.5vw);
        text-align: center;
        max-width: 100vw;
    }

    #infoProduct .DocProducts {
        font-size: calc(1vh + 1vw);
        line-height: calc(1vh + 0.7vw);
    }

    .carousel-control-prev {
        z-index: 13;
    }

    .carousel-control-next {
        z-index: 13;
    }

    .divNewImage {
        display: none;
    }

    .divNewDesc {
        width: 80%;
        margin: auto;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        border-radius: 8%;
    }

    .divNew {
        height: 40dvh;
    }
    .news{
        margin-bottom: 20%;
    }

    .divNewDesc .titleNew{
        margin-top: 55%;
        text-align: center;
        margin-bottom: 2%;
        color: white;
        font-family: 'Lemon Milk';

    }

    .divNewDesc .descNew {
        text-align: center;
        /* font-size: calc(0.63vh + 0.63vw); */
        line-height: calc(2vh + 1vw);
        margin-bottom: 0;
        overflow: hidden;
        height: 26%;
        color: white;
    }

    .divNewDesc  .buttonNew{
        text-decoration: underline;
        font-weight: bold;
        color: white;
        text-align: center;
        margin-left: 20%;
    }

    #modalBackgroundNotice , #modalBackgroundImgProd {
        z-index: 12 !important;
    }
    #modalLogoNotice,#modalLogoImgProd{
        display: none !important;
    }

    #modalNotice ,#modalImgProd{
        width: 100%;
        height: 90%;
        margin-top: 0dvh;
        padding-top: 5dvh;
    }
    #closeModalNotice ,#closeModalImgProd{
        position: absolute;
        right: 46%;
        top: 2%;
        max-height: 10%;
    }

    #closeModalNotice i,#closeModalImgProd i{
        font-size: 3.1dvh;
    }

    #fatherNewModal {
        margin: 5% 7%;
    }

    #infoNew {
        margin: 5% 1%;
    }

    #infoNewDesc {
        text-align: justify;
        font-size: calc(1.3vh + 1.3vw);
        line-height: calc(1.5vh + 1.5vw);
        text-align: justify;
    }

    #infoNew h5 {
        font-size: calc(2vh + 1.5vw);
        text-align: center;
    }


    #CarruselDirection{
        margin-left: 35%;
    }
    
    .CarruselDirectionProduct{
        margin-left: 41.5% !important;
    }
    

    .searchCellNewDiv  {
        padding-top: 3dvh;
        display: inline-flex !important;
        margin-left: 13vw;
    }

    .searchcellNew {
        border-width: 0px;
        display: initial !important;
        padding-left: 4%;
        background: #00000000;
        border-radius: 1rem;
        border-color: white;
        border-style: solid;
    }
    .searchcellNew::placeholder {
        color: black !important;
        text-decoration: underline !important;
     }

     .searchCellNewDiv img {
        display: inherit;
        height: 5vh !important;
        padding-top: 0px !important;
    }

    .titleProduct{
        display: none;
        font-size: calc(1vh + 2vw);
        font-family: 'Lemon Milk';

    }
    
    .textProduct{
        font-size: calc(1vh + 1vw);
    }

    #fatherProductModal .amount{
        display: none;
    }
    .logoImg{
         margin: auto;
    }
       
    .filter-product .search {
        display: none;
    }

    #infoProductAmount{
        color: rgba(55, 130, 82, 1);
        font-size: calc(1.1vh + 1.1vw);
        line-height: calc(1.5vh + 1.5vw);
        text-align: center;
        max-width: 100vw;
    }

}

@media (max-width: 500px),
(max-width: 809px) and (min-width: 767px) {
    .media {
        flex-direction: column;
    }

    .tm-icon-media {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    /* #loader-wrapper .loader-section {
        display: none;
      }
      .loaded #loader {
          display: none;
      } */
}

/* Loader */

#loader-wrapper {
    position: fixed;
    background-color: #A5C956;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2100;
    overflow: hidden;
    
}

#loader {
    /*    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: green;*/

    /*-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    /*animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader img {

    width: 40%;
    position: fixed;
    left: 30%;

}





.search-container {
    width: 100%;
    height: 10dvh;
}

.search-input {

    width: 95%;
    /* Ancho del input */
    margin: 0.3%;
    /* Espaciado interno (arriba, derecha, abajo, izquierda) */
    padding: 0.2%;
    border: 0.5% solid #ccc;
    /* Borde del input */
    border-radius: 1%;
    /* Bordes redondeados */
}

/* Estilo para el icono de búsqueda */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: rgba(230, 230, 230);
    z-index: 1000;
    /* -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* -ms-transform: translateX(0); */
    /* IE 9 */
    /* transform: translateX(0); */
}

/* #loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
} */

/* Loaded */


.loaded #loader {
    opacity: 0;
    /* -webkit-transition: all 0.3s ease-out; */
    /* transition: all 0.3s ease-out; */
}

.loaded #loader-wrapper {
    visibility: hidden;

    /* -webkit-transform: translateY(-100%); */
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* -ms-transform: translateY(-100%); */
    /* IE 9 */
    /* transform: translateY(-100%); */
    /* Firefox 16+, IE 10+, Opera */

    /* -webkit-transition: all 0.3s 1s ease-out; */
    /* transition: all 0.3s 1s ease-out; */
}



/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

.cell {
    display: none;
}
