input[type=text], input[type=email], input[type=password]{
    border: none;
    border-bottom: 2px solid #d9221a;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus{
    border: none;    
}

.tdheadform{
    height: 150px;
    background-image: url("../img/logo-fava-bg.png");
    background-size: cover;
}

a.linkDr:hover{
    background-color: #fed201;
}

.showArt{
    cursor: pointer;
}

.imgPedido{
    width: auto;
    height: 120px;
    text-align: center;
    margin: auto;
}


#catalogoPizza{
    padding: 10vh 0;
}
div.wrpPedido{
        border: 2px solid #d9221a;
        padding: 12px;
        border-radius: 10px;
        margin-bottom: 20px;
}
h4{
            color: #282b89;
        }
        .imgPedido{
            margin-bottom:15px;
        }
@media only screen and (max-width:991px){
    a.cab-link:hover{
        border-radius: 0%!important;
        transform: none!important;
        background-color: #ccc!important;
        }

    a.cab-link:active{
        color: #d9221a!important;
    }
}

a.cab-link:hover{

    opacity:85%;
    background-color: #fed201;
    border-radius: 70%;
    transform: rotate(5deg);
    }

@media only screen and (max-width:768px){
    .txt-mob{
        font-size: 15px!important;
    }
    .wrpPedido{
        height: 28em!important;
    }

}
  

#bannerPizza{
    background-image: url(../img/banner-pizza.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #ffffff;
    padding: 10vh  0; }
    #banner h2 {
        margin-top: 20px; }
#bannerLomito{
    background-image: url(../img/banner-lomos.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #ffffff;
    padding: 10vh  0; }
    #banner h2 {
      margin-top: 20px; }

#bannerEmpanada{
    background-image: url(../img/banner-empanadas.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #ffffff;
    padding: 10vh  0; }
    #banner h2 {
        margin-top: 20px; }

#bannerPromo{
    background-image: url(../img/banner-promociones.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #ffffff;
    padding: 10vh  0; }
    #banner h2 {
        margin-top: 20px; }

#bannerBebida{
    background-image: url(../img/banner-gaseosas.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #ffffff;
    padding: 10vh  0; }
    #banner h2 {
        margin-top: 20px; }