/* estilos de fontes------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');


/* ESTILOS GERAIS -------------------------*/



h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
}

a, i {
    transition: .5s;
    text-decoration: none;  
}

p, li {
    font-family: 'rubik', sans-serif;
}

.blog-text .blog-titulo {
    font-family: 'poppins', sans-serif;
}

.center-image {
    background-size: cover;
    background-position: center;
}


/* GLOBAIS ------------------------------*/

section {
    padding-top: 80px;
    padding-bottom: 120px;
}

.botao, .btn-primary {
    text-decoration: none;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    background-color: #DDAE18;
    border: none;
    color: white;
    font-family: 'poppins', sans-serif;
    
}


.botao:hover {
    color: #DDAE18;
    background-color: transparent;
    border:1px solid #DDAE18;
    font-family: 'poppins', sans-serif;
}






/* ////////////////    Menu principal - todo o site     /////////////////////////////////////////------------------------------*/

/* O wrapper da barra visível recebe o fundo e o desfoque */
.navbar-content-wrapper {
  background: rgba(62, 62, 62, 0.4);
  backdrop-filter: blur(10px);
  transition: background-color 0.4s ease;
}

.navbar-content-wrapper.rolagem {
    background: rgba(62, 62, 62, 1);
}

/* Estilos para os links do menu do DESKTOP */
.navbar-content-wrapper .navbar-nav .nav-link {
    color: white;
}
.navbar-content-wrapper .navbar-nav .nav-link.active {
    color: #DDAE18;
}

.navbar-content-wrapper .navbar-nav .nav-link:hover {
    color: #DDAE18;
}

/* O offcanvas do MOBILE */
.navbar > .offcanvas {
  color: white;
  background: rgba(40, 40, 40, 0.8); /* Sugestão de cor um pouco mais sólida para melhor leitura */
  backdrop-filter: blur(10px); /* Você pode adicionar o blur aqui também! */
}

.navbar > .offcanvas .nav-link:hover,.navbar > .offcanvas .nav-link.active  {
color: #DDAE18;
}

.nav-link {
 font-weight: 400;
}


/* Estilos para os links do menu do OFF CANVAS (Mobile) */
.offcanvas .nav-item a {
    color: white;
}


.navbar-brand img {
  width: 150px;
}

/* Remove o espaçamento vertical da tag <nav> principal */
nav.navbar {
  padding: 0;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;

}


.navbar-toggler:focus, .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ||||||||||||||||||||    Sessão Hero  HOME    /////////////////////////////////////////------------------------------*/
.hero {
    background-image: url(../img/background_hero_rapha.png);
    background-repeat: no-repeat;
    background-size: cover; /* Mantém a largura fixa e ajusta a altura automaticamente */
    background-position: center top; /* Mantém a imagem centralizada no topo */
    min-height: 75vh;
    padding-top: 100px;
    padding-bottom: 30px;
}


.hero h1 {
    font-size: 6.8rem;
    font-weight: 600;
    color: white;
    max-width: 100%; /* Garante que ele não ultrapasse os limites */
}

#titulo-principal {
    padding-top: 25%;
}
@media (min-width: 320px) {
	.hero h1 {
    font-size: 4rem;
    font-weight: 600;
    color: white;
    max-width: 100%; /* Garante que ele não ultrapasse os limites */
}}

.hero .col-xl-6 p {
    font-family: 'poppins';
    font-size: 3rem;
    color: #DDAE18;
    font-weight: 600;
}

.hero .col button {
    color: white;
    background-color: #DDAE18;
    border: none;
    padding: 10px;
    
}

#baixar-curriculo {
margin-top: 20px;
}

.hero #hero-direita h2  {
    color: white;
}

.hero #hero-direita p {
    color: white;
}

#linha-horizontal {
    width: 80px;
    border: 2px solid #DDAE18;
    margin-bottom: 20px;
}

.hero .btn:hover {
    color: #DDAE18;
    background-color: transparent;
    border:1px solid #DDAE18;
}




/* |||||||||||||||||   Sessão sobre HOME /////////////////////////////////////////------------------------------*/


.sobre {
    padding-bottom:30px;
}

.sobre img {
    border-radius:5px;
    border: 3px solid #DDAE18;
   
}


.habilidades {
    padding-bottom: 15px;
}

.habilidades .col h2 {
color: #DDAE18;
font-size: 40px;
font-weight: 700;
padding-top: 10px;
padding-bottom: 58px;
}

.habilidades .col p {
    font-size: 30px;
    font-weight: 400;
    padding-top: 0;
}

.cin{
    font-size: 76px;
    color: #DDAE18;
    
}

