body{
    background-color: aliceblue;
          text-align: center;
		  font-family: Arial, Helvetica, sans-serif;
       }


/*.bg{


    background: linear-gradient(to bottom,white, #55b1fb, blue);
    
    background-position: center center;

}*/


.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #05c3de;
	transition: width .6s ease;
  }

/* -------------------------------------------------------------------------- */
/*                              ESTILOS DE TEXTO                              */
/* -------------------------------------------------------------------------- */

.text-huixquilucan1 {
	color: #19225c !important;
}

.text-huixquilucan2 {
	color: #0b4e91 !important;
}

.text-huixquilucan3 {
	color: #125e9e !important;
}

.text-huixquilucan4 {
	color: #4f9fcf !important;
}

.text-huixquilucan5 {
	color: #05c3de !important;
}

.text-huixquilucan6 {
	color: #858388 !important;
}

/* -------------------------------------------------------------------------- */
/*                              ESTILOS DE BOTONES                            */
/* -------------------------------------------------------------------------- */

.btn-huixquilucan1 {
	color: #fff !important;
	background-color: #19225c !important;
	border-color: #19225c !important;
}

.btn-huixquilucan1:hover {
	color: #fff !important;
	background-color: #0b4e91 !important;
	border-color: #0b4e91 !important;
}


.btn-huixquilucan2 {
	color: #fff !important;
	background-color: #0b4e91 !important;
	border-color: #0b4e91 !important;
}

.btn-huixquilucan2:hover {
	color: #fff !important;
	background-color: #125e9e !important;
	border-color: #125e9e !important;
}


.btn-huixquilucan3 {
	color: #fff !important;
	background-color: #125e9e !important;
	border-color: #125e9e !important;
}

.btn-huixquilucan3:hover {
	color: #fff !important;
	background-color: #4f9fcf !important;
	border-color: #4f9fcf !important;
}


.btn-huixquilucan4 {
	color: #fff !important;
	background-color: #05c3de !important;
	border-color: #05c3de !important;
}

.btn-huixquilucan4:hover {
	color: #fff !important;
	background-color: #06ddf9 !important;
	border-color: #06ddf9 !important;
}



/* -------------------------------------------------------------------------- */
/*                         ESTILOS DE BACKGROUND                              */
/* -------------------------------------------------------------------------- */

.bg-huixquilucan1 {
	background-color: #19225c !important;
}

.bg-huixquilucan2 {
	background-color: #0b4e91 !important;
}

.bg-huixquilucan3 {
	background-color: #125e9e !important;
}

.bg-huixquilucan4 {
	background-color: #4f9fcf !important;
}

.bg-huixquilucan5 {
	background-color: #05c3de !important;
}


.bg-huixquilucan-gradient1{
    background: rgb(79,159,207);
    background: linear-gradient(180deg, rgba(79,159,207,1) 0%, rgba(18,94,158,1) 50%, rgba(11,78,145,1) 100%); 
}


.bg-huixquilucan-gradient2{
	background: rgb(79,159,207);
	background: linear-gradient(274deg, rgba(79,159,207,0) 0%, rgba(18,94,158,0.3113446062018558) 50%, rgba(11,78,145,1) 100%); 
	color: #ffffff;
}

.bg-huixquilucan-gradient3{
background: rgb(5,195,222);
background: linear-gradient(90deg, rgba(5,195,222,1) 0%, rgba(79,159,207,1) 50%, rgba(11,78,145,1) 100%); 
}

.bg-huixquilucan-gradient4{
background: rgb(5,195,222);
background: linear-gradient(90deg, rgba(5,195,222,1) 0%, rgba(85,220,240,1) 50%, rgba(193,247,255,1) 100%); 
}

.bg-huixquilucan-gradient5{
background: rgb(255,142,2);
background: linear-gradient(80deg, rgba(255,142,2,1) 0%, rgba(255,182,93,1) 50%, rgba(255,214,63,1) 100%); 
}

.bg-huixquilucan-gradient-dif{

background: linear-gradient(180deg, rgb(0, 201, 233) 0%, rgb(7, 127, 174) 50%, rgb(6, 76, 138) 100%);
}


.link-active{
	background-color: #05c3de !important;
}

