<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Effra';
	src: url('fonts/EffraHeavy-Regular.eot');
	src: url('fonts/EffraHeavy-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/EffraHeavy-Regular.woff2') format('woff2'),
		url('fonts/EffraHeavy-Regular.woff') format('woff'),
		url('fonts/EffraHeavy-Regular.ttf') format('truetype'),
		url('fonts/EffraHeavy-Regular.svg#EffraHeavy-Regular') format('svg');
	font-weight: 900;
	font-style: normal;
}


@font-face {
	font-family: 'Avenir';
	src: url('fonts/Avenir-Black.eot');
	src: url('fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/Avenir-Black.woff2') format('woff2'),
		url('fonts/Avenir-Black.woff') format('woff'),
		url('fonts/Avenir-Black.ttf') format('truetype'),
		url('fonts/Avenir-Black.svg#Avenir-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-Bold';
	src: url('fonts/Avenir-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


body {
	font-family: Calibri, sans-serif;
	line-height: 20px;
	font-size: 300;
	font-size: 16px;
	background: rgb(180,224,249);
	background: rgba(128, 196, 234,1);
	background: -moz-linear-gradient(top, rgba(128, 196, 234,1) 0%, rgba(57,124,166,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128, 196, 234,1)), color-stop(100%, rgba(57,124,166,1)));
	background: -webkit-linear-gradient(top, rgba(128, 196, 234,1) 0%, rgba(57,124,166,1) 100%);
	background: -o-linear-gradient(top, rgba(128, 196, 234,1) 0%, rgba(57,124,166,1) 100%);
	background: -ms-linear-gradient(top, rgba(128, 196, 234,1) 0%, rgba(57,124,166,1) 100%);
	background: linear-gradient(to bottom, rgba(128, 196, 234,1) 0%, rgba(57,124,166,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c4ea', endColorstr='#397ca6', GradientType=0 );
	color: #fff;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
  width:100%;
}

.main-nav,
.main-nav * {
	margin: 10px 0;
    padding: 0;
    list-style: none;
}

.main-nav &gt; ul &gt; li {
  position: relative;
  float: left;
}



.main-nav a:hover,
.main-nav .active &gt; a,
.main-nav li:hover &gt; a {
  color: #022d4a;
  text-decoration: none;
  font-weight: bold;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #003d66;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover &gt; ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}



.main-nav .drop-down ul a {
	padding: 10px 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    color: #ffffff;
    font-family: calibri;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active &gt; a,
.main-nav .drop-down ul li:hover &gt; a {
  color: #031F45;
}

.main-nav .drop-down &gt; a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover &gt; ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down &gt; a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down &gt; a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 61, 102, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active &gt; a,
.mobile-nav li:hover &gt; a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down &gt; a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down &gt; a:after {
  content: "\f077";
}

.mobile-nav .drop-down &gt; a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 5%;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #ffffff;
  font-size: 40px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 61, 102, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Calibri, sans-serif;
	font-weight: 600;
	color: #ffffff;
}
a, a:hover, a:focus, a:active{
    outline: none;
}

.section-padding{
	padding: 35px 0px;

}
h2 {
    line-height: 20px;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}
hr.botm-line {
    height: 3px;
    width: 60px;
    background: #0064A6;
    position: relative;
    border: 0;
    margin: 20px 0 20px 0;
}

/***************************************
banner
***************************************/
.navbar {
    margin-bottom: 0px;
    border: 0px;
}
.navbar {
    border-radius: 0px;
}
.navbar-default {
    background-color: #fff;
    padding: 20px 0;
    transition: all 0.3s;
}
.navbar-default {
    background-color: transparent;
    border: 0px;
}
.navbar {
    border-radius: 0px;
}

.navbar-brand
{
	font-family: 'Chewy', cursive;
	font-size: 32px;
}

.navbar-brand img {
    padding-top: 2px;
    width: 120px !important;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #EA6045;
}

@media (max-width: 768px) {
	.navbar-collapse {
		background: rgba(28,74,90, 0.9);
	}
}

.top-nav-collapse {
    padding: 0;
    background: rgba(28,74,90, 0.9);
}

.white, .white:hover, .white:focus
{
	color: #fff;
	width: 100% !important;
}
.block
{
	display: block;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(12, 184, 182, 0.21);
}
.navbar-default .navbar-nav &gt; li &gt; a
{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus
{
	color: #fff;
    text-transform: uppercase;
    background-color: rgba(12, 184, 182, 0.21);
}
.affix {
    background-color: #ffffff !important;
}
.affix .navbar-nav &gt; li &gt; a:hover, .affix .navbar-nav &gt; li &gt; a:focus
{
    background-color: rgba(12, 184, 182) !important;
}
#banner{
	background: url('../img/topo.png') no-repeat fixed 70% 90%;
	background-size: cover;
	min-height: 450px;
	position: relative;
	    padding: 70px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
	/*position: static;*/
}

#banner1{
	background: url('../img/topo.png') no-repeat;
	background-size: cover;
	position: relative;
	    padding: 30px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
	/*position: static;*/
}
.bg-color{
	/*background-color: rgba(4, 72, 135, 0.729);
	min-height: 450px;*/
}
.banner-info{
	
}
.banner-logo img{
	display: inline-block;
}
.banner-text{
	color: #fff;
}
.banner-text h1{
	font-family: 'Candal', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom:15px;
}
.btn-appoint, .btn-appoint:hover, .btn-appoint:focus{
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 12px;
	background-color: rgba(12, 184, 182, 0.91);
	border-radius: 3px;
	color: #fff;
}
.overlay-detail a i {
    text-align: center;
    position: absolute;
    bottom: 25px;
    font-size: 38px;
    color: #fff;
    margin: 0 auto;
}
.text-primary i{
    padding-top: 8px;
    display: inline-block;
}
/***************************************
services
***************************************/
.icon i{
	color: #0cb8b6;
	font-size: 45px;
	margin-bottom: 25px;
}
.service-info{
	margin-bottom: 20px;
}
.icon-info h4{
	padding-bottom: 15px;
}
.icon-info p{
	font-size: 15px !important;
}
/***************************************
cta-1
***************************************/
.schedule-tab {
	float: left;
}
.medi-info{
	//border-right: 1px solid #fff;
}
.medi-info, .time-info{
	 padding: 0px 25px 0 0px;
	color: #fff;
}
.medi-info h3, .time-info h3{
	padding-bottom: 16px;
	font-weight: 600;
}
.medi-info-btn, .medi-info-btn:hover, .medi-info-btn:focus {
    margin: 15px 0px 5px;
    display: inline-block;
    border: solid white 2px;
    padding: 3px 8px;
    font-size: 12px;
    color: #fff;
    font-weight: 400 !important;
    cursor: pointer;
}
td {
    border: 0px solid #ededed;
    border-top: 1px solid rgba(216, 216, 216, 0.5);
    padding: 6px 10px 6px 0;
}
.medi-info, .time-info{
    font-size: 14px;
}
/***************************************
about
***************************************/

.lg-line{
	line-height: 1.4;
	font-size: 28px;
}
.more-features-box-text-icon {
    float: left;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    background: #0064A6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-top: -5px;
}
.more-features-box-text-description h3{
    padding-bottom: 15px;
}
.more-features-box-text-icon i {
    font-size: 18px;
    line-height: 26px;
}
.more-features-box-text-description{
	margin-left: 50px;
	margin-bottom: 35px;
}
.sec-para{
	padding-bottom: 10px;
}
/***************************************
doctor team
***************************************/
.thumbnail {
	border-radius: 0px;
}
.caption h3{
    padding-bottom: 5px;
}
.caption p{
    padding-bottom: 10px;
}
/***************************************
testimonial
***************************************/
#testimonial{
    background-color: #eee;
}
.testi-details {
    background: #fff;
    padding: 14px 24px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.18);
    position: relative;
}
.testi-info a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.testi-info a img{
	border-radius: 50%;
}
.testi-info h3 {
    display: inline-block;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
}
.testi-info h3 &gt; span {
    display: block;
    line-height: 16px;
    font-weight: 400;
}
.testi-details::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-left: 0;
    bottom: -40px;
    left: 56px;
    border-top-color: #fff;
    border-width: 20px;
}
.testi-details::before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    width: 0px;
    height: 0px;
    bottom: -30px;
    left: 45px;
    border-style: solid;
    border-width: 15px;
    border-color: transparent;
    z-index: -1;
    box-shadow: 3px -13px 5px 0px rgba(0, 0, 0, 0.18);
    border-left: 0;
}
/***************************************
cta -2
***************************************/
#cta-2{
	background-color: rgb(41, 48, 46);
}
.white{
	color: #fff;
}
.icon-play, .icon-play:hover, .icon-play:focus{
	background-color: #0CB8B6;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	padding: 5px 17px;
	margin-top: 26px;
	display: block;
}
.text-primary {
    color: #0cb8b6;
}
.icon-mar
{
	margin-right: 7px;
}

