/* custom.css */
/* cor antiga dos textos #5BA691 - sugestao: #3a6f63*/ 
/* Cores principais */
:root {
    --background-color: #F2F2F2; /* Fundo geral */
    --section-background: #BABCD9; /* Fundo de seções */
    --header-background: #6872A6; /* Fundo de cabeçalhos */
    --text-color: #3a6f63; /* Cor do texto */
    --button-background: #6F73BF; /* Fundo dos botões */
    --footer-background: #6765A6; /* Fundo do rodapé */
	--font-family: 'Poppins','Open Sans', 'Raleway';
}

/* Fundo geral */
body {
    background: var(--background-color);
    background-color: var(--background-color);
    color: var(--text-color);
    font-family: var(--font-family);
}

.row {
    margin:0;
}

/* Background topo*/
#about-header{
	background: url('../images/bg_quemsou01.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

img{
	border-radius: 5%;
}

.active{
	background: none;
}

.navbar-default {
    background-color: #6872A6; /* Altera o fundo para a nova cor */
	border-left: 6px solid #5ba691;
}

.navbar-default .navbar-nav li a{
    color: #F2F2F2;  /*Cor de fundo do link */
	transition: all 0.1s ease-in;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active, 
.navbar-default .navbar-nav > li > a:focus{
	color: #ffa500;
}

.navbar-default .navbar-toggle{
	background: #5ba691;
}

.logo_top {
	width: 30%;
    /* max-height: 60px; /* Ajuste o valor conforme necessário */
    /* height: auto; */
    /* width: auto; /* Mantém a proporção da imagem */
	/* padding-bottom: 15px; */
}

.gray{
	color: #555;
}

#about .white{
	color: #fff;
}

#about, .about {
  padding-top: 10px;
  margin: 0 15px;
}

#portfolio {
	padding: 10px 0;
}

#about h2,
#portfolio h2 {
	color: #656FA6;
}

#about p,
#portfolio p {
	color: #555;
}

#about img,
#portfolio img{
	object-fit: cover;
}

#about .container,
#portfolio .container {
    background-color: #ccc;/* Altera o fundo para a nova cor */
	width: 80%;
	padding: 0;
}

#about .about-des{
	padding-top: 5px;
}

#about .btn {
	border-radius: 25px;
}

#about .btn:hover{
	background: #656fa6;
	color: #f2f2f2;
}

#about .container .full_column {
	padding: 10px;
}


.divider-wrapper.divider-one {
    background-color: #5BA691;
}

.divider-wrapper.divider-two {
    background-color: #6872A6;
}

.divider-wrapper.divider-three {
    background-color: #60BFA4;
}

.divider-wrapper.divider-four {
    background-color: #6F73BF;
}

.divider-wrapper.divider-five {
    background-color: #60BF9C;
}

.divider-wrapper.divider-six {
    background-color: #656FA6;
}

#portfolio .row.mt30{
	display:flex;
}

.row.mt90 > div {
    flex: 1; /* Itens ocupam espaço igual */
    min-width: 250px; /* Largura mínima para manter a legibilidade */
    max-width: 90%; /* Largura máxima para evitar que fiquem muito largos */
    margin: 10px; /* Espaçamento entre os itens */
}

.txtCenter{
	text-align: center;
}

.img-finish{
	display: block;
	margin: auto;
	max-width:30%;
}

.row.mt30 {
    margin-top: 30px; /* Mantém o espaçamento superior */
    margin-bottom: 30px; /* Espaçamento inferior */
    flex-wrap: wrap; /* Permite que os itens quebrem para a próxima linha */
    justify-content: space-between; /* Espaçamento uniforme entre os itens */
}

.row.mt30 > div {
    flex: 1; /* Itens ocupam espaço igual */
    min-width: 250px; /* Largura mínima para manter a legibilidade */
    max-width: 30%; /* Largura máxima para evitar que fiquem muito largos */
    margin: 10px; /* Espaçamento entre os itens */
}

.row.mt30 > div {
    display: flex;
    flex-direction: column; /* Para alinhar o conteúdo verticalmente */
    justify-content: center; /* Centraliza verticalmente */
}

.row.mt30 >div {
	border: 2px solid;
    border-color: #babcd9; /* Cor padrão para bordas */
	border-radius: 20px;
	padding: 5px;
}


.row.mt30 h1,h2,h3{
	color: #7e78d2; /* Roxo para destaque */
}

.row.mt30 h4,h5,h6{
	color: #60a394; /* Verde para subtítulos */
}

