/**
 *
 * Theme: VRV
 * Folha de Estilos Personalizados
 *
 * Author: Infinito AG - Sites, Web & Design
 * Author URI:https://www.infinitoag.com
 *
**/


/*******************************************************
 * FONTES
*******************************************************/ 
 
/*******************************************************
 * CORPO, ELEMENTOS HTML E TIPOGRAFIA
*******************************************************/
body {   
	color: #7a7a7a;  
    background: #FFF; 
    font-family: "Roboto", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
img {
    max-width: 100%;
    height: auto;
}
h1{
	font-size: 42px;
	font-weight: 600;
} 
h2 { 
    font-size: 1.4rem;
	font-weight: 600;
}
h3{ 
	font-size: 20px;
	font-weight: 600;
}
h4 { 
    font-size: 18px;  
	font-weight: 600;
}
h5 { 
    font-size: 16px;  
	font-weight: 500;
}

a, a:hover {
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
} 
button:focus, a:focus{
    outline: 0;
}
 
/*******************************************************
 * FORMULÁRIOS E BOTÕES
*******************************************************/
.btn {
    font-size: 16px;
    font-weight: 400;
	border: 0;
	padding: 10px 24px;
}
 
.btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
 

textarea {
    width: 100%;
    padding: 20px;
    margin-top: 15px;
    border: 1px solid #DBE5F0;
    border-radius: 5px;
    font-size: 15px;
}
input::placeholder, textarea::placeholder {
    color: #73798C;
}
input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    margin-top: 15px; 
    border-radius: 5px;
    font-size: 15px;
	color: #73798C;
    border: 1px solid #DBE5F0;
}
input[type="checkbox"]{
	height: auto;
	width: auto;
}
input[type="submit"] {
    width: 100%;
    color: #FFFFFF;
    background-image: linear-gradient( 180deg ,#FE803B 0%,#F84270 100%);
    border-radius: 100px 100px 100px 100px;
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 15%);
	border: 0;
	font-size: 16px;
    font-weight: 400; 
	padding: 10px 24px;
}
input[type="submit"]:hover { 
    opacity: 0.8;
}




/*******************************************************
 * CLASSES E ELEMENTOS PRINCIPAIS
*******************************************************/ 
  
.flexslider{
    border: 0;
	background: transparent;
}

.flexslider .slides img {
    width: auto;
    display: block;
}
 

main#main {
    overflow: hidden;
}

.no-padding{
	padding: 0;
}
.no-padding-left{
	padding-left: 0;
}
.no-padding-right{
	padding-right: 0;
}

 

#overlay-side{
	width: 100%;
    height: 100%;
    background-color: #f84270;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	display: none;
}
/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed; 
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding: 70px 20px 10px 20px;
    transition: 0.5s;
    z-index: 999;
	display: none;
}
 
.sidenav .closeNav {
    border: 1px solid #00000057;
    background: transparent;
    font-weight: bold;
    font-size: 24px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 40px;
}





.sidenav ul {
    padding: 0;
    margin-top: 25px;
}
.sidenav ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.sidenav ul li a {
    color: #2d2d2d;
    fill: #2d2d2d;
    font-weight: 700;
}
.sidenav ul li.current-menu-item a, .sidenav ul li a:hover {
    color: #f84270;
}
.sidenav #ajaxsearchlite1 .proinput input.orig {
    font-size: 14px !important;
    padding: 0px 10px !important;
    height: 45px !important;
    border-radius: 4px;
    background-color: #eceeef !important;
    width: 100% !important;
    color: black !important;
}
.sidenav #ajaxsearchlite1 .proinput input.orig::placeholder {
    color: #929292 !important;
}

.sidenav .proinput {
    padding: 0 !important;
    margin: 0 !important;
}

.sidenav #ajaxsearchlite1 .probox .promagnifier {
    display: inline-block !important;
    background-color: #fe803b !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 45px !important;
    width: 40px !important;
}










 

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}





/*******************************************************
 * CABECALHO
*******************************************************/
  
