.pd0{
  padding: 0px;
}

.table1{
   border-right: 1px solid white;
}

.centrar_meio{
  display: flex;
  justify-content: center;
}
.compra{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.comprapalavras{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 30%;
}
.form_encomenda{
  margin-bottom: 5px;
}
.form_encomenda input{
  width: 100%;
height: 21px;
padding: 12px 10px 13px 10px;
border:none;
}

.form_encomenda textarea{
  width: 100%;
height: 21px;
padding: 4px 10px 11px 10px;
border:none;
height: 60px;
}

.form_encomenda_esquerda{
  padding-right: 3px;
}
.form_encomenda_direita{
  padding-left: 3px;
}

.avancar_botton{
  background-color: #046cfb;
  /* color:#b9bfcf; */
  color:#ffffff;
  width: 90px;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;

}

.input_encomenda_litro{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.input_encomenda_litro input{
  width: 92px;
  padding-left: 10px;
  border: none;
  color: #909090;
  font-size: 18px;
  font-weight: 700;
}
.input_encomenda_litro p{
  font-size: 18px;
  font-weight: 700;
  color: #046cfb;
  margin: 0px;
  margin-left: 5px;
  line-height: 14px;
}

.botao_encomenda{
 background-color: #046cfb;
    color: #ffffff;
  width: 109px;
  padding: 5px;
  text-align: center;
  
  display: flex;
    align-items: center;
    justify-content: center;
}

.mudareuro{
  background-color: #046cfb;
  color:#b9bfcf;
  width: 150px;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  
}

.escondido {
  display: none;
}

.titulo_form_encomendas{
  color:#046cfb;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 15px;
}

.letra_encomenda{
  color:#046cfb;
  font-family: 'Roboto';
  font-weight: 700;
  width: 100px;
  line-height: 14px;
}

.preco_encomenda{
  color:#046cfb;
  font-family: 'Roboto';
  font-weight: 700;
  border-right: 2px solid #046cfb;
    border-left: 2px solid #046cfb;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
}
.preco_encomenda span{
  font-size: 10px;
}

.total_encomenda{
  display: flex;
  justify-content: flex-end;
  font-family: 'Roboto';
  font-size: 16px;
  color: #046cfb;
}

.data_encomenda_data input{
    color: #909090;
    background-color: #ebebeb;
    border: none;
    /* color: #046cfb; */
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

.angular-google-map-container { 
  height: 400px;
  width: 400px; 
}

.angular-google-map{
  width: 100%;
  height: 100%;
}
.angular-google-map-container{
  width: 100%;
  height: 100%; 
}

.mapa{
  width: 100%;
  height: 100%;
}

.cmn-t-underline {
  position: relative;
  color: white;
}
.cmn-t-underline:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 5px;
  background-color: white;
  content: "";
  transition: width 0.2s;
}
.cmn-t-underline:hover {
  color: white;
}
.cmn-t-underline:hover:after {
  width: 100%;
}

.cmn-t-underline.inPage:after{
  width: 100%;
}

.cmn-t-underline2 {
  position: relative;
  color: #046cfb;
}
.cmn-t-underline2:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 5px;
  background-color: #046cfb;
  content: "";
  transition: width 0.2s;
}
.cmn-t-underline2:hover {
  color: #046cfb;
}
.cmn-t-underline2:hover:after {
  width: 100%;
}

.cmn-t-underline2.inPage:after{
  width: 100%;
}

a:visited{
  text-decoration: none;
}
a:hover, a:focus {
    
    text-decoration: none;
}

.menu a:hover, .menu a:focus{
  color:white;
}



/*ANIMATION*/
.animated {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-ms-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}

.animated.hinge {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-ms-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s;
}

@-webkit-keyframes bounceIn {

0% {
opacity: 0;
-webkit-transform: scale(0.8);
}

50% {
opacity: 1;
-webkit-transform: scale(1.05);
}

100% {
opacity: 1;
-webkit-transform: scale(1);
}
}

@-moz-keyframes bounceIn {

0% {
opacity: 0;
-moz-transform: scale(0.8);
}

50% {
opacity: 1;
-moz-transform: scale(1.05);
}

100% {
opacity: 1;
-moz-transform: scale(1);
}
}

@-o-keyframes bounceIn {

0% {
opacity: 0;
-o-transform: scale(0.8);
}

50% {
opacity: 1;
-o-transform: scale(1.05);
}

100% {
opacity: 1;
-o-transform: scale(1);
}
}

@keyframes bounceIn {

0% {
opacity: 0;
transform: scale(0.8);
}

50% {
opacity: 1;
transform: scale(1.05);
}

100% {
opacity: 1;
transform: scale(1);
}
}

.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn;
}

