/* style.css */
body {
    font-family: Tahoma;
    /*background-image: url('IMG/fundo2.jpg');*/
    /*background-color: #f0f0f0;*/
	background-color: #f5f7fa;
    background-repeat: no-repeat;
    background-size: cover;
    /*width: 1000px;*/
	width: 700px;
    height: 1500px;
    /*padding-top: 120px;
    /*text-align: center;
    background-position: center;
    font-size: 16px;
    line-height: 1.5;
    background-color: aliceblue;
    */
}

.subtitulo1 {
    color: rgb(255, 255, 255);
    font-size: x-large;
}

.subtitulo2 {
    color: rgb(127, 127, 127);
    font-size: x-large;
}

.subtitulo3 {
    color: rgb(255, 255, 255);
    font-size: x-large;
}

.lista1_del {
    color: rgb(255, 127, 39);
}

.imagem1 {
    /*Logo ETN Engenharia*/

    text-align: left;
    width: 220px;
    height: 97px;
    /*
    width: 165px;
    height: 73px;
    float: left;
    position: absolute;
    left: 0; 
    border: 2px solid black;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    filter: grayscale(50%);*/
}

.imagem2 {
    /*Las Vegas*/
    text-align: center;
    /*width: 960px; height: 320px;*/
	width: 700px; height: 250px;    
}

.imagem3 {
    /*Símbolo Redes Sociais*/
    text-align: center;
    width: 37px;
    height: 37px;
    /*opacity: 0.5;
    */
}
.imagem4 {
    /*Símbolo Whatsapp*/
    text-align: center;
    /*width: 20%; height: 20%;*/
	width: 37px; height: 37px;
    /*opacity: 0.5;
    */
}

.tabela1 {
    /*width: 970px;*/
	width: 710px;
    background-image: url('IMG/fundo1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 2px groove rgb(127, 127, 127);
    border-left: none;
    border-right: none;
    border-spacing: 10px;
    /*Remove o espaço entre as bordas das células:
    border-collapse: collapse; */
    text-align: left;
    vertical-align: middle;
    align-items: center;
    color: rgb(255, 255, 255);

    /*
    padding: 20px;
    z-index: auto;
    solid, dotted, dashed, double, groove, ridge, inset,
    border: 1px solid rgb(127, 127, 127);
    cellspacing: 5px;
    padding: 20px;
    border-spacing: 5px;
    border-top: none;
    border-bottom: none;
    */
}
.tabela2 {
    border: 2px groove rgb(0, 0, 0);
    border-spacing: 20px;
    text-align: left;
    color: rgb(255, 255, 255);
}

.menu1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    font-family: Verdana;
    font-weight: 100;
    font-size: x-large;
    /*background-color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 900;
    font-size: x-large;
    */
}


 /*-------------*/
.tools-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 25px;
	margin-bottom: 40px;
}
	
.tool-card {
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tool-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.tool-header {
	padding: 1px;	
	background: linear-gradient(135deg, #3498db, #2c3e50);
	color: white;
	text-align: center;
}

.tool-header2 {
	padding: 1px;
	background: linear-gradient(135deg, #3498db, #2c3e50);
	/*background: linear-gradient(135deg, #11998e, #38ef7d); /* Verde natureza*/
	/*background: linear-gradient(135deg, #1A2980, #26D0CE); /* Azul Oceano */	
	/*color: white;*/
	color: rgb(255, 127, 39);
	text-align: left;	
	text-indent: 20px;
}

.tool-body {
	padding: 5px;
}

.tool-type {
	display: inline-block;
	background-color: #e74c3c;
	color: white;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 0.8rem;
	margin-bottom: 10px;
}

.tool-description {
	margin-bottom: 15px;
	color: #555;
}

.tool-features {
	/*margin-bottom: 15px;
	text-align: left;*/
}
.tool-features li {
	/*margin-left: 20px;
	margin-bottom: 5px;*/
	margin-left: 1px;
	margin-bottom: 1px;
}

.tool-link {
	display: inline-block;
	background-color: #3498db;
	color: white;
	padding: 8px 15px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s;
}

.tool-link:hover {
	background-color: #2980b9;
}

.intro {
	text-align: left;
	margin-bottom: 1px;
	padding: 1px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	width: 660px;
}
