/* Estilos globais */
body {
    margin: 0;
}
address {
    margin: 0!important;
}
.bootstrap-style p, .bootstrap-style a, .bootstrap-style li, .bootstrap-style span {
    font-family: Roboto!important;
}
.bootstrap-style .glyphicon-play-circle {
    font-family:'Glyphicons Halflings'!important;
    margin-right: 5px;
    font-size: 14px;
    top: 2px;
}
.bootstrap-style .wrapper {
    min-width: 1170px;
}
.bootstrap-style a {
    color:#337ab7;
    text-decoration:none;
}
.bootstrap-style a:hover,
.bootstrap-style a:focus {
    color:#23527c;
    text-decoration:none;
}
.bootstrap-style a:focus {
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}
.bootstrap-style .container {
    background: 0;
    color: #393A3F;
}
.bootstrap-style .left {
    float: left;
    margin-right: 15px;
}
.bootstrap-style .right {
    float: right;
    margin-left: 15px;
}
.bootstrap-style .vertical-align {
    display: flex;
    align-items: center;
}

/* Topo */
.bootstrap-style header#secao_topo {
    /*min-width: 1170px;*/
    padding: 20px 0;
    background-color: #FFF; 
}
.bootstrap-style #secao_topo .logos a {
    display: inline-block;
}
.bootstrap-style #secao_topo .logo-ucs {
    height: 65px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}
.bootstrap-style #secao_topo .logo-ucs.cinquenta-anos {
    margin-left:15px;
    position: relative;
    z-index: 999;
}

.m-60{
    width: 60%;
}

.logo-fucs{
    width: 85%;
    object-fit: contain;
    object-position: 50% 50%;
}

.logo-fucs-mobile{
    width: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

/* Padrão Menu Flex */
.bootstrap-style ul.menu {    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: flex-start;  
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-align: flex-start; 
}
.bootstrap-style ul.menu li {
    display: block;
    list-style-type: none;
    text-transform: none;
    flex-basis: auto;
    margin: auto;
}

/* Menu links topo */
.bootstrap-style #secao_topo .menu-links,
.bootstrap-style #secao_topo .menu-links ul.menu {
    height: 35px;
}
.bootstrap-style #secao_topo .menu-links ul.menu li {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
}
.bootstrap-style #secao_topo .menu-links ul.menu li:first-child {
    margin-left: 0;
}
.bootstrap-style #secao_topo .menu-links ul.menu li:last-child {
    margin-right: 0;    
}
.bootstrap-style #secao_topo .menu-links ul.menu li a {
    color:#6D6E71;
    font-size: 9px;
    letter-spacing: 1px;
    vertical-align: top;
}
/* Menu busca */
.bootstrap-style #secao_topo .menu-idioma-midia-busca,
.bootstrap-style #secao_topo .menu-idioma-midia-busca ul.menu {
    height: 30px;
}
/* Drodpdown idiomas */
.bootstrap-style #secao_topo .dropdown {
    float: left;
}
.bootstrap-style #secao_topo .dropdown .dropdown-toggle.idioma { 
    border-radius: 0;
    color: #808285;
    font-size: 9px;
    text-transform: uppercase;
    min-width: 110px;
    height: 30px;
}
.bootstrap-style #secao_topo .dropdown-menu.idioma {
    border-radius: 0;
    text-transform: uppercase;
    min-width: 110px;
}
.bootstrap-style #secao_topo .dropdown-menu.idioma li a {
    color: #808285;
    font-size: 10px;
    text-align: center;
}
.bootstrap-style #secao_topo .dropdown .globo {
    float: left;
    margin-right: 10px;
}
/* Midias */
.bootstrap-style #secao_topo .midias {
    width: 375px;
    float: left;
    padding: 0 10px;
}
/* Busca */
.bootstrap-style #secao_topo form input {
    background: url('/site/static/img/capa2016/Topo_Busca.png') 95% center no-repeat;    
    display: block;
    width: 265px;
    height: 30px;
    padding: 6px 35px 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
}
/* Menu principal*/
.bootstrap-style #menu_principal .dropdown-menu>li>a {
    text-align: left;
    font-size: 14px;
    line-height: 1.6em;
}
.bootstrap-style #menu_principal .navbar-nav>li {
    float: left;
    display: block;
    list-style-type: none;
    text-transform: none;
    flex-basis: auto;
    margin: auto;
    flex-grow: 1;
    flex-shrink: 1;          
}
.bootstrap-style #menu_principal .navbar-nav>li:hover {
    background-color: transparent;    
}
.bootstrap-style #menu_principal .navbar-nav>li>a {
    text-align: center;
    padding: 10px 15px;
    font-weight: bold;
    color: #FFF;
    background-color: transparent;
    font-size: 14px;
}
.bootstrap-style #menu_principal .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: transparent;
}
.bootstrap-style #menu_principal .navbar-nav>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #337ab7;
    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;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;        
}
.bootstrap-style #menu_principal .navbar-nav>li>a:hover:before,
.bootstrap-style #menu_principal .navbar-nav>li.open>a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.bootstrap-style #menu_principal .dropdown-menu {
    border-radius: 0;
}
.bootstrap-style #menu_principal .dropdown-menu>li>a {
    color: #337ab7;
}
.bootstrap-style #menu_principal .navbar {
    min-height: 0;        
    height: 40px;
}
.bootstrap-style #menu_principal .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: flex-start;
    margin: 0 auto;
    float: left;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-align: flex-start;
}
.bootstrap-style #menu_principal .navbar-default,
.bootstrap-style #menu_principal .navbar-default .navbar-collapse {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background-color: #393A3F;
}   
.bootstrap-style #menu_principal .dropdown-menu.duas-colunas {
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 5px;
}