@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}

100% {
opacity: 1;
}
}

@-moz-keyframes fadeIn {
0% {
opacity: 0;
}

100% {
opacity: 1;
}
}

@-o-keyframes fadeIn {
0% {
opacity: 0;
}

100% {
opacity: 1;
}
}

@keyframes fadeIn {
0% {
opacity: 0;
}

100% {
opacity: 1;
}
}

.delay {
-webkit-animation-delay: 0.30s;
-moz-animation-delay: 0.30s;
-o-animation-delay: 0.30s;
animation-delay: 0.30s;
}

.delay-three {
-webkit-animation-delay: 0.60s;
-moz-animation-delay: 0.60s;
-o-animation-delay: 0.60s;
animation-delay: 0.60s;
}

.delay-two {
-webkit-animation-delay: 1.0s;
-moz-animation-delay: 1.0s;
-o-animation-delay: 1.0s;
animation-delay: 1.0s;
}

.delay-one {
-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;
}

.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}

100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}

@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}

100% {
opacity: 1;
-moz-transform: translateY(0);
}
}

@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}

100% {
opacity: 1;
-o-transform: translateY(0);
}
}

@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}

100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}

@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}

100% {
opacity: 1;
-moz-transform: translateY(0);
}
}

@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}

100% {
opacity: 1;
-o-transform: translateY(0);
}
}

@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}

100% {
opacity: 1;
transform: translateY(0);
}
}

.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}

100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}

@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}

100% {
opacity: 1;
-moz-transform: translateX(0);
}
}

@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}

100% {
opacity: 1;
-o-transform: translateX(0);
}
}

@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}

100% {
opacity: 1;
transform: translateX(0);
}
}

.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}

.fadeOutDown {
-webkit-animation-name: fadeOutDown;
-moz-animation-name: fadeOutDown;
-o-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}

100% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
}

@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0);
}

100% {
opacity: 0;
-moz-transform: translateX(-20px);
}
}

@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0);
}

100% {
opacity: 0;
-o-transform: translateX(-20px);
}
}

@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}

100% {
opacity: 0;
transform: translateX(-20px);
}
}

@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}

@-moz-keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}

@-o-keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}

@keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}

.animated.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
}

.animated.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
-moz-animation-name: fadeOutLeft;
-o-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}




/*FIM ANIMATION*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*FONT FACE EXAMPLE*/
@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('brandongrotesque-black-webfont.eot');
    src: url('brandongrotesque-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('brandongrotesque-black-webfont.woff2') format('woff2'),
         url('brandongrotesque-black-webfont.woff') format('woff'),
         url('brandongrotesque-black-webfont.ttf') format('truetype'),
         url('brandongrotesque-black-webfont.svg#brandon_grotesqueblack') format('svg');
    font-weight: normal;
    font-style: normal;

}





[ng-cloak]
{
  display: none !important;
}


body{
	margin: 0px;
	padding: 0px;
}

a{
  text-decoration:none;
  color:white;
}
a:hover{
  text-decoration: none;
  color: white;
}


