@font-face {
	font-family: "gothamblack";
	src: url("../fonts/Gotham Black.otf");
}
@font-face {
	font-family: "gothambold";
	src: url("../fonts/Gotham-Bold.otf");
}
@font-face {
	font-family: "gothambook";
	src: url("../fonts/Gotham Book.otf");
}

@media(max-width: 768px) {
	.modal-dialog {
		min-height: calc(100vh - 20px);
	}
}

@media (min-width : 320px) {
	.divCenter {
		 text-align: center!important;
		 margin-top: 5px !important;
	}
}

@media (min-width : 480px) {
	.divCenter {
		 text-align: center!important;
		 margin-top: 5px !important;
	}
}

@media (min-width : 768px) {
	.divCenter {
		 text-align: center!important;
		 margin-top: 5px !important;
	}
}

@media (min-width : 920px) {
	.divCenter {
		 text-align: center!important;
		 margin-top: 5px !important;
	}
}

@media(min-width: 1400px){
	.addImaBack{
		min-width: auto !important;
		height: 750px !important;
		max-height: auto !important;
	}
}

.divMexDes{
	background-color: #FFFFFF;
	height: 100px !important; 
	padding-right: 0 !important;
	padding-left: 0 !important;              
}

.addImaBack{
	background-image: url('../imagenes/MexDesUni.jpg'); 
	-webkit-background-size: 100% 100%;           /* Safari 3.0 */
	-moz-background-size: 100% 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 100%;           /* Opera 9.5 */
	background-size: 100% 100%; 
	min-width: auto !important;
	height: 480px;
	max-height: auto !important;
}

.espacioTopUnder{
	top: 20px !important;
}

.underlinecolor{
	border-bottom-style: solid;
	border-bottom-color: #00B300 !important;
	border-bottom-width: 8px;
}

.divFooter{
	background-color: #58167D;
	color: #FFFFFF;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
}

.divP{
	margin-top: 10px; 
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.divDocumentos{
	background-color:rgb(0,138,126,0.6); 
	color: #FFFFFF;
}

.imgOpacity{
	opacity: 1 !important;
}

.modal-lg{
	max-width: 1000px !important;
}

.divEspaciosMargin{
	margin-top: 48px;
	margin-bottom: 48px;
}

.modal-backdrop {
	background-color: rgb(255,255,255,.999);
}

.modal-dialog {
	min-height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
}

.modal-content{
	background-color: rgb(255,255,255,.4);
	border: 0px !important;
}

.rounded {
	border-radius: 1.25rem !important;
}
