/*LETRA*/
@font-face {
    font-family: "Nexus";
    src: url("../Fonts/nexa-rust.sans-black.otf");  
}
@font-face {
    font-family: "Futura";
    src: url("../Fonts/Futura\ Medium.otf");  
}

/*Menu*/
.box-shadow {
    transition:all 3s;
    box-shadow: 0px 5px 10px gray;

}
.header-idioma{
    transition: all 3s ease;
    display:none;
    box-shadow: 0px 5px 10px gray;
}
.tamanoimagenScroll{
    width: 9rem;
    margin-top: -1rem;
}

.tamanoimagen{
    width: 11rem;
    margin-top: -1rem;
}
.tamanoimagen2{
    width: 13rem;
    margin-top: 0rem;
}
.tamanoicono{
    width: 1.5rem;
    margin: 0.1rem;
    background: #bb1622;border-radius: 50%;border: 1px solid transparent;
}
.tamanoicono-2{
    width: 1.5rem;
    margin: 0.1rem;
}
.item1 { grid-area: encabezado;background-color: #c1d988; }
.item2 { grid-area: menu; margin-top:auto;}

.grid-container {
    display: grid;
    grid-template-areas:
      'encabezado encabezado encabezado encabezado encabezado encabezado'
      'menu menu menu menu menu menu';
    grid-gap: 10px;
    background-color: white;
}

.menu .flex-redes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #c1d988;
    border-left: 1px solid #c1d988;
    height: 2.5rem;
}
.menu  .flex-redes .item button.boton-idioma1{
    background-color: #FFFF;
    color: #bb1622;
    font-weight: 500;
    border-top: 0;
    border-bottom:0;
    border:0;
    padding: 1rem;
    transition: all .3s ease-in-out;   
}

.menu  .flex-redes .item button.boton-idioma{
    background-color: #bb1622;
    color: #FFFF;
    font-weight: 500;
    border-top: 0;
    border-bottom:0;
    border:0;
    border-right: 1px solid #53a01b;
    padding: 1rem;
    transition: all .3s ease-in-out;
    display: none;

}
.menu  .flex-redes .item button.boton-idioma:hover{
    background-color: #FFFF;
    color:  #bb1622;
}
/*
.navbar.navbar-expand-md.navbar-light.scrollcolor.menu-estilo{
    margin-bottom: -1%;
}
*/

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color:#bb1622;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-7px, 7px);
    background-color:#808080;
}
.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-6px, -6px);
    background-color:#808080; 
}


li.nav-item > a.nav-link.color{
    color:#230808;
    font-weight: 450; 
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all .2s ease-out;
    font-family: 'nexus';
}
li.nav-item > a.nav-link.color:hover{
    background-color: #eeeeee;
}
li.nav-item > a.nav-link.active.fondo-verde{
    border-radius:13px;
    color:white; 
    background-color:#53a01b;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-left: 2%;
}
li.nav-item.reducir {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    font-family: 'nexus';
}


.navbar-collapse.collapse.estilomenu{
    flex-direction: column;
    align-items: flex-end;
}

/***************************************/
.slides{
    margin-top: 7rem;
}

.slides .owl-carousel.owl-theme .item .container .carousel-caption{
    position: absolute;
    /* right: 11%; */
    bottom: 20px;
    /* left: 35%; */
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFF;
    text-align: center;
    /*top: 6rem;*/
    top: 8rem;
    left: 46%;
    right: 17%;
}
.slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .titulo-slide{
    font-size: 22pt;
    color:#FFFF;
    font-family: 'Nexus';
    text-transform: uppercase;
}

.slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .subtitulo-slide{
    font-size: 14pt;
    color:#FFFF;
    margin-left: -6%;
    text-transform: lowercase;

}

.slides .owl-carousel.owl-theme .item .container .carousel-caption .container .boton-slide{
    border:1.5px solid #ffffff;
    color: #ffffff;
    background: transparent;
    border-radius: 5rem;
    font-weight: 600;
    font-size: 10pt;
    transition: all .3s ease;

}
.slides .owl-carousel.owl-theme .item .container .carousel-caption .container .boton-slide:hover{
    background: #ffffff;
    color: #a2252d;
    transform: scale(1.2);


}

.estilo-linea4{
    border: 2.5px solid #bb1622;
    width: 15%;
    margin-left: 42%;
    background-color: #bb1622;

}



