/*
Azul oscuro #3786cf
Azul claro #
Gris #959595
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, em, i,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
html, body 
{
  color: #000000;
  background: #ffffff;
	font-family: "PT Sans", Verdana, Arial, "lucida grande", "arial black", "times new roman";
	font-size: 12px;
	line-height: normal;
  font-weight: normal;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
img 
{
	border-width: 0;
	border-color: transparent;
  vertical-align: middle;

  -ms-interpolation-mode: bicubic;
}
:focus 
{
	outline: 0 none;
}
em
{
	font-style: normal;
}
b 
{
	font-weight: bold;
}
a, 
a:hover,
a.selected
{
	text-decoration: none;
}
p:last-child
{
	margin-bottom: 0;
}
/* CONTENT CSS */

ul.list
{
  margin-left: 0;
}
ul.list > li
{
  list-style: none inside none;
  background-image: url(../images/detecao-incendios/tick_blue.png);
  background-repeat: no-repeat;
  background-position: 0 2px;

  padding-left: 25px;
}

#page-content
{
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 800px;
  margin: 0 auto;
}
#page-content div
{
  position: relative;
}  
#page-content .slide 
{
  overflow: hidden;
  width: 100%;
}
#page-content .slide .content
{
  float: left;
  width: 45%;
  margin: 0 0 0 4%;
  padding: 4% 0;
  color: #000000;
  
  border-bottom: 1px solid #ccc;
}
@media (min-width: 1000px) 
{
  #page-content .slide .content
  {
    width: 60%;
  }
}
#page-content .slide .image 
{
  position: absolute;
  right: 4%;

  height: 83%;
  width: 35%;
  margin-top: 4%;

  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;

  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}
@media (min-width: 1600px) 
{
  #page-content .slide .image 
  {
    height: 75%;
  }
}
#page-content .slide .title 
{
	color: #3786cf;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
}
#page-content .slide .title span
{
  color: #000000;
  font-size: 13px;
  text-transform: none;
}
#page-content .slide .message 
{
  font-size: 13px;
  padding: 10px 0;
  margin: 0;
}
@media (min-width: 1144px) and (max-width: 1599px) 
{
  #page-content .slide .message 
  {
    font-size: 15px;
  }
  #page-content .slide .title 
  {
    font-size: 24px;
  }
}
@media (min-width: 1600px) 
{
  #page-content .slide .message 
  {
    font-size: 17px;
  }
  #page-content .slide .title 
  {
    font-size: 28px;
  }
}
#page-content .slide .resalted
{
  color: #3786cf;
}
#page-content .slide .text
{
  text-align: justify;
  margin-bottom: 20px;
}
#page-content .slide .link-container
{
  display: block;
  position: absolute;
  bottom: 4%;
  right: 4%;
  width: 84px;
  height: 32px;
}
#page-content .slide .link,
#page-content .slide .info
{
  float: left;
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
}
#page-content .slide .link
{
  margin-left: 20px;
  background: url(../images/detecao-incendios/go_to.png) no-repeat left top;
}
#page-content .slide .info
{
  background: url(../images/detecao-incendios/info.png) no-repeat left top;
}

#page-content #detecao-incendios .background-image
{
  position: relative;
  width: 100%;
}
#page-content #detecao-incendios .foreground-image
{
  position: absolute;
  left: 8%;
  top: 34px;
  width: 13%;
}
#page-content #detecao-incendios .content.top
{
  position: absolute;
  border: 0 none;
  float: none;
  margin: 0;
  padding: 0;
  top: 45%;
  left: 8%;
  width: 45%;
}
#page-content #detecao-incendios .top .title 
{
  color: darkblue;
  font-size: 32px;
  margin-bottom: 0;
}
#page-content #detecao-incendios .top .message 
{
  color: darkblue;
  font-size: 30px;
}
#page-content #detecao-incendios .top p.text
{
  text-align: left;
}
@media (min-width: 1450px) 
{
  #page-content #detecao-incendios .top .title 
  {
    font-size: 42px;
  }
  #page-content #detecao-incendios .top .message 
  {
    font-size: 39px;
  }
}
@media (max-width: 1024px) 
{
  #page-content #detecao-incendios .top .title 
  {
    font-size: 24px;
  }
  #page-content #detecao-incendios .top .message 
  {
    font-size: 22px;
  }
}
#page-content #menu .background-image
{
  position: relative;
  width: 100%;
}
#page-content #header-footer .content
{
  width: auto;
  padding: 2% 0;
}
#page-content #header-footer .title 
{
  text-transform: none;
  color: darkblue;
  font-size: 40px;
}
#page-content #header-footer .title span
{
  font-size: 28px;
  color: darkblue;
}