.center-me {
  margin: 0 auto;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cursor{
  cursor:pointer;
}


/*HOME*/

.imagem_home img{
  width: 550px;
}
.tabela_holder{
  padding:8px 0px 8px 0px;
}
.tabela1{
    width: 20%;
    display: inline-block;
    margin-right: -3px;
      padding: 0px 5px 0px 5px;
      border-right: 1px solid white;
}
.tabela2{
    width: 20%;
    display: inline-block;
    margin-right: -3px;
      padding: 0px 5px 0px 5px;
      border-right: 1px solid white;
}
.tabela3{
    width: 20%;
    display: inline-block;
    margin-right: -3px;
      padding: 0px 5px 0px 5px;
      border-right: 1px solid white;
}
.tabela4{
    width: 20%;
    display: inline-block;
    margin-right: -3px;
      padding: 0px 5px 0px 5px;
      border-right: 1px solid white;
}
.tabela5{
  width: 19%;
  display:inline-block;
      padding: 0px 5px 0px 5px;
     
}

.gasol_holder{
  background-color: #046cfb;
  color: white;
  margin-top: 30px;
  height: auto;
  border-radius: 30px;
  padding: 2rem;
}



/* .gasol_holder{
  background-color: #315ea8;
  border: 5px solid white;
  color: white;
  margin-top: 30px;
  height: auto;
} */

.homepage{
  position: relative;
  float: left;
  width: 100%;
  height: 100vh;
  background-image: url('../img/background.jpg');
  background-size: cover;

   background-color: rgba(1,10,86,0.8);
    background-blend-mode: multiply;
}

.logo{
  position: absolute;
  top: 45px;
  left: 45px;
}
.logo img{
  width: 200px;
}

.menu{
  position: absolute;
  top:69px;
  right: 54px;
  font-family: 'Roboto';
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
      z-index: 1;
}

/*.menu ul li a:hover{
  border-bottom:5px solid white;
}*/


.holder_mid{
  position: relative;
  float: left;
  width: 100%;
  padding-top: 65px;
  height: 100%;
  display: flex;
  align-items: center;

}

/*.centrar_home{
   position: absolute;
  top: 50%;
  transform: translateY(-50%);
}*/

.venda_holder{
  font-family: 'Roboto';
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-align: center;
  /*font-size: 32px;*/
  font-size: 28px;
  padding-bottom: 10px;
}
.linha_holder{
  width: 20%;
  height: 8px;
   background-color: #046cfb;
   position: relative;
   left: 40%;
}
.venda_subtitulo{
   font-family: 'Roboto';
  font-weight: 400;
  color: white;
  text-align: center;
  font-size: 16px;
  padding-top:10px;
}





.linha1{
  background-color: #161c28;
  height: 8px;
  width: 85%;
  margin: 0 auto;
}
.linha2{
  background-color: #a5d3b5;
   height: 8px;
  width: 85%;
  margin: 0 auto;
}
.linha3{
  background-color: #66bb89;
   height: 8px;
  width: 85%;
  margin: 0 auto;
}
.linha4{
  background-color: #496b57;
   height: 8px;
  width: 85%;
  margin: 0 auto;
}
.linha5{
  background-color: #85cff4;
   height: 8px;
  width: 85%;
  margin: 0 auto;
}
.linha6{
  background-color: #e7705c;
   height: 8px;
  width: 85%;
  margin: 0 auto;
}
.linha7{
  background-color: #f33818;
   height: 8px;
  width: 85%;
  margin: 0 auto;
}

.linha8{
  background-color: #d4c934;
   height: 8px;
  width: 85%;
  margin: 0 auto;
}



.linhacompra{
 width: 20%;
    /*height: 8px;*/
    height: 4px;
    background-color: #046cfb;
    position: relative;
    
}



.titulo_gasol{
  
  font-weight: 300;
  font-family: 'Roboto';
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 72px;
  font-size: 15px;
    line-height: 18px;
}

.preco{
  padding-top: 13px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Roboto';

}
.preco2{
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Roboto';

}

.holder-texto{
  text-align: center;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: white;
  padding-top: 20px;
}

.footer{
  position: absolute;
  bottom:0px;
  color: white;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 10px;

}

.todos_left{
position: absolute;
bottom: 20px;
left: 20px;
}

.email_right{
position: absolute;
bottom: 20px;
right: 20px;
}
.todos_left2{
position: absolute;
bottom: 35px;
left: 35px;
}

.email_right2{
position: absolute;
bottom: 35px;
right: 35px;
}



.border-right{
  border-right: 1px solid white;
}

.holder{
  padding-top: 15px;
  padding-bottom: 15px;
}
/*FIM HOME*/




/*SOBRE*/
.sobre{
   position: relative;
  float: left;
  width: 100%;
  height: 100vh;
  background-color: #dcdcdc;
  border: 15px solid #ebebeb;
}

.logo2{
  position: absolute;
  top: 60px;
  left: 80px;
}

.holder_sobre_left{
  background-image: url('../img/sobre_background.jpg');
  height: calc(100vh - 30px);
      background-size: cover;
      background-color: rgba(1,10,86,0.8);
    background-blend-mode: multiply;
}
.holder_encomendas_left{
  background-image: url('../img/encomendas.jpg');
  height: calc(100vh - 30px);
      background-size: cover;
      background-color: rgba(1,10,86,0.8);
    background-blend-mode: multiply;
}

.areasobre{
  padding-top: 66px;
}
.area_encomenda{
  padding-top: 85px;
}
.valor{
  font-size: 32px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #046cfb;
}
.mais{
  color:#44b74c;
  font-size: 32px;
  font-family: 'Roboto';
  font-weight: 700;

}



.email_rightsobre{
position: absolute;
bottom: 20px;
right: 20px;
color: #046cfb;
}

.email_rightsobre a{
  color: #046cfb
}



/*FIM SOBRE*/


/*CONTACTOS*/
.contactos{
   position: relative;
  float: left;
  width: 100%;
  height: 100vh;
  background-color: #dcdcdc;
  border: 15px solid #ebebeb;
}

.contactos_holder{
  height: 100%
}

.logo2{
  position: absolute;
  top: 60px;
  left: 80px;
}

.holder_sobre_left_contactos{
/*  background-image: url('../img/contactosbackground.png');*/
  height: calc(100vh - 30px);
}

.holder_sobre_right{
  height: 100%;
}
.menusobre{
    position: relative;
   top: 54px;
    right: 24px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #046cfb;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 1;
}

.menusobre a{
  color: #046cfb;
}

/*.menusobre a:hover{
  border-bottom: 5px solid #046cfb;
}*/

.areacontactos{
  padding-top: 85px;
}
.valor{
  font-size: 32px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #046cfb;
}
.mais{
  color:#44b74c;
  font-size: 32px;
  font-family: 'Roboto';
  font-weight: 700;
  margin-bottom: -15px;

}

.sobreempresa{
  color:#046cfb;
   font-size: 12px;
  font-family: 'Roboto';
  font-weight: 400;
}

.email_rightsobre{
position: absolute;
bottom: 20px;
right: 20px;
color: #046cfb;
}

.contactos_titulo{
  color: #046cfb;
  font-size: 17px;
  font-family: 'Roboto';
  font-weight: 700;
  padding-bottom: 24px;
  line-height: 17px;
  padding-left: 5px;


}

.contactos_locais{
  color: #046cfb;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 16px;
}

.contactos_locais span{
  font-weight: 700;
}

.contactos_locais a{
  color: #046cfb;
}
.form{
  padding-top: 20px;
}

.form_input{
  padding-bottom:5px; 
}

.form_input input{
width: 100%;
height: 21px;
padding: 12px 10px 13px 10px;
border:none;
color: #909090;
    background-color: #ebebeb;
}

.minContactHeight{
  min-height: 135px;
}

.form_input input::-webkit-input-placeholder , textarea::-webkit-input-placeholder {
    font-size: 14px;
} 
.form_input textarea::-webkit-input-placeholder , textarea::-webkit-input-placeholder {
    font-size: 14px;
} 

.form_input textarea{
width: 100%;
height: 21px;
padding: 4px 10px 11px 10px;
border:none;
color: #909090;
    background-color: #ebebeb;
}

.form_input textarea{
  height: 60px;
}

textarea {
   resize: none;
}
input[type="submit"]
{
    border:none;
    text-decoration:none;
    font-family: 'Roboto';
    font-weight: 300;
    color:white;
    background-color: #046cfb;
    /*padding-bottom: 22px;*/
    /* padding: 2px 0px 22px 0px; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input::-webkit-input-placeholder , textarea::-webkit-input-placeholder {
   color: #909090;
    font-size: 18px;
   /* color: #dcdcdc;
   font-size:12px; */
} 

.campo_ob_aviso{
  position: absolute;
  float: left;
  color: #FFFFFF;
  font: 7px arial;
  top: 10px;
  right: 25px;
  background-color: #c64242;
  border-radius: 0px;
  padding: 5px;
  z-index: 1;
}


.hover_contactos{
  padding-left: 5px;
  padding-right: 5px;
}

.hover_contactos:hover{
  background-color: #ebebeb;
}

/*FIM CONTACTOS*/




/*MENU DE LADO*/
.menudelado{
  position: fixed;
  top: 0px;
  background-color: white;
  height: 100vh;
  right: 0px;
  z-index: 11;
   transform: translateX(100%);
   transition: transform 0.5s ease;
}
.menudelagoativo{
  transform: translateX(0%);
}

.menudelado2{
  position: fixed;
  top: 0px;
  background-color: #315ea8;
  height: 100vh;
  right: 0px;
  z-index: 11;
   transform: translateX(100%);
   transition: transform 0.5s ease;
}
.menudelagoativo2{
  transform: translateX(0%);
}

.textomenu{
  position: relative;
    top: 8%;
  text-transform: uppercase;
  font-family: 'Roboto';
 font-size: 16px;

  color: #315ea8;
  font-weight: 700;
}
.textomenu a{
  color: #315ea8;
}

.textomenu .col-md-12{
  padding-bottom: 20px;
}
.textomenu img{
  width: 26px;
}

.textomenu2{
  position: relative;
      top: 8%;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 16px;

  color: #315ea8;
  font-weight: 700;
}
.textomenu2 a{
  color: white;
}

.textomenu2 .col-md-12{
  padding-bottom: 20px;
}
.textomenu2 img{
  width: 26px;
}

.botaomenu{
  position: absolute;
  top: 45px;
    right: 28px;
  z-index: 10;
}
.botaomenu img{
  width: 33px;;
}

.botaomenu2{
  position: absolute;
  top: 30px;
    right: 13px;
  z-index: 10;
}
.botaomenu2 img{
  width: 33px;;
}
.bt{
  padding-bottom: 43px !important;

}
.pdtop15{
  padding-top: 15px;
}
.pdl10{
padding-left: 10px;
}
.pdl25{
padding-left: 25px;
}
.padding10{
  padding:10px;
}
.pdr30{
  padding-right: 30px;
}

/*FIM MENU DE LAGO*/


.campo_ob_aviso{
  position: absolute;
  float: left;
  color: #FFFFFF;
  font: 7px arial;
  top: 4px;
  right: 38px;
  background-color: #c64242;
  border-radius: 0px;
  padding: 5px;
  z-index: 1;
}


/*ENCOMENDAS*/

.bomba_preco{
  display: flex;
  align-items: center;
  background-color: white;
  /* background-color: white; */
    background-color: #ebebeb;
  justify-content: space-around;
  margin-bottom: 10px;
  height: 50px;
  
}

.encomenda_home{
   position: relative;
  float: left;
  width: 100%;
  height: 100vh;
  background-color: #dcdcdc;
  border: 15px solid #ebebeb;
}

.feder{
  position: absolute;
  bottom: 15px;
  left: 30px;
}
.feder img{
  width: 200px;
}
#feder_ficheiro{
  display: inline-block;
  width:50%;
}

