

/*inicio del slider*/
.video-inicio {
    width: 100%;
}


.video-slide{
    width: 100%;
    height: 700px;
    position: relative;
}
.frase{
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.frase>h1{
    font-size: 40px;
    text-shadow: 4px 1px 5px rgb(0 0 0 / 60%);
    text-align: center;
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*fin del slider*/
/*inicio de acerca*/
.acerca {
    background: #ffffff;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 40px;
}


.acerca>p {
    width: 85%;
    padding-bottom: 20px;
    color: #282828;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Nunito Sans', sans-serif;
}

/*fin de acerca*/
/*inicio de productos*/
.productos {
    width: 100%;
    background-color:#144169;
    padding-top: 40px;
    text-align: center;
    
}
.productos>h1{
    color: white;
}

.carrusel3-img {
    width: 150px;
    
}



.card-catalogo{
    width: 100%;
}

.img-catalogo {
    width: 100%;
    overflow: hidden;
}

.img-catalogo>img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}


.texto{
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.card-title{
    font-size: 16px;
    color: #EBEBEB;
    width: 60%;
    text-align: left;
  
}
.leer-mas{
    text-decoration: none;
}
.card-text{
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    font-size: 15   px;
    color: white;
}
.card-text:hover{
    color: #ff5a05;
}


/*fin de productos*/

/*inicio de imagenes de plantas*/
.img-plantas{
    background-color: #EBEBEB;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.img-plantas{
    text-align: center;
}
.carrusel2 {
    width: 85%;
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.carrusel2-img {
    background-position: center;
    background-size: cover;
    width: 400px;
    margin-left: 50px;
    margin-right: 50px;
}

.carrusel2-img>img {
    display: block;
    width: 100%;
    object-fit: cover;
    height:100%;
}

/*fin de imagenes de plantas*/

/*inicio de elegirnos*/
.elegirnos {
    width: 100%;
    background-color: #ffffff;
    padding-top: 40px;
   
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.subtitulos {
    color:#144169;
    font-size: 20px;
    padding: 10px;
    font-weight: 300;
    width: 85%;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
}
    

.motivos {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-bottom: 40px;
}


.card-img-motivo {
    width: 100%;
 
}

.card-img-motivo>img {
    width: 100%;
}

.card-text-motivo {
    margin: auto;
    width: 85%;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;

}

.carrusel {
    width: 100%;
    height: 100%;
  }

  .carrusel-img {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.descripcion{
    position: absolute;
    top:0;
    margin: auto;
    width: 85%;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.parrafo-descrip{
    font-size: 18px;
    padding: 10px;
    text-shadow: 4px 1px 5px rgba(0,0,0,0.6);
    line-height: 30px;
}
.title-descrip{
    padding: 10px;
    color: white;
    font-size: 42px;
    text-shadow: 4px 1px 5px rgba(0,0,0,0.6);
}

  .carrusel-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    background-attachment: fixed;
   
  }
/*fin de elegirnos*/
/*inicio de aplicaciones*/
.aplicaciones{
    width: 100%;
    object-fit: cover;
    background: #ff5a05;
}
.aplicaciones>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*fin de aplicaciones*/

@media (max-width:2000px) {
}
@media (max-width:1500px) {
    
    

}
@media (max-width:1050px) {
   
}
@media (max-width:1000px) {
    .title-descrip{
        font-size: 30px !important;
    }
   
    .motivos {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-img-motivo>img {
        width: 90%;
    }
    .carrusel2-img {
        margin-left: 80px;
        margin-right: 80px;
    }
    .parrafo-descrip{
        font-size: 16px;
    }
    .title-descrip{
        font-size: 30px;
    }
}
@media (max-width:900px) {
.detalles,.section-detalle{
    display: flex;
    flex-direction: column;
    align-items: center;
}

}
@media (max-width:800px) {
 
    .frase{
        justify-content: center;
    }
   
    .carrusel {
        height: 500px;
      }
    
    .parrafo-descrip{
       
        line-height:25px ;
       
    }
    
    .carrusel2-img {
        margin-left: 50px;
        margin-right: 50px;
    }
    
    
}
@media (max-width:500px) {
    .motivos {
        grid-template-columns: repeat(1, 1fr);
    }
    .card-img-motivo>img {
        width: 80%;
    }

   
 

}

@media (max-width:400px) {

    }