html
{
    position: relative;
    min-height: 100%;
}

body
{
    background: #fff;
    font-family: "Open sans",Helvetica,Arial,sans-serif;
    min-height: 600px;
}

header
{
    height: 400px;
    background-size: cover;
}
.container {
  max-width: 1600px;
  width: 98%;
}
h2
{
    color: #b71c1c;
    font-size: 5.2rem;
    font-weight: bold;
    margin-top: 30px;
}

#formatos h2
{
    text-transform: uppercase;
    color: #000;
}

.intro-text
{
    margin-bottom: 23px;
}

.btn-group-lg > .btn, .btn-lg
{
    border-radius: 0;
}

.navbar
{
    padding: 0;
}

.navbar-toggler
{
    cursor: pointer;
    float: right;
}

nav button i.material-icons
{
    color: #fff;
    font-size: 40px;
}
nav.f-nav button i.material-icons {
    color: #121212;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
    background-color: transparent;
}

nav button:focus i.material-icons
{
	color: #40B3DF !important;
}

nav#menu-fixed button i.material-icons 
{
	color: #121212;
}

.navbar-collapse
{
    border: medium none;
}

.nav.navbar-nav
{
    margin-bottom: 0;
    margin-top: 0;
}

.navbar-default .navbar-nav .nav li
{
    height: 50px;
}

.navbar-default .navbar-nav > li > a
{
    padding: 20px;
}

.navbar-default .navbar-nav .nav-item + .nav-item
{
    margin-left: 0;
}