#dever_ficheiro{
  display: inline-block;
  cursor: pointer;
  position: absolute;
    bottom: 0px;
    /* left: 15px; */
    margin-left: 15px;
    display: inline-block;
        font-size:12px;

}
.acertonovo{
  width: 12.5%;
  padding: 0px;
}
@media screen and (max-width:1200px) {
   
}

@media screen and (max-width:992px) {
   
  .centrar_meio{
    padding: 0px;
  }
  .imagem_home img{
    width:440px;
  }
  .venda_subtitulo{
    font-size:14px;
  }
}

@media screen and (max-width:768px) {
    .acertonovo{
      width:100%;
    }
    .preco{
          width: 80%;
    border-bottom: 1px solid white;
    margin:0 auto;
    }
    .preco2{
          
    }

   .tabela1{
    width: 100%;
    padding:0px;
    border:none;
        margin-right: 0px;
      
  }
  .tabela2{
      width: 100%;
      padding:0px;
      border:none;
        margin-right: 0px;
     
  }
  .tabela3{
      width: 100%;
      padding:0px;
      border:none;
        margin-right: 0px;
      
  }
  .tabela4{
      width: 100%;
      padding:0px;
      border:none;
        margin-right: 0px;
  }
  .tabela5{
    width: 100%;
    padding:0px;
       
  }

  .linha1{

  width: 63%;
  margin:0 auto;
}
.linha2{
   width: 63%;
  margin:0 auto;
}
.linha3{
  width: 63%;
  margin:0 auto;
}
.linha4{
   width: 63%;
  margin:0 auto;
}
.linha5{
    width: 63%;
  margin:0 auto;
}
.linha6{
    width: 63%;
  margin:0 auto;
}
.linha7{
  width: 63%;
  margin:0 auto;
}
.linha8{
  width: 63%;
  margin:0 auto;
}

  
  .homepage{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-image: url('../img/background.jpg');
    background-size: cover;

    background-color: rgba(1,10,86,0.8);
    background-blend-mode: multiply;
  }
  .footer2{
    color: white;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 10px;
    padding-top: 15px;
    padding-bottom: 15px;

  }
  .todos_left2{
    bottom:13px;
  }
  
  #dever_ficheiro{
    display: block;
    position:relative;
    margin-top:15px;
    margin-left:25px;
    cursor: pointer;
 }
 
 #dever_ficheiro_2{
    display: none;
 }

  .email_right2{
   
    }

    .linha_holder {
    width: 50%;
    left: 25%;
  }
  .menu{
    right: 0px;
  }
  .logo {
    
    top: 36px;
    left: 34px;
}
  .logo img {
    width: 90px;
  }
  .logo2 {
    top: 27px;
    left: 19px;
}
  .logo2 img {
    width: 120px;
  }

  .menusobre{
    right: 0px;
    padding: 0px;
  }

  .areasobre {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }

  .area_encomenda{
     padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
  }