.exp {
    font-family: 'poppins';
    font-size: 24px;
    font-weight: 300;
    margin-left:0 ;
    padding: 0;
}

.carousel-item {
    width: 619px;
    height: 617px;
}

/* |||||||||||||||    Sessão Portfólio HOME /////////////////////////////////////////------------------------------*/


#portfolio {
    height: auto;
    background-color:#fff ;


}


.title-portfolio {
    align-items: center;
    justify-items: center;

	}

.title-portfolio h2 {
		font-size: 4rem;
	}

	
		
.title-portfolio span {
    color: #DDAE18;
    }

    .title-portfolio p {
        font-size: 18px;
    }



    .container1 {
        width: 100%;
        justify-content:center;
        align-items: center;
    }

.box {
    width: 620px;
    height: 620px;
    margin-right: 25px;
    background-color: #DDAE18;
}



/* card Portfólio ------------------------------*/


.wrapper{    
    width: 70%;
    justify-content: space-around;
}

.cardt {
    width: 620px;
    height: 620px;
        padding: 2rem 1rem;
    background: #fff;
    position: relative;
    display: flex;
    transition: 0.5s ease-in-out;

}

.cardt:hover {
    transform: translatey(20px);
}

.cardt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(221,174,24,0.55), rgba(58,58,58,1));
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}

.cardt:hover:before {
    opacity: 1;
}

.cardt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.cardt .conteudo-case {
    position: relative;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transition: 0,5s all;
}

.cardt:hover .conteudo-case{
    opacity: 1;
}



/* ||||||||||||||||   Sessão blog /////////////////////////////////////////------------------------------*/

.title {
    align-items: center;
    justify-items: center;
    
    }
.title h2 {
        font-size: 6.8rem;
    }
	
#blog {
    padding: 40px;
    border-bottom: 1px solid #DDAE18;
}



.blog-heading span {
    color: #DDAE18;
}

.blog-heading h2 {
    font-size: 59px;
    font-family: 'poppins';
    
}

@media (max-width: 767.98px) {
    
    .blog-heading .row > div:last-child {
        padding-top: 15px; 
        justify-content: end !important; 
    }
}

.blog-container {
    display: flex;
    justify-content: center;
    /* align-items: flex-start; */
    align-items: stretch;
    margin: 20px 0px;
    flex-wrap: wrap;
    

}

.blog-box,
.blog-text {
    box-sizing: border-box; /* Garante que padding e border não causem overflow */
}


.blog-box {
    width: 343px;
    background-color: #fff;
    border: 1px solid #ececec;
    margin: 20px;

       /* NOVO: Tornar o box um Flex Container para que o filho preencha a altura */
    display: flex; /* <-- MUITO IMPORTANTE */
    flex-direction: column; /* <-- MUITO IMPORTANTE */
}


.blog-img {
   width: 100%; /* <--- ALTERADO: Garante que a imagem sempre preencha a largura total do .blog-box */
    height: 250px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    /* height: 100%; <-- REMOVA ESTA PROPRIEDADE SE A DO FLEX-GROW FOR USADA */
    flex-grow: 1; /* <-- NOVO: Força o .blog-text a ocupar todo o espaço vertical restante */
    justify-content: space-between; /* <-- OPCIONAL: Distribui melhor o conteúdo interno */
}

.blog-text span {
    color: #DDAE18;
    font-size: 0,9rem;
    padding-bottom: 5px;

}

.blog-text .blog-titulo {
    font-size: 1.3rem;
    font-weight: 500;
    color: #3A3A3A;

}

.blog-text .blog-titulo:hover {
    color: #DDAE18;
    transition: all ease 0.3s;
}

.blog-text p {
    color: #3e3e3e;
    font-size: 0.9rem;
    overflow: ellipsis;
    margin: 20px 0px;
}

.blog-text a{
    color:#0f0f0f;
    text-decoration: none;
    padding-top: 10px;
   margin-top: auto; /* <--- NOVO: Isso o empurra para baixo */
}

.blog-text a:hover {
    color: #DDAE18;
    transition: all ease 0,3s;
}

.ponto-titulo {
    color: #DDAE18;
}

@media (min-width: 1400px){
 .blog-heading .container {
    max-width: 1140px;
 }
}

@media(max-width:1250px){
    .blog-box{
        width: 300px;
    }

}
@media(max-width:1250px){
.blog-box {
    width: 70%;
}
}

@media(max-width:550px) {
    .blog-box{
        margin: 20px 10px;
        width: 100%;
    }

    #blog{
        padding: 20px;
    }
}