/****************************************/

section.Informacion{
    /*border:1px solid chocolate;
    background-image: url(../img/FondoNosotrosb-04.png);
    background-repeat: no-repeat;
    background-size: cover; */
    
    width: auto;
    height: 32rem;
    display: flex;
    align-items: center;
}
section.Informacion .style-nosotros{
    position: absolute;
    margin-left: -143px;
    width: 99%;
    top: 683px;
    opacity: 0.4;
}
section.Informacion .container .row .col-md-4.tabs-style .nav{
    display:flex; 
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;

}

button.btn.btn-default.boton-style{
    background-color: #53a01b;
    color: #eeeeee;
    border-radius: 0%;
    text-align: left;
    font-weight: 600;
    font-size: 15pt;
    font-family: 'futura';
    letter-spacing: 1px;
    
}
button.btn.btn-default.boton-style:hover{
    background-color: #447e1a;

}
.Informacion .container .style-texto{
    font-size: 29pt;
    font-weight: 800;
    font-family: 'Nexus';

}

.letra-numero{
    color:#c1d988;
    font-size: 79pt;
    margin-bottom: -2%;
    font-weight: 850;
    font-family: 'Nexus';
}
.estilo-linea{
    border:1.5px solid #bb1622;
    width: 10%;
    margin-right: 90%;
    background-color: #bb1622;

}


.card-body.flex-card{
    display:flex;flex-direction: row;flex-wrap:wrap;justify-content: space-between;
}

.card-body.flex-card .flex-info{
    display: flex;flex-direction: row;align-items: center;flex-wrap:nowrap;
}
/*****************************************/


.fondo{
    background-color: #53a01b;
    padding-bottom: 0.1rem;
}
.titulo-productos{
    color:#ffffff;
    font-weight: 800;
    font-size: 30pt;
}

.tabs-productos{
    width:50%;
    font-family: 'futura';
    letter-spacing: 2px;
    font-weight: 600;
}
.tabs-letra{
    font-size: 15pt;
    background-color: #ffffff;
    color:black;
}

.Triangulo_2 {
    width: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 17px solid #dcdcdc;
    margin-left: 19.5rem;
}

.container .flex-vegetales .item .tomate{
    background-color: #eeeeee;
}
.container .flex-vegetales .item .tomate .tomate-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.container .flex-vegetales .item .tomate .tomate-flex .item.imagen-flex{
    flex: 0 1 30rem;
}
.container .flex-vegetales .item .tomate .tomate-flex .item.texto-flex{
    flex: 0 1 35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
#products{
    width: 37%;padding-right: 0%;
}
#products2{
    width: 37%;padding-right: 0%;
}
#products3{
    width: 37%;padding-right: 0%;
}
img.img-fluid.pimiento{
    position: relative;
    top: -3%;
    height: 115%;
    left: 2%;
    width: 100%;
}
img.img-fluid.pimiento2{
    position: relative;
    top: -9%;
    height: 124%;
    width: 100%;
}
img.img-fluid.pimiento3{
    position: relative;
    top: 4%;
    height: 105%;
    left: 5%;
    width: 100%;
}
.letra-veg{
    font-size: 25pt;
    text-transform: uppercase;
}

.estilo-linea2{
    border:1.5px solid #bb1622;
    width: 25%;
    margin-left: 75%;
    background-color: #bb1622;

}

.flex-vegetales .ver-productos{
    background-color: transparent;
    margin:auto;
    display:flex; 
    color:#63a738;
    font-weight: 500;
    border-radius: 100%;
    border: 3px solid #a2252d;
    transition: all .3s ease;
}
.flex-vegetales .ver-productos:hover{
    border: 3px solid #63a738;
    color:#a2252d;
    transform: scale(1.2);


}

.hover-certif{
    text-decoration: none;
    color:black;
    transform: all .3s ease-in;
}
.hover-certif:hover{
    color:#a2252d;
    text-decoration: none;
}


.botoninf-planta{
    transition: all .3s ease;
    width: 25%;
}
.botoninf-planta:hover{
    transform: scale(1.2);
}


