/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12/nov/2016, 0:42:30
    Author     : pedro
*/

.imagefull{  
    position: relative;
    width: 100%;
    height: 400px;            
    background-size: cover;
}

.image_frame{

    position: relative;
           
    height: 340px;     
    
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.imagefullparallax { 
    /* The image used*/    
    
    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.images_photo_holder{
    position: relative;
    width: 750px;
    height: 350px;
    margin: 0 auto;    
}

.photo_family{
    position: relative;
    width: 150px;
    height: 150px;
    float: left; 
}


.clip-circle {
    position: relative;
    width: 150px;
    height: 150px;
      
    clip-path: circle(75px at center);
    background-position: center center;
    background-size: cover;            
    cursor: pointer;
}

.clip-circle-title{
    position: absolute;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    top: -60px;
    text-align: center;
    font-family: 'Lato', Arial, sans-serif;-webkit-font-smoothing: antialiased;
    font-weight: 400; 
    font-size: 24px;    
    line-height: 50px;    
    opacity: 0.87;
    z-index: 7777;
}

.filter_shadow{
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.5));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.5));
}

.filter_grayscale{
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(#greyscale);
    filter: gray;
}


.historia1{background-image: url('../images/historia/historia1.jpg');}
.historia2{background-image: url('../images/historia/historia2.jpg');}
.reconhecimento1{background-image: url('../images/reconhecimento/reconhecimento1.jpg');}
.reconhecimento2{background-image: url('../images/reconhecimento/reconhecimento2.jpg');}
.reconhecimento3{background-image: url('../images/reconhecimento/reconhecimento3.jpg');}
.familia_1{background-image: url('../images/familia/familia_1.jpg');}
.familia_2{background-image: url('../images/familia/familia_2.jpg');}
.familia_3{background-image: url('../images/familia/familia_3.jpg');}
.familia_4{background-image: url('../images/familia/familia_4.jpg');}
.familia_5{background-image: url('../images/familia/familia_5.jpg');}
.bgImage1{background-image: url('../images/familia/gaivosa_1.JPG');}
.bgImage6{background-image: url('../images/familia/DASJNout071.jpg');}
.bgImage7{background-image: url('../images/familia/DAS.jpg');}
.bgImage8{background-image: url('../images/familia/14435368_858576407607068_8270269683338372421_o.jpg');}
.bgImage9{background-image: url('../images/visitas/visitas_1.jpg');}
.vinhas1{background-image: url('../images/vinhas/gaivosa.jpg');}
.vinhas2{background-image: url('../images/vinhas/raposa.jpg');}
.vinhas3{background-image: url('../images/vinhas/estacao.jpg');}
.vinhas4{background-image: url('../images/vinhas/caldas.jpg');}
.vinhas5{background-image: url('../images/vinhas/aveleira.jpg');}
.vinhas6{background-image: url('../images/vinhas/oliveirinha.jpg');}