
/* body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
    background-color: #e9ecef;
}

strong { font-weight: 500; } */

a, a:hover, a:focus {
	color: #f35b3f;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

img { max-width: 100%; }

::-moz-selection { background: #f35b3f; color: #fff; text-shadow: none; }
::selection { background: #f35b3f; color: #fff; text-shadow: none; }

/* 

/***** Top content *****/

.top-content { padding: 10px; text-align: center; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box { padding-top: 10px; }

.f1 {
	padding: 5px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #f35b3f; }

.f1-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #f35b3f; color: #f35b3f; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #f35b3f; font-size: 22px; line-height: 48px;
}



.f1-step p { color: #ccc; }
.f1-step.activated p { color: #f35b3f; }
.f1-step.active p { color: #f35b3f; }

.f1 fieldset { display: none; text-align: left; }
.f1 fieldset h6 { color: #f35b3f; text-align: center; margin-top: 20px; text-transform: uppercase; }

.p-media p{ color: #252424; text-align: justify; margin-top: 20px;  }
.p-mensaje { color: #06548b; text-align: center; margin-top: 5px; font-size: smaller; font-weight: 500; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #f35b3f; }

.btn-whatsapp {
	background-color: #0DC143;
	color: #fff;
}

.fa-whatsapp{
	background-color: #0DC143;
	color: #fff;
}

.btn-whatsapp:hover {
	background-color: #ffffff;
	color: #308117;
	border-color: #308117;
}
.fa-whatsapp:hover{
	color: #308117;
}
/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	.top-content { padding: 40px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.f1 { padding-bottom: 10px; }
	.f1-buttons button { margin-bottom: 5px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
}

/* loading-overlay */
.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
  }
  
  .loading-spinner {
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top: 4px solid #ffffff;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

  /* .combo {
	height: 43px !important; margin-bottom: inherit; border-radius: 5px; 
  } */

  .table-sm{
	font-size: 12px;
	width: 100%;
	
  }

  .btn-sm{
	line-height: 0.8 !important;
    border-radius: 36px !important;
  }

/* pag inscripcion */


.wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden;
}
.lockscreen-wrapper {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 10%;
}

.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.lockscreen .lockscreen-name {
    text-align: center;
    /* font-weight: lighter; */
    font-size: 16px;
    color: #fff;
}

.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    /* background: #fff; */
    position: relative;
    margin: 10px auto 30px auto;
    width: 290px;
}

.lockscreen {
    /* background: #2C6CB0  */
	background: url(../images/homebg.png);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    min-width: 90px;
}

.sombra {
	-webkit-box-shadow: 1px 3px 16px -3px rgba(168,159,168,1) !important;
    /* -moz-box-shadow: 1px 3px 16px -3px rgba(168,159,168,1) !important; */
    box-shadow: 1px 3px 16px -3px rgba(168,159,168,1) !important;
}

.lockscreen-image>img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: -25px;
    background: #fff;
    padding: 5px;
    z-index: 10;
}

.btn-info {
    background-color: #00c0ef !important;
    border-color: #00acd6;
	min-width: 10px !important;
    height: 35px !important;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.text-light-blue {
    color: #2C6CB0 !important;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.lockscreen-credentials .form-control {
    border: 0;
}
.lockscreen-credentials {
    margin-left: 70px;
}
.input-group .form-control {
    position: relative !important;
    z-index: 2 !important;
    float: left !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.seleccion{
	display: flex;
    justify-content: space-between;
    background-color: #FC6A42;
    margin: inherit;
    padding: 10px 10px 3px 10px;
    text-align: center;
    border-radius: 10px;
}

td, th {
    padding: 4px;
}

.table-mant{
    font-size: 14;
    color: #555555;
    background-color: #fff;
}

