@charset "utf-8";

p.tit{
  text-align: center;
  color: #FCB910;
  font-weight: bold;
  font-size: 7em;
  margin-bottom: 5px;
}


#box2 {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    background-color: #ffedc1;
    padding: 2em 2em 3em 3em;
    margin: 5em 0 5em 0;
}



#box {
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    background-color: #fcb910;
    padding: 2em 2em 3em 3em;
    margin: 5em 0 5em 0;
}

#box p{
    margin:0;
    color: white;
    font-weight: bold;
}


body {
	font-family:"Roboto", sans-serif;
	font-size: 62.5%;
	padding-top: 80px;
}

.container:not(:first-child) {
	margin: 5em auto;
}

p {
	font-size: 2.8em;
	margin: 0 0 2em 0;
}

ul:not(.nav) li {
	font-size: 2.8em;
}

ul.noticias li {
  margin-bottom:1em;
}

.programacao {
    margin:1em;
}

.btn {
    border-radius: 0;
}

.btn.btn-agenda {
	margin: 10px 0;
	background-color: #AD1510;
    color: #FFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn.btn-calendario {
	margin-top: 0;
    width: 100%;
    border-radius: 0;
    background-color: #AD1510;
    color: #FFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size:2.8em;
}

.btn.btn-calendario:hover,
.btn.btn-agenda:hover {
	border-color: none;
	color: #FCB910;
}

.orquestra {	
	height:80px;
	background-color: #AD1510;
	-webkit-box-shadow: 0 1px 6px 0 rgba(50,50,50,.4);
    -moz-box-shadow: 0 1px 6px 0 rgba(50,50,50,.4);
    box-shadow: 0 1px 6px 0 rgba(50,50,50,.4);
    border:none;
}

.navbar-brand {
	height: 80px;
	padding:15px;
}

/*
.navbar-brand h1 {
	float: left;
	background-image: url('/site/midia/arquivos/Letter-Orquestra_2.png');
	height: 51px;
	width: 253px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
}
*/

.navbar-brand h1 {
    color: #FFF;
    font-weight: bold;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    float: left;
    margin: 5px 0 0 0;
}

.navbar-default .navbar-nav>li>a {
	color:#FFF;
    text-transform: uppercase;
    font-size: 2.2em;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color:#FCB810;
}


.navbar-toggle {
	margin-top:22px;
}

.navbar-default .navbar-toggle {
	border-color: #FFF;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:0;
    background-color: #AD1510;
}

.navbar-collapse {
	box-shadow: none;
	-webkit-box-shadow:none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #670C0A;
}


.navbar ul li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color:#FCB810;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


.navbar ul li > a:hover:before {
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar ul li.current > a:before {
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);

}

.navbar ul li.current > a {
color:#FCB810;
}

.carousel-caption h3 {
	font-size: 10em;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.9);
	font-weight: bold;
}

.carousel-caption h3.small {
	font-size: 9em;
}

.first {
   animation-delay: 0.5s;
   margin:0;
}

.second {
   animation-delay: 1s;	
   margin-top: 0;
}

.carousel-caption {
	top:0;
	right: 0;
	left: 0;
	width: 100%;
}

.first-caption {
	top: 50%;
}

.second-caption {
	top: 10%;
    right: 0;
}
.btn {
	margin-top:25px;

}

.btn-primary {
	background-color: #AD1510;
	border-color: #AD1510;
}

.btn-primary:hover,
.btn-primary:focus {
	opacity: .9;
	background-color: #AD1510;
	border-color: #AD1510;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.agenda {
	background-color: #F5F5F5;
}

h1 {
	text-align: center;
	color: #FCB910;
	font-weight: bold;
	margin: 1em 0;
}

h2 {
	color:#AC1410;
	font-size: 3.2em;
	font-weight: bold;
}

.banner {
	margin:1em 0;
}

.banner-imposto {
	width: 100%;
	margin-top: 8em;
	margin-bottom: 0;
}

.well-col {
    background-clip: padding-box;
    border: 5px solid transparent;
    min-height: 385px;
}

.well-col p {
    margin:0;
}

footer {
	background-color: #AD1510;
	border-top: 2px solid #DDD;
	padding: 7em 0;
}

footer p {
	margin: 0;
        color: white;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.text-bigger {
	font-size:2em;
	color: #CCC;
}

.text-bigger:hover,
.text-bigger:focus {
	color: #BBB;
}

/* PARALLAX */

#parallax-apresentacao{
    height:560px;
    background-color:#004c82;
    /*background: url(/site/midia/arquivos/foto-orquestra-1_3.jpg) 50% 0 fixed;*/
    background: url(/site/midia/arquivos/foto-orquestra-apres.jpg) 50% 0 fixed;
    position: relative;     
    background-position-y:-11px;
}

#parallax-programas{
    height:560px;
    background-color:#004c82;
    background: url(/site/midia/arquivos/Banner-Programas_3.jpg) 50% 0 fixed;
    position: relative;     
    background-position-y:-100px;
}

#parallax-calendario{
    height:560px;
    background-color:#004c82;
    background: url(/site/midia/arquivos/Banner-Calendario-Bossa-Nova_2.png) 50% 0 fixed;
    position: relative;     
    background-position-y:-100px;
}

