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

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

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

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


body {
	margin: 0px;
	font-family: Montserrat;
	font-size: 11px;
	background: #99d9f3 url('img/header.jpg')repeat-x center top;
}

a {
    color: #266c87;
    font-weight: 600;
    text-decoration: none;
    transition: 1s;
    transition-timing-function: ease;
}
	
a:hover {
	color: #9ed3e7;
}

strong {
    color: #9ed3e7;
}

/* Especifico */


.header {
    width: 1060px;
    height: 595px;
    display: flex;
    justify-content: flex-end;
    margin: 0px auto;
    margin-bottom: 30px;
}

.header_sec {
    width: 100%;
    height: 595px;
    max-width: 1060px;
    position: relative;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.welcome {
    display: flex;
    align-items: center;
    align-content: center;
    max-width: calc(1060px - 50px);
    margin: 0px auto;
    width: 100%;
    background: #a2d9eb6b;
    padding: 10px 25px;
    line-height: 2;
    color: #fff;
    font-size: 12px;
}

.welcome .left_welcome {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    padding: 0 20px;
}

.welcome .left_welcome .twitter {
    width: 46px;
    height: 46px;
    margin: 5px;
    background: url('img/twitter.png')no-repeat center;

}

.welcome .left_welcome .instagram {
    width: 46px;
    height: 46px;
    margin: 5px;
    background: url('img/insta.png')no-repeat center;

}


.welcome .left_welcome a:hover {opacity: 0.5;}


.menu {
    max-width: calc(1060px - 40px);
    margin: 20px auto;
    width: calc(100% - 40px);
    display: block;
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    font-size: 0px;
}

.menu a {
    text-transform: uppercase;
    color: #bebebe;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0px 10px;
}

.menu a:hover {
    color: #489cbd;
}

.menu-white {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0px;
    overflow: hidden;
    max-height: 180px;
}

.menu-white a {
    width: 140px;
    height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    outline: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    margin: 10px;
    text-align: center;
}





	
/* Footer */

.footer-sec {
    width: 100%;
    min-width: 1060px;
    background: #c8efff;
    padding: 40px 0px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    display: block;
    color: #85aab9;
    /* text-transform: uppercase; */
    text-align: center;
}



.wrapper {
	max-width: 1060px;
    width: 100%;
	margin: 0px auto;
	text-align: center;
}
.footer-sec b {
    color: #85aab9;
    font-weight: 600;
}
.footer-sec strong {
    color: #85aab9;
    font-weight: 600;
}
.footer-sec a {
    color: #85aab9;
    font-weight: 600;
}
.footer-sec a:hover {text-decoration: underline;}





/* Menu do admin */

.admin_menu_wrapper {
    width: 100%;
    max-width: 1060px;
    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: #cfb1a4;
    background: #fbf4ef;
    padding: 8px;
    font-size: 9px !important;
    border-radius: 5px;
    text-transform: uppercase;
}

.admin_menu:hover a{
	background: #fff; 
	color: #ccc;
}

/* Main table */

.maintable {
    width: 1060px;
    margin: 0px auto;
    /* background: #e9f2f5; */
    /* padding: 15px; */
    border-radius: 10px;
}

.tableh1, .tableh11 {
    padding: 25px;
    color: #99d9f3;
    font-weight: 600;
    font-size: 13px;
    background: #489cbd;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 15px;
    text-align: center;
}

.tableh9 {
    padding: 25px;
    color: #99d9f3;
    font-weight: 600;
    font-size: 14px;
    background: #489cbd;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 15px;
    text-align: center;
}

.tableh1 img {
	display: none;
}

.tableb, .tablef {
    border: 0px;
    padding: 10px;
    background: #88c9e3;
    font-family: Verdana;
    color: #5f97ad;
    border-radius: 10px;
}


/* Thumbnails */

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

.thumbnails {
    padding: 5px;
    position: relative;
    border-radius: 10px;
    padding-top: 20px;
}


.thumbnails .image {
    object-fit: cover;
    position: relative;
    width: calc(100%);
    height: auto;
    border-radius: 15px;
    position: relative;
    z-index: 999;

}

.thumbnails:hover .image {

	 transition-timing-function: ease;
    transition: 1s;
}




.thumb_title_title {
    display: block;
    color: #ffffff;
    transition: 1s;
    z-index: 9999;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    text-align: center;
    line-height: 1.2;
    padding: 25px 20px;
    padding-top: 35px;
    position: relative;
    background: #489cbd;
    border-radius: 15px;
    margin-top: -25px;
}


.thumb_title_views{
    justify-content:center;
    color:#747474;
    font-weight:600;
    z-index:888;
    transition:1s;
    font-size:8px;
    border-radius:10px;
    background:#fff;
    padding:8px 10px;
    text-transform:uppercase;
    display:inline-block;
    margin:5px 0;
    width:calc(100% - 20px);
    position:relative;
    text-align:right}

.thumb_title_views::before {
    content: '//';
    position: absolute;
    width: 12px;
    left: calc(50% - 6px);
    text-align: center;
    color: #489cbd;
}

.thumb_size {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    color: #858585;
    font-weight: bolder;
    font-size: 9px;
    margin-top: -23px;
    margin-left: 10px;
    z-index: 999;
}




.thumb_caption_ctime {
    justify-content: center;
    color: #99d9f3;
    font-weight: bold;
    z-index: 9999;
    transition: 1s;
    font-size: 9px;
    border-radius: 10px;
    background: #489cbd;
    /* padding: 5px 10px; */
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
    /* letter-spacing: 1px; */
    position: absolute;
    top: 168px;
    left: calc(50% - 40px);
    width: 80px;
    height: 25px;
}

.thumb_caption_mtime {
    display: block;
    color: #6094a9;
    padding: 10px;
    width: calc(100% - 40px);
    font-size: 9px;
    max-width: 110px;
    overflow: hidden;
}


#cpgMessage {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background: #489cbd;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
/* Categorias */

.catrow, .catrow_noalb {
    padding: 20px;
    border-radius: 15px;
    background: #b9ebff;
    color: #80adbf;
    font-size: 11px !important;
    transition-timing-function: ease;
    transition: 1s;
}
.catrow:hover, .catrow_noalb:hover {opacity: 0.5;}

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

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



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

.catlink a {
    display: inline-block;
    font-weight: 600;
    font-size: 15px !important;
    padding: 6px 0px;
    margin: 0px;
    line-height: 1;
    padding-bottom: 0px;
    color: #489cbd;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

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

/* Breadcrumbs */

.statlink {
    font-size: 12px;
    color: #8acde7;
}

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

.statlink b, .statlink strong {
	color: #8acde7; 
}

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


.tableh1 .statlink a {
    color: #fff;
}

.tableh1 .statlink a:hover {
	opacity: 0.5;
}

.tableh1 .statlink {
    color: #8acde7;
    font-size: 13px;
}


/* Alblink */

.sortorder_cell {display: none;}

.alblink {
    
}

.alblink a {
    font-weight: 600;
    color: #77a9bd;
    font-size: 13px !important;
    border-radius: 5px;
}

.alblink a:hover {
	color: #476c7a;
}

.alb_thumbnails {
    padding: 20px;
    background: #88c9e3;
    border-radius: 10px;
}
.album_stat {
    padding: 10px;
    margin: 0px;
    margin-top: -10px;
    font-size: 12px;
    color: #6493a5;
    border-radius: 10px;
}

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


/* Film */

#film {
    z-index: 1;
}


/* Display Media */

.display_media {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
}
.display_media .image {
    border: 10px solid #fff;
    margin: 10px;
}

.navmenu {
    padding: 10px;
    background: #ffffff3b;
    color: #00000069;
    border-radius: 5px;
}

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



.tableh3, .tableh2 {
    padding: 15px;
    background: #b6eaff;
    border: 0px;
    color: #6b9eb3;
    border-radius: 10px;
}

.tableh4 {
    padding: 25px;
    /* padding-bottom: 15px; */
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    background: #489cbd;
    color: #8acde7;
    border-radius: 15px;
}


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

#rs_center {
	margin: 15px;
}

