@import url('bootstrap.min.css');
@import url('fontawesome-all.min.css');
/*@import url("animate.min.css");*/
@import url("prettyPhoto.css");
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600|Work+Sans:300,400,600,700');

html * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { background: #FFF; font-family: 'Work Sans', sans-serif; font-weight: 300; letter-spacing: 0.03em; line-height: 1.3em; font-size: 14.5px; color:#555; }
body, html { height: 100%; }
hr { margin: 0; padding: 0; }

a { color: #333; -webkit-transition: color 300ms, background-color 300ms; -moz-transition: color 300ms, background-color 300ms; -o-transition:  color 300ms, background-color 300ms; transition:  color 300ms, background-color 300ms; }
a:hover, a:focus { color: #EA0001; text-decoration: none; outline: none; }

a:hover > h3, a:hover > h4, a:hover > h5 { color: #EA0001 }

::selection{color:#fff;background:rgba(0,0,0,0.3);}
::-moz-selection{color:#fff;background:rgba(0,0,0,0.3);}
::-webkit-selection{color:#fff;background:rgba(0,0,0,0.3);}

.btn-primary { background: #EA0001; color: #FFF; border: 0; border-radius: 5px; font-size: 1.3em; padding: 10px 50px; font-weight: 400; letter-spacing: 0.05em; font-family: 'Oswald', sans-serif; -webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.btn-primary:hover { background: #333333; }

.bg-dark { background: rgba(0,0,0,1) !important; }
.bg-light { background: #F5F6FA !important; }
.bg-danger { background: #EA0001 !important; font-family: 'Oswald', sans-serif; }

.badge-light { background: #ECEAEB; padding: 4px; font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 1.2em; }
.badge-primary { background: #EA0001; color: #FFF; padding: 6px 10px; font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 1.2em !important; }
.badge-primary i { font-size: 1.4em !important; vertical-align: text-top; }
.badge-danger { background: #EA0001;  padding: 12px; font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 1.2em !important; }
.border-primary { border-color: #EA0001 !important; border-width: 5px !important; }
.border-white { border-width: 5px !important;  }

.scrollup { width: 40px; height: 40px; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); opacity: 0.8; position: fixed; bottom: 15px; right: 15px; display: none; text-align: center; color: #fafafa; font-size: 28px; background: #CCC; z-index: 9999; border-radius: 2px; }
.scrollup i { line-height: 38px }
a.scrollup:hover i, a.scrollup:focus i { text-decoration: none; color: #fafafa; outline: none; }

.card-deck .card { max-width: 50%; }

small { font-weight: 300; letter-spacing: 0.05em; font-size: 0.75em; }

h1, h2, h3, h4, h5 { font-family: 'Oswald', sans-serif; font-weight: 600; font-style: normal; color: #373133; padding: 0; margin: 0; letter-spacing: 0; -webkit-transition: color 300ms, background-color 300ms; -moz-transition: color 300ms, background-color 300ms; -o-transition:  color 300ms, background-color 300ms; transition:  color 300ms, background-color 300ms; }

header { }

header .search { padding: 0; font-family: 'Work Sans', sans-serif; border-bottom: 1px solid #29333D;  }
header .search .nav-item a.nav-link { color: #444; font-size: 0.9em; font-weight: 300; font-family: 'Work Sans', sans-serif; margin: -5px 0 -5px 0 !important; border-radius: 0; padding: 10px; }
header .search .nav-item a.nav-link:hover { background: none; }

header .form-control { border-radius: 0; font-size: 0.8em; background: #F0F0F0; border-color: #F0F0F0; font-family: 'Work Sans', sans-serif; }
header .btn { border-radius: 0; background: #F0F0F0; border-color: #F0F0F0; }
header .btn:hover { background: #6C757D; border-color: #6C757D; }

header #logo.navbar { margin: 0; padding: 20px 0;  background: rgb(255,255,255); background: linear-gradient(97deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(234,0,1,1) 50%); }
header #menu.navbar { background: #373133; margin: 0; padding: 0 }
header #menu .navbar-collapse {  border-radius: 0;  }
header .navbar-brand { margin: 0; }
header .navbar-toggler { z-index: 9999; font-size: 2.2em; border-radius: 0; margin: 0; }
header .navbar-toggler .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

header .nav-item { font-family: 'Oswald', sans-serif;  margin: 0; padding: 0; }
header .nav-item a { -webkit-transition: color 0ms, background-color 0ms; -moz-transition: color 0ms, background-color 0ms; -o-transition:  color 0ms, background-color 0ms; transition:  color 0ms, background-color 0ms; }
header .nav-item a.nav-link { color: #FFF; border-radius: 0; padding: 18px 0; font-size: 1.25em; font-weight: 400; font-style: normal;  }
header .nav-item a.nav-link#navbar-noticias { color: #CBE0FA; }
header .nav-item a.nav-link.active { background: #EA0001; color: #FFF; } /* ITEM ATIVO */
header .nav-item a.nav-link.active:hover {  } /* HOVER MENU ACTIVE */
header .nav-item a.nav-link:hover,
header .nav-item a.nav-link:active,
header .nav-item a.nav-link:focus,
header .nav-item a.nav-link > li:hover > a,
header .collapse ul > li:hover > a { background: #EA0001; color: #FFF;  }
/*header .nav-item .dropdown-toggle::after { display: none; font-weight: 300; }*/
/*header .nav-item .dropdown-menu { min-width: 250px; padding: 0; margin: 0; background: #EA0001; border-radius: 0; box-shadow: 1px 2px 2px rgba(0,0,0,0.3); border: 0; }*/

/* open auto menu */
header .dropdown:hover>.dropdown-menu { display: block; }

header .dropdown-menu { min-width: 250px; padding: 0; margin: 0; background: #EA0001; border-radius: 0; box-shadow: 0; border: 0; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;  }
header .dropdown-menu a { padding: 10px 20px; color: #FFF; font-size: 0.8em; text-transform: uppercase; }
header .dropdown-menu a:hover, header .menu .dropdown-menu a:active, header .dropdown-menu .show > .dropdown-toggle { background: #373133 !important; color: #FFF; }
header .dropdown-menu .show > .dropdown-toggle::after{ transform: rotate(-90deg); }
header .collapse ul ul, header .collapse ul ul.dropdown-menu{background:#EA0001;} /* COR SUBMENU 1 */
header .collapse ul ul ul, header .collapse ul ul ul.dropdown-menu{background:#EA0001; border-left: 1px solid #373133; } /* COR SUBMENU 2 */

header .redes { font-size: 1.7em; margin: 0 0 0 15px; } 
header .redes.fa-facebook-square { color: #3D5593; }
header .redes.fa-twitter-square { color: #00B0ED; }
header .redes.fa-instagram { color: #D8226B; }
header .redes.fa-pinterest { color: #D73532; }
header .redes.fa-google-plus-g { color: #D61F1F;  }
header .redes.fa-youtube-square { color: #FE3432;  }
header .redes.fa-linkedin-in { color: #0077B5; }

header #submenu.navbar { background: #DEDEDE; padding: 0; margin: 0;  }
header #submenu.navbar a.nav-link { color: #373133 !important; font-family: 'Work Sans', sans-serif; font-size: 1em; background: transparent !important; }
header #submenu.navbar a:hover { color: #EA0001 !important; }

header #pesquisar { width: 400px; }
header #pesquisar .form-control { background: #FFF; }
header #pesquisar .btn { background: #EA0001; border: 0; }

/*
header input#search{ width: 55px; height: 55px; background: transparent; border: none; padding-left: 20px; color: #fff; font-family: 'Work Sans', 'Font Awesome 5 Free'; font-weight: 900; font-size: 1.3em; -webkit-transition: width .55s ease; -moz-transition: width .55s ease; -ms-transition: width .55s ease; -o-transition: width .55s ease; transition: width .55s ease; }
header input#search::-webkit-input-placeholder { color: #EA0001; opacity: 1; } 
header input#search:-moz-placeholder { color: #EA0001; opacity: 1; }
header input#search::-moz-placeholder { color: #EA0001; opacity: 1; } 
header input#search:-ms-input-placeholder { color: #EA0001; opacity: 1; }
header input#search:focus, header input#search:active{ outline:none; width: 200px; color: #EA0001; }
header:hover input#search{ cursor: pointer; }
*/ 

/*#menu .mr-auto a.nav-link { font-family: 'Oswald', sans-serif;  margin: 0; padding: 0; color: #FFF; padding: 8px 0; font-size: 1.25em; letter-spacing: 0.05em; font-weight: 300; font-style: normal; }*/

footer { color: #555; font-size: 1.2em; border-top: 10px solid #EA0001; background: #FFF; }
footer img { width: 185px; height: auto; }

footer .contato { vertical-align: middle; font-size: 1em; line-height: 1.3em; font-family: 'Oswald', sans-serif; }
footer .contato strong { font-size: 1.1em; }
footer .contato i { font-size: 1.5em; color: #EA0001; width: 55px; height: 55px; line-height: 55px; border: 1px solid #EA0001; border-radius: 100%; text-align: center;  }

footer .redes { font-size: 3em; margin: 0 0 0 5px; } 
footer .redes.fa-facebook-square { color: #3D5593; }
footer .redes.fa-twitter-square { color: #00B0ED; }
footer .redes.fa-instagram { color: #D8226B; }
footer .redes.fa-pinterest { color: #D73532; }
footer .redes.fa-google-plus-g { color: #D61F1F;  }
footer .redes.fa-youtube-square { color: #FE3432;  }
footer .redes.fa-linkedin-in { color: #0077B5; }

footer .nav-item a.nav-link { color: #333; font-family: 'Oswald', sans-serif; border-radius: 0; padding: 10px 0; font-size: 1em; font-weight: 400; text-transform: uppercase; text-align: left; }
footer .nav-item ul { padding: 0; margin: 0 0 0 10px; }
footer .nav-item ul li {  text-align: left; list-style: none; padding: 0; margin: 0; }
footer .nav-item ul li a { font-size: 0.8em; color: #666; padding: 3px 0; display: block; }
footer .nav-item a:hover { color: #EA0001; }

footer .development a { float: right; display: inline-block; width: 116px; height: 25px; background: url('../images/ipoomweb.png') no-repeat; }
footer .development a strong { display: none; }

/* noticias */
.card { background: transparent; border-radius: 0; border: 0; margin-bottom: 50px; }
.card a { font-size: 0.9em; color: #666; display: block;  }
.card a img { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.card a:hover > img { opacity: 0.8; }
.card h2 { font-size: 3.2em; font-weight: 400; line-height: 1.1em; }
.card h3 { font-size: 2.4em; font-weight: 400; line-height: 1.2em; }
.card h4 { font-size: 1.8em; font-weight: 400; line-height: 1.2em; }
.card h5 { font-size: 1.5em; font-weight: 400; line-height: 1.35em; }
.card p { line-height: 1.45em; font-size: 1.15em; padding: 0; margin: 10px 0 0 0; }
.card .badge { border-radius: 0; font-size: 1.1em; position: absolute; top: 0; left: 0; }
.card .overlay { position: absolute; bottom: 0; font-family: 'Oswald', sans-serif; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); }
.card .overlay img { width: 100%; }
.card .overlay h2 { text-shadow: 2px 2px 2px #000; letter-spacing: 0.03em; }
.card .overlay .badge { border-radius: 0; font-size: 1.1em; position: relative; top: 0; left: 0; }
.card .img-bottom { margin-top: 10px; }
.card .img-top { margin-bottom: 10px; /*width: 410px;*/ max-width: 100%; min-width: 100%; }
.card .img-full { max-width: 100%; min-width: 100%; }
.card .img-left { margin-right: 10px; /*width: 320px;*/ max-width: 45%; float: left; }
.card .img-media { min-width: 320px; }
.card .fa-youtube { font-size: 2em; }

#slider-noticia .controls-top { float: right; margin-bottom: 10px; }
#slider-noticia .controls-top a i { text-align: center; font-size: 1.5em; width: 38px; height: 38px; line-height: 35px; border: 2px solid #373133; border-radius: 100%; -webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms; }
#slider-noticia .controls-top a:hover i { border-color: #5CB177 }
#slider-noticia .carousel-item {  }

#slider-destaque .carousel-control-prev, #slider-destaque .carousel-control-next { font-size: 3em; width: 40px; height: 80px; top: 40%; }

.mais-lidas { font-weight: 400; line-height: 1.6em; }
.mais-lidas span { position: absolute; font-size: 7.5em; font-weight: 700; color: #D4D4D4; font-family: 'Oswald', sans-serif; z-index: 9; }
.mais-lidas a { position: relative; z-index: 999; top: 20px; left: 15px; }

.list-news .row { border-bottom: 2px solid #DEDFE3; margin-bottom: 30px; }
.list-news .row .card { margin-bottom: 30px; }
.list-news .row:last-child { border: 0; }

/* centralizar modal tela*/
.vertical-alignment-helper { display:table; height: 100%; width: 100%; pointer-events:none; }
.vertical-align-center { display: table-cell; vertical-align: middle; pointer-events:none; width: 55%; }
.modal-content { width:inherit; height:inherit; margin: 0 auto; pointer-events:all; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
/* popup video */
#video-modal { background: rgba(0,0,0,0.7); }
#video-modal .modal-content { background: #000; }
#video-modal .modal-header { padding-bottom: 0; border: 0; }
#video-modal .modal-header .modal-title { color: #FFF; padding: 0; margin: 0; font-size: 2em; }
#video-modal .modal-header button { color: #FFF; opacity: 1; font-size: 2em; text-shadow: 0; height: 60px; line-height: 40px; }

/*  HOME */
h4.title { font-size: 1.7em; margin-bottom: 25px; font-weight: 400; padding: 30px 0 10px 0; color: #373133; text-transform: uppercase; border-bottom: 2px solid #ECEAEB; border-top: 5px solid #EA0001; }
h4.title.azul { border-top-color: #1D1695; }
h4.title.noborder { padding: 0 0 10px 0; border-top: 0; }
h3.title { font-size: 2.4em; margin-bottom: 25px; font-weight: 400; padding: 0 0 5px 0; color: #373133; text-transform: uppercase; border-bottom: 2px solid #ECEAEB; }

#colunistas { }
#colunistas a { font-size: 1.15em; line-height: 1.4em; font-weight: 400; color: #666; }
#colunistas a h5 { line-height: 2.3em; }
#colunistas a p { margin: 0 0 8px 0; }

.redes { font-size: 3.2em; } 
.redes .col { text-align: center; }
.redes .fa-facebook-f { color: #3D5593; }
.redes .fa-twitter { color: #00B0ED; }
.redes .fa-instagram { color: #D8226B; }
.redes .fa-pinterest { color: #D73532; }
.redes .fa-youtube { color: #FE3432;  }
.redes .fa-linkedin-in { color: #0077B5; }

.img-zoom { width: 100%; background: #000; display: inline-block; overflow: hidden; position: relative; }
.img-zoom img { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; vertical-align: middle; z-index: 999; }
.img-zoom img:hover { opacity: 0.4; transform:scale(1.2); -ms-transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); -o-transform:scale(1.2); }
.img-zoom i {  color: transparent; position: absolute; top: calc(50% - 30px); left: calc(50% - 30px); font-size: 4em; width: 60px; height: 60px; text-align: center; -webkit-transition: all .5s ease; -moz-transition: all .6s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.img-zoom:hover i { color: #FFF }

#contato-rapido { vertical-align: middle; font-size: 1.3em; line-height: 1.1em; font-family: 'Oswald', sans-serif; }
#contato-rapido strong { font-size: 1.1em; }
#contato-rapido i { font-size: 1.5em; color: #EA0001; width: 55px; height: 55px; line-height: 55px; border: 1px solid #EA0001; border-radius: 100%; text-align: center;  }

/* contato */
#contato { }
#contato .form-control { font-size: 1em; /*color: #FFF; background: #000; border-radius: 0; border-color: #000; */ /* height: 55px;*/  }
#contato .form-control::placeholder { color: #888 }
#mapa-contato { margin: 60px 0 0 0; }

/* paginas  */
#main { background: #fff; background: linear-gradient(180deg, #eef5fd 0%, #FFF 800px); }

#main .titulo {  }
#main .titulo a { color: #FFF; }
#main .titulo h1 { text-align: center; font-size: 2.8em; line-height: 1em; font-weight: 600; padding: 0; margin: 0; text-transform: uppercase; }
#main .rede { text-align: center; margin: 10px 0 0 0; }
#main .rede span { background: #F3F3F9; padding: 3px 30px; }
#main .rede i { font-size: 1.3em; width: 30px; height: 30px; line-height: 30px; }
#main .rede a > .fa-facebook-f { color: #1f4d7e; }
#main .rede a > .fa-twitter { color: #0098bd; }
#main .rede a > .fa-google-plus-g { color: #cc3631; }
#main .rede a  > .fa-whatsapp { color: #3a9e1d; }
#main .rede a  > .fa-linkedin-in { color: #006699; }
/*#main .rede .fa-whatsapp { display: none; }*/
/*#main .rede hr { border-color: rgba(0,0,0,0.1); margin-top: -15px; line-height: 1px; height: 1px; border-width: 1px 0; border-style: solid; }*/
#main .rede hr { height: 1px !important; background: #DDD; border: 0; margin-top: -15px; }

/*#main article { margin: 60px 0; }*/

/* noticias/paginas */
article.post { margin-bottom: 70px; }
article.post h1 { font-size: 3em; font-weight: 600; /*font-style: italic;*/ margin: 0 0 10px 0; padding: 0; letter-spacing: -0.03em; }
article.post h1 a {  }
article.post .lead { font-size: 1.3em; line-height: 1.4em; color: #333 }
article.post .barra { padding: 12px 0; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; margin: 20px 0 30px 0; font-size: 0.9em; line-height: 1.6em; vertical-align: top; }
article.post .barra span { display: inline-block; margin: 0 25px 0 0; vertical-align: top; }
article.post .barra span i { padding-right: 5px; }
article .carousel .fa { font-size: 3em; }
article .carousel .carousel-caption { left: 0; right: 0; bottom: 0; margin: 0; padding: 10px; font-weight: 300; font-size: 0.9em; line-height: 1.3em; background: rgba(0,0,0,0.5); /*text-shadow: 1px 1px 1px #000;*/ }
article .carousel .carousel-control-prev, 
article .carousel .carousel-control-next { width: 60px; text-shadow: 0 0 2px rgba(0,0,0,0.5); }
article .post-text { font-size: 1.25em; font-weight: 400; line-height: 2em; color: #000 }
article .post-text p { margin-bottom: 20px; }
article .post-text strong { font-weight: 600; }
article .post-text img { max-width: 100%; height: auto; }
article .post-text h1 { font-size: 4em; line-height: 1em;  }
article .post-text iframe { max-width: 100%; }
article h4.comment-face { margin-top: 80px; color: #000; font-weight: 700; }

/* noticias */
.sidebar p { text-align: left !important; margin: 0 0 2px; }
.sidebar .widget, .widget { margin-bottom: 35px }
.widget ul { list-style: none; padding: 0; }
.widget h3 { font-weight: 600; font-size: 1.4em; margin-bottom: 10px }
.widget .btn, .widget input { height: 50px; }
.categoria ul li { padding: 6px 0; border-bottom: 1px solid #F8F8F8; }
.categoria ul li .fas { padding-right: 10px; }
.tabs ul.posts li { font-size: 0.9em; line-height: 1.3em; margin-bottom: 15px; padding-bottom: 10px; overflow: hidden; border-bottom: 1px solid #f8f8f8; }
.tabs ul.posts li img { height: 68px; width: 68px; -webkit-transition: all .4s ease-in 0; -moz-transition: all .4s ease-in 0; -o-transition: all .4s ease-in 0; -ms-transition: all .4s ease-in 0; transition: all .4s ease-in 0; float: left; }
#horizontal-tabs { margin-bottom: 30px }
#horizontal-tabs ul.tabs { border-left: 1px solid #ddd; overflow: hidden; border-radius: 2px; list-style: none; margin: 0; padding: 0; }
#horizontal-tabs ul.tabs li { background: #fafafa; border-right: 1px solid #ddd; border-top: 2px solid #1A3761; cursor: pointer; float: left; font-size: 15px; padding: 12px; }
#horizontal-tabs ul.tabs li.current { border-bottom: 1px solid #fff; background: none; cursor: default; }
#horizontal-tabs .contents { border: 1px solid #ddd; margin-top: -1px; border-radius: 2px; }
#horizontal-tabs .tabscontent.no-padding { padding-left: 0; padding-right: 0; }
#horizontal-tabs .tabscontent { display: none; overflow: hidden; padding: 20px 20px 0; }
#horizontal-tabs .tabscontent .img-thumbnail { margin: 0 13px 5px 0 }

/* PAGINAcaO */
#box-paginacao  { text-align:center; margin:20px 0 5px 0; padding:8px 0; font-size: 0.65em; border-top: 1px solid #DADAE0; }
#box-paginacao ul {margin:5px 0;padding:0;border:0;outline:0;font-size:100%;font-family:inherit; }
#box-paginacao ul li {display:inline; font-size:1.7em;font-weight:bold;}
#box-paginacao ul li.link-anterior {float:left;font-weight:normal;}
#box-paginacao ul li.link-proxima {float:right;font-weight:normal;}
#box-paginacao ul li a  {color:#000;padding:0 0.30em; text-decoration: none;}
#box-paginacao ul li a:hover {background-color:#000;color:#FFF;text-decoration:none}
#box-paginacao ul li.link-anterior a,
#box-paginacao ul li.link-proxima a {padding:0;}
#box-paginacao ul li.link-anterior a:hover,
#box-paginacao ul li.link-proxima a:hover {background:none;color:#000;text-decoration:underline;}
#box-paginacao ul li .on {background-color:#DDD;color:#FFF;display:inline !important;padding:0 0.30em;}
#box-paginacao ul li .off {color:#CCC;display:inline !important;}


/*************** RESPONSIVE ****************/

/* (full hd, 1920)*/
@media (min-width: 1380px) {
    /*body { background: #EE9900!important; }*/
    .container { max-width: 1320px; width: 1320px; }
    /*.dropdown:hover .dropdown-menu { display: block; -webkit-animation: fadeInUp 200ms; animation: fadeInUp 200ms; }*/
}

/* XL (hd, 1400px)*/
@media (max-width: 1379.99px) { 
    /*body { background: #EE0055!important; }*/
}

/* LG (desktops, 1200px)*/
@media (max-width: 1199.99px) { 
    /*#main { background: #CC00DD!important; }*/
    .card .img-media { max-width: 227px; min-width: auto; }
}

/* MD (tablets, 992px)*/
@media (max-width: 991.99px) { 
    /*#main { background: #FF7788!important; }*/
    
    .card .img-media { max-width: 45%; }

    header .navbar-brand img { width: 200px; height: auto; margin-left: 75px; }
    header #logo.navbar { padding: 10px 0; border-bottom: 4px solid #373133; }

    header .nav-item a.nav-link { text-align: left; padding: 7px 10px; font-size: 1.1em; }
    header .redes { margin: 15px 5px 15px 10px; background: #fff; padding: 2px 3px; border-radius: 5px; } 

    header #pesquisar { width: calc(100% - 20px); margin: 5px 0 15px 10px !important; }

	.img-fluid { width: 100%; }

}

/* SM (landscape phones, 768px)*/
@media (max-width: 767.99px) { 
    /*#main { background: #ffcc00!important; }*/

    .card { margin-bottom: 25px; }
    .card .overlay h2 { font-size: 2em; }
    .card h3 { font-size: 1.6em; line-height: 1.1em; }
	.card h4 { font-size: 1.6em; line-height: 1.2em; }
	.card h5 { font-size: 1.3em; line-height: 1.35em; }

	#slider-destaque .carousel-control-prev, #slider-destaque .carousel-control-next { font-size: 2em; width: 20px; height: 50px; top: 30%; }	

	h4.title { font-size: 1.5em; padding: 15px 0 5px 0; }
	h3.title { font-size: 1.9em; }

	#main .titulo h1 { font-size: 2em; }

	article.post h1 { font-size: 2em; }
	article.post .lead { font-size: 1.2em;}
	article .post-text { font-size: 1.15em; line-height: 1.7em; }

	footer .col { text-align: center; }
	footer small { display: none; }
    footer .development { text-align: center; }
    footer .development a { float: none; margin: 20px auto 0; text-align: center; }	

}

/* XS (portrait phones, 576px)*/
@media (max-width: 575.99px) { 
    /*#main { background: #cc0000!important; }*/
}