/*************************
  Tema desenvolvido por: Uni Design
  ************************

  ********************************************
  
  $HeadURL$
**********************************************/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html * { -webkit-text-size-adjust: 100%; }


body {
	margin: 0px;
	font-family: Nunito;
	font-size: 11px;
	background: #a8bfcd url('img/header.jpg')no-repeat center top;
}

a {
    color: #ec757e;
    font-weight: 600;
    text-decoration: none;
    transition: 0.5s;
    transition-timing-function: ease;
}
	
a:hover {
	color: #ccc;
}

strong {
    color: #86959d;
}

/* Especifico */


#header {
    width: 100%;
    max-width: 1100px;
    height: 790px;
    display: flex;
    position: relative;
    margin: 0px auto;
    margin-bottom: 25px;
}

.welcome {
    position: absolute;
    top: 300px;
    max-width: 300px;
    padding: 25px;
    background: #1a698d36;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    line-height: 2;
}

.welcome .fa-instagram {
    background: #fff;
    color: #c2c2c2;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    display: inline-block;
    margin: 5px;
    margin-top: 10px;
}

.welcome .fa-bluesky {
    background: #fff;
    color: #c2c2c2;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    display: inline-block;
    margin: 5px;
    margin-top: 10px;
}

.welcome .fa-bluesky:hover, .welcome .fa-instagram:hover {background: #85c8e2; color: #5a8d9e;}

.url_site {
    width: 230px;
    height: 80px;
    position: absolute;
    top: 200px;
    right: 9%;
    background: url('img/url.png')no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

}

.url_site .fa-house {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    background: #85c8e2;
    color: #5a8d9e;
    border-radius: 50%;
    font-size: 16px;
}

.url_site .fa-house:hover {
    background: #fff;
    color: #c2c2c2;
}


.social_l {
    margin-left: 21px;
    width: 47px;
    margin-bottom: -40px;
}

#header_sec .fa-house, #header_sec .fa-x-twitter, #header_sec .fa-instagram {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    font-size: 14px;
    background: #f49aa1;
    color: #ffd9dc;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 11px;
    display: block;
   
}

#header_sec .fa-house:hover, #header_sec .fa-x-twitter:hover, #header_sec .fa-instagram:hover  {background: #fff; color: #ccc;}




.menu {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto;
    height: 80px;
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 0px;
}

.menu a {
    font-family: 'Nunito';
    font-size: 12px;
    color: #909090;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0px 15px;
    letter-spacing: 1px;
}

.menu a:hover {opacity: 0.2;}

#menu_body {
    width: calc(304px - 40px);
    padding: 20px;
    /* margin: 0px auto; */
    margin-bottom: 10px;
    background: #859ab6;
    font-size: 0px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    bottom: 400px;
}

#menu_body a {
    color: #fff;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: normal;
    display: block;
    font-family: Verdana;
    padding: 5px;
    border: 1px dashed #780105;
    border-radius: 50px;
    margin: 5px 0;
	padding-left: 10px;
}

#menu_body a:hover {
 border: 1px dashed #fff;
 opacity: 0.2;}


#logo {
    display: block;
    position: absolute;
    bottom: 45px;
    background: url('img/logo.png')no-repeat;
    width: 304px;
    height: 336px;
	z-index: 999;
}

#logo::before {content: ''; position: absolute; left: 5.9%; right: 5.9%; top: 5.9%; bottom: 27.6%; background: url('https://img93.pixhost.to/images/221/438148988_gif.gif')no-repeat; background-size: 100% 100%;}

#welcome_bg {
    position: absolute;
    left: 80px;
    bottom: 0px;
    right: 72px;
    height: 222px;
    background: url('img/bg-welcome.png')no-repeat center;
    background-size: 100% 100%;
}




#welcome {
    position: absolute;
    inset: 40px 80px 40px 260px;
    display: block;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    color: #868d91;
}

#welcome b {color: #fff; }


	
/* Footer */

