@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
.centro {
    width: 100%;
    margin: 0 auto;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0%;
    background-color: #ffffff;
}
header {
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
}
header.fundo {
	background: url('../imagens/banner.jpg') top no-repeat;
	background-size: cover;	
}
.mask_img {
    display: flex;
    position: relative;
    top: 0;
    z-index: 1;
}
.mask_img img {
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 1;
    position: absolute;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1110px;
    width: 100%;
    padding-top: 15px;
	padding-top: 10px;
	padding-bottom: 5px;	
}
header .logo a {
    background: url(../imagens/logo.png) center no-repeat;
    width: 193px;
    height: 85px;
    text-indent: -9999px;
    display: inline-block;
	background-size: 180px 74px;
	position: relative;	
	top: -2px;
}
header .idiomas {
    display: flex;
    flex-direction: row;
    column-gap: 1px;
}
header .idiomas a {
    display: flex;
    width: 30px;
    height: 30px;
}
header .idiomas a.portugues {
    background: url(../imagens/idioma1.png) center no-repeat;
}
header .idiomas a.espanhol {
    background: url(../imagens/idioma2.png) center no-repeat;
}
header .idiomas a.ingles {
    background: url(../imagens/idioma3.png) center no-repeat;
}
header nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 41px;
}
header nav a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}
header .comprar,
#banner .conteudo a {
    background: url(../imagens/icon_whats.png) center right 12px no-repeat;
    display: flex;
    align-items: center;
    width: 201px;
    height: 46px;
    border: 2px solid #c3e5f7;
    border-radius: 25px;
    color: #c3e5f7;
    text-indent: 22px;
    margin-left: 4px;
}
#banner .centro {
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    position: relative;
    box-sizing: border-box;
    align-items: center;
}
#banner .mask_img:not(#banner .conteudo .mask_img) {
    padding-top: 45.62%;
    width: 100%;
}
#banner .conteudo {
    margin-top: auto;
    display: grid;
    grid-template-columns: 570px 1fr;
    position: absolute;
    z-index: 2;
    max-width: 1110px;
    width: 100%;
    padding-top: 171px;
}
#banner .conteudo article {
    padding-top: 70px;
}
#banner .conteudo h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 72px;
    color: #ffffff;
}
#banner .conteudo h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    color: #c3e5f7;
    margin-top: 5px;
    margin-bottom: 31px;
}
#banner .conteudo a {
    background: url(../imagens/seta_baixo.png) center right 17px no-repeat;
    border: 2px solid #c2e4f6;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-indent: 21px;
    margin-left: -1px;
}
#banner .conteudo .produto {
    padding-left: 40px;
    padding-right: 6px;
}
#banner .conteudo .mask_img {
    padding-top: 101.82%;
}
#produto .centro {
    max-width: 1110px;
}
#produto .top {
    position: relative;
    width: 620px;
    margin: 0 auto;
    margin-top: 59px;
}
#produto .top .passador span {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-indent: -99999px;
    position: absolute;
    top: 31%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    border: 1px solid #005c8e;
    border-radius: 50%;
}
#produto .anterior {
    background: url(../imagens/seta_esquerda.png) center left 12px no-repeat;
    left: 0;
}
#produto .proximo {
    background: url(../imagens/seta_direita.png) center right 12px no-repeat;
    right: 0;
}
#produto .top h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #005c8e;
    text-transform: uppercase;
    text-align: center;
}
#produto .top h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #9abbcc;
    text-transform: uppercase;
    text-align: center;
    margin-top: -6px;
}
#produto .bottom {
    display: grid;
    grid-template-columns: 285px 539px 286px;
    margin-top: 52px;
}
#produto .bottom .esquerda {
    text-align: right;
    opacity: 1;
}
/*
#produto li.primeiro .bottom .esquerda {
    opacity: 1;
}
#produto li.primeiro .bottom .meio {
   opacity: 1;
}
#produto li.primeiro .bottom .direita {
   opacity: 1;
}
*/
#produto .bottom .direita {
    text-align: left;
    opacity: 1;
}
#produto .bottom h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #005c8e;
}
#produto .bottom p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8d8d8d;
    margin-top: -1px;
}
#produto .bottom .formas {
    background: url(../imagens/icon_1.png) top right no-repeat;
    padding-top: 76px;
    margin-left: -80px;
}
#produto .bottom .precisao {
    background: url(../imagens/icon_2.png) top right no-repeat;
    padding-top: 66px;
    margin-top: 35px;
}
#produto .bottom .durabilidade {
    background: url(../imagens/icon_3.png) top right no-repeat;
    padding-top: 69px;
    margin-left: -50px;
    margin-top: 53px;
}
#produto .bottom .dimensoes {
    background: url(../imagens/icon_1.png) top left no-repeat;
    padding-top: 76px;
}
#produto .bottom .dentes {
    background: url(../imagens/icon_2.png) top left no-repeat;
    padding-top: 66px;
    margin-top: 35px;
}
#produto .bottom .assistencia {
    background: url(../imagens/icon_3.png) top left no-repeat;
    padding-top: 69px;
    margin-top: 53px;
}
#produto .bottom .meio {
    position: relative;
    padding-left: 73px;
    padding-right: 46px;
    opacity: 1;
}
#produto .bottom .mask_img {
    padding-top: 102.14%;
    margin-top: -17px;
}
#produto .bottom .fundo {
    background: url(../imagens/fundo_produto.png) center no-repeat;
    width: 421px;
    height: 337px;
    position: absolute;
    top: 9px;
    left: 55px;
}
#produto .bottom .sombra {
    background: url(../imagens/sombra_produto.png) center no-repeat;
    width: 443px;
    height: 94px;
    position: absolute;
    top: 334px;
    left: 60px;
}
#produto .bottom .comprar,
#quem_somos .comprar {
    background: url(../imagens/icon_carrinho_azul.png) center right 18px no-repeat;
    display: flex;
    align-items: center;
    width: 200px;
    height: 46px;
    /* border: 2px solid #971c82; */
    border: 2px solid #005c8e;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    /* color: #971c82; */
    color: #005c8e;
    text-indent: 20px;
    margin-left: 73px;
    margin-top: 26px;
}
#nossos_produtos .centro {
    background: url(../imagens/fundo_produtos.jpg) center no-repeat;
    max-width: 1920px;
    padding-top: 91px;
    padding-bottom: 45px;
    margin-top: 59px;
}
#nossos_produtos h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #005c8e;
    text-align: center;
    line-height: 31px;
    margin-bottom: 38px;
}
#nossos_produtos .listagem_produtos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 33px;
    max-width: 1122px;
    margin: 0 auto;
}
#nossos_produtos .listagem_produtos li {
    position: relative;
    padding-left: 6px;
    padding-right: 8px;
}
#nossos_produtos .listagem_produtos .mask_img {
    padding-top: 100.54%;
}
#nossos_produtos .listagem_produtos .sombra {
    background: url(../imagens/sombra_produto.png) center no-repeat;
    background-size: contain;
    width: 193px;
    height: 40px;
    position: absolute;
    bottom: 31px;
    left: 0;
}
#nossos_produtos .listagem_produtos h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #005c8e;
    text-transform: uppercase;
    margin-top: 11px;
    text-indent: 34px;
}
#quem_somos .centro {
    max-width: 1110px;
    display: grid;
    grid-template-columns: 540px 1fr;
    padding-top: 60px;
    padding-bottom: 35px;
}
#quem_somos .esquerda {
    margin-left: -61px;
    margin-right: 21px;
}
#quem_somos .mask_img {
    padding-top: 131.89%;
}
#quem_somos .direita {
    padding-top: 54px;
}
#quem_somos h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 42px;
    /* color: #971c82; */
    color: #005c8e;
}
#quem_somos p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #8d8d8d;
    margin-top: 14px;
    margin-right: -1px;
}
#quem_somos .comprar {
    margin-top: 19px;
    margin-left: 0;
}
#tecnologia .centro {
    background: url(../imagens/cor_tecnologia.jpg) center left no-repeat;
    max-width: 1920px;
}
#tecnologia .centro2 {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}
#tecnologia .top {
    display: grid;
    grid-template-columns: 363px 1fr;
}
#tecnologia .top h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2.4px;
    color: #ffffff;
    margin-left: 40px;
    margin-right: 100px;
    margin-top: 85px;
}
#tecnologia .top p {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #8d8d8d;
    padding-left: 52px;
    margin-right: 80px;
    padding-top: 48px;
    padding-bottom: 65px;
}
#tecnologia .lista {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10.5px;
    background-color: #ffffff;
    border-radius: 12px 0 12px 0;
}
#tecnologia .lista li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 41px;
    padding-bottom: 42px;
}
#tecnologia .lista .item1 {
    background-color: #005c8e;
    border-radius: 12px 0 0 0;
}
#tecnologia .lista .item2 {
    background-color: #4d8cb0;
}
#tecnologia .lista .item3 {
    background-color: #1886a0;
    border-radius: 0 0 12px 0;
}
#tecnologia .lista h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2.64px;
    color: #ffffff;
    text-transform: uppercase;
}
#tecnologia .lista p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    max-width: 270px;
    margin-top: 5px;
    margin-bottom: 27px;
}
#tecnologia .lista .mask_img {
    padding-top: 97.51%;
    border-radius: 12px 0 12px 0;
    overflow: hidden;
}
#servico_reparacao .centro {
    max-width: 1110px;
    display: grid;
    grid-template-columns: 474px 1fr;
    padding-top: 53px;
    padding-bottom: 67px;
}
#servico_reparacao h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 3.12px;
    color: #1886a0;
    text-transform: uppercase;
    max-width: 410px;
}
#servico_reparacao p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #8d8d8d;
    max-width: 465px;
    margin-top: 9px;
    margin-bottom: 19px;
}
#servico_reparacao a {
    background: url(../imagens/icon_whats2.png) center right 12px no-repeat;
    display: flex;
    align-items: center;
    width: 237px;
    height: 46px;
    border: 2px solid #1886a0;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1886a0;
    text-indent: 22px;
}
#servico_reparacao .direita {
    padding-top: 25px;
    padding-left: 52px;
}
#servico_reparacao .mask_img {
    padding-top: 61.47%;
    box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.2);
}
footer {
    background-color: #005c8e;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    border-radius: 25px 25px 0 0;
}
footer .centro {
    max-width: 1110px;
}
footer .top {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #337da5;
    padding-top: 45px;
    padding-bottom: 49px;
}
footer .novidades {
    margin-right: 192px;
}
footer .novidades h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
}
footer .novidades p,
footer .novidades h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    max-width: 290px;
}
footer .novidades p {
    margin-top: 3px;
    margin-bottom: 32px;
}
footer form {
    display: flex;
    flex-direction: column;
}
footer form input[type="email"] {
    width: 335px;
    height: 40px;
    border: none;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-left: 16px;
}
footer form input[type="submit"] {
    background-color: #c3e5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    border: none;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #005c8e;
	 cursor: pointer;
}
footer .top h2:not(footer .novidades h2) {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    margin-top: 4px;
}
footer nav {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
}
footer .contato {
    margin-left: 112px;
}
footer nav a,
footer .contato h3,
footer .contato h3 a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
}
footer .contato ul:not(footer .sociais) {
    margin-top: 6px;
}
footer .sociais {
    display: flex;
    column-gap: 5px;
    margin-top: 16px;
}
footer .sociais li {
    display: flex;
    height: 20px;
}
footer .sociais li a {
    width: 20px;
}
footer .sociais li .instagram {
    background: url(../imagens/icon_insta.png) center no-repeat;
}
footer .sociais li .facebook {
    background: url(../imagens/icon_face.png) center no-repeat;
}
footer .sociais li .linkedin {
    background: url(../imagens/icon_linkedin.png) center no-repeat;
}
footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 24px;
    padding-bottom: 33px;
}
footer .bottom .logo {
    background: url(../imagens/logo_footer.png) center no-repeat;
    width: 193px;
    height: 85px;
}
footer .bottom h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 340px;
    text-align: center;
}
footer .bottom h3,
footer .bottom h4,
footer .bottom h4 a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
}
footer .bottom h4 a {
    text-decoration: underline;
}
/* ************************************************  animacoes slider index ************************************************ */
/* fadein - duracao - delay - fill mode*/
.fade-in {
  animation: fadeIn 2s;
}
.fade-in-slow-middle {
  animation: fadeIn 2s 0.7s both;
}
.fade-in-slow-right {
  animation: fadeIn 2s 1.2s both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}