#header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;  
    position: relative; 
	background-color: white;
}
.scrolled #header .menu-header {
    position: fixed;
    top: 0;
    width: 100%;
}

.menu-header {
    background-color: transparent;
    background-image: linear-gradient( 290deg ,#FE803B 0%,#F84270 100%);
}
 
#header button.toggle-menu {
    display: none;
}

 
nav#main-menu {
}
nav#main-menu ul {
    padding: 0;
    margin: 0;
}
nav#main-menu ul li {
    display: inline-block;
}
nav#main-menu ul li a {
    color: white;
    fill: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    position: relative;
	display: block;
}
nav#main-menu ul li a:hover,
nav#main-menu ul li.current-menu-item a {
    background-color: #ffffff24;
}


.search-header button {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: white;
    font-size: 20px;
    margin-top: 18px;
    text-align: right;
    width: 100%;
}








div#searchModal .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-top: 50%;
    transform: translateY(-50%);
}
div#searchModal .modal-body {
    background-color: transparent;
}
div#searchModal {
    background-color: #000000a1;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 50px !important;
}
#ajaxsearchlite1  .proinput input.orig {
    font-size: 26px !important;
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif !important;
	color: white !important;
}
#ajaxsearchlite1 .proinput input.orig::placeholder {
    color: white !important;
}
#ajaxsearchlite1  .probox .promagnifier .innericon svg {
    fill: #ffffff !important;
}
#ajaxsearchlite1 .probox .promagnifier {
    display: none !important;
}




























/*******************************************************
 * RODAPE
*******************************************************/
#footer {  
    color: #FFFFFF; 
    margin-top: 100px; 
}

.bg-footer-gradient {
    background-color: transparent;
    background-image: linear-gradient( 180deg ,#FE803B 0%,#F84270 100%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 2em 5em;
    position: relative;
    box-sizing: border-box;
}

.bg-footer-cinza {
    background-color: #2d2d2d;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5em;
}

.menu-footer ul {
    padding: 0;
    margin: 30px 0 0 0;
    float: right;
}
.menu-footer ul li {
    display: inline-block;
    margin-left: 40px;
    position: relative;
}
.menu-footer ul li a {
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.menu-footer ul li::before{
	content: '';
	background-image: url("img/list.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 19px;
	position: absolute;
	left: -20px;
    top: 3px;
}


.copyright a {
    color: white;
}
.copyright p {
    margin: 0;
}
.copyright {
    background-color: #000;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em 5em;
    color: white;
    font-size: 13px;
}





/*******************************************************
 * PÁGINAS
*******************************************************/ 
#blog1,
article#home {
    margin-top: 40px;
}
 

#slider-home {
    margin-bottom: 50px;
}
ol.flex-control-nav.flex-control-paging {
    display: none;
}

#slider-home .slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 468px;
    color: white;
    border-radius: 6px;
}
#slider-home .slide .overlay {
    padding: 32px;
    height: 468px;
    position: relative;
    background-image: linear-gradient(1deg, black, transparent);
	border-radius: 6px;
}
#slider-home .slide .titulo h2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4em;
}
#slider-home .slide .conteudo {
    position: absolute;
    bottom: 32px;
}

#slider-home .slide .data {
    font-size: 12px;
}








.card-post {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
	margin-bottom: 40px
}
.card-post .post-thumb {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 201px;
    position: relative;
}
.card-post .categoria {
    background-color: #fe803b;
    color: white;
    position: absolute;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 30px;
    right: 5px;
    top: 5px;
}
.card-post .titulo {
    padding: 10px 20px;
    min-height: 100px;
}

.card-post .titulo h2 {
    color: black;
    font-size: .9rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.card-post .data {
    padding: 10px 20px;
    color: #000;
    font-size: .8rem;
    border-top: 1px solid #0000001a;
}




#home3 {
    padding: 50px 0 0 0;
}
#home3 .session-title h2 {
    color: #2d2d2d;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 1px solid #fe803b;
}

