@font-face {
  font-family: Proximanova;
  src: url("https://cdn.prod.website-files.com/6867eaeebea4fba7b46f83c8/6867eaeebea4fba7b46f83f0_ProximaNova-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url("https://cdn.prod.website-files.com/6867eaeebea4fba7b46f83c8/6867eaeebea4fba7b46f83f2_ProximaNova-Extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url("https://cdn.prod.website-files.com/6867eaeebea4fba7b46f83c8/6867eaeebea4fba7b46f83f4_ProximaNova-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url("https://cdn.prod.website-files.com/6867eaeebea4fba7b46f83c8/6867eaeebea4fba7b46f83f3_ProximaNova-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url("https://cdn.prod.website-files.com/6867eaeebea4fba7b46f83c8/6867eaeebea4fba7b46f83ef_ProximaNova-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.encabezado{
	border-bottom: 1px solid thin #000;
}


#mainNav,.btn-primary-custom,.sidebar ul li a,.subtitle-line{
	text-transform:uppercase
}

.footer-adv,a[data-toggle=collapse]{
	position:relative
}

@media screen and (min-width:992px){
	#mainNav{
		transition:background .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s;
		letter-spacing:1px;
		border-bottom:none;
		background:0 0
	}
}

.sidebar,body{
	background:#fff
}

.navbar{
	background:#00558C
}


#mainNav{
	font-family:Cabin,'Helvetica Neue',Helvetica,Arial,sans-serif;margin-bottom:0;
	border-bottom:1px solid rgba(255,255,255,.3)
}

body,p{
	font-family:'Noto Sans',Helvetica,Arial,Lucida,sans-serif
}

@media screen and (min-width:1200px){
	.container-nav{
		max-width:1140px;
		padding-left:15px;
		padding-right:15px
	}
}

p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.7em;
	color:#999
}

a,a:focus,a:hover{
	color:inherit;
	text-decoration:none;
	transition:all .3s;
}

.navbar{
	padding:15px 10px;
	border:none;
	border-radius:0;
	margin-bottom:0;
	box-shadow:1px 1px 3px rgba(0,0,0,.1)
}

.navbar-brand{
	padding:0
}

.navbar-btn{
	box-shadow:none;outline:0!important;border:none
}

.line{
	width:100%;
	height:1px;
	border-bottom:1px dashed #ddd;
	margin:40px 0
}

.wrapper{
	display:flex;
	align-items:stretch
}

.sidebar{
	min-width:247px;
	max-width:247px;
	min-height:64vh;
	top:84px;
	font-size:13px;
	color:#317e84;
	transition:all .3s;
	box-shadow:1px 1px 3px rgba(0,0,0,.1);
	font-family:"Open Sans",Arial,sans-serif;
	font-weight:400;
	z-index:1
}

.sidebar.active{
	margin-left:-250px
}

.sidebar .sidebar-header{
	padding:20px;
	background:#999
}

.sidebar ul.components{
	padding:20px 0
}

.sidebar ul p{
	color:#fff;
	padding:10px
}

.sidebar ul li a{
	padding:8px;
	display:block;
	font-weight:400;
	font-style:normal
}

.sidebar ul li a.disabled{
	color:#9b9b9b;
	cursor:not-allowed
}

.sidebar ul li a.disabled:hover,.sidebar ul li a:hover,.sidebar ul li.active>a,a[aria-expanded=true]{
	color:#fff;
	background:#05C3DD
}

a[aria-expanded=true]::before,a[aria-expanded=false]::before{
	content:'\f078';
	display:block;
	position:absolute;
	right:20px;
	font-family:FontAwesome;
	font-size:.8em
}

a[aria-expanded=true]::before{
	content:'\f054'
}

ul ul a{
	font-size:.9em!important;
	padding-left:30px!important;
	background:#fff
}

a.download{
	background:#fff;
	color:#c9c9c9
}

