/*
Theme Name: 	CSW Child
Theme URI: 		http://comsoftweb.pt/
Author: 		Comsoftweb
Author URI: 	http://comsoftweb.pt/
Description:	CSW Child - Premium WordPress Theme
Template:		csw
Version: 		1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* formulario de contacto wpcf7-form */
.wpcf7-form {
width: 100%;
}

/* ELIMINAR BG CONTADORES */ 
.counter{background-image:none;}

/* PERSONALIZAR CONTADORES */ 
.counter .desc_wrapper .number-wrapper {
    	font-size: 70px;
	font-weight: bold;
   	 font-family: Montserrat;
	line-height: 70%;
    	color:#272262;
}

/* MOBILE */
#Header .top_bar_right {
    background: rgba(0,0,0,.1) !important ;

}

/* COR BARRA PESQUISA */
#Top_bar .search_wrapper input[type="text"] {
 /*   border-color: #fff;*/
    color: #000;
}

/* ICONS EMPRESA */
.icon-empresa {
	/*opacity:0.8 !important;*/
	transition: all .2s ease-in-out;

    }
.icon-empresa:hover {
	transform: scale(1.1);

    }


/* HOVER IMGS */
.imagens {
	transition: all .2s ease-in-out;
	opacity:1;
	filter: grayscale(50%);
	box-shadow: 0px 0px 6px #999999;
   }

.imagens:hover {
	
filter:grayscale(0%);
box-shadow: 0px 0px 15px #999999;

    }

/*TABELA EQUIPAMENTOS*/

.tabela {
	display: table
	width: 100%; 
	background: #fff;
	margin: 0;
}
thead th {
  font-weight: bold;
  background: #160a2c;
  color: #FFF;
  border: none;
}
th:first-child, td:first-child {padding: 0 15px 0 20px;}
tbody tr:hover {background-color: #f8d9c7;}
tbody td {border:none;}


.portfolio{
background-color: rgba(242, 102, 0, 0.6);


}
/*COOKIES*/
a.cn-button.bootstrap.cookie_button {
    color: #fff;
    background: #f26500;
}

/*CONTACTOS  
.contactos_titulo {
  font-size: 20px;
font-weight: 900;
  
}*/