.footer_novo {
    width: 100%;
    margin: 0px auto;
    padding: 30px 0;
    background: #ffffff;
	display: flex;
}

.wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	text-align: center;
    display: flex;
    justify-content: space-between;
}

.wrapper .left {
width: 50%;
display: flex;
flex-wrap: wrap;
justify-content: center;
justify-items: center;
align-items: center;
align-content: center;
text-align: center;
}

.wrapper .left .logo {
    background: url('img/logo-rodape.png')no-repeat center;
    width: 100%;
    background-size: contain;
    max-width: 360px;
    height: 97px;
    display: flex;
}


.wrapper .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding-right: 20px;
    color: #9d9d9d;
    font-size: 13px;
}

.wrapper .right span {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.wrapper .right a, .wrapper .right b, .wrapper .right strong {
    color: #9d9d9d;
}
.wrapper .right a:hover {text-decoration: underline;}





#footer b {
    color: #fff;
    font-weight: 600;
}
#footer strong {
    color: #fff;
    font-weight: 600;
}
#footer a {
    color: #fff;
    font-weight: 600;
}
#footer a:hover {opacity: 0.5;}





/* Menu do admin */

.admin_menu_wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}

.admin_menu {
    margin: 10px 3px;
}
.admin_menu img {display: none;}

.admin_menu a {
    color: #9d9d9d;
    background: #f4f4f4;
    padding: 8px;
    font-size: 9px !important;
    border-radius: 5px;
    text-transform: uppercase;
}

.admin_menu:hover a{
opacity: 0.5;
}

/* Main table */

.maintable {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    border-radius: 8px;
}

.tableh1, .tableh11 {
    padding: 25px 25px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background: #67acca;
    border-radius: 10px;
    font-family: Nunito;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tableh1 img {
	display: none;
}

.tableb, .tablef {
    border: 0px;
    padding: 10px;
    background: #f2f2f2;
    font-family: Verdana;
    color: #636363;
    border-radius: 10px;
}



/* Thumbnails */

.image {
	transition: 0.5s;
	transition-timing-function: ease;
}

.thumbnails {
    background: #a8bfcd;
    position: relative;
    border-radius: 10px;
    padding-top: 18px;
}

.thumbnails .image {
    object-fit: cover;
    position: relative;
    margin-top: -18px;
    height: auto;
    border-radius: 10px;
    background: #d7dfe4;
    width: calc(100%);
}

.thumbnails:hover .image {
	background: #859ab6;
	transition: 0.5s;
	transition-timing-function: ease;
}





.thumb_title_title {
    display: block;
    width: calc(80% - 40px);
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
    /* padding-bottom: 15px; */
    color: #67acca;
    text-transform: uppercase;
    font-size: 14px;
    background: #fff;
    font-weight: 900;
    transition: 0.5s;
    transition-timing-function: ease;
    margin-top: -30px;
    z-index: 999;
    position: relative;
    letter-spacing: -0.5px;
    /* padding-bottom: 0px; */
}


.thumb_title_title::before {
    content:'';
    position: absolute;
    width: 29px;
    height: 29px;
    left: calc(50% - 14px);
    top: -14px;
    background: url('img/icone2.png')no-repeat;
}



.thumb_title_views {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    margin: 10px 17px;
    max-width: 164px;
    background: #ec757e;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    display: inline-block;
    padding: 8px 10px;
    float: left;
}


.thumb_caption_size {
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 600;
    color: #8d8d8d;
    padding-left: 15px;
    margin: 10px 0;
    background: url('img/size.png')no-repeat center left;
    margin-right: 5px;
}


.thumb_caption_mtime {
        display: block;
        width: 100%;
        clear: both;
        color: #000;

}



.thumb_caption_ctime {
    display: flex;
    place-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    z-index: 9999;
    transition: .5s;
    width: 80px;
    margin: 10px 15px;
    height: 30px;
    text-transform: uppercase;
    background: #67acca;
    border-radius: 10px;
    font-size: 10px;
}


#cpgMessage {
    width: 100%;
    max-width: 1020px;
    margin: 20px auto;
    padding: 20px;
    background: #2d2d2d;
    color: #fff;
}
/* Categorias */