.row.mt30 p {
    color: #333333; /* Cor principal para texto de parágrafos */
    font-size: 1em; /* Tamanho de fonte padrão para legibilidade */
    line-height: 1.6; /* Altura da linha para facilitar a leitura */
    margin-bottom: 1em; /* Espaçamento para separar parágrafos */
}

.mt20 {
	margin: 20px auto;
}


/* input.error, textarea.error, select.error, .error { */
    /* color: #d9534f; /* Borda vermelha para campos com erro */ 
    /* outline: none; */
/* } */

.form-field {
            margin-bottom: 15px;
        }

.form-field label{
	display: block;
}
		
.input-mini, .input-small, .input-large {
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}		

.input-large {
    width: 60%; /* Para campos pequenos, quando lado a lado */
}

/* Layout para campos pequenos */
.input-small {
    width: 30%; /* Para campos pequenos, quando lado a lado */
}

.input-mini {
    width: 15%; /* Para campos pequenos, quando lado a lado */
}


.btnWhatsapp{
		position:fixed;
		width:60px;
		height:60px;
		bottom:40px;
		right:40px;
		background-color:#25d366;
		color:#FFF;
		border-radius:50px;
		text-align:center;
		font-size:30px;
		box-shadow: 1px 1px 2px #888;
		z-index:1000;
}


.custom-select {
            width: 100%;
            max-width: 300px;
            padding: 10px;
            font-size: 16px;
            color: #333;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 5px;
            appearance: none; /* Remove a seta padrão */
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23333" d="M7 10l5 5 5-5z"/></svg>');
            background-repeat: no-repeat;
            background-position: right 10px center;
            background-size: 16px;
        }

.error { color: red; font-size: 12px; }

.radio-grid {
            display: block;
            margin: 0 25px;
        }
        .radio {
            display: flex;
            align-items: center;
        }
        .radio input[type="radio"] {
            margin-right: 5px;
        }


button[type="submit"] {
    background-color: #4a599b; /* Cor de fundo destacada */
    color: #ffffff; /* Cor do texto */
    padding: 12px 20px;
	margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para destaque */
}

button[type="submit"]:hover {
    background-color: #3a4f87; /* Cor de fundo ao passar o mouse */
}

/* Captcha */
.rc-anchor-dark, .rc-anchor-dark.rc-anchor-normal, .rc-anchor-dark.rc-anchor-compact{
	border: 1px solid #ccc;
	background:#f2f2f2;
	color:#222;
}
		
		
/* Fundo do rodapé */
footer {
    background-color: var(--footer-background);
    color: var(--background-color);
	padding: 10px;
	margin: 0 5%;
}

footer a:hover{
	color:#ffa500;
}

footer a, footer a:visited{
	color: #f2f2f2;
}

footer > .container {
	margin: 5px auto;
}

.logo_footer {
	max-height: 160px; /* Ajuste o valor conforme necessário */
    height: auto;
    width: auto; /* Mantém a proporção da imagem */
	padding-bottom: 15px;
	display: block;
	text-align:center;
}

.social-icons li{
	background: transparent;
}

.social-icons li a{
    background-color: #f5f5f5; /* Cor de fundo padrão */
    color: #7e78d2; /* Cor do ícone padrão */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease; /* Transição suave */
}

.social-icons li a:hover {
    background-color: #7e78d2; /* Cor de fundo ao passar o mouse */
    color: #f5f5f5; /* Cor do ícone ao passar o mouse */
}

.homeMenu{
	color: #fff;
}


/* Em telas menores, os itens ocupam toda a largura */
@media (max-width: 768px) {
	.input-small, .input-mini, .input-large {width: 95%;}
	#about .container, #portfolio .container, body{width: 100%;}
	.btnWhatsapp{display: none;}
    .row.mt30 > div {max-width: 100%; margin-right: 5%;} 
	.navbar-default .navbar-toggle{margin: 5px;}
	.logo_top {width: 40%}
	.rc-anchor-dark, .rc-anchor-dark.rc-anchor-normal, .rc-anchor-dark.rc-anchor-compact{
	border: 1px solid #ccc;
	background:#f2f2f2;
	color:#222;}
	.footer {margin: 0 5%;}
}

@media (max-width: 980px){
	.input-small, .input-mini, .input-large {width: 95%;}
	#about .container, #portfolio .container, body{width: 100%;}
	.navbar-default .navbar-toggle{margin: 5px;}
	.logo_top {width: 40%;}
	.row.mt30 > div {max-width: 100%; margin-right: 5%;} 
	.rc-anchor-dark, .rc-anchor-dark.rc-anchor-normal, .rc-anchor-dark.rc-anchor-compact{
	border: 1px solid #ccc;
	background:#f2f2f2;
	color:#222;}
	.footer {margin: 0 5%;}
}