body, html {
  height: 100%;
}
.card-header{
    background-color: #1266ac
}
body{
    background-color: #edf1f0;
    font-family: 'Raleway',sans-serif;
    
}
.color-red{
	color: #ff0000;
}
.btn-md{
    padding:12px 55px;
    font-size:16px;
}


.div-texto-centrado{
  display: flex;
   justify-content: center;
   align-items: center;
}

.nombre-escuela{
  color: #1266ac;
  font-weight: bold;
}

.titulo-formulario{
  color: #1266ac;
  font-weight: bold;
}

.container-preinscripcion{
  margin: 30px auto;
}

.container-preinscripcion .card{
  border-top: 4px solid #1266ac;
  border-bottom: 4px solid #1266ac;
}
.container-preinscripcion label{
  color: #666
}
.container-preinscripcion input.form-control{
  border: none;
  border-bottom: 1px solid #1266ac;
  background-color: #fafcfc;
  border-radius: 0;
}

.container-preinscripcion .btn-primary{
  background-color: #1266ac;
}
/*** MENSAJE ESQUINA ***************************************************************************************************/
#mensaje-esquina {
  position: fixed;
  bottom:0px;
  left:40%;
	/* top: 30px;
	right: 30px; */
	min-width: 200px;
	max-width: 350px;
	border-radius: 0;
	cursor: pointer;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
}
#mensaje-esquina.alert-success {
	background-color: #48a848;
	border-color: #419641;
}
#mensaje-esquina.alert-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
}
#mensaje-esquina p {
  margin: 0;
	color: #FFFFFF;
  
}


/*** LOADER ************************************************************************************************************/
#loader {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 9999;
}
.container-loader {
	display: table;
	margin: 0 auto;
	padding: 10px 15px;
	border-radius: 10px;
}
.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/*** MODAL PROPIA ******************************************************************************************************/
.modal-propia {
	position: fixed;
	display: block;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 2050;
}
.modal-content-propia {
	width: 700px;
	max-width: 95%;
	margin: 30px auto;
	padding: 30px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
@media only screen and (max-width: 600px) {
  #modal-politica {
    height:100vh;
    width:100vw;
  }
  .modal-politica{
    height:80vh;
  }
  .texto-politica{
    height:50vh;
    overflow:scroll;
  }
}