 /*

* Skeleton V1.2

* Copyright 2011, Dave Gamache

* www.getskeleton.com

* Free to use under the MIT license.

* http://www.opensource.org/licenses/mit-license.php

* 6/20/2012

*/



/* Table of Content

==================================================

	#Site Styles

	#Page Styles

	#Media Queries

	#Font-Face */



/* #Site Styles

================================================== */



/* #Page Styles

================================================== */



/* #Media Queries

================================================== */



	/* Smaller than standard 960 (devices and browsers) */

	@media only screen and (max-width: 959px) {}



	/* Tablet Portrait size to standard 960 (devices and browsers) */

	@media only screen and (min-width: 768px) and (max-width: 959px) {}



	/* All Mobile Sizes (devices and browser) */

	@media only screen and (max-width: 767px) {}



	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

	@media only screen and (min-width: 480px) and (max-width: 767px) {}



	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

	@media only screen and (max-width: 479px) {}






html,body {
  padding:0;
  margin:0;
  position: relative;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	width: 100vw;
	background-color: #fff;
  font-family: 'Poppins', sans-serif;
  color: #121217;
  font-size: 14px;
  line-height: 20px;
}

body {
  overflow-x: hidden;
}

strong, b {
  color: #000;
  font-weight: bold;
}
em,i {
    font-style: italic;
}

p {
    margin: 0;
}

::-webkit-input-placeholder {
  color:    lightgrey;
}
:-moz-placeholder {
  color:    lightgrey;
  opacity:  1;
}
::-moz-placeholder {
  color:    lightgrey;
  opacity:  1;
}
:-ms-input-placeholder {
  color:    lightgrey;
}

#wpadminbar {
  display: none;
}

a {
  outline: medium none !important;
  text-decoration: none !important;
}

a img {
  border: medium none;
}

a:hover, a:focus, a:visited, a:link {
  color: #000;
}


.content {
  position: relative;
}

.hidden-xs {
  display: block;
}

.visible-xs {
  display: none;
}

/* ---- HEADER ---- */

.navbar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 500;
  background-color: #fff;
  
}

.header_logo {
  width: 150px;
  max-width: 150px;
  max-height: 46.8px;
}

.navbar-light .navbar-nav .nav-link {  
  color: #000;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  background-color: transparent;
  color: #000;
}

.navbar-nav .nav-link:hover {
  text-decoration: none;
}

.navbar-toggler {
  background: transparent;
  background-color: transparent;
  border: 1px solid black;
  cursor: pointer;
}

.navbar-toggler:hover {
  background: transparent;
}

.navbar .dropdown {
  padding: .5rem 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.dropdown-menu {
  left: calc(-100% - 2.0rem);
  min-width: 10px;
  padding: 5px;
  padding-top: 1.0rem;
  padding-bottom: 0;
  background-color: #fff;
  
}

.dropdown-menu li{
  padding: 1.0rem;
  padding-right: 1.0rem;
  padding-left: 1.0rem;
  padding-top: 0;
  text-transform: uppercase;
}

#languageSelected {
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover, .dropdown-toggle:hover, .dropdown-menu a:hover {
  color: rgba(219, 65, 44, 1);
}

/* ------- HOME ------- */

body {
  padding-top: 0;
}

.container-fluid {
  padding: 0;
}

.home_container {
  position: relative;
  margin-top: 68px;
}

#slider-container {
  position: relative;
  left: 0px;
  width: 100vw;
  height: calc(100vh - 68px);
  display: block;
  overflow: hidden;
  margin: 0;
  z-index: 5;
}


.slider-img-wrapper {
  position: relative;
  width: 100vw;
/*   height: calc(100vh - 69.57px); */
  height: calc(100vh - 68px);
  display: block;
}

.slider-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.slider_heading {
  width: 100vw;
  padding-left: 15%;
  padding-right: 15%;
  z-index: 10;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-size: 64px;
  font-weight: 500;
  line-height: 105px;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
}

.slider_heading span.span_heading {
  background-color: rgba(219, 65, 44, .85);
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
}

#scrollBtn a {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

