@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #D70B5B;
  background: #fff; }

::-moz-selection {
  color: #D70B5B;
  background: #fff; }

body {
  font-family: 'Lato', sans-serif;
  color: #fff;
  width: 100%;
  height: 100vh;
  letter-spacing: .5px;
  background-color: #180f5e; }

.background {
  background: url("../img/bg01.jpg");
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative; }
  .background::before {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 15, 94, 0.8); }

article {
  display: flex;
  height: 100vh;
  align-items: center;
  padding-left: 72px;
  padding-left: 4.5rem; }
  @media (max-width: 849px) {
    article {
      padding-top: 32px;
      padding-left: 32px;
      flex-direction: column;
      align-items: start; } }
  article > div {
    margin-right: 72px;
    margin-right: 4.5rem; }
  article p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.687rem; }

@media (max-width: 849px) {
  .logo {
    margin-bottom: 32px; 
    width:150px;
    margin-top:16px;} }


.text {
  max-width: 320px;
  width: 100%; }
  @media (max-width: 849px) {
    .text {
      margin-bottom: 24px; } }

.grifado {
  font-weight: 300; }

.tel {
  display: table;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 33px;
  line-height: 2.062rem;
  color: #CFC8FF;
  text-decoration: none; }
  .tel:hover {
    color: #fff;
    background: #D70B5B; }

.btn-whatsapp {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 10;
  border-radius: 100%;
  background: #20B038;
  padding: 8px 8px 6px 8px;
  transition: all .3s; }
  .btn-whatsapp:hover {
    background: #60D66A;
    transform: scale(1.1); }
@media (max-width:849px) {
  .btn-whatsapp{
    transform:scale(1.3);
    right:36px;
    bottom:36px;}
}

footer {
  position: fixed;
  bottom: 40px;
  bottom: 2.5rem;
  left: 72px;
  left: 4.5rem;
  line-height: 18px;
  line-height: 1.125rem; }
  @media (max-width: 849px) {
    footer {
      bottom: 32px;
      left: 32px; } }
  footer, footer a {
    color: #A69FD8;
    font-size: 12px;
    font-size: 0.75rem;
    text-decoration: none; }
  footer a:hover {
    color: #fff;
    background: #D70B5B; }
  @media (max-width: 849px) {
    footer span {
      display: table; } }

address {
  font-style: normal;
  display: inline-block; }