.navbar-nav > li > a:hover
{
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a
{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
    color: #fff !important;
    background-color: #40B3DF;
    font-weight: bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    font-weight: bold;
}

.navbar-toggle
{
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    float: right;
    margin-top: 4px;
}

nav.navbar.navbar-default
{
    background: rgba(0,0,0,0.65);
    box-shadow: none;
    border: medium none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
{
    background-color: #8a1818;
    color: #f3f3f3;
}

.navbar-brand
{
    height: 60px;
    font-size: 18px;
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    padding-top: 4px;
}
.navbar-brand > img.fixed-logo {
  display: none;
}
.f-nav .navbar-brand > img.absolute-logo {
  display: none;
}
.f-nav .navbar-brand > img.fixed-logo {
	display:block;
}

.navbar-brand span.text-title
{
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}

.full-width-menu
{
    left: 0 !important;
    position: fixed;
    top: 59px;
    width: 100% !important;
    padding-top: 15px;
}

.navbar-nav .dropdown-menu > li
{
    float: left;
}


.navbar-brand .glyphicon
{
    display: inline-block;
    font-size: 36px;
    color: #fff;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    top: -2px;
}

.categories
{
    text-align: center !important;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
}

.categories li
{
    display: inline-block !important;
    float: none;
}

.post-body
{
    margin-top: 30px;
    font-size: 16px;
}



.post-title .author
{
    text-transform: uppercase;
    color: #646464;
}

.post-body figure
{
    text-align: center;
}

.post-title .author span
{
    margin-left: 5px;
}



footer
{
    padding: 20px;
    text-align: center;
    color: #fff;
    bottom: 35px;
}

footer h5
{
    color: inherit;
}

div.container.post
{
    margin-bottom: 50px;
}

nav.navbar.navbar-default
{
    margin-bottom: 0;
}

.header-title
{
    font-size: 6rem;
    text-transform: uppercase;
    font-family: "Montserrat", sans serif;
    font-weight: bolder;
    color: #ffffff;
}

h2.header-title
{
}
h4.intro-text {
    font-size: 2.5rem;
}

.v-align-container
{
    position: relative;
}

.v-align
{
    position: absolute !important;
    top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header h1>span
{
    display: inline;
    color: #40b3df;
}

header h4, h4.subtitle
{
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    font-size: 2.7rem;
}

.block-parallax-home, #block-title-catalog
{
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.header-block
{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

/** BUTTON MAIN PERSONALIZADO **/

.btn-main
{
    background-color: #40B3DF;
    color: #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    font-family: arial;
}

.btn-main:focus,.btn-main.focus,.btn-main:hover,.btn-main:active,.btn-main.active,.open>.dropdown-toggle.btn-main
{
    color: #ffffff;
    background-color: #58C3EA;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.4);
}

.btn-main:active:hover,.btn-main.active:hover,.open>.dropdown-toggle.btn-main:hover,.btn-main:active:focus,.btn-main.active:focus,.open>.dropdown-toggle.btn-main:focus,.btn-main:active.focus,.btn-main.active.focus,.open>.dropdown-toggle.btn-main.focus
{
    color: #ffffff;
    background-color: #2993B9;
    border-color: #232323;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.btn-main.disabled,.btn-main[disabled],fieldset[disabled] .btn-main,.btn-main.disabled:hover,.btn-main[disabled]:hover,fieldset[disabled] .btn-main:hover,.btn-main.disabled:focus,.btn-main[disabled]:focus,fieldset[disabled] .btn-main:focus,.btn-main.disabled.focus,.btn-main[disabled].focus,fieldset[disabled] .btn-main.focus,.btn-main.disabled:active,.btn-main[disabled]:active,fieldset[disabled] .btn-main:active,.btn-main.disabled.active,.btn-main[disabled].active,fieldset[disabled] .btn-main.active
{
    background-color: #424242;
    border-color: #424242;
}

/** FINAL BUTTON MAIN PERSONALIZADO **/

/** CATEGORY BLOCK CUSTOMIZE **/

#categories-home
{
    margin-bottom: 60px;
}

.category-block
{
    overflow: hidden;
}

.feat-overlay
{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%) repeat scroll 0 0;
    bottom: 0;
    height: 29%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}

div.category-block:hover .feat-overlay
{
    height: 100%;
}

.category-title
{
    bottom: 0;
    left: 0;
    padding: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    color: #fff;
}

.category-block .category-text
{
    color: #fff;
    font-size: 1.4em;
    margin: 0 20px;
}

.link-category
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/** END CATEGORY BLOCK CUSTOMIZE **/

.no-margin
{
    padding: 0 !important;
    margin: 0 !important;
}

.img-fluid
{
    height: auto;
    max-width: 100%;
    width: 100%;
}

.margin-top-10
{
    margin-top: 10px;
}

.width-100
{
    width: 100% !important;
}

.block-parallax-home .header-title
{
    color: #fff !important;
}

.footer-icons > a
{
    background: #fff none repeat scroll 0 0;
    display: block;
    float: left;
    height: 37px;
    margin-right: 7px;
    padding: 6px;
    width: 37px;
}
.footer-icons > a:hover,.footer-icons > a:focus {
  background: #40B3DF;
}
.material-icons
{
    margin-bottom: -2px;
    vertical-align: bottom;
}

/* ImageLightbox */
#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}
.feat-news h3 span {
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal;
  padding-left: 7px;
  display:block;
}
#imagelightbox {
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0 0 1em rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.75);
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	bottom: 76px !important;
	top: auto !important;
}
#imagelightbox-loading, #imagelightbox-loading div {
    border-radius: 50%;
}
#imagelightbox-loading {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    height: 2.5em;
    left: 50%;
    margin: -1.25em 0 0 -1.25em;
    padding: 0.625em;
    position: fixed;
    top: 50%;
    width: 2.5em;
    z-index: 10003;
}
#imagelightbox-loading div {
    animation: 0.5s ease 0s normal none infinite running imagelightbox-loading;
    background-color: #fff;
    height: 1.25em;
    width: 1.25em;
}
@keyframes imagelightbox-loading {
0% {
    opacity: 0.5;
    transform: scale(0.75);
}
50% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0.5;
    transform: scale(0.75);
}
}
@keyframes imagelightbox-loading {
0% {
    opacity: 0.5;
    transform: scale(0.75);
}
50% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0.5;
    transform: scale(0.75);
}
}
#imagelightbox-overlay {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}
#imagelightbox-overlay .logo {
  margin: 5px 15px;
}
#imagelightbox-close {
    background-color: #666;
    border-radius: 50%;
    height: 2.5em;
    position: fixed;
    right: 2.5em;
    text-align: left;
    top: 2.5em;
    transition: color 0.3s ease 0s;
    width: 2.5em;
    z-index: 10002;
}
#imagelightbox-close:hover, #imagelightbox-close:focus {
    background-color: #111;
}
#imagelightbox-close::before, #imagelightbox-close::after {
    background-color: #fff;
    bottom: 20%;
    content: "";
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 20%;
    width: 2px;
}
#imagelightbox-close::before {
    transform: rotate(45deg);
}
#imagelightbox-close::after {
    transform: rotate(-45deg);
}
#imagelightbox-caption {
  background-color: #121212;
  bottom: 0;
  color: #fff;
  font-size: 2.3rem;
  left: 0;
  padding: 0.625em;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 10001;
}
#imagelightbox-nav {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    bottom: 3.75em;
    left: 50%;
    padding: 0.313em;
    position: fixed;
    transform: translateX(-50%);
    z-index: 10001;
}
#imagelightbox-nav button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 1em;
    margin: 0 0.313em;
    width: 1em;
}
#imagelightbox-nav button.active {
    background-color: #fff;
}
.imagelightbox-arrow {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 7.5em;
    margin-top: -3.75em;
    position: fixed;
    top: 50%;
    vertical-align: middle;
    width: 3.75em;
    z-index: 10001;
}
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
    background-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow:active {
    background-color: #111;
}
.imagelightbox-arrow-left {
    left: 2.5em;
}
.imagelightbox-arrow-right {
    right: 2.5em;
}
.imagelightbox-arrow::before {
    border: 1em solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: -0.125em;
    width: 0;
}
.imagelightbox-arrow-left::before {
    border-left: medium none;
    border-right-color: #fff;
    margin-left: -0.313em;
}
.imagelightbox-arrow-right::before {
    border-left-color: #fff;
    border-right: medium none;
    margin-right: -0.313em;
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    animation: 0.25s linear 0s normal none 1 running fade-in;
}
h4.feat-news {
  color: #40b3df;
  font-size: 2.6em;
}