a.article,a.article:hover{
	background:#999!important;
	color:#fff!important
}

.content-data{
	min-height:64vh;
	padding:30px
}

@media screen and (min-width:993px){
	.sidebar{
		display:block!important
	}
}

@media (max-width:992px){
	.sidebar{
		position:fixed;
		min-width:100%;
		max-width:100%;
		min-height:56vh
	}

	.fixed-navbar{
		position:fixed;
		right:0;
		left:0;
		z-index:1030
	}

	.content-data{
		padding-top:100px
	}

	.navbar-collapse{
		top:84px;
		width:100%
	}

	.navbar-collapse.collapsing{
		height:auto;
		transition:top .3s ease;
		top:-100%
	}

	.navbar-collapse.show{
		top:84px;
		transition:top .3s ease-in
	}

	.sidebar ul.components{
		padding:0}
	}
	
	.footer-adv{
		background-color:#00558C!important;
		bottom:0;
		width:100%;
		font-family: Proximanova;
		font-size: 12px;
		font-weight: 400;
		line-height: 20px;
	}
	
	.modal-small{
		width:30%!important;min-width:0;min-height:0;padding:1.5em .5em .5em
	}
}

@media (max-width:768px){
	.sidebar.active{
		margin-left:0
	}
	
	.sidebarCollapse span{
		display:none
	}
	
	.image-logo{
		width:268px
	}
	
	.modal-small{
		width:60%!important
	}
}

.well{
	overflow:hidden;
	border-radius:0;
	margin-bottom:30px
}

.well .well-heading .controls{
	position:absolute;
	top:10px;
	right:30px
}

.well .well-body{
	margin-top:20px;
	position:relative;
	z-index:3
}

.well .well-image{
	font-size:90px;
	line-height:90px;
	position:absolute;
	top:20px;
	right:30px;
	z-index:1;
	color:rgba(0,0,0,.15);
	transition:all .2s ease-in
}

.well.well-solid{
	color:#fff
}

.well:hover .well-image{
	font-size:60px
}

.mini-profile-widget .image-container .avatar{
	width:90px;
	height:90px;
	display:block;
	margin:0 auto;
	border-radius:50%;
	background:#fff;
	padding:4px;
	border:1px solid #ddd
}




.subtitle-line{
	border-left:5px solid;
	vertical-align:middle;
	padding-bottom:10px!important;
	padding-top:10px;
	padding-left:10px;
	border-color:#00558C!important
}

.tituloElemento{
	font-weight: bold;
	color:#00558C !important;
}

.collapse.in{
	display:block
}

.subtitle-color{
	color:#00558C
}

.btn-primary-custom{
	color:#fff;
	background-color:#00558C;
	border-color:#00558C;
	font-size:17px;
	cursor:pointer;
	font-family:'Noto Sans',Helvetica,Arial,Lucida,sans-serif
}

.btn-primary {
	text-transform:uppercase !important;
    color:#fff  !important;
	background-color:#00558C !important;
	border-color:#00558C  !important;
	font-size:17px  !important;
	cursor:pointer  !important;
	font-family:'Noto Sans',Helvetica,Arial,Lucida,sans-serif  !important;
}

.overlay{
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,.7);
	z-index:998;
	display:none
}

.card-informe,.card-sinturno,.card-turnos{
	height:350px;
	color:#fff
}

.modal-color{
	background-color:rgba(211,211,211,.7)
}

.label-opacity{
	opacity:.6
}

.dc_med_color_1{
	color:#00558C!important
}

.dc_med_color_5{
	color:#fff!important;
	font-size:1em
}

.message-dialog{
	font-size:16px;
	padding:20px;
	text-align:center
}

.message-dialog .message-row{
	padding-bottom:20px
}

.message-dialog .footer-confirm{
	text-align:right
}

.card-turnos{
	background-color:#00558C;
	cursor:pointer
}

