   /*
              .is-container {  margin: 90px auto; max-width: 1050px; width:100%; padding:0 35px; box-sizing:border-box; }
              @media all and (max-width: 1080px) {
                  .is-container { margin:0; }
              }

              */


      .box{
          /*definimos a largura do box*/
          width:200px;
          /* definimos a altura do box */
          height:25px;
          /* definimos a cor de fundo do box */
          background-color: #F2F2F2;
          /* definimos o quão arredondado irá ficar nosso box */
          border-radius: 20px;

          text-align: center;

         /*  margin: auto; */

           font-size: 35px;

           color:  #363636;   

          


          }


      .boxtel{


           background-image: url('icones/fundocelular2.png'); 
         

           
          background-size: 100%;
            background-repeat: no-repeat;
       
        background-position: center;

         width: 200px;
         height: 28px;

            margin-top:  0px;
      }


      .boxfone{


           background-image: url('icones/fundofone2.png'); 
         

           
          background-size: 100%;
            background-repeat: no-repeat;
       
        background-position: center;

       width: 200px;
         height: 28px;

         margin-top:  0px;

      }


      .boxendereco{


           background-image: url('icones/endereco2.png'); 
         

           
          background-size: 100%;
            background-repeat: no-repeat;
       
        background-position: center;

       width: 200px;
         height: 28px;

         margin-top:  0px;

      }


      .vertical {
          vertical-align: middle;
          display: table-cell;
      }



      a:link {
         color: #A4A4A4;
         text-decoration: none;
      }

      /* link que foi visitado */
      a:visited {
          color: #A4A4A4;
          text-decoration: none;
      }

      /* mouse over */
      a:hover {
          color: #A4A4A4;
          text-decoration: none;
      }

      /* link selecionado */
      a:active {
          color: #A4A4A4;
          text-decoration: none;
      }



      .boxsocialwhats{


           background-image: url('icones/whatsicon.png'); 
         

               
              background-size: 100%;
                background-repeat: no-repeat;
           
            background-position: center;

             width: 200px;
             height: 200px;
           

      }





          
      .destaque1{


         background-image: url('fundo_abstrato1_p.png'); 
        background-color: #1E90FF;

        border: 1px solid #000;

       position: relative;

     float: left;
     
        background-size: 100%;
          background-repeat: no-repeat;
     
      background-position: center;

      text-align: center;

       width: 250px; /*ajustado para exibição não utilizar zoom */
       height: 444px; 

       /* width: 1080px; */
       /* height: 1920px; */
      

       /*zoom: 25%;
       -moz-transform: scale(0.25);*/
       
    }





      .destaque2{


         background-image: url('fundo_abstrato1_p.png'); 
        background-color: #1E90FF;

        border: 1px solid #000;

       position: relative;

     float: left;
     
        background-size: 100%;
          background-repeat: no-repeat;
     
      background-position: center;

      text-align: center;

       width: 250px; /*ajustado para exibição não utilizar zoom */
       height: 444px; 

       /* width: 1080px; */
       /* height: 1920px; */
      

       /*zoom: 25%;
       -moz-transform: scale(0.25);*/
         
      }


      /* Estilos para arrendodar imagens... */
       .pix-round-shape { text-align: center; width: 90px;height: 75px;border-radius: 50%;overflow: hidden;display: inline-block;text-align: center;position: ;}
          .pix-round-shape img {text-align: center; position: ;height: 100%;width: auto;max-width: inherit;left: 50%;top: 50%;-webkit-transform: translateY(-50%) }

      .pix-round-shape-120 {text-align: center; margin-top: 20px; position: ;border-radius: 50%;width: 90px;height: 90px;display: inline-block;overflow: hidden;  border-width: 3px; border-style: solid; border-color: white;  }
          .pix-round-shape-120 img {mtext-align: center; position: ;display: block;height: 100%;width: auto;max-width: inherit;left: 50%;top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);}


   





    .container {
      /*margin: 0px auto;
      max-width: 640px;*/
    }
    
    img {
      /*max-width: 100%;*/
    }


/*retiro os estilos abaixo para o visor ficar com o corte quadrado...
/* 
    .cropper-view-box,
    .cropper-face {
      border-radius: 50%;
    }
    */

    /* The css styles for `outline` do not follow `border-radius` on iOS/Safari (#979). */
    .cropper-view-box {
        outline: 0;
        box-shadow: 0 0 0 1px #39f;
    }



