/*
Theme Name: Fotos
Theme URI: http://www.carlosnicow.com
Author: Carlos Nicow
Author URI: http://www.carlosnicow.com
Description: Tema/Layout desenvolvido por <a href="https://carlosnicow.com/" title="Carlos Nicow">Carlos Nicow</a> para site de vídeos. Sua vende ou cópia é totalmente proibida.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* NORMALIZE */
html { scroll-behavior: smooth; }
*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
img { max-width: 700px; height: auto; display: block; margin: 0 auto; /* Define as margens automáticas para centralizar horizontalmente */ margin-bottom: 10px; border-radius: 5px;}
input { min-height: 34px; line-height: 20px; padding: 6px 8px;  -webkit-appearance: none!important; -webkit-box-sizing: border-box!important; box-sizing: border-box!important; }
input, select, textarea { background: #fff; color: #444;border: 1px solid #e1e1e1; }
iframe, embed, video { max-width: 100%; margin: 0 auto; display: block; }
button, a, input, label, select, textarea { outline:none; }
input[type=submit] { cursor: pointer; }
blockquote { background: #f9f9f9; border-left: 5px solid #af111c; margin: 1.5em 0; padding: 0.5em 10px; font-style: italic; }
blockquote cite { font-size: 80%; font-style: italic; font-weight: bold; }
a { color:#000000; text-decoration: none; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
a:hover {  }

/* SCROLLBAR  */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: rgba(0, 0, 0, .5); }
::-webkit-scrollbar-thumb { background: #d46098; }
::-webkit-scrollbar-thumb:hover { background: #000; }

/* BODY */
body {
margin:0;
padding:0;
background:#23282d;
color: #A9A9A9;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: 14px; line-height: 1.4em; }

/* CONTAINER */
.cn-container {max-width: 1640px; width: 100%; margin: 0 auto; padding:0 15px;}


/* HEADER */
#cn-header { background: url(https://www.fotosdecaseiras.com.br/wp-content/uploads/2020/06/bg-1.png) top center repeat-x #181818; margin:0 0 30px; border-top:5px solid #fff; }
#cn-header > .cn-container { display: flex; align-items: center; height: 100px; }
#cn-header .icon { display: none; color: rgba(255, 255, 255, .5); padding: 5px; width: 30px; height:30px; }
#cn-header .icon#bar {order:1; left: 0;}
#cn-header .icon#search { display:block; order:4; right: calc(0px + 25px); cursor: pointer; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
#cn-header .icon#search:hover { color:#af111c; -ms-transform: rotate(90deg); transform: rotate(90deg);}
#cn-header .logo { order:2; width: 230px;}
#cn-header nav { order:3; margin-left:auto; position: relative; }
#cn-header nav ul {color: #fff; display: block; font-size: 16px; font-weight: 900; text-transform: uppercase; padding: 0 10px;}
#cn-header nav ul:after { content:''; display:block; clear:both; }
#cn-header nav li { list-style: none; float: left; margin: 0;}
#cn-header nav li a { display: block; text-align: center; position: relative; padding: 11px; font-size: 16px; color: #fff; }
#cn-header nav li a:hover { color:#af111c; }
#cn-header form { display:none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,.5); z-index: 10; }
#cn-header form div { max-width: 1460px; width:100%; margin: 0; padding:0 15px; text-align: center; position: absolute; top: 15%; left: 18%; transform: translate(-10%,-10%); }
#cn-header form .icon#search { background:#af111c; color: #fff; font-size: 15px; display: initial; width: 73px; float:left; cursor: pointer; }
#cn-header form .icon#search svg { width: 17px; height: 17px; float: left; }
#cn-header form label { cursor: pointer; position: absolute; bottom: 0; left: 15px; height: 70px; width: 70px; color: rgba(255, 255, 255, .8); padding: 18px; }
#cn-header form label:hover { background:rgba(175, 17, 28,.3); color:#fff; }
#cn-header form input { border: 1px solid #af111c; padding:20px 20px 20px 75px; background:rgba(0, 0, 0, .5); font-size: 25px; color: #fff; display: block; width: 100%; }
#cn-header form input::placeholder,
#cn-header form input::-webkit-input-placeholder,
#cn-header form input:-ms-input-placeholder { color:rgba(255, 255, 255, .8); }

/* MAIN */
#cn-main { overflow: hidden; padding: 0;}
#cn-main:after { content: ""; display: block; clear: both; }

/* COVER */
#cn-main .cover { position: relative; width:100%; height:450px; margin:-10px 0 -50px; background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; z-index:-1;}
#cn-main .cover:before,
#cn-main .cover:after { content: ''; width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; }
#cn-main .cover:before { background: rgb(0, 0, 0, .2); z-index: 1; }
#cn-main .cover:after { background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(241,241,241,1) 100%); z-index: 2; }

/* MAIN: LEFT */
#cn-main .left {width:calc(100% - 320px); float:left; padding-right: 15px; margin:0 0 20px;}
#cn-main .right { width: 300px;  border:0; margin: 0 auto 20px;}

/* HEADING */
.cn-heading { overflow: hidden; position: relative; padding: 0 10px 10px; margin: 0 -10px 20px; }
.cn-heading#single { padding:0; margin: 0 0 15px; }
.cn-heading#widget { margin-bottom:0; }
.cn-heading .breadcrumbs { display:block; margin:0 0 8px; font-size:12px; }
.cn-heading .title { display: inline-block; }
.cn-heading .title > svg { display: inline-block; height: 16px; margin: 0 10px 0 auto; }
.cn-heading .title h1,
.cn-heading .title h2,
.cn-heading .title h4 { color: #d46098; margin: 0; font-weight: 900; font-size: 1.8rem; line-height: 36px; text-transform: uppercase;}
.cn-heading .title h4 { font-size:20px; }
.cn-heading .open { color:#d46098; width: 20px; float: right; cursor: pointer; padding: 3px; margin:1px 0;}
.cn-heading .open:hover { color:#000; }
.cn-heading .description { display:none; line-height: 17px; text-align: justify; margin:20px 0 0; padding:30px; background:#23282d; -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2); box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2); }

/* LIST */
.cn_row_grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(41%, 1fr));
    grid-gap: 10px;
    margin: 10px 0 10px 0;
    gap: 30px;
}

.main_large_picture{
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 60%;
}
.main_thumb {
    width: 100%;
    height: 100%;
    margin-top: -60%;
    position: absolute;
    transition:0.5s;
}

.main_large_picture img{
    
    width: 100%;
    height: 100%; 
    object-fit: cover;
    transition:0.5s;
}
.main_thumb:hover,
{transform: scale(1.05); 
}

#cn-row { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin:0 -15px; }
#cn-row .par { display: flex; width: calc(100% - -15px); margin: 0 -7.5px; padding: 0 15px; }
#cn-row .par span { background:#000; border-radius:15px; width: 25%; height: 0; display: block; padding: 0 0 21.532%; margin: 0 7.5px 30px; position: relative; }
#cn-row .par span a > div { opacity: .5; width: 100%; height: 100%; border-radius:15px; display: block; position: absolute; background-size: cover; background-position: center; }
#cn-row .par span a > span { position: absolute; background: rgba(0,0,0,.4); color: #fff; border-radius: 0; display: inline-block; width: 100%; margin: 0; bottom: 15px; padding: 5px 0; z-index: 1; height: 30px; font-size: 14px; text-align: center; }
#cn-row .par span:hover a > div { opacity: 1; }
#cn-row .item { position: relative; padding:0 15px; width: 100%; -webkit-box-flex: 0; -webkit-flex: 0 0 288px; -ms-flex: 0 0 288px; flex: 0 0 288px; max-width: 288px; }
#cn-row .item .grid { border-radius: 15px; position: relative; background: #fff; height:158px; margin:0 0 30px; -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2); box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2); }
#cn-row .item .grid:after { content:''; display:block; clear:both; }
#cn-row .item .grid .thumbnail { }
#cn-row .item .grid .thumbnail .image { width:100%; height:100%;  background-position: center center; background-repeat: no-repeat; background-size: cover; }
#cn-row .item .grid .thumbnail .image:after { content: ""; position: absolute; background: rgba(0,0,0,0); height: 100%; width: 100%; z-index: 2; top: 0; left: 0; will-change: background; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
#cn-row .item .grid .thumbnail .loading { display:none; }
#cn-row .item .grid .thumbnail .icon { position: absolute; top: 5px; left: 5px; z-index: 3; background: #af111c; color: #fff; padding: 10px; font-size: 12px; border-radius: 10px; width: 35px; height: 35px; }
#cn-row .item .grid .thumbnail .icon svg { max-height: 18px; }
#cn-row .item .grid .cat { display:block; margin:0 0 10px; }
#cn-row .item .grid .cat a { background:#d46098; color:#fff; display: inline-block; height: auto; line-height: 12px; padding: 5px 10px; font-size: 14px; border-radius: 20px; text-transform: uppercase; font-weight: 700; margin: 2px; }
#cn-row .item .grid .meta { padding:25px; }
#cn-row .item .grid .meta .title { line-height: 23px; font-size: 15px; margin: 0 0 10px; }
#cn-row .item .grid .meta .title a { color:#000; }
#cn-row .item .grid .meta .content { line-height: 23px; height: 85px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 3; }
#cn-row .item .grid .thumbnail:hover .image:after { background: rgba(0,0,0,.3); }
#cn-row .item .grid .meta .cat a:hover { background:#000; }
#cn-row .item .grid .meta .title a:hover { color:#af111c; }
#cn-row .item .grid .meta p svg { width:13px; }
#cn-row .item .grid .meta p a { font-weight: 700; }
#cn-row .item .grid .meta p a:hover { text-decoration: underline; }
#cn-row .item .grid .meta .links { display: block; height: 36px; overflow: hidden; }
#cn-row .item .grid .meta .links ul { margin: 0; padding: 0; }
#cn-row .item .grid .meta .links ul li { margin: 0; list-style-type: none; float: left; }
#cn-row .item .grid .meta .links ul a { margin: 0 5px 5px 0; color: #fff; padding: 0 10px 0; display: inline-block; height: 32px; line-height: 32px; border-radius: 5px; background: #000; }
#cn-row .item .grid .meta .links ul a:hover { background: #af111c; }
#cn-row .item .grid .meta .links ul svg { background: #af111c; margin: 0 5px 0 0; color: #fff; padding: 0 10px 0; display: inline-block; height: 32px; width: 32px; border-radius: 5px; }

#cn-row .item#large { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
#cn-row .item#large .grid { height:300px; }
#cn-row .item#large .grid .thumbnail { width:300px; height:300px; float:left; position: relative; }
#cn-row .item#large .grid .thumbnail .image { border-radius:15px 0 0 15px; }
#cn-row .item#large .grid .thumbnail .image:after { border-radius:15px 0 0 15px; }
#cn-row .item#large .grid .meta { width:calc(100% - 300px); height:100%; float:left; position: relative; }

#cn-row .item#thumb .grid .thumbnail { width:100%; height:100%; position: relative; }
#cn-row .item#thumb .grid .thumbnail .image { border-radius: 15px; }
#cn-row .item#thumb .grid .thumbnail .image:after { background: rgba(0,0,0,.3); border-radius: 15px; }
#cn-row .item#thumb .grid .meta { position: absolute; top: 0; left: 0; width: 100%; height:100%; padding:0; z-index:2; }
#cn-row .item#thumb .grid .meta .cat { padding: 10px 10px 0; }
#cn-row .item#thumb .grid .meta .title { height:calc(100% - 63px); margin:0; }
#cn-row .item#thumb .grid .meta .title a { color:#fff; height:100%; display:block; padding: 0 15px; text-shadow: 2px 2px #000; text-transform: uppercase; font-size: 12px;}

#cn-row .pagination { position: relative; padding: 0 15px; width: 100%; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
#cn-row .pagination .nav-links { border-radius: 15px; position: relative; margin: 0 0 30px; display: flex;}
#cn-row .pagination .page-numbers { border-radius: 5px; color: #c3c4c7; margin: 2px; font-size: 18px; font-weight: 700; padding: 12px 16px; display: inline-block; height: 43px; border: 1px solid #32373c; }
#cn-row .pagination .current,
#cn-row .pagination .page-numbers:hover { background:#d46098; color:#fff; }
#cn-row .pagination .dots { pointer-events: none; }
#cn-row .pagination .next,
#cn-row .pagination .prev { vertical-align: bottom; background:#d46098; color:#fff; width:43px; }
#cn-row .pagination .next:hover,
#cn-row .pagination .prev:hover { background:#000; }

/* FOOTER */
#cn-footer { color: #fff; padding:15px 0 0; border-top:5px solid #000; background: url(https://www.fotosdecaseiras.com.br/wp-content/uploads/2020/06/bg-1.png) top center repeat-x #181818; background-size: cover; }
#cn-footer > .cn-container { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#cn-footer .social { width: 100%; text-align: center; margin:0 0 30px; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
#cn-footer .social .title { font-weight: 700; font-size: 26px; display: inline-block; margin: 7px; vertical-align: top; }
#cn-footer .social svg { height: 100%; }
#cn-footer .social a { color: #fff; padding: 0 10px 0 0; display: inline-block; height: 32px; line-height: 32px; border-radius: 3px; }
#cn-footer .social a > span { text-align: center; display: inline-block; width: 32px; height: 32px; background-color: rgba(0,0,0,0.1); margin: 0 5px 0 0; padding: 6px; vertical-align: bottom; } 
#cn-footer .social a:nth-child(2) { background: #1da1f2; }
#cn-footer .social a:nth-child(3) { background: #bc1888; }
#cn-footer .social a:nth-child(4) { background: #3b5998; }
#cn-footer .social a:hover > span { background: 0 0; }
#cn-footer .logo { -webkit-box-flex: 0; -webkit-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
#cn-footer .logo img { max-width:100%; margin:0 auto; }
#cn-footer .description { text-align:justify; -webkit-box-flex: 0; -webkit-flex: 0 0 66.666667%; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
#cn-footer nav { position: relative; text-align: center; margin:30px 0 0; width: 100%; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
#cn-footer nav ul { display: inline-block; list-style: none; margin: 0; padding:0; }
#cn-footer nav ul:after { content:''; display:block; clear:both; }
#cn-footer nav li { list-style: none; float: left; margin: 0;}
#cn-footer nav li a { display: block; text-align: center; position: relative; padding: 11px; font-size: 16px; color: #fff; }
#cn-footer nav li a:hover { color:#d46098; }
#cn-footer .copyright { border-top: 1px solid rgba(255, 255, 255, .1); text-align: center; display: block; margin: 20px 0 10px; padding:10px 0 0; font-size: 80%; width: 100%; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
#cn-footer .copyright .credits { margin: 0; float: right; opacity: 0.5;}

/* WIDGETS */
#cn-widgets { background:#2c3338; border-radius: 15px; padding:10px; margin:0 0 30px; -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2); box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2); }
#cn-widgets ul,
#cn-widgets ol,
#cn-widgets li { list-style:none; padding:0; margin:0; }
#cn-widgets li { margin-bottom:8px; }
#cn-widgets a { font-size: 14px; width: 100%; display: inline; text-transform: capitalize; color: #c3c4c7;}
#cn-widgets a:hover { text-decoration: underline; }
#cn-widgets.widget_search form:after { content:''; display:block; clear:both; }
#cn-widgets.widget_search form input[type="text"] { width: calc(100% - 80px); float: left; border-right: none; }
#cn-widgets.widget_search form input[type="submit"] { width: 80px; float: left; background: #f90; color: #fff; font-weight: bolder; }
#cn-widgets.widget_search form input[type="submit"]:hover { background-color: #23282d; }
#cn-widgets.widget_tag_cloud a { padding: 8px; display: inline-block; width: auto; border-radius: 4px; }
#cn-widgets.widget_tag_cloud a:hover { background:#23282d; color:#fff; text-decoration: none; }

/* ARTICLE */
#cn-article { background:#2c3338; border-top: 5px solid #d46098; padding:30px; border-radius: 15px; margin:0 0 30px; -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2); box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2); }
#cn-article .links { }
#cn-article .links ul { margin: 0; padding: 0; }
#cn-article .links ul:after {content: ""; display: block; clear: both; }
#cn-article .links ul li { margin: 0; list-style-type: none; float: left; display: }
#cn-article .links ul li svg { background: #d46098; margin: 0 5px 0 0; color: #fff; padding: 0 10px 0; display: inline-block; height: 32px; width: 32px; border-radius: 3px; }
#cn-article .links ul li .a { margin: 0 5px 5px 0; color: #fff; padding: 0 10px 0; display: inline-block; height: 32px; line-height: 32px; border-radius: 3px; background: #000; }
#cn-article .links ul li .a:hover { background:#af111c; color:#fff; }
#cn-article .description { font-size:15px; line-height: 20px; }
#cn-article .description h2,
#cn-article .description h3,
#cn-article .description h4 { border-bottom: 1px solid #af111c; padding: 0 0 14px; }
#cn-article .description .btn { text-align: center; }
#cn-article .description .btn a { margin: 0 5px 5px 0; color: #fff; padding: 0 10px 0; display: inline-block; height: 32px; line-height: 32px; border-radius: 3px; background: #9400d3; width: calc(50% - 10px); text-align: center; text-transform: capitalize; }
#cn-article .description .btn a:hover { background:#000; }
#cn-article .gallery-item img { margin: 0 auto; }

/* COMMENTS */
#cn-comments ol,
#cn-comments ul,
#cn-comments li { list-style: none; margin:0; padding:0; }
#cn-comments .list { margin:0 0 30px; border-radius: 10px; padding:30px; background:#2c3338; -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2); box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2); }
#cn-comments .list .comment .comment-body { position: relative; border-bottom: 1px solid rgba(7, 10, 25, .2); margin:0 0 15px; }
#cn-comments .list .comment:last-child .comment-body { border:0; }
#cn-comments .list .comment .comment-body p { margin: 14px 0; padding: 0 0 0 70px; color: #949494; line-height: 150%; position: relative; border-radius: 3px; }
#cn-comments .list .comment .comment-body .avatar { position: absolute; top: -4px; left: 0; width: 62px; border-radius: 40px;}
#cn-comments .list .comment .comment-body .fn,
#cn-comments .list .comment .comment-body .comment-meta,
#cn-comments .list .comment .comment-body .comment-awaiting-moderation { margin: 0 0 0 70px;font-size: 16px;text-transform: uppercase;font-weight: 700;}
#cn-comments .list .comment .comment-body .comment-meta { margin-bottom:10px; }
#cn-comments .list .comment .comment-body .reply { display:none; }
#cn-comments .respond input[type=email],
#cn-comments .respond input[type=text],
#cn-comments .respond textarea { margin: 0 0 10px; max-width: 100%; border-radius: 3px; padding: 5px; width: 100%; }
#cn-comments .respond input[type=email] { float:left; width: 50%; }
#cn-comments .respond input[type=text] { float:left; width: calc(50% - 10px); margin-right:10px; }
#cn-comments .respond textarea { clear:both; min-height: 65px; }
#cn-comments .respond input[type=submit] { background: #d46098; color: #fff; display:block; border: none; outline: none; cursor: pointer; padding: 10px 15px; width: 100%; }
#cn-comments .respond input[type=submit]:hover { color: #f90; }

/* ADVERTISING */
#cn-advertising { display: block; text-align: center; margin:0 0 20px; }
#cn-advertising img,
#cn-advertising iframe,
#cn-advertising embed { display: inline-block; margin: 0 5px; }
#cn-advertising.header { }
#cn-advertising.footer { clear: both;  }

/* ROTATION */
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

/* BUZZ OUT */
@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz-out {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz-out:hover, .buzz-out:focus, .buzz-out:active {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* WORDPRESS CORE */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.aligncenter img, div.aligncenter img {margin-left: auto;margin-right: auto;}
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }

.size-full { margin-left: 0; margin-right: 0; }

a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;}
.screen-reader-text:focus { background-color: #eee; clip: auto !important; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;}
.twitter-tweet { margin-left: auto; margin-right: auto; }
.wp-block-embed-youtube { margin-left:0; margin-right:0; }
.wp-block-video,
.wp-block-embed__wrapper { height: auto; overflow: hidden; padding-top: 56.25%; position: relative; margin-left:0; margin-right:0; }
.wp-block-video video,
.wp-block-embed__wrapper iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; background: #000; } 
.instagram-media { margin-left: auto!important; margin-right: auto!important; }

/* MOBILE */

@media (max-width: 768px){
  #cn-header>.cn-container { height: 75px; }.footer-joingroup .vision-group {
        border-left: none; /* Remove a borda esquerda em dispositivos móveis */
    }
  #cn-header .logo { order: 1; width: 250px; }
  #cn-header .icon#bar { order: 2; display: block; margin-left: auto; }
  #cn-header .icon#search { order: 3; }
  #cn-header nav { display:none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 10; background: rgba(0,0,0,.5); }
  #cn-header nav div { position: relative; width: 100%; max-width: 300px; padding: 0 15px; margin: 80px auto 0; color: #fff; }
  #cn-header nav .icon#bar { background: #af111c; color: #fff; font-size: 15px; display: initial; width: 73px; float: left; cursor: pointer; }
  #cn-header nav .icon#bar svg { width: 17px; height: 17px; float: left; }
  #cn-header nav ul { background: rgba(0,0,0,.8); display: inline-block; width: 100%; border: 1px solid #af111c; max-height: 70vh; overflow-x: auto; }
  #cn-header nav li { float: none; }
  #cn-header nav li a { padding: 15px; }
  #cn-main .left, #cn-main .right { float: none; width: 100%; padding: 0; }
  #cn-row .item#large { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  #cn-row .item#thumb { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.footer-logo img { display: none;}
.footer-joingroup .vision-group .zrg-title {display: inline-flex;}
.vision-group { border-left: none; /* Remove a borda esquerda em dispositivos móveis */ }
}

@media (max-width: 479px){
  .cn-container { padding: 0 10px; }
  #cn-list li { width: 50%; }
  
  #cn-row { margin:0 -5px; }
  
  #cn-row .par span { width:50%; padding: 0 0 42.772%; }
  #cn-row .par span:nth-child(3),
  #cn-row .par span:nth-child(4) { display:none; }
  
  #cn-row .item .grid .meta .links { display:none; }
  
  #cn-row .item#large {  }
  #cn-row .item#large .grid { height: auto; }
  #cn-row .item#large .grid .thumbnail { height: 0; width: 100%; padding: 75% 0 0; overflow: hidden; float: none; }
  #cn-row .item#large .grid .thumbnail .image { border-radius: 15px 15px 0 0; top: 0; left: 0; position: absolute; }
  #cn-row .item#large .grid .meta { width: 100%; height: auto; float: none; padding: 15px; }
  
  #cn-row .item#thumb { padding: 0 5px; }
  #cn-row .item#thumb .grid { height: 0; width: 100%; padding: 100% 0 0; overflow: hidden; }
  #cn-row .item#thumb .grid .thumbnail { position: absolute; top: 0; left: 0; }
  #cn-row .item#thumb .grid .meta .cat { padding: 10px; margin:0; }
  #cn-row .item#thumb .grid .meta .title a { padding: 0 10px; }

  #cn-article { padding:15px; }
  #cn-article .description .btn a { width:100%; }
  

}

@media (max-width: 320px){

  #cn-row .item#large,
  #cn-row .item#thumb { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
  #cn-row .item#large .grid { height: auto; }
}



.rating,
.post-views {
    font-size: 14px; /* Estilos adicionais para cada seção (opcional) */
}



/*NEW CSS_HOME*/

.flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    
}
.left_home{
width: 100%;
}
#left_two_flex{
    display: flex;
    flex-direction: column;
    gap: 70px;
    justify-content: center;
}


#grid_items{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(19%, 1fr));
    grid-gap: 8px;
    margin: 0 auto;
    width: 100%;
}
#grid_items a{
    color:#c3c4c7;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 16px;
}
.profile_content{
    display:flex;
    flex-direction:column;
    gap:5px;
    align-items: center;
    height:100%;
    width:100%;
    justify-content: space-around;
	border: 1px solid #2c3338;
    border-radius: 10px;   
}

.main_profile{
    position: relative;
    vertical-align: top;
    width: 100%;
    flex: 1;
}
.profile_name{
font-weight: 700;
color: #000;
text-align: center;
font-size: 1rem;
margin:0;
}
.profile_char{
    
margin: 5px 0 0 0;
text-align: center;
font-size: 0.9rem;
font-weight: 400;
}


.main_cat_picture{
  display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 62%;
}
.thumb_cat{
    width: 100%;
    height: 100%;
    margin-top: -62%;
    position: absolute;
    transition:0.5s;
	padding: 5px;
    border-radius: 15px;    
}
.thumb_cat:hover{
transform: scale(1.04);
}
.cat_ab{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 10px;
    background: #d46098;
    color: white;
    padding: 1px 6px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.cat_ab i{
    margin-right:5px;
}

@media only screen and (max-width: 960px) {

.flex{
    flex-direction: column;
    justify-content: justify-content;
    align-items: center;
    
}
.left_home{
width: 100%;
}
    


}
@media only screen and (max-width: 1100px) {

#grid_items {

grid-template-columns: repeat(auto-fill, minmax(27%, 1fr));
}
}
@media only screen and (max-width: 960px) {


    #grid_items{

    grid-template-columns: repeat(auto-fill, minmax(41%, 1fr));

}
    #cn-main .left {
    width: 100%;}


}

@media only screen and (max-width: 460px) {


    #grid_items{

    grid-template-columns: repeat(auto-fill, minmax(51%, 1fr));

}
    


}
.av_views {
display:flex;
flex-direction:row;
wrap: nowrap;
align-items:center;
justify-content:space-between;
}

.post-views2 {
	font-size: 24px;
    opacity: 1.5;
}
#cn-article .content-wrapper .fotos .foto img{
width: 100%!important;
}
.seo-text {
    width: 100%;
    max-width: 1775px;
    margin: 0 auto;
    font-size: 14px;
    padding: 10px;
}
.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-logo {
    display: block;
    float: left;
    margin: 0 25px 0 0;
}
.footer-logo img {
    width: auto;
    margin-left: 10px;
}
.footer-joingroup {
    padding: 8px 0 10px;
	display: inline-flex;
}
.footer-joingroup .vision-group {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 12px;
}
.footer-joingroup .vision-group .zrg-title {
    padding-left: 5px;
    float: left;
}
.vision-group .zrg-title .top {
    display: block;
    font-weight: 600;
    font-size: 11px;
}
.vision-group .zrg-title .bottom {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.bottom {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    color: #8c8c8c;
    text-align: justify;
}
.vision-group .zrg-list {
    float: right;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.rodape-texto {
    margin-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.menu-rodape {
    margin-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    float: right;
}
.rodape-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.rodape-menu li {
    display: inline-block;
    margin-bottom: 8px;
}
.comment-metadata {
    display: none;
}