.space {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    margin: 25px 0 25px 0;
    font-weight: bold;
	font-size: 20px;
}
.btn-form, .btn-form:hover, .btn-form:focus {
    background-color: #0cb8b6;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
}
.br-radius-zero {
    border-radius: 0px;
}
.form-control{
	height: 40px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}


/***************************************
footer
***************************************/
#footer {
   padding: 0 0 30px 0;
}
.ftr-tle {
    height: 50px;
}
.info-sec {
    color: #fff;
}
.quick-info li i {
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: left;
}
.social-icon li {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
}
.bglight-blue {
    background-color: #3498DB;
}
.bgred {
    background-color: #E74C3C;
}
.bgdark-blue {
    background-color: #2C3E50;
}
.bglight-blue {
    background-color: #3498DB;
}
.top-footer {
    padding: 40px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-line {
    padding: 40px 0px;
    color: #fff;
}

.footer-line a {
    color: #0CB8B6;
}

.quick-info li a{
    color: #fff;
}
.site-link, .site-link:hover, .site-link:focus
{
    color: #0cb8b6;
    text-transform: none;
}
@media (min-width: 551px) and (max-width: 980px){

}
@media (min-width: 220px) and (max-width: 551px){
    .testi-info{
        margin-bottom: 20px;
    }
    .marb20{
        margin-top: 30px;
    }
    h2{
        font-size: 24px;
        line-height: 1.2;
    }
    .section-title{
        margin-bottom: 30px;
    }
    .medi-info {
    border: 0px;
    padding: 22px 0;
    }
    .service-info{
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .caption h3 {
    font-size: 14px;
    }
    .caption p{
    font-size: 12px;
    padding-bottom: 5px;
    }
    .caption ul li a i{
        font-size: 14px;
    }
    .banner-text h1{
        font-size: 24px;
    }
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.h3, h3 {
    font-size: 22px;
}

.medi-info-btn, .medi-info-btn:hover, .medi-info-btn:focus {
    margin: 15px 0px 5px;
    display: inline-block;
    border: solid white 2px;
    padding: 8px 16px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400 !important;
    background: #0064A6;
    cursor: pointer;
	border-radius: 9px;
}

 .medi-info-btn:hover, .medi-info-btn:focus {
       text-decoration: none;
	   background: #155896;
}


.schedule-tab .links a {
    color: #c0d9e8;
    text-decoration: none;
	margin: -10px 0;
}
.schedule-tab .links a:hover {
    color: #fff;
}

.more-features-box-text{
	    margin-top: 15px;
}

b, strong {
    font-weight: bold;
}

.more-features-box-text-description h4 {
    padding-bottom: 5px;
}



.icon-info h3{
	margin-bottom: 15px;
}


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


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

.slogan-topo {
    text-align: left;
    font-family: 'Avenir';
    font-weight: 900;
    font-style: normal;
    color: white;
    font-size: 23px;
    line-height: 23px;
    width: 180px;
    margin-left: 55px;
    margin-top: 9px;
}



.titulo h4, .icon-info h4 {
	padding-bottom: 10px;
}

.comeco{
	padding: 100px 0 30px 0;
}

.image{
	padding: 0px 10px 40px 10px;
}

.logotopo{
	padding-top: 70px;
}


.social {
	position: relative;
	padding-top: 0px;
	text-align: center;
	z-index: 1000;
}

.social h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-top: 0;
}

.social ul {	
	list-style: none;
	margin: 0;
	padding: 0;	
}

.social ul li {
	display: inline;
	list-style: none;
	margin-left: 8px;
}

.social ul li a {
	color: #0365af;
    background: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    margin-top: 5px;
    padding: 5px 0px 0 0px;
    text-align: center;
    width: 30px;
}

.social ul li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;	  
}




h1.effra {
    color: transparent;
    /*-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;*/
	 color: #78bce2;
    text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-family: 'Effra';
    font-weight: 900;
    font-style: normal;
    font-size: 115px;
    line-height: 100px;
    margin-bottom: 0px;
	    position: relative;
    z-index: 1000;
	margin-top: 30%;
}






@media (max-width: 430px){
h1.effra {
	margin-top: 3%;
	margin-bottom: 50px;
	text-align: left;
    font-size: 98px;
    line-height: 84px;
    margin-left: 20%;
	
}
.logounisc{
	width: 150px;
	}

.slogan-topo {
    text-align: left;
    font-family: 'Avenir';
    font-weight: 900;
    font-style: normal;
    color: white;
    font-size: 16px;
    line-height: 15px;
    width: 180px;
    margin-left: 92px;
    margin-top: 7px;
}
#particles-js {
    margin-top: -90px;
    position: absolute;
    height: 230px;
}
.comeco {
    padding: 70px 0 30px 0;
}
}