.areacontactos{
  padding-left: 15px;
  padding-right: 15px;
  padding-top:50px;
}

.contactos{

  position: relative;
  float: left;
  width: 100%;
  height: 100vh;
  
  background-size: cover;
  
}

.footernothome{
   color: #046cfb;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 10px;
  margin-top: 10px;
      padding-bottom: 10px;
      position: absolute;
    bottom: 0px;
}
.footernothome a{
  color: #046cfb;
}
.footerhome{
   color: white;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  text-align: left;
}

.sobre{
      width: 100%;
    height: 100vh;
}
.encomenda_home{
 width: 100%;
    height: 100%;
}

.holder_sobre_right{
     padding: 60px 30px 0px 30px;
}
.contactos_titulo{
  padding-left: 0px;
  padding-right: 0px;
}
.mais{
  padding-right: 0px;
  padding-left: 0px;
}

.valor{
  padding-right: 0px;
  padding-left: 0px;
}
.sobreempresa{
  padding-right: 0px;
  padding-left: 0px;
}
.contentgasol{
  padding-right: 30px;
  padding-left: 30px;
}

.venda_subtitulo{
      padding: 15px 30px 0px 30px;
}

.form_encomenda_esquerda{
  padding-right: 15px;
}
.form_encomenda_direita{
  padding-left: 15px;
}