.card-informe.disabled,.card-sinturno.disabled,.card-turnos.disabled{
	background-color:#9b9b9b
}

.card-informe.disabled a,.card-sinturno.disabled a,.card-turnos.disabled a{
	cursor:not-allowed
}

.card-informe{
	background-color:#5dadaa;
	cursor:pointer
}

.card-sinturno{
	background-color:#00558C
}

.coverage-list .mt-1{
	border:1px solid #00558C
}

.coverage-list .panel-title{
	background-color:#00558C;
	color:#fff;
	padding:10px;
	margin-bottom:0
}

.coverage-list .panel-title a{
	width:100%;
	display:inline-block
}

.listar-estudios .fecha{
	font-weight:700
}

.listar-estudios .results{
	background-color:#E1ECED;
	padding-bottom:10px;
	padding-top:10px
}

.listar-estudios .results:hover{
	background-color:#cac7c7
}

.listar-estudios .mensaje{
	font-style:italic
}

.ver_imagen_link,.ver_informe_link{
	color:#fff!important;
	background-color:#00558C;
	padding:5px 15px;
	margin-left:10px
}

.table-history th{
	color:#1598D1;
	border:0
}

.table-history tbody tr:nth-child(odd){
	background-color:#E1ECED
}

.table-history tbody tr:nth-child(even){
	background-color:#cac7c7
}

.cancelar_link{
	color:#fff!important;
	background-color:#00558C;
	padding:5px 15px;
	cursor:pointer
}

.header-study-image{
	width:100%;
	height:auto
}

.checkbox a{
	color:#00558C;
	text-decoration:underline
}

.font-face{
	font-family:'Glyphicons Halflings';
	src:url(../fonts/glyphicons-halflings-regular.eot);
	src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg")
}

.glyphicon{
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

.glyphicon-chevron-left:before{
	content:"\e079"
}

.glyphicon-chevron-right:before{
	content:"\e080"
}

.aclaracion ul li{
	font-size: 1.25rem !important;
	font-weight: 300 !important;	
	color: #999 !important;
	font-family: 'Noto Sans',Helvetica,Arial,Lucida,sans-serif !important;
}



.video-contenedor {
    /* position: relative; */
    padding-bottom: 0%;
    padding-top: 0px;
    height: 315px;
	width: 560px;
    /* overflow: hidden; */
}
 
.video-contenedor iframe {
    /* position: absolute; */
    /* top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
}

.nabar-gradient-line {
    background-image: linear-gradient(270deg, #004884, #05C3DD);
    height: 10px;
}

/* Social Media Section */
.social-media-section {
    background: linear-gradient(270deg, #00558C 0%, #05C3DD 100%);
    /* padding: 40px 0; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	height: 70px;
    margin-top: 60px; 
	font-family: Proximanova;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
}

.social-media-wrapped {
    grid-column-gap: 16px;
	grid-row-gap: 16px;
	grid-template-rows: auto;
	grid-template-columns: 1fr auto 1fr;
	grid-auto-columns: 1fr;
	justify-content: space-around;
	align-items: center;
	display: grid;
}

.line-social-media {
    height: 1px;
    background-color: #fff;
}

.text-block.derecha{
	text-align: right;
}
.social-media-text {
    font-size: 1.3em;
    font-weight: 600;
    margin-right: 30px;
}

.social-media-icon {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center end;
    width: 220px;
    margin-right: 20px;
    display: grid;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.image-3 {
    max-width: 80%;
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}


.btn:hover, .btn:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	box-shadow: none;
	background-color: #05C3DD !important;
	border-color: #05C3DD !important;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .social-media-wrapped {
        flex-direction: column;
        align-items: flex-start;
        max-width: 100%;
    }
    .line-social-media {
        display: none;
    }
    .social-media-text {
        margin-bottom: 16px;
    }
    .social-media-icon {
        gap: 16px;
    }
}

/* ...existing code... */