body {
  height: 100%;
  font-family: 'Bariol webfont', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #939393;
  font-size: 45px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 23px;
  line-height: 35px;
}

em {
  font-style: italic;
}

.video {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.header-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.headercontainer {
  position: relative;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  width: auto;
  height: 150px;
  margin-top: 20px;
}

.logo-container {
    position: absolute;
    width: 100%;
    height: auto;
	left: 0;
	top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    
    text-align: center;
	opacity: 0.8;
}

.home-link {
	width:250px; 
	display:block;
}

.links-container {
    position: absolute;
    width: auto;
    height: 95.5469px;
	right: 0;
	top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
}

.links-container  a {

    font-size: 18px;
    font-weight: bold;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 20px;
  border: 2px solid #891f17;
  border-radius: 5px;
  color: #891f17;
  padding: 15px;
  text-decoration: none;
}

.links-container  a:last-child{
	margin-right: 0;
}

.links-container a:hover {
	border-color: #939393;
	color: #939393;
}

.links-container a.principal {
	background-color: #891f17;
	color: #fff;
}

.links-container a.principal:hover {
	background-color: #009cde;
}


.h1home {
  position: relative;
  font-family: 'Bariol webfont', sans-serif;
  color: #939393;
  font-size: 6.7em;
  font-weight: 400;
}

.blue {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Bariol bold webfont', sans-serif;
  color: #34388a;
}

.blue.bluecontacts {
  margin-right: 6px;
  margin-left: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.arrowone {
  position: relative;
  left: 432px;
  top: 50%;
  width: auto;
  height: 80px;
  margin-top: 38px;
}

.what {
  position: relative;
  left: 292px;
  top: 96px;
  display: inline-block;
  margin-top: 16px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  font-family: Pacifico, sans-serif;
  color: #c4c4c4;
  font-size: 24px;
  font-weight: 200;
}

.hometitlecontainer {
  position: relative;
  top: 40%;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -60%);
  -ms-transform: translate(0px, -60%);
  transform: translate(0px, -60%);
}

.h1-container {
  position: relative;
  width: 100%;
  text-align: center;
}
.arrowdown {
  position: absolute;
  left: 40%;
  bottom: 97px;
  z-index: 1;
  display: block;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.uimaincontainer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #34388a;
}

.uimaincontainer.weare {
  margin-top: 200px;
  margin-bottom: 200px;
}

.servicos-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 83px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.servicos-traco {
  display: block;
  width: 50px;
  height: 5px;
  margin: 18px auto 20px;
  background-color: #34388a;
}

 .servicos-title {
    margin-top: 23px;
    line-height: 31px;
  }
  
  .servicos-para {
  color: #a2a2a2;
  font-size: 16px;
  line-height: 22px;
}


.uicontainer {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.uicontainer.work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.uiux {
  display: block;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.icons {
  height: 110px;
}

.uiuxicon {
  width: 105px;
  height: 130px;
  margin-bottom: 63px;
}

.uiuxtitle {
  margin-bottom: 55px;
  color: #83fffa;
  font-size: 100px;
}

.uiuxsecondtitle {
  margin-bottom: 30px;
  font-family: 'Bariol webfont', sans-serif;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}

.bluelight {
  color: #83fffa;
}

.uiuxsecondcontainer {
  display: block;
  width: 100%;
  margin-top: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.uiuxfirstcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cantoone {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -2px;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: -172px;
}

.cantotwoo {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.whitepara {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 150px;
  margin-left: auto;
  color: #939393;
  font-size: 25px;
  line-height: 37px;
}

.teammaincontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}

.teamcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.videoteam {
  position: absolute;
  left: 0px;
  top: 7px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
}

.teamtitle {
  margin-bottom: 12px;
  font-family: 'Bariol bold webfont', sans-serif;
  color: #34388a;
  font-size: 30px;
}

.teamtask {
  font-family: 'Bariol bold webfont', sans-serif;
  color: #939393;
  font-size: 19px;
}

.teamquote {
  display: inline-block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #dadada;
  border-left-style: none;
  color: #b9b9b9;
  font-size: 20px;
  line-height: 25px;
}

.bola {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  width: 206px;
  height: 213px;
  margin-right: auto;
  margin-left: auto;
}

.videobox {
  position: relative;
  display: block;
  width: 206px;
  height: 213px;
  margin-right: auto;
  margin-bottom: 23px;
  margin-left: auto;
  float: none;
}

.quadrado {
  width: 200px;
  height: 200px;
  background-color: #ff0;
}

.contactsmaincontainer {
  position: relative;
  width: 100%;
  float: left;
  background-color: #34388a;
}

.contactform {
  position: relative;
  z-index: 2;
  padding-top: 38px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 200ms cubic-bezier(.785, .135, .15, .86);
  transition: all 200ms cubic-bezier(.785, .135, .15, .86);
}

.contactform:hover {
  background-color: #fff;
}

.cantocima {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
}

.emailform {
  position: relative;
  padding-right: 10%;
  padding-left: 10%;
}

.cantobaixo {
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.contacttitle {
  padding: 17px 10% 33px;
  color: #939393;
  font-size: 40px;
  text-align: center;
}

.label {
  position: relative;
  top: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 13px;
  float: left;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #939393;
  font-size: 25px;
}

.label.labelbig {
  top: 7px;
  margin-right: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.input {
  position: relative;
  display: inline-block;
  float: left;
  clear: none;
  border-style: none none dashed;
  border-width: 1px 1px 1px 2px;
  border-color: #000 #000 #b4b4b4;
  color: #939393;
  font-size: 25px;
}

.input:hover {
  border-bottom-color: #000;
}

.input:focus {
  border-color: #000;
}

.input.inputbig {
  min-height: 250px;
  margin-top: -8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
  background-image: url('../images/linhaBranca.png'), url('../images/tracos.png');
  background-position: 50% 5px, 50% 41px;
  background-size: 256px, 512px;
  background-repeat: repeat-x, repeat;
}

.input.inputbig:hover {
  background-image: url('../images/linhaBranca.png'), url('../images/tracosPretos.png');
  background-position: 50% 5px, 0px 5px;
  background-size: 256px, 512px;
  background-repeat: repeat-x, repeat;
}

.input.inputbig:active {
  background-image: url('../images/linhaBranca.png'), url('../images/tracosPretos.png');
  background-position: 50% 5px, 0px 5px;
  background-size: 256px, 512px;
  background-repeat: repeat-x, repeat;
}

.input.inputbig:focus {
  background-image: url('../images/linhaBranca.png'), url('../images/tracosPretos.png');
  background-position: 50% 5px, 0px 5px;
  background-size: 256px, 512px;
  background-repeat: repeat-x, repeat;
}

.contactbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contactbox.big {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.submit {
  position: relative;
  margin-top: 22px;
  margin-bottom: 34px;
  padding: 15px 20px;
  float: right;
  border-radius: 3px;
  background-color: #34388a;
  -webkit-transition: background-color 200ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 200ms cubic-bezier(.77, 0, .175, 1);
  color: #fff;
  font-size: 18px;
}

.submit:hover {
  background-color: #a04dff;
}

.formdone {
  background-color: #fff;
  color: #939393;
  font-size: 19px;
}

.wink {
  width: 80px;
  height: 80px;
  margin-bottom: 13px;
}

.contactlink {
  font-family: 'Bariol bold webfont', sans-serif;
  color: #a04dff;
  font-weight: 400;
  text-decoration: underline;
}

.cantobranco {
  position: absolute;
  left: 0px;
  top: -1px;
  right: 0px;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

 .link-block-2 {
    width: 80%;
    margin-bottom: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
.text-block-10 {
    font-size: 17px;
  }
  
  .text-block-10.blue {
  color: #888;
}
  
  .testemunhosbarra.barra2 {
  border-bottom: 1px solid silver;
  background-color: #FFFFFF;
}

.image {
  width: auto;
  height: 172px;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 0 23px 2px rgba(0, 0, 0, .21);
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  text-decoration: none;
}

.testemunhosblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testemunho-container {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.testemunho-container {
    width: 90%;
  }
  
  .testemunhos-main-slider {
  margin-top: 53px;
  margin-bottom: 103px;
  background-color: transparent;
}
  
.cantobranco.second {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.azorescontainer {
  position: relative;
  display: block;
  width: 15%;
  margin-top: 330px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.azores {
  font-family: 'Bariol bold webfont', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 46px;
  text-align: center;
}

.setabranca {
  position: relative;
  display: block;
  width: auto;
  height: 60px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.map {
  height: 600px;
  float: none;
}

.cantorosa {
  position: absolute;
  left: 0px;
  top: -2px;
  right: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.mapcontainer {
  position: relative;
  width: 100%;
  height: 600px;
  float: left;
}

.videomobile {
  display: none;
}

.socialcontainer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.sociallink {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  background-color: #e4e4e4;
  -webkit-transition: background-color 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: background-color 200ms cubic-bezier(.68, -.55, .265, 1.55);
  color: grey;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.sociallink:hover {
  background-color: #dadada;
}

.socialicon {
  width: 51px;
  height: 51px;
  margin-bottom: 12px;
  float: none;
}

.cantoum {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background-image: url('../images/cantoUm.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.sombra {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(4deg) scale(1);
  -ms-transform: rotate(4deg) scale(1);
  transform: rotate(4deg) scale(1);
}

.contactformcontainer {
  position: relative;
  z-index: 3;
  width: 50%;
  margin-right: 5%;
  margin-left: 5%;
  float: left;
  background-color: #fff;
}

.sombrahover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #79a5c4;
  opacity: 0;
}

._404-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
}

._404-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

._404-logo {
  display: block;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

._404-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._404-h1 {
  font-family: 'Bariol bold webfont', sans-serif;
  color: #34388a;
  font-size: 50px;
}

._404-text {
  margin-bottom: 43px;
  color: #919191;
  font-size: 30px;
  line-height: 36px;
}

.logos {
  margin-top: 54px;
  margin-bottom: 38px;
}

.logostext {
  margin-bottom: 20px;
  color: #939393;
  font-size: 20px;
  line-height: 35px;
}

.seemore {
  display: none;
  margin-top: 22px;
}

.seemore:hover {
  opacity: 0.6;
}

.white {
  color: #fff;
}

.h2white {
  color: #fff;
}

.textocanto1 {
  position: absolute;
  left: 0px;
  top: -199px;
  right: 0px;
  width: 100%;
  height: 200px;
}

.textocanto2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -200px;
  width: 100%;
  height: 200px;
}

.link {
  color: #939393;
}

.link:hover {
  color: #34388a;
}

html.w-mod-js *[data-ix="top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="contact-form"] {
  -webkit-transform: translate(-200%, 0px);
  -ms-transform: translate(-200%, 0px);
  transform: translate(-200%, 0px);
}

@media (max-width: 991px) {
  .h1home {
    line-height: 89px;
  }
  .arrowone {
    left: 100px;
  }
  .what {
    left: -12px;
  }
  .uimaincontainer.weare {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .uicontainer {
    width: 95%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .uiux {
    padding-right: 30px;
    padding-left: 30px;
  }
  .uiuxsecondtitle {
    font-size: 36px;
    line-height: 37px;
  }
  .cantotwoo {
    height: 100px;
  }
  .teamtitle {
    font-size: 25px;
    line-height: 26px;
  }
  .contactsmaincontainer {
    padding-right: 5%;
    padding-left: 5%;
  }
  .contactform {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    float: none;
  }
  .azorescontainer {
    width: 100%;
    margin-top: 69px;
    float: none;
    line-height: 38px;
  }
  .azores {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 35px;
    font-size: 40px;
  }
  .setabranca {
    z-index: 15;
    display: none;
    margin-top: 39px;
  }
  .map {
    z-index: 2;
  }
  .cantorosa {
    z-index: 3;
    height: 100px;
  }
  .socialcontainer {
    position: relative;
  }
  .cantoum {
    height: 100px;
  }
  .contactformcontainer {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .textocanto1 {
    top: -99px;
    height: 100px;
  }
  .textocanto2 {
    bottom: -99px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .video {
    background-image: url('../images/background.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .h1home {
    font-size: 4.5em;
    line-height: 59px;
  }
  .arrowone {
    display: none;
  }
  .what {
    display: none;
  }
  .hometitlecontainer {
    top: 20%;
  }
  .uicontainer {
    padding-top: 65px;
    padding-bottom: 0px;
  }
  .uiuxsecondcontainer {
    padding-bottom: 59px;
  }
  .cantoone {
    display: none;
  }
  .cantotwoo {
    display: none;
  }
  .teammaincontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .videoteam {
    display: none;
  }
  .teamquote {
    margin-bottom: 48px;
  }
  .contactsmaincontainer {
    padding-top: 25px;
  }
  .contactform {
    padding-bottom: 0px;
  }
  .cantocima {
    left: -1px;
    top: -1px;
  }
  .cantobaixo {
    right: -1px;
    bottom: -1px;
  }
  .cantobranco {
    display: none;
  }
  .azores {
    padding-bottom: 51px;
  }
  .cantorosa {
    display: none;
  }
  .videomobile {
    position: relative;
    display: block;
    width: 205px;
    height: 208px;
  }
  .socialcontainer {
    position: relative;
  }
  .h2white {
    line-height: 44px;
  }
}

@media (max-width: 479px) {
  h2 {
    margin-top: 0px;
    line-height: 41px;
  }
  p {
    font-size: 20px;
  }
  em {
    font-size: 20px;
  }
  .logo {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .h1home {
    font-size: 3.5em;
    line-height: 59px;
  }
  .arrowone {
    display: none;
  }
  .what {
    display: none;
  }
  .uicontainer {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .uiux {
    margin-bottom: 32px;
  }
  .uiuxicon {
    margin-bottom: 34px;
  }
  .uiuxsecondcontainer {
    margin-top: 16px;
    padding-right: 2%;
    padding-left: 2%;
  }
  .uiuxfirstcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cantotwoo {
    display: block;
  }
  .whitepara {
    font-size: 20px;
    line-height: 29px;
  }
  .contactsmaincontainer {
    padding-top: 27px;
  }
  .contactform {
    padding-top: 19px;
    padding-bottom: 0px;
  }
  .cantocima {
    display: none;
  }
  .cantobaixo {
    display: none;
  }
  .contacttitle {
    font-size: 30px;
    line-height: 34px;
  }
  .label {
    display: block;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    line-height: 26px;
  }
  .input {
    display: block;
  }
  .input.inputbig {
    margin-top: 11px;
  }
  .contactbox {
    margin-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .contactbox.big {
    display: block;
  }
  .cantobranco {
    display: none;
  }
  .mapcontainer {
    float: left;
  }
  .socialcontainer {
    position: relative;
  }
  .sociallink {
    font-size: 14px;
  }
  .cantoum {
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .logos {
    width: 100%;
    height: auto;
  }
}

@font-face {
  font-family: 'Bariol webfont';
  src: url('../fonts/bariol-webfont.woff2') format('undefined'), url('../fonts/bariol-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bariol bold webfont';
  src: url('../fonts/bariol_bold-webfont.woff2') format('undefined'), url('../fonts/bariol_bold-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

.footer-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-contactos-main-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500%;
  height: 300px;
  padding: 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #34388a;
}

.contactos-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 31px 10px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}



.contactos-icon {
  width: 40px;
  height: 40px;
  margin-right: 14px;
  float: left;
}

.contactos-link {
  color: #34388a;
  font-size: 30px;
  line-height: 24px;
  text-decoration: none;
}

.contactos-link:hover {
  color: #ffea00;
}

.contactos-container {
    padding: 5px 0px;
    font-size: 17px;
  }
  .contactos-icon {
    width: 39px;
    height: 29px;
    margin-right: 7px;
  }
 

.footer-main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contactos-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 16px;
  }
  .slider {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 117px;
  float: none;
}

.body {
  height: 100%;
  font-family: Lato, sans-serif;
}

.slide1 {
  background-image: url('../images/Screen-Shot-2017-04-10-at-14.30.17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.header-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.logo-container {
  display: block;
  width: 220px;
  height: 210px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 27px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  text-align: center;
}


.header-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 31px 14px 33px 17px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  color: #fff;
  font-size: 4em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.header-text2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 31px 14px 33px 17px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.header-text.thin {
  font-weight: 300;
}

.orange {
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ff5000;
}

.titles-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.servicos-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 83px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.servicos-container {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.icons {
  height: 110px;
}

.servicos-title {
  margin-top: 65px;
  margin-bottom: 12px;
  color: #a2a2a2;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.servicos-traco {
  display: block;
  width: 50px;
  height: 5px;
  margin: 18px auto 20px;
  background-color: #34388a;
}

.servicos-para {
  color: #a2a2a2;
  font-size: 16px;
  line-height: 22px;
}

.h1-container {
  position: relative;
  width: 100%;
  text-align: center;
}

.heading {
  margin-bottom: 7px;
  font-size: 45px;
  font-weight: 700;
}

.galeria-container {
  width: 100%;
  height: 800px;
  margin-top: 102px;
  margin-bottom: 81px;
  float: left;
}

.galeria {
  height: 400px;
  float: left;
  border: 5px solid #fff;
}

.galeria._1 {
  width: 50%;
  border-left-style: none;
  background-image: url('../images/1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.galeria._2 {
  width: 20%;
  background-image: url('../images/2_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.galeria._3 {
  width: 30%;
  border-right-style: none;
  background-image: url('../images/3_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.galeria._4 {
  width: 20%;
  border-left-style: none;
  background-image: url('../images/5.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.galeria._5 {
  width: 60%;
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.galeria._6 {
  width: 20%;
  border-right-style: none;
  background-image: url('../images/6.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.testemunhos-main-slider {
  margin-top: 53px;
  margin-bottom: 103px;
  background-color: transparent;
}

.testemunho-container {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.testemunho-foto {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  border: 1px solid #f0f0f0;
  border-radius: 110px;
  background-image: url('../images/Screen-Shot-2017-04-13-at-10.19.59.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testemunho-foto.pedro {
  background-image: url('../images/Pedro-camara.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.testemunho-foto.hugo {
  background-image: url('../images/Hugo-Passinhas.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  margin-bottom: 15px;
  color: #898989;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

.testemunhos-para {
  color: #b2b2b2;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

.parceiros-main-container {
  display: block;
  margin-top: 48px;
  padding: 35px 30px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4e4e4;
}

.logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 20px auto 38px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-link {
  display: block;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.logo-link.cgd {
  background-image: url('../images/CGD.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link.cgd:hover {
  background-image: url('../images/CGD_cor.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link.fidelidade {
  height: 50px;
  background-image: url('../images/fidelidade.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link.fidelidade:hover {
  background-image: url('../images/fidelidade_cor.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link.teleseguros {
  background-image: url('../images/teleseguros.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link.teleseguros:hover {
  background-image: url('../images/teleseguros_cor.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link.novanisa {
  height: 61px;
  background-image: url('../images/novanisa.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link.novanisa:hover {
  background-image: url('../images/novanisa_logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link.vitor {
  height: 96px;
  background-image: url('../images/vitorpinheiro.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link.vitor:hover {
  background-image: url('../images/vitorpinheiro_cor.png'), url('../images/vitorpinheiro.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.logo-link._4itfuture {
  height: 56px;
  background-image: url('../images/4itfuture.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-link._4itfuture:hover {
  background-image: url('../images/4itfuture_cor.png'), url('../images/4itfuture.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.footer-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-contactos-main-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  padding: 25px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.mapa {
  width: 50%;
}

.linha {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 10px;
  height: 100%;
  background-color: #ff5000;
}

.contactos-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 31px 10px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.contactos-icon {
  width: 40px;
  height: 40px;
  margin-right: 14px;
  float: left;
}

.contactos-link {
  color: ##34388a;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}

.contactos-link:hover {
  color: #ffea00;
}

.slide-2 {
  background-image: url('../images/2.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="fade-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

@media (max-width: 991px) {
  .slider {
    height: 700px;
  }
  .header-container {
    height: 600px;
  }
  .header-text {
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 2.9em;
  }
  .servicos-main-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .servicos-container {
    width: 50%;
    margin-bottom: 41px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .servicos-title {
    margin-top: 23px;
    line-height: 31px;
  }
  .galeria-container {
    height: 600px;
  }
  .galeria._1 {
    height: 300px;
  }
  .galeria._2 {
    height: 300px;
  }
  .galeria._3 {
    height: 300px;
  }
  .galeria._4 {
    height: 300px;
  }
  .galeria._5 {
    height: 300px;
  }
  .galeria._6 {
    height: 300px;
  }
  .testemunho-container {
    width: 90%;
  }
  .testemunhos-para {
    font-size: 16px;
  }
  .parceiros-main-container {
    padding: 19px 0px 32px;
  }
  .logos-container {
    width: 90%;
  }
  .logo-link.cgd {
    height: 132px;
  }
  .logo-link.teleseguros {
    height: 132px;
  }
  .footer-contactos-main-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contactos-container {
    padding: 5px 0px;
    font-size: 17px;
  }
  .contactos-icon {
    width: 39px;
    height: 29px;
    margin-right: 7px;
  }
  .contactos-link {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .slider {
    height: 419px;
  }
  .header-container {
    height: 360px;
  }
  .logo-container {
    width: 120px;
    height: 111px;
    padding-top: 20px;
  }
 
  .header-text {
    padding: 19px 10px 16px;
    font-size: 2.3em;
  }
  .heading {
    font-size: 34px;
  }
  .testemunho-container {
    width: 80%;
  }
  .testemunhos-para {
    font-size: 14px;
  }
  .parceiros-main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer-contactos-main-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mapa {
    width: 100%;
  }
  .linha {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 3%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .slide-nav {
    padding-top: 34px;
  }
}

@media (max-width: 479px) {
  .header-text {
    padding-top: 13px;
    padding-bottom: 9px;
    font-size: 1.4em;
  }
  .header-text.thin {
    padding-top: 8px;
    font-size: 1.8em;
  }
  .header-text.orange {
    padding-right: 17px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.6em;
    text-align: center;
  }
  .servicos-main-container {
    width: 95%;
    margin-top: 46px;
  }
  .servicos-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .servicos-title {
    font-size: 20px;
  }
  .heading {
    margin-top: 0px;
    font-size: 26px;
  }
  .galeria-container {
    height: auto;
    margin-top: 36px;
  }
  .galeria._1 {
    width: 100%;
    height: 250px;
    border-style: solid;
  }
  .galeria._2 {
    width: 100%;
    height: 250px;
    border-top-style: none;
  }
  .galeria._3 {
    width: 100%;
    height: 250px;
    border-top-style: none;
    border-right-style: solid;
  }
  .galeria._4 {
    width: 100%;
    height: 250px;
    float: left;
    border-top-style: none;
    border-left-style: solid;
  }
  .galeria._5 {
    width: 100%;
    height: 250px;
    border-top-style: none;
  }
  .galeria._6 {
    width: 100%;
    height: 250px;
    border-top-style: none;
    border-right-style: solid;
  }
  .testemunhos-main-slider {
    min-height: 349px;
    margin-top: 30px;
    margin-bottom: 67px;
  }
  .testemunho-container {
    position: relative;
    width: 90%;
    float: none;
    clear: none;
  }
  .testemunhos-para {
    float: none;
  }
  .logos-container {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-link {
    margin-bottom: 32px;
  }
  .footer-contactos-main-container {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contactos-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 16px;
  }
  .contactos-icon {
    height: 30px;
  }
  .contactos-link {
    font-size: 16px;
  }
  .slide-nav {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}

