body{
    background: #009688;
}

.banner{
    margin-top: 0px;
}

.title-productos{
    text-align: center;
    font-size: 60px;
    color: #fff;
}

.title-productos h1{
    font-size: 100px;
    color: #000;
    font-weight: bolder;
    margin-top: 50px;
    margin-bottom: 50px;
}

.container-tarjet{
    width: 90%;
    margin: auto;
    background: #fff;
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 5px;
    margin-bottom: 100px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.container-all{
    display: flex;
    overflow: hidden;
    background: #fff;;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    }



.target1, .target2{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.target1{
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.container-ficha{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.container-ficha button{
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    border-radius: 10px;
    color: #000;
    background: #f4bf2a;
}

.container-ficha button:hover{
    cursor: pointer;
    background: #fff;
}

.container-ficha img{
    transition: transform .2s; /* Animation */
    margin-top: 50px;
}

.container-ficha img:hover{
    transform: scale(1.5);
}

#select2{
    width: 50%;
}

#select2:hover{
    transform: scale(1.5);
}

.container-title-local{
    text-align: center;
    font-size: 60px;
    color: #fff;
}

.container-social{
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 50px;
}

.ubicacion, .facebook{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ubicacion{
    width: 70%;
}

.ubicacion iframe{
    width: 100%;
}

.facebook{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.facebook .fb-page blockquote{
    width: 100%;
}



.ubicacion iframe{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


@media only screen and (max-width: 1000px) {

.container-all{
    flex-direction: column;
   }

.target1, .target2{
    width: 100%;
}

.container-ficha button{
    width: 80%;
    font-size: 20px;
}

.container-tarjet{
    padding-bottom: 20px;
}

.container-social{
    flex-direction: column;
    min-width: 100%;
}

.container-social .ubicacion,
.container-social .facebook{
    width: 100%;
}

.facebook{
    margin-top: 50px;
}


}