/* Footer */

.footer {
    font-size: 10px;
    color: #76aec5;
    /* font-weight: 600; */
}

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

/* 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;
}

/* 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: #99d9f3 url('img/header_mobile.jpg')repeat-x center top;
        background-size: 350%;
    }
	
    .header {
        min-width: auto;
        width: 100%;
        height: auto;
        padding-top: 500px;
    }

    .footer-sec { 
        min-width: 100%;
    }
    
    .header_sec {
        height: auto;
    }
    .logo-mobile {
    background: url('img/galeria.png')no-repeat center left;
    width: 100%;
    height: 200px;
    background-size: 200%;
    position: relative;
    order: 1;
    }

.welcome {
    flex-wrap: wrap;
    padding: 30px;
    width: calc(100% - 60px);
}

.welcome .left_welcome {
    margin-bottom: 20px;
    width: 100%;
}

.menu-white {max-height: none; order: 3;}

.menu-white a {
    width: calc(50% - 30px);
}


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

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

.thumbnails {
    width: calc(33% - 10px);
    float: left;
    padding-top: 30px;
}


.thumbnails .image {
}





.catlink a {
    line-height: 1.5;
    width: 100%;
}

.catrow, .catrow_noalb {

    font-size: 10px !important;
    text-transform: none;
}

.tableh4 {
    padding: 25px;
}



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

.display_media .image {
    max-width: 100%;
    height: auto;
}

#film {width: 100% !important;}

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

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



.thumb_caption_ctime {
    right: calc(50% - 30px);
    top: 20px;
}

.navmenu {
font-size: 0px;
padding: 5px;
}

.tableh11 {
    padding: 10px;
}

.thumbnails .filmstirp_background {
    width: 100% !important;
}

#filmstrip {
    overflow: hidden;
}

.tableh1, .tableh11 {padding: 15px;}
	
#cpgMessage {
    width: 100%;
    max-width: calc(100% - 40px);

}

.thumb_size {
    font-size: 7px;
    margin-top: -22px;
}

}