#home3 .card-post {
    margin-top: 30px;
    margin-bottom: 20px;
}








#sidebar .social ul {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 30px;
}
#sidebar .social ul li {
    display: inline-block;
    margin: 0 2px;
}
#sidebar .social ul li a {
    border-radius: 10%;
    color: white;
    font-size: var(--icon-size,25px);
    line-height: var(--icon-size,47px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, 0.5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    display: block;
    text-align: center;
}

#sidebar .social ul li a:hover{
	opacity: 0.8;
}
#sidebar .social ul li a.facebook {
    background-color: #3b5998;
}
#sidebar .social ul li a.instagram {
    background-color: #d8019c;
}
#sidebar .social ul li a.twitter {
    background-color: #1da1f2;
}
#sidebar .social ul li a.youtube {
    background-color: #cd201f;
}

#sidebar .social h3 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}
 
#sidebar .categorias h3, #sidebar .destaques h3 {
    color: #2d2d2d;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 1px solid #fe803b;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

#sidebar .categorias {
    margin-bottom: 40px;
}

#sidebar .destaques{
    margin-bottom: 30px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 30px;
}
#sidebar .destaque-sidebar .sidebar-post {
    display: flex;
}
#sidebar .destaque-sidebar .post-thumb {
    width: 61px;
    height: 61px;
    display: inline-block;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 30px;
}
.sidebar-post .post-conteudo {
    max-width: calc(100% - 110px);
}
#sidebar .destaque-sidebar .titulo h2 {
    color: #000;
    font-size: .9rem;
    line-height: 1.4em;
    margin-bottom: 5px;
}
#sidebar .destaque-sidebar {
    margin-bottom: 10px;
}
#sidebar .destaque-sidebar .data {
    color: #54595f;
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
}




#sidebar .categorias a:last-child {
    width: calc(100% - 13px);
}
#sidebar .categorias a {
    margin: 10px 10px 10px 0;
    padding: 15px;
    background-color: #7a7a7a;
    border-radius: 5px 5px 5px 5px;
    color: white;
    display: inline-block;
    width: 47%;
    text-align: center; 
    font-size: 1rem;
    font-weight: 500;
}


#sidebar .anuncio {
    text-align: left;
    color: #9c9c9c;
    font-size: .7rem;
    font-weight: 700;
    border-bottom: 1px solid #00000038;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.ad-area {
    /*background: #f9f9f9;*/
    margin: 10px 0;
    padding: 5px;
    min-height: 70px;
}


.post-blog {
    margin-bottom: 40px;
}

.post-blog .thumb .post-title h2 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4em;
}
.post-blog .thumb .overlay {
    background-image: linear-gradient(0deg, black, transparent);
    height: 279px;
    padding: 30px;
    color: white;
	position: relative;
    border-radius: 6px;
}
.post-blog .thumb {
    width: 100%;
    height: 279px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 6px;
}


.post-blog .thumb .conteudo {
    position: absolute;
    bottom: 15px;
	left: 30px;
    right: 30px;
}
.post-blog .thumb .post-date {
    line-height: .1em;
    font-size: 12px;
}




.pagination {
    margin: 20px 0 30px 0;
}
.pagination span, .pagination a {
    margin: 0 5px;
    padding: 10px 15px;
    border-radius: 0 0 0 0;
    color: #000;
    background-color: #ececec;
    border: 0;
}

.pagination span.current {
    color: #fff;
    background-color: #fe803b;
    opacity: 1;
    font-weight: normal;
}








.single #blog1 {
    margin: 0;
}

#blog1 .sub-header .overlay {
    height: 386px;
    position: relative;
    background-color: #00000094;
}
#blog1 .sub-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 386px;
    position: relative;
}
#blog1 .sub-header .conteudo {
    padding-top: 70px;
    color: white;
}
#blog1 .sub-header h2 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 15px;
}
#blog1 .sub-header h2 {
    font-size: 32px;
    line-height: 38px;
}

#blog1 .sub-header .categorias {
    color: #fe803b;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