@media (max-width: 378px){
h1.effra {
	margin-top: 6%;
	margin-bottom: 50px;
	text-align: left;
    font-size: 98px;
    line-height: 84px;
    margin-left: 16%;
	
}
}

@media (max-width: 325px){
h1.effra {
	margin-top: 6%;
	margin-bottom: 50px;
	text-align: left;
    font-size: 98px;
    line-height: 84px;
    margin-left: 8%;
	
}
}


#inicio{
	background: url('../img/topo.jpg') #0f5380;
	background-size: cover;
	background-position: 50% 100%;
}

@media (max-width: 700px){
#inicio{
	background: url('../img/topo.jpg');
	background-size: cover;
	background-position: 75% 100%;
}
}

.cabecalho{
	display: flex; align-items: center; justify-content: center; flex-direction: row;
}

.divisao{
	padding: 30px 0;
	border-bottom: 1px solid #0098DA;
}

.servicos{
	background: #003D66;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.atendimentos{
	font-size: 23px;	
    padding: 30px 20px;
	border-bottom: 2px solid #fff;	
}

.servico{
	margin: 20px 0;
	padding: 0px;
}

.divisaoservicos{
	padding: 20px 0;
	border-top: 1px solid #0098DA;
}

#servicos{
	background: #003D66;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-top: 50px;
}
.panel-default {
    border-color: transparent;
}

