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

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
}




.portada {
    background-image: url('/img/invernaderoPortada119.jpg');
    background-repeat: no-repeat;
    /* background-color: #cccccc; */
    height: 60vh;
    background-position: center;
    background-size: cover;
    /* padding-bottom: 40%; */
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;

 }



.fondo {
    background: #1e1e2485;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    margin: 0 auto;
    padding: 1.1rem;
    border-radius: 10px;
    text-shadow: 1px 1px  10px rgb(0, 0, 0);
    display: inline-block;
    
    }



.fondo p {
    font-size: .8rem;
    width: 70%;
}

/* 
.navbar {
    background: rgba(0, 0, 0, 0.117);
} */

.separador {
    background: #f5f5f5;
   
}
.merch {
    background: #f5f5f5;
}


.quienesSomos {
    background: #2E2E38;
    color: #f5f5f5;
}

.quienesSomos h1 span{
    font-size: 1.5rem;
    
    
   
    }



.imagen-wrapper {
    overflow: hidden;
}


.efectoZoom {
    transition: transform 1s;
    max-width: 100%;
  
}

.efectoZoom:hover {
    transform: scale(1.1);
}



.mapaYForm {
    background: #2E2E38;
}

.operarios {
    background: #2E2E38;
    background-image: url("/img/tramaPlantas20.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


form {
    background: hwb(0 84% 16% / 0.365);
    color: #f5f5f5;
}

footer {
    background: #1E1E24;
    color: #f5f5f5;
}


.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
  }
  


.roboto-slab {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.misionVision {
    
    color: #151212;
}


.lineaVerde {
    width: 3.7rem;
    height: .2rem;
    background: green;
    display: block;
    margin: auto;
    border-radius: 10px;

 }

.capacitaciones {
    background: rgb(0, 73, 0);
    background-image: url("/img/tramaPlantas20.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  
}


@media screen and (min-width: 1200px) {

   .fondo h1 {
        font-weight: bolder;
    }

    .fondo p {
        font-size: 1.2rem;
        
    }

    .quienesSomos p {
      font-size: 1.1rem; /* Ajusta el tamaño de la fuente para pantallas más anchas */
     
    }

    .quienesSomos h1{
        font-size: 1.4rem;
    }

 }



 @media screen and (min-width: 1290px) {
    .quienesSomos p {
      font-size: 1.5rem; /* Ajusta el tamaño de la fuente para pantallas más anchas */
      
      
      
    }

    iframe {
        width: 500px;
        height: 500px;
    }
  } 


@media screen and (max-width: 280px) {

   
     iframe {

        width: 250px;
        height: 250px;
      
    }

    
  }



  @media screen and (max-width: 768px) {
    .fondo h1 {
        font-size: 2rem; /* Ajustar el tamaño del título en dispositivos pequeños */
    }

    .fondo p {
        font-size: 1rem; /* Ajustar el tamaño del párrafo en dispositivos pequeños */
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .fondo h1 {
        font-size: 3rem; /* Ajustar el tamaño del título en dispositivos medianos */
    }

    .fondo p {
        font-size: 1.2rem; /* Ajustar el tamaño del párrafo en dispositivos medianos */
    }
}

@media screen and (min-width: 1201px) {
    .fondo h1 {
        font-size: 4rem; /* Ajustar el tamaño del título en dispositivos grandes */
    }

    .fondo p {
        font-size: 1.5rem; /* Ajustar el tamaño del párrafo en dispositivos grandes */
    }
}