﻿@charset "UTF-8";body{margin:0;}body a{display:block;text-decoration:none;}body h1,body p{margin:0;font-weight:normal;}body img{display:block;max-width:100%;}body ul{margin:0;padding:0;}body li{list-style:none;}body{font-family:'Segoe UI';}body>.cabecalho{width:100%;}body>.cabecalho>img{margin:0 auto;}body>.cabecalho>p{color:#1e5a80;font-weight:bold;text-align:center;max-width:600px;margin:0 auto;}body>div{padding:0;}body>div .faq{animation:abreesquerda .8s forwards;}@keyframes abreesquerda{from{opacity:0;transform:translate3d(-800px,0,0);}to{opacity:1;transform:translate3d(0,0,0);}}body>div .faq__container{display:flex;justify-content:center;align-items:center;background-color:#d6f3ff;width:60%;max-height:100px;color:#1e5a80;padding-left:8%;margin-top:50px;position:relative;cursor:pointer;}@media(max-width:767px){body>div .faq__container{width:85%;max-height:unset;line-height:25px;padding-left:8%;}}body>div .faq__container>h2{font-size:2.5rem;font-weight:normal;margin-right:40px;}@media(max-width:767px){body>div .faq__container>h2{margin-right:0;}}body>div .faq__container>p{font-weight:bold;max-width:950px;padding-left:10px;}@media(max-width:767px){body>div .faq__container>p{max-width:unset;padding:30px 10px;}}body>div .faq .faq__resposta{color:#1e5a80;width:55%;border:3px solid #1e5a80;padding:80px 20px;padding-bottom:50px;position:relative;z-index:-1;bottom:50px;left:300px;line-height:25px;display:none;}@media(max-width:767px){body>div .faq .faq__resposta{width:80%;right:0;left:0;margin:auto;}}body>div .faq .faq__resposta>span{font-weight:500;font-size:1.2rem;}body>div .faq .faq__resposta.ativo{display:block;animation:show .5s forwards;}@keyframes show{from{opacity:0;transform:translate3d(0,-50px,0);}to{opacity:1;transform:translate3d(0,0,0);}}body>div .faq:nth-child(odd)>.faq__container{margin-left:auto;flex-direction:row-reverse;padding-left:0%;padding-right:8%;}body>div .faq:nth-child(odd)>.faq__container>h2{margin-right:unset;margin-left:40px;}@media(max-width:767px){body>div .faq:nth-child(odd)>.faq__container>h2{margin-left:30px;}}body>div .faq:nth-child(odd)>.faq__resposta{left:unset;right:300px;margin-left:auto;}@media(max-width:767px){body>div .faq:nth-child(odd)>.faq__resposta{right:0;left:0;margin:auto;}}