#scrollBtn a span {
  display: block;
}

.scroll_arrow {
  width: 48px;
  height: 16px;
  background: transparent url("../images/sprite.png");
  background-position: -50px -50px;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-left: -24px;
  margin-top: 10px;
}

#scrollBtn a:hover {
  font-weight: 600;
  color: rgba(219, 65, 44, 1);
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0; }
    to { opacity: 1.0; }
}                                                                                                                                                                                                                                  

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0; }
    to { opacity: 1.0; }
}

.blink {
  animation:fade 1500ms infinite;
  -webkit-animation:fade 1500ms infinite;
}

/* ----- EMPRESA ----- */
.empresa_container {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 70px;
}

.small_heading {
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  color: #db412c;
  font-size: 24px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}



.title_heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  color: #000;
  text-align: left;  
}

.empresa_content {
    margin-top: 30px;
    font-family: 'Lato', sans-serif;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.empresa_content p {
  margin-bottom: 0px;
}

.empresa_ft_img {
/*   padding-right: 0; */
}

.empresa_ft_img > div {
  margin-top: 20px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.empresa_details {
  padding-top: 70px;
}

.empresa_details .small_heading, .empresa_details .title_heading {
  text-align: center;
}

.empresa_details_lists {
  margin-top: 45px;
}

.business_title_heading {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.business_content ul {
  list-style-type: none;
}

.business_content {
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  text-transform: none;
  padding-left: 10%;
}

.certification_images {
  text-align: left;
  padding-left: 10%;
}

.certification_images img {
  max-width: 100%;
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
  
}

.certification_images img:first-child {
  margin-left: 0;
}

.countries_list {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
  color: #333;
}

.world_map {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}

.countries_container {
  padding-left: 0;
  padding-right: 0;
}

.countries_container .title_heading, .countries_container .small_heading {
  text-align: center;
}

/* ------ PROJETOS ------ */

.projetos_container {
  position: relative;
  margin-left: 40px;
  width: calc(100% - 60px);
  padding-bottom: 30px;
}


.projetos_container .title_heading {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}

.post_container {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  overflow: hidden;
  padding-right: 20px;
}

.post_img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;  
}


.post_overlay {
  z-index: 10;
  position: absolute;
  background-color: rgba(219, 65, 44, .7);
  width: calc(100% - 20px);
  height: 100%;
  bottom: 0;
  left: -100%;
  transition: left 300ms ease 0s;
}

.post_container:hover .post_overlay, .post_overlay:hover {
  left: 0;
}

.post_text {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1000ms ease 0s, transform 700ms ease 0s;
  transform: translateX(-60px);
  display: inline-block;
}

.post_heading {
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.post_sub_heading {
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.post_container:hover .post_text, .post_overlay:hover .post_text, .post_text:hover {
  opacity: 1;
   transform: translateX(0);
}

.more_projects_btn {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.more_projects_btn:hover {
  font-weight: 600;
  color: rgba(219, 65, 44, 1);
}

.show_more_projects {
  margin-left: -15px;
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 700ms ease 0s;
}

.show_more_projects .row {
  margin-left: 0px;
}

.show_more_projects.showMore { 
  height: 100%;
}


/* ------ CONTACTOS ----- */
.contactos_container {
  position: relative;
  width: 100vw;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  left: 0;
}

.contactos_container .title_heading {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}

.contactos_container .row {
  margin-left: 0;
  margin-right: 0;
  width: 100vw;

}

.map_container {
  padding: 0;
  height: 700px;  
}

.contacts_info_container {
  background-color: #db412c;
  height: 700px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.contact_info_align {
  position: relative;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.contact_info_align > div {
  padding-right: 0;
}

.contact_info_align p.contact_header {
  margin-bottom: 30px;
}

.contact_info_align p{
 margin-bottom: 10px; 
}

.contact_info_align p strong{
  font-weight: bold;
  color: #fff;
}

.contact_morada {
  margin-bottom: 25px;
}

.contact_world {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ---- FOOTER ---- */
#footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  padding: 60px;
}

#footer .row {
  margin: 0;
}

#footer p, #footer a {
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

#footer a:hover {
  text-decoration: underline !important;
}

#footer p.copyright {
  font-style: normal;
  font-size: 14px;
}

#footer .footer_address p{
  margin-bottom: 30px;
}

#footer .footer_address p:last-child{
  margin-bottom: 0;
}

.visible-ipad {
  display: none;
  margin-top: 30px;
}


#footer .row.logos-container {
  margin-top: 60px;
  font-size: 0;
}

.logos-img {
  padding: 0;
  margin-left: -13px !important;
}

.norte-img {
  width: 100%;
  height: auto;
}

.pt-img {
/*   margin-top: -35px; */
}

/* ----- SINGLE ----- */
.single_project {
  padding-top: 80px;
  padding-bottom: 30px;
  width: 100vw;
  position: relative;
}

.single_project .row {
  margin: 0;
}

.project-details {
  position: relative;
}

.project-grid-wrapper {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 40px;
  padding-right: 30px;  
}

.single_project p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}

