/**/

.row .logo{
	text-align: center;
}

.row .pie{
	text-align: center;
}

@media screen and (max-width: 992px){
	.oscuro{
		background:rgba(0, 0, 0, 0.5);
	}

	.navbar-light .navbar-nav .nav-link {
        color: rgba(255, 252, 252, 0.9);
        font-weight: bold;
        padding-bottom: 18px;
    }
}

@media screen and (min-width: 769px){
.modal-dialog {
    max-width: 100%;
    /*margin: 2.75rem auto;*/
    /*margin-top: 5%;*/
	}
}

@media screen and (max-width: 880px){
.modal-dialog {
    max-width: 100%;
    /*margin: 2.75rem auto;*/
    margin-top: 8%;
	}
}

@media screen and (max-width: 768px){
.modal-dialog {
    max-width: 100%;
    /*margin: 2.75rem auto;*/
    margin-top: 10%;
	}
}

@media screen and (max-width: 544px){
.modal-dialog {
    max-width: 100%;
    /*margin: 2.75rem auto;*/
    margin-top: 20%;
	}
}

.proyecto{
	cursor: pointer;
}

/*@media screen and (max-width: 1000px){
.modal-dialog {
    max-width: 100%;
    
	}
}*/