*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}

html{
    scroll-behavior: smooth;
}

section{
    scroll-margin-top: 70px;
}

body{
	overflow-x: hidden;
    background-color: #FFFFFF;
}

.container{
	max-width: 1280px;
	padding: 0 2%;
	margin: 0 auto;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}

.center{
	justify-content: center;
}

.w30{
	width: 30%;
}

.w70{
	width: 70%;
}

.w95{
	width: 95%;
}

.w5{
	width: 5%;
}

.w10{
	width: 10%;
}

.w20{
	width: 20%;
}

.w50{
	width: 50%;
}

.right{
	text-align: end;
}

.clear{
	clear: both;
}

.box{
	position: relative;
	top: 80px;
	overflow: hidden;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}

#back-to-top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	cursor: pointer;
	padding: 10px;
	border: 0;
	background-color: #15639ef8;
	box-shadow: 2px 6px 12px -3px rgba(0,0,0,0.59);
	border-radius: 4px;
	color: white;
	font-size: 18px;
	transition: 200ms;
  }

  #back-to-top:hover{
	background-color: #9DB63B;
  }

  /*404*/
  section.error404{
	min-height: 700px;
	text-align: center;
	display: flex;
	align-items: center;
  }
  
  section.error404 h2{
	margin-bottom: 10px;
	color: #15639ef8;
	font-size: 28px;
  }
  
  section.error404 a{
	color: #15639ef8;
  }

  section.error404 a:hover{
	color: #9DB63B;
  }
  /**/

/*Header*/

header{
	padding: 15px;
    background-color: #15639E;
	position: fixed;
	z-index: 997;
	width: 100%;
	transition: 0.4s;
}

.menu-topo{
	display: flex;
	align-items: center;
}


.logo{
	background-image: var(--logo);
	background-size: 100% 100%;
	max-width: 120px;
	width: 100%;
	height: 65px;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}

nav.desktop ul{
	list-style-type: none;
}

nav.desktop ul li{
	display: inline-block;
	margin: 0 25px;
}

nav.desktop a{
	color: white;
	text-decoration: none;
    text-transform: uppercase;
    transition: 200ms;
}

nav.desktop a:hover{
	color: #9DB63B;
}

nav.desktop li.btn-nav{
	border: 2px solid white;
	padding: 6px 10px;
	border-radius: 20px;
    transition: 200ms;
}

nav.desktop li.btn-nav:hover{
	border: 2px solid #9DB63B;
}

nav.desktop li.btn-nav:hover a{
	color: #9DB63B;
}

nav.mobile{
	display: none;
	float: right;
}

nav.mobile h3{
	color: white;
	cursor: pointer;
	font-size: 26px;
	position: relative;
	z-index: 2;
	transition: 200ms;
}

nav.mobile h3:hover{
	color: #9DB63B;
}

nav.mobile ul{
	display: none;
	background: #15639E;
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	padding: 70px 0 30px 0;
	text-align: center;
}

nav.mobile li{
	transition: 200ms;
}

nav.mobile li:hover{
	background: #0F4F7D;
}

nav.mobile li a{
	transition: 200ms;
}

nav.mobile li:hover a{
	color: #9DB63B;
}

nav.mobile li{
	padding: 10px 0;
}

nav.mobile li.btn-nav a{
	display: inline-block;
	border: 1px solid white;
	padding: 6px 10px;
	border-radius: 20px;
    transition: 200ms;
}

nav.mobile li.btn-nav:hover a{
	color: #9DB63B;
	border: 1px solid #9DB63B;
}

nav.mobile a{
	color: white;
	text-decoration: none;
	display: block;
}

.small{
	padding: 10px !important;
}

.small .logo{
	height: 55px !important;
	max-width: 105px;
}

.menu-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
    z-index: 996;
    display: none;
}

/*banner*/

section.hero{
	background-image: var(--hero-bg);
	min-height: 800px;
	background-size: cover;
	background-position: center;
    margin-top: 70px;
    position: relative;
}

.text-hero{
    padding-top: 300px;
    text-transform: uppercase;
    max-width: 800px;
}

.text-hero h2{
    color: white;
    font-size: 45px;
    margin-bottom: 40px;
    line-height: 60px;
    width: 100%;
}