.single_project p a {
  text-decoration: underline !important;
}

.project-grid-title {
  margin-top: 0px;
  color: #000;
  margin-bottom: 40px;
  font-size: 43px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.project-title {
    font-style: normal;
    color: rgba(219, 65, 44, 1);
    font-family: 'Lato';
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

.description-title {
  margin-bottom: 0;
  float: left;
  padding-right: 5px; 
}

.project-content {
  font-family: 'Lato';
  color: #000;
  display: inline-block;
}

.description-section {
  margin-right: 0.5ch;
}

.description-section + p, .description-section{
  display: inline-block;
}

#slickWrapper {
  position: relative;
  padding-right: 0;
  height: calc(100vh - 80px);
  left: 0px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#slickWrapper .slider-img-wrapper2 {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  display: block;
}

#slickWrapper .slider-img-wrapper2  .slider-img2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}

/*
.slick-dots {
  bottom: -15px;
  display: none;
}

.slick-dots li button::before {
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  opacity: 1.0;
  color: white;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  color: #fff;
}
*/

.slick-dots li button{
  display: none;
}

.slick-next, .slick-prev  {
  opacity: 0;
}

.slick-left, .slick-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}

.slick-left {
  left: 20px;  
}

.slick-right {
  right: 20px;  
}

/* ---- RELATED PROJECTS ---- */

.related-projects-heading {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-left: 50px;
  text-align: center;
}

.related_projects_containter {
  margin-left: 30px;
  margin-right: 15px;
  padding-bottom: 0px;
}

/* -------- TABLET --------- */
@media only screen and (min-width: 700px) and (max-width: 1024px) { 
  
  .slider_heading {
    font-size: 60px;
    line-height: 95px;
  }
  
  .post_overlay {
    left: 0;
    background-color: rgba(219, 65, 44, 0.0);
  }
  
  .post_text {
    opacity: 1;
    transform: translateX(0);
    width: 100%;
    padding-top: 20px;
    background-color: rgba(219, 65, 44, 0.7);
  }
  
  
}


/* -------- TABLET PORTRAIT --------- */
@media only screen and (min-width: 700px) and (max-width: 1024px) and (orientation: portrait)  { 
  
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  #projetos .row {
    margin-bottom: 0;
  }
  
  .empresa_ft_img {
    padding: 0;
  }
  
  .certifications_container {
    padding-right: 30px; 
  }
  
  .hidden-sm {
    display: none;
  }
  
  .post_container {
    margin-bottom: 20px;
  }
  
  .empresa_container {
    padding-left: 1%;
    padding-right: 1%;
  }
  
  .related-projects-heading {
    margin-left: 30px;
  }
  
  
  #footer {
    padding: 40px;
  }
  
  .visible-ipad {
    display: block;
  }
  
  .hidden-ipad, .hidden-portrait {
    display: none;
  }
  

}

