@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body{
	background-color: #FFF;
	/*background: url(../img/bg.jpg) no-repeat center center fixed !important; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	font-family: 'Maven Pro', sans-serif;
	*/
}

/*colores{
	rojo: #ED1C24;
	negro: #000000;
}
*/


fntwsmUsr1

.fntwsmUsr1 {
	position: relative;
}
  
.fntwsmUsr1 i{
	position: absolute;
	left: 15px;
	top: 40px;
	color: #5f1515;
}



footer {
    position: fixed;
    height: 115px;
    bottom: 0;
    width: 100%;
}

.footerMC{
	background: #ED1C24;
	height: 15px;
}


hr.marginContent{
	/*display: none;*/
	border: none !important;
	margin: 17px 0 !important;
}

h1.titleHome{
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	color: #ED1C24;
    font-family: 'Poppins', sans-serif;
}

h2.contentHome{
	color: #000;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.7rem;
	text-align: center;
    font-family: 'Poppins', sans-serif;
}

.txtRojo{
	color: #ED1C24;
	font-weight: 700;
    font-family: 'Poppins', sans-serif;
}



h2.titleModal{
	color: #ED1C24;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
    font-family: 'Poppins', sans-serif;
}

p{
	font-family: 'Poppins', sans-serif !important;
	text-align: left;
	line-height: 28px;
	font-size: 0.9rem;
	line-height: 1.5rem;
}

.btn-primary{
	background-color: #ED1C24 !important;
	border: none !important;
	font-weight: 600 !important;
	color: #FFF;
	text-decoration: none;
	padding: 12px 23px;
	border-radius: 6px;
	cursor: pointer;
}

.btn-primary:hover{
	background-color: #d4151c !important;
}

label{
	text-transform: uppercase;
	font-weight: 700;
	color: #000000;
	font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
}

.modal-title{
	color: #ED1C24;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.txtPortal{
	font-size: 1.1rem;
	text-align: justify;
	font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

a.noConfirmar{
	color: #ED1C24;
	text-decoration: underline;
	font-size: 0.9rem;
	font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


@media (max-width: 480px){
	hr.marginContent {
		display: none;
	}
	.mrgtp{

	}
}



/*@font-face {
  font-family: 'fontActData';
  src: url(../fonts/fontActDatos.otf);
}*/

.fntTerminos{
	font-size: 0.85rem !important;
    text-transform: none;
    color: #ed1c23 !important;
	padding-left: 0 !important;
	padding-top: 3px !important;
	font-family: 'fontActData';
}

h2.titleRed{
	color: #ED1C24;
	font-size: 1.15rem;
	text-align: center;
	font-family: 'fontActData';
}

.form-check-input:checked {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
}

.form-check-input:focus {
	box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5) !important;
	border-color: red !important;
} 

.form-control:focus{
	box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5) !important;
	border-color: red !important;
} 

.custom-switch .custom-control-input:checked~.custom-control-label::before {
	background-color: red !important;
  }

a {
	color: #ED1C24 !important;
	/* text-decoration: none !important; */
}

#loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #ED1C24;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