.catrow, .catrow_noalb {
    padding: 15px;
    background: #fff;
    color: #939393;
    font-size: 11px !important;
    transition-timing-function: ease;
    transition: 0.5s;
    border-radius: 10px;
}


.catlink {
	display: block;
	margin-bottom: 3px;
	position: relative;
	transition-timing-function: ease;
	transition: 0.5s;
}

.catlink::before {
    content: '';
    background: url('img/icon.png')no-repeat left center;
    width: 31px;
    height: 28px;
    display: flex;
    float: left;
    margin-right: 15px;
}



.catrow table, .catrow_noalb table {width: 100%;}

.catlink a {
    display: inline-block;
    font-weight: 800;
    font-size: 15px !important;
    padding: 3px 0px;
    margin: 0px;
    line-height: 1;
    padding-bottom: 0px;
    color: #ec757e;
    font-style: normal;
    text-transform: uppercase;
}

.catlink a:hover, .catrow:hover .catlink a, .catrow_noalb:hover .catlink a {
	opacity: 0.5;
}

/* Breadcrumbs */

.statlink {
    color: #c3c3c3;
    font-size: 14px;
    /* font-family: Verdana; */
}

.statlink b, .statlink strong {
	color: #c3c3c3; 
}

.statlink a {
    font-weight: 700;
    color: #fff;
    font-size: 13px !important;
    margin: 0px 10px;
}

.statlink a:hover {
	opacity: 0.2;
}

.tableh1 .statlink {
    color: #204a5d;
    font-size: 13px;
}

/* Alblink */

.sortorder_cell {display: none;}

.alblink {
    
}

.alblink a {
    font-weight: 700;
    color: #8e9ba1;
    font-size: 13px !important;
    border-radius: 5px;
    text-transform: uppercase;
}

.alblink a:hover {
	color: #fff;
}

.alb_thumbnails {
    padding: 20px;
    background: #f2f2f2;
    border-radius: 10px;
}
.album_stat {
    padding: 10px;
    margin: 0px;
    margin-top: -10px;
    font-size: 12px;
    color: #a3a9b1;
    border-radius: 10px;
}

.albums .image, .albums .thumbnails .image {
    position: relative;
    margin: 0px;
    top: auto;
    left: auto;
    right: auto;
	transition: 0.5s;
	transition-timing-function: ease;
	width: auto;
}




/* Display Media */

.display_media {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.display_media .image {
    /* border: 10px solid #fff; */
    margin: 10px;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
}

.navmenu {
    padding: 10px;
    background: #f4f4f4;
    color: #9d9d9d;
}

.strip_image {
    border: 10px solid #fff;
    margin: 10px;
}



.tableh3, .tableh2 {
    padding: 15px;
    background: #cbd7dd;
    border: 0px;
    color: #5c666b;
    border-radius: 10px;
}

.tableh3 a, .tableh2 a {
    color: #8ba1ab;
}

.tableh3 a:hover, .tableh2 a:hover {
    text-decoration: underline;
    color: #72838b;
}

.tableh4 {
    padding: 25px;
    /* padding-bottom: 0px; */
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    background: #ffffff;
    color: #a1a1a1;
    border-radius: 10px;
    /* font-family: 'Nunito'; */
}



.tableh4 .statlink b, .tableh4 .statlink strong {
    color: #cacaca;
}

#rs_center {
	margin: 15px;
}

/* Footer */

.footer {
    font-size: 10px;
    color: #6c7e89;
}
.footer a {
    font-size: 10px !important;
    font-weight: 600;
    color: #6c7e89;
}

/* Text input */

.textinput {
    cursor: auto;
    outline: 0px;
    border: 0px;
    padding: 10px;
    display: block;
    width: calc(100% - 40px) !important;
    background: #fff;
    font-size: 11px !important;
}