/* ------- MOBILE ------- */
@media only screen and (max-width: 699px) { 
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  
  li.nav-item:first-child {
    padding-top: 0.5rem;
  }
  
  li.nav-item a{
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .navbar .dropdown {
    text-align: center;
  }
  
  .dropdown-menu {
    border: none;
  }
  
  .dropdown-menu li {
    text-align: center;
  }
  
  .slider_heading {
    font-size: 29px;
    line-height: 47px;
    padding-right: calc(15% - 0px) !important;
  }
  
  .ua-mobile-iphone.ua-safari .slider_heading {
    margin-top: -34px;
  }
  
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  #scrollBtn a { 
    bottom: 85px;
  }
  
  #scrollBtn a span.scroll_txt {
    display: none;
  }

  .title_heading {
    font-size: 34px;
    line-height: 40px;
  } 
  
  .empresa_details .small_heading, .empresa_details .title_heading {
    text-align: left;
  }
   
  .small_heading {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
  }
   
  .empresa_container {
    padding-top: 40px;
  }
  
  .countries_container {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .empresa_details {
    padding-left: 0; 
    padding-top: 25px;
  }
  
  .empresa_details_lists {
    margin-top: 25px;
  }
  
  .empresa_content {
    margin-top: 25px;
  }

  .empresa_ft_img {
    padding: 0;
  }
  
  .empresa_ft_img > div {
    max-height: 33vh;
    margin-left: -5px;
    width: calc(100vw + 5px);
  }
  
  .business_content {
    padding-left: 0;
  }
  
  .certifications_container {
    margin-top: 20px;
  }
  
  .post_container {
    margin-bottom: 20px;
  }
  
  .related_projects_containter {
    margin-right: 10px;
  }
  
  .contact_info_align {
    top: 0;
    transform: none;
  }
  
  .contact_info_align a, .contact_info_align  a:hover, .contact_info_align  a:focus, .contact_info_align  a:visited, .contact_info_align a:link{
    color: #fff;
  }
  
  .contacts_info_container {
    height: auto;
    padding-top: 15px;
  }
  
  .certification_images {
    padding-left: 0;
  }
  
  .contact_world {
    padding-left: 15px;
  }
  
  .contact_world div {
    padding-left: 0;
  }
  
  .single_project {
    padding-top: 0px;
    margin-top: 0;
    top: 0;
  }
  
  .static-project {
    padding-top: 50px;
  }
  
  .project-details {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  #slickWrapper {
    max-height: calc(80vh - 80px) !important;
    height: calc(80vh - 80px) !important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 69px;
  }
  
  #slickWrapper .slider-img-wrapper2 {
    max-height: calc(80vh - 80px) !important;
    height: calc(80vh - 80px) !important;
  }
  
  .related-projects-heading {
    margin-left: 0;
  }
  
  .post_overlay {
    left: 0;
    background-color: rgba(219, 65, 44, 0.0);
  }
  
  .post_text {
    opacity: 1;
    transform: translateX(0);
    width: 100%;
    padding-top: 20px;
    background-color: rgba(219, 65, 44, 0.70);
  }
  
  #footer {
    padding: 20px;
    padding-top: 40px;
  }
  
  #footer .header_logo {
    margin-bottom: 20px;
  }
  
  #footer .col-xs-12{
    margin-bottom: 20px;
  }
  
  #footer .col-xs-12.hidden-xs {
    margin: 0;
  }
  
  #projetos .row {
    margin-bottom: 0;
  }
  
  .map_container {
    padding: 0;
    height: 450px;
  }
  
  .single_project {
    padding-bottom: 0px;
  }
  
  .project-grid-title {
    font-size: 34px;
    line-height: 40px;
  }

  .project-grid-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    top: 0;
    transform: none;
    left: 0;
    position: relative;
    width: 100%;
  }
  
  .projetos_container {
    padding-bottom: 0;
  }
  
  .description-title {
    margin-bottom: 5px;
    float: none;
    padding-right: 0px; 
  }
  
  #footer .row.logos-container {
    margin-top: -15px;
    text-align: center;
  }
  
  #footer .col-xs-12.logos-1 {
    width: 70%;
    margin: 0;
  }
  
  .logos-2 {
    width: 40%;
  }

.logos-3 {
    width: 60%;
  }

  
}


