<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Encuestas*/
/*Se inicializa la variable de la altura del iframe*/
:root {
  --alturaIframe: initial ;
}

.encuesta iframe {
    margin-top: 20px;
    border: none;
    width: 100%;
    height: var(--alturaIframe);
}

/*Se ajustan los porcentajes en responsive*/
@media(max-width: 610px) {
   .encuesta iframe {
        height: calc(var(--alturaIframe) + 25vh);
    }
} 

@media(max-width: 430px) {
   .encuesta iframe {
        height: calc(var(--alturaIframe) + 60vh);
    }
} 
/*Encuestas*/

.disableSelect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.oculto {
	display: none;
}

.card-header2 {
	text-transform: capitalize !important;
}

.labelPointer {
	cursor: pointer;
}

.bordeGris {
	border-color: #ced4da;
}

h3.migas {
	font-size: 20px;
	font-weight: bold;
	color: #0089A6;
	margin: 10px 0 0 0;
}

.radioButtonList {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

	.radioButtonList.horizontal li {
		display: inline;
		margin-right: 1rem;
	}

	.radioButtonList td {
		padding-right: 15px;
	}

.labelcheckbox label {
    display: inline;
}
/* FORMULARIOS
----------------------------------------------------------*/
textarea {
	resize: none;
	width: 538px;
	height: 81px;
}

	.input-group-addon-error,
	.dropdown-toggle-error,
	.panel-default-error,
	.fileInputError .file-caption,
	input[type=text].error,
	input[type=text].error:focus,
	input[type=password].error,
	input[type=password].error:focus,
	textarea.error, textarea.error:focus,
	select.error, select.error:focus,
	.TxDescripcion_DesignBox.error {
		border-color: #a94442;
	}

	input[type=text]:not(.error):focus,
	input[type=password]:not(.error):focus,
	textarea:not(.error):focus,
	select:not(.error):focus {
		border-color: #56B4EF;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6);
		opacity: 0.8;
		outline: 0 none;
	}

	input[type=text].error:focus,
	input[type=password].error:focus,
	textarea.error:focus,
	select.error:focus {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
		opacity: 0.8;
		outline: 0 none;
	}

.bootstrap-tagsinput input[type=text]:not(.error):focus {
	box-shadow: none;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
select:focus {
	box-shadow: none;
	outline: 1px dotted #666666;
}

.rowInterior {
	margin-right: -15px;
	margin-left: -0px;
}

.input-group.error .file-caption,
input[type=text].error,
input[type=password].error,
textarea.error,
select.error,
.dropdown-toggle.error,
.dropdown-toggle-error {
	border-color: #aa0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
	color: #333333;
	outline: 0 none;
}

div.error, span.error {
	color: #cc0000;
	line-height: normal;
	font-size: 12px;
	font-weight: normal;
}

.input-group-addon-error {
	color: #a94442;
	background-color: #f2dede;
}

.panel-default-error .panel-heading {
	color: #a94442 !important;
	background-color: #f2dede !important;
}

	.panel-default-error .panel-heading &gt; * {
		color: #a94442 !important;
	}

.fileInputErrorMG .file-caption {
	border-color: #aa0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
}
/* FIN Errores */

/* -- Loader -- */

#overlay {
	z-index: 10001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

* html #overlay {
	position: absolute;
	height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth &gt; document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

#loader {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: auto;
  padding: 1.2em 1.5em 1.2em 1.3em; 
}

#loader {
	z-index: 10002;
	position: fixed;
	background-color: White;
	border: 3px solid #EEEEEE;
}

* html #loader {
	position: absolute;
	margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement &amp;&amp; document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}

.loaderText {
	position: relative;
	left: -1px;
	bottom: 0.4em;
	width: 155px;
	font-size: medium;
	color: #d6d6d6;
	margin: 0 0 0 0.2em;
}

#fondoLoader {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

.loaderText {
	position: relative;
	left: -1px;
	bottom: 0.4em;
	width: 155px;
	font-size: medium;
	color: #d6d6d6;
	margin: 0 0 0 0.2em;
}

form .preguntaRespuesta label {
	font-weight: normal;
}

.linkAnchorPregunta {
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	display: block;
}

body .wrap {
	display: block;
}

.estiloSubnivel1 {
	font-weight: bold;
}