/* |||||||||||||||   Sessão Rodapé /////////////////////////////////////////------------------------------*/
footer {
    padding-top: 75px;
    padding-bottom: 2px;
    background-color: #3A3A3A;
  }

.footer {
    background-color: #3A3A3A;
}

.list-unstyled i {
    font-size: 25px;
    color: #DDAE18;
}

.list-unstyled i:hover {
    font-size: 25px;
    color: white;
}

#redes-pg-contato i:hover {
    font-size: 30px;
    color: rgb(134, 114, 0);
}

.footer {
    background-color: #f8f9fa;
    padding: 40px 0;
  }
  
  .footer h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .footer span {
    color: #DDAE18;
  }
  
  .footer .btn {
    background-color: #007bff;
    color: #fff;
    border-radius: 25px;
    padding: 10px 30px;
    margin-top: 10px;
  }
  
  .footer .btn:hover {
    background-color: #0069d9;
  }
  
  .footer .btn i {
    margin-left: 10px;
  }

  .titulo h5{
    font-size: 30px;
  }

 

 /* CSS do CASE   ----------/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


 /* Hero do case/////////////////////////////////////////////*/
/* Estilo da Seção Hero */
.hero-section {
    position: relative;
    min-height: 100vh; /* Altura mínima da tela */
    display: flex;
    align-items: flex-end; /* Alinhar conteúdo na parte inferior */
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease-out; /* Efeito de parallax suave */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Overlay escuro */
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1140px; /* Largura máxima do container */
    margin: 0 auto;
    padding: 0 15px;
}

.hero-content {
    padding: 20px;
    text-align: left; /* Alinhar texto à esquerda */
}

.hero-title {
    color: #fff; /* Cor do texto */
    font-size: 48px; /* Tamanho do título */
    font-weight: 600; /* Peso da fonte */
    line-height: 1.2;
    margin: 0;
}

.hero-description {
    color: #fff; /* Cor do texto */
    font-size: 24px; /* Tamanho da descrição */
    font-weight: 400; /* Peso da fonte */
    line-height: 1.5;
    margin-top: 20px;
}

.hero-spacer {
    height: 40px; /* Altura do espaçamento */
}


 /* Sessão galeria da pagina do case /////////////////////////////////////////------------------------------*/

.gallery {
    background: #BD4827;
    
}

.gallery2 {
    background: #F56A25;
}

.gallery3 {
    background: #A4208C;
}

.galeria {
    padding: 40px;
    column-count:3;
    
}

.galeria img {
    border:  solid 1px #fff;
    border-radius: 4px;
    max-width: 100%;
    margin: 10px;
    cursor: pointer;
    transition: .2s linear;
}

.galeria .image2:hover img{
    transform: scale(1.1);
}

@media (max-width: 900px){
    .galeria {column-count:2 ;}
}

@media (max-width:600px ) {
    .galeria {column-count: 1;}
}




/* Estilo da Seção de Depoimento do case/////////////*/

.testimonial {
    background-color: #3A3A3A;
}

.image-container {
    position: relative;
    width: 100%;
    max-width: 388px; /* Largura máxima da imagem */
    box-shadow: -20px 20px #DDAE18;
}

.testimonial-image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}




.testimonial-quote {
    font-style: italic;
    font-size: 1.25rem; /* Tamanho do texto */
    color: #ffffff; /* Cor do texto */
    line-height: 1.6; /* Altura da linha */
    margin-bottom: 2rem; /* Espaçamento abaixo do texto */
}

.blockquote-footer {
    font-size: 1rem; /* Tamanho do rodapé */
    color: rgba(255, 255, 255, 0.8); /* Cor do rodapé */
}


/* Sessão outros projeto na pagina CASE simgle  */

.card-title, .card-text {
    color: #3A3A3A;
}

.card-title:hover {
    color: #DDAE18;
}


/* Responsividade */
@media (max-width: 992px) {
    .image-container {
        max-width: 388px; /* Ajuste para telas menores */
        margin: 1rem;
    }

    .testimonial-quote {
        font-size: 1rem; /* Reduzir o tamanho do texto em telas menores */
	}
}


.progresso {
    z-index: 10;
    position: fixed; 
    top: 0;
    left: 0;
    width: 0%;
    height: 8px;
    background-image: linear-gradient(105deg, #DDAE18, yellow);
}


/* BLOG SINGLE ----------------===================*/

.progresso {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    transform-origin: 0 50%;
    background-color: #DDAE18;
    animation: progress auto linear;
    animation-timeline: --page-scroll;
}

@keyframes progress {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

html {
    scroll-timeline: --page-scroll block;
}



/* |||||||| Página linketree ||||| */


