
  

 





section.foto {
  width: 45.5%;
  height: 25em;
  border-radius: 0.5em;
  display:inline-block;
  background:url("../img/team/aceites.png") no-repeat center;
  margin: 0 auto;
  max-width: 100%;
  padding: 2em;
  
  vertical-align: top;
  
}
div.team.boxed-grey:hover
{
  background:none;
          cursor: pointer;
        -webkit-transform: scale(1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
 
        -moz-transform: scale(1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
}
section.fotox {
  width: 45.5%;
  height: 25em;
  border-radius: 0.5em;
  display:inline-block;
  
  margin: 0 auto;
  max-width: 100%;
  padding: 2em;
  background:url("../img/tar.png") no-repeat center;
  
  vertical-align: top;
  
}

article.forma3 {
  border-radius: 0.5em;
  margin: 0em;
  padding: 0.5em;
  text-align: left;
  width: 100%;
  height: 30em;
  word-wrap: break-word;
  background:#67b0d1;
  
}
 div.stroke p{
text-align: center;
color: white;
font-family: Georgia, serif;
font-size:1.5em;
letter-spacing: 0;
text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
/*background:#0D7F24; -->*/

filter: hue-rotate(20deg);
/*Asignamos los Prefijos de los Navegadores específicos*/
-webkit-filter: hue-rotate(20deg);
-moz-filter: hue-rotate(20deg);
-o-filter: hue-rotate(20deg);
-ms-filter: hue-rotate(20deg);
}	


@media(min-width: 1081px) {
  section.foto.fotox {
    width: 50%;
    margin-bottom:2em;
  }
  @media(max-width: 800px) {
  section.foto.fotox{
    width: 95%;
  }

  }
   @media(max-width: 600px) {
  section.foto{
    width: 100%;
    display: block;

  }
  section.fotox{
    width: 100%;
    display: block;

  }

  }

  }
