



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Montserrat-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #FCC01B;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}
select {
  outline: none;
  border: none;
}

textarea:focus, input:focus, select:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder { color: #999;  font-weight:200; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
input:-moz-placeholder { color: #999999;  font-weight:300; font-size:14px;}
input::-moz-placeholder { color: #999999;  font-weight:300; font-size:14px;}
input:-ms-input-placeholder { color: #999999; font-weight:300; font-size:14px;}

textarea::-webkit-input-placeholder { color: #999999; font-weight:300; font-size:14px;}
textarea:-moz-placeholder { color: #999999;  font-weight:300; font-size:14px;}
textarea::-moz-placeholder { color: #999999;  font-weight:300; font-size:14px;}
textarea:-ms-input-placeholder { color: #999999;  font-weight:300; font-size:14px;}

select::-webkit-input-placeholder { color: #999999; font-weight:300; font-size:14px;}
select:-moz-placeholder { color: #999999;  font-weight:300; font-size:14px;}
select::-moz-placeholder { color: #999999;  font-weight:300; font-size:14px;}
select:-ms-input-placeholder { color: #999999;  font-weight:300; font-size:14px;}
/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact 1 ]*/

.contact1 {
  width: 100%;
  min-height: 100%;
  padding: 15px;

  background: #009bff;
  background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
  background: -o-linear-gradient(left, #0072ff, #00c6ff);
  background: -moz-linear-gradient(left, #0072ff, #00c6ff);
  background: linear-gradient(left, #0072ff, #00c6ff);
  

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
  background-image: url(/assets/imagens/albor-energia-slider_1.webp);
  background-repeat: no-repeat;
  background-size: cover;}

.container-contact1 {
  width: 1163px;
  background: rgba(255,255,255, 0.8);
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  padding: 90px 90px 88px 90px;
}

/*------------------------------------------------------------------
[  ]*/
.contact1-pic {
  width: 296px;
}

.contact1-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.contact1-form {
  width: 100%;
}

.contact1-form-title {
	display: block;
	font-family: Montserrat-Regular;
	font-size: 22px;
	color: #FCC01B;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 30px;
	font-weight: 800;
}
.contact1-form-title .registo{
	display: block;
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #FCC01B;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 500;
}
.notas-form {
	font-family: Montserrat-Regular;
	font-size: 12px;
	color: #FCC01B;
	text-align: left;
	margin-top: 0px;
	margin-bottom:0;
	padding-bottom: 0px;
	font-style:italic;
}
.notas-form2 {
	font-family: Montserrat-Regular;
	font-size: 11px;
	color: #FCC01B;
	text-align: left;
	margin-top: 0px;
	margin-bottom:0;
	padding-bottom: 0px;
	font-style:italic;
}
input.input1 {
  height: 50px;
  border-radius: 15px;
  padding: 0 30px;
  border:#FCC01B thin solid;
}
input.input1 + .shadow-input1 {
  border-radius: 15px;
}
select.input1 {
  height: 50px;
  border-radius: 15px;
  padding: 0 30px;
  border:#FCC01B thin solid;
}
select.input1 + .shadow-input1 {
  border-radius: 15px;
}

textarea.input1 {
  min-height: 150px;
  border-radius: 25px;
  padding: 12px 30px;
}
textarea.input1 + .shadow-input1 {
  border-radius: 25px;
}

/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
}
.wrap-input1 label {
  font-size: 12px;
  line-height: 1.5;
  color: #FCC01B;
  font-weight:800;
}
.input1 {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
}

.shadow-input1 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(8,92,154, 0.5);
}

.input1:focus + .shadow-input1 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

/*---------------------------------------------*/
.container-contact1-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact1-form-btn {
  min-width: 193px;
  height: 50px;
  border-radius: 25px;
  background: #FCC01B;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn i {
  margin-left: 7px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn:hover {
  background: #000;
}

.contact1-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}




/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
  .contact1-pic {
    width: 33.5%;
  }

  .contact1-form {
    width: 44%;
  }
}

@media (max-width: 992px) {
  .container-contact1 {
    padding: 90px 80px 88px 90px;
  }

  .contact1-pic {
    width: 35%;
  }

  .contact1-form {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .container-contact1 {
    padding: 90px 80px 88px 80px;
  }

  .contact1-pic {
    width: 100%;
  }

  .contact1-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .container-contact1 {
    padding: 90px 15px 88px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.textos h1 {
  color: #FCC01B;
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 30px;
}
.textos h2 {
  color: #FCC01B;
  font-size: 32px;
}
.textos p {
  color: #000;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 20px;
  text-align:justify;
  line-height:normal;
  font-weight:500;
}
.textos p .notas {
  color: #FCC01B;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 20px;
  text-align:justify;
  font-style:italic;
}
.textos ul {
	margin-bottom: 15px;
}
.textos ul li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 30px;
	font-size: 14px;
	font-style:italic;
	font-weight: 400;
  	color: #000;
}
.textos ol li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 30px;
	font-size: 14px;
	font-style:italic;
	font-weight: 400;
  	color: #000;
}
.texto ul li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 30px;
	font-size: 14px;
	font-style:italic;
	font-weight: 400;
  	color: #000;
}
.texto ol li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 30px;
	font-size: 14px;
	font-style:italic;
	font-weight: 400;
  	color: #000;
}


.envio-docs {
  color: #FCC01B;
  font-size: 14px;
  font-weight: 600;
  margin-top: -40px;
}
.envio-docs label{
  color: #FCC01B;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0px;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
}

.pricing .box h4 {
  font-size: 42px;
  color: #FCC01B;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #191919;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #FCC01B;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  background: #FCC01B;
  display: inline-block;
  padding: 5px 35px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 10px;
}

.pricing .box .btn-buy:hover {
  background: #e82d2d;
}

.pricing .featured {
  background: #FCC01B;
  box-shadow: none;
  color: #fff;
  min-height: 300px;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured ul,
.pricing .featured ul li,
.pricing .featured ul .na {
  color: #fff;
}
.pricing .featured h6 {
	font-size: 10px;
	font-weight: 400;
	/*margin:0;
	height: 40px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 1px #242020;
	text-transform:uppercase;
	margin-bottom: 45px;*/
	color: #FCC01B;
}
.pricing .featured h4 {
	font-size: 20px;
	font-weight: 400;
	margin:0;
	height: 40px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 1px #242020;
}
.pricing .featured h5 {
	font-size: 18px;
	font-weight: 300;
	margin:0;
	padding:0;
	height: 80px;
	text-shadow: 1px 1px 1px #242020;
}
.pricing .featured h4 span {
  color: rgba(255, 255, 255, 0.58);
}
.pricing .featured .bi {
	font-size: 36px;
}
.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  background: rgba(238, 118, 28, 0.5);
}

.pricing .featured .btn-buy:hover {
  background: #FCC01B;
  color: #FFF;
}
.pricing a {
	color: #FCC01B;
}
.pricing a:hover {
	color: #105F81;
}
.condicoes{
	font-size: 16px;
	padding: 20px;

}
.condicoes h3{
	font-size: 20px;
	text-align:center;
	font-weight: 700;
	margin-bottom: 25px;
	color:#FCC01B;
}
.condicoes form{
	padding-left: 0px;
}
.condicoes ul>li input{
	margin-right: 20px;
}
.condicoes ul>li {
	font-size: 13px;
	text-align:justify;
	font-style:italic;
	margin-bottom: 15px;
}

.condicoes a{
	font-size: 15px;
	font-weight: 500;
	color: #FCC01B;
}
.downloads {
	margin-bottom: 40px;
}
.downloads .download i{
	font-size: 36px;
	color:#F00;
}
.downloads .download h6{
	font-size: 11px;
	text-align:center;
	text-transform:uppercase;
	font-weight:300;
	margin-top:10px;
	color: #FCC01B;
}
.download:hover i{
	color: #FCC01B;
}
.download:hover h6{
	color: #F00;
}

.table thead {
	background-color: #FCC01B;
}
.table tfoot {
	background-color: #FCC01B;
	color: #FFF;
	font-weight:800;
}