*{
    box-sizing: border-box;
}

body{
    margin:0;
    font-family: "Nunito", Sans-serif;
    background: white;
}

.navegacao{
    display: flex;
    flex-flow: row wrap;
    height: 120px;
    background: white;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.logo{
    flex:20%;
    margin-left:10%;
    text-align: left;
}

.logo img{
    height: 100px;
}

.menu{
    flex:70%;
    text-align:right;
    padding:20px;
}

.menu a{
    /*color:#1a5276;*/
	color:black;
    text-decoration: none;
    font-size:18px;
    padding:20px 16px;
    font-weight: 500;
}

.menu a:hover{
    color:#A87324;
    border-top:4px solid #A87324;
}

#botao{
    background: #A87324;
    padding: 12px 30px;
    color:white;
    border-radius:5px;
    margin-right:10%;
    margin-left:5%;
    font-weight: bold;
}

#botao:hover{
    border:none;
    background: #875C1D;
}

.cabecalho{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #1a5276, #2e86c1);
    padding-top: 120px;
    padding-bottom: 200px;
    /*color: white;*/
	color:black;
	background-image: url("../img/sol1.jpg");
	background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #cccccc;
}
.inicio{
   /* 
    flex:40%;*/
	margin-left:10%;
	margin-right:45%;
	width:100%;
    text-align: left;
	/* background: linear-gradient(135deg, #1a5276, #2e86c1);*/
}

.inicio h1{
    font-weight: 900;
    font-size: 40px;
   /* color: white;*/
    margin-bottom: 20px;
}

.inicio p{
   /* color: rgba(255,255,255,0.9);*/
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

.imagem{
    margin-right:10%;
    flex:40%;
    text-align:center;
}


section{
    display: inline-block;
    margin-top: 80px;
    margin-left:5%;
    margin-right:5%;
    padding:5%;
    text-align: center;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

section h1{
    width:100%;
    font-size: 40px;
    margin:0;
  font-family: "Nunito", Sans-serif;
    font-weight: bold;
    color:#1a5276;
    margin-bottom: 30px;
}

section p{
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
}


.bem_vindo{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.bem_vindo img{
    width: 45%;
    border-radius: 10px;
    margin-left: 2%;
}

.bem_vindo div{
    flex: 50%;
}

.button{
    background: #1a5276;
    padding: 10px 10px;
    color:white;
    border-radius:5px;
    font-weight: bold;
}

.button:hover{
    border:none;
    background: #2e86c1;
}



.quem_somos{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.quem_somos img{
    width: 45%;
    border-radius: 10px;
    margin-right: 5%;
    order: 2;
}

.quem_somos div{
    flex: 50%;
    order: 1;
}


.escolher{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.escolher > div{
    width: 45%;
    margin: 2%;
    padding: 30px;
    box-shadow: 2px 5px 15px rgba(46, 134, 193,0.3);
    border-radius: 10px;
    text-align: left;
    vertical-align: top;
    background: white;
}

.escolher h2{
    color: #1a5276;
    font-size: 22px;
    margin-bottom: 15px;
}

.escolher p{
    color: #666;
    margin-bottom: 20px;
}

.escolher img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.servicos{
    display: inline-block;
    margin-top: 5%;
    width: 100%;
}

.card{
    display: inline-block;
    width: 45%;
    padding: 30px;
    margin: 2%;
    box-shadow: 2px 5px 15px rgba(46, 134, 193,0.3);
    border-radius: 10px;
    cursor: pointer;
    background: white;
    text-align: center;
    vertical-align: top;
    height: 350px;
    overflow: hidden;
}

.card img{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.card-text h3{
    color: #1a5276;
    font-size: 20px;
    margin-bottom: 15px;
}

.card-text p{
    color: #666;
    text-align: center;
}

.texto-oculto{
    display: none;
}

.card:hover{
    background: #A87324;
    color: white;
    padding: 40px;
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.card:hover img{
    display: none;
}

.card:hover .card-text{
    display: none;
}

.card:hover .texto-oculto{
    display: block;
}

.card:hover .texto-oculto h3{
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
}

.card:hover .texto-oculto p{
    color: white;
    text-align: center;
}


footer{
   /* margin-top: 100px;*/
    padding: 50px 10%;
    background: linear-gradient(180deg, #1a5276, #0d2d44, #061b29);
    text-align: left;
    border-top: 5px solid #A87324;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: white;
	background-image: url("../img/sol2.jpg");
	background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #cccccc;
}

footer div{
    flex: 20%;
    margin: 10px;
}

footer strong{
    color: #A87324;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

footer p{
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    font-size: 16px;
}

footer a{
	color: rgba(255,255,255,0.8);
	text-decoration:none;
}

footer a:hover{
    color:#A87324;
}

.contactos p{
    line-height: 1.6;
}

.footer1{
	 background: #F8F9FA;
	 color:black;
}

.footer1 a{
	color:#A87324;
	text-decoration:none;
}

.container-3 {
	margin-top:5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.container-3 .item {
    width: 25%;
    display: flex;
    align-items: center;
    gap: 15px; /* espaço entre ícone e texto */
}

.icone {
    font-size: 40px; /* tamanho do ícone */
}

.texto h1 {
    font-size: 20px;
    margin: 0;
}

.texto p {
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
}

.container-3 a{
	color: black;
	text-decoration:none;
}

.container-3 a:hover{
    color:#A87324;
}