.bomba_preco {
    display: flex;
    align-items: center;
    /* background-color: white; */
    background-color: #ebebeb;
    justify-content: space-around;
    margin-bottom: 10px;
    height: 50px;
    padding-left: 6px;
    padding-right: 0px;
}

.letra_encomenda {
    color: #046cfb;
    font-family: 'Roboto';
    font-weight: 700;
    width: 100px;
    line-height: 14px;
    font-size: 12px;
    padding-left: 5px;
}

.preco_encomenda {
    color: #046cfb;
    font-family: 'Roboto';
    font-weight: 700;
    border-right: 2px solid #046cfb;
    border-left: 2px solid #046cfb;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    text-align: center;
        line-height: 13px;
    height: 50px;
    padding-top: 14px;
  }

.input_encomenda_litro input {
    width: 90px;
    padding-left: 0px;
    text-align: center;
}

.holder_sobre_right{
  padding: 0px;
  padding-top: 90px;
}
  .imagem_home img{
  width: 250px;
  }

  .botao_encomenda {
    background-color: #046cfb;
    color: #ffffff;
    /* background-color: #ebebeb;
    color: #909090; */
    width: 106px;
    padding: 5px;
    /* text-align: center; */
    line-height: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .holder_mid{
    padding-top: 130px;
  }

  .feder{
    bottom: 30px;
    left: 15px;
  }
  .feder img{
    width: 150px;
  }
}


@media screen and (max-width:425px){
    #feder_ficheiro{
        width:100%;
    }
 
     #dever_ficheiro_2{
        display: inline-block;
        margin-right: 40px;
        cursor: pointer;
     }
}

@media screen and (min-width:1400px) {
   .holder_sobre_right{
      width: 35%;
   }
   .holder_encomendas_left, .holder_sobre_left_contactos, .holder_sobre_left{
      width: 65%;
   }

   .sobreempresa{
    font-size: 20px;
    padding-top: 40px;
   }

   .titulo_form_encomendas{
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 400;
   }
   .contactos_titulo{
    font-size: 32px;
    line-height: 30px;
    font-weight: 400;
   }
   .valor{
font-weight: 400;
   }
   .formenviar{
    padding-top: 15px;
   }
   
}