/* Menu Rodapé */
.bootstrap-style #secao_rodape {
    /*min-width: 1170px;*/
    background-color: #FFF; 
}
.bootstrap-style #secao_rodape .links-rodape {
    background-color: #000;
    height: 105px;
}
.bootstrap-style #secao_rodape .links-rodape ul.menu {
    height: 105px;
}
.bootstrap-style #secao_rodape .links-rodape ul.menu li {
    line-height: 105px;
}
.bootstrap-style #secao_rodape ul.menu li:first-child {
    margin-left: 0;
}
.bootstrap-style #secao_rodape ul.menu li:last-child {
    margin-right: 0;    
}
.bootstrap-style #secao_rodape .links-rodape ul.menu li a {
    color: #FFF;
    font-size: 14px;
    display: block;
    line-height: 105px;
}
.bootstrap-style #secao_rodape .links-rodape img {
    margin-right: 8px;
    vertical-align: middle;
}
.bootstrap-style #secao_rodape .foto-rodape {
    width: 100%;
    overflow: hidden;
}
.bootstrap-style #secao_rodape .foto-rodape img {
    width: 100%;
    margin-left: 0;
}

/* Rodapé */
.bootstrap-style #secao_rodape p {
    font-size: 12px;
}
.bootstrap-style #secao_rodape footer {
    padding: 48px 0;
}
.bootstrap-style #secao_rodape footer p {
    font-weight: 300;
    color: #000;
    line-height: 1.8em;
    margin-bottom: 0;
}
.bootstrap-style #secao_rodape footer a {
    text-transform: uppercase;
}
.bootstrap-style #secao_rodape footer i {
    color: #808285;
}
.bootstrap-style #secao_rodape footer i.fa-whatsapp {
    font-size: 15px;
}
.bootstrap-style #secao_rodape footer a.contato {
    color: #000;
    font-weight: 300;
}
.bootstrap-style #secao_rodape footer a.contato {
    text-decoration: none;
}
.bootstrap-style #secao_rodape footer .logo-rodape {
    margin-top: 8px;
}
#qrcode{
    width:100%;
    height:170px;
    object-fit:cover;
    object-position:50% 50%;
}
#qrcode_mobile{
    width:80%;
    height: 160px;
    object-fit:cover;
    object-position:50% 50%;
    margin: 10px 30px; 
}
#div_qrcode_mobile{
    display: flex;
    justify-content: center;
    background-color: white;
    width: 100%;
    margin-bottom: 40px;
}
/*.bootstrap-style #secao_rodape footer img {
    display: block;
    margin:0 auto;
}*/
.bootstrap-style #secao_rodape footer .borda {
    border-right: 1px solid #CECECE;
    padding-right: 10px;
}
.bootstrap-style #secao_rodape footer .margin {
    margin-left: 40px;
}
.bootstrap-style #secao_rodape footer p.copyright {
    color: #808285;
}

