@media only screen and (max-width: 600px) {
		.main {
			width: 320px !important;
		}

		.top-image {
			width: 100% !important;
		}
		.inside-footer {
			width: 320px !important;
		}
		table[class="contenttable"] { 
            width: 320px !important;
            text-align: left !important;
        }
        td[class="force-col"] {
	        display: block !important;
	    }
	     td[class="rm-col"] {
	        display: none !important;
	    }
		.mt {
			margin-top: 15px !important;
		}
		*[class].width300 {width: 255px !important;}
		*[class].block {display:block !important;}
		*[class].blockcol {display:none !important;}
		.emailButton{
            width: 100% !important;
        }

        .emailButton a {
            display:block !important;
            font-size:18px !important;
        }

}
	a{
		list-style: none !important;
		text-decoration: none !important;
	}
	.intro {
		display: flex;
		font-family: 'Montserrat', sans-serif;
		font-size: 26px;
		font-weight: 500;
		color: #464747;
		margin-left: 45px;
	  }
	  .data {
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: #464747;
		margin: 10px 0px 30px 45px;
	  }
	  .card {
		display: flex;
		background-color: #ECEDF6;
		margin: 10px 45px 20px 45px;
		border-radius: 10px;
	  }
	  .dados {
		margin: 30px 50px;
	  }
	  .dados .dado-titulo {
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-weight: 600;
		color: #1D8CD1;
		margin-bottom: 10px;
	  }
	  .dados .dado-valor {
		font-family: 'Montserrat', sans-serif;
		font-size: 50px;
		font-weight: 600;
		color: #464747;
	  }
	  .dados .service-1 {
		font-family: 'Montserrat', sans-serif;
		font-size: 28px;
		font-weight: 700;
		color: #464747;
	  }
	  .dados .service-2 {
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-weight: 400;
		color: #464747;
	  }
	  .icon {
		margin: auto 50px auto auto;
	  }
	  .icon i{
		font-size: 48px;

		color: #1D8CD1;
	  }
	  .icon img {
		width: 50px;
		margin: 0;
	  }
	  .bottom {
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		font-weight: 500;
		color: #464747;
		margin: 20px 45px;
	  }
	  .assinatura {
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #464747;
		margin: 10px 0px 40px 45px;
	  }
	  ul {
		list-style-type: none;
	  }
	  
	  ul li:before {
		content: '\2014';
		position: absolute;
		margin-left: -20px;
	  }
	  @media only screen and (min-width:320px) and (max-width:580px) {
		
		.wrapper {
		  display: flex;
		}
		.main {
		  height: 100%;
		  max-width: 700px;
		  background-color: white;
		  margin: auto;
		}
		.header{
		  display: flex;
		  flex-direction: column;
		  width: 100%;
		}
		.header img {
		  margin: 30px;
		  width: 200;
		}
		.intro {
		  display: flex;
		  font-family: 'Montserrat', sans-serif;
		  font-size: 19px;
		  font-weight: 500;
		  color: #464747;
		  margin: 0px 30px;
		}
		.data {
		  font-family: 'Montserrat', sans-serif;
		  font-size: 18px;
		  font-weight: 400;
		  color: #464747;
		  margin: 10px 0px 20px 30px;
		}
		.card {
		  display: flex;
		  background-color: #ECEDF6;
		  margin: 10px 30px;
		  border-radius: 10px;
		}
		.dados {
		  margin: 20px 0px 20px 20px;
		}
		.dados .dado-titulo {
		  font-family: 'Montserrat', sans-serif;
		  font-size: 14px;
		  font-weight: 600;
		  color: #1D8CD1;
		  margin-bottom: 10px;
		}
		.dados .dado-valor {
		  font-family: 'Montserrat', sans-serif;
		  font-size: 35px;
		  font-weight: 600;
		  color: #464747;
		}
		.dados .service-1 {
		  font-family: 'Montserrat', sans-serif;
		  font-size: 18px;
		  font-weight: 700;
		  color: #464747;
		}
		.dados .service-2 {
		  font-family: 'Montserrat', sans-serif;
		  font-size: 12px;
		  font-weight: 400;
		  color: #464747;
		}
		.icon {
		  margin: auto 20px auto auto;
		}
		.icon img {
		  width: 40px;
		  margin: 0;
		}
		.bottom {
		  font-family: 'Montserrat', sans-serif;
		  font-size: 16px;
		  font-weight: 500;
		  color: #464747;
		  margin: 20px 30px;
		}
		.assinatura {
		  font-family: 'Montserrat', sans-serif;
		  font-size: 16px;
		  font-weight: 400;
		  color: #464747;
		  margin: 0px 30px 30px 30px;
		}
	  }

.clipboard {
  position: relative;
}
/* You just need to get this field */
.copy-input {
  cursor: pointer;
  background-color: #eaeaeb;
  border:none;
  color:#6c6c6c;
  font-size: 14px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width: 601px) {
	.copy-input {
		width: 100%;
		max-width: 275px;
		padding: 15px 45px 15px 15px;
	}
}
@media only screen and (max-width: 600px) {
	.copy-input {
		width: 80%;
		max-width: 275px;
		padding: 15px 0px 15px 15px;
	}
}
.copy-input:focus {
  outline:none;
}

.copy-btn {
  width:40px;
  background-color: #eaeaeb;
  font-size: 18px;
  padding: 6px 9px;
  border-radius: 5px;
  border:none;
  color:#6c6c6c;
  margin-left:-50px;
  transition: all .4s;
}
.copy-btn:hover {
  transform: scale(1.3);
  color:#1a1a1a;
  cursor:pointer;
}

.copy-btn:focus {
  outline:none;
}

.copied {
  font-family: 'Montserrat', sans-serif;
  width: 100px;
  opacity:0;
  position: absolute;
  left: 50%;
  top: 50%;
  background-position: center;
  margin: -25px 0 0 -25px;
  color:#000;
  padding: 15px 15px;
  background-color: #fbff00;
  border-radius: 5px;
  transition: .4s opacity;
}
/* You just need to get this field */


.overlay_post {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("images/carregando.gif") center no-repeat;
}
body.loading_post {
    overflow: hidden;
}
body.loading_post .overlay_post {
    display: block;
}
.loading-div {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("images/carregando.gif") center no-repeat;
}
.loading-div img {
    margin-top: 20%;
    margin-left: 50%;
    background: rgba(255, 255, 255, 0.8) url("images/carregando.gif") center no-repeat;
}




#loading {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
  }
  
  #loading-image {
	position: absolute;
	top: 100px;
	left: 240px;
	z-index: 100;
  }