main.container-fluid{
    max-width: 1920px;
    margin: 0 auto;
}
.pdv-container{
    background: url('../images/pdv.jpg') no-repeat;
}
.centered{
    max-width: 430px;
    margin: 0 auto;
    padding-top: 240px;
    padding-bottom: 320px;
}
.pdv-container h3{
    font-family: 'Roboto-Light';
    font-size: 50px;
}
.pdv-container h3 span{
    font-family: 'Roboto-Bold';
}
.pdv-container p{
    font-family: 'Roboto-Light';
    font-size: 20px;
    max-width: 430px;
}
.select-ubica{
    font-family: 'Roboto-Light';
    font-size: 20px;
    padding: 4px;
	width: 100%;
    max-width: 100%;
	margin-bottom: 15px;
}
.modal{
    overflow-y: initial !important;
}
.modal-dialog,.modal-content{
    overflow-y: auto;
    height: 100%;
}
.modal-dialog{
    width: 100%;
    max-width: initial;
    margin: 0;
}
.modal-content{
    border: none;
    border-radius: 0;
    padding-top:40px;
    padding-left:50px;
    padding-right:70px;
}
.modal-header{
    left:75px !important;
    top:55px !important;
    right:75px !important;
    padding:0;
    border-bottom:none;
}
.modal-header .close {
    margin-top: -25px;
}
.modal-header .close{
    background:url("../images/close.svg") no-repeat !important;
    width:100px;
    height:100px;
    opacity: 1 !important;
}
.modal-title{
    font-family:'Roboto-Bold';
    font-size:48px;
    color: #FF61AD;
}
.local{
    padding-bottom:70px;
}
.local p{
    font-family: 'Roboto-Regular';
    font-size:18px;
    margin:0 0 2px;
    color: #FF61AD;
}
.local .nombre{
    text-transform:uppercase;
}
.local .map  a{
    color: #192D50;
}
@media (max-width: 1200px){
    .pdv-container {
        background-position-x: right;
    }
}
@media screen and (max-width:767px){
    .pdv-container{
        background: url('../images/pdv_responsive.jpg') no-repeat;
    }
    .modal-header{
        right:0 !important;
    }
    .centered{
        padding-top: 160px;
        padding-bottom: 160px;
    }
}
@media screen and (max-width:478px){
    .modal-title{
        font-size:34px;
    }
}
@media screen and (max-width:425px){
    .modal-header{
        left:40px !important;
        top:15px !important;
    }
    .modal-header .close {
        margin-top: 0;
    }
    .modal-content{
        padding-right:0;
        padding-left:20px;
        padding-top: 160px;
    }
    .local {
        padding-bottom: 40px;
    }
}
@media screen and (max-width:320px){
    .modal-content{
        padding-top: 180px;
    }
}