/*Global*/
body{font-family: 'PT Sans Narrow', sans-serif;overflow-x: hidden;color: #000;}
*:focus {
    outline: none;
}
a, a:hover{
    color: var(--primarycolor);}
p{color: #92a5b9;font-size: 22px;}
.banner{
  background-size: cover;
  background-position: center center;
  margin-bottom: 85px;
  position: relative;
}
.banner .logo img{
  max-width: 305px;
  height: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}
.banner .logo::before{
  content: '';
  background: url(https://tradutores.pt/wp-content/uploads/2019/12/Oval.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.banner h1{
  color: #ffffff;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 30px rgba(13,37,62,0.7);
  position: relative;
  z-index: 3;
}

.banner h3{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
  text-align: center;
}
.banner h3 span{
  position: relative;
  line-height: 50px;
}
.banner h3:before{
  background: #1E88F5;
  content: '';
  width: 200%;
  margin-left: -20px;
  height: 50px;
  position: absolute;
}

.garantias{text-align: center;}

.garantias h2{
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 100px;
}

.garantias span, .garantias span p{
  font-size: 26px;
  color: #000000;
}
.garantias .icon-redondo{
  background: #f4f8fc;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.3);
  margin: 40px auto;
}
.garantias .icon-redondo img{padding: 50px 0;}

.banner_servicos .left h2{color: #FFFFFF; font-weight: 600;font-size: 46px;text-shadow: 0 1px 3px #000000;margin-bottom: 20px;}
.banner_servicos .left h3{color: #FFFFFF;font-style: italic;font-size: 26px; margin-bottom: 50px;}
.banner_servicos .left h3 span{z-index: 3;position: relative;    line-height: 50px;}
.banner_servicos .left h3:before{background: #1E88F5;content: '';width: 300%;right: 15px;height: 50px;position: absolute;}
.banner_servicos{margin-top: 170px;padding-top: 100px;padding-bottom: 100px;background-size: cover;
background-position: center center;}
.perguntas{padding-top: 80px;}
.banner_servicos .card{min-height: 230px}
.banner_servicos .card p{color: #92a5b9;font-size: 22px;}
.banner_servicos .card{margin-bottom: 20px;padding: 36px;box-shadow: 0 2px 28px 10px rgba(13,37,62,0.1);border: 0px;border-radius: 0px;}
.banner_servicos .card h3{font-size: 28px;margin-bottom: 20px;color: #0D253E;text-transform: uppercase;}
.banner_servicos .card h3 p{font-size: 25px;margin-bottom: 20px;color: #0D253E;}

.banner_servicos .left p{font-size: 26px; color: #ffffff;font-weight: 600;text-shadow: 0 1px 3px #000000;text-align: justify;}
.perguntas p{color: #92a5b9;font-size: 22px;}
.perguntas h4, .perguntas h4 p{font-size: 26px;	line-height: 31px;color: #1E88F5;}
.perguntas > .row > div{margin-bottom: 30px;}
.banner_2, .contactos{position: relative;margin-top: 170px;}
.mapa{position: relative;margin-top: 50px; margin-bottom: 80px;}
.banner_2 h2{padding: 80px 0;max-width: 880px;margin: 0 auto;}
.banner_2 h2 p{font-size: 46px; line-height: 54px;	font-weight: bold;text-align: justify;color: #ffffff;text-shadow: 0 2px 18px #0D253E;position: relative;z-index: 3;}
.banner_2:before{content: '';
background: url(https://tradutores.pt/wp-content/uploads/2019/12/Oval-1-1.png);
background-repeat: no-repeat;
background-position: right 10%;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;}
.contactos h4{font-size: 60px;	font-weight: bold;	line-height: 79px;text-align: center; color: #000000;}
.contactos p{max-width: 880px;margin: 0 auto;color: #597592;margin-bottom: 85px;}
.contactos{}
.mapa h4{font-size: 30px;font-weight: bold;}
.mapa p{color: #597592;}
.contactos h4, .contactos .icon-contain p{color: #0D253E;}
.contactos .icon-redondo{
  background: #f4f8fc;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.3);
  margin: 40px auto;
}
a.icon-redondo{
    animation: piscapisca 0.6s infinite;
    animation-direction: alternate;
}
@keyframes piscapisca {
0%{
    -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.3);
}
  100% {
    -webkit-box-shadow: none;
  box-shadow: none;
  }
}
.contactos .icon-redondo img{padding: 32px 0;}
.footer{color: white; font-weight: bold;font-size: 18px;}

.icon-redondo:hover {
    /*-webkit-animation: shake 1s;
    animation: shake 1s;*/
}
.banner_servicos .left h3:before{background: #1E88F5;content: '';width: 300%;right: 15px;height: 50px;position: absolute;}
.dots,.dots2{display: none !important;}
@media (min-width: 768px){
  .banner{
    min-height: 600px;
    padding-top: 90px;
    padding-bottom: 65px;
  }
  .banner h1{
    font-size: 65px;
  }
  .banner h3 {
      font-size: 20px;
      padding: 0px 120px;
  }
  .banner_servicos .cardsmt {
    margin-top: -185px;
    margin-bottom: -500px;
  }
  .perguntas {
    padding-top: 250px;
  }
  .d-flex .icon-redondo{margin-top: 20px;}
}
@media (min-width: 992px){
  .banner h3{
    font-size: 25px;
    padding: 0px 120px;
  }
  .banner h1{
    padding: 0px 120px;
  }
  .perguntas {
    padding-top: 425px;
  }
  .perguntas > .row > div.col-12{margin-bottom: -10px;}
  .dots,.dots2{display: block !important;}
}

@media (max-width: 767px){
  .banner{
    padding-top: 45px;
  }
  .banner .logo img {
    width: 150px;
  }
  .banner .logo::before {
    background-size: 80%;
  }
  .banner_servicos .left h3:before {
    right: 0px;
  }

}
@media (min-width: 576px){

}
@media (max-width: 575px){
  .banner .logo::before {
    background-size: 60%;
  }
  .banner_2 h2 p {
    font-size: 24px;
  }
  .banner_servicos .left p {
    font-size: 21px;}
    .banner_servicos .left h3 {
    font-size: 22px;}
    .banner_servicos .left h2 {
    font-size: 36px;}


    .banner_servicos, .banner_2, .mapa, .contactos {
    margin-top: 70px;
    }
}
.banner .logo::before {
    content: '';
   background: url(
https://tradutores.pt/wp-content/uploads/2019/12/Oval.png);
       background-repeat: repeat;
       background-size: auto;
   background-repeat: no-repeat;
   position: absolute;
   width: 43vw;
   height: 100%;
   top: 0;
   left: 0;
   background-size: cover;
}