#parallax-galeria{
    height:560px;
    background-color:#004c82;
    background: url(/site/midia/arquivos/Banner-Galeria.jpg) 50% 0 fixed;
    position: relative;     
    background-position-y:-100px;
}

#parallax-noticias{
    height:560px;
    background-color:#004c82;
    background: url(/site/midia/arquivos/Banner-Noticias.jpg) 50% 0 fixed;
    position: relative;     
    background-position-y:-100px;
}


#parallax-equipe{
    height:560px;
    background-color:#004c82;
    background: url(/site/midia/arquivos/foto-orquestra-2_3.jpg) 50% 0 fixed;
    position: relative;     
    background-position-y:80px;
}

#parallax-colabore{
    height:560px;
    background-color:#004c82;
    /*background: url(/site/midia/arquivos/foto-orquestra-3_3.jpg) 50% 0 fixed;*/
    background: url(/site/midia/arquivos/foto-orquestra-apres.jpg) 50% 0 fixed;
    position: relative;     
    background-position-y:-11px;
}

#parallax-curiosidades{
    height:560px;
    background-color:#004c82;
    background: url(/site/midia/arquivos/Banner-Curiosidades_2.jpg) 50% 0 fixed;
    position: relative;     
    background-position-y:-100px;
}

#parallax-coro{
    height:560px;
    background-color:#004c82;
    background: url(/site/midia/arquivos/Banner-Coro_2.jpg) 50% 0 fixed;
    position: relative;     
    background-position-y:-100px;
}

#parallax-grandes-concertos{
    height:560px;
    background-color:#004c82;
    background: url(/site/midia/arquivos/Banner-Grandes-Concertos_2.jpg) 50% 0 fixed;
    position: relative;     
    background-position-y:-100px;
}


.parallax-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
	color: #FCB910;
	font-weight: bold;
  font-size:7em;
    text-shadow: 2px 1px 0px #333;
}

/* ITENS EQUIPE */

#no-open h4.panel-title.accordion-toggle{
 color: #333;
}

.panel-heading.collapsed.troca .accordion-toggle:after {
  content:"\2212";
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
}

h4.panel-title.accordion-toggle {
 color: #ad1510;
 font-size: 18px !important;
 text-transform: none !important;
 letter-spacing: normal !important;
 font-weight: normal !important;
}

.panel-default>.panel-heading {
    color: #E0004D;
    background-color: #FFF;
}

.panel-heading {
 padding: 15px 15px;
 cursor: pointer;
}

.accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content:"\e114";
    //content: url('https://www.ucs.br/site/midia/arquivos/item-rosa_aberto.png');
    float: left;        /* adjust as needed */ 
    margin-right: 10px;
}

.panel-heading.collapsed .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content:"\e080";
    //content: url('https://www.ucs.br/site/midia/arquivos/item-rosa.png');
    margin-right: 10px;
}


/* FIM ITENS EQUIPE */


@media (max-width: 1199px) {

  .well-col {
    min-height:350px;
  }
 
  .navbar-default .navbar-nav>li>a{
  font-size: 2.2em;
}
}

@media (max-width: 991px) {

  .nav>li>a {
    padding: 10px 7px;
  }

  .well-col {
    min-height:435px;
  }

}

@media (min-width: 768px) {

.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-default .navbar-nav>li>a{
font-size: 2em;
}
}

@media (max-width: 768px) {

	.navbar ul li > a:before {
		display:none;
	}

	.carousel-caption h3 {
		font-size: 7em;
	}

	.carousel-caption h3.small {
		font-size: 5em;
	}

	.vertical-align {
	    display: block;
	  	flex-direction: row;
	}

	.vertical-align div:not(:last-child) {
		margin-bottom: 5em;
	}

  .well-col {
    min-height:auto;
  }

   h1{
    font-size: 25px;
   }

}

@media (max-width: 369px) {
 .navbar-brand h1{
    font-size: 30px;
 }
}

@media (max-width: 280px) {
 .navbar-brand h1{
    font-size: 22px;
    margin: 12px 0 0 0;
 } 
}

@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/portal_cursos/Roboto-Bold-webfont.eot');
    src: url('/site/static/fonts/portal_cursos/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/portal_cursos/Roboto-Bold-webfont.woff') format('woff'),
         url('/site/static/fonts/portal_cursos/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/site/static/fonts/portal_cursos/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: bold;
    font-style: normal;
}@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/portal_cursos/Roboto-BoldItalic-webfont.eot');
    src: url('/site/static/fonts/portal_cursos/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/portal_cursos/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('/site/static/fonts/portal_cursos/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('/site/static/fonts/portal_cursos/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/portal_cursos/Roboto-Light-webfont.eot');
    src: url('/site/static/fonts/portal_cursos/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/portal_cursos/Roboto-Light-webfont.woff') format('woff'),
         url('/site/static/fonts/portal_cursos/Roboto-Light-webfont.ttf') format('truetype'),
         url('/site/static/fonts/portal_cursos/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: 100;
    font-style: normal;
}@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/portal_cursos/Roboto-LightItalic-webfont.eot');
    src: url('/site/static/fonts/portal_cursos/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/portal_cursos/Roboto-LightItalic-webfont.woff') format('woff'),
         url('/site/static/fonts/portal_cursos/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('/site/static/fonts/portal_cursos/Roboto-LightItalic-webfont.svg#RobotoLightItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}