.panel-default&gt;.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

#midia{
	background: #D2D3D5;
}

@media (min-width: 1200px){
.container {
    width: 1120px;
}
}

.panel-body {
    padding: 10px 25px;
}

.botaoaulas{
	margin: 20px;
	font-weight: bold;
	padding: 7px 25px;
	font-size: 20px;
	border: 2px solid #031F45;
	color: #fff;
	border-radius: 0;
}

.botaoaulas:hover{
	background: #fff;
	color: #031F45;
}

#midia h1{
	color:#031F45;
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 25px;
}

#midia h5{
	text-transform: uppercase;
}

#midia h5, #midia p{
	color:#373435;
	margin: 2px 0;
}
#midia p{
	margin-top: 0px;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
}

#unisc, #noticias{
	background: #fff;
}

#unisc h1{
	color:#031F45;
	font-weight: bolder;
    font-size: 25px;
	padding: 10px 0 40px 0;
}

#unisc h5{
	color: #031F45;
    font-weight: bold;
    line-height: 20px;
    font-size: 17px;
}

#unisc p{
	color:#96989A;
	font-size: 12px;
	clear: both;
	padding-top: 10px;
}

#unisc img{
	    background-size: cover;
    background-position: center;
    height: 200px;
	object-fit: cover;
	width: 100%;
}

#unisc .panel-heading {
    padding: 0px 0px;
}

#unisc .panel-default {
    border-color: transparent;
    min-height: 365px;
    margin: 0;
	border-right: 1px solid #D2D3D5;
	border-top: 1px solid #D2D3D5;
    padding: 20px 5px 0px 5px;
}