.centrarImagen {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.textoAlerta {
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
}

.custom-height {
	max-height: 180px;
}

.paginacion {
	margin-top: 20px !important;
}

.olviContrasenia {
	width: 100%;
}

.medico label {
	padding-left: 2px;
	margin-right: 10px;
}

.centrarSinResultados {
	text-align: center;
}

/*******************************************************************************/
/***Menú lateral inicio***/
/*******************************************************************************/

.menuLateralAula.inicio i {
	width: 20px;
	margin-right: 8px;
}

/*******************************************************************************/
/***ZONA PRIVADA***/
/*******************************************************************************/

.zonaPrivada {
	margin-top: 20px;
	box-sizing: border-box;
}

	.zonaPrivada .card-body {
		min-height: auto;
	}

		.zonaPrivada .card-body .profile {
			width: 50px;
			top: -37px;
		}

	.zonaPrivada .card-img-block {
		height: 90px;
	}

	.zonaPrivada .privadaCard {
		text-align: center;
		border: 1px solid #F4F4F4;
		padding: 15px;
		position: relative;
	}

	.zonaPrivada a .privadaCard:hover {
		box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
		border-bottom: 2px solid #0089A6;
	}

	.zonaPrivada h2 {
		color: #CF7D23;
	}

	.zonaPrivada .privadaCard:hover i {
		color: #CF7D23;
	}

	.zonaPrivada .privadaCard:hover svg {
		fill: #CF7D23;
	}

.overflow-visible &gt; .row {
    margin-right: 0;
    margin-left: 0;
}

.overflow-visible {
    padding-right: 0;
    padding-left: 0;
}

.navbar.menuLateralAula {
	padding: 0;
}

#menuLateralSeen.navbar-light {
	background-color: #E1EFF3;
}

.menuLateralAula .nav {
	width: 100%;
}

#menuLateralSeen.navbar-light .navbar-collapse {
	background-color: #fff;
}

.zonaPrivada .migas {
	margin-bottom: 10px;
}

	.zonaPrivada .migas:first-child {
		margin-top: 0;
	}

.itemContenidoApartado {
	margin-bottom: 0.8em;
}

#listadoCajasElementos .botonera a {
	color: #0089A6;
}

#modalAudioSubido audio {
	width: 100%;
}

#listadoCajasElementos .botonera a:hover {
	color: #fff;
}

.fechaUltimaActualizacion {
	margin: 1em 0 0.5em 0;
	text-align: right;
	font-size: 12px;
}

.zonaPrivada.junta .medico {
	background-image: url(../img/seen/miembros/doctorFondo.png);
}

@media (max-width: 575px) {
	.zonaPrivada.junta .privadaCard img {
		width: auto;
		height: auto;
	}
}

.menuLateralAula {
	display: block;
}

.separadorTexto {
	padding: 0;
}

.separadorTextoPie {
color: #CF7D23;
padding: 0px 5px 0px 5px;
}

#contactoCovid {
	background: #ffffff;
	text-align: center;
}

	#contactoCovid a {
		background: #E1EFF3;
		color: #0089A6;
		border: 2px solid #CF7D23;
		display: inline-block;
		padding: 0.5rem 1rem;
		margin: 1rem auto;
	}

		#contactoCovid a:hover {
			background: #0089A6;
		}

			#contactoCovid a:hover,
			#contactoCovid a:hover strong {
				color: #ffffff;
			}

	#contactoCovid strong {
		color: #CF7D23;
	}

#contenidoDerecha .nav.nav-tabs .nav-link {
	color: #0089A6;
	border-radius: 0;
}

.label-aire {
	display: inline-block;
    margin-bottom: .5rem;
}

.input-group-addon.boton {
	padding: 0.5rem 0.5rem 0 0.7rem;
	background-color: #0089A6;
	color: #fff;
}

.otro-captcha {
	display: inline-block;
	margin-top: 1.1rem;
}

.tipo-documento {
	width: 42%;
}

.btn-file  {
	color: #000;
}

.usuarioLogago {
 margin-top: 5px;
 margin-right: 5px; 
 display: inline-block;
}

.cerrarSesion {
	display: inline-block;
}

.botonCerrar {
	padding: 5.5px;
}

.fechaActualizacionTamanioPequenio {
	margin-top: 55px;
    text-align: center;
    font-size: 12px;
    margin-left: -25px;
    margin-right: -165px;
}

.progress {
	height: 0rem;
}

.fileinput-remove-button {
    background-color: #CF7D23;
    color: #fff;
    border: 1px solid #CF7D23;
}

.zonaPriavada {
	color: #0089A6 !important;
}

/***Carousel***/

.carousel-item.interno {
    cursor: auto;
}

.cajaElementos {
	word-break: normal
}

.video-banner {
	width: 100%;
}

.boton-default-cookies {
	border: 1px solid #00000054;
}
.modal-header {
	background-color: #0089a6;
}

.modal .modal-title{
	color:white; 
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

#owl-novedades .item {
	height: 488px;
}

.low_risk_color {
	border-bottom: #FDAD3B 1px solid;
	border-left: #FDAD3B 1px solid;
	background-color: #BDEBCA;
}

.med_risk_color {
	border-bottom: #FDAD3B 1px solid;
	border-left: #FDAD3B 1px solid;
	background-color: #DFD487;
}

.high_risk_color {
	border-bottom: #FDAD3B 1px solid;
	border-left: #FDAD3B 1px solid;
	background-color: #EC7963;
}

.cortarTexto span {
	max-height: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 0.9rem;
}

.swiper-button-next {
    right: 0!important;
}

.swiper-button-prev {
    left: 0!important;
}

.absoluto .aspNetDisabled{
	opacity:0.7;
}

.svg-sm img {
	max-width: 200px;
}

h4.migas {
	font-weight: bold;
	color: #0089A6;
	margin: 10px 0 0 0;
}

.max-pildora {
	max-height: 101px;
}
</pre></body></html>