html {
    height:100%;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

/*Inicio pagina Index*/
.bg {
    animation:slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
  }
  
  .bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
  }
  
  .bg3 {
    animation-duration:5s;
  }
  
  .content {
    background-color:rgba(255,255,255,.8);
    border-radius:.25em;
    box-shadow:0 0 .25em rgba(0,0,0,.25);
    box-sizing:border-box;
    left:50%;
    margin-top: 15vmin;
    padding:8vmin;
    position:absolute;
    text-align:center;
    transform:translate(-50%, -50%);
  }
  
  .bem-vindo {
    font-size: 35px;
    white-space: nowrap;
    overflow: hidden;
    animation: typewriter 3s steps(17) infinite alternate,
      blink 800ms steps(17) infinite normal;
    border-right: 5px solid black;
  }

  .video-container {
    margin-top: 40px; /* Adjust the margin-top value to increase or decrease the space */
    margin-bottom: -180px;
  }

  .video-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%; /* Adjust the width as per your requirements */
    height: 80vh; /* Adjust the height as per your requirements */
    margin: 0 auto;
    border: 2px solid #ccc; /* Adjust the border width and color as desired */
    overflow: hidden;
    border-radius:5%;
  }

  .video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  

  .clearfix{
    content: "";
    clear: both;
    display: table;
  }


  @keyframes typewriter {
    from {
      width: 0%;
    }
    to {
      width: 110%;
    }
  }
  @keyframes blink {
    from {
      border-color: black;
    }
    to {
      border-color: transparent;
    }
  }
  
  @keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }

@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
body {
    
    font-family: 'Rubik', sans-serif;
    background: #c0d7cd;
    height: 100 !important;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
/*Fim da pagina inicial*/
/*-----------------------------------------------------------------------------*/
/*Inicio da pagina Sobre*/
.sobre-titulo{
    margin-top: 35px;
    padding: 20px;
    font-size: 50px;
}

.sobre{
    text-align: justify;
    font-size: 18px;
    font-style: bold;
}

.imagem{
    text-align: center;
}
/*Fim da pagina sobre*/
/*-----------------------------------------------------------------------------*/
/*Inicio do footer*/
.container-fluid{
    overflow:hidden; 
    margin-top: 251px ;
    background:#262626 ;
    color: #627482  !important;
    margin-bottom: 0 ;
    padding-bottom:0  ;
}

.container-fluid a{
    text-decoration: none;
    color: #627482;
}

.container-fluid a:hover{
    text-decoration: underline;
}

small{
    font-size: calc(8px + (15 - 12) * ((90vw - 260px) / (1400 - 260))) !important; 
}

.bold-text{
    color: #989c9e !important;
}


.mt-55{
    margin-top: calc(20px + (60 - 50) * ((90vw - 260px) / (1400 - 260))) !important; 
}


h3{
    font-size: calc(28px + (40 - 34) * ((90vw - 260px) / (1400 - 260))) !important; 
}

.social{
    font-size: 11px !important; 
}

.rights{
    font-size: calc(8px + (12 - 10) * ((90vw - 260px) / (1400 - 260))) !important; 
}

.livro{
    width: 250px;
    height: auto;
}
/*Fim do Footer*/

/*-----------------------------------------------------------------------------*/

/*Inicio da pagina de contactos*/

.contactos-header{
    margin-top: 50px;
    padding: 20px;
}

.contactos{
    margin: auto;
    width: 100%;
}

.caixa-coluna{
    position: relative;
    width: 98%;
    height: auto;
    margin: 10px;
}

.caixa-coluna .texto{
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 2px solid #69ca62;
    padding: 20px;
    
    
}

.texto i{
    font-size: 12px;
}

.caixa-coluna a{
    text-decoration: none;
    color: #627482;
}

.caixa-coluna a:hover{
    color: #69ca62;
    text-decoration: underline;
}

svg,rect{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;

}

rect{
    stroke: #69ca62;
    stroke-width: 4;
    stroke-dasharray: 400;
    animation: animate 4s linear infinite;
}

.caixa .contactos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@keyframes animate{
    0%{
        stroke-dashoffset: 800;
    }
    100%{
        stroke-dashoffset: 0;
    }
}

@media(min-width:400px){
    .caixa-coluna{
        width: 82%;
        height: 200px;
    }
}

@media(min-width:520px){
    .caixa-coluna{
        width: 85%;
       height: 200px;
    }
}

@media(min-width:600px){
    .caixa-coluna{
        width: 82%;
       height: 200px;
    }
}

@media(min-width:680px){
    .caixa-coluna{
        width: 46%;
        height: 200px;
    }
}

@media(min-width:780px){
    .caixa-coluna{
        width: 47%;
        height: 200px;
    }
}

@media(min-width:1024px){
    .contactos{
        width: 1024px;
    }
    .caixa-coluna{
        width: 31%;
       height: 250px;
    }
}

@media(min-width:1200px){
    .contactos{
        width: 1200px;
    }
    .caixa-coluna{
       height: 250px;
    }
}

.whatsapp{
    margin-top: 50px;
    margin-left: 250px;
}
/*FIm da pagina de contactos*/

/*Inicio da pagina localização*/

.mapa{
    position: relative;    
}

.localizacao{
    margin-top: 35px;
    padding: 20px;
    font-size: 50px;
}

.localizacao-mapa{
    margin-left: 20%;
}

.morada{
    margin-top: 60px;
}

/*Fim da pagina localização*/

/*Inicio pagina de serviços*/

.cartao_servico .container{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    z-index: 1;
}

.container .card{
    position: relative;
    width: 280px;
    height: 400px;
    margin: 30px;
    box-shadow: 20px 20px 50px rgba(0,0,0,.25);
    background: rgba(255,255,255,.5);
    border-top: 1px solid rgba(255,255,255,.5);
    border-left: rgba(255,255,255,.5);
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
}

.card .conteudo_cartao h2{
    position: absolute;
    top: -40px;
    right: 75px;
    font-size: 8em;
    color: rgba(52, 47, 47, 0.182);
    pointer-events: none;
}

.card .conteudo_cartao h3{
    font-size: 1.8em;
    color: #69ca62;
}

.card .conteudo_cartao p{
    padding: 10px;
    text-align: justify;
    font-size: 1em;
    color: #0b0d0d;
    font-weight: 300;
}

.card .conteudo_cartao a{
    
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background:rgb(71, 194, 9);
    color: #154906ab;
    border-radius: 50px;
    text-decoration: none;
    font-size: 300;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
    
}

.titulo_pagina{
    font-size: 4em;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    margin-top: 20px;
    color: #69ca62;
    text-shadow: 2px 5px black;
   
}

/*Fim de pagina de serviços*/

/*Inicio pagina assistencia*/
.informacao{
    text-align: justify;
    font-size: 18px;
    font-style: bold;
}

.download{
    text-align: center;
}

/*Fim da pagina assistencia*/

/*Inicio Pagina Reparação*/

.formulario{
    text-align: center;
}

.whatsapp{
    text-align: center;
    margin-left: -35px;
}

.qrcode{
    border-radius: 25px;
    height: 225px;
    width: 200px;
}
/*Fim pagina reparação*/