@media only screen and (min-width : 100px) and (max-width: 767px){
	#unisc a .panel-default{
	border-right: 0;
	}
	#unisc a:first-child .panel-default,
	#unisc a:nth-child(2) .panel-default
	{
		border-top: 0;
	}
	
}


@media only screen and (min-width: 768px) and (max-width: 991px){
	#unisc a:nth-child(2n+1) .panel-default{
	border-right: 0;
	}

	#unisc a:first-child .panel-default,
	#unisc a:nth-child(2) .panel-default,
	#unisc a:nth-child(3) .panel-default
	{
		border-top: 0;
	}
}

@media only screen and (min-width: 992px) {

#unisc a:nth-child(3n+1) .panel-default{
	border-right: 0;
}

#unisc a:first-child .panel-default,
#unisc a:nth-child(2) .panel-default,
#unisc a:nth-child(3) .panel-default,
#unisc a:nth-child(4) .panel-default
{
	border-top: 0;
}
}






#unisc a:hover{
	opacity: 0.7;
}

#unisc a{
	display:none;
}

#noticias{
	padding-top:0;
}

#noticias a{
	border-radius: 8px;
    padding: 6px 15px;
    color: #fff;
    background: url(../img/seta.png) #031F45;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    background-size: 23px;
    padding-left: 45px;
    font-weight: bold;
    font-size: 16px;
}

#noticias a:hover{
	border-radius: 8px;
    padding: 6px 15px;
	color: #031F45;
	background: #fff;
	border: 1px solid #031F45;
	background: url('../img/setahover.png') #fff;
	background-repeat: no-repeat;
	background-position: 10% 50%;
	background-size: 25px;
	padding-left: 45px;
	font-weight: bold;
    font-size: 16px;
}

#conteudos{
	background: url('../img/fundo.jpg') #0F5481;
	 background-repeat: no-repeat;
    background-position: 10% 50%;
    background-size: cover;
}

@media (min-width: 500px){
.nopadding{
	padding: 0;
}
}

#conteudos{
	font-family: Arial;
}

#conteudos h1, #conteudos h2{
	font-size: 30px;
    font-weight: bolder;
	color: #fff;
	padding: 30px;
}

 #conteudos h2{
	 font-size: 25px;
 }

 #conteudos p{
	  font-size: 13px;  
 }

 #conteudos p.exercicios{
	margin-top: 15px;
	font-size: 14px; 
 }
 
 #redes{
	 background: #031F45;
	 color: #fff;
	 font-weight: bold;
 }
 
 #redes h1{
	 color:#0098DA;
	 font-size: 25px;
	 padding-bottom: 30px;
 }
 
 .fa{
	 font-size: 40px;
	 color:#0098DA;
	 margin: 8px 0;
	 margin-right:10px;	 
 }
 .fa-facebook{
     padding-left: 11px;
 }
 
 #redes a{
	 display: flex;
    align-items: center;
    flex-direction: row;
	font-size: 20px;
 }
 
 #footer{
	 padding-top: 30px;
	 background:#003D66;
 }
 
 .imgrodape{
	 padding: 20px;
 }
 
 #midia a:focus,  #midia a:hover,
 #inicio a:focus,  #inicio a:hover {
    opacity: 1;
	color: #31699c;
    text-decoration: none;
}

.modal-body {
    position: relative;
    padding: 0;
}

.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    outline: 0;
}

.modal-header {
    padding: 0;
    border-bottom: 0;
}

.close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
}

.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 991px){
.space{
	display: block;
}
}

#midia a:hover img
{
    opacity: 0.75;
}

#midia .panel {
    margin-top: 0px; 
	min-height: 275px;
}

.setedicas {
    border: 3px solid #031f45;
    padding: 25px 30px;
    margin: 15px;
}

.setedicas p{
	font-size: 25px;
    line-height: 25px;
	margin-top: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

.setedicas strong{
	font-size: 27px;
	text-transform: uppercase;
}

p.alignleft{
	margin: auto;
	text-align: left;
	display: inline-block;
	margin-top: 20px;
}

@media (max-width: 768px) and (min-width: 500px){
.panel-heading {
    display: table;
    margin: auto;
}

.carousel-inner&gt;.item&gt;a&gt;img, .carousel-inner&gt;.item&gt;img, .img-responsive, .thumbnail a&gt;img, .thumbnail&gt;img {
    display: table;
    margin: auto;
}

.panel-body {
    display: table;
    margin: auto;
}
}

@media (max-width: 768px) and (min-width: 300px){
#midia .panel {
    margin-top: 0px;
     min-height: 200px; 
}
}

