@media screen and (max-width: 767px) {
    .imagenes {
        display: none; /* Oculta el div en dispositivos móviles */
    }
    .container.jumbotron.text-left{
     	display: none; /* Oculta el div en dispositivos móviles */
    }
    h1,h2 {
    	padding-left:15px;
    }
}
@media (min-width: 1200px)
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1310px;
}
body{
	background-color:white !important;	
}
.jumbotron{
	background-color:white !important;
	margin-bottom:0 !important;
	padding: 7rem 0rem;
}
.form-group {
    padding: 5px;
    margin:	auto;
}
.form-control{
	text-align: left !important;
    font: normal normal 600 18px/21px Montserrat !important;
    letter-spacing: -0.36px !important;
    color: #121010 !important;
    opacity: 1 !important;
    height: 50px !important;
    width: 365px !important;
    border: 1px solid #E2E2E2;
	border-radius: 6px;
}
.btn-custom{
	background: #1FAEEF 0% 0% no-repeat padding-box;
	border-radius: 25px;
	opacity: 1;
	color:#FFFFFF;
}
.imagen{
	background: url('/epmigmmc/images/Enmascarar grupo 2.png') no-repeat right top;
	background-size: 100% 255px;
    background-position: right top;
    position: absolute;
	width: 60%;
	left:40%;
    height:255px;
    z-index:1;
}
.enmascarar{
	position: absolute;
	width: 60%;
	left:40%;
	height: 255px;  
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
	z-index:2;
}
.formulario{
	min-height: 148px;
	width: 100%;
	background: #E6EFFD 0% 0% no-repeat padding-box;
	opacity: 0.95;
	display: flex;
  	justify-content: center; /* Alinea horizontalmente en el centro */
  	align-items: center; 
  	margin-top: 40px;
  	padding-left: 15px;
}
.interno{
	margin-top:5rem;
}
h1{
	font: normal normal normal 28px/32px Montserrat;
	color: #064884;
	z-index:3;
}
h2{
	font: normal normal normal 28px/30px Montserrat;
	color: #074884;
}
p{
	font: normal normal normal 17px/24px Montserrat;
}
label{
	text-align: left;
	font: normal normal 600 14px/18px Montserrat;
	letter-spacing: -0.28px;
	color: #000000;
	opacity: 1;
}
.linea{
	background: #074884 0% 0% no-repeat padding-box;
    width: 411px;
    height: 6px;
    z-index:2;
}
.lineacompleta{
	background: #545b62 0% 0% no-repeat padding-box;
    height: 1px;
    position: absolute;
    width: 70%;
    left: 30%;
    z-index: 1;
}

.punto {
    color: white !important;
}

/*botones*/
button[disabled]:hover {
    
}

.btn-custom-blue {
	background: #35BCD9 0% 0% no-repeat padding-box;
	border-radius: 33px;
	opacity: 1;
	text-align: center;
	font: normal normal bold 16px/30px Montserrat;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: Capitalize;
	opacity: 1;
}
.btn-custom-blue-p {
	background: #1995AD 0% 0% no-repeat padding-box;
	border-radius: 28px;
	opacity: 1;
	text-align: center;
	font: normal normal bold 14px/20px Montserrat;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: Capitalize;
	opacity: 1;
}
.btn-custom-transparent-p {
	background: transparent 0% 0% no-repeat padding-box;
	border-radius: 28px;
	opacity: 1;
	text-align: center;
	font: normal normal bold 14px/20px Montserrat;
	letter-spacing: 0px;
	border: 1px solid #1995AD;
    color: #1995AD;
	text-transform: Capitalize;
	opacity: 1;
	padding: 6px 12px;
}   

.btn-custom-gray-p{
	background: #7B7B7B 0% 0% no-repeat padding-box;
	border-radius: 28px;
	opacity: 1;
	text-align: center;
	font: normal normal bold 14px/20px Montserrat;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: Capitalize;
	opacity: 1;
}

.btn-custom-blue:hover{
	background-color: #F4A11C;
	border-color: #F4A11C;
	color: #fff;
}

.btn-custom-blue-p:hover{
	background-color: #F4A11C;
	border-color: #F4A11C;
	color: #fff;
}

.btn{
	text-align: center;
	font: normal normal 600 16px/24px Montserrat;
	letter-spacing: 0px;
	color: #FFFFFF;
	height:45px;
	width:130px;
	opacity: 1;
	margin-top: 20px;
}
/************************************************ MODALES ******************************************************************/
.modal-img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    margin: 55px auto;
    width: 100px;
    height: 80px;
}

.registrado{
	box-shadow: 0 0 1px 3px #27CB5C !important;
	color: #27CB5C !important;
}

.noregistrado{
	box-shadow: 0 0 1px 3px #FF9B52 !important;
	color: #FF9B52 !important;
}

.error{
	box-shadow: 0 0 1px 3px #cd0d0d !important;
	color: #cd0d0d !important;
}

.icono{
	display: inline-block;
    font-size: 50px;
    color: #000;
    font-family: monospace;
    line-height: 74px;
    cursor: pointer;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    background: #fff;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 0 1px 3px #000;
}

.modal {
	background: #6C7071 0% 0% no-repeat padding-box;
}
.modal-title{
	text-align: center;
    font: normal normal bold 24px/32px Montserrat;
    letter-spacing: 0px;
    color: #2C2C2C;
    text-transform: capitalize;
    margin-bottom: 1rem; /**linea nueva*/
	padding-top: 1rem;
}
.modal-accion{
	font: normal normal 600 18px/28px Montserrat;
	text-align: center;
}
.modal-body{
	text-align: center;
    font: normal normal bold 16px/28px Montserrat;
    letter-spacing: 0px;
    color: #2C2C2C;
}
.modal-content{
	margin: 1rem 1rem 1rem 1rem;
    max-width: 90%;
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(112, 112, 112, 1);
    border-radius: 15px;
    -webkit-filter: drop-shadow(5px 20px 20px rgba(108, 112, 113, 0.14901960784313725));
    filter: drop-shadow(5px 20px 20px rgba(108, 112, 113, 0.14901960784313725));
    padding: 1rem 1.5rem 1rem 1.5rem;
}
.modal-footer {
	justify-content: center;
}


/************************************************ FIN LANDING **************************************************************/

.loading {
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: -1000;
	overflow: hidden;
    display: none;
}

.loading-show {
	opacity: 1;
	z-index: 1000;
	display: flex;
}