.map-container-5{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
.map-container-5 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


p{
    font-family: Verdana;
    font-size: 130%;
}

.ref{
    font-size: 100%;
    text-align: center;
}

.box-prod{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    height:100%;
}

.card-img-top {
    height: 100%;
    width: 100%;
    object-fit: contain;
    justify-content: center;
    display:block;
    margin:auto;
    margin-top:1rem;
}    

.img{
    height: 300px;
    width: 300px;
}

.card-body{
    vertical-align: text-top;
}

.card-text{
    text-align: justify;
}

.local {
    background-color: #FD8F5F; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 30px;
}

.local1:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.localidad{
    float: right;
}