#servicos .panel  p{
	font-size: 12px;
    margin-top: 0px;
    line-height: 15px;
}

#servicos .panel h5{
	font-size: 18px;
	margin: 4px 0;
	
}

#servicos a:hover img {
    opacity: 0.5;
}

#conteudos a:hover img {
    opacity: 0.8;
}

@media (max-width: 768px){
#servicos .panel {
     margin-top: 10px; 
}
}

.main-nav .drop-down ul{
	min-width: 128px;
}

.atendimento{
	padding: 15px 40px;
}

.audio{
	padding: 10px;
}

audio{
	display: none;
}

#unisctv img{
	border: 3px solid #808184;
    box-shadow: aliceblue;
    -webkit-box-shadow: -10px 10px 0px 0px rgb(175, 175, 175);
    -moz-box-shadow: -10px 10px 0px 0px rgb(175, 175, 175);
    box-shadow: -10px 10px 0px 0px rgb(175, 175, 175);
    border-radius: 5px 5px 0px 1px;
}

.centered {
    position: absolute;
	
}

#unisctv .centered img{
	border: none;
	box-shadow: none;
}

@media (min-width: 1200px){
#unisctv .centered img {
    border: none;
    box-shadow: none;
    max-width: 65px;
}
}

@media (max-width: 1200px) and (min-width: 991px){
#unisctv .centered img {
    border: none;
    box-shadow: none;
    max-width: 55px;
}
}

@media (max-width: 768px) and (min-width: 500px){
#unisctv .panel-heading {
    display: flex;
    margin: auto;
}
}

#unisctv p{
	text-align: right;
	margin-right: 30px;
}

#unisctv .panel-body {
    padding: 10px 15px;
}

#unisctv h5{
	text-transform: inherit;
    font-size: 13px;
}

@media (max-width: 500px){
#unisctv .panel-body {
    padding: 10px 6%;
}
}

@media (max-width: 400px){
.botaoaulas {
    margin: 20px;
    font-weight: bold;
    padding: 7px 15px;
    font-size: 18px;
    border: 2px solid #031F45;
    color: #fff;
    border-radius: 0;
}
}

#unisctv .panel {
    margin-top: 0px;
    min-height: 253px;
    margin-bottom: 0;
}


#externa .audioexterno {
display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    min-height: 140px;
    margin: 0;
}

#externa .panel {
    display: none;
}


a#loadMoreMidia{
	border-radius: 8px;
    padding: 6px 15px;
    color: #fff;
    background: url(../img/seta.png) #031F45;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    background-size: 23px;
    padding-left: 45px;
    font-weight: bold;
    font-size: 16px;
}

a#loadMoreMidia:hover{
	border-radius: 8px;
    padding: 6px 15px;
    color: #031F45;
    background: #fff;
    border: 1px solid #031F45;
    background: url(../img/setahover.png) #fff;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    background-size: 25px;
    padding-left: 45px;
    font-weight: bold;
    font-size: 16px;
}

.audiohide{
	display: flex; align-items: center; justify-content: center; flex-direction: row;
}

/* ---------------------------  Puxadinho ------------------------------------------ */

.download{
	margin-top: 15px;
	margin-bottom: 15px;
}

.texto{
	padding: 0;
}

.carousel-indicators {
    bottom: -40px;
}

.plano{
    font-size: 23px;
    padding: 0 20px 20px 20px;
}

.imply{
	font-size: 18px;
	font-family: Raleway-Bold;
}
.imply:hover{
	opacity: 0.5;
}

.implyicones {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.linomobile{
	margin-top:30px;
}
@media (max-width: 991px){
.fotoatendimento{
	margin-top:60px;
}
}
@media (max-width: 991px){
.plano {
    font-size: 16px;
    padding: 0 20px 20px 20px;
}
}</pre></body></html>