
.banner-enc{
    background-image: url('../imagenes/banner4.jpg');
    background-position: center;
    background-size: cover;
    padding-top:250px;
    padding-bottom:350px;
  }

.colauto{
    color:#fca937;
    font-size: 22px;
}

.caption-style-1{
    list-style-type: none;
    margin: 0px;
    padding: 0px;    
}
.caption-style-1 li{
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.caption-style-1 li:hover .caption{
    opacity: 1;
}
.caption-style-1 img{
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
}



.caption-style-1 .caption{
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition:all 0.45s ease-in-out;
    -moz-transition:all 0.45s ease-in-out;
    -o-transition:all 0.45s ease-in-out;
    -ms-transition:all 0.45s ease-in-out;
    transition:all 0.45s ease-in-out;
}
.caption-style-1 .blur{
    background-color: rgba(0,0,0,0.60);
    width: 400px;
    height: 300px;
    z-index: 5;
    position: absolute;
    transition:all 0.2s ease-in-out;
}
.caption-style-1 .caption-text h1{
    /*text-transform: uppercase;*/
    font-size: 24px;
}
.caption-style-1 .caption-text{
    color: #fff;
    position: absolute;
    width: 400px;
    height: 300px;
    margin-left:-30px;
    /*margin-left: 20px;*/
    top:100px;
    z-index: 10;
}



/*celular*/
@media screen and (max-width: 560px) and (max-width:768px){
  
    h5 {
       font-weight: bold;
       padding-bottom:30px;
    }
  
    .caption-style-1 .caption{
        cursor: pointer;
        transition:none;
    }
    .caption-style-1 img{
        margin-left: 20px;
        margin-bottom: 50px;
        height: 200px;
        width: 300px;
        
    }
    .caption-style-1 li:hover .caption{
        margin-left:19.5px;
        margin-bottom: 50px;   
        
    }
    .caption-style-1 .blur{
        background-color: rgba(0,0,0,0.65);
        height: 200px;
        width: 300px;
  }
  .caption-style-1 .caption-text h1{
    font-size: 14px;
    margin-top:-50px;
    
}
.caption-style-1 .caption-text{
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 200px;
    height: 300px;
    margin-left:30px;    
}
.display-4{
    font-size:40px !important;
}

}


/*tablet-ipad*/
@media screen and (max-width: 1200px) {
    .verfrase1, .verfrase2, .verfrase3, .verfrase4, .verfrase5, .verfrase6{
        display:inline-block;
    }
    h1{
        display:none;
    }
    .colauto{
        opacity: 0;
    }
    .caption-style-1 li:hover .caption{
        opacity: 0;
    }
     .caption-style-1 .caption-text h1{
        text-transform: uppercase;
        font-size: 18px;
        margin-top:-50px;
    }
    .caption-style-1 .caption-text{
        z-index: 10;
        color: #fff;
        position: absolute;
        width: 200px;
        height: 300px;
        margin-left:20px;
    }
}



@media screen and (min-width: 1200px) {
    .verfrase1, .verfrase2, .verfrase3, .verfrase4, .verfrase5, .verfrase6{
        display: none;
    }
}
