/*
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 : 14-mar-2019, 9:52:32
    Author     : critic26
*/

.heightParallax{
    min-height: 300px;
}
.bg-parallax{
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-overlay{
    background-image: linear-gradient(to right, #6294a6, #7997cd, #6ab9eb); 
}
.back-to-top{
    background-image: linear-gradient(to right, #6294a6, #7997cd, #6ab9eb);
}
#success div{
    border-radius: 7px;
    padding: 5px 15px;
    color: white;
    background-image: linear-gradient(to right, #6294a6, #7997cd, #6ab9eb); 
}
.parallax-fullscreen .parallax-overlay {
    opacity: 0.65;
}
.casos{
    min-height: 400px;  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    padding: 0 !important;

}
#casos div div{
    display: none;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.85;
    vertical-align: bottom;
    padding: 15px 25px;
    padding-top: 50px;
    position: absolute;
    border-radius: 7px;
    color: #000;
    height: 100%;
    width: 100%;

}
.casos{
    opacity: 0.8;
}
.titol{
    margin-top: 100px;
    color: white;
    background-image: linear-gradient(to right, #6294a6, #7997cd, #6ab9eb);
    margin-left: 35px;
    margin-right: 35px;
    border-radius: 7px;
}
#cas1{
    background-image: url("../images/casos/cas1.jpg");
}
#cas2{
    background-image: url("../images/casos/cas2.jpg");
}
#cas3{
    background-image: url("../images/casos/cas3.jpg");
}
#cas4{
    background-image: url("../images/casos/cas4.jpg");
}
#cas5{
    background-image: url("../images/casos/cas5.jpg");
}
#cas6{
    background-image: url("../images/casos/cas6.jpg");
}
.casos .fa{
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #6294a6), color-stop(0.15, #7997cd), color-stop(0.3, #6ab9eb));
    background-image: gradient(  linear, left top, right top, color-stop(0, #6294a6), color-stop(0.15, #7997cd), color-stop(0.3, #6ab9eb) );
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;   
}
.noPadding{
    padding: 0 !important;
}
.titolInt{
    color: white;
    background-image: linear-gradient(to right, #6294a6, #7997cd, #6ab9eb);
    border-radius: 7px;
}
@media (max-width: 768px) {
    .casos{
        min-height: 500px;  
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        cursor: pointer;
    }
}
@media (max-width: 999px) {
    .titol{
        margin-top: 60px;
        color: white;
        background-image: linear-gradient(to right, #6294a6, #7997cd, #6ab9eb);
        margin-left: 30px;
        margin-right: 30px;
        padding: 5px;
    }
}