.text-hero a{
	display: inline-block;
    background-color: #15639E;
    padding: 20px 40px;
    font-weight: bold;
    border-radius: 28px;
	border: 1.5px solid #ffffffe5;
    color: #FFFFFF;
    text-decoration: none;
    transition: 300ms;
}

.text-hero a:hover{
    background-color: #0F4F7D;
	transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 51, 102, 0.15);
}

.hero .container{
	z-index: 10;
	position: relative;
}

.layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.2);
}

/*benefits*/
section.benefits{
	padding: 80px 0 55px 0;
}

.benefit-single{
	background-color: white;
	padding: 2%;
	border-radius: 10px;
	margin: 0 1.5%;
	text-align: center;
	transition: 200ms;
	border: 1px solid color-mix(in srgb, #444444, transparent 85%);
	box-shadow: 2px 4px 32px -10px rgba(0,0,0,0.75);
}

.benefit-single:hover{
	border: 1px solid #9DB63B;
	transition: all .2s ease-in-out;
	transform: scale(1.05);
}

.benefit-single:hover h2{
	color: #9DB63B;
	transition: all .2s ease-in-out;
}

.benefit-single i{
	font-size: 50px;
	color: #9DB63B;
	margin-bottom: 25px;
}

.benefit-single h2{
	margin-bottom: 20px;
	font-size: 20px;
	color: #2D3748;
}

.benefit-single p{
	color: #6B7280;
}

section.benefits .tittle{
	text-align: center;
	margin-bottom: 60px;
}

section.benefits .tittle h2{
	font-size: 30px;
	font-weight: normal;
}

/*Titulos*/
.tittle h2{
	color: #15639E;
}
/**/

/*Institucional*/

section.institutional{
	padding: 80px 0;
}

section.institutional .flex {
    gap: 40px;
	align-items: center;
}

section.institutional .institutional-single{
	width: calc(50% - 20px);
}

section.institutional .institutional-single .tittle{
	font-size: 18px;
	margin-bottom: 20px;
}

section.institutional .institutional-single p{
	color: #4A5568;
	line-height: 1.6;
	text-align: justify;
}

section.institutional .institutional-single iframe{
	width: 100%;
	height: 100%;
	min-height: 415px;
}
/**/

/*Grupo*/
section.grupo{
	background: linear-gradient(to left, #f7f9fc, #eef3f8);
	padding: 80px 0;
}

section.grupo .tittle{
	margin-bottom: 20px;
}

section.grupo p{
	color: #4A5568;
	line-height: 1.6;
	text-align: justify;
}

section.grupo a{
	color: #15639E;
	font-weight: bold;
	text-decoration: none;
	transition: 300ms;
}

section.grupo a:hover{
	color: #9DB63B;
}
/**/


/*assessment*/
section.assessment {
    padding: 80px 0;
}

.assessment .tittle {
    text-align: center;
    margin-bottom: 60px;
}

.assessment .tittle h2{
	font-size: 30px;
	font-weight: normal;
}

.assessment-single {
    height: 150px; /* altura padrão do bloco */
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.img-mosaico-single {
    height: 120px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

/*Insights*/

section.insights{
	padding: 80px 0;
	background: linear-gradient(to right, #f7f9fc, #eef3f8);
}

section.insights .tittle {
    text-align: center;
    margin-bottom: 60px;
}

section.insights .tittle h2{
	font-size: 30px;
	font-weight: normal;
}

section.insights .tittle p{
	color: #4A5568;
	margin-top: 10px;
	font-size: 17px;
}

section.insights .flex {
    gap: 40px;
	align-items: center;
}

section.insights .insights-single{
	width: calc(50% - 20px);
}

section.insights .atendimento-img{
	width: 100%;
}

.insight-item{
	margin-bottom: 30px;
	background: #ffffff;
    padding: 25px 35px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 51, 102, 0.08);
    transition: 0.3s ease;
}

.insight-item:hover{
	transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 51, 102, 0.15);
}

.insight-item h2{
	font-size: 48px;
    color: #003366; /* azul principal da Yoguedes */
    margin: 0;
	font-weight: 700;
	letter-spacing: -1px;
}

.insight-item p {
    margin: 5px 0 0;
    font-size: 17px;
    color: #4A5568;
}
/**/

/*Contact*/

.grid-container{
	display: grid;
	width: 100%;
	align-items: center;
	grid-template-columns: 50%;
	column-gap: 10px;
}

section.contact{
	padding: 80px 0;
}

.contact .tittle{
	text-align: center;
	margin-bottom: 60px;
}

.contact .tittle h2{
	font-size: 30px;
	font-weight: normal;
}

.location{
	grid-column: 1;
	width: 100%;
	height: 100%;
}

.contact-form{
	grid-column: 2;
	width: 100%;
	background-color: white;
	border: 4px;
	padding: 25px 40px;
	height: 100%;
}

section.contact .grid-container{
	justify-items: center;
	column-gap: 40px;
}

.map{
	width: 100%;
	padding: 10px;
	background-color: white;
	border-radius: 4px;
}

.map iframe{
	width: 100%;
	height: 450px;
}

.contact-details p{
	margin-top: 15px;
	font-weight: bold;
	font-size: 17px;
	color: #2D3748;
}

.contact-details p i{
	color: #9DB63B;
	margin-right: 10px;
}

.contact-form .form-group{
	margin: 15px 0;
}

.form-group label span{
	color: red;
}

.contact-form input, .contact-form textarea{
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 16px;
	border: 1px solid #ccc;
}

.contact-form input{
	height: 40px;
	margin-top: 10px;
	border-radius: 4px;
}

.contact-form input:focus, .contact-form textarea:focus{
	outline: 0;
}

.contact-form textarea{
	height: 120px;
	resize: vertical;
	margin-top: 10px;
	border-radius: 4px;
}

.contact-form input[type=submit]{
	height: 50px;
	margin-top: 30px;
	background-color: #9DB63B;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 2px;
	transition: 200ms;
}

.contact-form input[type=submit]:hover{
	background-color: #7F982F;
}

/**/

/*Modal*/
.modal{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
	display: none;
    align-items:center;
    justify-content:center;
    z-index:999;
}

.modal-box{
    background:white;
    padding:40px;
    border-radius:8px;
    text-align:center;
    max-width:400px;
}

.modal-box h3{
    margin-bottom:10px;
}

.modal-box button{
    margin-top:20px;
    padding:10px 25px;
    background:#9DB63B;
    border:none;
    color:white;
    font-weight:bold;
    cursor:pointer;
	border-radius: 4px;
	transition: 200ms;
}

.modal-box button:hover{
    background:#7F982F;
}

.loading{
    opacity:0.7;
    pointer-events:none;
}

body.no-scroll{
    overflow: hidden;
}

/* Overlay de loading */

#loadingOverlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
}

/* Spinner */

.spinner{
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255,255,255,0.3);
    border-top: 5px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

#loadingOverlay p{
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
}

/* animação */

@keyframes spin{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

/* trava scroll */

body.no-scroll{
    overflow: hidden;
}
/**/

/*Produtos*/
.banner-produtos{
    width: 100%;
    height: 240px;
    background-image: var(--banner-produtos);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	box-shadow: inset 0 -40px 60px rgba(0,0,0,0.25);
	margin-top: 70px;
}

.banner-overlay{
    background: rgba(0, 51, 102, 0.65);
    width: 100%;
    height: 100%;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;
    color:white;
}

.banner-overlay h1{
    font-size:32px;
    font-weight:600;
}

.banner-overlay p{
    margin-top:10px;
    font-size:16px;
    opacity:0.9;
}

.catalogo-download{
    text-align:center;
    padding:50px 0 50px;
	background-color: #f7f9fc;
}

.btn-catalogo{
    background:#003366;
    color:white;
    padding:12px 28px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.btn-catalogo i{
    margin-right:8px;
}

.btn-catalogo:hover{
    background:#1f4f7a;
}

.produtos{
    padding: 80px 10%;
    background: #f7f9fc;
}

.categoria {
    margin-bottom: 80px;
}

.categoria-titulo {
    font-size: 30px;
    color: #003366;
    margin-bottom: 40px;
    position: relative;
}

.categoria-titulo::after {
    content: '';
    width: 60px;
    height: 4px;
    background: #9DB63B;
    display: block;
    margin-top: 8px;
}

.produtos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.produto-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.produto-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.produto-card img {
    max-width: 100%;
    height: 220px;
    object-fit: contain;
    margin-bottom: 25px;
}

.codigo {
    font-size: 14px;
    color: #9DB63B;
    font-weight: 600;
}

.descricao {
	text-transform: uppercase;
	color: #003366;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.4;
}

.barcode {
    font-size: 13px;
	font-weight: bold;
    color: #4A5568;
}
/**/

/*Footer*/

footer{
	background-color: #15639E;
	padding: 40px 0;
}

.grid-footer{
	display: grid;
	width: 100%;
	grid-template-columns: auto auto auto;
	column-gap: 20px;
	justify-content: space-between;
}

.footer-logo a img{
	max-width: 300px;
}

.footer-navigation h2{
	color: white;
	font-weight: normal;
}

.footer-navigation a{
	color: white;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	transition: 200ms;
	text-transform: uppercase;
	font-size: 15px;
}

.footer-navigation a:hover{
	color: #7F982F;
}

.footer-social h2{
	color: white;
	font-weight: normal;
}

.footer-social a{
	color: white;
	font-size: 30px;
	margin: 0 5px;
	transition: 200ms;
}

.footer-social a:hover{
	color: #7F982F;
}

.social-links{
	text-align: center;
	margin-top: 15px;
}

.copyright{
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #fff;
	text-align: center;
	color: white;
}

.copyright p{
	color: white;
	font-size: 14px;
}

.copyright p{
	margin-bottom: 5px;
}

.copyright a{
	color: white;
	font-size: 14px;
	text-decoration: none;
	transition: 300ms;
}

.copyright a:hover{
	text-decoration: underline;
}

/*Blog*/
.blog-banner{
    width: 100%;
    height: 240px;
    background-image: var(--banner-blog);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	box-shadow: inset 0 -40px 60px rgba(0,0,0,0.25);
	margin-top: 70px;
}

.banner-overlay h1{
    font-size:32px;
    font-weight:600;
}

.banner-overlay p{
    margin-top:10px;
    font-size:16px;
    opacity:0.9;
}

.featured-post{
padding:60px 0;
background:white;
}

.featured-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:40px;
	align-items:center;
}

.featured-image{
	width:100%;
	height:350px;
	border-radius:12px;
	overflow:hidden;
}

/* imagem */

.featured-image img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:transform .4s ease;
}

.featured-image:hover img{
	transform:scale(1.05);
}

.category{
	font-size:13px;
	color:#9DB63B;
	font-weight:bold;
}

.featured-content h2{
	font-size:32px;
	margin:15px 0;
	color: #003366;
	transition: 300ms;
}

.featured-content h2:hover{
	color:#9DB63B;
}

.featured-content a{
	text-decoration: none;
}

.featured-content p{
	color: #4A5568;
}

.btn{
	display:inline-block;
	margin-top:15px;
	padding:10px 20px;
	background:#003366;
	color:white;
	text-decoration:none;
	border-radius:5px;
	transition: 300ms;
}

.btn:hover{
	background:#9DB63B;
}

.blog-posts{
padding:60px 0;
}

.posts-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.post-card{
background:white;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}

.post-card:hover{
transform:translateY(-5px);
}

.post-card img{
width:100%;
height:200px;
object-fit:cover;
}

.post-content{
padding:20px;
}

.post-content h3{
	margin:10px 0;
	font-size:20px;
	color: #003366;
	transition: 300ms;
}

.post-content p{
font-size:14px;
color:#4A5568;
margin-bottom:10px;
}

.post-content a{
	color:#003366;
	text-decoration:none;
	font-weight:bold;
	transition: 300ms;
}

.post-content a:hover{
	color: #9DB63B;
}

.pagination{
	margin-top:40px;
	text-align:center;
}

.pagination a{
	display:inline-block;
	padding:8px 12px;
	margin:5px;
	border:1px solid #ddd;
	border-radius: 4px;
	text-decoration:none;
	color:#333;
	transition: 300ms;
}

.pagination a:hover{
	background:#003366;
	color:white;
}

/* LAYOUT BLOG */

.blog-layout{
display:grid;
grid-template-columns:3fr 1fr;
gap:40px;
align-items:start;
}


/* POSTS */

.posts-area{
width:100%;
}

.pagination a.active {
    background: #003366;
    color: #fff;
}

/* Ajuste grid */

.posts-grid{
grid-template-columns:repeat(2,1fr);
}



/* SIDEBAR */

.blog-sidebar{
position:sticky;
top:110px;
}


/* BOX SIDEBAR */

.sidebar-box{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
margin-bottom:25px;
}

.sidebar-box h3{
font-size:18px;
margin-bottom:15px;
color:#003366;
}



/* LISTAS */

.sidebar-box ul{
list-style:none;
padding:0;
}

.sidebar-box ul li{
margin-bottom:10px;
}

.sidebar-box ul li a{
text-decoration:none;
color:#4A5568;
font-size:14px;
transition:300ms;
}

.sidebar-box ul li a:hover{
color:#9DB63B;
}

.category-indicator {
    background: #f5f5f5;
    padding: 15px 20px;
    border-left: 4px solid #003366;
    margin: 40px 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-indicator strong {
    color: #003366;
}

.btn-clear {
    text-decoration: none;
    background: #003366;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
	transition: 300ms;
}

.btn-clear:hover {
background-color: #9DB63B;
}

.blog-sidebar ul li.active {
    font-weight: bold;
    color: #9DB63B;
}



/* BUSCA */

.sidebar-search{
width:100%;
padding:10px;
border:1px solid #ddd;
border-radius:6px;
}



/* POSTS RECENTES */

.recent-posts li{
display:flex;
gap:10px;
align-items:center;
}

.recent-posts img{
width:60px;
height:60px;
object-fit:cover;
border-radius:6px;
}

/**/

/*Post Single*/

.post-meta{
	margin-bottom: 20px;
}

.post-meta p{
    color:#6B7280;
    font-size:14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.post-meta h1{
    color:#003366;
}

.post-layout{
    padding:60px 0;
	margin-top: 70px;
}

.post-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;

	align-items: start; /* ESSENCIAL pro sticky funcionar bem */
}

/* Conteúdo */

.post-content{
    font-size:16px;
    line-height:1.7;
}

.post-featured-img{
    width:100%;
    border-radius:10px;
    margin-bottom:30px;
}

.post-content h2{
    margin-top:30px;
    color:#003366;
}

.post-content h1, .post-content h3, .post-content h4 .post-content b, .post-content strong{
    color:#003366;
}

.post-content p, .post-content ul li{
	color: #4A5568;
	font-size: 16px;
	list-style-position: inside;
}

.post-content a{
	color: #003366;
	text-decoration: none;
}

.post-content a:hover{
	color: #9DB63B;
}

/* Sidebar */

.post-sidebar{
    display:flex;
    flex-direction:column;
    gap:10px;
	margin-top: 70px;

	position: sticky;
    top: 110px; /* ajuste conforme seu header */
}

.sidebar-box{
    background:white;
    padding:25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.sidebar-box h3{
    margin-bottom:15px;
    color:#003366;
}

.sidebar-box ul{
    list-style:none;
}

.sidebar-box li{
	display:flex;
	gap:5px;
	align-items:center;
	font-size: 14px;
	border-radius: 6px;
	padding: 5px;
}

.sidebar-box img{
	width:60px;
	height:60px;
	object-fit:cover;
	border-radius:6px;
}

.sidebar-box a{
    text-decoration:none;
    color:#4A5568;
    transition:0.3s;
}

.sidebar-box a:hover{
    color:#9DB63B;
}

.sidebar-box li:hover{
	background-color: #f7f9fc;
}

.post-content img{
	width:100%;
	height:auto;
	border-radius:8px;
	margin:20px 0;
}
/**/

/*Legal page*/
.legal-page{
	margin: 120px 0 50px 0;
    padding: 40px 0;
}

.legal-page h1{
    font-size: 28px;
    margin-bottom: 20px;
    color: #003366;
}

.legal-page h2{
    margin-top: 25px;
    font-size: 18px;
    color: #222;
}

.legal-page p{
    margin-top: 10px;
    line-height: 1.6;
    color: #555;
}

.legal-page ul{
    margin-top: 10px;
    padding-left: 20px;
}

.legal-page li{
    margin-bottom: 5px;
	color: #555;
}
/**/


/*Responsive*/

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

	nav.desktop{
		display: none;
	}

	nav.mobile{
		display: block;
	}

	.menu-topo .w30{
		width: 50%;
	}

	.menu-topo .w70{
		width: 50%;
	}

	header{
		padding: 5px;
	}

	header .logo{
		height: 80px !important;
		max-width: 150px;
	}
}

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

	.leads-form input[type=email]{
		width: 250px;
	}
}

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

	section.institutional{
        padding: 60px 20px;
    }

    section.institutional .flex{
        flex-direction: column;
        gap: 30px;
    }

    section.institutional .institutional-single{
        width: 100%;
    }

    section.institutional .institutional-single iframe{
        min-height: 400px;
    }

	.posts-grid{
		grid-template-columns:1fr 1fr;
	}

	.featured-grid{
		grid-template-columns:1fr;
	}

	.blog-layout{
		grid-template-columns:1fr;
	}

	.posts-grid{
		grid-template-columns:1fr;
	}

	.blog-sidebar{
		position:relative;
		top:0;
	}

	.post-grid{
		grid-template-columns:1fr;
		gap:40px;
	}

	.post-sidebar{
		order:2;
	}

	.post-content{
		order:1;
	}

	
}