@keyframes fade-in {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fade-in {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@media only screen and (max-width: 41.25em) {
#container {
    width: 100%;
}
#imagelightbox-close {
    right: 1.25em;
    top: 1.25em;
}
#imagelightbox-nav {
    bottom: 1.25em;
}
.imagelightbox-arrow {
    height: 3.75em;
    margin-top: -2.75em;
    width: 2.5em;
}
.imagelightbox-arrow-left {
    left: 1.25em;
}
.imagelightbox-arrow-right {
    right: 1.25em;
}
}
@media only screen and (max-width: 20em) {
.imagelightbox-arrow-left {
    left: 0;
}
.imagelightbox-arrow-right {
    right: 0;
}
}
/* END ImageLightbox */

/** FOOTER **/

#footer-contact
{
    list-style: none;
    padding-left: 0;
}

.fa
{
    color: #242424;
    font-size: 28px;
    height: 29px;
    width: 40px;
}

footer h3
{
    color: #fff;
    font-family: "Montserrat";
    font-weight: bold;
    text-transform: uppercase;
}

footer #logo-footer
{
    max-height: 90px;
    margin: 10px 0 40px;
}

footer .logo-block h3
{
    font-size: 28px;
    margin-top: 0;
}

.footer-company-about
{
    font-size: 1.1em;
    margin-bottom: 18px;
}

.contact-item span
{
    display: block;
    font-family: "Montserrat";
    margin-top: -19px;
    padding-left: 27px;
}

/** END FOOTER **/

/** FEAT NEWS HOME **/

.feat-news-intro
{
    margin-bottom: 23px;
}
.feat-news h3 {
  font-size: 39px;
  text-align: center;
}
.row.feat-news {
  min-height: 20px;
}
.row.separator {
  min-height: 48px;
}
.feat-news-block h4, .dropdown-menu.full-width-menu .feat-news-link {
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
}
.feat-news h3.feat-news {
  color: rgba(64, 179, 223, 1);
  font-size: 2em;
  text-align: left !important;
}

/** END FEAT NEWS HOME **/

.feat-news-date
{
    color: #000;
    font-style: italic;
}


#formatos
{
    margin-bottom: 40px;
    margin-top: 20px;
	padding-bottom: 50px;
}
#formatos-link {
  margin-top: -50px;
  float: left;
}

.copyright-bar {
  bottom: 0;
  color: #2a2a2d;
  margin-top: -12px;
  width: 100%;
}

.copyright-bar a
{
    color: #40B3DF;
}

@media (max-width:767px)
{
    .navbar-brand span.text-title
    {
        display: none;
    }
}
@media (min-width:768px)
{
    .navbar-nav li
    {
    }
}
@media (min-width:992px)
{
    .post-title
    {
        text-align: right;
        padding-right: 30px;
    }
}
@media (max-width:767px)
{
     h1.header-title, .header-title, h2{
    	font-size: 4.3rem;
	}
}
@media (max-width:360px)
{
    h1.header-title, .header-title, h2{
    	font-size: 3.8rem;
	}
	header h4, h4.subtitle, h4.intro-text {
		font-size: 2rem;
	}
.feat-news-block h4, .dropdown-menu.full-width-menu .feat-news-link 
{
	font-size: 17px;
}
footer h4 {
  font-size: 13px;
}
footer h3 {
  font-size: 17px;
}
footer .material-icons {
  font-size: 16px;
  margin-bottom: 3px;
}
}
@media (max-width:320px)
{
    h1.header-title, .header-title, h2{
    	font-size: 2.8rem;
	}
}
@media (max-width:640px) and (orientation: landscape)
{
    h1.header-title, .header-title, h2{
    	font-size: 4rem;
	}
	header h4, h4.subtitle, h4.intro-text {
		font-size: 2rem;
	}
}
