body{ background-image: url('../img/bkg.jpg'); padding-top: 250px; }
.topo{ height: 110px; border-bottom: 2px solid black; -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.7); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.7); box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.7);}
.box{ border-radius: 10px; background-color: white; border-left: 2px solid #BC0000;  border-right: 2px solid #BC0000;  -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);  -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);	  }

.quemsomos{

}

legend{
	padding-bottom: 10px;
}

.footer{
	line-height: 40px;
	height: 40px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #FFFFFF;	
}
.logo{
	width: 265px;
}

.menu_topo{
	padding: 0px;
	margin:0px;
	height: 110px;
	line-height: 110px;
}

.menu_topo > li , .menu_topo > li > a{
	margin: 0px;
	padding: 0px 10px 0px 10px;
	height: 110px;
	line-height: 110px;
}

.icon_menu_topo{
	color: white;
}

.menu_topo > li , .menu_topo > li > a:hover > .icon_menu_topo{
	color: red;
}

.icon-footer{
	color: red;
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb, #social-tw, #social-gp  {
     color: red;
 }
 #social-fb:hover {
     color: #3B5998;
 }

 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }

 .subtitulo{
 	padding-bottom: 5px;
 	border-bottom: 1px solid red;
 }

 .quemsomos{
 	text-align: justify;
 }

 .marginTop-5{
	margin-top: 5%;
 }

 .marginTop-10{
	margin-top: 10%;
 }
 .marginTop-15{
	margin-top: 15%;
 }
 .marginTop-60{
	margin-top: 25%;
 }
 .imgH100{
	height: 100px;
 }
 .imgH120{
	height: 120px;
 }
 .imgH150{
	height: 150px;
 }
 .imgH200{
	height: 200px;
 }

 .imgCentral{
	display: block; margin-left: auto; margin-right: auto;
 }

#contact-section form {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 2px 16px rgba(100, 44, 53, 0.08);
}
#contact-section .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
#contact-section button.btn {
    border-radius: 30px;
    background: #ff6600;
    color: #fff;
    border: none;
    transition: background 0.3s;
}
#contact-section button.btn:hover {
    background: #e65c00;
}
.navbar-nav > li > a {
    font-weight: 600;
    color: #2c5364 !important;
    transition: color 0.2s;
}
.navbar-nav > li > a:hover, .navbar-nav > li.active > a {
    color: #ff6600 !important;
}
#footer {
    background: #222;
    color: #eee;
    padding: 30px 0 10px 0;
    text-align: center;
}
#footer img {
    margin-bottom: 15px;
}
#footer a, #footer a:visited {
    color: #ff6600;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
.service {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Alinha o conteúdo no topo */
    align-items: center;
    min-height: 250px; /* Aumenta a altura mínima para consistência */
    text-align: center;
    margin-left: 10px;  /* Adiciona espaçamento horizontal */
    margin-right: 10px; /* Adiciona espaçamento horizontal */
}

.service img,
.portfolio-item img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto; /* Mantém a proporção da imagem */
}

.service, 
.portfolio-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(44,83,100,0.08);
    margin-bottom: 30px;
    padding: 25px 18px;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    min-height: 250px; /* Garante a mesma altura mínima */
}
.service:hover, .portfolio-item:hover {
    box-shadow: 0 8px 32px rgba(44,83,100,0.18);
}
.portfolio-item img,
.service img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Garante centralização para imagens com classes específicas */
.imgCentral,
.img-responsive {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}