@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/capa2016/roboto-black-webfont.eot');
    src: url('/site/static/fonts/capa2016/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/capa2016/roboto-black-webfont.woff2') format('woff2'),
         url('/site/static/fonts/capa2016/roboto-black-webfont.woff') format('woff'),
         url('/site/static/fonts/capa2016/roboto-black-webfont.ttf') format('truetype'),
         url('/site/static/fonts/capa2016/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/capa2016/roboto-blackitalic-webfont.eot');
    src: url('/site/static/fonts/capa2016/roboto-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/capa2016/roboto-blackitalic-webfont.woff2') format('woff2'),
         url('/site/static/fonts/capa2016/roboto-blackitalic-webfont.woff') format('woff'),
         url('/site/static/fonts/capa2016/roboto-blackitalic-webfont.ttf') format('truetype'),
         url('/site/static/fonts/capa2016/roboto-blackitalic-webfont.svg#robotoblack_italic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/capa2016/roboto-bold-webfont.eot');
    src: url('/site/static/fonts/capa2016/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/capa2016/roboto-bold-webfont.woff2') format('woff2'),
         url('/site/static/fonts/capa2016/roboto-bold-webfont.woff') format('woff'),
         url('/site/static/fonts/capa2016/roboto-bold-webfont.ttf') format('truetype'),
         url('/site/static/fonts/capa2016/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/capa2016/roboto-bolditalic-webfont.eot');
    src: url('/site/static/fonts/capa2016/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/capa2016/roboto-bolditalic-webfont.woff2') format('woff2'),
         url('/site/static/fonts/capa2016/roboto-bolditalic-webfont.woff') format('woff'),
         url('/site/static/fonts/capa2016/roboto-bolditalic-webfont.ttf') format('truetype'),
         url('/site/static/fonts/capa2016/roboto-bolditalic-webfont.svg#robotobold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/capa2016/roboto-italic-webfont.eot');
    src: url('/site/static/fonts/capa2016/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/capa2016/roboto-italic-webfont.woff2') format('woff2'),
         url('/site/static/fonts/capa2016/roboto-italic-webfont.woff') format('woff'),
         url('/site/static/fonts/capa2016/roboto-italic-webfont.ttf') format('truetype'),
         url('/site/static/fonts/capa2016/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/capa2016/roboto-light-webfont.eot');
    src: url('/site/static/fonts/capa2016/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/capa2016/roboto-light-webfont.woff2') format('woff2'),
         url('/site/static/fonts/capa2016/roboto-light-webfont.woff') format('woff'),
         url('/site/static/fonts/capa2016/roboto-light-webfont.ttf') format('truetype'),
         url('/site/static/fonts/capa2016/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/capa2016/roboto-lightitalic-webfont.eot');
    src: url('/site/static/fonts/capa2016/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/capa2016/roboto-lightitalic-webfont.woff2') format('woff2'),
         url('/site/static/fonts/capa2016/roboto-lightitalic-webfont.woff') format('woff'),
         url('/site/static/fonts/capa2016/roboto-lightitalic-webfont.ttf') format('truetype'),
         url('/site/static/fonts/capa2016/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/site/static/fonts/capa2016/roboto-regular-webfont.eot');
    src: url('/site/static/fonts/capa2016/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/site/static/fonts/capa2016/roboto-regular-webfont.woff2') format('woff2'),
         url('/site/static/fonts/capa2016/roboto-regular-webfont.woff') format('woff'),
         url('/site/static/fonts/capa2016/roboto-regular-webfont.ttf') format('truetype'),
         url('/site/static/fonts/capa2016/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

