﻿@font-face {
  font-family: 'AmericanTypeWriter';
  src: url('../../_font/AMERICANTYPEWRITER.eot');
  src: url('../../_font/AMERICANTYPEWRITER.eot?#iefix') format('embedded-opentype'), url('../../_font/AMERICANTYPEWRITER.woff') format('woff'), url('../../_font/AMERICANTYPEWRITER.ttf') format('truetype'), url('../../_font/AMERICANTYPEWRITER.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LavanderiaDelicate';
  src: url('../../_font/Lavanderia Delicate.eot');
  src: url('../../_font/Lavanderia Delicate.eot?#iefix') format('embedded-opentype'), url('../../_font/Lavanderia Delicate.woff') format('woff'), url('../../_font/Lavanderia Delicate.ttf') format('truetype'), url('../../_font/Lavanderia Delicate.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LavanderiaSturdy';
  src: url('../../_font/Lavanderia Sturdy.eot');
  src: url('../../_font/Lavanderia Sturdy.eot?#iefix') format('embedded-opentype'), url('../../_font/Lavanderia Sturdy.woff') format('woff'), url('../../_font/Lavanderia Sturdy.ttf') format('truetype'), url('../../_font/Lavanderia Sturdy.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LavanderiaRegular';
  src: url('../../_font/Lavanderia Regular.eot');
  src: url('../../_font/Lavanderia Regular.eot?#iefix') format('embedded-opentype'), url('../../_font/Lavanderia Regular.woff') format('woff'), url('../../_font/Lavanderia Regular.ttf') format('truetype'), url('../../_font/Lavanderia Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  border: none;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
}

a {
  outline: none;
  text-decoration: none;
}

ul li {
  list-style: none;
}

.clear {
  clear: both;
}

object {
  display: none;
}

#mascara {
  width: 100%;
  height: 100%;
  background: #666;
  opacity: 0.7;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

section {
  margin: 0 auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

#main {
  width: 100%;
  margin: 55px 0 260px;
  position: relative;
  z-index: 20;
}

#main, nav.menu {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.left {
  float: left;
}

.right {
  float: right;
}

.strong {
  font-weight: bold;
}

.bg-verde {
  background: #72a6ae;
}

legend, .content-more {
  display: none;
}

.lst-check li {
  width: 40%;
  background: url(../../_imagens/mobile/ico-check.png) no-repeat 0 5px;
  padding: 2px 0 0 20px;
  display: inline-block;
  margin: 0 0 0 2%;
}

.load-more {
  width: 100%;
  height: 31px;
  display: block;
  text-align: center;
  clear: both;
  margin: 20px auto 0;
}

/* HEADER */

header {
  width: 100%;
  height: 55px;
  background: #ebebeb;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
}

  header h1 {
    width: 183px;
    height: 80px;
    position: absolute;
    left: 10px;
    top: 0; /*background: url(../../_imagens/mobile/logo.png) no-repeat; text-indent: -9999px;*/
  }

    header h1 img {
      width: 183px;
      height: 80px;
    }
  /*header h1 a { width: 100%; height: 100%; display: block; }*/
  header.interna h1 img {
    width: 75px;
  }

  header.interna h2 {
    position: relative;
    font-family: 'AmericanTypeWriter';
    font-size: 20px;
    color: #333;
    position: relative;
    left: 90px;
    top: 15px;
  }

.lnk-menu {
  position: absolute;
  right: 12px;
  top: 18px;
}

nav.menu {
  position: fixed;
  right: -180px;
  top: 0;
  width: 180px;
  background: #317c87;
  height: 100%;
  z-index: 21;
  overflow: auto;
}

  nav.menu strong {
    background: #58959e url(../../_imagens/mobile/ico-menu.png) no-repeat 15px 15px;
    width: 100%;
    height: 54px;
    display: block;
    line-height: 54px;
    border-bottom: 1px solid #fff;
    text-indent: -9000px;
  }

  nav.menu .btn-fechar {
    background: url(../../_imagens/mobile/btn-close.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9000px;
    width: 50px;
    height: 54px;
  }

  nav.menu ul li {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
  }

    nav.menu ul li a {
      color: #d6e4e6;
      font-family: 'AmericanTypeWriter';
      font-size: 16px;
      display: block;
      line-height: 40px;
      padding-left: 10px;
    }

      nav.menu ul li a:hover, nav.menu ul li a:active {
        background: #0069b3;
        color: #fff;
      }

  nav.menu .social {
    margin: 12px 0 6px 0;
    text-align: center;
  }

    nav.menu .social span {
      font-family: 'AmericanTypeWriter';
      color: #fff;
    }

    nav.menu .social a {
      display: block;
      margin: 10px auto;
    }

      nav.menu .social a img {
        width: 50px;
      }

  nav.menu ul li a.whatsapp i {
    background: url('../../_imagens/logo-whats3.png') 0 0 no-repeat;
    height: 31px;
    width: 30px;
    float: left;
    margin: 4px 0 0 -4px;
  }

/* HOME */
.home .banner {
  width: 100%;
  height: 660px;
  position: absolute;
  overflow: hidden;
  top: 55px;
  left: 0;
  z-index: 0;
}

  .home .banner ul {
    width: 200%;
    height: 100%;
    position: relative;
    left: 0;
  }

    .home .banner ul li {
      height: 100%;
      float: left;
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-attachment: fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

      .home .banner ul li.bg1 {
        background-image: url(../../_imagens/mobile/bg-home1.jpg);
      }

      .home .banner ul li.bg2 {
        background-image: url(../../_imagens/mobile/bg-home2.jpg);
      }

      .home .banner ul li.bg3 {
        background-image: url(../../_imagens/mobile/bg-home3.jpg);
      }

.home #main {
  margin-top: 0;
}

.nav-home {
  background: url(../../_imagens/mobile/bg-nav-home.png) no-repeat center bottom;
  width: 100%;
  height: 450px;
  padding: 25px 0;
}

  .nav-home li {
    width: 245px;
    margin: 0 auto;
    text-align: center;
  }

    .nav-home li a {
      font-family: 'AmericanTypeWriter';
      color: #b8bcc4;
      text-decoration: none;
      width: 160px;
      padding: 5px 0;
      margin: 0 auto 10px auto;
      display: block;
      font-size: 22px;
      font-weight: bold;
      border: 1px solid transparent;
    }

      .nav-home li a:active, .nav-home li a:focus, .nav-home li a:hover {
        border: 1px solid #fff;
      }

.logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -35px 5px 0;
}

.logos .logo-diversidade {
  z-index: 2;
  width: 135px;
}

.logos .logo-dna {
  z-index: 2;
  width: 85px;
  margin-left: auto;
}

.logos .selo-ong {
  z-index: 2;
  width: 60px;
  margin-left: 5px;
}


.doacao {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.home .wrapper {
  z-index: 1;
  padding: 55px 0 0 0;
}

.paginacao {
  margin: 15px 0 0 0;
  text-align: center;
  position: relative;
  display: none;
}

  .paginacao a {
    background: url(../../_imagens/mobile/bullet.png) no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 4px;
    cursor: default;
  }

    .paginacao a.on {
      background: url(../../_imagens/mobile/bullet-on.png) no-repeat;
    }

  .paginacao .mask {
    background: url(../../_imagens/mobile/blank.gif);
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }

/* SOBRE O INSTITUTO */
.sobre h3 {
  font-family: 'AmericanTypeWriter';
  color: #0069b3;
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.sobre section {
  padding: 20px 0;
}

  .sobre section p {
    width: 92%;
    margin: 0 4%;
    line-height: 1.3;
  }

  .sobre section.bg-verde p {
    color: #fff;
  }

.sobre .box-quem-faz {
  width: 300px;
  height: 96px;
  background: url(../../_imagens/mobile/box-quemfaz.png) no-repeat top center;
  position: relative;
  margin: 10px auto;
}

  .sobre .box-quem-faz .foto {
    width: 90px;
    height: 76px;
    overflow: hidden;
    float: left;
    position: relative;
    top: 10px;
    left: 10px;
  }

    .sobre .box-quem-faz .foto .moldura {
      width: 81px;
      height: 77px;
      background: url(../../_imagens/mobile/mask-quem-faz.png) no-repeat;
      display: block;
      position: absolute;
      z-index: 2;
      overflow: hidden;
    }

    .sobre .box-quem-faz .foto img {
      max-width: 75px;
      position: absolute;
      z-index: 1;
    }

  .sobre .box-quem-faz .desc {
    width: 190px;
    height: 96px;
    float: left;
    margin-left: 10px;
  }

    .sobre .box-quem-faz .desc a {
      width: 190px;
      height: 96px;
      display: block;
      position: relative;
    }

      .sobre .box-quem-faz .desc a strong {
        font-family: 'AmericanTypeWriter';
        color: #0069b3;
        font-size: 16px;
        line-height: 1.3;
        padding: 10px 0 5px;
        display: block;
      }

      .sobre .box-quem-faz .desc a span {
        font-size: 12px;
        color: #fff;
        display: block;
        clear: both;
        line-height: 1.3;
      }

    .sobre .box-quem-faz .desc .ico {
      position: absolute;
      right: -10px;
      bottom: -2px;
      width: 15px;
      height: 15px;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      line-height: 15px;
      background: #0884c9;
      color: #fff;
    }

/* EMBARQUE NESSA */
.embarque h3 {
  font-family: 'AmericanTypeWriter';
  color: #0069b3;
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 15px 0;
}

.embarque section a {
  width: 100%;
  height: 160px;
  display: block;
  border-top: 1px solid #72a6ae;
}

  .embarque section a img {
    float: left;
    margin-right: 10px;
    display: table-cell;
    margin: 40px 15px 0 50px;
  }

  .embarque section a h3 {
    font-family: 'AmericanTypeWriter';
    color: #0069b3;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 5px;
    margin-top: 55px;
    display: inline-block;
    text-align: left;
  }

  .embarque section a p {
    width: 115px;
    font-family: 'AmericanTypeWriter';
    font-size: 13px;
    color: #333;
    display: table-cell;
  }

  .embarque section a h3.duplo {
    margin-top: 50px;
  }

/* VESTEM A CAMISA */

.vestem {
  padding-top: 30px;
}

  .vestem section {
    margin: 0 5%;
  }

    .vestem section .foto {
      width: 50px;
      height: 50px;
      float: left;
      margin-right: 10px;
    }

      .vestem section .foto img {
        width: 50px;
        height: 50px;
      }

    .vestem section .nome {
      width: 75%;
      float: left;
      margin-bottom: 10px;
    }

      .vestem section .nome h3 {
        font-family: 'AmericanTypeWriter';
        color: #0069b3;
        font-size: 20px;
        line-height: 22px;
        display: inline-block;
      }

      .vestem section .nome span {
        font-size: 12px;
        display: block;
        clear: both;
        line-height: 1.3;
        color: #333;
      }

    .vestem section .desc {
      clear: both;
      padding: 10px 0 40px 0;
    }

/* QUEM REMA JUNTO */
.quem-rema h3 {
  font-family: 'AmericanTypeWriter';
  color: #0069b3;
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 15px 0 0 0;
}

.quem-rema .tabs {
  width: 290px;
  height: 40px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
  z-index: 2;
  background: #fff;
}

  .quem-rema .tabs li {
    display: inline-block;
    position: relative;
    top: 6px;
  }

    .quem-rema .tabs li.estrat {
      margin-left: 2px;
    }

    .quem-rema .tabs li a {
      font-family: 'AmericanTypeWriter';
      display: block;
      padding: 8px 10px;
      font-size: 15px;
      text-align: center;
      background: #abc8c9;
      color: #fff;
    }

    .quem-rema .tabs li.active {
      border: 1px solid #abc8c9;
      border-bottom: 0;
    }

      .quem-rema .tabs li.active a {
        background: #fff;
        color: #abc8c9;
        padding: 8px 10px;
      }

.quem-rema .tab-content {
  width: 288px;
  display: none;
  margin: 0 auto 20px;
  border: 1px solid #abc8c9;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  background: #fff;
}

  .quem-rema .tab-content.active {
    display: block;
  }

  .quem-rema .tab-content ul li {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
  }

/* LOJA VIRTUAL */

.loja h3 {
  width: 90%;
  margin: 0 auto;
  font-family: 'AmericanTypeWriter';
  color: #0069b3;
  font-size: 17px;
  line-height: 1.3;
  display: block;
  padding-top: 20px;
}

  .loja h3.first {
    text-align: center;
  }

.loja p {
  width: 90%;
  margin: 0 auto;
  font-size: 13px;
  color: #8c8c8c;
  padding: 15px 0 30px;
}

.loja .btn-visite {
  width: 150px;
  text-align: center;
  background: #0069b3;
  font-family: 'AmericanTypeWriter';
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 10px;
  margin: 0 auto 100px;
  display: block;
}

.loja .banner {
  width: 100%;
}

/* MANDE UM ALO */

.mande-alo h3 {
  width: 100%;
  text-align: center;
  font-family: 'AmericanTypeWriter';
  color: #0069b3;
  font-size: 18px;
  line-height: 1.3;
  padding: 15px 0 8px;
}

.mande-alo p {
  width: 80%;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  color: #333;
  margin: 0 auto;
  padding-bottom: 10px;
}

.mande-alo input, .mande-alo select, .mande-alo textarea, .mande-alo button {
  width: 90%;
  display: block;
  margin: 0 auto 10px;
  font-family: 'AmericanTypeWriter';
}

.mande-alo input, .mande-alo select, .mande-alo textarea, .mande-alo button {
  background: #fff;
  border: 1px solid #abc8c9;
}

.mande-alo input {
  width: 84%;
  height: 33px;
  line-height: 33px;
  padding: 0 1%;
}

.mande-alo select {
  width: 86.5%;
  height: 33px;
  padding: 0 1%;
  color: #999;
}

.mande-alo textarea {
  width: 84%;
  height: 80px;
  line-height: 33px;
  padding: 0 1%;
  resize: none;
}

.mande-alo button {
  width: 86.5%;
  text-align: center;
  background: #0069b3;
  font-family: 'AmericanTypeWriter';
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 10px;
  margin: 10px auto 20px;
}

/* TRANSPARÊNCIA */
.transparencia .lst-privacidade {
  margin-bottom: 20px;
}

  .transparencia .lst-privacidade li {
    list-style: disc outside;
    margin: 0 35px 0 0;
    width: 100%;
    text-align: center;
  }

    .transparencia .lst-privacidade li:first-child {
      list-style: none;
    }

    .transparencia .lst-privacidade li:last-child {
      margin: 0;
    }

    .transparencia .lst-privacidade li::marker {
      font-size: 26px;
      color: #0069B3;
    }

    .transparencia .lst-privacidade li a {
      display: block;
      padding: 15px;
      text-align: center;
      font-size: 20px;
      border: 1px solid transparent;
      color: #0069B3;
      text-decoration: none;
      transition: all .2s ease-in;
    }

      .transparencia .lst-privacidade li a:hover, .transparencia .lst-privacidade li a.on {
        border: 1px solid #0069B3;
      }


.transparencia h2 {
  font-family: 'AmericanTypeWriter';
  color: #72A6AE;
  font-size: 24px;
  font-weight: bold;
}

.transparencia h3 {
  font-family: 'AmericanTypeWriter';
  color: #0069b3;
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.transparencia section {
  padding: 20px 0;
}

  .transparencia section p {
    width: 92%;
    margin: 0 4%;
    line-height: 1.3;
  }

    .transparencia section p a {
      color: inherit;
      text-decoration: underline;
    }

  .transparencia section ul {
    width: 92%;
    margin: 0 4%;
  }

    .transparencia section ul a {
      color: #fff;
      text-decoration: underline;
      padding: 5px 0;
      display: block;
    }

.privacidade section h2, .privacidade section h3, .privacidade section h4, .privacidade section h5 {
  padding: 0 4%;
  text-align: left;
  margin-bottom: 15px;
}

.privacidade section p {
  margin-bottom: 15px;
}

.privacidade .tbl-cookies {
  margin: 0 4%;
  position: relative;
  left: -5px;
}

.privacidade .tbl-cookies tr td {
  border: 5px solid white;
  line-height: 1.6;
  padding: 5px;
}

  .privacidade .tbl-cookies tr td:first-child {
    font-weight: 700;
    color: #fff;
    text-align: center;
  }

.privacidade .tbl-cookies tr.linha1 td:first-child {
  background: rgba(114, 166, 174, 0.5);
}

.privacidade .tbl-cookies tr.linha2 td:first-child {
  background: rgba(114, 166, 174, 0.75);
}

.privacidade .tbl-cookies tr.linha3 td:first-child {
  background: #72A6AE;
}

.privacidade .tbl-cookies img {
  display: block;
  margin: 0 auto 3px;
}

.privacidade .box-tabela {
  position: relative;
  overflow: auto;
}

.privacidade .tbl-declaracao {
  margin: 0 4%;
  position: relative;
  left: -5px;
}

.privacidade .tbl-declaracao th {
  border: 5px solid white;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px;
  background: #72A6AE;
  color: #fff;
}

.privacidade .tbl-declaracao td {
  border: 5px solid white;
  font-size: 14px;
  line-height: 1.6;
  padding: 5px;
  background: #F5F5F5;
  text-align: center;
}

  .privacidade .tbl-declaracao td:first-child {
    font-weight: 700;
    color: #72A6AE;
  }

.privacidade .tbl-contato {
  width: 100%;
  margin: 0 4%;
  position: relative;
  left: -5px;
}

  .privacidade .tbl-contato th {
    border: 2px solid white;
    line-height: 1.6;
    padding: 5px;
    background: #72A6AE;
    color: #fff;
  }

  .privacidade .tbl-contato td {
    border: 2px solid white;
    line-height: 1.6;
    padding: 5px;
    background: #F5F5F5;
    text-align: center;
  }

    .privacidade .tbl-contato td:first-child {
      font-weight: 700;
      color: #72A6AE;
    }



/* FOOTER */
footer {
  width: 100%;
  background: #72a6ae;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 10px;
}

  footer p {
    font-size: 10px;
    line-height: 40px;
  }

  footer .row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }

    footer .row:after, footer .row:before {
      content: '';
      clear: both;
      display: table;
    }

  footer .logo-footer {
    position: relative;
    top: 9px;
    margin: 0 10px 15px;
  }

  footer .logo-governo {
    position: relative;
    top: 8px;
    margin: 0 0 0 10px;
  }

    footer .logo-governo:first-child {
      margin: 0;
    }

  footer .logo-lei {
    position: relative;
    top: 5px;
    margin: 0 10px;
  }

  footer .logo-lei-min {
    display: inline-block;
    margin: 0 15px;
  }

  footer .copyright {
    clear: both;
    line-height: normal;
    margin: 15px 0 0 10px;
  }

    footer .copyright a {
      color: #fff;
      text-decoration: underline;
    }

  footer .logo-tritone {
    margin: 10px 10px 5px;
    color: #fff;
    display: block;
  }

    footer .logo-tritone img {
      margin: -5px 0 0 2px;
      vertical-align: middle;
    }

/*  MODAL  */
.wrap-modal {
  width: 304px;
  height: 369px;
  background: url(../../_imagens/mobile/bg-modal.png) 0 0 no-repeat;
  color: #999;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9900;
}

.modal-mini {
  height: 190px;
  background: url(../../_imagens/mobile/bg-modal-mini.png) 0 0 no-repeat;
}

.modal-parcerias {
  height: 305px;
  background: url(../../_imagens/mobile/bg-modal-parcerias.png) 0 0 no-repeat;
}

.wrap-modal .fechar {
  background: url(../../_imagens/mobile/btn-close.png) 0 0 no-repeat;
  display: inline-block;
  width: 35px;
  height: 34px;
  right: -15px;
  position: absolute;
  text-indent: -9999px;
  top: -15px;
}

.wrap-modal .modal-content {
  height: 335px;
  padding: 3%;
  overflow: hidden;
}

  .wrap-modal .modal-content .foto {
    width: 90px;
    float: left;
  }

    .wrap-modal .modal-content .foto img {
      max-width: 80px;
    }

  .wrap-modal .modal-content .desc {
    width: 190px;
    float: left;
  }

    .wrap-modal .modal-content .desc strong {
      font-family: 'AmericanTypeWriter';
      color: #0069b3;
      font-size: 16px;
      line-height: 1.3;
      display: block;
      padding-bottom: 5px;
    }

    .wrap-modal .modal-content .desc span {
      font-size: 13px;
      color: #333;
      line-height: 1.3;
    }

  .wrap-modal .modal-content .bio {
    width: 286px;
    height: 280px;
    clear: both;
    font-size: 12px;
    padding-top: 10px;
    color: #999;
  }

    .wrap-modal .modal-content .bio .atuacao strong {
      color: #2d2d2d;
    }

    .wrap-modal .modal-content .bio .atuacao p {
      padding-bottom: 10px;
    }

    .wrap-modal .modal-content .bio p {
      padding-bottom: 10px;
      line-height: 1.5;
    }

@media screen and (max-width: 320px) {
  .lst-check {
    width: 90%;
    margin-left: 2%;
  }

    .lst-check li {
      width: 35%;
      padding: 2px 0 0 25px;
    }

  .wrap-modal .fechar {
    right: 0;
  }
}

@media screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
  .lst-check {
    width: 95%;
    margin-left: 3%;
  }

  .sobre section p {
    width: 95%;
    margin: 0 3%;
  }

  .wrap-modal {
    height: 270px;
    background: url(../../_imagens/mobile/bg-modal-menor.png) 0 0 no-repeat;
  }

    .wrap-modal .modal-content .bio {
      height: 162px;
    }

  .quem-rema .tabs {
    width: 455px;
  }

    .quem-rema .tabs li {
      width: 220px;
    }

  .quem-rema .tab-content {
    width: 453px;
  }

  .embarque section a p {
    width: 210px;
  }

  .embarque section a img {
    margin-left: 90px;
  }

  .loja img {
    width: 100%;
  }
}

@media screen and (min-height: 640px) {
  /*footer { position: fixed; bottom: 0; }*/
}

.pop-up {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.pop-up::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 100;
}

.pop-up .modal {
    z-index: 200;
    position: relative;
    width: 100%;
    padding: 0 35px;
    text-align: center;
}

.pop-up .modal .img-popup {
    max-width: 100%;
    margin: 24px 0 0;
}

  .pop-up .modal .bt-modal {
    background-color: transparent;
    border: 0;
    outline: none;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    margin: -2px 0 0 -12px;
  }