body{width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; font-family: 'Lato', sans-serif !important; font-size: 15px;}a{color: #0078b9;}/*.header-placeholder{display: none;}.headroom{display: none;}*/ .hero{position: relative; width: 100%; background-image: url(https://www.ayming.com/wp-content/uploads/2020/11/hero-image-greeting.jpg); box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5); background-size: cover; background-position: 50% 100%; background-repeat: no-repeat; color: #ffffff; padding: 5%; margin-top: -2%;}.hero__inner{position: relative; z-index: 3;}.hero__content{-js-display: flex; display: flex; align-items: flex-end; justify-content: center; min-height: calc(60vh - 50px); padding: 50px 0 20px 0; overflow: auto;}@media (max-width: 500px){.hero__content{align-items: flex-start;}}.hero__content__inner{width: 100%; max-width: 800px; text-align: center;}/*--- CONTENT STYLING ---*/ h1.hero__header{color: #fff; margin-bottom: 0;}h1{margin-top: 0; font-size: 3em;}h1, h2, h3, h4{margin: 0 0 0.5em; line-height: 1.35; color: #fff; font-weight: 300;}.text-greeting{margin: 1em auto !important; line-height: 1.35 !important; color: #fff !important; font-size: 1.5em !important; font-weight: 300 !important;}.tg-1{max-width: 500px;}.tg-2{max-width: 700px;}.big__call{font-size: 2.6em !important; max-width: 875px; font-weight: bold !important;}.hero__text{opacity: 0.85; line-height: 1.7; text-align: center; font-size: 1.3em;}#scrollToNext{transition: 0.7s;}/*--- MODIFICATIONS ---*/ .steps{text-align: center; padding: 16pt 0pt;}.landing__section{padding: 24pt 0; background-color: #2babe2; color: #fff;}.hero-content-container{width: 75%; max-width: 1920px; margin: 0 auto; position: relative;}.container-greeting{width: 75%; max-width: 1920px; margin: 0 auto; position: relative;}.hero__logo{display: flex; flex-direction: row; align-items: center; justify-content: flex-end; flex-wrap: wrap; padding-top: 2%;}.hero__logo img{max-width: 80px;}@media (max-width: 700px){.hero__logo{justify-content: center;}}.resp-iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}.resp-container{position: relative; overflow: hidden; padding-top: 56.25%;}.hero-video{position: relative; width: 100%; background-image: url("https://www.ayming.com/wp-content/uploads/2020/11/Thumbnail_without_button.jpg"); box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5); background-size: cover; background-attachment: fixed; background-position: 50% 50%; background-repeat: no-repeat; color: #ffffff; padding: 10% 0; text-align: center;}.video-resp-container{width: 70%; margin: 0 auto;}.container-our-values{display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap;}.our-value{width: 400px; padding: 2% 0; -webkit-transition: -webkit-filter 600ms linear;}@media (max-width: 800px){.our-value{border-bottom: 1px solid #fff;}}.our-value img{max-width: 200px; max-height: 200px; transition: all .2s ease-in-out;}.img__wrap{}.img__wrap:hover .our-value{-webkit-filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1)); filter: drop-shadow(0 0 8px rgba(255, 255, 255, 1));}.img__wrap:hover .our-value img{transform: scale(1.1)}.our-value h4{font-size: 1.7em; font-weight: 800;}.values-title-container{max-width: 900px; text-align: center; margin: 0 auto;}.values-title{font-size: 7em; font-weight: 800; line-height: 1;}@media (max-width: 700px){.values-title{font-size: 4em; font-weight: 800; line-height: 1;}}.hero-wishes{position: relative; width: 100%; background-image: url("https://www.ayming.com/wp-content/uploads/2020/11/joshua-fuller-JGf0KBPj3x4-unsplash-scaled.jpg"); box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5); background-size: cover; background-position: 100% 0%; background-repeat: no-repeat; color: #ffffff; text-align: center;}.hero__wishes__content{-js-display: flex; display: flex; align-items: flex-start; justify-content: center; flex-direction: row; flex-wrap: wrap; padding: 50px 0 20px 0;}.hero__wishes__social{-js-display: flex; display: flex; align-items: flex-start; justify-content: center; flex-direction: row; flex-wrap: wrap;}.hero__wishes__social img{width: 100px; height: 100px; margin: 20px;}.big__call__blue{font-size: 5.6em; font-family: 'Lato', sans-serif; color: #2babe2;}.big__call__blue>span{font-weight: bold !important;}@media (max-width: 700px){.big__call__blue{font-size: 3em;}}/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */ .flip-card{background-color: transparent; width: 400px; height: 300px; perspective: 1000px; /* Remove this if you don't want the 3D effect */}/* This container is needed to position the front and back side */ .flip-card-inner{position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d;}/* Do an horizontal flip when you move the mouse over the flip box container */ .flip-card:hover .flip-card-inner{transform: rotateY(180deg);}/* Position the front and back side */ .flip-card-front, .flip-card-back{position: absolute; width: 100%; height: 70%; -webkit-backface-visibility: hidden; /* Safari */ backface-visibility: hidden;}/* Style the front side (fallback if image is missing) */ .flip-card-front{background-color: #2babe2; color: black;}/* Style the back side */ .flip-card-back{background-color: #2babe2; color: #fff; transform: rotateY(180deg); display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; padding: 70px 50px 0;}.flip-card-front h4{font-size: 1.7em; font-weight: 800;}.flip-card-back h5{font-size: 1.3em; margin: 0 auto; font-weight: bold;}@media (min-width: 768px) .footer{margin-top: 0;}.footer{margin-top: 0;}
Further Together
Este ano foi desafiante e aprendemos todos a fazer coisas duma forma diferente.
Agora, mais do que nunca, o nosso objetivo é ajudá-lo, guiados pelos nossos valores. Ajudá-lo a ultrapassar obstáculos e ajudá-lo a criar um mundo onde o sucesso do seu negócio e do planeta são um só.
Desejamos-lhe umas Boas Festas! Estamos ansiosos por trabalhar consigo em 2021.
Os valores que partilhamos
ESPÍRITO DE EQUIPA
Como trabalhamos em conjunto
Apoiamo-nos uns aos outros através da partilha de conhecimento e ideias, bem como combinando as nossas capacidades de forma a atingir os melhores resultados.
MENTE ABERTA
Como comunicamos
Nós ouvimos e valorizamos todas as ideias sem qualquer tipo de preconceito ou presunção, encorajando o diálogo, partilhando os factos de forma clara e aberta com os nossos colegas e clientes.
CRIATIVIDADE
Como inovamos
Nós investigamos e analisamos, usando o nosso espírito empreendedor, conhecimentos da indústria e pensamentos originais para a resolução de problemas.
PRAGMATISMO
Como fazemos as coisas
Focamo-nos nos resultados dos nossos clientes, criando soluções concretas baseadas na nossa experiência e conhecimento, ao invés das teorias de negócio já conhecidas.
PAIXÃO
Como sentimos
Nós envolvemo-nos e somos entusiásticos, trabalhamos num ambiente positivo e amigável e apenas ficamos satisfeitos como conseguimos atingir resultados verdadeiramente valiosos.
INTEGRIDADE
Como negociamos
Nós respeitamo-nos uns aos outros e criamos relações baseadas na honestidade e na confiança, de acordo com os mais altos padrões éticos, em todos os nossos negócios.
Partilhe connosco os seus desejos para 2021 usando #Ayming2021