
#loader{
	font-size: 60px;
  color: #edc93f;
  background-color: rgba(255,255,255,0.9);
  z-index: 1000;
  position: absolute;
  width: 100%;
  display: flex;
	display: none;	
}

.fa-loader{
	width: 60px;
  margin: auto auto;
}

#content{
float: left;
/*	background-image: url('/img/Fons-app.png');
  background-repeat: repeat;
  background-position: center center;*/
	width: 100%;
}

#pcoded, body{
	background-image: url('/img/Fons-app.png') !important;
  background-repeat: repeat !important;
  background-position: center center !important;
	width: 100% !important;
	height: 100% !important;
}

.pcoded-main-container{
}

.btnInicio{
	width: 47%;
  min-height: 40px;
  background-color: #fff;
  margin: 1.5% 1.5%;
  float: left;
  text-align: center;
  padding: 20px;
  position: relative;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.btnInicio:hover{
	cursor: pointer;
}

.btnInicioTxt{
	font-size: 21px;
	margin-top: 5px;
}

.btnInicio .fa{
	font-size: 100px;
}

.mopticscolor{
/*color: #edc93f;*/
color: #4c4a4a;
}

.mopticscolorbg{
background-color: #edc93f;
}

.motivo_cita{
	padding: 5px;
  margin: -5px;
}
.obligatorio{
border: 1px solid red;
}

.h5_titulos {
	font-size: 17px;
	font-weight:bolder;
	margin-bottom: -20px;
}
.hr {
  height: 1px;
  width: 30%;
  background-color: #CEC9C7;
  margin-left: 23px;
  margin-top: 15px;
}

.h4_acordeon {
    font-size: 20px
}

.chkPoliticaPrivacidad{
color: #000;
}

.main-body{
/*  display: flex;
  justify-content: center;
  align-items: flex-end;*/
}

/** estilo para las notificaciones de envio de los correos de pedir cita **/
.sendOk{
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  float: left;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
	display: none;	
	top: 0px;
	left: 0px;
}

.sendOk p{
  text-align: center;
  color: #edc93f;
  line-height: 40px;
  font-size: 32px;
}

li.pcoded:hover{
cursor: pointer;
}

.sendKo{
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  float: left;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
	display: none;	
	top: 0px;
	left: 0px;
}

.sendKo p{
  text-align: center;
  color: #edc93f;
  line-height: 40px;
  font-size: 32px;
}
/********************************************************************************/

/** estilo para las sesiones **/
td, th {
    white-space: initial !important;
}

#accordion .col-lg-12{
	padding-left: 0px;
	padding-right: 0px;

}
.accordion-panel h3 a{
	padding-left: 0px;
	padding-right: 0px;
}

.accordion-panel .accordion-content{
	padding-left: 0px;
	padding-right: 0px;

}

a {
    text-decoration: none;
    color: #ffffff;
}

a:focus, a:hover {
    text-decoration: none;
    color: #000000;
}

/********************************/


/** footer **/
#footer{
	margin-top: 40px;
}

#footer .card{
	border-radius: 30px;
}

#footer1{
	margin-top: 40px;
}

#footer1 .col-sm-12 .card{
	background-color: transparent;
  box-shadow: none;
}


/** bottom-bar **/
#bottom-bar{
margin-bottom: 15px;
}
.copyright{
	width: 100%;
}

.policys{
	width: 100%;
}

/** muestra u oculta el mensaje de no disponibilidad de multifocales **/
.no_multifocales{
	display: inline-block;
}

.si_multifocales{
	display: none;
}

.justificar {
	text-align: justify;
}

.negrita {
	font-weight:bolder;
	font-size:15px;
}

.ulmarginleft{
	margin-left: 25px;
}

@media(max-width: 992px){

}

@media (min-width: 350px) and (max-width: 735px){
	.btnInicio{
		width: 47%;
		margin: 1.5% 1.5%;
	}
}

@media (max-width: 349px){
	.btnInicio{
		width: 100%;
		margin: 1.5%;
	}

}
