/* Font Google - strong reaload time */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,700,900&subset=latin,latin-ext);

html, body{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:15px;
  -webkit-font-smoothing: subpixel-antialiased!important;
  color:black;
  font-weight:400;
  height:100%;
}

a{
  text-decoration:none;
  outline:none;
}

h1{
  font-size:56px;
  color:white;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

h1.i{
  font-size:36px;
  color:white;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

h2{
  font-size:36px;
  color:white;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

h3{
  font-size:26px;
  color:white;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

p{
  font-size:19px;
  color:white;
  margin-top:50px;
}

p .b {
  font-size:19px;
  color:black;
  margin-top:50px;
}

p.f{
  font-size:12px;
  color:white;
  margin: auto;

}

h1 span{
  color:#2fa68e;
}


::selection {
  background: #fff;
  color:#2fa68e;
}

::-moz-selection {
  background: #fff;
  color:#2fa68e;
}


.container{
  position:absolute;
  width:100%;
  height:100%;
}

.logo{
  text-align: center;
  
}


.start-page{
  position:relative;
  width:100%;
  height:580px;
  background:url('../img/background/sintra.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.start-page .opacity{
  position:absolute;
  width:100%;
  height:580px;
  background:rgba(0,0,0,0.7);
}


.start-page .content{
  position:relative;
  width:900px;
  margin:0 auto;
  height:580px;
}

.start-page .content .text{
  position:absolute;
  text-align:center;
  margin:auto;
  top:0; 
  left:0; 
  bottom:0; 
  right:0;
  width:500px;
  height:400px;
}

.start-page .content .text .read-more{
  width:183px;
  height:47px;
  margin:50px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  color:white;
  cursor:pointer;
  font-size:19px;
  background-color: #2fa68e;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.start-page .content .text .read-more:hover{
  color:black;
  background:white;
}

.start-page .content .arrow-down{
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 29px;
  background: url(../img/arrow-down.png) no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}


/* Menu mobile */

.menu-media{
  position:relative;
  width:100%;
  height:90px;
  background:#2f363e;
  z-index:1000;
  display:none;
}

.menu-media .menu-content{
  width:280px;
  position:relative;
  margin:0 auto;
}

.menu-media .menu-content .icon{

  width:41px;
  height:23px;
  float:right;
  line-height:100px;

}

.menu-media .menu-content .iconl{

  width:35px;
  height:17px;
  float:left;
  line-height:100px;

}


/* Menu */

.menu{
  position:relative;
  width:100%;
  height:90px;
  background:#2f363e;
  z-index:1000;
}

.menu-content{
  width:900px;
  position:relative;

  margin:0 auto;
}

.menu-content .iconl{
  padding: 10px 0 0 0;
  width:35px;
  height:17px;
  float:left;
}

.menu-click{
  display:none;
}


.menu-click li {
  position:relative;
  width:100%;
  height:70px;
  color :white;
  font-size:29px;
  text-align:center;
  line-height:70px;
  background:#2fa68e;
  z-index:1000;
  border-bottom:1px solid #1a7966;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
 }

.menu-click li:hover {
  color:#2f363e;
 }

.menu-content ul{

  width:95%;

  float:right;
  text-align:right;
  list-style:none;
}

.menu-content li{
   display:inline-block;
   position:relative;
}

.menu-content li a{
  color:#a3b2c0;
  font-size:16px;
  display: block;
  padding: 0 20px 0 20px;
  line-height:90px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.menu-content li.active a{
  background-color:#131a21;
}

.menu-content li a:hover{
  color:white;
}


/* quem somos */

.quem-somos{
  position:relative;
  width:900px;
  margin:0 auto;
  margin-bottom:50px;

}

 .quem-somos h1{
  font-size:46px;
  color:black;
  text-align:center;
  margin-top:30px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.quem-somos hr{
  color: black;
  margin-top:20px;
  background-color: black;
  height: 1px;
  width:340px;
  border:0;

}

.quem-somos p.title{
  color: #919191;
  margin-top:40px;
  width:100%;
  font-size:15px;
  text-align:center;
}

.quem-somos h2{
  text-align:center;
  margin-top:20px;
  font-size:29px;
  color:black;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.quem-somos p{
  text-align:center;
  margin-top:20px;
  font-size:15px;
  width:100%;
  color:#919191;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

 .quem-somos .col {
  width:900px;
  text-align:center;
  margin: auto;
}
 .quem-somos .col ul {
  width:900px;
  text-align:center;
}
.quem-somos .col li{
   position:relative;
   color: #919191;
}
/*  serviços */


.serviços{ 
  position:relative;
  background:#23282d;
  width:100%;
  height: 450px;
  padding-top:10px;
  margin:0 auto;
  margin-top:10px;

}

 .serviços h1{
  font-size:46px;
  color:white;
  text-align:center;
  margin-top:30px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.serviços hr{
  color: white;
  margin-top:20px;
  background-color: white;
  height: 1px;
  width:340px;
  border:0;

}

.serviços p.title{
  color: #919191;
  margin-top:40px;
  width:100%;
  font-size:15px;
  text-align:center;
}

.serviços p{
  text-align:center;
  margin-top:20px;
  font-size:15px;
  width:100%;
  color:#919191;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

/* soluções */

.soluções{
  position:relative;
  width:900px;
  margin:0 auto;
  margin-top: 10px;
 
}

.soluções h1{
  font-size:46px;
  color:black;
  text-align:center;
  margin-top:30px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.soluções hr{
  color: black;
  margin-top:20px;
  background-color: black;
  height: 1px;
  width:340px;
  border:0;

}

.soluções p.title{
  color: #919191;
  margin-top:40px;
  width:100%;
  font-size:15px;
  text-align:center;
}

.soluções h2{
  text-align:center;
  margin-top:20px;
  font-size:29px;
  color:black;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.soluções p{
  text-align:center;
  margin-top:20px;
  font-size:15px;
  width:100%;
  color:#919191;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.soluções .column-one{
  width:50%;
  float:left;
  height:500px;
}
.soluções .column-one .circle-one{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url(../img/icons/particular.png) #2fa68e no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.soluções .column-one .circle-one:hover{
  background: url(../img/icons/particular.png) #f3f3f3 no-repeat center center;
}
.soluções .column-two{
  width:50%;
  float:right;
  height:500px;
}
.soluções .column-two .circle-two{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url(../img/icons/empresas.png) #2fa68e no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px; 
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.soluções .column-two .circle-two:hover{
  background: url(../img/icons/empresas.png) #f3f3f3 no-repeat center center;
}


.clear{ 
  
    clear:both; 
 }   


/* Partners */

.partners{
  position:relative;
  width:100%;
  height:350px;
  background:url('../img/background/partners.jpg') 0px 0px fixed;
}
.partners .opacity{
  position:absolute;
  width:100%;
  height:350px;
  background:rgba(0,0,0,0.7);
}

.partners .content{
  position:absolute;
  width:100%;
  height:350px;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  right:0;

}

.partners h2{
  margin-top: 10px;
  color:white;
  font-size:42px;
  font-weight:300;
  font-weight:bold;
  text-align:center;
}

.partners .logo{
  position:relative;
  width:100%;
  overflow:hidden;
  margin-top:40px;
 
  text-align:center; 
}

.partners .logo img{
  padding-left: 2%; 
  padding-bottom: 5%;
  opacity:0.5;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.partners .logo img:hover{
  opacity:1;
}

/*  sinistros */


.sinistros{ 
  position:relative;
  background:#23282d;
  width:100%;
  height:570px;
  margin:0 auto;
  

}

.sinistros .col1{
  width:33%;
  float:left;
  height:400px;
  background:rgba(0,0,0,0.8);

}

.sinistros .col2{
  width:33%;
  float:left;
  height:400px;
  background:#2fa68e;
}

.sinistros .col3{
  width:33%;
  float:left;
  height:400px;
  background:rgba(0,0,0,0.8);
  
}

 .sinistros h1{
  font-size:46px;
  color:white;
  text-align:center;
  margin-top:30px;
  padding-top:20px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.sinistros h2{
  text-align:center;
  margin-top:20px;
  margin-bottom: :20px;
  font-size:19px;
  color:white;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.sinistros hr{
  color: white;
  margin-top:20px;
  background-color: white;
  height: 1px;
  width:340px;
  border:0;

}

.sinistros h3{
  color: #919191;
  margin-top:20px;
  width:100%;
  font-size:15px;
  text-align:center;
}

.sinistros p{
  text-align:center;
  margin-top:20px;
  font-size:15px;
  width:100%;
  color:white;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

/* Contacto */

.contacto{
  position:relative;
  width:900px;
  height: 700px;
  margin: 0 auto;  
  
}

.contacto h1{
  font-size:46px;
  color:black;
  padding-top:20px;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}
.contacto p{
  text-align:center;
  margin-top:20px;
  font-size:15px;
  width:100%;
  color:#919191;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.contacto hr{
  margin-top:30px;
  background-color: black;
  height: 1px;
  width:340px;
  border:0;
}

.contacto .content{
  position:relative;
  width:200px;
  overflow:hidden;
 
  
}

strong{
  font-weight:700;

}
   .google-maps {
        position: relative;
        padding-bottom: 5%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 400px !important;
    }

.mapa{
 width:900px;
 height: 200px;
 margin: 0 auto;
 text-align:center;
}

/* Footer */


.footer{
  position:relative;
  width:100%;
  height:180px;
  margin:20px 0 auto;

 background:#23282d;
}



.footer .margin .col1{
  width:50%;
  float:left;
  height:150px;
  margin: 0 auto;
  color: white;
  text-align:center;
  
}

.footer .margin .col2{
  width:50%;
  float:right;
  height:150px;
  margin: 0 auto;
  color: white;
  text-align:center;
 
}

.end{
  position:relative;
  width:100%;
  height:50px;
  margin:0 auto;
 background:#2fa68e;
}

.imginl{
  width:900px;
  height:50px;
  margin:0 auto;
  text-align:center;
}


 .col ul {
  width:95%;
  text-align:center;
}
.col li{
   position:relative;
   color: white;
}