﻿/*.Patron {
    background-image: url(/Content/App/Imagenes/Planes/Patron.png);
}*/

/*.marco > img {
    border: black 40px solid;
    border-image-slice: 30;
    border-image-source: url(/Content/App/Imagenes/Restaurantes/marco.png);
}
*/
/*.marco {    
    border: black 40px solid;
    background-color:white;
    border-image-slice: 30;
    border-image-source: url(/Content/App/Imagenes/Restaurantes/marco.png);
    margin-bottom: 15px;
}*/


.marco {
    /*background-color: ghostwhite;*/
    padding: 4px;
    margin: 14px;
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.btn {
    /*background-color: #ffde59;*/
    border-radius: 1rem;
}

/*.Titulo {
    color: white;
    background-color: #343a40;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}*/

.Titulo {
    font-family: 'Cinzel', serif;
    color: #ffde59;
    font-size: 2.5rem;
    padding: 15px;
    margin-bottom: 46px;
    text-align: center;
    background-color: black;
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 21px 22px 0px -3px rgba(255,222,89,1);
    -moz-box-shadow: 21px 22px 0px -3px rgba(255,222,89,1);
    box-shadow: 21px 22px 0px -3px rgba(255,222,89,1);
}

.Pagdetalles {
    color: #343a40;
    transition: background-color linear 1s;
}

    .Pagdetalles:hover {
        text-decoration: none !important;
        border: none;
        border-radius: 1rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
        background-color: dimgrey;
        color: white;
    }



.Localidad {
    /* border-bottom: solid 2px darkgray;
    border-left: solid 2px darkgray;
    border-right: solid 2px darkgray;*/
    border-radius: 0 0 0.5rem 0.5rem;
    position: relative;
    top: -2px;
}

@media (max-width: 300px) {
    .Titulo h4 {
        font-size: 0.9rem !important;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
}
