html{
    height:100%;
    background-image: url(../images/index.jpg); background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

#BannerF{
    font-family:"Arial";
    width: 100%;
    height: 100%;
    font-weight: 900;
    
}

#BannerF .contenedorf{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.contenedorf img{
    width: 100%;
    height: auto;
}

.contenedorf a{
    display: block;
    cursor: pointer;
    margin-top: 5px;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke: 2px #4E5A62;
    font-style: blode;

}
.item{
    color: #F58634;
    font-size: 30px;
    text-decoration: none;
    letter-spacing: 2px;
    
}

#BannerF a:hover{
    -webkit-text-fill-color: #F58634;
    -webkit-text-stroke: .2px rgba(0,0,0,0.8);
}
*/


/*-------------------------------------------*/

@media screen and (max-width : 480px) {
    #BannerF img{
    width: 100%;
    height: auto;
}
    
    .item{
        font-size: 20px;
    }

}

@media(min-width:600px){
    
    #BannerF img{
    height: auto;
}

    .item{
        font-size: 30px;
    }
}


@media(min-width:1024px){
    
    #BannerF img{
    width: 75%;
    height: auto;
}

    
}
