.paral {
    min-height: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-color: white;
}

.paral p {
font-size: 20px;
color:#333;
line-height: 36px;
font-family: 'Open Sans', sans-serif;  
}

.paral h2 {
    font-family: 'Open Sans', sans-serif;  
    font-size: 32px;
}
 
/* Heading for Parallax Section */ 
.paral h1 {
color: #339DFF;
font-size: 40px;
padding-top: 40px;
line-height: 52px;
font-family: 'Open Sans', sans-serif;  
/* border-bottom: 1px solid #000; */
margin-bottom: 20px;
}

.frase{
    height: 200px;
    line-height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
}

.adorno{
  max-height: 230px;
  margin: 0px auto;
}

.pajaro{
  margin-top: 0px;
  max-height: 196px;
}

.finca{
  margin-top: 0px;
  max-height: 177px;
}

.outer-div {
 height: 600px;
 overflow: hidden; 
}

-webkit-animation: zoomin 40s ease-in;
   animation: zoomin 40s ease-in;
   /*transition: all .5s ease-in-out;*/
}

@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}