@media screen and (max-width: 860px){
	section.contact .grid-container{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.contact-form{
		margin-bottom: 40px;
	}

	.projects-grid{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 820px){
	.footer-navigation h2, .footer-social h2{
		font-size: 18px;
	}
	
	.footer-navigation a{
		font-size: 13px;
	}
}

@media screen and (max-width: 800px){
	.assessment-single{
		width: 50%;
	}

	.about-content{
		flex-direction: column-reverse;
	}

	.about-img{
		width: 100%;
	}
	
	.about-text{
		width: 100%;
		margin-bottom: 10px;
	}

	section.insights{
        padding: 60px 20px;
    }

    section.insights .flex{
        flex-direction: column;
        gap: 30px;
    }

    section.insights .insights-single{
        width: 100%;
    }

    section.insights .numbers{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .insight-item{
        margin-bottom: 0;
        text-align: center;
    }

    .insight-item h2{
        font-size: 38px;
    }
}

@media screen and (max-width: 790px){
	section.leads .grid-container{
		display: block;
		text-align: center;
	}

	.leads-text{
		width: 100%;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 700px){
	.grid-footer{
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		flex-direction: column-reverse;
	}

	.footer-logo{
		width: 100%;
	}

	.footer-logo img{
		width: 100%;
	}

	.footer-navigation{
		width: 100%;
		margin-bottom: 20px;
	}

	.footer-social{
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 680px){
	.see-more-single{
		width: 100%;
	}

	.see-more .flex{
		flex-direction: column;
	}

	#e3{
		order: 4;
	}

	#e4{
		order: 3;
	}

	.assessment-single{
		width: 100%;
	}
}


@media screen and (max-width: 650px){
	.benefit-single{
		width: 100%;
		margin: 0 0 25px 0;
	}
}

@media screen and (max-width: 600px){
	.projects-grid{
		grid-template-columns: repeat(1, 1fr);
	}

	.posts-grid{
		grid-template-columns:1fr;
	}

	.blog-banner h1{
		font-size:32px;
	}

	.post-featured-img{
		margin-bottom:20px;
	}

	.post-content{
		font-size:15px;
	}

	.post-content h2{
		font-size:22px;
	}

	.sidebar-box{
		padding:20px;
	}

	.post-content p{
		margin-bottom:18px;
	}
}

@media screen and (max-width: 385px){
	.leads-form input[type=email]{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.leads-form input[type=submit]{
		width: 100%;
	}
}


@media screen and (max-width: 370px){
	.text-hero h2{
		font-size: 30px;
	}
	
	.text-hero a{
		padding: 10px 20px;
	}

	.text-hero{
		padding-top: 200px;
	}

	.see-more-single h2{
		font-size: 35px;
	}

	.copyright p{
		font-size: 12px;
	}
}

@media screen and (max-width: 340px){
	.project-single-img img{
		height: 200px;
	}
}

@media screen and (max-width: 300px){
	.project-single-img img{
		height: 150px;
	}
}

@media screen and (max-width: 240px){
	.project-single-img img{
		height: 100px;
	}
}