body {
font-family: "Trebuchet MS", sans-serif;
font-size: 18px !important;
}
.whats {
float: left;
position: relative;
margin-top: -20px;
background: forestgreen;
margin-left: 25%;
color: white;
font-size: 10px;
border-radius: 3px;
width: fit-content;
height: 20px;
padding: 2px 7px 0px 7px;
}
.whats:hover {
float: left;
position: relative;
margin-top: -20px;
background: forestgreen;
text-decoration: none;
margin-left: 24%;
color: white;
font-size: 10px;
border-radius: 3px;
width: fit-content;
height: 20px;
padding: 2px 7px 0px 7px;
}
.next-posts {
color: #ffffff;
text-decoration: none;
background-color: #062b45;
border-radius: 5px;
padding: 5px;
}
.nav {
background: #062b45;
padding-right: 9%;
}
.follow {
text-transform: uppercase;
}
a.tag-cloud-link {
color: #062b45 !important;
font-weight: 500;
}
.icon-sidebar {
height: 22px !important;
margin-bottom: 5px;
margin-right: 5px;
}
.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
max-width: 100%;
height: auto;
}
.br-mobile {
display: none;
}
@media (max-width:996px) {
.aligncenter img {
height: auto !important;
max-width: 100% !important;
width: 100% !important;
}
.whats {
float: left;
position: absolute;
margin-top: -75px;
background: forestgreen;
margin-left: auto;
color: white;
font-size: 10px;
border-radius: 3px;
width: fit-content;
height: 20px;
padding: 2px 7px 0px 7px;
}
.br-mobile {
display: block;
}
.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
max-width: 100% !important;
width: 100% !important;
height: auto;
}
}
.separator a img {
max-width: 100%;
max-height: 100%;
margin-right: auto;
margin-left: auto;
display: block;
}
.alignleft {
float: left;
max-width: 100%;
height: auto;
margin: 0.5em 1em 0.5em 0;
}
.alignright {
float: right;
max-width: 100%;
height: auto;
margin: 0.5em 0 0.5em 1em;
}
.size-full {
max-width: 100% !important;
height: auto !important;
}
.size-large {
max-width: 100% !important;
height: auto !important;
}
figure img {
max-width: 100% !important;
}
a[data-slb-internal="0"]:hover {
opacity: 0.8;
}
.nav-link {
color: #fff;
margin-right: 5px;
}
.header {
background: url(//clistenescarlos.com.br/wp-content/themes/clistenescarlos/img/bg-header.jpg);
background-size: cover;
height: 800px;
}
.parceiros {
text-transform: uppercase;
text-align: right;
background: #062b45;
color: #fff;
width: 100%;
font-size: 17px;
padding: 20px 30px 20px 30px;
border-radius: 0px 0px 0px 40px;
}
.img-parceiros:hover {
opacity: 0.8;
cursor: pointer;
}
.img-parceiros {
max-width: 100%;
width: 100%;
margin-top: 20px;
height: auto;
margin-left: auto;
display: block;
border-bottom: 6px dotted #062b45;
padding-bottom: 18px;
}
.noticia {
background: #fbfbfb;
padding: 20px 10px 20px 10px !important;
margin-bottom: -30px;
}
.title-share {
margin-top: -3px !important;
font-weight: 500;
position: relative;
text-align: center;
margin-right: 10px;
}
.fb-index {
position: relative !important;
display: block !important;
margin-top: -75px !important;
margin-left: 22% !important;
}
.fb-category {
position: relative !important;
display: block !important;
margin-top: -76px !important;
margin-left: 31% !important;
}
.fb-single {
position: relative !important;
display: block !important;
margin-top: -46px !important;
margin-left: 22% !important;
}
.break-mobile {
display: none;
}
a {
word-wrap: break-word;
}
.title-noticia {
margin-top: 0px;
margin-bottom: 30px;
font-size: 25px;
}
.link-title {
color: #077672 !important;
}
.link-title:hover {
color: #062b45 !important;
text-decoration: none !important;
}
.date-noticia {
font-size: 12px; margin-left: 5px;
font-weight: bolder;
text-decoration: none;
text-align: left;
text-transform: uppercase;
padding-bottom: 15px;
}
.bottom-noticia {
padding-bottom: 30px;
}
.bottom-noticia-category {
padding-bottom: 30px;
}
.form-menu {
margin-right: 11% !important;
}
.newspaper {
margin-bottom: 5px;
}
.last-news {
text-transform: uppercase;
width: fit-content;
font-size: 17px;
background: #062b45;
color: #fff;
padding: 20px 30px 20px 30px;
border-radius: 0px 0px 40px 0px;
}
.image-header {
width: 100%;
margin-bottom: -6%;
}
.img-menu {
margin-right: 20px;
height: 115px;
width: 200px;
box-shadow: #000 3px -3px 20px -10px;
border-radius: 8px;
border: 5px solid #fff;
background-size: cover !important;
background-position: top !important;
}
.bg-bottom {
background: #062b45 !important;
z-index: 5;
height: 80px;
font-size: 16px !important;
padding-left: 10% !important;
}
@-webkit-keyframes swing {
15% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
30% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
50% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
65% {
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
}
80% {
-webkit-transform: translateX(2px);
transform: translateX(2px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes swing {
15% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
30% {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
50% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
65% {
-webkit-transform: translateX(-3px);
transform: translateX(-3px);
}
80% {
-webkit-transform: translateX(2px);
transform: translateX(2px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
ul.menu-others li:hover {
opacity: 0.7;
cursor: pointer;
margin-top: -20px;
-webkit-animation: swing 1s ease;
animation: swing 1s ease;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.justify {
text-align: justify;
}
.menu-others {
list-style-type: none;
padding-bottom: 0px;
position: absolute;
display: flex;
margin-bottom: -20px;
z-index: 2;
margin-top: -7%;
margin-left: 9%;
}
.container-fluid {
padding-left: 0px !important;
padding-right: 0px !important;
}
.title-menu {
color: white;
font-size: 16px;
margin-bottom: 5px;
font-weight: 500;
font-family: sans-serif;
background: #052b45;
width: 198px;
padding: 2px 5px;
border-radius: 0px 8px 8px 8px;
margin-left: 2px;
border: aqua 1px dashed;
}
.noticias {
width: 80% !important;
padding: 40px;
}
.nav-link:hover {
color: #10d0bc;
}
.nav-link a:hover {
color: #10d0bc;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
color: #fff !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: #10d0bc !important;
}
.btn-outline-success {
color: #10d0bc !important;
border-color: #10d0bc !important;
}
.btn-outline-success:hover {
color: #fff !important;
background-color: #10d0bc !important;
border-color: #10d0bc !important;
}
.navbar-light .navbar-nav .nav-link {
font-family: Arial, Helvetica, sans-serif;
color: #fff !important;
} .img-slide {
height: 361px !important;
}
.hov {
color: white;
text-decoration: none;
}
.hov:hover {
color: white;
text-decoration: underline;
}
.cont {
white-space: nowrap;
width: 50%;
overflow: hidden;
text-overflow: ellipsis;
} .logo {
height: 150px;
margin: auto;
text-align: right;
position: absolute;
top: 2;
right: 0;
}
@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);
.social-buttons {
height: 10px;
margin: auto;
font-size: 10px;
text-align: right;
position: absolute;
top: 8%;
right: 0;
}
.social-button {
display: inline-block;
background-color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
margin: 5px;
text-align: center;
position: relative;
overflow: hidden;
opacity: .99;
border-radius: 28%;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button:before {
content: '';
background-color: #000;
width: 120%;
height: 120%;
position: absolute;
top: 90%;
left: -110%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
font-size: 38px;
vertical-align: middle;
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook:before {
background-color: #3B5998;
}
.social-button.facebook .fa {
color: #3B5998;
}
.social-button.twitter:before {
background-color: #3CF;
}
.social-button.twitter .fa {
color: #3CF;
}
.social-button.google:before {
background-color: #DC4A38;
}
.social-button.google .fa {
color: #DC4A38;
}
.social-button.instagram:before {
background-color: #c68733;
}
.social-button.instagram .fa {
color: #c68733;
}
.social-button.youtube:before {
background-color: #d80d0d;
}
.social-button.youtube .fa {
color: #d80d0d;
}
.social-button:focus:before,
.social-button:hover:before {
top: -10%;
left: -10%;
}
.social-button:focus .fa,
.social-button:hover .fa {
color: #fff;
-webkit-transform: scale(1);
transform: scale(1);
}
.outer-footer ul {
padding-left: 0;
}
.outer-footer ul li {
display: inline;
}
.outer-footer .footer-social-media li {
display: inline-block;
}
.fb,
.ig,
.tt,
.yu {
opacity: 0.8;
}
.fb:hover,
.tt:hover,
.ig:hover,
.yu:hover {
opacity: 1.0;
text-decoration: none;
}
.page-footer {
background: #062b45;
color: #fff;
padding: 30px;
align-items: center;
position: relative;
text-align: center;
display: block;
}
.footer-social-media li.socialize {
color: #fff;
float: left;
padding: .5em 1em 0 0;
}
.wp-pagenavi {
background: #062b45;
color: white;
padding: 10px;
font-size: 12px;
border: 1px solid transparent;
margin-top: 20px;
margin-bottom: 0px;
}
.current {
color: #062b45;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 8px;
padding-right: 8px;
margin: 3px;
margin-left: 5px;
background: white;
border: 1px solid transparent;
border-radius: 5px;
}
.wp-pagenavi a {
color: white;
margin: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 8px;
padding-right: 8px;
background: #062b45;
border: 1px solid transparent;
border-radius: 5px;
}
.wp-pagenavi a:hover {
color: #062b45;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 8px;
padding-right: 8px;
margin: 5px;
background: white;
border: 1px solid transparent;
border-radius: 5px;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
height: 379px;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
}
.rslides img {
display: block;
height: 379px;
width: 100%;
border: 0;
margin-bottom: 10px;
}
.title-single {
font-size: 25px;
color: #077672 !important;
font-weight: 500;
}
.title-search {
font-size: 35px;
}
.title-search-tag {
font-size: 35px;
}
.noticia-search {
margin: 0px;
border: 1px transparent solid;
border-radius: 6px;
padding: 10px;
}
.row-noticia {
background: #fbfbfb;
padding: 10px !important;
width: 100%;
}
.title-noticia-search {
text-decoration: none;
color: #077672;
font-weight: 500;
font-size: 20px;
}
.title-noticia-search:hover {
color: #077672;
}
.not-found {
font-size: 25px;
color: #616161;
}
.image-header-m {
display: none;
}
.name-tag {
text-transform: uppercase;
background: #062b45;
color: #fff;
padding: 5px;
font-size: 22px;
border-radius: 8px;
}
.wpcf7-submit {
background: #062b45 !important;
color: #fff !important;
padding: 10px !important;
border-radius: 8px !important;
border: 1px solid transparent !important;
width: 20% !important;
display: block !important;
}
.wpcf7-form-control {
border: 1px solid #ccc !important;
border-radius: 8px;
padding: 5px !important;
margin-top: 5px !important;
}
.links {
text-transform: uppercase;
text-align: right;
background: #062b45;
color: #fff;
width: 100%;
font-size: 17px;
padding: 20px 30px 20px 30px;
border-radius: 0px 0px 0px 40px;
margin-top: 20px;
}
.link-item {
text-decoration: none;
color: #062b45;
text-align: left;
font-size: 14px;
}
.link-item:hover {
text-decoration: dashed;
color: #10d0bc;
}
.dot-link {
border-bottom: 2px dotted #062b45;
}
@media (max-width: 996px) {
.parceiros {
margin-top: 50px;
font-size: 18px;
margin-right: auto;
margin-left: auto;
}
.img-parceiros {
margin-right: auto;
margin-left: auto;
float: none !important;
}
.name-tag {
font-size: 18px;
}
.image-header {
display: none !important;
}
.image-header-m {
display: block !important;
width: 100%;
margin-bottom: -5%;
}
.fb-category {
position: relative !important;
display: flex !important;
margin-top: -72px !important;
margin-left: 35% !important;
}
.fb-single {
position: relative !important;
display: flex !important;
margin-top: -42px !important;
margin-left: 25% !important;
}
.break-mobile {
display: block;
}
.row-noticia {
background: #fbfbfb;
padding: 10px !important;
width: 100%;
}
.title-noticia-search {
text-decoration: none;
color: #062b45;
font-size: 15px;
}
.not-found {
font-size: 17px;
text-align: center;
color: #616161;
}
.row-noticia a {
font-size: 15px;
}
.wpcf7-submit {
background: #062b45 !important;
color: #fff !important;
padding: 10px !important;
border-radius: 8px !important;
border: 1px solid transparent !important;
margin-right: auto !important;
width: 70% !important;
margin-left: auto !important;
display: block !important;
}
.wpcf7-form-control {
border: 1px solid #ccc !important;
border-radius: 8px;
width: 100% !important;
padding: 5px !important;
margin-top: 5px !important;
}
iframe {
max-width: 100% !important; }
.noticias {
width: 95% !important;
}
.noticias ul {
width: 100%;
padding: 0;
}
.title-single {
font-size: 20px;
}
.noticia-search {
margin: 0px;
border: 1px transparent solid;
border-radius: 6px;
padding: 10px;
}
.title-search {
font-size: 22px;
text-align: center;
}
.title-search-tag {
font-size: 20px;
text-align: center;
}
.row {
margin-right: 0 !important;
margin-left: 0 !important;
}
.title-noticia {
font-size: 20px;
margin-top: 0px;
margin-bottom: 10px;
}
.date-noticia {
font-size: 10px;
}
.last-news {
width: 100% !important;
font-size: 18px;
margin-bottom: 10px;
margin-top: -20px;
}
.navbar-toggler-icon {
display: none !important;
}
.icon-menu {
color: #fff !important;
}
.icon-menu:hover {
color: #077672 !important;
cursor: pointer;
outline: none;
}
.icon-menu:visited {
outline: none;
}
.icon-menu:focus {
outline: none;
}
.bg-bottom {
height: auto !important;
}
.destaques {
display: none !important;
}
.fb-index {
margin-left: 18% !important;
margin-top: -79px !important;
position: absolute !important;
}
.nav-link {
margin-left: 5px;
margin-right: -30px !important;
}
.title-share {
margin-right: 5px !important;
}
.footer-title {
margin-top: 40px !important;
}
}
#share {
width: 100%;
margin: auto;
} #share a {
width: 30px;
height: 30px;
display: inline-block;
text-align: center;
font-size: 15px;
color: #fff;
opacity: 0.75;
transition: opacity 0.15s linear;
padding-bottom: 8px;
}
#share a:hover {
opacity: 1;
} #share i {
position: relative;
top: 50%;
transform: translateY(-50%);
} .facebook {
background: #3b5998;
}
.twitter {
background: #55acee;
}
.googleplus {
background: #dd4b39;
}
.linkedin {
background: #0077b5;
}
.pinterest {
background: #cb2027;
}
.whatsapp {
background: #059228;
}