#page-content #detecao .image
{
  background-image: url(../images/detecao-incendios/detector.png);
}
#page-content #integracao .image
{
  background-image: url(../images/detecao-incendios/integracao.png);
}
#page-content #controlo .image
{
  background-image: url(../images/detecao-incendios/controlo.jpg);
}
#page-content #especializacao .image
{
  background-image: url(../images/detecao-incendios/especializacao.png);
}

#page-content #mas-detecao-incendios .background-image
{
  position: relative;
  width: 100%;
}
#page-content #mas-detecao-incendios .content
{
  width: 41%;
  float: none;
  position: absolute;
  right: 4%;
  top: 50px;
  margin: 0;
  border: 0;
  padding: 0;
}
#page-content #mas-detecao-incendios .title
{
  font-size: 26px;
  text-transform: none;
}
#page-content #mas-detecao-incendios .item
{
  margin-left: 20px;
  margin-bottom: 20px;
}
#page-content #mas-detecao-incendios .item em
{
  margin-left: -20px;
}
#page-content #mas-detecao-incendios .item.par
{
  color: #3786cf;
}
#page-content #mas-detecao-incendios .link-container
{
  top: -40px;
  right: 0;
  
  bottom: auto;
}
#page-content #mas-detecao-incendios .link
{
  background: url(../images/detecao-incendios/go_top.png) no-repeat left top;
}
@media (max-width: 1023px) 
{
  #page-content #mas-detecao-incendios .title
  {
    font-size: 18px;
  }
  #page-content #mas-detecao-incendios .item
  {
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1150px) 
{
  #page-content #mas-detecao-incendios .title
  {
    font-size: 23px;
  }
}
/*
 * form
 */
#form
{
  background: #3786cf;
}
#form .title
{
  color: #fff !important;
  text-align: center;
}
#form a
{
  color: #212121;
}
#form p.acceptance
{
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
}
#form .container
{
	width: 480px;
	padding: 35px 35px 40px 35px;
  margin: 30px auto;

	background-color: rgba(0,0,0, 0.2);
}
/*
::-webkit-input-placeholder { color: #ea4343; }
:-moz-placeholder           { color: #ea4343; }
::-moz-placeholder          { color: #ea4343; }
:-ms-input-placeholder      { color: #ea4343; }
*/

input.wpcf7-text, .zone
{
  display: block;
	width: 100%;

	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;

	font-size: 18px;
	line-height: 22px;

  border: 3px solid transparent;
	background-color: #fbfbfb;
	background-repeat: no-repeat;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input.wpcf7-text:focus
{
	outline: none;

	border-color: #3786cf;
	background-color: #fff;
}
select.wpcf7-select
{
  width: 100%;
	outline: none;

	font-size: 18px;
	line-height: 22px;

	border: none;
	background-color: #fbfbfb;
}
input.wpcf7-text, .zone
{
	background-image: url(../images/detecao-incendios/form-icons.png);
}

.name input  { background-position: 11px 8px; }
.email input { background-position: 11px -51px; }
.phone input { background-position: 11px -112px; }
.zone        { background-position: 11px -176px; }

input:hover, input:focus 
{
	background-color: white;
}

.submit
{
  overflow: hidden;
}
div.ease 
{
  position: absolute !important;
  top: 0;
	width: 0px;
	height: 100px;

	background-color: #transparent;

	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7-submit, input.wpcf7-submit:focus
{
  position: relative;
	cursor: pointer;
	width: 100%;
	padding-top: 22px;
	padding-bottom: 22px;

	font-size: 24px;
	border: #fbfbfb solid 4px;
	background-color: #3786cf;
	color: #fff;

	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.submit:hover .ease
{
  width: 100%;
  background-color: #fff;
}
.submit:hover .wpcf7-submit
{
	color: #000;
	background-color: rgba(0,0,0,0);
	border-color: #3786cf;
}
div.wpcf7 img.ajax-loader
{
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -8px;
}
span.wpcf7-not-valid-tip
{
  font-size: 13px;
  font-weight: normal;
  width: 270px;
}