/*****************************************/
.Marcas{
   /* border:1px solid black;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#eeeeee;
}
.tamanoletra{
    font-size: 25pt;
}
.tamanomarca{
    width: 23rem;
    opacity: 0.7;
    transition: all .3s ease-in-out;
}
.tamanomarca:hover{
    opacity: 1;
}


.tamanomarca2{
    width: 10rem;
}

.flex-marcas{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.estilo-linea3{
    border:1.5px solid #bb1622;
    width: 5%;
    margin-left: 47%;
    background-color: #bb1622;

}
/*******************************************/
.sliders .fondo-slide{
    background-color: #bb1622;
}
.sliders .fondo-slide .container .slider.owl-carousel.owl-theme .owl-nav{
    position: absolute;
    top: calc(50% - 50px);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.sliders .fondo-slide .container .slider.owl-carousel.owl-theme .owl-nav .owl-next{
    margin-left: 50%;
}
.style-prev{
    background-color: transparent;
    border-radius: 50%;
    color: #FFFF;
    transition: all .2s ease-in;
    text-decoration: none;
   
}
.style-prev:hover{
    background: #eeeeee;
    transform: scale(1.2);
}
#slide-size{
    height: 550px;
    width: auto;
    margin: auto;
    box-shadow: 0px 0px 10px gray;
}
.Galeria{
    /*border:1px solid blue;*/
}

.slick-next::before{
    background-color: gray;
    border-radius: 50%;
    padding: 50%;
}
.slick-prev::before{
    background-color: gray;
    border-radius: 50%;
    padding: 50%;
    margin-left:-100%;
}



.galeria-subt{
    color: #63a738;
    font-size: 17pt;
    font-weight: 700;
}
.letra-galeria{
    font-size: 30pt;
    font-weight: 800;
    font-family: 'Nexus';
}

.item11 { grid-area: foto1;
    background-image: url(../img/Galeria/imagenes/adl_galeria5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.item22 { grid-area: foto2; 
    background-image: url(../img/ImagenesPlanta/adl_planta2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20rem;
}
.item33 { grid-area: foto3;
    background-image: url(../img/Galeria/imagenes/adl_galeria6.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
.item44 { grid-area: foto4;
    background-image: url(../img/Galeria/imagenes/adl_galeria4.jpg) ;
    background-repeat:  no-repeat;
    background-size: cover; }
.item55 { grid-area: foto5;
    background-image: url(../img/Galeria/imagenes/adl_planta1.jpg);
    background-repeat: no-repeat;
    background-size: cover; }

.item66 { grid-area: foto6;
    background-image: url(../img/Galeria/imagenes/adl_galeria10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.item77 { grid-area: foto7; 
    background-image: url(../img/Galeria/imagenes/adl_galeria7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 22.5rem;
    
}
.item88 { grid-area: foto8;
    background-image: url(../img/Galeria/imagenes/adl_galeria9.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
.item99 { grid-area: foto9;
    background-image: url(../img/Galeria/imagenes/adl_galeria2.jpg) ;
    background-repeat:  no-repeat;
    background-size: cover; }
.item10 { grid-area: foto10;
    background-image: url(../img/ImagenesPlanta/imagen2.png);
    background-repeat: no-repeat;
    background-size: cover; }

.Galeria .grid-container-2 {
    display: grid;
    grid-template-areas:
      'foto1 foto1 foto2 foto2 foto2'
      'foto1 foto1 foto2 foto2 foto2'
      'foto1 foto1 foto2 foto2 foto2'
      'foto1 foto1 foto3 foto4 foto5'
      'foto1 foto1 foto3 foto4 foto5'
      'foto1 foto1 foto3 foto4 foto5';
    
   background-color: gray;
   border:0px solid transparent;
  }
.Galeria .grid-container-2 > div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
   /* padding: 5rem 0;*/
    font-size: 30px;
}

.Galeria .grid-container-22 {
    display: grid;
    grid-template-areas:
      'foto7 foto7 foto7 foto8 foto8'
      'foto7 foto7 foto7 foto8 foto8'
      'foto7 foto7 foto7 foto8 foto8'
      'foto7 foto7 foto7 foto8 foto8'
      'foto9 foto6 foto10 foto8 foto8'
      'foto9 foto6 foto10 foto8 foto8';
    
   background-color: gray;
   border:0px solid transparent;
  }


.botones-planta .boton-galeria:hover{
    background-color: #bb1622;
    border: 1px solid #bb1622;
}
.galeria-planta{

}
.style-botones{
    width:2rem;
    padding-bottom:20%;
}
.boton-galeria{
    background-color: #db0f1d;border:1px solid #db0f1d;
    padding-top: 10%;
}
.item-general .fondo2 .botones-planta{
    display: none;
    transition: all .3s ease-in;
    position: absolute;
}

.item-general .fondo3 .botones-planta{
    display: none;
    transition: all .3s ease-in;
    position: absolute;
}
.item-general .fondo4 .botones-planta{
    display: none;
    transition: all .3s ease-in;
    position: absolute;
}


.fondo2{
   /*background-color: rgb(0,0,0,0.7);*/
   padding: 8rem 0rem 5rem;
   height: 114%;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   color:white;
   transition: all .3s ease;
}
.fondo3{
   /* background-color: rgb(0,0,0,0.7);*/
    padding: 17rem 0rem 6rem;;
    height: 20%;
 
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color:white;
    transition: all .3s ease-in;
 }
 .fondo4{
   /* background-color: rgb(0,0,0,0.7);*/
    padding: 9rem 0rem 5rem;
    height: 101%;
 
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    color:white;
    transition: all .3s ease-in;
 }
.fondo2:hover{
    background-image: linear-gradient(transparent 10%,rgba(143, 41, 41, 0.9));

}
.fondo2:hover > .botones-planta{
    display: flex;
    /*margin-top: 12.8rem;
    margin-left:30.3rem;*/
    transition: all .3s ease-in-out;
    background-image: linear-gradient(transparent 10%,rgba(143, 41, 41, 0.9));

}
.fondo3:hover > .botones-planta{
    display: flex;
    
    transition: all .3s ease-in-out;
}
.fondo4:hover > .botones-planta{
    display: flex;
  
    transition: all .3s ease-in-out;
}
/*
.fondo3:hover > .botones-planta{
    display: flex;
    justify-content: flex-end;
    /*margin-top: 0.8rem;
    margin-left: 47.2rem;
    transition: all .3s ease-in-out;
}
.fondo4:hover > .botones-planta{
    display: flex;
    justify-content: flex-end;
   /* margin-top: 0.8rem;
    margin-left: 12.2rem;
    transition: all .3s ease-in-out;
}
*/

.fondo2:hover {
    background-color: rgb(0,0,0,0);
}
.fondo3:hover {
    background-color: rgb(0,0,0,0);
}
.fondo4:hover {
    background-color: rgb(0,0,0,0);
}
/*********************************************/
.Planta{
    
}
.parrafo-texto{
    font-family: 'futura';
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#flex-caract{
    display:flex; font-size: 10pt;font-family: 'futura';
    text-align: left;
}

.fondo-planta .flex-planta .container.info-planta{
    margin-left: 10rem;
    padding-right: 11rem;
}
.item-play{
    background-image: url(../img/ImagenesPlanta/JORNALERO.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;

}
.item-play .fondo-play{
    background-color: rgb(0,0,0,0.7); 
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-play .fondo-play a .fas.fa-play {
    background: #a2252d;
    color:#FFFF;text-decoration: none;border-radius:10%;
    transition: all .3s ease;
}
.item-play .fondo-play a .fas.fa-play:hover {
    background: #bb1622;
    transform: scale(1.2);
}

.owl-carousel.owl-theme .item-galeria{
    background-image: url(../img/ImagenesPlanta/adl_planta2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 39rem;

} 
.owl-carousel.owl-theme .item-galeria2{
    background-image: url(../img/ImagenesPlanta/imagen2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 39rem;
}
.owl-carousel.owl-theme .item-galeria3{
    background-image: url(../img/ImagenesPlanta/adl_planta1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 39rem;
}
.fondo-planta{
    background-image: url(../img/FondoPlanta.png);
    background-repeat: no-repeat;
    background-size: cover; 
}
.titulo-planta{
    font-weight: 800;
    font-size: 30pt;
    font-family: 'Nexus';
}

.flex-planta{
    display:flex;
    flex-direction: column;
    justify-content: space-between

}

.boton-vermas{
    color: #ffffff;
    background: #53a01b;
    box-shadow: 0px 5px 10px darkgray;
    border:0;
    font-weight: 500;
    transition: all 2s ease;
    font-size: 15pt;
    font-family: 'Nexus';
    letter-spacing: 3px;
    transition: all .3s ease-in-out;

}
.boton-vermas:hover{
    background-color: #FFFF;
    color: #53a01b;
}
.boton-vermas-planta{
    background-color: #db0f1d;
    color:#ffffff;
    border:1px solid #db0f1d;
    font-size: 12pt;
    font-weight: 600;
    box-shadow: -6px 0px 3px grey;
    transition: transform .2s;

}
.boton-vermas-planta:hover{
    background-color: #ffffff;
    box-shadow: 0px 5px 10px grey;
    color:#db0f1d;
    
}
.item-oculta{
    display:none;
    font-size: 'futura';

}

/*******************************************/
.Contacto{
    background-color: #f1f1f2;
}
.fondo-contacto{
    background-color: #bb1622;
    color:white;
}
.flex-contacto{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    color:#447e1a;
    font-family: 'futura';
}
.flex-contacto .flex-menucontacto{
    display:flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    color:#447e1a;
}
.flex-contacto .flex-menucontacto .style-contacto{
    flex: 1 1 auto;
    color:#447e1a;
}

.menu-contacto{
    list-style: none;
    color: #447e1a;
    text-decoration: none;
    font-size: 14px;
}

.navbar-collapse.collapse.estilomenu{
margin-left: -2%;
/*margin-right: -2%;*/
margin-right: 0%;
transition: all .3s ease-out;

}
.style-contacto li > a.estilo-menu{
    text-decoration: none;
    color: #447e1a;
    transition: ease .2s;
    font: size 14pt;
    font-weight: 600;
}
.style-contacto li > a.estilo-menu:hover{
    text-decoration: none;
    color: #a2252d;
    transition: ease .2s;
}

.privacidad{
    color: #447e1a;
    font-size: 8pt;
}

.estilo-linea5{
    border:2px solid #bb1622;
    /*width: 30%;
    margin-right: 90%;*/
    width: 20%;
    margin-right: 40%;
    background-color: #bb1622;


}

.flex-redes-contacto{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    
}

.estilo-linea6{
    border:1.5px solid #bb1622;
    width: 15%;
    margin-right: 67%;
    background-color: #bb1622;
}

.boton-enviar{
    background-color: #a2252d;
    color:#ffffff;
    border-radius: 5rem;
    font-weight: 600;
    border:1px solid #a2252d;
    transition: all .2s ease;
}
.boton-enviar:hover{
    background-color: #ffffff;
    color: #a2252d;


}
/**************************************/
/***RESPONSIVE****/
@media (min-width:2200px){
    .slides .owl-carousel.owl-theme .item .container .carousel-caption{
        top: 10rem;
        left: 42%;
        right: 16%;
    }
    .Triangulo_2{
        margin-left: 32.5rem;
    }
}
@media(min-width:2500px){
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .titulo-slide{
        margin-right: 7rem;
        margin-left: 7rem;
        font-size: 40pt;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption{
        top: 16rem;
        left: 43%;
        right: 20%;

    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .titulo-slide{
        font-size: 34pt;
    }
    .Marcas {
        background-repeat: round;
        background-size: auto;
    }
    section.Informacion .style-nosotros{ 
        margin-left: -715px;
        width: 100%;
        top: 652px;
    }
}
@media(min-width:1800px){
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .titulo-slide{
        margin-right: 7rem;
        margin-left: 7rem;
        font-size: 26pt;
    }
}
@media(max-width:690px){
    #owl-demo{
        display: none;
    }

}
@media (max-width:998px){
    .galeria-planta{
        display: none;
    }
    
}
@media (max-width:998px){
    .tamanoimagen{
        width: 9rem;
        margin-top:-0.5rem;
    }
   
    .fondo-planta .flex-planta .container.info-planta{
        margin-left: 7rem; 
        padding-right: 0px; 

    }
    li.nav-item > a.nav-link.color{
        font-size: 9pt;
    }
    .slides{
        margin-top:7rem;
    }
}
@media (max-width:830px){
    .fondo-planta .flex-planta .container.info-planta{
        margin-left: 0rem;
    }
}
@media (max-width:1023px){
   
    .container .flex-vegetales .item .tomate .tomate-flex{
        flex-wrap: wrap;
    }

    .fondo-planta .flex-planta .container.info-planta {
        margin-left: 1rem;
        padding-right: 2rem;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption{
        left: 50%;
        right: 9%;
    }
}

@media (max-width:2000px){
    .Triangulo_2{
        margin-left:29.5rem;
    }
    .fondo-planta .flex-planta .container.info-planta {
        margin-left: 26rem;
        padding-right: 27rem;
    }
    section.Informacion .style-nosotros{ 
        margin-left: -385px;
        width: 100%;
        top: 667px;
    }
}
@media (max-width:1900px){
    .Triangulo_2{
        margin-left:27.5rem;
    }
    section.Informacion .style-nosotros{ 
        margin-left: -380px;
        width: 100%;
        top: 666px;
    }

}
@media (max-width:1800px){
    .Triangulo_2{
        margin-left:25rem;
    }
    section.Informacion .style-nosotros{ 
        margin-left: -330px;
        width: 100%;
        top: 666px;
    }

}
@media (max-width:1700px){
    section.Informacion .style-nosotros{ 
        margin-left: -280px;
        width: 100%;
        top: 666px; 
    }
}
@media (min-width:1600px){
    .Marcas{
        background-repeat: round;
        background-size: auto;
    }
    .fondo-planta .flex-planta .container.info-planta {
        margin-left: 14rem;
        padding-right: 15rem;
    }
}
@media (max-width:1640px){
    section.Informacion .style-nosotros{ 
        margin-left: -251px;
        width: 100%;
        top: 666px; 
    }
}
@media (max-width:1600px){
    .Triangulo_2{
        margin-left:23rem;
    }
    .Marcas{
        background-repeat: round;
        background-size: auto;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption{
        top: 5rem;
        left: 50%;
        right: 10%;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .titulo-slide{
        font-size: 23pt;
    }
    .fondo-planta .flex-planta .container.info-planta {
        margin-left: 14rem;
        padding-right: 15rem;
    }
    section.Informacion .style-nosotros{ 
        margin-left: -230px;
        width: 100%;
        top: 666px; 
    }
}
@media (max-width:1440px){
    .Triangulo_2{
        margin-left:20rem;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption{
        top: 2rem;
    }
    .fondo-planta .flex-planta .container.info-planta {
        margin-left: 8.5rem;
        padding-right: 10rem;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .subtitulo-slide{
        font-size: 12pt;
    }
    section.Informacion .style-nosotros{ 
        margin-left: -153px;
        width: 100%;
        top: 677px; 
    }
}
@media (max-width:1300px){
    .Triangulo_2{
        margin-left:18.5rem;
    }
    section.Informacion .style-nosotros{ 
        margin-left: -83px;
        width: 100%;
        top: 627px; 
    }
}
@media (max-width:1245px){
    .Triangulo_2{
        margin-left:16.5rem;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption{
        top: 2rem;
    }
    slides .owl-carousel.owl-theme .item .container .carousel-caption .container .subtitulo-slide {
        font-size: 13pt;
        color: #FFFF;
        margin-left: -30%;
        text-transform: lowercase;
        margin-right: -33%;
    }
    section.Informacion .style-nosotros{ 
        margin-left: -53px;
        width: 100%;
        top: 627px; 
    }
}
@media (max-width:1200px){
    .Triangulo_2{
        margin-left:16.5rem;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .titulo-slide{
    
        margin-right: 9rem;
        margin-left: 9rem;
        font-size: 15pt;
    }
    section.Informacion .style-nosotros{ 
        margin-left: -31px;
        width: 100%;
        top: 626px; 
    }
    
}

@media (max-width:1190px){
    .Triangulo_2{
        margin-left: 14.5rem;
    }
    .fondo-planta .flex-planta .container.info-planta {
        margin-left: 1rem;
        padding-right: 2rem;
    }
    .flex-marcas{
        justify-content: space-between;
    }
    .tamanoletra{
        font-size: 20pt;
    }
    .tamanomarca{
        width: 20rem;
    }
    .tamanomarca2{
        width: 8rem;
    }
    .slides {
        margin-top: 11rem;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .titulo-slide{
        font-size: 17pt;
        
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .subtitulo-slide{
        font-size: 10pt;
        margin-left: 10pt;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption{
        /*
            top: 2rem;
            left: 50%;
            right: -8%;
        */
        top: 0rem;
        left: 35%;
        right: -6%;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container .boton-slide{
        font-size: 8pt;
    }
}

@media (max-width:1000px){
    .tamanomarca{
        width: 15rem;
    }
    .tamanomarca2{
        width: 7rem;
    }
    .Triangulo_2{
        margin-left: 10.4rem;
    }
    .container .flex-vegetales .item .tomate .tomate-flex .item.imagen-flex{
        flex: 0 1 auto;
    }
    .container .flex-vegetales .item .tomate .tomate-flex .item.texto-flex{
        flex: 0 1 auto;
    }
    section.Informacion{
        height: 0%;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption{
        top: 0rem;
    }
}

@media (max-width:768px){
    .card-body.flex-card .flex-info{
     flex-direction: column;
    }
    .Galeria .grid-container-2 {
        display: grid;
        grid-template-areas:    
          'foto1 foto1 foto1'
          'foto1 foto1 foto1'
          'foto2 foto2 foto2'
          'foto2 foto2 foto2'
          'foto3 foto3 foto3'
          'foto3 foto3 foto3'
          'foto4 foto4 foto4'
          'foto4 foto4 foto4'
          'foto5 foto5 foto5'
          'foto5 foto5 foto5'
          ;
        
       background-color: gray;
       border:0px solid transparent;
    }
    .Galeria .grid-container-22 {
        display: grid;
        grid-template-areas:
          'foto7 foto7 foto7'
          'foto7 foto7 foto7'
          'foto8 foto8 foto8'
          'foto8 foto8 foto8'
          'foto9 foto9 foto9'
          'foto9 foto9 foto9'
          'foto6 foto6 foto6'
          'foto6 foto6 foto6'
          'foto10 foto10 foto10';
        
       background-color: gray;
       border:0px solid transparent;
      }
    .fondo-planta .flex-planta .container.info-planta{
        margin-left: 2%;
        padding-right: 0%;

    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .titulo-slide{
        font-size: 12pt;
        margin-right: 8rem;
        margin-left: 7rem;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .subtitulo-slide{
        font-size: 8pt;
        display: none;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption{
      top: 1rem;
    }
    .slides{
        margin-top: 8rem;
    }
    .navbar-collapse.collapse.estilomenu{
        font-size: 10pt;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container .boton-slide{
        font-size: 7pt;
    }
    .estilo-linea4{
        margin-top: -1rem;
        display:none;
    }
    li.nav-item > a.nav-link.color{
        padding-top: 1%;
        padding-bottom: 1%;
        padding-left: 0%;
    }
    li.nav-item > a.nav-link.color:hover{
        color: #bb1622;
        background-color: #FFFF;
    }
    li.nav-item > a.nav-link.active.fondo-verde{
        background-color: #FFFF;
        color: black;
        font-weight: 600;
        margin-left: 0rem;
        font-size: 9pt;
    }
    .estilo-linea4{
        margin-left:44%;    
    }
    .slick-next::before{
        display: none;
    }
    .slick-prev::before{
        display: none;
    }
    #slide-size{
        height: auto;
    }
    
}
@media (max-width:767px){
    .navbar-collapse.collapse.estilomenu{
        border-top: 1px solid #bb1622;
    }
}
@media (max-width:425px){
    .Marcas{
        display: none;
    }
    #flex-caract{
        flex-direction: column;
    }
    .Triangulo_2{    
        margin-left: 4.5rem;
    }
    .slides{
        margin-top: 3rem;
    }
    .slick-next{
        display: none;
        right:0px;
    }
    .slick-prev{
        display: none;
        left:0px;
    }
    .fondo-planta .flex-planta .container.info-planta{
        margin-left: -3%;
        padding-right:3%; 
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .titulo-slide{
        font-size: 11pt;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .subtitulo-slide{
        display: none;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption{
        top: 2rem;
        left: 43%;
        right: 0%;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container .boton-slide{
        display: none;
    }
    img.img-fluid.pimiento{
        top:-23%;
        width:100%;
    }
    img.img-fluid.pimiento3{
        top:-22%;
    }
    #products{
        width: 106%;
    }
    #products2{
        width: 106%;
    }
    #products3{
        width: 100%;
    }
    /*
    .owl-carousel.owl-theme.owl-loaded.owl-drag{
        display:none;
    }
    */
}
@media (max-width:375px){
    .Triangulo_2{
    margin-left: 3.8rem;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption .container  .titulo-slide{
        font-size: 9pt;
    }
    .slides .owl-carousel.owl-theme .item .container .carousel-caption{
        top: 0rem;
        left: 43%;
        right: 0%;
    }
}

