
/*  ----------------   Fuentes   ----------------- */

@font-face {
    font-family: 'TelcelNova Media';
    src: url('../fonts/TelcelNova-Media.woff2') format('woff2'),
        url('../fonts/TelcelNova-Media.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*  ----------------------   Titulos  ----------------------- */

/*  Primary */

.title-primary1-c1{
	color: #00338D;
	font-family: 'TelcelNova Media';
	margin: 10px 0px 10px 0px;
}

.title-primary1-c2{
	color: #039BE5;
	font-family: 'TelcelNova Media';
	margin: 10px 0px 10px 0px;
}

.title-primary2-c1{
	color: #00338D;
	font-family: 'Lato';
	margin: 10px 0px 10px 0px;
}

.title-primary2-c2{
	color: #039BE5;
	font-family: 'Lato';
	margin: 10px 0px 10px 0px;
}

.title-primary2-c3{
	color: #00338D;
	font-family: 'Lato';
	margin: 0px 0px 0px 0px;
    font-size: 12PX;
}

/*  Secundary */


.title-secundary1-c1{
	color: #ffffff;
	font-family: 'TelcelNova Media';
	margin: 10px 0px 10px 0px;
}

.title-secundary1-c2{
	color: #039BE5;
	font-family: 'TelcelNova Media';
	margin: 10px 0px 10px 0px;
}

.title-secundary2-c1{
	color: #ffffff;
	font-family: 'Lato';
	margin: 10px 0px 10px 0px;
}

.title-secundary2-c2{
	color: #039BE5;
	font-family: 'Lato';
	margin: 10px 0px 10px 0px;
}

/*  ----------------------   Trextos   ----------------------- */

/*  Primary */

.text-primary-1{
	color: #000000;
}

.text-primary-1 strong{
	color: #039BE5;
}

.text-primary-2{
	opacity: .5;
	font-size: 14px;
}

/*  Secundary */

.text-secundary-1{
	color: #ffffff;
}

.text-secundary-1 strong{
	color: #039BE5;
}

.text-secundary-2{
	opacity: .5;
	font-size: 14px;
}

/*  ----------------   Botones   ----------------- */

.btn-primary {
	background-color: #039BE5;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 20px 10px 20px;
	font-family: 'Lato';
}

.btn-primary:hover {
	background-color: #0376BD;
	color: #ffffff;
}

.btn-primary:disabled{
	background-color: #039BE5;
	color: #ffffff;
}

.btn-secundary {
	background-color: #ffffff;
	color: #00338D;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 20px 10px 20px;
	font-family: 'Lato';
}



.btn-secundary:hover {
	background-color: #b3e5fc;
	color: #00338D;
}

.btn-secundary:disabled{
	background-color: #b3e5fc;
	color: #00338D;
}

.btn-primary i{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}


@media (max-width: 992px){
    
    .btn-primary{
    	width: 100%;
    	margin: 5px 0px 5px 0px;
    } 

    .btn-secundary{
    	width: 100%;
    	margin: 5px 0px 5px 0px;
    }

}

/*  ----------------   Iconos   ------------------ */

.ic-primary1 {
	color: #002278;
	margin: 0px;
}

.ic-primary2 {
	color: #039be5;
	margin: 0px;
}

.ic-secundary1 {
	color: #ffffff;
	margin: 0px;
}

/*  ----------------   Textfields   ------------------ */

.form-primary .form-group{
	font-family: 'Lato';
}

.form-primary .form-group input{
	border: 1px solid #039BE5;
	color: #000000;
	font-family: 'Lato';
}

.form-primary .form-group input:disabled{
	border: 1px solid #00338d;
	background-color: #ffffff;
	opacity: .5;
}

.form-primary .input-group input{
	border-right: 0px;
	border-left: 1px solid #039BE5;
	border-top: 1px solid #039BE5;
	border-bottom: 1px solid #039BE5;
	color: #000000;
	font-family: 'Lato';
}

.form-primary .input-group span{
	background-color: #ffffff;
	border: 1px solid #039BE5;
	border-left: 0px;
	border-radius: 3px 3px 3px 3px;
	color: #039BE5;
}


.form-primary .input-img-right input{
	border-left: 0px;
	border-right: 1px solid #039BE5;
	border-top: 1px solid #039BE5;
	border-bottom: 1px solid #039BE5;
	color: #000000;
	font-family: 'Lato';
}

.form-primary .input-img-right span{
	background-color: #ffffff;
	border: 1px solid #039BE5;
	border-right: 0px;
	border-radius: 3px;
	color: #039BE5;
}

.form-primary .input-error input{
	border-right: 0px;
	border-left: 1px solid #b53333;
	border-top: 1px solid #b53333;
	border-bottom: 1px solid #b53333;
	color: #b53333;
	font-family: 'Lato';
}

.form-primary .input-error span{
	background-color: #ffffff;
	border: 1px solid #b53333;
	border-left: 0px;
	border-radius: 10px;
	color: #b53333;
}

.form-primary .mensaje-error{
	margin: 0px;
	padding: 0px;
}

.form-primary .mensaje-error p{
	color: #b53333;
	align-content: left;
	font-size: 14px;
	margin: -10px 0px 0px 0px;
	font-family: 'Lato';
}

.form-primary .dropdown button{
	width: 100%;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #039BE5;
	color: #000000;
	text-align: left;
	font-family: 'Lato';
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0px;
}


.form-primary .dropdown i{
	float: right;
	padding-top: 3px;
}

.form-primary .form-group select{
	border: 1px solid #039BE5;
	color: #000000;
	font-family: 'Lato';
}

.form-primary .form-group textarea{
	border: 1px solid #039BE5;
	color: #000000;
	font-family: 'Lato';
}

/*   ------------------ */

.form-secundary .form-group{
	font-family: 'Lato';
}

.form-secundary .form-group input{
	border: 1px solid #039BE5;
	color: #ffffff;
	background-color: transparent;
	font-family: 'Lato';
}

.form-secundary .form-group input:disabled{
	border: 1px solid #039BE5;
	color: #ffffff;
	background-color: transparent;
	opacity: .5;
}

.form-secundary .input-group input{
	border-right: 0px;
	border-left: 1px solid #039BE5;
	border-top: 1px solid #039BE5;
	border-bottom: 1px solid #039BE5;
	color: #ffffff;
	background-color: transparent;
	font-family: 'Lato';

}

.form-secundary .input-group span{
	background-color: transparent;
	border: 1px solid #039BE5;
	border-left: 0px;
	border-radius: 3px 3px 3px 3px;
	color: #ffffff;
}


.form-secundary .input-img-right input{
	border-left: 0px;
	border-right: 1px solid #039BE5;
	border-top: 1px solid #039BE5;
	border-bottom: 1px solid #039BE5;
	color: #ffffff;
	font-family: 'Lato';
}

.form-secundary .input-img-right span{
	background-color: transparent;
	border: 1px solid #039BE5;
	border-right: 0px;
	border-radius: 3px;
	color: #ffffff;
}

.form-secundary .input-error input{
	border-right: 0px;
	border-left: 1px solid #b53333;
	border-top: 1px solid #b53333;
	border-bottom: 1px solid #b53333;
	color: #ffffff;
	font-family: 'Lato';
}

.form-secundary .input-error span{
	background-color: transparent;
	border: 1px solid #b53333;
	border-left: 0px;
	border-radius: 10px;
	color: #b53333;
}

.form-secundary .mensaje-error{
	margin: 0px;
	padding: 0px;
}

.form-secundary .mensaje-error p{
	color: #b53333;
	align-content: left;
	font-size: 14px;
	margin: -10px 0px 0px 0px;
}

.form-secundary .dropdown button{
	width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid #039BE5;
	color: #039BE5;
	text-align: left;
}


.form-secundary .dropdown i{
	float: right;
	padding-top: 3px;
}

.form-secundary .form-group select{
	border: 1px solid #039BE5;
	color: #ffffff;
	background-color: transparent;
	font-family: 'Lato';
}

.form-secundary .form-group textarea{
	border: 1px solid #039BE5;
	color: #ffffff;
	background-color: transparent;
	font-family: 'Lato';
}


/*  ----------------  Chip Check  ------------------ */

/*  Primary */

.chip-check-primary:focus{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: #039BE5;
	color: #ffffff;
	font-family: 'Lato';
	border: none;
	outline: none;
	
}

.chip-check-primary:hover{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: #0376BD;
	color: #ffffff;
	font-family: 'Lato';
	border: none;
	outline: none;
}

.chip-check-primary{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: #E6E9F5;
	color: #00338D;
	font-family: 'Lato';
	border: none;
	outline: none;
	margin: 5px 0px 5px 0px;

}

/*  Secundary */

.chip-check-secundary:focus{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: #039BE5;
	color: #ffffff;
	font-family: 'Lato';
	border: none;
	outline: none;
	
}

.chip-check-secundary:hover{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: #0376BD;
	color: #ffffff;
	font-family: 'Lato';
	border: none;
	outline: none;
}

.chip-check-secundary{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: #1D46A5;
	color: #ffffff;
	font-family: 'Lato';
	border: none;
	outline: none;
	margin: 5px 0px 5px 0px;

}

/*  ----------------  Chip Radio  ------------------ */

/*  Primary */

.chip-radio-primary:focus{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: #039BE5;
	color: #ffffff;
	font-family: 'Lato';
	outline: none;
	border: none;
	
}

.chip-radio-primary:hover{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: #0376BD;
	color: #ffffff;
	font-family: 'Lato';
	border: none;
	outline: none;
}

.chip-radio-primary{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: #ffffff;
	color: #039BE5;
	font-family: 'Lato';
	border: none;
	border: 1px solid #039BE5;
	outline: none;
	margin: 5px 0px 5px 0px;
}

/*  Secundary */

.chip-radio-secundary:focus{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: #039BE5;
	color: #ffffff;
	font-family: 'Lato';
	outline: none;
	border: none;

}

.chip-radio-secundary:hover{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: #0376BD;
	color: #ffffff;
	font-family: 'Lato';
	border: none;
	outline: none;
}

.chip-radio-secundary{
	height: 56px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	background-color: transparent;
	color: #039BE5;
	font-family: 'Lato';
	border: none;
	border: 1px solid #039BE5;
	outline: none;
	margin: 5px 0px 5px 0px;
}

/*  ----------------  Switch  ------------------ */


.sec-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.sec-switch .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sec-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sec-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #039be5;
}

input:disabled + .slider {
  opacity: .4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.sec-switch .slider.round {
  border-radius: 34px;
}

.sec-switch .slider.round:before {
  border-radius: 50%;
}




/*  ----------------  Alertas  ------------------ */


.alert-success{
	background-color: #009687;
	border: 0px;
	color: #ffffff;
}

.alert-info{
	background-color: #4c67ba;
	border: 0px;
	color: #ffffff;
}

.alert-warning{
	background-color: #ffc928;
	border: 0px;
	color: #000000;
}

.alert-danger{
	background-color: #b53333;
	border: 0px;
	color: #ffffff;
}


/*  ----------------  Tablas  ------------------ */

/*  Primary */

.table-primary1 thead tr{
	background-color: #81d3fa;
}

.table-primary1 tbody tr{
	background-color: #e1f5fe;
}

.table-primary1 tbody tr:hover{
	background-color: #b3e5fc;
	cursor: pointer;
}


.table-primary2 thead tr{
	background-color: #e1f5fe;
}

.table-primary2 tbody tr{
	background-color: #FAFAFA;
}

.table-primary2 tbody tr:hover{
	background-color: #F2F2F2;
	cursor: pointer;
}


.table-primary3 thead tr{
	background-color: transparent;
	border-bottom: 1px solid #039be5;
}

.table-primary3 tbody tr{
	background-color: transparent;
}

.table-primary3 tbody tr:hover{
	background-color: #FAFAFA;
	cursor: pointer;
}


/*  Secundary */

.table-secundary1 thead tr{
	background-color: transparent;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.table-secundary1 tbody tr{
	background-color: transparent;
	color: #f2f2f2;
}

.table-secundary1 tbody tr:hover{
	background-color: #0F3D99;
	color: #ffffff;
	cursor: pointer;
}


.table-secundary2 thead tr{
	background-color: #002278;
	color: #ffffff;
}

.table-secundary2 tbody tr{
	background-color: #0F3D99;
	color: #f2f2f2;
}

.table-secundary2 tbody tr:hover{
	background-color: #1D46A5;
	color: #ffffff;
	cursor: pointer;
}



.table-secundary3 thead tr{
	background-color: #0F3D99;
	color: #ffffff;
}

.table-secundary3 tbody tr{
	background-color: #1D46A5;
	color: #f2f2f2;
}

.table-secundary3 tbody tr:hover{
	background-color: #244EAE;
	color: #ffffff;
	cursor: pointer;
}



/*  ----------------  Modal ------------------ */

.modal h4{
	font-family: 'TelcelNova Media';
}

/*  ----------------  Carga Archivos ------------------ */


/*  --------  1 ------- */

.file-upload {
  background-color: #ffffff;
  text-align: center;
  margin: 0 auto;
  width: 220px;
  height: 220px;
}

.file-upload-content {
  display: none;
  text-align: center;
  background-color: #d9f2ff;
  width: 220px;
  height: 220px;
  margin: auto;

}

.file-upload-input {
  position: absolute;
  margin: -16px 0px 0px -110px;
  padding: 0;
  width: 220px;
  height: 220px;
  outline: none;
  cursor: pointer;
  border:1px solid #000000;
  opacity: 0;
}

.image-upload-wrap {
  border: 2px dashed #039BE5;
  background-color: #d9f2ff;
  color: #ffffff;
  width: 220px;
  height: 220px;
  padding-top: 7%;
  margin: auto;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #bde9ff;
  color: #ffffff;
  
}

.image-title-wrap {
  padding: 10px;
  color: #222;
  margin: 0px;
  cursor: pointer;

}

.drag-text {
  text-align: center;
  padding-top: 30%;
}

.drag-text h3 {
  font-size: 20px;
  color: #039BE5;
}

.file-upload-image {
  width: 135px;
  margin: auto;
  padding-top: 5px;
}


.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

/*  --------  2 ------- */

.file-upload2 {
  background-color: #ffffff;
  text-align: center;
  margin: 0 auto;
  width: 220px;
  height: 220px;
}

.file-upload-content2 {
  display: none;
  text-align: center;
  background-color: #ffffff;
  width: 220px;
  height: 150px;
  margin: auto;
  border: 1px solid #039BE5;
  border-radius: 5px;
  margin-bottom: 10px;
}

.file-upload-input2 {
  position: absolute;
  margin: 0px 0px 0px -110px;
  padding: 0;
  width: 220px;
  height: 150px;
  outline: none;
  cursor: pointer;
  border:1px solid #000000;
  opacity: 0;
}

.image-upload-wrap2 {
  border: 1px solid #039BE5;
  background-color: #ffffff;
  color: #ffffff;
  width: 220px;
  height: 150px;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}

.image-dropping2,
.image-upload-wrap2:hover {
  opacity: .7;
  
}

.image-title-wrap2 {
  padding: 10px 10px 0px 10px;
  color: #222;
  margin: 0px;
  cursor: pointer;

}

.drag-text2 {
  text-align: center;
  padding-top: 20%;
}

.drag-text2 h3 {
  font-size: 20px;
  color: #039BE5;
}

.file-upload-image2 {
  width: 40px;
  margin: auto;
  padding-top: 0px;
}


.remove-image2 {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image2:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image2:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload2 .btn-primary{
	width: 100%;
}

/* Modificaciones ajustes */

.header {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 1;
}

.footer {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	z-index: 1;
	padding: 1rem;
}

.footer .row {
	margin-bottom: 0;
}