button {
    border: 0px;
    margin: 0px;
    background: #fff;
    padding: 5px;
    margin: 10px;
	text-transform: uppercase;
	font-size: 11px !important;
	color: #888;
	font-weight: 600;
}

.icon {
	margin: 0 10px;
}

cpg_user_message, cpg_message_success {
    width: 1070px;
    margin: 10px auto;
    padding: 15px;
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    border-radius: 5px;
    font-size: 11px;
}

.detail_head_collapsed, .detail_head_expanded {
    cursor: pointer;
    position: relative;
    padding: 5px 15px;
    background-repeat: no-repeat;
    background-position: center left;
    text-transform: uppercase;
    font-weight: 600;
    color: #6f6f6f;
}

/* Outros */

.cpg_message_info {
    width: 1020px;
    margin: 10px auto;
    padding: 20px;
    background: #fff;
    /* border-radius: 10px; */
}

.cpg_message_info h4{margin: 0px;}

iframe {
	border: 0px;
}

h2 {
    font-size: 18px;
    font-weight: 600;
    font-size: 14px;
}






@media only screen and (max-width: 700px) {
	
    body{background-size:190%!important}
	
#header {width: 100%; height: auto; display: block; padding-top: 80%;}

.logo {
    width: 80%;
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    margin: 0px auto;
}



.menu  {
    height: auto;
    padding: 20px;
    width: calc(100% - 40px);
    line-height: 2;
}
.menu a {font-size: 16px;}




#header_sec {
    height: auto;
    position: relative;
    margin: 0px auto;
    /* background: transparent; */
    display: block;
    width: 100%;
}

.social_l {
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    margin: 20px;
    margin-bottom: 0px;
}

#header_sec .fa-house, #header_sec .fa-x-twitter, #header_sec .fa-instagram {
    margin: 0 10px;
}

.welcome{line-height: 1.6;}


.maintable {
    width: 100%;
    margin: 0px auto;
}

#wrapper {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.thumbnails {
    width: calc(50% - 30px);
    float: left;
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 28px;
}

.statlink {
    color: #8f8f8f;
    font-size: 14px;
    /* font-family: Verdana; */
}


.thumbnails .image {
width: calc(100% - 20px);
}


.thumb_caption_ctime {
    top: 48%;
}


.catlink a {
    line-height: 1.5;
}

.catrow, .catrow_noalb {
    font-size: 10px !important;
    text-transform: none;
    padding: 10px;
}

.tableh4 {
    padding: 25px;
}

.albums {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.album {width: 100% !important;margin-bottom: 10px;}

.display_media .image {
	max-width: 200px;
    height: auto;
}

#film {width: 100% !important;}

.buttonlist ul, .buttonlist ul li {list-style: none; padding: 0px; margin: 0px;}



.tableh1, .tableh11 {
    padding: 20px;
}

.catlink::before {
    padding-top: 0px;
    height: 25px;
    margin-bottom: 10px;
}

.filmstrip_background {background: #fff;}


.thumb_caption_ctime {
margin: 5px auto;
float: none;
}

.thumb_title_views {
    margin: 10px auto;
    float: none;
}

.thumb_title_title {
    height: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 12px;
}

#disclaimer {
    width: calc(100% - 50px);
    padding: 25px;
    background: #c3ccd1;
    color: #8f969a;
    border-radius: 5px;
    margin: 20px auto;
    font-size: 13px;
    line-height: 1.8;
}

.wrapper {
    flex-wrap: wrap;
}

.wrapper .left {
    width: 80%;
    margin: 0 auto;
}

.wrapper .right {
    width: 80%;
    margin: 0 auto;
}

.url_site {
    position: relative;
    margin: 0px auto;
    right: auto;
    top: auto;
    margin-bottom: 20px;
}

.welcome  {
    position: relative;
    margin: 0px auto;
    top: auto;
}

.tableh11 {padding: 5px; font-size: 5px !important;}
.navmenu { padding: 5px;}
	

}