#blog1 .sub-header .datahora .data {
    margin-right: 15px;
}
#blog1 .sub-header .datahora i {
    color: #fe803b;
    margin-right: 2px;
}

.post-single-content .post-thumb img {
    border-radius: 10px;
    margin-bottom: 40px;
    width: 100%;
}
.post-single-content {
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: -140px;
    background-color: white;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.post-single-content .post-share h3 {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 16px;
}
.post-single-content .post-share {
    margin-top: 50px;
    border-bottom: 1px solid #00000033;
    padding-bottom: 50px;
    margin-bottom: 50px;
}








#blog4 {
    padding: 50px 0;
}

#blog4 .session-title h2 {
    color: #000;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 20px;
}


#single-post-article div#sidebar {
    margin-top: 50px;
}



#blog3 {
    background-color: black;
    padding: 130px 0 50px 0;
    margin-top: -80px;
}

#blog3 .nagegacao i {
    color: white;
    font-size: 22px;
    margin: 0 10px;
}
#blog3 .nagegacao {
    width: 100%;
    display: block;
    position: relative;
}
#blog3 .nagegacao .prev {
    float: left;
}
#blog3 .nagegacao .next {
    float: right;
}
#blog3 .nagegacao a {
    color: #FE803B;
}










/*******************************************************
 * AJUSTES RESPONSIVOS
*******************************************************/
@media( min-width: 1440px ) {
	 
	.container {
		max-width: 1252px;
	}
}

@media (min-width: 1360px) and (max-width: 1439px){
	 
}
@media (max-width: 1439px){
	 
	
	nav#main-menu ul li a {
		color: white;
		fill: #fff;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.search-header button { 
		margin-top: 14px; 
	}
	
	
	
	#sidebar .destaque-sidebar .post-thumb { 
		margin-right: 15px;
	}

}

@media( max-width: 1600px ) {
    
}
@media( max-width: 1400px ) {	
	
    

    .post-single-content {
        margin-top: -100px;
    }	
}

@media( max-width: 1359px ) {
	 
	 .menu-footer ul li { 
		margin-left: 28px; 
	}
}

@media( max-width: 1200px ) {
    
    
}

@media( max-width: 1199px ) {
	
	#sidebar .categorias a{
		widows: 100%;
	}
	
	#sidebar .destaque-sidebar .post-thumb {
		width: 61px;
		height: 51px;
	}
	
	nav#main-menu ul li a {
		color: white;
		fill: #fff;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 11px;
	}
	
	
      
} 
@media( max-width: 1024px ) {
    
	 
	
	
	
    
} 
@media( max-width: 991px ) {
    .no-padding{
		padding: 0 15px;
	}
	.no-padding-left{
		padding-left: 15px;
	}
	.no-padding-right{
		padding-right: 15px;
	}
	  
	
	#sidebar .categorias a { 
		width: 100%; 
	}

	
	
	.menu-header {
		display: none;
	}
	
	 
	
	#header button.toggle-menu {
		display: block;
		background: transparent;
		border: 0;
		position: absolute;
		top: 32px;
		left: 220px;
		font-size: 20px;
	}
	
	
	.container {
		max-width: 95%;
	} 
	

}

@media( max-width: 767px ) {
	
    #slider-home .slide { height: 300px; }
	#slider-home .slide .titulo h2 { font-size: 20px; }
    #slider-home .slide .overlay {
        height: 100%;
        padding: 10px 15px;
    }
	
	.card-post .titulo { min-height: 0; }
    .bg-footer-cinza { padding: 20px; }
    .bg-footer-gradient { padding: 20px; }

    .menu-footer ul { float: none; }
    .menu-footer ul li { display: block; }
    #sidebar .categorias a:last-child { width: 100%; }

    #header button.toggle-menu {
        left: unset;
        right: 15px;
    }
	
	.single #blog1 { margin: 20px 0 100px; }
    #blog1 .sub-header h2 { font-size: 22px; }

    .post-single-content {
        padding: 10px;
        margin: -140px -15px 0;
    }
	
	
} 